diff --git a/LICENSE b/LICENSE
index b8c943177..f85b21913 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2013 the Red Project
+Copyright (c) 2010-2014 RedMatrix
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/README.md b/README.md
index 419793e19..bdef2b3bf 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,5 @@ The Red Matrix is free and open source distributed under the MIT license.
Please connect with one of the developer channels ("Channel One" would be a good choice) if you are interested in helping us out.
-[Please help us change the world by providing a small donation.](http://redmatrix.me/siteinfo) (Large donations are also graciously accepted).
-
If you would like to become a member of the Red Matrix **right now** , please select a public hub from one of our open providers at [https://zothub.com/pubsites](https://zothub.com/pubsites). All sites are interlinked and you can always move to another, so the choice of site can be somewhat arbitrary.
\ No newline at end of file
diff --git a/assets/home.html b/assets/home.html
index 0ec29832e..fa0d8b3bc 100644
--- a/assets/home.html
+++ b/assets/home.html
@@ -20,56 +20,171 @@ header { z-index: 10000; }
}
+body::after {
+ content: '';
+ background-image:url(assets/uluru2.jpg);
+ background-position: 50% 50%;
+ background-repeat: no-repeat;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ position: absolute;
+ opacity: 0.5;
+ z-index: -1;
+}
+
+
+
-
Dream it. Do it.
-
-
-
-
Communications
-
Message Expiration
-
Photo Albums
-
Decentralised
-
Cloud Storage
-
Own Your Content
-
Blogging
-
Decent Encryption
-
Chatrooms
-
Unsend Private Mail
-
Webpage Creation
-
Content Management
-
Games
-
Unincorporated
-
Forums
-
Share Anything Digital
-
Pseudonyms
-
Multiple Identities
-
No Advertising
-
Event Calendar
-
Bookmarking
-
Community Tagging
-
Internet-scale Privacy
-
Single Sign-On
-
Directory Services
-
Nomadic Identity
-
Social Networking
-
Derivative Channels
-
Multiple Profiles
-
Privacy Groups
-
Autonomy
-
Affinity Filtering
-
Friend Suggestions
-
Cross-Site Auth
-
Themes
-
Plugins
-
External API
-
3rd Party Apps
-
Open Source
-
+
RedMatrix
+
+
Dream it. Do it.
+
+The RedMatrix (aka "red") is a highly advanced social networking platform which was created by a farmer in Australia - that grew disgusted by the lack of privacy and the increasing tendency of foreign corporations and governments to monitor and control the internet. This has strangled and subverted all that was once good about the web - and turned it into a "steaming pile of crap". (Aussies typically don't mince words.)
+
+
+
+Working with a team of volunteers from six continents and over a period of several years, this has evolved into something quite spectacular, far removed from its humble beginnings as a tool to stay in contact with family members and friends that are separated by vast distances. It's an open source, decentralised identity and sharing system which brings back some semblance of privacy to a world that desperately needs it - today more than ever. It's a webserver platform not much more complicated than a WordPress blog and using the same technology, but thousands of times more capable in what it can do for your social communications and sharing needs.
+
+
+
+Taking cues from life in the Aussie outback, the Red Matrix has no central authority. Each channel (or social profile) is independent and autonomous - controlling its own publishing privacy as desired. Some will want more privacy, some less. Unlike your typical social network - the matrix has no say in this decision and cannot subvert it. Server hubs are self-sufficient and the network will continue to function if any single node in the matrix goes offline. It also provides channel resilience. You can "clone" your channel (or social profile) to any hub in the network and carry on without interruption if your primary server "chucks a wobbly" for an hour - or a week. (No fail whale needed here.)
+
+
+
+Are you ready to ditch the steaming pile of crap, and breathe some fresh air for a change? Join us.
+
+To be fair, this Aussie farmer knows more about electronic communications and web software than many professional developers. He's a somewhat respected internet pioneer who once worked for American corporate giants as a web communications and protocol wizard - and has returned from semi-retirement to try and save the net from what is has now become.
+
+
+
diff --git a/assets/uluru2.jpg b/assets/uluru2.jpg
new file mode 100644
index 000000000..d58fca390
Binary files /dev/null and b/assets/uluru2.jpg differ
diff --git a/boot.php b/boot.php
index fbab83f05..a5a48b2bf 100755
--- a/boot.php
+++ b/boot.php
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1098 );
+define ( 'DB_UPDATE_VERSION', 1103 );
define ( 'EOL', ' ' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
@@ -290,6 +290,7 @@ define ( 'ABOOK_FLAG_IGNORED' , 0x0002);
define ( 'ABOOK_FLAG_HIDDEN' , 0x0004);
define ( 'ABOOK_FLAG_ARCHIVED' , 0x0008);
define ( 'ABOOK_FLAG_PENDING' , 0x0010);
+define ( 'ABOOK_FLAG_UNCONNECTED', 0x0020);
define ( 'ABOOK_FLAG_SELF' , 0x0080);
@@ -323,11 +324,10 @@ define ( 'POLL_OVERWRITE', 0x8000); // If you vote twice remove the prior
define ( 'UPDATE_FLAGS_UPDATED', 0x0001);
+define ( 'UPDATE_FLAGS_FORCED', 0x0002);
define ( 'UPDATE_FLAGS_DELETED', 0x1000);
-
-
/**
* Maximum number of "people who like (or don't like) this" that we will list by name
*/
@@ -491,7 +491,7 @@ define ( 'ACCOUNT_PENDING', 0x0010 );
define ( 'ACCOUNT_ROLE_ALLOWCODE', 0x0001 );
define ( 'ACCOUNT_ROLE_SYSTEM', 0x0002 );
-
+define ( 'ACCOUNT_ROLE_DEVELOPER', 0x0004 );
define ( 'ACCOUNT_ROLE_ADMIN', 0x1000 );
/**
@@ -528,6 +528,8 @@ define ( 'ITEM_MENTIONSME', 0x0400);
define ( 'ITEM_NOCOMMENT', 0x0800); // commenting/followups are disabled
define ( 'ITEM_OBSCURED', 0x1000); // bit-mangled to protect from casual browsing by site admin
define ( 'ITEM_VERIFIED', 0x2000); // Signature verification was successful
+define ( 'ITEM_RETAINED', 0x4000); // We looked at this item once to decide whether or not to expire it, and decided not to.
+ // Don't make us evaluate this same item again.
/**
*
* Reverse the effect of magic_quotes_gpc if it is enabled.
@@ -1177,6 +1179,13 @@ function check_config(&$a) {
$a->set_baseurl($a->get_baseurl());
+ // Make sure each site has a system channel. This is now created on install
+ // so we just need to keep this around a couple of weeks until the hubs that
+ // already exist have one
+ $syschan_exists = get_sys_channel();
+ if (! $syschan_exists)
+ create_sys_channel();
+
if($build != DB_UPDATE_VERSION) {
$stored = intval($build);
if(! $stored) {
@@ -1678,10 +1687,11 @@ function current_theme(){
function current_theme_url($installing = false) {
global $a;
$t = current_theme();
- $uid = '';
- $uid = (($a->profile_uid) ? '?f=&puid=' . $a->profile_uid : '');
+ $opts = '';
+ $opts = (($a->profile_uid) ? '?f=&puid=' . $a->profile_uid : '');
+ $opts .= ((x($a->layout,'schema')) ? '&schema=' . $a->layout['schema'] : '');
if(file_exists('view/theme/' . $t . '/php/style.php'))
- return('view/theme/' . $t . '/php/style.pcss' . $uid);
+ return('view/theme/' . $t . '/php/style.pcss' . $opts);
return('view/theme/' . $t . '/css/style.css');
}
@@ -1694,6 +1704,15 @@ function is_site_admin() {
return false;
}
+function is_developer() {
+ $a = get_app();
+ if((intval($_SESSION['authenticated']))
+ && (is_array($a->account))
+ && ($a->account['account_roles'] & ACCOUNT_ROLE_DEVELOPER))
+ return true;
+ return false;
+}
+
function load_contact_links($uid) {
@@ -1807,8 +1826,16 @@ function construct_page(&$a) {
// in case a page has overloaded a module, see if we already have a layout defined
// otherwise, if a pdl file exists for this module, use it
- if((! count($a->layout)) && ($p = theme_include('mod_' . $a->module . '.pdl')) != '')
- comanche_parser($a,@file_get_contents($p));
+ if(! count($a->layout)) {
+ $n = 'mod_' . $a->module . '.pdl' ;
+ $u = comanche_get_channel_id();
+ if($u)
+ $s = get_pconfig($u,'system',$n);
+ if((! $s) && (($p = theme_include($n)) != ''))
+ $s = @file_get_contents($p);
+ if($s)
+ comanche_parser($a,$s);
+ }
$comanche = ((count($a->layout)) ? true : false);
@@ -1841,7 +1868,11 @@ function construct_page(&$a) {
require_once('include/js_strings.php');
- head_add_css(((x($a->page,'template')) ? $a->page['template'] : 'default' ) . '.css');
+ if(x($a->page,'template_style'))
+ head_add_css($a->page['template_style'] . '.css');
+ else
+ head_add_css(((x($a->page,'template')) ? $a->page['template'] : 'default' ) . '.css');
+
head_add_css('mod_' . $a->module . '.css');
head_add_css(current_theme_url($installing));
diff --git a/doc/AdvancedSearch.md b/doc/AdvancedSearch.md
new file mode 100644
index 000000000..5a9a5a3bc
--- /dev/null
+++ b/doc/AdvancedSearch.md
@@ -0,0 +1,57 @@
+Advanced Directory Search
+=========================
+
+
+Advanced Directory Search is enabled in "Expert Mode" from your Settings => Additional features page.
+
+On the Directory page an option named "Advanced" will apear in the "Find Channels" widget (typically in the sidebar). Clicking "Advanced" will open another search box for entering advanced search requests.
+
+Advanced requests include
+
+* name=xxx
+[Channel name contains xxx]
+
+* address=xxx
+[Channel address (webbie) contains xxx]
+
+* locale=xxx
+[Locale (typically 'city') contains xxx]
+
+* region=xxx
+[Region (state/territory) contains xxx]
+
+* postcode=xxx
+[Postcode or zip code contains xxx]
+
+* country=xxx
+[Country name contains xxx]
+
+* gender=xxx
+[Gender contains xxx]
+
+* marital=xxx
+[Marital status contains xxx]
+
+* sexual=xxx
+[Sexual preference contains xxx]
+
+* keywords=xxx
+[Keywords contain xxx]
+
+There are many reasons why a match may not return what you're looking for, as many channels do not provide detailed information in their default (public) profile, and many of these fields allow free-text input in several languages - and this may be difficult to match precisely. For instance you may have better results finding somebody in the USA with 'country=u' (along with some odd channels from Deutschland and Bulgaria and Australia) because this could be represented in a profile as US, U.S.A, USA, United States, etc...
+
+Future revisions of this tool may try to smooth over some of these difficulties.
+
+Requests may be joined together with 'and', 'or', and 'and not'.
+
+Terms containing spaces must be quoted.
+
+Example:
+
+ name="charlie brown" and country=canada and not gender=female
+
+
+
+
+
+
diff --git a/doc/Comanche.md b/doc/Comanche.md
index 8874e839a..fe122db8c 100644
--- a/doc/Comanche.md
+++ b/doc/Comanche.md
@@ -6,7 +6,7 @@ Comanche is a markup language similar to bbcode with which to create elaborate a
Comanche primarily chooses what content will appear in various regions of the page. The various regions have names and these names can change depending on what layout template you choose.
-Currently there are two layout templates, unless your site provides additional layouts (TODO list all templates)
+Currently there are three layout templates, unless your site provides additional layouts.
default
@@ -19,9 +19,24 @@ Currently there are two layout templates, unless your site provides additional l
The full template defines the same as the default template with the exception that there is no "aside" region.
-To choose a layout template, use the 'layout' tag.
+ choklet
- [layout]full[/layout]
+ The choklet template provides a number of fluid layout styles which can be specified by flavour:
+
+ (default flavour) - a two column layout similar to the "default" template, but more fluid
+ three - three column layout (adds a "right_aside" region to the default template)
+ edgestwo - two column layout with fixed side margins
+ edgesthree - three column layout with fixed side margins
+ full - three column layout with fixed side margins and adds a "header" region beneath the navigation bar
+
+
+To choose a layout template, use the "template" tag.
+
+ [template]full[/template]
+
+To choose the "choklet" template with the "three" flavour:
+
+ [template=three]choklet[/template]
The default template will be used if no other template is specified. The template can use any names it desires for content regions. You will be using 'region' tags to decide what content to place in the respective regions.
@@ -42,6 +57,9 @@ To select a theme for your page, use the 'theme' tag.
This will select the theme named "apw". By default your channel's preferred theme will be used.
+ [theme=dark]redbasic[/theme]
+
+This will select the theme named "redbasic" and load the "dark" theme schema for this theme.
**Regions**
@@ -60,6 +78,11 @@ Your webpage creation tools allow you to create menus and blocks, in addition to
This places the menu called "mymenu" at this location on the page, which must be inside a region.
+ [menu=horizontal-menu]mymenu[/menu]
+
+This places the menu called "mymenu" at this location on the page, which must be inside a region. Additionally it adds the CSS class "horizontal-menu" to this menu. This *may* result in a menu that looks different than the default menu style, *if* the css for the current theme defines a "horizontal-menu" class.
+
+
[block]contributors[/block]
This places a block named "contributors" in this region.
@@ -75,9 +98,9 @@ Widgets are executable apps provided by the system which you can place on your p
-Widgets and arguments are specified with the 'widget' and 'arg' tags.
+Widgets and arguments are specified with the 'widget' and 'var' tags.
- [widget=recent_visitors][arg=count]24[/arg][/widget]
+ [widget=recent_visitors][var=count]24[/var][/widget]
This loads the "recent_visitors" widget and supplies it with the argument "count" set to "24".
@@ -92,9 +115,11 @@ The 'comment' tag is used to delimit comments. These comments will not appear on
**Complex Example**
+Please note that pasting this example into a layout page is not likely to do anything useful as the chosen names (template, theme, regions, etc.) may not correspond to any existing webpage components.
+
[comment]use an existing page template which provides a banner region plus 3 columns beneath it[/comment]
- [layout]3-column-with-header[/layout]
+ [template]3-column-with-header[/template]
[comment]Use the "darknight" theme[/comment]
@@ -111,8 +136,8 @@ The 'comment' tag is used to delimit comments. These comments will not appear on
[menu]myfavouritemenu[/menu]
[widget=recent_visitors]
- [arg=count]24[/arg]
- [arg=names_only]1[/arg]
+ [var=count]24[/var]
+ [var=names_only]1[/var]
[/widget]
[widget=tagcloud][/widget]
diff --git a/doc/Creating-Templates.md b/doc/Creating-Templates.md
new file mode 100644
index 000000000..35003cb1a
--- /dev/null
+++ b/doc/Creating-Templates.md
@@ -0,0 +1,91 @@
+Creating Page Templates
+=======================
+
+
+A page template for use with Comanche requires two files - a PHP template and a CSS file. Page templates will need to be installed by the system administrator of your site.
+
+
+First choose a name. Here we'll create a template and call it "demo".
+
+You will need to create the files "view/php/demo.php" and "view/css/demo.css" to hold the PHP template and CSS respectively.
+
+To get a better idea of this process, let's look at an existing template - the "default" template. This is used by default throughout the application.
+
+view/php/default.php
+====================
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Here's is the corresponding CSS file
+
+view/php/default.css
+====================
+
+
+ aside#region_1 {
+ display: block;
+ width: 210px;
+ position: absolute;
+ top: 65px;
+ left: 0;
+ margin-left: 10px;
+ }
+
+ aside input[type='text'] {
+ width: 174px;
+ }
+
+
+ section {
+ position: absolute;
+ top: 65px;
+ left: 250px;
+ display: block;
+ right: 15px;
+ padding-bottom: 350px;
+ }
+
+
+Some things you may notice when looking at these definitions:
+
+* We have not specified any CSS for the "nav", "right_aside", or "footer" regions. In this template "nav" and "footer" will be the full page width and we will let the size and placement of these elements be controlled by the theme. "right_aside" is not currently used.
+
+* There are elements on the page such as "page-footer" and "pause" for which there is no apparent content. This content will come from Javascript elements.
+
+* Our default template uses absolute positioning. Modern web design often uses "float" div containers so that scrollbars aren't typically needed when viewing on small-screen devices.
+
+To design a new template, it is best to start with an existing template, and modify it as desired. That is what we will do here.
+
+The way that Comanche provides content inside a specific region is by using a region tag.
+
+ [region=aside][widget=profile][/widget][/region]
+
+This example will place a "profile" widget in the "aside" region. But what it actually does is place the HTML for the widget into a code variable **$page['aside']**. Our default page template defines a region on the page (the CSS positions this as an absolute sidebar) and then inserts the contents of $page['aside'] (if it exists).
+
+So if you wanted to create a template with a region named "foo", you would provide a place for it on the page, then include the contents of $page['foo'] wherever you wanted to use it, and then using Comanche, you could specify
+
+ [region=foo][widget=profile][/widget][/region]
+
+and this would place a profile widget into the "foo" region you created.
+
+Use the CSS file to position the region on the page where desired and optionally control its size.
+
+[To be continued]
\ No newline at end of file
diff --git a/doc/DerivedTheme1.md b/doc/DerivedTheme1.md
new file mode 100644
index 000000000..d20a958f2
--- /dev/null
+++ b/doc/DerivedTheme1.md
@@ -0,0 +1,78 @@
+Creating a Derived Theme
+========================
+
+**Lesson 1**
+
+A derived theme takes most of the settings from its "parent" theme and lets you change a few things to your liking without creating an entire theme package.
+
+
+To create a derived theme, first choose a name. For our example we'll call our theme 'mytheme'. Hopefully you'll be a bit more creative. But throughout this document, wherever you see 'mytheme', replace that with the name you chose.
+
+**Directory Structure**
+
+First you need to create a theme directory structure. We'll keep it simple. We need a php directory and a css directory. Here are the Unix/Linux commands to do this. Assume that 'mywebsite' is your top level Red Matrix folder.
+
+
+ cd mywebsite
+ mkdir view/theme/mytheme
+ mkdir view/theme/mytheme/css
+ mkdir view/theme/mytheme/php
+
+
+Great. Now we need a couple of files. The first one is your theme info file, which describes the theme.
+
+It will be called view/theme/mytheme/php/theme.php (clever name huh?)
+
+Inside it, put the following information - edit as needed
+
+ theme_info['extends'] = 'redbasic';
+
+
+ }
+
+
+Remember to rename the mytheme_init function with your theme name. In this case we will be extending the theme 'redbasic'.
+
+
+Now create another file. We call this a PCSS file, but it's really a PHP file.
+
+The file is called view/theme/mytheme/php/style.php
+
+In it, put the following:
+
+ Display Settings as their default theme.
+
+
+
\ No newline at end of file
diff --git a/doc/To-Do-Code.md b/doc/To-Do-Code.md
index b13689d5e..58ecd18c6 100644
--- a/doc/To-Do-Code.md
+++ b/doc/To-Do-Code.md
@@ -13,6 +13,10 @@ We need much more than this, but here are areas where developers can help. Pleas
* Integrate the "open site" list with the register page
+* implement oembed provider interface
+
+* implement openid server interface
+
* Write more webpage layouts
* Write more webpage widgets
diff --git a/doc/Widgets.md b/doc/Widgets.md
new file mode 100644
index 000000000..dc7093f8a
--- /dev/null
+++ b/doc/Widgets.md
@@ -0,0 +1,73 @@
+Core Widgets
+============
+
+Some/many of these widgets have restrictions which may restrict the type of page where they may appear or may require login
+
+
+* clock - displays the current time
+ * args: military (1 or 0) - use 24 hour time as opposed to AM/PM
+ *
+
+* profile - displays a profile sidebar on pages which load profiles (pages with nickname in the URL)
+
+* tagcloud - display a tagcloud of webpage items
+
+ * args: count - number of items to return (default 24)
+ *
+
+
+* collections - collection selector for the current logged in channel
+
+ * args: mode - one of "conversation", "group", "abook" depending on module
+ *
+
+
+* suggestions - friend suggestions for the current logged on channel
+
+* follow - presents a text box for following another channel
+
+* notes - private notes area for the current logged in channel if private_notes feature is enabled
+
+* savedsearch - network/matrix search with save - must be logged in and savedsearch feature enabled
+
+* filer - select filed items from network/matrix stream - must be logged in
+
+* archive - date range selector for network and channel pages
+
+* fullprofile - same as profile currently
+
+* categories - categories filter (channel page)
+
+* tagcloud_wall - tagcloud for channel page only
+
+* affinity - affinity slider for network page - must be logged in
+
+* settings_menu - sidebar menu for settings page, must be logged in
+
+* mailmenu - sidebar menu for private message page - must be logged in
+
+* design_tools - design tools menu for webpage building pages, must be logged in
+
+* findpeople - tools to find other channels
+
+* photo_albums - list photo albums of the current page owner with a selector menu
+
+* vcard - mini profile sidebar for the person of interest (page owner, whatever)
+
+* dirsafemode - directory selection tool - only on directory pages
+
+* dirsort - directory selection tool - only on directory pages
+
+* dirtags - directory tool - only on directory pages
+
+* menu_preview - preview a menu - only on menu edit pages
+
+* chatroom_list - list of chatrooms for the page owner
+
+* bookmarkedchats - list of bookmarked chatrooms collected on this site for the current observer
+
+* suggestechats - "interesting" chatrooms chosen for the current observer
+
+* item - displays a single webpage item by mid
+1 args: mid - message_id of webpage to display
+
diff --git a/doc/comanche.bb b/doc/comanche.bb
index ea2069b35..e79f9a4c7 100644
--- a/doc/comanche.bb
+++ b/doc/comanche.bb
@@ -4,7 +4,7 @@ Comanche is a markup language similar to bbcode with which to create elaborate a
Comanche primarily chooses what content will appear in various regions of the page. The various regions have names and these names can change depending on what layout template you choose.
-Currently there are two layout templates, unless your site provides additional layouts (TODO list all templates)
+Currently there are three layout templates, unless your site provides additional layouts (TODO list all templates)
[code]
default
@@ -16,14 +16,37 @@ Currently there are two layout templates, unless your site provides additional l
full
The full template defines the same as the default template with the exception that there is no "aside" region.
+
+
+ choklet
+
+ The choklet template provides a number of fluid layout styles which can be specified by flavour:
+
+ (default flavour) - a two column layout similar to the "default" template, but more fluid
+ three - three column layout (adds a "right_aside" region to the default template)
+ edgestwo - two column layout with fixed side margins
+ edgesthree - three column layout with fixed side margins
+ full - three column layout with fixed side margins and adds a "header" region beneath the navigation bar
+
[/code]
-To choose a layout template, use the 'layout' tag.
+To choose a layout template, use the 'template' tag.
[code]
- [layout]full[/layout]
+ [template]full[/template]
[/code]
+
+To choose the "choklet" template with the "three" flavour:
+
+[code]
+ [template=three]choklet[/template]
+[/code]
+
+
+
+
+
The default template will be used if no other template is specified. The template can use any names it desires for content regions. You will be using 'region' tags to decide what content to place in the respective regions.
@@ -42,6 +65,11 @@ To select a theme for your page, use the 'theme' tag.
[/code]
This will select the theme named "apw". By default your channel's preferred theme will be used.
+[code]
+ [theme=passion]apw[/theme]
+[/code]
+This will select the theme named "apw" and select the "passion" schema (theme variant).
+
[b]Regions[/b]
@@ -60,6 +88,13 @@ Your webpage creation tools allow you to create menus and blocks, in addition to
[menu]mymenu[/menu]
[/code]
This places the menu called "mymenu" at this location on the page, which must be inside a region.
+
+[code]
+ [menu=horizontal]mymenu[/menu]
+[/code]
+This places the menu called "mymenu" at this location on the page, which must be inside a region. Additionally it applies the "horizontal" style to the menu. "horizontal" is defined in the redbasic theme. It may or may not be available in other themes.
+
+
[code]
[block]contributors[/block]
[/code]
@@ -76,9 +111,9 @@ Widgets are executable apps provided by the system which you can place on your p
[/code]
-Widgets and arguments are specified with the 'widget' and 'arg' tags.
+Widgets and arguments are specified with the 'widget' and 'var' tags.
[code]
- [widget=recent_visitors][arg=count]24[/arg][/widget]
+ [widget=recent_visitors][var=count]24[/var][/widget]
[/code]
This loads the "recent_visitors" widget and supplies it with the argument "count" set to "24".
@@ -98,7 +133,7 @@ The 'comment' tag is used to delimit comments. These comments will not appear on
[code]
[comment]use an existing page template which provides a banner region plus 3 columns beneath it[/comment]
- [layout]3-column-with-header[/layout]
+ [template]3-column-with-header[/template]
[comment]Use the "darknight" theme[/comment]
@@ -115,8 +150,8 @@ The 'comment' tag is used to delimit comments. These comments will not appear on
[menu]myfavouritemenu[/menu]
[widget=recent_visitors]
- [arg=count]24[/arg]
- [arg=names_only]1[/arg]
+ [var=count]24[/var]
+ [var=names_only]1[/var]
[/widget]
[widget=tagcloud][/widget]
diff --git a/doc/de/features.bb b/doc/de/features.bb
new file mode 100644
index 000000000..65ea45679
--- /dev/null
+++ b/doc/de/features.bb
@@ -0,0 +1,108 @@
+[size=24][b]Features der Red-Matrix[/b][/size]
+
+[url=[baseurl]/help]Zurück zur Hilfe-Startseite[/url]
+
+Die Red-Matrix ist ein Allzweck-Kommunikationsnetzwerk mit einigen einzigartigen Features. Sie wurde für eine große Bandbreite von Nutzern entwickelt, von Nutzern sozialer Netzwerke über technisch nicht interessierte Blogger bis hin zu PHP-Experten und erfahrenen Systemadministratoren.
+
+Diese Seite listet einige der Kern-Features von Red auf, die in der offiziellen Distribution enthalten sind. Wie immer bei freier Open-Source-Software sind den Möglichkeiten keine Grenzen gesetzt. Beliebige Erweiterungen, Addons, Themes und Konfigurationen sind möglich.
+
+[b][size=18]Entwickelt für Privatsphäre und Freiheit[/size][/b]
+
+Eines der Design-Ziele von Red ist einfache Kommunikations über das Web, ohne die Privatsphäre zu vernachlässigen, wenn die Nutzer das Wünschen. Um dieses Ziel zu erreichen, verfügt Red über einige Features, die beliebige Stufen des Privatsphäre-Schutzes ermöglichen:
+
+[b]Beziehungs-Tool[/b]
+
+Wenn Du in der Red-Matrix einen Kontakt hinzufügst (und das Beziehungs-Tool aktiviert hast), hast Du die Möglichkeit, einen „Grad der Freundschaft“ zu bestimmen. Bespiel: Wenn Du ein Blog eines Bekannten hinzufügst, könntest Du ihm den Freundschaftsgrad „Bekannte“ (Acquaintances) geben.
+
+[img]https://friendicared.net/photo/b07b0262e3146325508b81a9d1ae4a1e-0.png[/img]
+
+Wenn Du aber den privaten Kanal eines Freundes hinzufügst, wäre der Freundschaftsgrad „Freunde“ vermutlich passender.
+
+Wenn Du allen Kontakten solche Freundschaftsgrade zugeordnet hast, kannst Du mit dem Beziehungs-Tool, das (sofern aktiviert) oben auf Deiner Matrix-Seite erscheint, bestimmen, welche Inhalte Du sehen willst. Indem Du die Schieberegler so einstellst, dass der linke auf „Ich“ und der rechte auf „Freunde“ steht, kannst Du dafür sorgen, dass nur Inhalte von Kontakten angezeigt werden, deren Freundschaftsgrad sich irgendwo im Bereich zwischen „Ich“, „Beste Freunde“ und „Freunde“ bewegt. Alle anderen Kontakte, zum Beispiel solche mit einem Freundschaftsgrad in der Nähe von „Bekannte“, werden nicht angezeigt.
+
+Das Beziehungs-Tool erlaubt blitzschnelles Filtern von großen Mengen Inhalt, gruppiert nach Freundschaftsgrad.
+
+[b]Zugriffsrechte[/b]
+
+Wenn Du Inhalte mit anderen teilst, hast Du die Option, den Zugriff darauf einzuschränken. Wenn Du auf das Schloss unterhalb des Beitrags-Editors klickst, kannst Du auswählen, wer diesen Beitrag sehen darf, indem Du einfach auf die Namen klickst.
+
+Diese Nachricht kann dann nur vom Absender und den eingestellten Empfängern betrachtet werden. Mit anderen Worten, sie erscheint nicht öffentlich auf einer Pinnwand.
+
+[b]Verschlüsselung privater Nachrichten[/b]
+
+Öffentliche Nachrichten werden in der Red-Matrix nicht verschlüsselt, bevor sie Deinen Server verlassen, und sie werden auch im Klartext in der Datenbank gespeichert.
+
+Nachrichten mit eingeschränktem Empfängerkreis werden jedoch mit einem symmetrischen 256-bit-AES-CBC-Schlüssel verschlüsselt, der seinerseits mit Public-Key-Kryptografie auf Basis von 4096-bittigen RSA-Schlüsseln geschützt (nochmal verschlüsselt) wird, die mit dem sendenden Kanal verbunden sind.
+
+Jeder Red-Kanal hat seinen eigenes 4096-bit-RSA-Schlüsselpaar, das erzeugt wird, wenn der Kanal erstellt wird.
+
+[b]TLS/SSL[/b]
+
+Red-Server, die TLS/SSL benutzen, verschlüsseln ihre Kommunikation vom Server zum Nutzer mit SSL. Nach den aktuellen Enthüllungen über das Umgehen von Verschlüsselung durch NSA, GHCQ und andere Dienste, sollte man jedoch nicht mehr savon ausgehen, dass diese Verbindungen nicht mitgelesen werden können.
+
+[b]Kanal-Einstellungen[/b]
+
+Für jeden Kanal kannst Du detaillierte Zugriffseinstellungen für verschiedenste Aspekte der Kommunikation festlegen. Unter den „Sicherheits- und Privatsphäre-Einstellungen“ kann für jeden Punkt auf der linken Seite eine von 5-6 möglichen Optionen aus dem Menü gewählt werden.
+
+[img]https://friendicared.net/photo/0f5be8da282858edd645b0a1a6626491.png[/img]
+
+Die Optionen sind:
+[ul][*]Niemand außer Du selbst
+[*]Nur die, denen Du es explizit erlaubst
+[*]All Deine Kontakte
+[*]Jeder auf diesem Server
+[*]Alle Red-Nutzer
+[*]Jeder im Internet[/ul]
+
+[b]Klone[/b]
+
+Konten in der Red-Matrix werden auch als [i]nomadische Identitäten[/i] bezeichnet (eine ausführliche Erklärung dazu gibt es unter [url=[baseurl]/help/what_is_zot]What is Zot?[/url]). Nomadisch, weil bei anderen Diensten die Identität eines Nutzers an den Server oder die Plattform gebunden ist, auf der er ursprünglich erstellt wurde. Ein Facebook- oder Gmail-Konto ist and diese Dienste gekettet. Er funktioniert nicht ohne Facebook.com bzw. Gmail.com.
+
+Bei Red ist das anders. Sagen wir, Du hast eine Red-Indentität namens tina@red.com. Die kannst Du auf einen anderen Server klonen, mit dem gleichen oder einem anderen Namen, zum Beispiel lebtEwig@matrixserver.info.
+
+Beide Kanäle sind jetzt miteinander synchronisiert, das heißt, dass alle Kontakte und Einstellungen auf dem Klon immer die gleichen sind wie auf dem ursprünglichen Kanal. Es ist egal, ob Du eine Nachricht von dort aus oder vom Klon aus schickst. Alle Nachrichten sind in beiden Klonen vorhanden.
+
+Das ist ein ziemlich revolutionäres Feature, wenn man sich einige Szenarien dazu ansieht:
+
+[ul][*]Was passiert, wenn ein Server, auf dem sich Deine Identität befindet, plötzlich offline ist? Ohne Klone ist der Nutzer nicht in der Lage zu kommunzieren, bis der Server wieder online ist. Mit Klonen loggst Du Dich einfach bei Deinem geklonten Kanal ein und lebst glücklich bis an Dein Ende.
+[*]Der Administrator Deines Red-Servers kann es sich nicht länger leisten, seinen für alle kostenlosen Server zu bezahlen. Er gibt bekannt, dass der Server in zwei Wochen vom Netz gehen wird. Zeit genug, um Deine Red-Kanäle auf andere Server zu klonen und somit Verbindungen und Freunde zu behalten.
+[*]Was, wenn Dein Kanal staatlicher Zensur unterliegt? Dein Server-Admin wird gezwungen, Dein Konto und alle damit verbundenen Kanäle und Daten zu löschen. Durch Klone bietet die Red-Matrix Zensur-Resistenz. Wenn Du willst, kannst Du hunderte von Klonen haben, alle mit unterschiedlichen Namen und auf unterschiedlichen Servern überall im Internet.[/ul]
+
+Red bietet interessante, neue Möglichkeiten in Bezug auf die Privatsphäre. Mehr dazu bald unter „Tipps und Tricks zur privaten Kommunikation“.
+
+Klone unterliegen einigen Restriktionen. Eine vollständige Erklärung zum Klonen von Identitäten gibt es bald unter „Klone“.
+
+
+[b]Kanal-Backups[/b]
+
+In Red gibt es ein einfaches Ein-Klick-Backup, mit dem Du ein komplettes Backup Deiner Kanal-Einstellungen und Verbindungen herunterladen kannst.
+
+Solche Backups sind ein Weg, um Klone zu erstellen, und können genutzt werden, um einen Kanal wiederherzustellen.
+
+[b]Löschen von Konten[/b]
+
+Konten und Kanäle können sofort gelöscht werden, indem Du einfach auf einen Link klickst. Das wars. Alle damit verbundenen Inhalte werden sofort aus der Matrix gelöscht (inklusiver aller Beiträge und sonstiger Inhalte, die von dem gelöschten Konto/Kanal erzeugt wurden).
+
+[b][size=18]Erstellen von Inhalten[/size][/b]
+
+[b]Beiträge schreiben[/b]
+
+Red unterstützt diverse verschiedene Wege, um Inhalte zu erstellen, von einem grafischen Text-Editor über verschieden Markup-Sprachen bis hin zu reinem HTML.
+
+Mit Red geliefert wird TinyMCE, ein WYSIWYG-Editor, der in den Einstellungen eingeschaltet werden kann. Ist er nicht aktiviert, können normale Beiträge mit BBCode (wie in Foren) formatiert werden.
+
+Webseiten können außerdem in HTML, Markdown und Plain Text erstellt werden.
+
+[b]Inhalte löschen[/b]
+
+Alle Inhalte in der Matrix bleiben unter der Kontroller des Nutzers (bzw. Kanals), der sie ursprünglich erstellt hat. Alle Beiträge können jederzeit gelöscht werden, egal, ob sie auf dem Heimat-Server des Nutzers oder auf einem anderen Server erstellt wurden, an dem der Nutzer via Zot angemeldet war.
+
+[b]Medien[/b]
+
+Genau wie jedes andere Blog-System, soziale Netzwerk oder Mikro-Blogging-Dienst unterstützt Red das Hochladen von Dateien, das Einbetten von Bildern und Videos und das Verlinken von Seiten.
+
+[b]Vorschau[/b]
+
+Vor dem Absenden kann eine Vorschau von Beiträgen betrachtet werden.
+
+[url=[baseurl]/help]Zurück zur Hilfe-Startseite[/url]
diff --git a/doc/de/kontengrundlagen.bb b/doc/de/kontengrundlagen.bb
new file mode 100644
index 000000000..fe0b10035
--- /dev/null
+++ b/doc/de/kontengrundlagen.bb
@@ -0,0 +1,38 @@
+[size=24][b]Grundlagen zu Red-Konten[/b][/size]
+
+[zrl=[baseurl]/help]Zurück zur Hilfe-Startseite[/zrl]
+
+
+[b]Registrieren[/b]
+
+Nicht alle Server in der Red-Matrix erlauben jedem, sich zu registrieren. Wenn eine Registrierung möglich ist, erscheint unter dem Anmelde-Formular ein Link mit dem Titel „Registrieren“, der Dich zur Registrierungs-Seite des Servers führt. Auf manchen Servern wirst Du auf einen anderen Server weitergeleitet, der Registrierungen erlaubt. Da alle Red-Server miteinander verbunden sind, ist es egal, auf welchem Du Dich registrierst.
+
+[b]Deine E-Mail-Adresse[/b]
+
+Bitte gib eine funktionierende E-Mail-Adresse an. Sie wird [b]nie[/b] veröffentlicht. Wenn Du willst, kannst Du Dir an diese Adresse Benachrichtigungen schicken lassen, wenn Du neue Nachrichten oder Beiträge erhalten hast. Sie wird außerdem benutzt, um vergessene Passwörter wiederherstellen zu können.
+
+[b]Passwort[/b]
+
+Gib ein Passwort Deiner Wahl ein und wiederhole es in der zweiten Box, um sicherzugehen, dass Du Dich nicht vertippt hast. Da die Red-Matrix dezentralisierten Identitäsnachweis beherrscht, kannst Du Dich mit Deinem Konto auf vielen anderen Webseiten anmelden.
+
+[b]Nutzungsbedingungen[/b]
+
+Klicke auf den Link, um die Nutzungsbedingungen dieses Servers zu lesen. Wenn Du sie gelesen hast, setze den Haken im Registrierungsformular, um sie zu akzeptieren.
+
+[b]Registrieren[/b]
+
+Wenn Du alles ausgefüllt hast, klicke auf den „Registrieren“-Knopf. Bei manchen Servern muss der Administrator Deiner Registrierung erst noch zustimmen, bevor Du Dein Konto nutzen kannst. Falls das der Fall ist, wird Dir das entsprechend angezeigt. Du erhältst dann eine E-Mail, wenn die Registrierung vollendet wurde. (Sicherheitshalber auch Spam-Ordner überprüfen!)
+
+[b]Einen Kanal anlegen[/b]
+
+Als nächstes kommst Du direkt auf den „Kanal hinzufügen“-Bildschirm. Dein erster Kanal wird normalerweise der sein, der Dich selbst repräsentiert. Es ist also sinnvoll, Deinen Namen oder Dein Pseudonym als Kanal-Namen zu verwenden.
+
+Der Kanal-Name ist der Titel oder eine kurze Beschreibung des Kanals. Der „Spitzname“ ist so etwas wie ein Benutzername. Was Du hier eingibst wird Teil Deiner Kanal-Adresse, die Andere benutzen, um sich mit Dir zu verbinden, und die Du selbst benutzt, um Dich auf anderen Servern anzumelden. Die Kanal-Adresse sieht aus wie eine E-Mail-Adresse, zum Beispiel so: spitzname@deinserver.xyz
+
+Wenn Dein Kanal angelegt ist, geht es direkt weiter zu den Einstellungen. Dort kannst Du Zugriffsrechte setzen, Funktionen zu- oder abschalten und so weiter. Diese Punkte werden auf den entsprechenden Hilfeseiten erklärt.
+
+[b]Siehe auch[/b]
+
+[zrl=[baseurl]/help/permissions]Permissions[/zrl]
+[zrl=[baseurl]/help/profile]Profile[/zrl]
+[zrl=[baseurl]/help/remove_account]Remove Account[/zrl]
diff --git a/doc/de/main.bb b/doc/de/main.bb
new file mode 100644
index 000000000..e6fa0eee0
--- /dev/null
+++ b/doc/de/main.bb
@@ -0,0 +1,59 @@
+[size=24][b]Dokumentation und Ressourcen zur Red-Matrix[/b][/size]
+
+[size=18][b]Inhalt[/b][/size]
+
+[zrl=[baseurl]/help/redmatrix]Was ist die Red-Matrix?[/zrl]
+[zrl=[baseurl]/help/features]Features der Red-Matrix[/zrl]
+[zrl=[baseurl]/help/what_is_zot]What is Zot?[/zrl]
+
+[b]Grundlegende Anleitung[/b]
+
+[zrl=[baseurl]/help/kontengrundlagen]Grundlagen zu Konten[/zrl]
+[zrl=[baseurl]/help/profile]Profile[/zrl]
+[zrl=[baseurl]/help/channels]Channels[/zrl]
+[zrl=[baseurl]/help/connecting_to_channels]Connecting to Channels[/zrl]
+[zrl=[baseurl]/help/permissions]Permissions[/zrl]
+[zrl=[baseurl]/help/cloud]Cloud Storage[/zrl]
+
+[b]Aber Halt! Es gibt noch mehr! [i]Viel[/i] mehr …[/b]
+
+[zrl=[baseurl]/help/tags_and_mentions]Tags and Mentions[/zrl]
+[zrl=[baseurl]/help/webpages]Web Pages[/zrl]
+[zrl=[baseurl]/help/remove_account]Remove Account[/zrl]
+[zrl=[baseurl]/help/bbcode]BBcode reference for posts and comments[/zrl]
+[zrl=[baseurl]/help/checking_account_quota_usage]Checking Account Quota Usage[/zrl]
+[zrl=[baseurl]/help/cloud_desktop_clients]Cloud Desktop Clients[/zrl]
+
+[b]Für Administratoren[/b]
+
+[zrl=[baseurl]/help/debian_install]Easy Install on Debian via script[/zrl]
+[zrl=[baseurl]/help/red2pi]Installing Red on the Raspberry Pi[/zrl]
+[zrl=[baseurl]/help/problems-following-an-update]Problems Following A Software Update[/zrl]
+[zrl=[baseurl]/help/troubleshooting]Troubleshooting Tips[/zrl]
+
+
+[b]Technische Dokumentation[/b]
+
+[zrl=[baseurl]/help/install]Install[/zrl]
+[zrl=[baseurl]/help/comanche]Comanche Page Descriptions[/zrl]
+[zrl=[baseurl]/help/plugins]Plugins[/zrl]
+[zrl=[baseurl]/help/schema_development]Schemas[/zrl]
+[zrl=[baseurl]/help/developers]Developers[/zrl]
+[zrl=[baseurl]/help/intro_for_developers]Intro for Developers[/zrl]
+[zrl=[baseurl]/help/api_functions]API functions[/zrl]
+[zrl=[baseurl]/help/developer_function_primer]Red Functions 101[/zrl]
+[zrl=[baseurl]/doc/html/]Code Reference (doxygen generated - sets cookies)[/zrl]
+[zrl=[baseurl]/help/to_do_doco]To-Do list for the Red Documentation Project[/zrl]
+[zrl=[baseurl]/help/to_do_code]To-Do list for Developers[/zrl]
+[zrl=[baseurl]/help/git_for_non_developers]Git for Non-Developers[/zrl]
+
+[b]Externe Ressourcen[/b]
+
+[zrl=[baseurl]/help/external-resource-links]External Resource Links[/zrl]
+[url=https://github.com/friendica/red]Haupt-Website[/url]
+[url=https://github.com/friendica/red-addons]Addons-Website[/url]
+[url=https://zothub.com/channel/one]Entwickler-Kanal[/url]
+
+[b]Über[/b]
+
+[zrl=[baseurl]/siteinfo]Informationen zu diesem Server und der Red-Version[/zrl]
diff --git a/doc/de/profile.bb b/doc/de/profile.bb
new file mode 100644
index 000000000..25abdc664
--- /dev/null
+++ b/doc/de/profile.bb
@@ -0,0 +1,41 @@
+[size=24][b]Profile[/b][/size]
+
+[zrl=[baseurl]/help]Zurück zur Hilfe-Startseite[/zrl]
+
+In Red kannst Du beliebig viele Profile anlegen. Du kannst mehrere Profile nutzen, um verschiedenen Kontakten und Profilbesuchern unterschiedliche Seiten Deiner Persönlichkeit zu zeigen. Das ist nicht das gleiche wie das Anlegen mehrerer [i]Kanäle.[/i]
+
+Mehrere Kanäle erlauben es, komplett voneinander getrennte Informationen zu verwalten. Du könntest zum Beispiel einen Kanal für Dich selbst anlegen, einen für Deinen Schwimmverein, einen für Dein Blog und so weiter und so fort.
+
+Ein Profil erlaubt es, unterschiedlichen Leuten unterschiedliche Informationen über einen Kanal zu präsentieren. Beispiel: In Deinem Standard-Profil, das alle Profilbesucher zu sehen bekommen, könnte nur Dein Vorname stehen, sonst keine weiteren Informationen. Freunde und Bekannte könnten Deinen kompletten Realnamen und Deine Postadresse zu sehen bekommen, und im Profil für Deinen engsten Freundeskreis könnten peinliche Hobbies Trinkrekorde ihren Platz finden.
+
+Jeder Kanal hat ein Standard-Profil (öffentliches Profil), das vor niemandem versteckt werden kann (außer evtl. auf privaten Servern, die nicht mit der Matrix verbunden sind). Du kannst und solltest Dich in der Auswahl dessen, was Du im Standard-Profil von Dir preisgibst, stark einschränken.
+
+Trotzdem: Wenn Du willst, dass Freunde Dich finden können, macht es Sinn, folgende Informationen ins öffentliche Profil einzutragen:
+
+[ul][*] Deinen Realnamen oder zumindest einen Spitznamen, unter dem Dich jeder kennt
+[*] Ein Foto, das auch wirklich Dich zeigt
+[*] Deinen Wohnort, oder zumindest Land oder Bundesland[/ul]
+
+Ohne diese Informationen könnte es passieren, dass Du hier sehr einsam bist. Die meisten Leute verbinden sich nicht mit jemandem, von dem sie nur einen Fake-Namen und ein Foto sehen, das noch nicht einmal einen Menschen zeigt.
+
+Wenn Du Leute kennenlernen möchtest, die ähnliche Interessen haben wie Du, nimm Dir einen Moment Zeit und füge einige Schlüsselwörter hinzu. Zum Beispiel „Musik, Linux, Fotografie“ oder was auch immer. Danach können andere dann im Verzeichnis suchen. Du kannst so viele Schlüsselwörter eingeben wie Du möchtest.
+
+Um alternative Profile zu erstellen, besuche zunächst die Seite [zrl=[baseurl]/settings/features]Einstellungen > Zusätzliche Funktionen[/zrl] und aktiviere dort „Mehrfachprofile“. Ohne diese Aktivierung hast Du nur ein Profil, nämlich Dein Standard-Profil.
+
+Klicke dann auf „Profile bearbeiten“ im Menü Deines Red-Servers. Dort kannst Du existierende Profile bearbeiten, Dein Profilfoto verändern, Dinge zu einem Profil hinzufügen oder ein neues Profil erstellen. Du kannst auch ein Profil „klonen“, wenn Du nur einige wenige Einträge ändern willst, ohne die ganzen Informationen noch einmal einzugeben. Klicke dazu auf das Profil, das Du klonen willst, und wähle dann „Dieses Profil klonen“.
+
+In der Liste Deiner Profile kannst Du auch bestimmen, wer ein bestimmtes Profil zu sehen bekommt. Klicke dazu auf „Sichtbarkeit bearbeiten“ neben dem Profil, um das es geht (gibt es nur bei Profilen, die nicht Dein Standard-Profil sind). Klicke dann auf die Bilder derjenigen Kontakte, die dieses Profil sehen sollen – sie sind dann oben zu sehen. Wenn Du oben auf ein Bild klickst, wird dieser Kontakt wieder aus der Gruppe derjenigen herausgenommen, die dieses Profil zu sehen bekommen.
+
+Hast Du einem Kontakt ein Profil zugeordnet, wird er immer dieses Profil sehen, wenn er sich Dein Profil ansieht. Besucht er Deinen Red-Server, ohne sich anzumelden, sieht er aber weiterhin Dein Standard-Profil.
+
+Auf der allgemeinen „Einstellungen“-Seite gibt es eine Einstellung, mit der Du festlegen kannst, ob Dein Standard-Profil in den Red-Verzeichnissen veröffentlicht werden soll.
+
+Wenn Du nicht möchtest, dass andere Dich finden können, ohne dass Du ihnen
+Deine Kanal-Adresse gibst, kannst Du so verhindern, dass Dein Profil
+veröffentlicht wird.
+
+[b]Schlüsselwörter und Verzeichnissuche[/b]
+
+Im Verzeichnis (Kanal-Anzeiger) kannst Du nach Leuten suchen, die ihre Profile veröffentlichen. Zum Beispiel, indem Du Namen oder Spitznamen eingibst. Aktuell werden nur das Namensfeld und die Schlüsselwörter durchsucht. Wenn Du Schlüsselwörter in Dein Standard-Profil einträgst, können Dich Leute mit ähnlichen Interessen finden. Sie werden außerdem bei den Kanal-Vorschlägen benutzt. Sie sind im Verzeichnis nicht direkt sichtbar, wohl aber auf Deiner Profil-Seite.
+
+Auf Deiner „Verbindungen“-Seite und im Verzeichnis (Kanal-Anzeiger) gibt es einen Link „Vorschläge“ bzw. „Kanal-Vorschläge“. Dort findest Du Kanäle, die gleiche oder ähnliche Schlüsselwörter im Profil haben wie Du. Je mehr Schlüsselwörter Du in Dein Standard-Profil einträgst, desto besser werden die Suchergebnisse. Sie sind nach relevanz sortiert.
diff --git a/doc/de/redmatrix.bb b/doc/de/redmatrix.bb
new file mode 100644
index 000000000..aa27769d0
--- /dev/null
+++ b/doc/de/redmatrix.bb
@@ -0,0 +1,23 @@
+[size=24][b]Was ist die Red-Matrix?[/b][/size]
+
+Die Red-Matrix ist ein dezentralisiertes Kommunikationsnetzwerk mit dem Ziel, Kommunikationsmöglichkeiten bereitzustellen, die Zensur umgehen, die Privatsphäre respektieren und somit frei sind von den Einschränkungen, die die heutigen kommerziellen Kommunikationsgiganten uns auferlegen. Diese stellen in erster Linie Spionagenetzwerke für zahlende Kunden aller Art zur Verfügung und monopolisieren und zentralisieren das ganze Internet – was ursprünglich eben gerade nicht unter den revolutionären Zielen war, die einst zum World Wide Web führten.
+
+Die Software der Red-Matrix ist frei, kostenlos und Open Source. Sie wurde entwickelt, um auf einem Raspberry Pi für € 30,– ebenso zu laufen wie auf den größten AMD- und Intel-Xeon-Multiprozessor-Servern. Sie kann für die Kommunikation zwischen einigen wenigen Einzelpersonen genutzt werden oder viele tausend Leute und mehr miteinander verbinden.
+
+Ein weiteres Ziel ist es, von Können und Ressourcen unabhängig zu sein. Die Red-Matrix ist für den einfachen Computernutzer ebenso leicht bedienbar wie für Systemadministratoren und Entwickler.
+
+Wie Du sie benutzt hängt davon ab, wie Du sie benutzen [i]willst.[/i]
+
+Die Red-Matrix ist in PHP geschrieben, dadurch ist es einfach, sie auf jedweder heutigen Hosting-Plattform zu installieren, inklusive Self-Hosting zu Hause, auf Shared Servern wie bei [url=https://uberspace.de/]Uberspace[/url], [url=http://mediatemple.com/]Media Temple[/url] und [url=http://www.dreamhost.com/]Dreamhost[/url], oder auf virtuellen und dedizierten Servern, wie es sie zum Beispiel bei [url=https://www.linode.com]Linode[/url], [url=http://greenqloud.com]GreenQloud[/url] oder [url=https://aws.amazon.com]Amazon AWS[/url] gibt.
+
+Mit anderen Worten, die Red-Matrix kann auf jeder Plattform laufen, die einen Web-Server, eine MySQL-kompatible Datenbank und PHP mitbringt.
+
+Dabei bietet Red einige einzigartige Leckerbissen:
+
+[b][color=grey]Ein-Klick-Identifikation:[/color][/b] Du kannst auf andere Server in der Red-Matrix zugreifen, indem Du einfach auf einen Link dorthin klickst. Die Authentifizierung wird ganz einfach automatisch hinter den Kulissen durchgeführt. Vergiss viele verschiedene Usernamen für verschiedene Seiten und die Passwörter dazu – das tut alles die Matrix für Dich.
+
+[b][color=grey]Klone:[/color][/b] Du kannst Deine Online-Identität klonen. Sie ist nicht mehr länger an einen bestimmten Server, eine Domain oder eine IP-Adresse gebunden. Importiere sie einfach auf einem anderen Red-Server (direkt online oder mit Hilfe eines vorher generierten Exports). Wenn Dein primärer Server plötzlich nicht mehr online ist, kein Problem, Deine Kontakte, Posts, Nachrichten und Inhalte sind automagisch weiterhin unter Deiner geklonten Identität verfügbar und zugreifbar.
+
+[b][color=grey]Privatsphäre:[/color][/b] Red-Identitäten (Zot-IDs) können gelöscht, gesichert/heruntergeladen und geklont werden. Du hast volle Kontrolle über Deine Daten. Wenn Du Dich entscheidest, all Deine Daten und Deine Zot-ID zu löschen, musst Du nur auf einen Link klicken, und sie werden sofort von dem Server gelöscht. Keine Fragen, keine Umstände
+
+[url=[baseurl]/help]Zurück zur Hilfe-Startseite[/url]
diff --git a/doc/features.bb b/doc/features.bb
index 8fcbef02f..388f9bc91 100644
--- a/doc/features.bb
+++ b/doc/features.bb
@@ -5,7 +5,7 @@
The Red Matrix is a general-purpose communication network, with several unique features. It is designed to be used by the widest range of users on the web, from non-technical bloggers, to expert PHP programmers and seasoned systems administrators.
-This page lists some of the core features of Red that are bundled with the official. As we any free and open source software, there many other extensions, additions, plugins, themes and configurations that limited only by the needs and imagination of Red's users.
+This page lists some of the core features of Red that are bundled with the official. As with any free and open source software, there may be many other extensions, additions, plugins, themes and configurations that are limited only by the needs and imagination of Red's users.
[b][color= grey][size=20]Built for Privacy and Freedom[/size][/color][/b]
diff --git a/doc/html/BS-Default_8php.html b/doc/html/BS-Default_8php.html
new file mode 100644
index 000000000..34f709684
--- /dev/null
+++ b/doc/html/BS-Default_8php.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+The Red Matrix: view/theme/redbasic/schema/BS-Default.php File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
'zid' string url - url to accept zid string zid - urlencoded zid string result - the return string we calculated, change it if you want to return something else
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline. http://developer.twitter.com/doc/get/users/show
If $flags is present, check that all the bits in $flags are set so that MENU_SYSTEM|MENU_BOOKMARK will return entries with both bits set. We will use this to find system generated bookmarks.
red_zrl_callback preg_match function when fixing 'naked' links in mod item.php Check if we've got a hubloc for the site and use a zrl if we do, a url if we don't. Remove any existing zid= param which may have been pasted by mistake - and will have the author's credentials. zid's are dynamic and can't really be passed around like that.
Our network is distributed, and as you visit friends some of the sites look exactly the same - it isn't always easy to know where you are. Display the current site location as a navigation aid.
+
Provide a banner/logo/whatever
Display login or logout
"Home" should also take you home from an authenticated remote profile connection
The following nav links are only show to logged in users
if (x($page,'htmlhead')) echo $page['htmlhead']?></head >< body ><?php if(x($page
-
+
if (x($page,'htmlhead')) echo $page['htmlhead']?></head >< body >< header ><?php if(x($page
+
Variable Documentation
-
+
-
if(x($page,'htmlhead')) echo $page['htmlhead']?></head >< body ><?php if(x($page
+
if(x($page,'htmlhead')) echo $page['htmlhead']?></head >< body >< header ><?php if(x($page
diff --git a/doc/html/php_2default_8php.js b/doc/html/php_2default_8php.js
index 2504be66e..07c9212f9 100644
--- a/doc/html/php_2default_8php.js
+++ b/doc/html/php_2default_8php.js
@@ -1,4 +1,4 @@
var php_2default_8php =
[
- [ "if", "php_2default_8php.html#a23bc1996b18e69c1a3ab44536613a762", null ]
+ [ "if", "php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a", null ]
];
\ No newline at end of file
diff --git a/doc/html/php_2theme__init_8php.html b/doc/html/php_2theme__init_8php.html
index 2842fa0b7..70f6bc098 100644
--- a/doc/html/php_2theme__init_8php.html
+++ b/doc/html/php_2theme__init_8php.html
@@ -127,7 +127,7 @@ Variables
Those who require this feature will know what to do with it. Those who don't, won't. Eventually this functionality needs to be provided by a module such that permissions can be enforced. At the moment it's more of a proof of concept; but sufficient for our immediate needs.
This can be called via either GET or POST, use POST for long body content as suhosin often limits GET parameter length
+
f= placeholder, often required title= link text url= URL to bookmark ischat=1 if this bookmark is a chatroom private= Don't share this link remote_return= absolute URL to return after posting is finished
+
+
+
+
+
+
diff --git a/doc/html/rbmark_8php.js b/doc/html/rbmark_8php.js
new file mode 100644
index 000000000..6e2671ea5
--- /dev/null
+++ b/doc/html/rbmark_8php.js
@@ -0,0 +1,5 @@
+var rbmark_8php =
+[
+ [ "rbmark_content", "rbmark_8php.html#a43fec4960b50926251574762cc491f76", null ],
+ [ "rbmark_post", "rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c", null ]
+];
\ No newline at end of file
diff --git a/doc/html/redbasic_2php_2style_8php.html b/doc/html/redbasic_2php_2style_8php.html
index 7233c03f7..69bdd895d 100644
--- a/doc/html/redbasic_2php_2style_8php.html
+++ b/doc/html/redbasic_2php_2style_8php.html
@@ -120,7 +120,7 @@ Variables
Authenticated visitor. Unless pre-verified, check that the contact belongs to this $owner_id and load the groups the visitor belongs to. If pre-verified, the caller is expected to have already done this and passed the groups into this function.
Those who require this feature will know what to do with it. Those who don't, won't. Eventually this functionality needs to be provided by a module such that permissions can be enforced. At the moment it's more of a proof of concept; but sufficient for our immediate needs.
+
+
+
+
+
+
diff --git a/doc/html/theme_2apw_2php_2theme__init_8php.js b/doc/html/theme_2apw_2php_2theme__init_8php.js
new file mode 100644
index 000000000..b15dd05db
--- /dev/null
+++ b/doc/html/theme_2apw_2php_2theme__init_8php.js
@@ -0,0 +1,4 @@
+var theme_2apw_2php_2theme__init_8php =
+[
+ [ "$channel", "theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864", null ]
+];
\ No newline at end of file
diff --git a/doc/html/theme_2blogga_2php_2default_8php.html b/doc/html/theme_2blogga_2php_2default_8php.html
index 20528d9fe..6dd8dc59f 100644
--- a/doc/html/theme_2blogga_2php_2default_8php.html
+++ b/doc/html/theme_2blogga_2php_2default_8php.html
@@ -116,7 +116,7 @@ Variables
import_xchan($arr,$ud_flags = 1) Takes an associative array of a fetched discovery packet and updates all internal data structures which need to be updated as a result.
+
import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) Takes an associative array of a fetched discovery packet and updates all internal data structures which need to be updated as a result.
Parameters
array
$arr
=> json_decoded discovery packet
-
int
$ud_flags
Determines whether to create a directory update record if any changes occur, default 1 or true $ud_flags = (-1) indicates a forced refresh where we unconditionally create a directory update record this typically occurs once a month for each channel as part of a scheduled ping to notify the directory that the channel still exists
+
int
$ud_flags
Determines whether to create a directory update record if any changes occur, default is UPDATE_FLAGS_UPDATED (true) $ud_flags = UPDATE_FLAGS_FORCED indicates a forced refresh where we unconditionally create a directory update record this typically occurs once a month for each channel as part of a scheduled ping to notify the directory that the channel still exists
diff --git a/doc/html/zot_8php.js b/doc/html/zot_8php.js
index 00d9e0322..ceb74db4e 100644
--- a/doc/html/zot_8php.js
+++ b/doc/html/zot_8php.js
@@ -6,9 +6,9 @@ var zot_8php =
[ "get_rpost_path", "zot_8php.html#a8e22dbc6f884be3644a892a876cbd972", null ],
[ "import_author_zot", "zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d", null ],
[ "import_directory_keywords", "zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a", null ],
- [ "import_directory_profile", "zot_8php.html#aeec89da5b6ff090c63a79de4de884a35", null ],
+ [ "import_directory_profile", "zot_8php.html#a20750dd2c36961013fd382fb34e1366c", null ],
[ "import_site", "zot_8php.html#a2657e141d62d5f67ad3c87651b585299", null ],
- [ "import_xchan", "zot_8php.html#a56f3f65514e4e7f0cd117d01735aebd1", null ],
+ [ "import_xchan", "zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a", null ],
[ "process_channel_sync_delivery", "zot_8php.html#ac301c67864917c35922257950ae0f95c", null ],
[ "process_delivery", "zot_8php.html#a37ec13b18057634eadb071f05297f5e1", null ],
[ "process_mail_delivery", "zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc", null ],
diff --git a/doc/main.bb b/doc/main.bb
index 0e8ea15fd..634bb524c 100644
--- a/doc/main.bb
+++ b/doc/main.bb
@@ -1,6 +1,6 @@
[b]Red Matrix Documentation and Resources[/b]
-Contents
+[b]Contents[/b]
[zrl=[baseurl]/help/about]What is the Red Matrix?[/zrl]
[zrl=[baseurl]/help/features]Red Matrix Features[/zrl]
@@ -20,9 +20,10 @@ Contents
[zrl=[baseurl]/help/tags_and_mentions]Tags and Mentions[/zrl]
[zrl=[baseurl]/help/webpages]Web Pages[/zrl]
[zrl=[baseurl]/help/remove_account]Remove Account[/zrl]
-[zrl=[baseurl]/help/extra_features]BBcode reference for posts and comments[/zrl]
+[zrl=[baseurl]/help/bbcode]BBcode reference for posts and comments[/zrl]
[zrl=[baseurl]/help/checking_account_quota_usage]Checking Account Quota Usage[/zrl]
[zrl=[baseurl]/help/cloud_desktop_clients]Cloud Desktop Clients[/zrl]
+[zrl=[baseurl]/help/AdvancedSearch]Advanced Directory Search[/zrl]
[b]For Hub Administrators[/b]
@@ -36,7 +37,10 @@ Contents
[zrl=[baseurl]/help/install]Install[/zrl]
[zrl=[baseurl]/help/comanche]Comanche Page Descriptions[/zrl]
+[zrl=[baseurl]/help/Creating-Templates]Creating Comanche Templates[/zrl]
+[zrl=[baseurl]/help/Widgets]Core Widgets[/zrl]
[zrl=[baseurl]/help/plugins]Plugins[/zrl]
+[zrl=[baseurl]/help/DerivedTheme1]Creating Derivative Themes[/zrl]
[zrl=[baseurl]/help/schema_development]Schemas[/zrl]
[zrl=[baseurl]/help/developers]Developers[/zrl]
[zrl=[baseurl]/help/intro_for_developers]Intro for Developers[/zrl]
@@ -56,4 +60,4 @@ Contents
[b]About[/b]
-[zrl=[baseurl]/siteinfo]Site/Version Info[/zrl]
+[zrl=[baseurl]/siteinfo] Site/Version Info[/zrl]
diff --git a/doc/profiles.bb b/doc/profiles.bb
index e9b1d5571..e45c25ccb 100644
--- a/doc/profiles.bb
+++ b/doc/profiles.bb
@@ -6,15 +6,17 @@ You always have a profile known as your "default" or "public"
That said, if you want other friends to be able to find you, it helps to have the following information in your public profile...
-[li]Your real name or at least a nickname everybody knows[/li]
-[li]A photo of you[/li]
-[li]Your location on the planet, at least to a country level.[/li]
+[ul][*]Your real name or at least a nickname everybody knows
+[*]A photo of you
+[*]Your location on the planet, at least to a country level.[/ul]
Without this basic information, you could get very lonely here. Most people (even your best friends) will not try and connect with somebody that has a fake name or doesn't contain a real photo.
In addition, if you'd like to meet people that share some general interests with you, please take a moment and add some "Keywords" to your profile. Such as "music, linux, photography" or whatever. You can add as many keywords as you like.
-To create an alternate profile, select "View Profile" from the menu of your Red Matrix site, then click on the pencil at your profile photo. You may edit an existing profile, change the profile photo, add things to a profile or create a new profile. You may also create a "clone" of an existing profile if you only wish to change a few items but don't wish to enter all the information again. To do that, click on the profile you want to clone and choose "Clone this profile" there.
+To create an alternate profile, first go to [zrl=[baseurl]/settings/features]Settings > Additional Features[/zrl] and enable "Multiple Profiles" there, otherwise you won't have the ability to use more than just your default profile.
+
+Then select "Edit Profiles" from the menu of your Red Matrix site. You may edit an existing profile, change the profile photo, add things to a profile or create a new profile. You may also create a "clone" of an existing profile if you only wish to change a few items but don't wish to enter all the information again. To do that, click on the profile you want to clone and choose "Clone this profile" there.
In the list of your profiles, you can also choose the contacts who can see a specific profile. Just click on "Edit visibility" next to the profile in question (only available for the profiles that are not your default profile) and then click on user images to add them to or remove them from the group of people who can see this profile.
@@ -26,8 +28,6 @@ If you do not wish to be found be people unless you give them your channel addre
[b]Keywords and Directory Search[/b]
-On the directory page, you may search for people with published profiles. The search is typically for your nickname or part of your full name. However this search will also match against other profile fields - such as gender, location, "about", work, and education. You may also include "Keywords" in your default profile - which may be used to search for common interests with other members. Keywords are used in the channel suggestion tool and although they aren't visible in the directory, they are shown if people visit your profile page.
-
-Directory searches are also able to use "boolean" logic so that you can search for "+lesbian +Florida" and find those who's sexual preference (or keywords) contain the world "lesbian" and that live in Florida. See the section on "Topical Tags" on the Tags-and-Mentions page for more information on performing boolean searches.
+On the directory page, you may search for people with published profiles. Currently, only the name field and the keywords are searched. You may also include such keywords in your default profile - which may be used to search for common interests with other members. Keywords are used in the channel suggestion tool and although they aren't visible in the directory, they are shown if people visit your profile page.
On your Connnections page and in the directory there is a link to "Suggestions" or "Channel Suggestions", respectively. This will find channels who have matching and/or similar keywords. The more keywords you provide, the more relevant the search results that are returned. These are sorted by relevance.
\ No newline at end of file
diff --git a/doc/to_do_code.bb b/doc/to_do_code.bb
index 295095e87..ac337e5d8 100644
--- a/doc/to_do_code.bb
+++ b/doc/to_do_code.bb
@@ -10,8 +10,14 @@ We need much more than this, but here are areas where developers can help. Pleas
[li]Finish the anti-spam bayesian engine[/li]
+[li]If DAV folders exist, add an option to the Settings page to set a default folder for attachment uploads.[/li]
+
[li]Integrate the "open site" list with the register page[/li]
+[li]implement oembed provider interface[/li]
+
+[li]implement openid server interface[/li]
+
[li]Write more webpage layouts[/li]
[li]Write more webpage widgets[/li]
@@ -22,6 +28,8 @@ We need much more than this, but here are areas where developers can help. Pleas
[li]Extend WebDAV to provide desktop access to photo albums]/li]
+[li]Create a module PDL editor (separate from but integrated with the page layout editor) as a separate module. This will allow folks to view and alter the pre-defined layouts for any module in the system. If the custom module is removed or empty, revert to the system layout.
+
[li]service classes - provide a pluggable subscription payment gateway for premium accounts[/li]
[li]service classes - account overview page showing resources consumed by channel. With special consideration this page can also be accessed at a meta level by the site admin to drill down on problematic accounts/channels.[/li]
diff --git a/doc/what_is_zot.bb b/doc/what_is_zot.bb
index a398a65a4..0e59d2d4c 100644
--- a/doc/what_is_zot.bb
+++ b/doc/what_is_zot.bb
@@ -7,7 +7,7 @@ The functionality it provides can also be described as follows:
- a relationship online is just a bunch of permissions
- the internet is just another folder
-[b][color= grey][size=20]Communications[/size][/color][/b]
+[b][size=20]Communications[/size][/b]
Zot is a revolutionary protocol which provides [i]decentralised communications[/i] and [i]identity management[/i] across the matrix. The resulting platform can provide web services comparable to those offered by large corporate providers, but without the large corporate provider and their associated privacy issues, insatiable profit drive, and walled-garden mentality.
@@ -17,7 +17,7 @@ Zot allows a wide array of background services in the matrix, from offering frie
You won't find these features at all on other decentralized communication services. In addition to providing hub (server) decentralization, perhaps the most innovative and interesting Zot feature is its provision of [i]decentralized identity[/i] services.
-[b][color= grey][size=20]Identity[/size][/color][/b]
+[b][size=20]Identity[/size][/b]
Zot's identity layer is unique. It provides [i]invisible single sign-on[/i] across all sites in the matrix.
@@ -37,7 +37,7 @@ You login only once on your home hub (or any nomadic backup hub you have chosen)
You cannot be silenced. You cannot be removed from the matrix, unless you yourself choose to exit it.
-[b][color= grey][size=20]Access Control[/size][/color][/b]
+[b][size=20]Access Control[/size][/b]
Zot's identity layer allows you to provide fine-grained permissions to any content you wish to publish - and these permissions extend across the Red Matrix. This is like having one super huge website made up of an army of small individual websites - and where each channel in the matrix can completely control their privacy and sharing preferences for any web resources they create.
@@ -47,7 +47,7 @@ This type of control is available on large corporate providers such as Facebook
Access can be granted or denied for any resource, to any channel, or any group of channels; anywhere within the matrix. Others can access your content if you permit them to do so, and they do not even need to have an account on your hub. Your private photos cannot be viewed, because permission really work; they are not an addon that was added as an afterthought. If you aren't on the list of allowed viewers for a particular photo, you aren't going to look at it.
-[b][color= grey][size=18]Additional Resources and Links[/size][/color][/b]
+[b][size=18]Additional Resources and Links[/size][/b]
For more detailed, technical information about Zot, check out the following links:
diff --git a/include/api.php b/include/api.php
index dc270167b..47c78113a 100644
--- a/include/api.php
+++ b/include/api.php
@@ -533,6 +533,12 @@ require_once('include/items.php');
api_register_func('api/red/channel/export/basic','api_export_basic', true);
+
+
+
+
+
+
function api_channel_stream(&$a, $type) {
if(api_user() === false) {
logger('api_channel_stream: no user');
@@ -691,6 +697,48 @@ require_once('include/items.php');
api_register_func('api/statuses/update','api_statuses_update', true);
+ function red_item_new(&$a, $type) {
+
+ if (api_user() === false) {
+ logger('api_statuses_update: no user');
+ return false;
+ }
+
+ logger('api_statuses_update: REQUEST ' . print_r($_REQUEST,true));
+ logger('api_statuses_update: FILES ' . print_r($_FILES,true));
+
+
+ // set this so that the item_post() function is quiet and doesn't redirect or emit json
+
+ $_REQUEST['api_source'] = true;
+ $_REQUEST['profile_uid'] = api_user();
+
+ if(x($_FILES,'media')) {
+ $_FILES['userfile'] = $_FILES['media'];
+ // upload the image if we have one
+ $_REQUEST['silent']='1'; //tell wall_upload function to return img info instead of echo
+ require_once('mod/wall_upload.php');
+ $media = wall_upload_post($a);
+ if(strlen($media)>0)
+ $_REQUEST['body'] .= "\n\n".$media;
+ }
+
+ require_once('mod/item.php');
+ $x = item_post($a);
+ json_return_and_die($x);
+ }
+
+ api_register_func('api/red/item/new','red_item_new', true);
+
+
+
+
+
+
+
+
+
+
function api_status_show(&$a, $type){
$user_info = api_get_user($a);
diff --git a/include/bbcode.php b/include/bbcode.php
index 8bbf7ae01..cd0bf527e 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -46,7 +46,7 @@ function tryzrlvideo($match) {
}
if($zrl)
$link = zid($link);
- return '';
+ return '';
}
@@ -620,24 +620,24 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true) {
// [img=widthxheight]pathtoimage[/img]
if (strpos($Text,'[/img]') !== false) {
- $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '', $Text);
+ $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '', $Text);
}
if (strpos($Text,'[/zmg]') !== false) {
- $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*)\](.*?)\[\/zmg\]/ism", '', $Text);
+ $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*)\](.*?)\[\/zmg\]/ism", '', $Text);
}
// [img=widthxheight float={left, right}]pathtoimage[/img]
if (strpos($Text,'[/img]') !== false) {
- $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*) float=left\](.*?)\[\/img\]/ism", '', $Text);
+ $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*) float=left\](.*?)\[\/img\]/ism", '', $Text);
}
if (strpos($Text,'[/img]') !== false) {
- $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*) float=right\](.*?)\[\/img\]/ism", '', $Text);
+ $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*) float=right\](.*?)\[\/img\]/ism", '', $Text);
}
if (strpos($Text,'[/zmg]') !== false) {
- $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*) float=left\](.*?)\[\/zmg\]/ism", '', $Text);
+ $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*) float=left\](.*?)\[\/zmg\]/ism", '', $Text);
}
if (strpos($Text,'[/zmg]') !== false) {
- $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*) float=right\](.*?)\[\/zmg\]/ism", '', $Text);
+ $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*) float=right\](.*?)\[\/zmg\]/ism", '', $Text);
}
// style (sanitized)
diff --git a/include/comanche.php b/include/comanche.php
index 7d7e0e70c..13146ded4 100644
--- a/include/comanche.php
+++ b/include/comanche.php
@@ -57,6 +57,23 @@ function comanche_parser(&$a,$s) {
if($cnt)
$a->page['template'] = trim($matches[1]);
+ $cnt = preg_match("/\[template=(.*?)\](.*?)\[\/template\]/ism", $s, $matches);
+ if($cnt) {
+ $a->page['template'] = trim($matches[2]);
+ $a->page['template_style'] = trim($matches[2]) . '_' . $matches[1];
+ }
+
+ $cnt = preg_match("/\[template\](.*?)\[\/template\]/ism", $s, $matches);
+ if($cnt) {
+ $a->page['template'] = trim($matches[1]);
+ }
+
+ $cnt = preg_match("/\[theme=(.*?)\](.*?)\[\/theme\]/ism", $s, $matches);
+ if($cnt) {
+ $a->layout['schema'] = trim($matches[1]);
+ $a->layout['theme'] = trim($matches[2]);
+ }
+
$cnt = preg_match("/\[theme\](.*?)\[\/theme\]/ism", $s, $matches);
if($cnt)
$a->layout['theme'] = trim($matches[1]);
@@ -79,10 +96,12 @@ function comanche_parser(&$a,$s) {
}
-function comanche_menu($name) {
- $a = get_app();
- $m = menu_fetch($name,$a->profile['profile_uid'],get_observer_hash());
- return menu_render($m);
+function comanche_menu($name,$class = '') {
+ $channel_id = comanche_get_channel_id();
+ if($channel_id) {
+ $m = menu_fetch($name,$channel_id,get_observer_hash());
+ return menu_render($m,$class);
+ }
}
function comanche_replace_region($match) {
@@ -92,20 +111,37 @@ function comanche_replace_region($match) {
}
}
-function comanche_block($name) {
-
- $o = '';
- $r = q("select * from item inner join item_id on iid = item.id and item_id.uid = item.uid and item.uid = %d and service = 'BUILDBLOCK' and sid = '%s' limit 1",
- intval(get_app()->profile['profile_uid']),
- dbesc($name)
- );
- if($r) {
- $o = '
The Red Matrix is provided for you by volunteers working in their spare time. Your support will help us to build a better, freer, and privacy respecting web. Select the following option for a one-time donation of your choosing
The Red Matrix is provided for you by volunteers working in their spare "
-"time. Your support will help us to build a better, freer, and privacy "
-"respecting web. Select the following option for a one-time donation of your "
-"choosing
"
-msgstr ""
-
-#: ../../mod/siteinfo.php:96
-msgid "Recurring Donation Options"
-msgstr ""
-
-#: ../../mod/siteinfo.php:115
+#: ../../mod/siteinfo.php:97
msgid "Red"
msgstr ""
-#: ../../mod/siteinfo.php:116
+#: ../../mod/siteinfo.php:98
msgid ""
"This is a hub of the Red Matrix - a global cooperative network of "
"decentralised privacy enhanced websites."
msgstr ""
-#: ../../mod/siteinfo.php:119
+#: ../../mod/siteinfo.php:101
msgid "Running at web location"
msgstr ""
-#: ../../mod/siteinfo.php:120
+#: ../../mod/siteinfo.php:102
msgid ""
"Please visit GetZot.com to learn more "
"about the Red Matrix."
msgstr ""
-#: ../../mod/siteinfo.php:121
+#: ../../mod/siteinfo.php:103
msgid "Bug reports and issues: please visit"
msgstr ""
-#: ../../mod/siteinfo.php:124
+#: ../../mod/siteinfo.php:106
msgid ""
"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"
msgstr ""
-#: ../../mod/siteinfo.php:126
+#: ../../mod/siteinfo.php:108
msgid "Site Administrators"
msgstr ""
@@ -6170,7 +6194,7 @@ msgid ""
"Password reset failed."
msgstr ""
-#: ../../mod/lostpass.php:85 ../../boot.php:1436
+#: ../../mod/lostpass.php:85 ../../boot.php:1438
msgid "Password Reset"
msgstr ""
@@ -6219,6 +6243,26 @@ msgstr ""
msgid "Reset"
msgstr ""
+#: ../../mod/rbmark.php:88
+msgid "Select a bookmark folder"
+msgstr ""
+
+#: ../../mod/rbmark.php:93
+msgid "Save Bookmark"
+msgstr ""
+
+#: ../../mod/rbmark.php:94
+msgid "URL of bookmark"
+msgstr ""
+
+#: ../../mod/rbmark.php:95
+msgid "Description"
+msgstr ""
+
+#: ../../mod/rbmark.php:99
+msgid "Or enter new bookmark folder name"
+msgstr ""
+
#: ../../mod/import.php:36
msgid "Nothing to import."
msgstr ""
@@ -6353,6 +6397,14 @@ msgstr ""
msgid "invalid target signature"
msgstr ""
+#: ../../mod/chatsvc.php:102
+msgid "Away"
+msgstr ""
+
+#: ../../mod/chatsvc.php:106
+msgid "Online"
+msgstr ""
+
#: ../../mod/mail.php:33
msgid "Unable to lookup recipient."
msgstr ""
@@ -6519,76 +6571,84 @@ msgstr ""
msgid "Image size reduction [%s] failed."
msgstr ""
-#: ../../mod/connections.php:191 ../../mod/connections.php:263
+#: ../../mod/connections.php:191 ../../mod/connections.php:269
msgid "Blocked"
msgstr ""
-#: ../../mod/connections.php:196 ../../mod/connections.php:270
+#: ../../mod/connections.php:196 ../../mod/connections.php:276
msgid "Ignored"
msgstr ""
-#: ../../mod/connections.php:201 ../../mod/connections.php:284
+#: ../../mod/connections.php:201 ../../mod/connections.php:290
msgid "Hidden"
msgstr ""
-#: ../../mod/connections.php:206 ../../mod/connections.php:277
+#: ../../mod/connections.php:206 ../../mod/connections.php:283
msgid "Archived"
msgstr ""
-#: ../../mod/connections.php:217
+#: ../../mod/connections.php:217 ../../mod/connections.php:297
+msgid "Unconnected"
+msgstr ""
+
+#: ../../mod/connections.php:222
msgid "All"
msgstr ""
-#: ../../mod/connections.php:241
+#: ../../mod/connections.php:247
msgid "Suggest new connections"
msgstr ""
-#: ../../mod/connections.php:247
+#: ../../mod/connections.php:253
msgid "Show pending (new) connections"
msgstr ""
-#: ../../mod/connections.php:253
+#: ../../mod/connections.php:259
msgid "Show all connections"
msgstr ""
-#: ../../mod/connections.php:256
+#: ../../mod/connections.php:262
msgid "Unblocked"
msgstr ""
-#: ../../mod/connections.php:259
+#: ../../mod/connections.php:265
msgid "Only show unblocked connections"
msgstr ""
-#: ../../mod/connections.php:266
+#: ../../mod/connections.php:272
msgid "Only show blocked connections"
msgstr ""
-#: ../../mod/connections.php:273
+#: ../../mod/connections.php:279
msgid "Only show ignored connections"
msgstr ""
-#: ../../mod/connections.php:280
+#: ../../mod/connections.php:286
msgid "Only show archived connections"
msgstr ""
-#: ../../mod/connections.php:287
+#: ../../mod/connections.php:293
msgid "Only show hidden connections"
msgstr ""
-#: ../../mod/connections.php:331
+#: ../../mod/connections.php:300
+msgid "Only show one-way connections"
+msgstr ""
+
+#: ../../mod/connections.php:345
#, php-format
msgid "%1$s [%2$s]"
msgstr ""
-#: ../../mod/connections.php:332
+#: ../../mod/connections.php:346
msgid "Edit contact"
msgstr ""
-#: ../../mod/connections.php:355
+#: ../../mod/connections.php:369
msgid "Search your connections"
msgstr ""
-#: ../../mod/connections.php:356
+#: ../../mod/connections.php:370
msgid "Finding: "
msgstr ""
@@ -6689,15 +6749,15 @@ msgstr ""
msgid "Suggest a friend for %s"
msgstr ""
-#: ../../mod/editblock.php:86
+#: ../../mod/editblock.php:77
msgid "Edit Block"
msgstr ""
-#: ../../mod/editblock.php:96
+#: ../../mod/editblock.php:87
msgid "Delete block?"
msgstr ""
-#: ../../mod/editblock.php:163
+#: ../../mod/editblock.php:154
msgid "Delete Block"
msgstr ""
@@ -7070,229 +7130,257 @@ msgstr ""
msgid "posted an event"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:76
-msgid "Scheme Default"
-msgstr ""
-
-#: ../../view/theme/redbasic/php/config.php:87
-msgid "silver"
-msgstr ""
-
-#: ../../view/theme/redbasic/php/config.php:98
-#: ../../view/theme/apw/php/config.php:234
+#: ../../view/theme/redbasic/php/config.php:96
+#: ../../view/theme/apw/php/config.php:259
#: ../../view/theme/blogga/view/theme/blog/config.php:69
#: ../../view/theme/blogga/php/config.php:69
msgid "Theme settings"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:99
-#: ../../view/theme/apw/php/config.php:235
+#: ../../view/theme/redbasic/php/config.php:97
+#: ../../view/theme/apw/php/config.php:260
msgid "Set scheme"
msgstr ""
+#: ../../view/theme/redbasic/php/config.php:98
+msgid "Narrow navbar"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:99
+msgid "Navigation bar background colour"
+msgstr ""
+
#: ../../view/theme/redbasic/php/config.php:100
-msgid "Navigation bar colour"
+msgid "Navigation bar gradient top colour"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:101
-msgid "link colour"
+msgid "Navigation bar gradient bottom colour"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:102
-msgid "Set font-colour for banner"
+msgid "Navigation active button gradient top colour"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:103
-msgid "Set the background colour"
+msgid "Navigation active button gradient bottom colour"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:104
-msgid "Set the background image"
+msgid "Navigation bar border colour "
msgstr ""
#: ../../view/theme/redbasic/php/config.php:105
-msgid "Set the background colour of items"
+msgid "Navigation bar icon colour "
msgstr ""
#: ../../view/theme/redbasic/php/config.php:106
-msgid "Set the opacity of items"
+msgid "Navigation bar active icon colour "
msgstr ""
#: ../../view/theme/redbasic/php/config.php:107
-msgid "Set the basic colour for item icons"
+msgid "link colour"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:108
-msgid "Set the hover colour for item icons"
+msgid "Set font-colour for banner"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:109
-msgid "Set font-size for the entire application"
+msgid "Set the background colour"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:110
-#: ../../view/theme/apw/php/config.php:236
-msgid "Set font-size for posts and comments"
+msgid "Set the background image"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:111
-msgid "Set font-colour for posts and comments"
+msgid "Set the background colour of items"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:112
-msgid "Set radius of corners"
+msgid "Set the opacity of items"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:113
-msgid "Set shadow depth of photos"
+msgid "Set the basic colour for item icons"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:114
-msgid "Set maximum width of conversation regions"
+msgid "Set the hover colour for item icons"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:115
-msgid "Set minimum opacity of nav bar - to hide it"
+msgid "Set font-size for the entire application"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:116
-msgid "Set size of conversation author photo"
+#: ../../view/theme/apw/php/config.php:261
+msgid "Set font-size for posts and comments"
msgstr ""
#: ../../view/theme/redbasic/php/config.php:117
+msgid "Set font-colour for posts and comments"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:118
+msgid "Set radius of corners"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:119
+msgid "Set shadow depth of photos"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:120
+msgid "Set maximum width of conversation regions"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:121
+msgid "Set minimum opacity of nav bar - to hide it"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:122
+msgid "Set size of conversation author photo"
+msgstr ""
+
+#: ../../view/theme/redbasic/php/config.php:123
msgid "Set size of followup author photos"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:118
+#: ../../view/theme/redbasic/php/config.php:124
msgid "Sloppy photo albums"
msgstr ""
-#: ../../view/theme/redbasic/php/config.php:118
+#: ../../view/theme/redbasic/php/config.php:124
msgid "Are you a clean desk or a messy desk person?"
msgstr ""
-#: ../../view/theme/apw/php/config.php:193
-#: ../../view/theme/apw/php/config.php:211
+#: ../../view/theme/apw/php/config.php:202
+#: ../../view/theme/apw/php/config.php:236
msgid "Schema Default"
msgstr ""
-#: ../../view/theme/apw/php/config.php:194
+#: ../../view/theme/apw/php/config.php:203
msgid "Sans-Serif"
msgstr ""
-#: ../../view/theme/apw/php/config.php:195
+#: ../../view/theme/apw/php/config.php:204
msgid "Monospace"
msgstr ""
-#: ../../view/theme/apw/php/config.php:237
+#: ../../view/theme/apw/php/config.php:262
msgid "Set font face"
msgstr ""
-#: ../../view/theme/apw/php/config.php:238
+#: ../../view/theme/apw/php/config.php:263
msgid "Set iconset"
msgstr ""
-#: ../../view/theme/apw/php/config.php:239
+#: ../../view/theme/apw/php/config.php:264
msgid "Set big shadow size, default 15px 15px 15px"
msgstr ""
-#: ../../view/theme/apw/php/config.php:240
+#: ../../view/theme/apw/php/config.php:265
msgid "Set small shadow size, default 5px 5px 5px"
msgstr ""
-#: ../../view/theme/apw/php/config.php:241
+#: ../../view/theme/apw/php/config.php:266
msgid "Set shadow colour, default #000"
msgstr ""
-#: ../../view/theme/apw/php/config.php:242
+#: ../../view/theme/apw/php/config.php:267
msgid "Set radius size, default 5px"
msgstr ""
-#: ../../view/theme/apw/php/config.php:243
+#: ../../view/theme/apw/php/config.php:268
msgid "Set line-height for posts and comments"
msgstr ""
-#: ../../view/theme/apw/php/config.php:244
+#: ../../view/theme/apw/php/config.php:269
msgid "Set background image"
msgstr ""
-#: ../../view/theme/apw/php/config.php:245
+#: ../../view/theme/apw/php/config.php:270
+msgid "Set background attachment"
+msgstr ""
+
+#: ../../view/theme/apw/php/config.php:271
msgid "Set background colour"
msgstr ""
-#: ../../view/theme/apw/php/config.php:246
+#: ../../view/theme/apw/php/config.php:272
msgid "Set section background image"
msgstr ""
-#: ../../view/theme/apw/php/config.php:247
+#: ../../view/theme/apw/php/config.php:273
msgid "Set section background colour"
msgstr ""
-#: ../../view/theme/apw/php/config.php:248
+#: ../../view/theme/apw/php/config.php:274
msgid "Set colour of items - use hex"
msgstr ""
-#: ../../view/theme/apw/php/config.php:249
+#: ../../view/theme/apw/php/config.php:275
msgid "Set colour of links - use hex"
msgstr ""
-#: ../../view/theme/apw/php/config.php:250
+#: ../../view/theme/apw/php/config.php:276
msgid "Set max-width for items. Default 400px"
msgstr ""
-#: ../../view/theme/apw/php/config.php:251
+#: ../../view/theme/apw/php/config.php:277
msgid "Set min-width for items. Default 240px"
msgstr ""
-#: ../../view/theme/apw/php/config.php:252
+#: ../../view/theme/apw/php/config.php:278
msgid "Set the generic content wrapper width. Default 48%"
msgstr ""
-#: ../../view/theme/apw/php/config.php:253
+#: ../../view/theme/apw/php/config.php:279
msgid "Set colour of fonts - use hex"
msgstr ""
-#: ../../view/theme/apw/php/config.php:254
+#: ../../view/theme/apw/php/config.php:280
msgid "Set background-size element"
msgstr ""
-#: ../../view/theme/apw/php/config.php:255
+#: ../../view/theme/apw/php/config.php:281
msgid "Item opacity"
msgstr ""
-#: ../../view/theme/apw/php/config.php:256
+#: ../../view/theme/apw/php/config.php:282
msgid "Display post previews only"
msgstr ""
-#: ../../view/theme/apw/php/config.php:257
+#: ../../view/theme/apw/php/config.php:283
msgid "Display side bar on channel page"
msgstr ""
-#: ../../view/theme/apw/php/config.php:258
+#: ../../view/theme/apw/php/config.php:284
msgid "Colour of the navigation bar"
msgstr ""
-#: ../../view/theme/apw/php/config.php:259
+#: ../../view/theme/apw/php/config.php:285
msgid "Item float"
msgstr ""
-#: ../../view/theme/apw/php/config.php:260
+#: ../../view/theme/apw/php/config.php:286
msgid "Left offset of the section element"
msgstr ""
-#: ../../view/theme/apw/php/config.php:261
+#: ../../view/theme/apw/php/config.php:287
msgid "Right offset of the section element"
msgstr ""
-#: ../../view/theme/apw/php/config.php:262
+#: ../../view/theme/apw/php/config.php:288
msgid "Section width"
msgstr ""
-#: ../../view/theme/apw/php/config.php:263
+#: ../../view/theme/apw/php/config.php:289
msgid "Left offset of the aside"
msgstr ""
-#: ../../view/theme/apw/php/config.php:264
+#: ../../view/theme/apw/php/config.php:290
msgid "Right offset of the aside element"
msgstr ""
@@ -7311,41 +7399,41 @@ msgstr ""
msgid "Header image only on profile pages"
msgstr ""
-#: ../../boot.php:1234
+#: ../../boot.php:1236
#, php-format
msgid "Update %s failed. See error logs."
msgstr ""
-#: ../../boot.php:1237
+#: ../../boot.php:1239
#, php-format
msgid "Update Error at %s"
msgstr ""
-#: ../../boot.php:1401
+#: ../../boot.php:1403
msgid ""
"Create an account to access services and applications within the Red Matrix"
msgstr ""
-#: ../../boot.php:1429
+#: ../../boot.php:1431
msgid "Password"
msgstr ""
-#: ../../boot.php:1430
+#: ../../boot.php:1432
msgid "Remember me"
msgstr ""
-#: ../../boot.php:1435
+#: ../../boot.php:1437
msgid "Forgot your password?"
msgstr ""
-#: ../../boot.php:1500
+#: ../../boot.php:1502
msgid "permission denied"
msgstr ""
-#: ../../boot.php:1501
+#: ../../boot.php:1503
msgid "Got Zot?"
msgstr ""
-#: ../../boot.php:1906
+#: ../../boot.php:1924
msgid "toggle mobile"
msgstr ""
diff --git a/version.inc b/version.inc
index adf85ba7e..0a170250a 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2014-02-24.598
+2014-03-13.615
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index 45cf76fb6..aff35bf85 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -105,8 +105,22 @@ nav .dropdown-menu li a {
padding: 5px 10px;
}
-nav .navbar-collapse {
- max-height: 450px;
+nav .navbar-collapse .navbar-left {
+ float: left;
+}
+
+nav .navbar-collapse .navbar-right {
+ float: right;
}
/* nav overrides end */
+
+.dropdown-menu img {
+ width: 32px;
+ height: 32px;
+ margin-right: 5px;
+}
+
+code {
+ white-space: normal;
+}
diff --git a/view/css/choklet.css b/view/css/choklet.css
new file mode 100644
index 000000000..e5e0240f5
--- /dev/null
+++ b/view/css/choklet.css
@@ -0,0 +1,53 @@
+header #banner {
+ position: fixed;
+ top: 0;
+ width: 250px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+#blog-banner {
+ position: relative;
+ margin-top: 75px;
+ width: 100%;
+ margin-bottom: 20px;
+}
+
+nav.navbar {
+ width: 100%;
+ margin-left: 0;
+ margin-right: 0;
+}
+
+aside#region_1 {
+ display: block;
+ min-width: 210px;
+ max-width: 220px;
+ width: 20%;
+ float: left;
+ margin-left: 10px;
+}
+
+aside input[type='text'] {
+ width: 174px;
+}
+
+
+section {
+ margin-left: 15px;
+ margin-right: 15px;
+ float: left;
+ min-width: 400px;
+ width: 70%;
+ display: block;
+ padding-bottom: 350px;
+}
+
+#region_3 {
+ display: none;
+}
+
+#blog-margin {
+ margin-right: 0;
+ margin-left: 0;
+}
diff --git a/view/css/choklet_edgesthree.css b/view/css/choklet_edgesthree.css
new file mode 100644
index 000000000..ad4b4e29c
--- /dev/null
+++ b/view/css/choklet_edgesthree.css
@@ -0,0 +1,55 @@
+header #banner {
+ position: fixed;
+ top: 0;
+ width: 250px;
+ margin-left: auto;
+ margin-right: auto;
+}
+#blog-banner {
+ position: relative;
+ margin-top: 75px;
+ width: 100%;
+ margin-bottom: 20px;
+}
+
+nav.navbar {
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
+aside#region_1 {
+ display: block;
+ min-width: 210px;
+ max-width: 220px;
+ width: 20%;
+ float: left;
+ margin-left: 10px;
+}
+
+aside input[type='text'] {
+ width: 174px;
+}
+
+
+section {
+ margin-left: 15px;
+ margin-right: 15px;
+ float: left;
+ min-width: 650px;
+ width: 60%;
+ display: block;
+ padding-bottom: 350px;
+}
+
+#region_3 {
+ float: right;
+ min-width: 210px;
+ max-width: 220px;
+ width: 20%;
+}
+
+#blog-margin {
+ margin-right: 5%;
+ margin-left: 5%;
+}
\ No newline at end of file
diff --git a/view/css/choklet_edgestwo.css b/view/css/choklet_edgestwo.css
new file mode 100644
index 000000000..57d02679e
--- /dev/null
+++ b/view/css/choklet_edgestwo.css
@@ -0,0 +1,53 @@
+header #banner {
+ position: fixed;
+ top: 0;
+ width: 250px;
+ margin-left: auto;
+ margin-right: auto;
+}
+#blog-banner {
+ position: relative;
+ margin-top: 75px;
+ width: 100%;
+ margin-bottom: 20px;
+}
+
+nav.navbar {
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
+aside#region_1 {
+ display: block;
+ min-width: 210px;
+ max-width: 220px;
+ width: 20%;
+ float: left;
+ margin-left: 10px;
+}
+
+aside input[type='text'] {
+ width: 174px;
+}
+
+
+section {
+ margin-left: 15px;
+ margin-right: 15px;
+ float: left;
+ min-width: 400px;
+ width: 70%;
+ display: block;
+ padding-bottom: 350px;
+}
+
+#region_3 {
+ display: none;
+}
+
+
+#blog-margin {
+ margin-right: 5%;
+ margin-left: 5%;
+}
\ No newline at end of file
diff --git a/view/css/choklet_full.css b/view/css/choklet_full.css
new file mode 100644
index 000000000..883bb1ed3
--- /dev/null
+++ b/view/css/choklet_full.css
@@ -0,0 +1,49 @@
+#blog-banner {
+ position: relative;
+ margin-top: 45px;
+ width: 100%;
+ height: 100px;
+ margin-bottom: 20px;
+}
+
+nav.navbar {
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
+aside#region_1 {
+ display: block;
+ min-width: 210px;
+ max-width: 220px;
+ width: 20%;
+ float: left;
+ margin-left: 10px;
+}
+
+aside input[type='text'] {
+ width: 174px;
+}
+
+
+section {
+ margin-left: 15px;
+ margin-right: 15px;
+ float: left;
+ min-width: 650px;
+ width: 60%;
+ display: block;
+ padding-bottom: 350px;
+}
+
+#region_3 {
+ float: right;
+ min-width: 210px;
+ max-width: 220px;
+ width: 20%;
+}
+
+#blog-margin {
+ margin-right: 5%;
+ margin-left: 5%;
+}
\ No newline at end of file
diff --git a/view/css/choklet_three.css b/view/css/choklet_three.css
new file mode 100644
index 000000000..5bbff0e3b
--- /dev/null
+++ b/view/css/choklet_three.css
@@ -0,0 +1,51 @@
+header #banner {
+ position: fixed;
+ top: 0;
+ width: 250px;
+ margin-left: auto;
+ margin-right: auto;
+}
+#blog-banner {
+ position: relative;
+ margin-top: 75px;
+ width: 100%;
+ margin-bottom: 20px;
+}
+
+nav.navbar {
+ width: 100%;
+ margin-left: 0;
+ margin-right: 0;
+}
+
+aside#region_1 {
+ display: block;
+ min-width: 210px;
+ max-width: 220px;
+ width: 20%;
+ float: left;
+ margin-left: 10px;
+}
+
+aside input[type='text'] {
+ width: 174px;
+}
+
+
+section {
+ margin-left: 15px;
+ margin-right: 15px;
+ float: left;
+ min-width: 650px;
+ width: 60%;
+ display: block;
+ padding-bottom: 350px;
+}
+
+#region_3 {
+ float: right;
+ min-width: 210px;
+ max-width: 220px;
+ width: 20%;
+}
+
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 3396863e7..188dbaccc 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -11,7 +11,7 @@
margin: 0px;
padding: 8px;
height: 1.8em;
- width: 530px;
+ width: 70%;
margin-bottom: 5px;
}
@@ -113,7 +113,7 @@
/* conversation */
.thread-wrapper.toplevel_item {
- width: 92%;
+ width: 90%;
}
/* conv_item */
@@ -138,12 +138,7 @@
.wall-item-info {
display: block;
float: left;
- width:110px;
- margin-right:10px;
-}
-
-.comment .wall-item-info {
- width: 70px;
+ margin-right: 20px;
}
.wallwall .wwto {
@@ -166,7 +161,6 @@
margin-top: 0px;
margin-left: 10px;
margin-bottom: 10px;
- width: 100px;
}
.wall-item-photo-menu-button {
@@ -203,17 +197,18 @@
.wall-item-arrowphoto-wrapper {
position: absolute;
z-index: 99;
+ left: 75px;
}
.wall-item-wrapper {
margin-left:10px;
}
-
.wall-item-arrowphoto-wrapper {
- left: 75px;
+
}
+/*
.wall-item-lock {
position: absolute;
left: 105px;
@@ -227,20 +222,14 @@
.wall-item-lock {
}
-
+*/
.lockview {
cursor: pointer;
}
.wall-item-location {
- overflow: hidden;
- /* add ellipsis on text overflow */
- /* this work on safari, opera, ie, chrome. */
- /* firefox users have to wait support or we */
- /* can use a jquery plugin http://bit.ly/zJskg */
text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- width: 100%;
+ max-width: 30%;
}
.wall-item-author {
@@ -258,7 +247,7 @@
}
.wall-item-content img {
- max-width: 95% !important;
+ max-width: 95%;
}
.wall-item-title {
@@ -272,6 +261,7 @@
.wall-item-body {
margin-top: 10px;
+ word-wrap: break-word;
}
.wall-item-body.divmore {
@@ -306,7 +296,6 @@
.like-rotator {
float: left;
margin: 8px;
- color: $toolicon_colour;
}
.wall-item-delete-wrapper {
@@ -355,10 +344,7 @@
}
.comment-edit-photo {
- margin-top: 10px;
- margin-left: 10px;
- margin-bottom: 10px;
- width: 100px;
+ margin: 10px 20px 10px 10px;
float: left;
}
@@ -387,15 +373,15 @@
}
.comment-edit-text-empty {
- height: 1.0em;
- width: 270px;
+ height: 1.2em;
+ width: 30%;
overflow: auto;
margin-bottom: 10px;
}
.comment-edit-text-full {
height: 150px;
- width: 80%;
+ width: 50%;
overflow: auto;
}
diff --git a/view/css/default.css b/view/css/default.css
index 4afcbf1d5..f8d00d34c 100644
--- a/view/css/default.css
+++ b/view/css/default.css
@@ -1,22 +1,33 @@
+header #banner {
+ position: fixed;
+ top: 0;
+ width: 250px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+main {
+ display: table;
+ position: relative;
+ width: 100%;
+ height: 100%;
+}
+
aside#region_1 {
- display: block;
width: 210px;
- position: absolute;
- top: 65px;
- left: 0;
- margin-left: 10px;
+ min-width: 210px;
+ display: table-cell;
+ vertical-align: top;
+ padding: 65px 7px 7px 7px;
}
aside input[type='text'] {
width: 174px;
}
-
section {
- position: absolute;
- top: 65px;
- left: 250px;
- display: block;
- right: 15px;
- padding-bottom: 350px;
+ width: 100%;
+ display: table-cell;
+ vertical-align: top;
+ padding: 65px 15px 200px 7px;
}
diff --git a/view/css/full.css b/view/css/full.css
index 2e710df1d..38864925f 100644
--- a/view/css/full.css
+++ b/view/css/full.css
@@ -1,3 +1,10 @@
+header #banner {
+ position: fixed;
+ top: 0;
+ width: 250px;
+ margin-left: auto;
+ margin-right: auto;
+}
nav {
height: 24px;
diff --git a/view/css/mod_connedit.css b/view/css/mod_connedit.css
index f6da96433..83f167915 100644
--- a/view/css/mod_connedit.css
+++ b/view/css/mod_connedit.css
@@ -14,7 +14,7 @@
margin-bottom: 5px !important;
}
-.abook-pending-contact {
+.abook-pending-contact, .abook-permschange {
background: orange;
font-weight: bold;
margin: 10px;
diff --git a/view/css/mod_viewconnections.css b/view/css/mod_viewconnections.css
new file mode 100644
index 000000000..56add4cac
--- /dev/null
+++ b/view/css/mod_viewconnections.css
@@ -0,0 +1,33 @@
+
+
+.contact-entry-wrapper {
+ float: left;
+ width: 120px;
+ height: 120px;
+ padding: 10px;
+}
+
+#contacts-search {
+ font-size: 1em;
+ width: 300px;
+}
+
+#contacts-search-end {
+ margin-bottom: 10px;
+}
+
+.contact-entry-photo-end {
+ clear: both;
+}
+
+.contact-entry-name {
+ float: left;
+ margin-left: 0px;
+ margin-right: 10px;
+ width: 120px;
+ overflow: hidden;
+}
+
+.contact-entry-end {
+ clear: both;
+}
diff --git a/view/js/acl.js b/view/js/acl.js
index 84b080de2..6c3d9b462 100644
--- a/view/js/acl.js
+++ b/view/js/acl.js
@@ -20,16 +20,23 @@ function ACL(backend_url, preset){
if (preset.length==0) that.showall.addClass("selected");
/*events*/
- that.showall.click(that.on_showall);
- $(document).on('click','.acl-button-show',that.on_button_show);
- $(document).on('click','.acl-button-hide',that.on_button_hide);
- $("#acl-search").keypress(that.on_search);
- $("#acl-wrapper").parents("form").submit(that.on_submit);
-
- /* startup! */
- that.get(0,100);
+
+ $(document).ready(function() {
+ that.showall.click(that.on_showall);
+ $(document).on('click','.acl-button-show',that.on_button_show);
+ $(document).on('click','.acl-button-hide',that.on_button_hide);
+ $("#acl-search").keypress(that.on_search);
+// $("#acl-wrapper").parents("form").submit(that.on_submit);
+
+ /* startup! */
+ that.get(0,100);
+ that.on_submit();
+ });
+
}
+// no longer called on submit - call to update whenever a change occurs to the acl list.
+
ACL.prototype.on_submit = function(){
aclfileds = $("#acl-fields").html("");
$(that.allow_gid).each(function(i,v){
@@ -44,6 +51,8 @@ ACL.prototype.on_submit = function(){
$(that.deny_cid).each(function(i,v){
aclfileds.append("");
});
+// alert(aclfileds);
+
}
ACL.prototype.search = function(){
@@ -72,6 +81,7 @@ ACL.prototype.on_showall = function(event){
that.deny_gid = [];
that.update_view();
+ that.on_submit();
return false;
}
@@ -86,7 +96,7 @@ ACL.prototype.on_button_show = function(event){
$(this).toggleClass("selected");*/
that.set_allow($(this).parent().attr('id'));
-
+ that.on_submit();
return false;
}
ACL.prototype.on_button_hide = function(event){
@@ -99,7 +109,7 @@ ACL.prototype.on_button_hide = function(event){
$(this).toggleClass("selected");*/
that.set_deny($(this).parent().attr('id'));
-
+ that.on_submit();
return false;
}
diff --git a/view/js/icon_translate.js b/view/js/icon_translate.js
index 45deef05b..930d3b265 100644
--- a/view/js/icon_translate.js
+++ b/view/js/icon_translate.js
@@ -53,4 +53,5 @@ $(document).ready(function() {
$('.icon-circle').addClass('');
$('.icon-bookmark').addClass('');
$('.icon-fullscreen').addClass('');
+ $('.icon-share').addClass('');
});
\ No newline at end of file
diff --git a/view/js/mod_connedit.js b/view/js/mod_connedit.js
index 7a33952dc..64240abb8 100644
--- a/view/js/mod_connedit.js
+++ b/view/js/mod_connedit.js
@@ -1,4 +1,20 @@
+$(document).ready(function() {
+ if(typeof(after_following) !== 'undefined' && after_following)
+ connectFullShare();
+
+ $('#id_pending').click(function() {
+ connectFullShare();
+ });
+
+ $('.abook-edit-me').click(function() {
+ $('.abook-permschange').show();
+ $('.abook-permschange').html(aStr['permschange']);
+ });
+
+
+});
+
function connectFullShare() {
$('.abook-edit-me').each(function() {
if(! $(this).is(':disabled'))
@@ -18,6 +34,8 @@ function connectFullShare() {
$('#me_id_perms_view_storage').attr('checked','checked');
$('#me_id_perms_republish').attr('checked','checked');
+ $('.abook-permschange').show();
+ $('.abook-permschange').html(aStr['permschange']);
}
function connectCautiousShare() {
@@ -34,6 +52,9 @@ function connectCautiousShare() {
$('#me_id_perms_send_stream').attr('checked','checked');
$('#me_id_perms_post_comments').attr('checked','checked');
$('#me_id_perms_post_mail').attr('checked','checked');
+ $('.abook-permschange').show();
+ $('.abook-permschange').html(aStr['permschange']);
+
}
function connectForum() {
@@ -54,6 +75,8 @@ function connectForum() {
$('#me_id_perms_post_mail').attr('checked','checked');
$('#me_id_perms_tag_deliver').attr('checked','checked');
$('#me_id_perms_republish').attr('checked','checked');
+ $('.abook-permschange').show();
+ $('.abook-permschange').html(aStr['permschange']);
}
@@ -69,6 +92,8 @@ function connectSoapBox() {
$('#me_id_perms_view_contacts').attr('checked','checked');
$('#me_id_perms_view_storage').attr('checked','checked');
$('#me_id_perms_view_pages').attr('checked','checked');
+ $('.abook-permschange').show();
+ $('.abook-permschange').html(aStr['permschange']);
}
@@ -79,5 +104,8 @@ function connectFollowOnly() {
});
$('#me_id_perms_send_stream').attr('checked','checked');
+ $('.abook-permschange').show();
+ $('.abook-permschange').html(aStr['permschange']);
+
}
diff --git a/view/js/mod_filestorage.php b/view/js/mod_filestorage.js
similarity index 100%
rename from view/js/mod_filestorage.php
rename to view/js/mod_filestorage.js
diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js
index c9d13f742..d9497af1e 100644
--- a/view/js/mod_photos.js
+++ b/view/js/mod_photos.js
@@ -3,10 +3,15 @@ var ispublic = aStr['everybody'];
$(document).ready(function() {
- $("a#settings-default-perms-menu").colorbox({
- 'inline' : true,
- 'transition' : 'elastic'
- });
+ $("a#photos-upload-perms-menu").colorbox({
+ 'inline' : true,
+ 'transition' : 'elastic'
+ });
+
+ $("a#settings-default-perms-menu").colorbox({
+ 'inline' : true,
+ 'transition' : 'elastic'
+ });
$('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() {
var selstr;
diff --git a/view/nb-no/messages.po b/view/nb-no/messages.po
index 362dc0682..0f770ea99 100644
--- a/view/nb-no/messages.po
+++ b/view/nb-no/messages.po
@@ -1,7363 +1,2399 @@
-# FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011 the Friendica Project
-# This file is distributed under the same license as the Friendica package.
+# Red Matrix Project
+# Copyright (C) 2012-2014 the Red Matrix Project
+# This file is distributed under the same license as the Red package.
#
# Translators:
-# Haakon Meland Eriksen , 2012.
+# Haakon Meland Eriksen , 2013-2014
msgid ""
msgstr ""
-"Project-Id-Version: friendica\n"
-"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n"
-"POT-Creation-Date: 2012-09-27 10:00-0700\n"
-"PO-Revision-Date: 2012-09-28 08:27+0000\n"
+"Project-Id-Version: Red Matrix\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-03-07 00:03-0800\n"
+"PO-Revision-Date: 2014-03-11 05:33+0000\n"
"Last-Translator: Haakon Meland Eriksen \n"
-"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/friendica/language/nb_NO/)\n"
+"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/red-matrix/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nb_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../../mod/oexchange.php:25
-msgid "Post successful."
-msgstr "Innlegg vellykket."
-
-#: ../../mod/update_notes.php:41 ../../mod/update_community.php:18
-#: ../../mod/update_network.php:22 ../../mod/update_profile.php:41
-msgid "[Embedded content - reload page to view]"
-msgstr "[Innebygget innhold - hent siden på nytt for å se det]"
-
-#: ../../mod/crepair.php:102
-msgid "Contact settings applied."
-msgstr "Kontaktinnstillinger i bruk."
-
-#: ../../mod/crepair.php:104
-msgid "Contact update failed."
-msgstr "Kontaktoppdatering mislyktes."
-
-#: ../../mod/crepair.php:115 ../../mod/wall_attach.php:55
-#: ../../mod/fsuggest.php:78 ../../mod/events.php:140 ../../mod/api.php:26
-#: ../../mod/api.php:31 ../../mod/photos.php:128 ../../mod/photos.php:972
-#: ../../mod/editpost.php:10 ../../mod/install.php:151 ../../mod/poke.php:135
-#: ../../mod/notifications.php:66 ../../mod/contacts.php:146
-#: ../../mod/settings.php:86 ../../mod/settings.php:525
-#: ../../mod/settings.php:530 ../../mod/manage.php:87 ../../mod/network.php:6
-#: ../../mod/notes.php:20 ../../mod/wallmessage.php:9
-#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
-#: ../../mod/wallmessage.php:103 ../../mod/attach.php:33
-#: ../../mod/group.php:19 ../../mod/viewconnections.php:22
-#: ../../mod/register.php:38 ../../mod/regmod.php:116 ../../mod/item.php:126
-#: ../../mod/item.php:142 ../../mod/mood.php:114
-#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
-#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
-#: ../../mod/message.php:38 ../../mod/message.php:168
-#: ../../mod/allfriends.php:9 ../../mod/nogroup.php:25
-#: ../../mod/wall_upload.php:64 ../../mod/follow.php:9
-#: ../../mod/display.php:141 ../../mod/profiles.php:7
-#: ../../mod/profiles.php:413 ../../mod/delegate.php:6
-#: ../../mod/suggest.php:28 ../../mod/invite.php:13 ../../mod/invite.php:81
-#: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:510
-#: ../../addon/facebook/facebook.php:516 ../../addon/fbpost/fbpost.php:159
-#: ../../addon/fbpost/fbpost.php:165
-#: ../../addon/dav/friendica/layout.fnk.php:354 ../../include/items.php:3913
-#: ../../index.php:317
-msgid "Permission denied."
-msgstr "Ingen tilgang."
-
-#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20
-#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:118
-msgid "Contact not found."
-msgstr "Kontakt ikke funnet."
-
-#: ../../mod/crepair.php:135
-msgid "Repair Contact Settings"
-msgstr "Reparer kontaktinnstillinger"
-
-#: ../../mod/crepair.php:137
-msgid ""
-"WARNING: This is highly advanced and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr ""
-
-#: ../../mod/crepair.php:138
-msgid ""
-"Please use your browser 'Back' button now if you are "
-"uncertain what to do on this page."
-msgstr "Vennligst bruk Tilbake-knappen i nettleseren din nå hvis du er usikker på hva du bør gjøre på denne siden."
-
-#: ../../mod/crepair.php:144
-msgid "Return to contact editor"
-msgstr ""
-
-#: ../../mod/crepair.php:148 ../../mod/settings.php:545
-#: ../../mod/settings.php:571 ../../mod/admin.php:692 ../../mod/admin.php:702
-msgid "Name"
-msgstr "Navn"
-
-#: ../../mod/crepair.php:149
-msgid "Account Nickname"
-msgstr "Konto Kallenavn"
-
-#: ../../mod/crepair.php:150
-msgid "@Tagname - overrides Name/Nickname"
-msgstr ""
-
-#: ../../mod/crepair.php:151
-msgid "Account URL"
-msgstr "Konto URL"
-
-#: ../../mod/crepair.php:152
-msgid "Friend Request URL"
-msgstr "Venneforespørsel URL"
-
-#: ../../mod/crepair.php:153
-msgid "Friend Confirm URL"
-msgstr "Vennebekreftelse URL"
-
-#: ../../mod/crepair.php:154
-msgid "Notification Endpoint URL"
-msgstr "Endepunkt URL for beskjed"
-
-#: ../../mod/crepair.php:155
-msgid "Poll/Feed URL"
-msgstr "Poll/Feed URL"
-
-#: ../../mod/crepair.php:156
-msgid "New photo from this URL"
-msgstr ""
-
-#: ../../mod/crepair.php:166 ../../mod/fsuggest.php:107
-#: ../../mod/events.php:455 ../../mod/photos.php:1005
-#: ../../mod/photos.php:1081 ../../mod/photos.php:1338
-#: ../../mod/photos.php:1378 ../../mod/photos.php:1419
-#: ../../mod/photos.php:1451 ../../mod/install.php:246
-#: ../../mod/install.php:284 ../../mod/localtime.php:45 ../../mod/poke.php:199
-#: ../../mod/content.php:693 ../../mod/contacts.php:348
-#: ../../mod/settings.php:543 ../../mod/settings.php:697
-#: ../../mod/settings.php:769 ../../mod/settings.php:976
-#: ../../mod/group.php:85 ../../mod/mood.php:137 ../../mod/message.php:294
-#: ../../mod/message.php:480 ../../mod/admin.php:443 ../../mod/admin.php:689
-#: ../../mod/admin.php:826 ../../mod/admin.php:1025 ../../mod/admin.php:1112
-#: ../../mod/profiles.php:583 ../../mod/invite.php:119
-#: ../../addon/fromgplus/fromgplus.php:40
-#: ../../addon/facebook/facebook.php:619
-#: ../../addon/snautofollow/snautofollow.php:64 ../../addon/bg/bg.php:90
-#: ../../addon/fbpost/fbpost.php:226 ../../addon/yourls/yourls.php:76
-#: ../../addon/ljpost/ljpost.php:93 ../../addon/nsfw/nsfw.php:88
-#: ../../addon/page/page.php:210 ../../addon/planets/planets.php:158
-#: ../../addon/uhremotestorage/uhremotestorage.php:89
-#: ../../addon/randplace/randplace.php:177 ../../addon/dwpost/dwpost.php:93
-#: ../../addon/drpost/drpost.php:110 ../../addon/startpage/startpage.php:92
-#: ../../addon/geonames/geonames.php:187 ../../addon/oembed.old/oembed.php:41
-#: ../../addon/forumlist/forumlist.php:163
-#: ../../addon/impressum/impressum.php:83
-#: ../../addon/notimeline/notimeline.php:64 ../../addon/blockem/blockem.php:57
-#: ../../addon/qcomment/qcomment.php:61
-#: ../../addon/openstreetmap/openstreetmap.php:70
-#: ../../addon/group_text/group_text.php:84
-#: ../../addon/libravatar/libravatar.php:99
-#: ../../addon/libertree/libertree.php:90 ../../addon/altpager/altpager.php:87
-#: ../../addon/mathjax/mathjax.php:42 ../../addon/editplain/editplain.php:84
-#: ../../addon/blackout/blackout.php:98 ../../addon/gravatar/gravatar.php:95
-#: ../../addon/pageheader/pageheader.php:55 ../../addon/ijpost/ijpost.php:93
-#: ../../addon/jappixmini/jappixmini.php:307
-#: ../../addon/statusnet/statusnet.php:278
-#: ../../addon/statusnet/statusnet.php:292
-#: ../../addon/statusnet/statusnet.php:318
-#: ../../addon/statusnet/statusnet.php:325
-#: ../../addon/statusnet/statusnet.php:353
-#: ../../addon/statusnet/statusnet.php:576 ../../addon/tumblr/tumblr.php:90
-#: ../../addon/numfriends/numfriends.php:85 ../../addon/gnot/gnot.php:88
-#: ../../addon/wppost/wppost.php:110 ../../addon/showmore/showmore.php:48
-#: ../../addon/piwik/piwik.php:89 ../../addon/twitter/twitter.php:180
-#: ../../addon/twitter/twitter.php:209 ../../addon/twitter/twitter.php:394
-#: ../../addon/irc/irc.php:55 ../../addon/fromapp/fromapp.php:77
-#: ../../addon/blogger/blogger.php:102 ../../addon/posterous/posterous.php:103
-#: ../../view/theme/cleanzero/config.php:80
-#: ../../view/theme/diabook/theme.php:757
-#: ../../view/theme/diabook/config.php:190
-#: ../../view/theme/quattro/config.php:53 ../../view/theme/dispy/config.php:70
-#: ../../object/Item.php:560
-msgid "Submit"
-msgstr "Lagre"
-
-#: ../../mod/help.php:30
-msgid "Help:"
-msgstr "Hjelp:"
-
-#: ../../mod/help.php:34 ../../addon/dav/friendica/layout.fnk.php:225
-#: ../../include/nav.php:86
-msgid "Help"
-msgstr "Hjelp"
-
-#: ../../mod/help.php:38 ../../index.php:226
-msgid "Not Found"
-msgstr "Ikke funnet"
-
-#: ../../mod/help.php:41 ../../index.php:229
-msgid "Page not found."
-msgstr "Fant ikke siden."
-
-#: ../../mod/wall_attach.php:69
-#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "Filstørrelsen er større enn begrensning på %d"
-
-#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121
-msgid "File upload failed."
-msgstr "Opplasting av filen mislyktes."
-
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr "Venneforslag sendt."
-
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "Foreslå venner"
-
-#: ../../mod/fsuggest.php:99
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Foreslå en venn for %s"
-
-#: ../../mod/events.php:66
-msgid "Event title and start time are required."
-msgstr ""
-
-#: ../../mod/events.php:279
-msgid "l, F j"
-msgstr ""
-
-#: ../../mod/events.php:301
-msgid "Edit event"
-msgstr "Rediger hendelse"
-
-#: ../../mod/events.php:323 ../../include/text.php:1187
-msgid "link to source"
-msgstr "lenke til kilde"
-
-#: ../../mod/events.php:347 ../../view/theme/diabook/theme.php:131
-#: ../../include/nav.php:52 ../../boot.php:1689
-msgid "Events"
-msgstr "Hendelser"
-
-#: ../../mod/events.php:348
-msgid "Create New Event"
-msgstr "Lag ny hendelse"
-
-#: ../../mod/events.php:349 ../../addon/dav/friendica/layout.fnk.php:263
-msgid "Previous"
-msgstr "Forrige"
-
-#: ../../mod/events.php:350 ../../mod/install.php:205
-#: ../../addon/dav/friendica/layout.fnk.php:266
-msgid "Next"
-msgstr "Neste"
-
-#: ../../mod/events.php:423
-msgid "hour:minute"
-msgstr "time:minutt"
-
-#: ../../mod/events.php:433
-msgid "Event details"
-msgstr "Hendelsesdetaljer"
-
-#: ../../mod/events.php:434
-#, php-format
-msgid "Format is %s %s. Starting date and Title are required."
-msgstr ""
-
-#: ../../mod/events.php:436
-msgid "Event Starts:"
-msgstr "Hendelsen starter:"
-
-#: ../../mod/events.php:436 ../../mod/events.php:450
-msgid "Required"
-msgstr ""
-
-#: ../../mod/events.php:439
-msgid "Finish date/time is not known or not relevant"
-msgstr "Avslutningsdato/-tid er ukjent eller ikke relevant"
-
-#: ../../mod/events.php:441
-msgid "Event Finishes:"
-msgstr "Hendelsen slutter:"
-
-#: ../../mod/events.php:444
-msgid "Adjust for viewer timezone"
-msgstr "Tilpass til iakttakerens tidssone"
-
-#: ../../mod/events.php:446
-msgid "Description:"
-msgstr "Beskrivelse:"
-
-#: ../../mod/events.php:448 ../../mod/directory.php:134
-#: ../../include/event.php:40 ../../include/bb2diaspora.php:412
-#: ../../boot.php:1226
-msgid "Location:"
-msgstr "Plassering:"
-
-#: ../../mod/events.php:450
-msgid "Title:"
-msgstr ""
-
-#: ../../mod/events.php:452
-msgid "Share this event"
-msgstr "Del denne hendelsen"
-
-#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/editpost.php:136
-#: ../../mod/dfrn_request.php:847 ../../mod/settings.php:544
-#: ../../mod/settings.php:570 ../../addon/js_upload/js_upload.php:45
-#: ../../include/conversation.php:935
-msgid "Cancel"
-msgstr "Avbryt"
-
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "Fjernet tag"
-
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Fjern tag"
-
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "Velg en tag å fjerne:"
-
-#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130
-#: ../../addon/dav/common/wdcal_edit.inc.php:468
-msgid "Remove"
-msgstr "Slett"
-
-#: ../../mod/dfrn_poll.php:99 ../../mod/dfrn_poll.php:530
-#, php-format
-msgid "%s welcomes %s"
-msgstr "%s hilser %s velkommen"
-
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr ""
-
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr ""
-
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr ""
-
-#: ../../mod/api.php:104
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr ""
-
-#: ../../mod/api.php:105 ../../mod/dfrn_request.php:835
-#: ../../mod/settings.php:892 ../../mod/settings.php:898
-#: ../../mod/settings.php:906 ../../mod/settings.php:910
-#: ../../mod/settings.php:915 ../../mod/settings.php:921
-#: ../../mod/settings.php:927 ../../mod/settings.php:933
-#: ../../mod/settings.php:963 ../../mod/settings.php:964
-#: ../../mod/settings.php:965 ../../mod/settings.php:966
-#: ../../mod/settings.php:967 ../../mod/register.php:236
-#: ../../mod/profiles.php:563
-msgid "Yes"
-msgstr "Ja"
-
-#: ../../mod/api.php:106 ../../mod/dfrn_request.php:836
-#: ../../mod/settings.php:892 ../../mod/settings.php:898
-#: ../../mod/settings.php:906 ../../mod/settings.php:910
-#: ../../mod/settings.php:915 ../../mod/settings.php:921
-#: ../../mod/settings.php:927 ../../mod/settings.php:933
-#: ../../mod/settings.php:963 ../../mod/settings.php:964
-#: ../../mod/settings.php:965 ../../mod/settings.php:966
-#: ../../mod/settings.php:967 ../../mod/register.php:237
-#: ../../mod/profiles.php:564
-msgid "No"
-msgstr "Nei"
-
-#: ../../mod/photos.php:46 ../../boot.php:1682
-msgid "Photo Albums"
-msgstr "Fotoalbum"
-
-#: ../../mod/photos.php:54 ../../mod/photos.php:149 ../../mod/photos.php:986
-#: ../../mod/photos.php:1073 ../../mod/photos.php:1088
-#: ../../mod/photos.php:1530 ../../mod/photos.php:1542
-#: ../../addon/communityhome/communityhome.php:110
-#: ../../view/theme/diabook/theme.php:598
-msgid "Contact Photos"
-msgstr "Kontaktbilder"
-
-#: ../../mod/photos.php:61 ../../mod/photos.php:1104 ../../mod/photos.php:1580
-msgid "Upload New Photos"
-msgstr "Last opp nye bilder"
-
-#: ../../mod/photos.php:74 ../../mod/settings.php:23
-msgid "everybody"
-msgstr "alle"
-
-#: ../../mod/photos.php:138
-msgid "Contact information unavailable"
-msgstr "Kontaktinformasjon utilgjengelig"
-
-#: ../../mod/photos.php:149 ../../mod/photos.php:653 ../../mod/photos.php:1073
-#: ../../mod/photos.php:1088 ../../mod/profile_photo.php:74
-#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88
-#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
-#: ../../mod/profile_photo.php:305
-#: ../../addon/communityhome/communityhome.php:111
-#: ../../view/theme/diabook/theme.php:599 ../../include/user.php:324
-#: ../../include/user.php:331 ../../include/user.php:338
-msgid "Profile Photos"
-msgstr "Profilbilder"
-
-#: ../../mod/photos.php:159
-msgid "Album not found."
-msgstr "Album ble ikke funnet."
-
-#: ../../mod/photos.php:177 ../../mod/photos.php:1082
-msgid "Delete Album"
-msgstr "Slett album"
-
-#: ../../mod/photos.php:240 ../../mod/photos.php:1339
-msgid "Delete Photo"
-msgstr "Slett bilde"
-
-#: ../../mod/photos.php:584
-msgid "was tagged in a"
-msgstr "ble tagget i et"
-
-#: ../../mod/photos.php:584 ../../mod/like.php:145 ../../mod/tagger.php:62
-#: ../../addon/communityhome/communityhome.php:163
-#: ../../view/theme/diabook/theme.php:570 ../../include/text.php:1439
-#: ../../include/diaspora.php:1824 ../../include/conversation.php:125
-#: ../../include/conversation.php:253
-msgid "photo"
-msgstr "bilde"
-
-#: ../../mod/photos.php:584
-msgid "by"
-msgstr "av"
-
-#: ../../mod/photos.php:689 ../../addon/js_upload/js_upload.php:315
-msgid "Image exceeds size limit of "
-msgstr "Bilde overstiger størrelsesbegrensningen på "
-
-#: ../../mod/photos.php:697
-msgid "Image file is empty."
-msgstr "Bildefilen er tom."
-
-#: ../../mod/photos.php:729 ../../mod/profile_photo.php:153
-#: ../../mod/wall_upload.php:110
-msgid "Unable to process image."
-msgstr "Ikke i stand til å behandle bildet."
-
-#: ../../mod/photos.php:756 ../../mod/profile_photo.php:301
-#: ../../mod/wall_upload.php:136
-msgid "Image upload failed."
-msgstr "Mislyktes med å laste opp bilde."
-
-#: ../../mod/photos.php:842 ../../mod/community.php:18
-#: ../../mod/dfrn_request.php:760 ../../mod/viewconnections.php:17
-#: ../../mod/display.php:7 ../../mod/search.php:73 ../../mod/directory.php:31
-msgid "Public access denied."
-msgstr "Offentlig tilgang ikke tillatt."
-
-#: ../../mod/photos.php:852
-msgid "No photos selected"
-msgstr "Ingen bilder er valgt"
-
-#: ../../mod/photos.php:953
-msgid "Access to this item is restricted."
-msgstr "Tilgang til dette elementet er begrenset."
-
-#: ../../mod/photos.php:1015
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr ""
-
-#: ../../mod/photos.php:1018
-#, php-format
-msgid "You have used %1$.2f Mbytes of photo storage."
-msgstr ""
-
-#: ../../mod/photos.php:1024
-msgid "Upload Photos"
-msgstr "Last opp bilder"
-
-#: ../../mod/photos.php:1028 ../../mod/photos.php:1077
-msgid "New album name: "
-msgstr "Nytt albumnavn:"
-
-#: ../../mod/photos.php:1029
-msgid "or existing album name: "
-msgstr "eller eksisterende albumnavn:"
-
-#: ../../mod/photos.php:1030
-msgid "Do not show a status post for this upload"
-msgstr "Ikke vis statusoppdatering for denne opplastingen"
-
-#: ../../mod/photos.php:1032 ../../mod/photos.php:1334
-msgid "Permissions"
-msgstr "Tillatelser"
-
-#: ../../mod/photos.php:1092
-msgid "Edit Album"
-msgstr "Endre album"
-
-#: ../../mod/photos.php:1098
-msgid "Show Newest First"
-msgstr ""
-
-#: ../../mod/photos.php:1100
-msgid "Show Oldest First"
-msgstr ""
-
-#: ../../mod/photos.php:1124 ../../mod/photos.php:1563
-msgid "View Photo"
-msgstr "Vis bilde"
-
-#: ../../mod/photos.php:1159
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Tilgang nektet. Tilgang til dette elementet kan være begrenset."
-
-#: ../../mod/photos.php:1161
-msgid "Photo not available"
-msgstr "Bilde ikke tilgjengelig"
-
-#: ../../mod/photos.php:1217
-msgid "View photo"
-msgstr "Vis foto"
-
-#: ../../mod/photos.php:1217
-msgid "Edit photo"
-msgstr "Endre bilde"
-
-#: ../../mod/photos.php:1218
-msgid "Use as profile photo"
-msgstr "Bruk som profilbilde"
-
-#: ../../mod/photos.php:1224 ../../mod/content.php:603
-#: ../../object/Item.php:103
-msgid "Private Message"
-msgstr "Privat melding"
-
-#: ../../mod/photos.php:1243
-msgid "View Full Size"
-msgstr "Vis i full størrelse"
-
-#: ../../mod/photos.php:1311
-msgid "Tags: "
-msgstr "Tagger:"
-
-#: ../../mod/photos.php:1314
-msgid "[Remove any tag]"
-msgstr "[Fjern en tag]"
-
-#: ../../mod/photos.php:1324
-msgid "Rotate CW (right)"
-msgstr ""
-
-#: ../../mod/photos.php:1325
-msgid "Rotate CCW (left)"
-msgstr ""
-
-#: ../../mod/photos.php:1327
-msgid "New album name"
-msgstr "Nytt albumnavn"
-
-#: ../../mod/photos.php:1330
-msgid "Caption"
-msgstr "Overskrift"
-
-#: ../../mod/photos.php:1332
-msgid "Add a Tag"
-msgstr "Legg til tag"
-
-#: ../../mod/photos.php:1336
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Eksempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-
-#: ../../mod/photos.php:1356 ../../mod/content.php:667
-#: ../../object/Item.php:196
-msgid "I like this (toggle)"
-msgstr "Jeg liker dette (skru på/av)"
-
-#: ../../mod/photos.php:1357 ../../mod/content.php:668
-#: ../../object/Item.php:197
-msgid "I don't like this (toggle)"
-msgstr "Jeg liker ikke dette (skru på/av)"
-
-#: ../../mod/photos.php:1358 ../../include/conversation.php:896
-msgid "Share"
-msgstr "Del"
-
-#: ../../mod/photos.php:1359 ../../mod/editpost.php:112
-#: ../../mod/content.php:482 ../../mod/content.php:845
-#: ../../mod/wallmessage.php:152 ../../mod/message.php:293
-#: ../../mod/message.php:481 ../../include/conversation.php:570
-#: ../../include/conversation.php:915 ../../object/Item.php:258
-msgid "Please wait"
-msgstr "Vennligst vent"
-
-#: ../../mod/photos.php:1375 ../../mod/photos.php:1416
-#: ../../mod/photos.php:1448 ../../mod/content.php:690
-#: ../../object/Item.php:557
-msgid "This is you"
-msgstr "Dette er deg"
-
-#: ../../mod/photos.php:1377 ../../mod/photos.php:1418
-#: ../../mod/photos.php:1450 ../../mod/content.php:692 ../../boot.php:574
-#: ../../object/Item.php:559
-msgid "Comment"
-msgstr "Kommentar"
-
-#: ../../mod/photos.php:1379 ../../mod/editpost.php:133
-#: ../../mod/content.php:702 ../../include/conversation.php:933
-#: ../../object/Item.php:569
-msgid "Preview"
-msgstr ""
-
-#: ../../mod/photos.php:1479 ../../mod/content.php:439
-#: ../../mod/content.php:723 ../../mod/settings.php:606
-#: ../../mod/settings.php:695 ../../mod/group.php:168 ../../mod/admin.php:696
-#: ../../include/conversation.php:515 ../../object/Item.php:117
-msgid "Delete"
-msgstr "Slett"
-
-#: ../../mod/photos.php:1569
-msgid "View Album"
-msgstr "Vis album"
-
-#: ../../mod/photos.php:1578
-msgid "Recent Photos"
-msgstr "Nye bilder"
-
-#: ../../mod/community.php:23
-msgid "Not available."
-msgstr "Ikke tilgjengelig."
-
-#: ../../mod/community.php:32 ../../view/theme/diabook/theme.php:133
-#: ../../include/nav.php:101
-msgid "Community"
-msgstr "Fellesskap"
-
-#: ../../mod/community.php:63 ../../mod/community.php:88
-#: ../../mod/search.php:148 ../../mod/search.php:174
-msgid "No results."
-msgstr "Fant ikke noe."
-
-#: ../../mod/friendica.php:55
-msgid "This is Friendica, version"
-msgstr ""
-
-#: ../../mod/friendica.php:56
-msgid "running at web location"
-msgstr "kjører på web-plassering"
-
-#: ../../mod/friendica.php:58
-msgid ""
-"Please visit Friendica.com to learn "
-"more about the Friendica project."
-msgstr ""
-
-#: ../../mod/friendica.php:60
-msgid "Bug reports and issues: please visit"
-msgstr "Feilrapporter og problemer: vennligst besøk"
-
-#: ../../mod/friendica.php:61
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr ""
-
-#: ../../mod/friendica.php:75
-msgid "Installed plugins/addons/apps:"
-msgstr ""
-
-#: ../../mod/friendica.php:88
-msgid "No installed plugins/addons/apps"
-msgstr "Ingen installerte plugins/tillegg/apper"
-
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr "Fant ikke elementet"
-
-#: ../../mod/editpost.php:36
-msgid "Edit post"
-msgstr "Endre innlegg"
-
-#: ../../mod/editpost.php:88 ../../include/conversation.php:882
-msgid "Post to Email"
-msgstr "Innlegg til e-post"
-
-#: ../../mod/editpost.php:103 ../../mod/content.php:710
-#: ../../mod/settings.php:605 ../../object/Item.php:107
-msgid "Edit"
-msgstr "Endre"
-
-#: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150
-#: ../../mod/message.php:291 ../../mod/message.php:478
-#: ../../include/conversation.php:897
-msgid "Upload photo"
-msgstr "Last opp bilde"
-
-#: ../../mod/editpost.php:105 ../../include/conversation.php:899
-msgid "Attach file"
-msgstr "Legg ved fil"
-
-#: ../../mod/editpost.php:106 ../../mod/wallmessage.php:151
-#: ../../mod/message.php:292 ../../mod/message.php:479
-#: ../../include/conversation.php:901
-msgid "Insert web link"
-msgstr "Sett inn web-adresse"
-
-#: ../../mod/editpost.php:107
-msgid "Insert YouTube video"
-msgstr "Sett inn YouTube-video"
-
-#: ../../mod/editpost.php:108
-msgid "Insert Vorbis [.ogg] video"
-msgstr "Sett inn Vorbis [.ogg] video"
-
-#: ../../mod/editpost.php:109
-msgid "Insert Vorbis [.ogg] audio"
-msgstr "Sett inn Vorbis [ogg] lydfil"
-
-#: ../../mod/editpost.php:110 ../../include/conversation.php:907
-msgid "Set your location"
-msgstr "Angi din plassering"
-
-#: ../../mod/editpost.php:111 ../../include/conversation.php:909
-msgid "Clear browser location"
-msgstr "Fjern nettleserplassering"
-
-#: ../../mod/editpost.php:113 ../../include/conversation.php:916
-msgid "Permission settings"
-msgstr "Tillatelser"
-
-#: ../../mod/editpost.php:121 ../../include/conversation.php:925
-msgid "CC: email addresses"
-msgstr "Kopi: e-postadresser"
-
-#: ../../mod/editpost.php:122 ../../include/conversation.php:926
-msgid "Public post"
-msgstr "Offentlig innlegg"
-
-#: ../../mod/editpost.php:125 ../../include/conversation.php:912
-msgid "Set title"
-msgstr "Lagre tittel"
-
-#: ../../mod/editpost.php:127 ../../include/conversation.php:914
-msgid "Categories (comma-separated list)"
-msgstr ""
-
-#: ../../mod/editpost.php:128 ../../include/conversation.php:928
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Eksempel: ola@example.com, kari@example.com"
-
-#: ../../mod/dfrn_request.php:93
-msgid "This introduction has already been accepted."
-msgstr "Denne introduksjonen har allerede blitt akseptert."
-
-#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:512
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Profilstedet er ikke gyldig og inneholder ikke profilinformasjon."
-
-#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:517
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Advarsel: profilstedet har ikke identifiserbart eiernavn."
-
-#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:519
-msgid "Warning: profile location has no profile photo."
-msgstr "Advarsel: profilstedet har ikke noe profilbilde."
-
-#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:522
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] "one: %d nødvendig parameter ble ikke funnet på angitt sted"
-msgstr[1] "other: %d nødvendige parametre ble ikke funnet på angitt sted"
-
-#: ../../mod/dfrn_request.php:170
-msgid "Introduction complete."
-msgstr "Introduksjon ferdig."
-
-#: ../../mod/dfrn_request.php:209
-msgid "Unrecoverable protocol error."
-msgstr "Uopprettelig protokollfeil."
-
-#: ../../mod/dfrn_request.php:237
-msgid "Profile unavailable."
-msgstr "Profil utilgjengelig."
-
-#: ../../mod/dfrn_request.php:262
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s har mottatt for mange kontaktforespørsler idag."
-
-#: ../../mod/dfrn_request.php:263
-msgid "Spam protection measures have been invoked."
-msgstr "Tiltak mot søppelpost har blitt iverksatt."
-
-#: ../../mod/dfrn_request.php:264
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Venner anbefales å prøve igjen om 24 timer."
-
-#: ../../mod/dfrn_request.php:326
-msgid "Invalid locator"
-msgstr "Ugyldig stedsangivelse"
-
-#: ../../mod/dfrn_request.php:335
-msgid "Invalid email address."
-msgstr ""
-
-#: ../../mod/dfrn_request.php:361
-msgid "This account has not been configured for email. Request failed."
-msgstr "Denne kontoen er ikke konfigurert for e-post. Forespørsel mislyktes."
-
-#: ../../mod/dfrn_request.php:457
-msgid "Unable to resolve your name at the provided location."
-msgstr "Ikke i stand til å avgjøre navnet ditt hos det oppgitte stedet."
-
-#: ../../mod/dfrn_request.php:470
-msgid "You have already introduced yourself here."
-msgstr "Du har allerede introdusert deg selv her."
-
-#: ../../mod/dfrn_request.php:474
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Du er visst allerede venn med %s."
-
-#: ../../mod/dfrn_request.php:495
-msgid "Invalid profile URL."
-msgstr "Ugyldig profil-URL."
-
-#: ../../mod/dfrn_request.php:501 ../../include/follow.php:27
-msgid "Disallowed profile URL."
-msgstr "Underkjent profil-URL."
-
-#: ../../mod/dfrn_request.php:570 ../../mod/contacts.php:123
-msgid "Failed to update contact record."
-msgstr "Mislyktes med å oppdatere kontaktposten."
-
-#: ../../mod/dfrn_request.php:591
-msgid "Your introduction has been sent."
-msgstr "Din introduksjon er sendt."
-
-#: ../../mod/dfrn_request.php:644
-msgid "Please login to confirm introduction."
-msgstr "Vennligst logg inn for å bekrefte introduksjonen."
-
-#: ../../mod/dfrn_request.php:658
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"this profile."
-msgstr "Feil identitet er logget inn for øyeblikket. Vennligst logg inn i denne profilen."
-
-#: ../../mod/dfrn_request.php:669
-msgid "Hide this contact"
-msgstr ""
-
-#: ../../mod/dfrn_request.php:672
-#, php-format
-msgid "Welcome home %s."
-msgstr "Velkommen hjem %s."
-
-#: ../../mod/dfrn_request.php:673
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Vennligst bekreft din introduksjons-/forbindelses- forespørsel til %s."
-
-#: ../../mod/dfrn_request.php:674
-msgid "Confirm"
-msgstr "Bekreft"
-
-#: ../../mod/dfrn_request.php:715 ../../include/items.php:3292
-msgid "[Name Withheld]"
-msgstr "[Navnet tilbakeholdt]"
-
-#: ../../mod/dfrn_request.php:810
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr ""
-
-#: ../../mod/dfrn_request.php:826
-msgid "Connect as an email follower (Coming soon)"
-msgstr ""
-
-#: ../../mod/dfrn_request.php:828
-msgid ""
-"If you are not yet a member of the free social web, follow this link to find a public"
-" Friendica site and join us today."
-msgstr ""
-
-#: ../../mod/dfrn_request.php:831
-msgid "Friend/Connection Request"
-msgstr "Venne-/Koblings-forespørsel"
-
-#: ../../mod/dfrn_request.php:832
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
-msgstr ""
-
-#: ../../mod/dfrn_request.php:833
-msgid "Please answer the following:"
-msgstr "Vennligst svar på følgende:"
-
-#: ../../mod/dfrn_request.php:834
-#, php-format
-msgid "Does %s know you?"
-msgstr "Kjenner %s deg?"
-
-#: ../../mod/dfrn_request.php:837
-msgid "Add a personal note:"
-msgstr "Legg til en personlig melding:"
-
-#: ../../mod/dfrn_request.php:839 ../../include/contact_selectors.php:76
-msgid "Friendica"
-msgstr ""
-
-#: ../../mod/dfrn_request.php:840
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet/Federeated Social Web"
-
-#: ../../mod/dfrn_request.php:841 ../../mod/settings.php:640
-#: ../../include/contact_selectors.php:80
-msgid "Diaspora"
-msgstr "Diaspora"
-
-#: ../../mod/dfrn_request.php:842
-#, php-format
-msgid ""
-" - please do not use this form. Instead, enter %s into your Diaspora search"
-" bar."
-msgstr ""
-
-#: ../../mod/dfrn_request.php:843
-msgid "Your Identity Address:"
-msgstr "Din identitetsadresse:"
-
-#: ../../mod/dfrn_request.php:846
-msgid "Submit Request"
-msgstr "Send forespørsel"
-
-#: ../../mod/install.php:117
-msgid "Friendica Social Communications Server - Setup"
-msgstr ""
-
-#: ../../mod/install.php:123
-msgid "Could not connect to database."
-msgstr ""
-
-#: ../../mod/install.php:127
-msgid "Could not create table."
-msgstr ""
-
-#: ../../mod/install.php:133
-msgid "Your Friendica site database has been installed."
-msgstr ""
-
-#: ../../mod/install.php:138
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Du må kanskje importere filen \"database.sql\" manuelt ved hjelp av phpmyadmin eller mysql."
-
-#: ../../mod/install.php:139 ../../mod/install.php:204
-#: ../../mod/install.php:488
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Vennligst se filen \"INSTALL.txt\"."
-
-#: ../../mod/install.php:201
-msgid "System check"
-msgstr ""
-
-#: ../../mod/install.php:206
-msgid "Check again"
-msgstr ""
-
-#: ../../mod/install.php:225
-msgid "Database connection"
-msgstr ""
-
-#: ../../mod/install.php:226
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr ""
-
-#: ../../mod/install.php:227
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Vennligst kontakt din tilbyder eller administrator hvis du har spørsmål til disse innstillingene."
-
-#: ../../mod/install.php:228
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "Databasen du oppgir nedenfor må finnes. Hvis ikke, vennligst opprett den før du fortsetter."
-
-#: ../../mod/install.php:232
-msgid "Database Server Name"
-msgstr "Databasetjenerens navn"
-
-#: ../../mod/install.php:233
-msgid "Database Login Name"
-msgstr "Database brukernavn"
-
-#: ../../mod/install.php:234
-msgid "Database Login Password"
-msgstr "Database passord"
-
-#: ../../mod/install.php:235
-msgid "Database Name"
-msgstr "Databasenavn"
-
-#: ../../mod/install.php:236 ../../mod/install.php:275
-msgid "Site administrator email address"
-msgstr ""
-
-#: ../../mod/install.php:236 ../../mod/install.php:275
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr ""
-
-#: ../../mod/install.php:240 ../../mod/install.php:278
-msgid "Please select a default timezone for your website"
-msgstr "Vennligst velg en standard tidssone for ditt nettsted"
-
-#: ../../mod/install.php:265
-msgid "Site settings"
-msgstr ""
-
-#: ../../mod/install.php:318
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Fant ikke en kommandolinjeversjon av PHP i webtjenerens PATH."
-
-#: ../../mod/install.php:319
-msgid ""
-"If you don't have a command line version of PHP installed on server, you "
-"will not be able to run background polling via cron. See 'Activating scheduled tasks'"
-msgstr ""
-
-#: ../../mod/install.php:323
-msgid "PHP executable path"
-msgstr ""
-
-#: ../../mod/install.php:323
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr ""
-
-#: ../../mod/install.php:328
-msgid "Command line PHP"
-msgstr ""
-
-#: ../../mod/install.php:337
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" aktivert."
-
-#: ../../mod/install.php:338
-msgid "This is required for message delivery to work."
-msgstr "Dette er nødvendig for at meldingslevering skal virke."
-
-#: ../../mod/install.php:340
-msgid "PHP register_argc_argv"
-msgstr ""
-
-#: ../../mod/install.php:361
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler"
-
-#: ../../mod/install.php:362
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "For kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\"."
-
-#: ../../mod/install.php:364
-msgid "Generate encryption keys"
-msgstr ""
-
-#: ../../mod/install.php:371
-msgid "libCurl PHP module"
-msgstr ""
-
-#: ../../mod/install.php:372
-msgid "GD graphics PHP module"
-msgstr ""
-
-#: ../../mod/install.php:373
-msgid "OpenSSL PHP module"
-msgstr ""
-
-#: ../../mod/install.php:374
-msgid "mysqli PHP module"
-msgstr ""
-
-#: ../../mod/install.php:375
-msgid "mb_string PHP module"
-msgstr ""
-
-#: ../../mod/install.php:380 ../../mod/install.php:382
-msgid "Apache mod_rewrite module"
-msgstr ""
-
-#: ../../mod/install.php:380
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Feil: Modulen mod-rewrite for Apache-webtjeneren er påkrevet, men er ikke installert."
-
-#: ../../mod/install.php:388
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Feil: libCURL PHP-modulen er påkrevet, men er ikke installert."
-
-#: ../../mod/install.php:392
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Feil: GD graphics PHP-modulen med JPEG-støtte er påkrevet, men er ikke installert."
-
-#: ../../mod/install.php:396
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Feil: openssl PHP-modulen er påkrevet, men er ikke installert."
-
-#: ../../mod/install.php:400
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Feil: mysqli PHP-modulen er påkrevet, men er ikke installert."
-
-#: ../../mod/install.php:404
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Feil: mb_string PHP-modulen er påkrevet men ikke installert."
-
-#: ../../mod/install.php:421
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\""
-" in the top folder of your web server and it is unable to do so."
-msgstr "Web-installatøren trenger å kunne lage filen \".htconfig.php\" i topp-folderen på web-tjeneren din, men den får ikke til dette."
-
-#: ../../mod/install.php:422
-msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
-msgstr "Dette skyldes oftest manglende tillatelse, ettersom web-tjeneren kanskje ikke kan skrive filer i din mappe - selv om du kan."
-
-#: ../../mod/install.php:423
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
-msgstr ""
-
-#: ../../mod/install.php:424
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr ""
-
-#: ../../mod/install.php:427
-msgid ".htconfig.php is writable"
-msgstr ""
-
-#: ../../mod/install.php:439
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr ""
-
-#: ../../mod/install.php:441
-msgid "Url rewrite is working"
-msgstr ""
-
-#: ../../mod/install.php:451
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
-msgstr "Filen \".htconfig.php\" med databasekonfigurasjonen kunne ikke bli skrevet. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i roten på din web-tjener."
-
-#: ../../mod/install.php:475
-msgid "Errors encountered creating database tables."
-msgstr "Feil oppstod under opprettelsen av databasetabeller."
-
-#: ../../mod/install.php:486
-msgid "
What next
"
-msgstr ""
-
-#: ../../mod/install.php:487
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "VIKTIG: Du må [manuelt] sette opp en planlagt oppgave for oppdatering."
-
-#: ../../mod/localtime.php:12 ../../include/event.php:11
-#: ../../include/bb2diaspora.php:390
-msgid "l F d, Y \\@ g:i A"
-msgstr ""
-
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "Tidskonvertering"
-
-#: ../../mod/localtime.php:26
-msgid ""
-"Friendika provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica har denne tjenesten for å dele hendelser med andre nettverk og venner i ukjente tidssoner."
-
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
-msgstr "UTC tid: %s"
-
-#: ../../mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Gjeldende tidssone: %s"
-
-#: ../../mod/localtime.php:36
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "Konvertert lokaltid: %s"
-
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "Vennligst velg din tidssone:"
-
-#: ../../mod/poke.php:192
-msgid "Poke/Prod"
-msgstr ""
-
-#: ../../mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
-msgstr ""
-
-#: ../../mod/poke.php:194
-msgid "Recipient"
-msgstr ""
-
-#: ../../mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
-msgstr ""
-
-#: ../../mod/poke.php:198
-msgid "Make this post private"
-msgstr ""
-
-#: ../../mod/match.php:12
-msgid "Profile Match"
-msgstr "Profiltreff"
-
-#: ../../mod/match.php:20
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord i din standardprofil."
-
-#: ../../mod/match.php:57
-msgid "is interested in:"
-msgstr ""
-
-#: ../../mod/match.php:58 ../../mod/suggest.php:59
-#: ../../include/contact_widgets.php:9 ../../boot.php:1164
+#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87
+msgid "Categories"
+msgstr "Kategorier"
+
+#: ../../include/widgets.php:115 ../../include/widgets.php:155
+#: ../../include/Contact.php:107 ../../include/identity.php:643
+#: ../../mod/directory.php:184 ../../mod/match.php:62
+#: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51
msgid "Connect"
-msgstr "Forbindelse"
+msgstr "Koble"
-#: ../../mod/match.php:65 ../../mod/dirfind.php:60
-msgid "No matches"
-msgstr "Ingen treff"
+#: ../../include/widgets.php:117 ../../mod/suggest.php:53
+msgid "Ignore/Hide"
+msgstr "Ignorer/Skjul"
-#: ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
-msgstr "Ekstern informasjon om privatlivsinnstillinger er ikke tilgjengelig."
-
-#: ../../mod/lockview.php:43
-msgid "Visible to:"
-msgstr "Synlig for:"
-
-#: ../../mod/content.php:119 ../../mod/network.php:436
-msgid "No such group"
-msgstr "Gruppen finnes ikke"
-
-#: ../../mod/content.php:130 ../../mod/network.php:447
-msgid "Group is empty"
-msgstr "Gruppen er tom"
-
-#: ../../mod/content.php:134 ../../mod/network.php:451
-msgid "Group: "
-msgstr "Gruppe:"
-
-#: ../../mod/content.php:438 ../../mod/content.php:722
-#: ../../include/conversation.php:514 ../../object/Item.php:116
-msgid "Select"
-msgstr "Velg"
-
-#: ../../mod/content.php:455 ../../mod/content.php:815
-#: ../../mod/content.php:816 ../../include/conversation.php:533
-#: ../../object/Item.php:227 ../../object/Item.php:228
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr ""
-
-#: ../../mod/content.php:465 ../../mod/content.php:827
-#: ../../include/conversation.php:553 ../../object/Item.php:240
-#, php-format
-msgid "%s from %s"
-msgstr "%s fra %s"
-
-#: ../../mod/content.php:480 ../../include/conversation.php:568
-msgid "View in context"
-msgstr "Vis i sammenheng"
-
-#: ../../mod/content.php:586 ../../object/Item.php:277
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/content.php:588 ../../include/text.php:1443
-#: ../../object/Item.php:279 ../../object/Item.php:292
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/content.php:589 ../../addon/page/page.php:76
-#: ../../addon/page/page.php:110 ../../addon/showmore/showmore.php:119
-#: ../../include/contact_widgets.php:195 ../../boot.php:575
-#: ../../object/Item.php:280
-msgid "show more"
-msgstr ""
-
-#: ../../mod/content.php:667 ../../object/Item.php:196
-msgid "like"
-msgstr ""
-
-#: ../../mod/content.php:668 ../../object/Item.php:197
-msgid "dislike"
-msgstr ""
-
-#: ../../mod/content.php:670 ../../object/Item.php:199
-msgid "Share this"
-msgstr ""
-
-#: ../../mod/content.php:670 ../../object/Item.php:199
-msgid "share"
-msgstr ""
-
-#: ../../mod/content.php:694 ../../object/Item.php:561
-msgid "Bold"
-msgstr ""
-
-#: ../../mod/content.php:695 ../../object/Item.php:562
-msgid "Italic"
-msgstr ""
-
-#: ../../mod/content.php:696 ../../object/Item.php:563
-msgid "Underline"
-msgstr ""
-
-#: ../../mod/content.php:697 ../../object/Item.php:564
-msgid "Quote"
-msgstr ""
-
-#: ../../mod/content.php:698 ../../object/Item.php:565
-msgid "Code"
-msgstr ""
-
-#: ../../mod/content.php:699 ../../object/Item.php:566
-msgid "Image"
-msgstr ""
-
-#: ../../mod/content.php:700 ../../object/Item.php:567
-msgid "Link"
-msgstr ""
-
-#: ../../mod/content.php:701 ../../object/Item.php:568
-msgid "Video"
-msgstr ""
-
-#: ../../mod/content.php:735 ../../object/Item.php:180
-msgid "add star"
-msgstr ""
-
-#: ../../mod/content.php:736 ../../object/Item.php:181
-msgid "remove star"
-msgstr ""
-
-#: ../../mod/content.php:737 ../../object/Item.php:182
-msgid "toggle star status"
-msgstr "veksle stjernestatus"
-
-#: ../../mod/content.php:740 ../../object/Item.php:185
-msgid "starred"
-msgstr ""
-
-#: ../../mod/content.php:741 ../../object/Item.php:186
-msgid "add tag"
-msgstr ""
-
-#: ../../mod/content.php:745 ../../object/Item.php:120
-msgid "save to folder"
-msgstr ""
-
-#: ../../mod/content.php:817 ../../object/Item.php:229
-msgid "to"
-msgstr "til"
-
-#: ../../mod/content.php:818 ../../object/Item.php:230
-msgid "Wall-to-Wall"
-msgstr "vegg-til-vegg"
-
-#: ../../mod/content.php:819 ../../object/Item.php:231
-msgid "via Wall-To-Wall:"
-msgstr "via vegg-til-vegg"
-
-#: ../../mod/home.php:28 ../../addon/communityhome/communityhome.php:179
-#, php-format
-msgid "Welcome to %s"
-msgstr "Velkommen til %s"
-
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Ugyldig forespørselsidentifikator."
-
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:161
-#: ../../mod/notifications.php:207
-msgid "Discard"
-msgstr "Forkast"
-
-#: ../../mod/notifications.php:51 ../../mod/notifications.php:160
-#: ../../mod/notifications.php:206 ../../mod/contacts.php:321
-#: ../../mod/contacts.php:375
-msgid "Ignore"
-msgstr "Ignorer"
-
-#: ../../mod/notifications.php:75
-msgid "System"
-msgstr ""
-
-#: ../../mod/notifications.php:80 ../../include/nav.php:113
-msgid "Network"
-msgstr "Nettverk"
-
-#: ../../mod/notifications.php:85 ../../mod/network.php:300
-msgid "Personal"
-msgstr ""
-
-#: ../../mod/notifications.php:90 ../../view/theme/diabook/theme.php:127
-#: ../../include/nav.php:77 ../../include/nav.php:115
-msgid "Home"
-msgstr "Hjem"
-
-#: ../../mod/notifications.php:95 ../../include/nav.php:121
-msgid "Introductions"
-msgstr ""
-
-#: ../../mod/notifications.php:100 ../../mod/message.php:176
-#: ../../include/nav.php:128
-msgid "Messages"
-msgstr "Meldinger"
-
-#: ../../mod/notifications.php:119
-msgid "Show Ignored Requests"
-msgstr "Vis ignorerte forespørsler"
-
-#: ../../mod/notifications.php:119
-msgid "Hide Ignored Requests"
-msgstr "Skjul ignorerte forespørsler"
-
-#: ../../mod/notifications.php:145 ../../mod/notifications.php:191
-msgid "Notification type: "
-msgstr "Beskjedtype:"
-
-#: ../../mod/notifications.php:146
-msgid "Friend Suggestion"
-msgstr "Venneforslag"
-
-#: ../../mod/notifications.php:148
-#, php-format
-msgid "suggested by %s"
-msgstr "foreslått av %s"
-
-#: ../../mod/notifications.php:153 ../../mod/notifications.php:200
-#: ../../mod/contacts.php:381
-msgid "Hide this contact from others"
-msgstr ""
-
-#: ../../mod/notifications.php:154 ../../mod/notifications.php:201
-msgid "Post a new friend activity"
-msgstr ""
-
-#: ../../mod/notifications.php:154 ../../mod/notifications.php:201
-msgid "if applicable"
-msgstr ""
-
-#: ../../mod/notifications.php:157 ../../mod/notifications.php:204
-#: ../../mod/admin.php:694
-msgid "Approve"
-msgstr "Godkjenn"
-
-#: ../../mod/notifications.php:177
-msgid "Claims to be known to you: "
-msgstr "Påstår å kjenne deg:"
-
-#: ../../mod/notifications.php:177
-msgid "yes"
-msgstr "ja"
-
-#: ../../mod/notifications.php:177
-msgid "no"
-msgstr "ei"
-
-#: ../../mod/notifications.php:184
-msgid "Approve as: "
-msgstr "Godkjenn som:"
-
-#: ../../mod/notifications.php:185
-msgid "Friend"
-msgstr "Venn"
-
-#: ../../mod/notifications.php:186
-msgid "Sharer"
-msgstr ""
-
-#: ../../mod/notifications.php:186
-msgid "Fan/Admirer"
-msgstr "Fan/Beundrer"
-
-#: ../../mod/notifications.php:192
-msgid "Friend/Connect Request"
-msgstr "Venn/kontakt-forespørsel"
-
-#: ../../mod/notifications.php:192
-msgid "New Follower"
-msgstr "Ny følgesvenn"
-
-#: ../../mod/notifications.php:213
-msgid "No introductions."
-msgstr ""
-
-#: ../../mod/notifications.php:216 ../../include/nav.php:122
-msgid "Notifications"
-msgstr "Varslinger"
-
-#: ../../mod/notifications.php:253 ../../mod/notifications.php:378
-#: ../../mod/notifications.php:465
-#, php-format
-msgid "%s liked %s's post"
-msgstr ""
-
-#: ../../mod/notifications.php:262 ../../mod/notifications.php:387
-#: ../../mod/notifications.php:474
-#, php-format
-msgid "%s disliked %s's post"
-msgstr ""
-
-#: ../../mod/notifications.php:276 ../../mod/notifications.php:401
-#: ../../mod/notifications.php:488
-#, php-format
-msgid "%s is now friends with %s"
-msgstr ""
-
-#: ../../mod/notifications.php:283 ../../mod/notifications.php:408
-#, php-format
-msgid "%s created a new post"
-msgstr ""
-
-#: ../../mod/notifications.php:284 ../../mod/notifications.php:409
-#: ../../mod/notifications.php:497
-#, php-format
-msgid "%s commented on %s's post"
-msgstr ""
-
-#: ../../mod/notifications.php:298
-msgid "No more network notifications."
-msgstr ""
-
-#: ../../mod/notifications.php:302
-msgid "Network Notifications"
-msgstr ""
-
-#: ../../mod/notifications.php:328 ../../mod/notify.php:61
-msgid "No more system notifications."
-msgstr ""
-
-#: ../../mod/notifications.php:332 ../../mod/notify.php:65
-msgid "System Notifications"
-msgstr ""
-
-#: ../../mod/notifications.php:423
-msgid "No more personal notifications."
-msgstr ""
-
-#: ../../mod/notifications.php:427
-msgid "Personal Notifications"
-msgstr ""
-
-#: ../../mod/notifications.php:504
-msgid "No more home notifications."
-msgstr ""
-
-#: ../../mod/notifications.php:508
-msgid "Home Notifications"
-msgstr ""
-
-#: ../../mod/contacts.php:84 ../../mod/contacts.php:164
-msgid "Could not access contact record."
-msgstr "Fikk ikke tilgang til kontaktposten."
-
-#: ../../mod/contacts.php:98
-msgid "Could not locate selected profile."
-msgstr "Kunne ikke lokalisere valgt profil."
-
-#: ../../mod/contacts.php:121
-msgid "Contact updated."
-msgstr "Kontakt oppdatert."
-
-#: ../../mod/contacts.php:186
-msgid "Contact has been blocked"
-msgstr "Kontakten er blokkert"
-
-#: ../../mod/contacts.php:186
-msgid "Contact has been unblocked"
-msgstr "Kontakten er ikke blokkert lenger"
-
-#: ../../mod/contacts.php:200
-msgid "Contact has been ignored"
-msgstr "Kontakten er ignorert"
-
-#: ../../mod/contacts.php:200
-msgid "Contact has been unignored"
-msgstr "Kontakten er ikke ignorert lenger"
-
-#: ../../mod/contacts.php:216
-msgid "Contact has been archived"
-msgstr ""
-
-#: ../../mod/contacts.php:216
-msgid "Contact has been unarchived"
-msgstr ""
-
-#: ../../mod/contacts.php:229
-msgid "Contact has been removed."
-msgstr "Kontakten er fjernet."
-
-#: ../../mod/contacts.php:263
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Du er gjensidig venn med %s"
-
-#: ../../mod/contacts.php:267
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Du deler med %s"
-
-#: ../../mod/contacts.php:272
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s deler med deg"
-
-#: ../../mod/contacts.php:289
-msgid "Private communications are not available for this contact."
-msgstr "Privat kommunikasjon er ikke tilgjengelig mot denne kontakten."
-
-#: ../../mod/contacts.php:292
-msgid "Never"
-msgstr "Aldri"
-
-#: ../../mod/contacts.php:296
-msgid "(Update was successful)"
-msgstr "(Oppdatering vellykket)"
-
-#: ../../mod/contacts.php:296
-msgid "(Update was not successful)"
-msgstr "(Oppdatering mislykket)"
-
-#: ../../mod/contacts.php:298
-msgid "Suggest friends"
-msgstr "Foreslå venner"
-
-#: ../../mod/contacts.php:302
-#, php-format
-msgid "Network type: %s"
-msgstr "Nettverkstype: %s"
-
-#: ../../mod/contacts.php:305 ../../include/contact_widgets.php:190
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d felles kontakt"
-msgstr[1] "%d felles kontakter"
-
-#: ../../mod/contacts.php:310
-msgid "View all contacts"
-msgstr "Vis alle kontakter"
-
-#: ../../mod/contacts.php:315 ../../mod/contacts.php:374
-#: ../../mod/admin.php:698
-msgid "Unblock"
-msgstr "Ikke blokker"
-
-#: ../../mod/contacts.php:315 ../../mod/contacts.php:374
-#: ../../mod/admin.php:697
-msgid "Block"
-msgstr "Blokker"
-
-#: ../../mod/contacts.php:318
-msgid "Toggle Blocked status"
-msgstr ""
-
-#: ../../mod/contacts.php:321 ../../mod/contacts.php:375
-msgid "Unignore"
-msgstr "Fjern ignorering"
-
-#: ../../mod/contacts.php:324
-msgid "Toggle Ignored status"
-msgstr ""
-
-#: ../../mod/contacts.php:328
-msgid "Unarchive"
-msgstr ""
-
-#: ../../mod/contacts.php:328
-msgid "Archive"
-msgstr ""
-
-#: ../../mod/contacts.php:331
-msgid "Toggle Archive status"
-msgstr ""
-
-#: ../../mod/contacts.php:334
-msgid "Repair"
-msgstr "Reparer"
-
-#: ../../mod/contacts.php:337
-msgid "Advanced Contact Settings"
-msgstr ""
-
-#: ../../mod/contacts.php:343
-msgid "Communications lost with this contact!"
-msgstr ""
-
-#: ../../mod/contacts.php:346
-msgid "Contact Editor"
-msgstr "Endre kontakt"
-
-#: ../../mod/contacts.php:349
-msgid "Profile Visibility"
-msgstr "Profilens synlighet"
-
-#: ../../mod/contacts.php:350
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Vennligst velg profilen du ønsker å vise til %s når denne ser profilen på en sikret måte."
-
-#: ../../mod/contacts.php:351
-msgid "Contact Information / Notes"
-msgstr "Kontaktinformasjon/-notater"
-
-#: ../../mod/contacts.php:352
-msgid "Edit contact notes"
-msgstr "Endre kontaktnotater"
-
-#: ../../mod/contacts.php:357 ../../mod/contacts.php:549
-#: ../../mod/viewconnections.php:62 ../../mod/nogroup.php:40
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Besøk %ss profil [%s]"
-
-#: ../../mod/contacts.php:358
-msgid "Block/Unblock contact"
-msgstr "Blokker kontakt/fjern blokkering for kontakt"
-
-#: ../../mod/contacts.php:359
-msgid "Ignore contact"
-msgstr "Ignorer kontakt"
-
-#: ../../mod/contacts.php:360
-msgid "Repair URL settings"
-msgstr "Reparer URL-innstillinger"
-
-#: ../../mod/contacts.php:361
-msgid "View conversations"
-msgstr "Vis samtaler"
-
-#: ../../mod/contacts.php:363
-msgid "Delete contact"
-msgstr "Slett kontakt"
-
-#: ../../mod/contacts.php:367
-msgid "Last update:"
-msgstr "Siste oppdatering:"
-
-#: ../../mod/contacts.php:369
-msgid "Update public posts"
-msgstr "Oppdater offentlige innlegg"
-
-#: ../../mod/contacts.php:371 ../../mod/admin.php:1170
-msgid "Update now"
-msgstr "Oppdater nå"
-
-#: ../../mod/contacts.php:378
-msgid "Currently blocked"
-msgstr "Blokkert nå"
-
-#: ../../mod/contacts.php:379
-msgid "Currently ignored"
-msgstr "Ignorert nå"
-
-#: ../../mod/contacts.php:380
-msgid "Currently archived"
-msgstr ""
-
-#: ../../mod/contacts.php:381
-msgid ""
-"Replies/likes to your public posts may still be visible"
-msgstr ""
-
-#: ../../mod/contacts.php:434
+#: ../../include/widgets.php:123 ../../mod/connections.php:244
msgid "Suggestions"
-msgstr ""
+msgstr "Forslag"
-#: ../../mod/contacts.php:437
-msgid "Suggest potential friends"
-msgstr ""
+#: ../../include/widgets.php:124
+msgid "See more..."
+msgstr "Se mer..."
-#: ../../mod/contacts.php:440 ../../mod/group.php:191
-msgid "All Contacts"
-msgstr "Alle kontakter"
-
-#: ../../mod/contacts.php:443
-msgid "Show all contacts"
-msgstr ""
-
-#: ../../mod/contacts.php:446
-msgid "Unblocked"
-msgstr ""
-
-#: ../../mod/contacts.php:449
-msgid "Only show unblocked contacts"
-msgstr ""
-
-#: ../../mod/contacts.php:453
-msgid "Blocked"
-msgstr ""
-
-#: ../../mod/contacts.php:456
-msgid "Only show blocked contacts"
-msgstr ""
-
-#: ../../mod/contacts.php:460
-msgid "Ignored"
-msgstr ""
-
-#: ../../mod/contacts.php:463
-msgid "Only show ignored contacts"
-msgstr ""
-
-#: ../../mod/contacts.php:467
-msgid "Archived"
-msgstr ""
-
-#: ../../mod/contacts.php:470
-msgid "Only show archived contacts"
-msgstr ""
-
-#: ../../mod/contacts.php:474
-msgid "Hidden"
-msgstr ""
-
-#: ../../mod/contacts.php:477
-msgid "Only show hidden contacts"
-msgstr ""
-
-#: ../../mod/contacts.php:525
-msgid "Mutual Friendship"
-msgstr "Gjensidig vennskap"
-
-#: ../../mod/contacts.php:529
-msgid "is a fan of yours"
-msgstr "er en tilhenger av deg"
-
-#: ../../mod/contacts.php:533
-msgid "you are a fan of"
-msgstr "du er en tilhenger av"
-
-#: ../../mod/contacts.php:550 ../../mod/nogroup.php:41
-msgid "Edit contact"
-msgstr "Endre kontakt"
-
-#: ../../mod/contacts.php:571 ../../view/theme/diabook/theme.php:129
-#: ../../include/nav.php:139
-msgid "Contacts"
-msgstr "Kontakter"
-
-#: ../../mod/contacts.php:575
-msgid "Search your contacts"
-msgstr "Søk i dine kontakter"
-
-#: ../../mod/contacts.php:576 ../../mod/directory.php:59
-msgid "Finding: "
-msgstr "Fant:"
-
-#: ../../mod/contacts.php:577 ../../mod/directory.php:61
-#: ../../include/contact_widgets.php:33
-msgid "Find"
-msgstr "Finn"
-
-#: ../../mod/lostpass.php:16
-msgid "No valid account found."
-msgstr "Fant ingen gyldig konto."
-
-#: ../../mod/lostpass.php:32
-msgid "Password reset request issued. Check your email."
-msgstr "Forespørsel om å tilbakestille passord er sendt. Sjekk e-posten din."
-
-#: ../../mod/lostpass.php:43
+#: ../../include/widgets.php:146
#, php-format
-msgid "Password reset requested at %s"
-msgstr "Forespørsel om tilbakestilling av passord ved %s"
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Du har %1$.0f av %2$.0f tillate forbindelser."
-#: ../../mod/lostpass.php:45 ../../mod/lostpass.php:107
-#: ../../mod/register.php:90 ../../mod/register.php:144
-#: ../../mod/regmod.php:54 ../../mod/dfrn_confirm.php:752
-#: ../../addon/facebook/facebook.php:702
-#: ../../addon/facebook/facebook.php:1200 ../../addon/fbpost/fbpost.php:661
-#: ../../addon/public_server/public_server.php:62
-#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:3301
-#: ../../boot.php:788
-msgid "Administrator"
-msgstr "Administrator"
+#: ../../include/widgets.php:152
+msgid "Add New Connection"
+msgstr "Legg til ny forbindelse"
-#: ../../mod/lostpass.php:65
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Forespørselen kunne ikke verifiseres. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord milslyktes."
+#: ../../include/widgets.php:153
+msgid "Enter the channel address"
+msgstr "Skriv kanal-adressen"
-#: ../../mod/lostpass.php:83 ../../boot.php:925
-msgid "Password Reset"
-msgstr "Passord tilbakestilling"
+#: ../../include/widgets.php:154
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Eksempel: ola.nordmann@eksempel.no, http://eksempel.no/karinordmann"
-#: ../../mod/lostpass.php:84
-msgid "Your password has been reset as requested."
-msgstr "Ditt passord er tilbakestilt som forespurt."
+#: ../../include/widgets.php:171
+msgid "Notes"
+msgstr "Merknader"
-#: ../../mod/lostpass.php:85
-msgid "Your new password is"
-msgstr "Ditt nye passord er"
-
-#: ../../mod/lostpass.php:86
-msgid "Save or copy your new password - and then"
-msgstr "Lagre eller kopier ditt nye passord, og deretter"
-
-#: ../../mod/lostpass.php:87
-msgid "click here to login"
-msgstr "klikk her for å logge inn"
-
-#: ../../mod/lostpass.php:88
-msgid ""
-"Your password may be changed from the Settings page after "
-"successful login."
-msgstr "Passordet ditt kan endres fra siden Innstillinger etter vellykket logg inn."
-
-#: ../../mod/lostpass.php:119
-msgid "Forgot your Password?"
-msgstr "Glemte du passordet?"
-
-#: ../../mod/lostpass.php:120
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Skriv inn e-postadressen og send inn for å tilbakestille passordet ditt. Sjekk deretter e-posten din for nærmere forklaring."
-
-#: ../../mod/lostpass.php:121
-msgid "Nickname or Email: "
-msgstr "Kallenavn eller e-post:"
-
-#: ../../mod/lostpass.php:122
-msgid "Reset"
-msgstr "Tilbakestill"
-
-#: ../../mod/settings.php:30 ../../include/nav.php:137
-msgid "Account settings"
-msgstr "Kontoinnstillinger"
-
-#: ../../mod/settings.php:35
-msgid "Display settings"
-msgstr ""
-
-#: ../../mod/settings.php:41
-msgid "Connector settings"
-msgstr "Koblingsinnstillinger"
-
-#: ../../mod/settings.php:46
-msgid "Plugin settings"
-msgstr "Tilleggsinnstillinger"
-
-#: ../../mod/settings.php:51
-msgid "Connected apps"
-msgstr "Tilkoblede programmer"
-
-#: ../../mod/settings.php:56
-msgid "Export personal data"
-msgstr "Eksporter personlige data"
-
-#: ../../mod/settings.php:61
-msgid "Remove account"
-msgstr ""
-
-#: ../../mod/settings.php:69 ../../mod/newmember.php:22
-#: ../../mod/admin.php:785 ../../mod/admin.php:990
-#: ../../addon/dav/friendica/layout.fnk.php:225
-#: ../../addon/mathjax/mathjax.php:36 ../../view/theme/diabook/theme.php:643
-#: ../../view/theme/diabook/theme.php:773 ../../include/nav.php:137
-msgid "Settings"
-msgstr "Innstillinger"
-
-#: ../../mod/settings.php:113
-msgid "Missing some important data!"
-msgstr "Mangler noen viktige data!"
-
-#: ../../mod/settings.php:116 ../../mod/settings.php:569
-msgid "Update"
-msgstr "Oppdater"
-
-#: ../../mod/settings.php:221
-msgid "Failed to connect with email account using the settings provided."
-msgstr "Mislyktes i å opprette forbindelse med e-postkontoen med de oppgitte innstillingene."
-
-#: ../../mod/settings.php:226
-msgid "Email settings updated."
-msgstr "E-postinnstillinger er oppdatert."
-
-#: ../../mod/settings.php:290
-msgid "Passwords do not match. Password unchanged."
-msgstr "Passordene er ikke like. Passord uendret."
-
-#: ../../mod/settings.php:295
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr "Tomme passord er ikke lov. Passord uendret."
-
-#: ../../mod/settings.php:306
-msgid "Password changed."
-msgstr "Passord endret."
-
-#: ../../mod/settings.php:308
-msgid "Password update failed. Please try again."
-msgstr "Passordoppdatering mislyktes. Vennligst prøv igjen."
-
-#: ../../mod/settings.php:373
-msgid " Please use a shorter name."
-msgstr "Vennligst bruk et kortere navn."
-
-#: ../../mod/settings.php:375
-msgid " Name too short."
-msgstr "Navnet er for kort."
-
-#: ../../mod/settings.php:381
-msgid " Not valid email."
-msgstr "Ugyldig e-postadresse."
-
-#: ../../mod/settings.php:383
-msgid " Cannot change to that email."
-msgstr "Kan ikke endre til den e-postadressen."
-
-#: ../../mod/settings.php:437
-msgid "Private forum has no privacy permissions. Using default privacy group."
-msgstr ""
-
-#: ../../mod/settings.php:441
-msgid "Private forum has no privacy permissions and no default privacy group."
-msgstr ""
-
-#: ../../mod/settings.php:471 ../../addon/facebook/facebook.php:495
-#: ../../addon/fbpost/fbpost.php:144 ../../addon/impressum/impressum.php:78
-#: ../../addon/openstreetmap/openstreetmap.php:80
-#: ../../addon/mathjax/mathjax.php:66 ../../addon/piwik/piwik.php:105
-#: ../../addon/twitter/twitter.php:389
-msgid "Settings updated."
-msgstr "Innstillinger oppdatert."
-
-#: ../../mod/settings.php:542 ../../mod/settings.php:568
-#: ../../mod/settings.php:604
-msgid "Add application"
-msgstr "Legg til program"
-
-#: ../../mod/settings.php:546 ../../mod/settings.php:572
-#: ../../addon/statusnet/statusnet.php:570
-msgid "Consumer Key"
-msgstr "Consumer Key"
-
-#: ../../mod/settings.php:547 ../../mod/settings.php:573
-#: ../../addon/statusnet/statusnet.php:569
-msgid "Consumer Secret"
-msgstr "Consumer Secret"
-
-#: ../../mod/settings.php:548 ../../mod/settings.php:574
-msgid "Redirect"
-msgstr "Omdiriger"
-
-#: ../../mod/settings.php:549 ../../mod/settings.php:575
-msgid "Icon url"
-msgstr "Ikon URL"
-
-#: ../../mod/settings.php:560
-msgid "You can't edit this application."
-msgstr "Du kan ikke redigere dette programmet."
-
-#: ../../mod/settings.php:603
-msgid "Connected Apps"
-msgstr "Tilkoblede programmer"
-
-#: ../../mod/settings.php:607
-msgid "Client key starts with"
-msgstr "Klientnøkkelen starter med"
-
-#: ../../mod/settings.php:608
-msgid "No name"
-msgstr "Ingen navn"
-
-#: ../../mod/settings.php:609
-msgid "Remove authorization"
-msgstr "Fjern tillatelse"
-
-#: ../../mod/settings.php:620
-msgid "No Plugin settings configured"
-msgstr "Ingen tilleggsinnstillinger konfigurert"
-
-#: ../../mod/settings.php:628 ../../addon/widgets/widgets.php:123
-msgid "Plugin Settings"
-msgstr "Tilleggsinnstillinger"
-
-#: ../../mod/settings.php:640 ../../mod/settings.php:641
-#, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr "Innebygget støtte for %s forbindelse er %s"
-
-#: ../../mod/settings.php:640 ../../mod/settings.php:641
-msgid "enabled"
-msgstr "aktivert"
-
-#: ../../mod/settings.php:640 ../../mod/settings.php:641
-msgid "disabled"
-msgstr "avskrudd"
-
-#: ../../mod/settings.php:641
-msgid "StatusNet"
-msgstr "StatusNet"
-
-#: ../../mod/settings.php:673
-msgid "Email access is disabled on this site."
-msgstr "E-posttilgang er avskrudd på dette stedet."
-
-#: ../../mod/settings.php:679
-msgid "Connector Settings"
-msgstr "Koblingsinnstillinger"
-
-#: ../../mod/settings.php:684
-msgid "Email/Mailbox Setup"
-msgstr "E-post-/postboksinnstillinger"
-
-#: ../../mod/settings.php:685
-msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
-msgstr "Hvis du ønsker å kommunisere med e-postkontakter via denne tjenesten (frivillig), vennligst oppgi hvordan din postboks kontaktes."
-
-#: ../../mod/settings.php:686
-msgid "Last successful email check:"
-msgstr "Siste vellykkede e-postsjekk:"
-
-#: ../../mod/settings.php:688
-msgid "IMAP server name:"
-msgstr "IMAP-tjeners navn:"
-
-#: ../../mod/settings.php:689
-msgid "IMAP port:"
-msgstr "IMAP port:"
-
-#: ../../mod/settings.php:690
-msgid "Security:"
-msgstr "Sikkerhet:"
-
-#: ../../mod/settings.php:690 ../../mod/settings.php:695
-#: ../../addon/dav/common/wdcal_edit.inc.php:191
-msgid "None"
-msgstr "Ingen"
-
-#: ../../mod/settings.php:691
-msgid "Email login name:"
-msgstr "E-post brukernavn:"
-
-#: ../../mod/settings.php:692
-msgid "Email password:"
-msgstr "E-post passord:"
-
-#: ../../mod/settings.php:693
-msgid "Reply-to address:"
-msgstr "Svar-til-adresse:"
-
-#: ../../mod/settings.php:694
-msgid "Send public posts to all email contacts:"
-msgstr "Send offentlige meldinger til alle e-postkontakter:"
-
-#: ../../mod/settings.php:695
-msgid "Action after import:"
-msgstr ""
-
-#: ../../mod/settings.php:695
-msgid "Mark as seen"
-msgstr ""
-
-#: ../../mod/settings.php:695
-msgid "Move to folder"
-msgstr ""
-
-#: ../../mod/settings.php:696
-msgid "Move to folder:"
-msgstr ""
-
-#: ../../mod/settings.php:727 ../../mod/admin.php:402
-msgid "No special theme for mobile devices"
-msgstr ""
-
-#: ../../mod/settings.php:767
-msgid "Display Settings"
-msgstr ""
-
-#: ../../mod/settings.php:773 ../../mod/settings.php:784
-msgid "Display Theme:"
-msgstr "Vis tema:"
-
-#: ../../mod/settings.php:774
-msgid "Mobile Theme:"
-msgstr ""
-
-#: ../../mod/settings.php:775
-msgid "Update browser every xx seconds"
-msgstr ""
-
-#: ../../mod/settings.php:775
-msgid "Minimum of 10 seconds, no maximum"
-msgstr ""
-
-#: ../../mod/settings.php:776
-msgid "Number of items to display per page:"
-msgstr ""
-
-#: ../../mod/settings.php:776
-msgid "Maximum of 100 items"
-msgstr ""
-
-#: ../../mod/settings.php:777
-msgid "Don't show emoticons"
-msgstr ""
-
-#: ../../mod/settings.php:853
-msgid "Normal Account Page"
-msgstr ""
-
-#: ../../mod/settings.php:854
-msgid "This account is a normal personal profile"
-msgstr "Denne kontoen er en vanlig personlig profil"
-
-#: ../../mod/settings.php:857
-msgid "Soapbox Page"
-msgstr ""
-
-#: ../../mod/settings.php:858
-msgid "Automatically approve all connection/friend requests as read-only fans"
-msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med kun leserettigheter"
-
-#: ../../mod/settings.php:861
-msgid "Community Forum/Celebrity Account"
-msgstr ""
-
-#: ../../mod/settings.php:862
-msgid ""
-"Automatically approve all connection/friend requests as read-write fans"
-msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med lese- og skriverettigheter"
-
-#: ../../mod/settings.php:865
-msgid "Automatic Friend Page"
-msgstr ""
-
-#: ../../mod/settings.php:866
-msgid "Automatically approve all connection/friend requests as friends"
-msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som venner"
-
-#: ../../mod/settings.php:869
-msgid "Private Forum [Experimental]"
-msgstr ""
-
-#: ../../mod/settings.php:870
-msgid "Private forum - approved members only"
-msgstr ""
-
-#: ../../mod/settings.php:882
-msgid "OpenID:"
-msgstr "OpenID:"
-
-#: ../../mod/settings.php:882
-msgid "(Optional) Allow this OpenID to login to this account."
-msgstr "(Valgfritt) Tillat denne OpenID-en å logge inn i denne kontoen."
-
-#: ../../mod/settings.php:892
-msgid "Publish your default profile in your local site directory?"
-msgstr "Skal standardprofilen din publiseres i katalogen til nettstedet ditt?"
-
-#: ../../mod/settings.php:898
-msgid "Publish your default profile in the global social directory?"
-msgstr "Skal standardprofilen din publiseres i den globale sosiale katalogen?"
-
-#: ../../mod/settings.php:906
-msgid "Hide your contact/friend list from viewers of your default profile?"
-msgstr "Skjul kontakt-/venne-listen din for besøkende til standardprofilen din?"
-
-#: ../../mod/settings.php:910
-msgid "Hide your profile details from unknown viewers?"
-msgstr ""
-
-#: ../../mod/settings.php:915
-msgid "Allow friends to post to your profile page?"
-msgstr "Tillat venner å poste innlegg på din profilside?"
-
-#: ../../mod/settings.php:921
-msgid "Allow friends to tag your posts?"
-msgstr "Tillat venner å merke dine innlegg?"
-
-#: ../../mod/settings.php:927
-msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr ""
-
-#: ../../mod/settings.php:933
-msgid "Permit unknown people to send you private mail?"
-msgstr ""
-
-#: ../../mod/settings.php:941
-msgid "Profile is not published."
-msgstr "Profilen er ikke publisert."
-
-#: ../../mod/settings.php:944 ../../mod/profile_photo.php:248
-msgid "or"
-msgstr "eller"
-
-#: ../../mod/settings.php:949
-msgid "Your Identity Address is"
-msgstr "Din identitetsadresse er"
-
-#: ../../mod/settings.php:960
-msgid "Automatically expire posts after this many days:"
-msgstr ""
-
-#: ../../mod/settings.php:960
-msgid "If empty, posts will not expire. Expired posts will be deleted"
-msgstr "Tomme innlegg utgår ikke. Utgåtte innlegg slettes."
-
-#: ../../mod/settings.php:961
-msgid "Advanced expiration settings"
-msgstr ""
-
-#: ../../mod/settings.php:962
-msgid "Advanced Expiration"
-msgstr ""
-
-#: ../../mod/settings.php:963
-msgid "Expire posts:"
-msgstr ""
-
-#: ../../mod/settings.php:964
-msgid "Expire personal notes:"
-msgstr ""
-
-#: ../../mod/settings.php:965
-msgid "Expire starred posts:"
-msgstr ""
-
-#: ../../mod/settings.php:966
-msgid "Expire photos:"
-msgstr ""
-
-#: ../../mod/settings.php:967
-msgid "Only expire posts by others:"
-msgstr ""
-
-#: ../../mod/settings.php:974
-msgid "Account Settings"
-msgstr "Kontoinnstillinger"
-
-#: ../../mod/settings.php:982
-msgid "Password Settings"
-msgstr "Passordinnstillinger"
-
-#: ../../mod/settings.php:983
-msgid "New Password:"
-msgstr "Nytt passord:"
-
-#: ../../mod/settings.php:984
-msgid "Confirm:"
-msgstr "Bekreft:"
-
-#: ../../mod/settings.php:984
-msgid "Leave password fields blank unless changing"
-msgstr "La passordfeltene stå tomme hvis du ikke skal bytte"
-
-#: ../../mod/settings.php:988
-msgid "Basic Settings"
-msgstr "Grunninnstillinger"
-
-#: ../../mod/settings.php:989 ../../include/profile_advanced.php:15
-msgid "Full Name:"
-msgstr "Fullt navn:"
-
-#: ../../mod/settings.php:990
-msgid "Email Address:"
-msgstr "E-postadresse:"
-
-#: ../../mod/settings.php:991
-msgid "Your Timezone:"
-msgstr "Din tidssone:"
-
-#: ../../mod/settings.php:992
-msgid "Default Post Location:"
-msgstr "Standard oppholdssted når du poster:"
-
-#: ../../mod/settings.php:993
-msgid "Use Browser Location:"
-msgstr "Bruk nettleserens oppholdssted:"
-
-#: ../../mod/settings.php:996
-msgid "Security and Privacy Settings"
-msgstr "Sikkerhet og privatlivsinnstillinger"
-
-#: ../../mod/settings.php:998
-msgid "Maximum Friend Requests/Day:"
-msgstr "Maksimum venneforespørsler/dag:"
-
-#: ../../mod/settings.php:998 ../../mod/settings.php:1017
-msgid "(to prevent spam abuse)"
-msgstr "(for å forhindre søppelpost)"
-
-#: ../../mod/settings.php:999
-msgid "Default Post Permissions"
-msgstr "Standardtillatelser ved posting"
-
-#: ../../mod/settings.php:1000
-msgid "(click to open/close)"
-msgstr "(klikk for å åpne/lukke)"
-
-#: ../../mod/settings.php:1017
-msgid "Maximum private messages per day from unknown people:"
-msgstr ""
-
-#: ../../mod/settings.php:1020
-msgid "Notification Settings"
-msgstr "Beskjedinnstillinger"
-
-#: ../../mod/settings.php:1021
-msgid "By default post a status message when:"
-msgstr ""
-
-#: ../../mod/settings.php:1022
-msgid "accepting a friend request"
-msgstr ""
-
-#: ../../mod/settings.php:1023
-msgid "joining a forum/community"
-msgstr ""
-
-#: ../../mod/settings.php:1024
-msgid "making an interesting profile change"
-msgstr ""
-
-#: ../../mod/settings.php:1025
-msgid "Send a notification email when:"
-msgstr "Send en e-post med beskjed når:"
-
-#: ../../mod/settings.php:1026
-msgid "You receive an introduction"
-msgstr "Du mottar en introduksjon"
-
-#: ../../mod/settings.php:1027
-msgid "Your introductions are confirmed"
-msgstr "Dine introduksjoner er bekreftet"
-
-#: ../../mod/settings.php:1028
-msgid "Someone writes on your profile wall"
-msgstr "Noen skriver på veggen til profilen din"
-
-#: ../../mod/settings.php:1029
-msgid "Someone writes a followup comment"
-msgstr "Noen skriver en oppfølgingskommentar"
-
-#: ../../mod/settings.php:1030
-msgid "You receive a private message"
-msgstr "Du mottar en privat melding"
-
-#: ../../mod/settings.php:1031
-msgid "You receive a friend suggestion"
-msgstr ""
-
-#: ../../mod/settings.php:1032
-msgid "You are tagged in a post"
-msgstr ""
-
-#: ../../mod/settings.php:1033
-msgid "You are poked/prodded/etc. in a post"
-msgstr ""
-
-#: ../../mod/settings.php:1036
-msgid "Advanced Account/Page Type Settings"
-msgstr ""
-
-#: ../../mod/settings.php:1037
-msgid "Change the behaviour of this account for special situations"
-msgstr ""
-
-#: ../../mod/manage.php:91
-msgid "Manage Identities and/or Pages"
-msgstr "Behandle identiteter og/eller sider"
-
-#: ../../mod/manage.php:94
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Veksle mellom ulike identiteter eller felleskaps-/gruppesider som deler dine kontodetaljer eller som du har blitt gitt \"behandle\" tillatelser"
-
-#: ../../mod/manage.php:96
-msgid "Select an identity to manage: "
-msgstr "Velg en identitet å behandle:"
-
-#: ../../mod/network.php:97
-msgid "Search Results For:"
-msgstr ""
-
-#: ../../mod/network.php:137 ../../mod/search.php:16
-msgid "Remove term"
-msgstr "Fjern uttrykk"
-
-#: ../../mod/network.php:146 ../../mod/search.php:13
-msgid "Saved Searches"
-msgstr "Lagrede søk"
-
-#: ../../mod/network.php:147 ../../include/group.php:244
-msgid "add"
-msgstr ""
-
-#: ../../mod/network.php:287
-msgid "Commented Order"
-msgstr ""
-
-#: ../../mod/network.php:290
-msgid "Sort by Comment Date"
-msgstr ""
-
-#: ../../mod/network.php:293
-msgid "Posted Order"
-msgstr ""
-
-#: ../../mod/network.php:296
-msgid "Sort by Post Date"
-msgstr ""
-
-#: ../../mod/network.php:303
-msgid "Posts that mention or involve you"
-msgstr ""
-
-#: ../../mod/network.php:306
-msgid "New"
-msgstr ""
-
-#: ../../mod/network.php:309
-msgid "Activity Stream - by date"
-msgstr ""
-
-#: ../../mod/network.php:312
-msgid "Starred"
-msgstr ""
-
-#: ../../mod/network.php:315
-msgid "Favourite Posts"
-msgstr ""
-
-#: ../../mod/network.php:318
-msgid "Shared Links"
-msgstr ""
-
-#: ../../mod/network.php:321
-msgid "Interesting Links"
-msgstr ""
-
-#: ../../mod/network.php:388
-#, php-format
-msgid "Warning: This group contains %s member from an insecure network."
-msgid_plural ""
-"Warning: This group contains %s members from an insecure network."
-msgstr[0] "Advarsel: denne gruppen inneholder %s medlem fra et usikkert nettverk."
-msgstr[1] "Advarsel: denne gruppe inneholder %s medlemmer fra et usikkert nettverk."
-
-#: ../../mod/network.php:391
-msgid "Private messages to this group are at risk of public disclosure."
-msgstr "Private meldinger til denne gruppen risikerer å bli offentliggjort."
-
-#: ../../mod/network.php:461
-msgid "Contact: "
-msgstr "Kontakt:"
-
-#: ../../mod/network.php:463
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Private meldinger til denne personen risikerer å bli offentliggjort."
-
-#: ../../mod/network.php:468
-msgid "Invalid contact."
-msgstr "Ugyldig kontakt."
-
-#: ../../mod/notes.php:44 ../../boot.php:1696
-msgid "Personal Notes"
-msgstr "Personlige notater"
-
-#: ../../mod/notes.php:63 ../../mod/filer.php:30
-#: ../../addon/facebook/facebook.php:770
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:263
-#: ../../addon/fbpost/fbpost.php:267
-#: ../../addon/dav/friendica/layout.fnk.php:441
-#: ../../addon/dav/friendica/layout.fnk.php:488 ../../include/text.php:681
+#: ../../include/widgets.php:173 ../../include/text.php:765
+#: ../../include/text.php:779 ../../mod/filer.php:36 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:98
msgid "Save"
msgstr "Lagre"
-#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Antall daglige veggmeldinger for %s er overskredet. Melding mislyktes."
-
-#: ../../mod/wallmessage.php:56 ../../mod/message.php:59
-msgid "No recipient selected."
-msgstr "Ingen mottaker valgt."
-
-#: ../../mod/wallmessage.php:59
-msgid "Unable to check your home location."
-msgstr ""
-
-#: ../../mod/wallmessage.php:62 ../../mod/message.php:66
-msgid "Message could not be sent."
-msgstr "Meldingen kunne ikke sendes."
-
-#: ../../mod/wallmessage.php:65 ../../mod/message.php:69
-msgid "Message collection failure."
-msgstr ""
-
-#: ../../mod/wallmessage.php:68 ../../mod/message.php:72
-msgid "Message sent."
-msgstr "Melding sendt."
-
-#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
-msgid "No recipient."
-msgstr ""
-
-#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131
-#: ../../mod/message.php:242 ../../mod/message.php:250
-#: ../../include/conversation.php:833 ../../include/conversation.php:850
-msgid "Please enter a link URL:"
-msgstr "Vennligst skriv inn en lenke URL:"
-
-#: ../../mod/wallmessage.php:138 ../../mod/message.php:278
-msgid "Send Private Message"
-msgstr "Send privat melding"
-
-#: ../../mod/wallmessage.php:139
-#, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr ""
-
-#: ../../mod/wallmessage.php:140 ../../mod/message.php:279
-#: ../../mod/message.php:469
-msgid "To:"
-msgstr "Til:"
-
-#: ../../mod/wallmessage.php:141 ../../mod/message.php:284
-#: ../../mod/message.php:471
-msgid "Subject:"
-msgstr "Emne:"
-
-#: ../../mod/wallmessage.php:147 ../../mod/message.php:288
-#: ../../mod/message.php:474 ../../mod/invite.php:113
-msgid "Your message:"
-msgstr "Din melding:"
-
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendica"
-msgstr ""
-
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "Sjekkliste for nye medlemmer"
-
-#: ../../mod/newmember.php:12
-msgid ""
-"We would like to offer some tips and links to help make your experience "
-"enjoyable. Click any item to visit the relevant page. A link to this page "
-"will be visible from your home page for two weeks after your initial "
-"registration and then will quietly disappear."
-msgstr ""
-
-#: ../../mod/newmember.php:14
-msgid "Getting Started"
-msgstr ""
-
-#: ../../mod/newmember.php:18
-msgid "Friendica Walk-Through"
-msgstr ""
-
-#: ../../mod/newmember.php:18
-msgid ""
-"On your Quick Start page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to"
-" join."
-msgstr ""
-
-#: ../../mod/newmember.php:26
-msgid "Go to Your Settings"
-msgstr ""
-
-#: ../../mod/newmember.php:26
-msgid ""
-"On your Settings page - change your initial password. Also make a "
-"note of your Identity Address. This looks just like an email address - and "
-"will be useful in making friends on the free social web."
-msgstr ""
-
-#: ../../mod/newmember.php:28
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished"
-" directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
-msgstr "Se over de andre innstillingene, særlig personverninnstillingene. En katalogoppføring som ikke er publisert er som å ha skjult telefonnummer. Generelt, så bør du antakelig publisere oppføringen, med mindre dine venner eller potensielle venner vet nøyaktig hvordan de skal finne deg."
-
-#: ../../mod/newmember.php:32 ../../mod/profperm.php:103
-#: ../../view/theme/diabook/theme.php:128 ../../include/profile_advanced.php:7
-#: ../../include/profile_advanced.php:84 ../../include/nav.php:50
-#: ../../boot.php:1672
-msgid "Profile"
-msgstr "Profil"
-
-#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244
-msgid "Upload Profile Photo"
-msgstr "Last opp profilbilde"
-
-#: ../../mod/newmember.php:36
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make"
-" friends than people who do not."
-msgstr "Last opp et profilbilde hvis du ikke har gjort det allerede. Studier viser at folk som har ekte bilde av seg selv har ti ganger større sannsynlighet for å få venner enn folk som ikke gjør det."
-
-#: ../../mod/newmember.php:38
-msgid "Edit Your Profile"
-msgstr ""
-
-#: ../../mod/newmember.php:38
-msgid ""
-"Edit your default profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown"
-" visitors."
-msgstr "Du kan endre standardprofilen din slik du ønsker. Se over innstillingene som lar deg skjule vennelisten og skjule profilen fra ukjente besøkende."
-
-#: ../../mod/newmember.php:40
-msgid "Profile Keywords"
-msgstr ""
-
-#: ../../mod/newmember.php:40
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "Legg til noen offentlige nøkkelord til standardprofilen din som beskriver dine interesser. Det kan hende vi klarer å finne andre folk med liknende interesser og foreslå vennskap."
-
-#: ../../mod/newmember.php:44
-msgid "Connecting"
-msgstr ""
-
-#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
-#: ../../addon/facebook/facebook.php:728 ../../addon/fbpost/fbpost.php:239
-#: ../../include/contact_selectors.php:81
-msgid "Facebook"
-msgstr "Facebook"
-
-#: ../../mod/newmember.php:49
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
-msgstr "Tillat Facebook-koblingen hvis du har en Facebook-konto og vi vil (valgfritt) importere alle dine Facebook-venner og samtaler."
-
-#: ../../mod/newmember.php:51
-msgid ""
-"If this is your own personal server, installing the Facebook addon "
-"may ease your transition to the free social web."
-msgstr ""
-
-#: ../../mod/newmember.php:56
-msgid "Importing Emails"
-msgstr ""
-
-#: ../../mod/newmember.php:56
-msgid ""
-"Enter your email access information on your Connector Settings page if you "
-"wish to import and interact with friends or mailing lists from your email "
-"INBOX"
-msgstr ""
-
-#: ../../mod/newmember.php:58
-msgid "Go to Your Contacts Page"
-msgstr ""
-
-#: ../../mod/newmember.php:58
-msgid ""
-"Your Contacts page is your gateway to managing friendships and connecting "
-"with friends on other networks. Typically you enter their address or site "
-"URL in the Add New Contact dialog."
-msgstr ""
-
-#: ../../mod/newmember.php:60
-msgid "Go to Your Site's Directory"
-msgstr ""
-
-#: ../../mod/newmember.php:60
-msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a Connect or Follow link on "
-"their profile page. Provide your own Identity Address if requested."
-msgstr "Katalog-siden lar deg finne andre folk i dette nettverket eller andre forente nettsteder. Se etter en Connect eller Follow lenke på profilsiden deres. Oppgi din egen identitetsadresse hvis du blir forespurt om det."
-
-#: ../../mod/newmember.php:62
-msgid "Finding New People"
-msgstr ""
-
-#: ../../mod/newmember.php:62
-msgid ""
-"On the side panel of the Contacts page are several tools to find new "
-"friends. We can match people by interest, look up people by name or "
-"interest, and provide suggestions based on network relationships. On a brand"
-" new site, friend suggestions will usually begin to be populated within 24 "
-"hours."
-msgstr ""
-
-#: ../../mod/newmember.php:66 ../../include/group.php:239
-msgid "Groups"
-msgstr ""
-
-#: ../../mod/newmember.php:70
-msgid "Group Your Contacts"
-msgstr ""
-
-#: ../../mod/newmember.php:70
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with"
-" each group privately on your Network page."
-msgstr "Når du har fått noen venner, så kan du organisere dem i private samtalegrupper i sidefeltet på Kontakt-siden din, og deretter kan du samhandle med hver gruppe privat på din Nettverk-side."
-
-#: ../../mod/newmember.php:73
-msgid "Why Aren't My Posts Public?"
-msgstr ""
-
-#: ../../mod/newmember.php:73
-msgid ""
-"Friendica respects your privacy. By default, your posts will only show up to"
-" people you've added as friends. For more information, see the help section "
-"from the link above."
-msgstr ""
-
-#: ../../mod/newmember.php:78
-msgid "Getting Help"
-msgstr ""
-
-#: ../../mod/newmember.php:82
-msgid "Go to the Help Section"
-msgstr ""
-
-#: ../../mod/newmember.php:82
-msgid ""
-"Our help pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Våre hjelpesider kan leses for flere detaljer og ressurser om andre egenskaper ved programmet."
-
-#: ../../mod/attach.php:8
-msgid "Item not available."
-msgstr "Elementet er ikke tilgjengelig."
-
-#: ../../mod/attach.php:20
-msgid "Item was not found."
-msgstr "Elementet ble ikke funnet."
-
-#: ../../mod/group.php:29
-msgid "Group created."
-msgstr "Gruppen er laget."
-
-#: ../../mod/group.php:35
-msgid "Could not create group."
-msgstr "Kunne ikke lage gruppen."
-
-#: ../../mod/group.php:47 ../../mod/group.php:137
-msgid "Group not found."
-msgstr "Fant ikke gruppen."
-
-#: ../../mod/group.php:60
-msgid "Group name changed."
-msgstr "Gruppenavnet er endret"
-
-#: ../../mod/group.php:72 ../../mod/profperm.php:19 ../../index.php:316
-msgid "Permission denied"
-msgstr "Tilgang nektet"
-
-#: ../../mod/group.php:90
-msgid "Create a group of contacts/friends."
-msgstr "Lag en gruppe med kontakter/venner."
-
-#: ../../mod/group.php:91 ../../mod/group.php:177
-msgid "Group Name: "
-msgstr "Gruppenavn:"
-
-#: ../../mod/group.php:110
-msgid "Group removed."
-msgstr "Gruppe fjernet."
-
-#: ../../mod/group.php:112
-msgid "Unable to remove group."
-msgstr "Mislyktes med å fjerne gruppe."
-
-#: ../../mod/group.php:176
-msgid "Group Editor"
-msgstr "Gruppebehandler"
-
-#: ../../mod/group.php:189
-msgid "Members"
-msgstr "Medlemmer"
-
-#: ../../mod/group.php:221 ../../mod/profperm.php:105
-msgid "Click on a contact to add or remove."
-msgstr "Klikk på en kontakt for å legge til eller fjerne."
-
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
-msgstr "Ugyldig profilidentifikator."
-
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr "Behandle profilsynlighet"
-
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "Synlig for"
-
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Alle kontakter (med sikret profiltilgang)"
-
-#: ../../mod/viewconnections.php:39
-msgid "No contacts."
-msgstr "Ingen kontakter."
-
-#: ../../mod/viewconnections.php:76 ../../include/text.php:618
-msgid "View Contacts"
-msgstr "Vis kontakter"
-
-#: ../../mod/register.php:88 ../../mod/regmod.php:52
-#, php-format
-msgid "Registration details for %s"
-msgstr "Registeringsdetaljer for %s"
-
-#: ../../mod/register.php:96
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Vellykket registrering. Vennligst sjekk e-posten din for videre instruksjoner."
-
-#: ../../mod/register.php:100
-msgid "Failed to send email message. Here is the message that failed."
-msgstr "Mislyktes med å sende e-postmelding. Her er meldingen som mislyktes."
-
-#: ../../mod/register.php:105
-msgid "Your registration can not be processed."
-msgstr "Din registrering kan ikke behandles."
-
-#: ../../mod/register.php:142
-#, php-format
-msgid "Registration request at %s"
-msgstr "Henvendelse om registrering ved %s"
-
-#: ../../mod/register.php:151
-msgid "Your registration is pending approval by the site owner."
-msgstr "Din registrering venter på godkjenning fra eier av stedet."
-
-#: ../../mod/register.php:189
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr ""
-
-#: ../../mod/register.php:217
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Du kan (valgfritt) fylle ut dette skjemaet via OpenID ved å oppgi din OpenID og klikke \"Registrer\"."
-
-#: ../../mod/register.php:218
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Hvis du ikke er kjent med OpenID, vennligst la feltet stå tomt, og fyll ut de andre feltene."
-
-#: ../../mod/register.php:219
-msgid "Your OpenID (optional): "
-msgstr "Din OpenID (valgfritt):"
-
-#: ../../mod/register.php:233
-msgid "Include your profile in member directory?"
-msgstr "Legg til profilen din i medlemskatalogen?"
-
-#: ../../mod/register.php:255
-msgid "Membership on this site is by invitation only."
-msgstr "Medlemskap ved dette nettstedet skjer bare på invitasjon."
-
-#: ../../mod/register.php:256
-msgid "Your invitation ID: "
-msgstr "Din invitasjons-ID:"
-
-#: ../../mod/register.php:259 ../../mod/admin.php:444
-msgid "Registration"
-msgstr "Registrering"
-
-#: ../../mod/register.php:267
-msgid "Your Full Name (e.g. Joe Smith): "
-msgstr "Ditt fulle navn (f.eks. Ola Nordmann):"
-
-#: ../../mod/register.php:268
-msgid "Your Email Address: "
-msgstr "Din e-postadresse:"
-
-#: ../../mod/register.php:269
-msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be "
-"'nickname@$sitename'."
-msgstr "Velg et kallenavn til profilen. Dette må begynne med en bokstav. Din profiladresse på dette stedet vil bli \"kallenavn@$sitename\"."
-
-#: ../../mod/register.php:270
-msgid "Choose a nickname: "
-msgstr "Velg et kallenavn:"
-
-#: ../../mod/register.php:273 ../../include/nav.php:81 ../../boot.php:887
-msgid "Register"
-msgstr "Registrer"
-
-#: ../../mod/dirfind.php:26
-msgid "People Search"
-msgstr "Personsøk"
-
-#: ../../mod/like.php:145 ../../mod/like.php:298 ../../mod/tagger.php:62
-#: ../../addon/facebook/facebook.php:1598
-#: ../../addon/communityhome/communityhome.php:158
-#: ../../addon/communityhome/communityhome.php:167
-#: ../../view/theme/diabook/theme.php:565
-#: ../../view/theme/diabook/theme.php:574 ../../include/diaspora.php:1824
-#: ../../include/conversation.php:120 ../../include/conversation.php:129
-#: ../../include/conversation.php:248 ../../include/conversation.php:257
-msgid "status"
-msgstr "status"
-
-#: ../../mod/like.php:162 ../../addon/facebook/facebook.php:1602
-#: ../../addon/communityhome/communityhome.php:172
-#: ../../view/theme/diabook/theme.php:579 ../../include/diaspora.php:1840
-#: ../../include/conversation.php:136
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s liker %2$s's %3$s"
-
-#: ../../mod/like.php:164 ../../include/conversation.php:139
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s liker ikke %2$s's %3$s"
-
-#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159
-#: ../../mod/admin.php:734 ../../mod/admin.php:933 ../../mod/display.php:29
-#: ../../mod/display.php:145 ../../include/items.php:3779
-msgid "Item not found."
-msgstr "Enheten ble ikke funnet."
-
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
-msgstr ""
-
-#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130
-#: ../../include/nav.php:51 ../../boot.php:1679
-msgid "Photos"
-msgstr "Bilder"
-
-#: ../../mod/fbrowser.php:96
-msgid "Files"
-msgstr ""
-
-#: ../../mod/regmod.php:61
-msgid "Account approved."
-msgstr "Konto godkjent."
-
-#: ../../mod/regmod.php:98
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registreringen til %s er trukket tilbake"
-
-#: ../../mod/regmod.php:110
-msgid "Please login."
-msgstr "Vennligst logg inn."
-
-#: ../../mod/item.php:91
-msgid "Unable to locate original post."
-msgstr "Mislyktes med å lokalisere opprinnelig melding."
-
-#: ../../mod/item.php:275
-msgid "Empty post discarded."
-msgstr "Tom melding forkastet."
-
-#: ../../mod/item.php:407 ../../mod/wall_upload.php:133
-#: ../../mod/wall_upload.php:142 ../../mod/wall_upload.php:149
-#: ../../include/message.php:144
-msgid "Wall Photos"
-msgstr "Veggbilder"
-
-#: ../../mod/item.php:820
-msgid "System error. Post not saved."
-msgstr "Systemfeil. Meldingen ble ikke lagret."
-
-#: ../../mod/item.php:845
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr ""
-
-#: ../../mod/item.php:847
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Du kan besøke dem online på %s"
-
-#: ../../mod/item.php:848
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Vennligst kontakt avsenderen ved å svare på denne meldingen hvis du ikke ønsker å motta disse meldingene."
-
-#: ../../mod/item.php:850
-#, php-format
-msgid "%s posted an update."
-msgstr "%s postet en oppdatering."
-
-#: ../../mod/mood.php:62 ../../include/conversation.php:226
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr ""
-
-#: ../../mod/mood.php:133
-msgid "Mood"
-msgstr ""
-
-#: ../../mod/mood.php:134
-msgid "Set your current mood and tell your friends"
-msgstr ""
-
-#: ../../mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
-msgstr "Bildet ble lastet opp, men beskjæringen mislyktes."
-
-#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84
-#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Reduksjon av bildestørrelse [%s] mislyktes."
-
-#: ../../mod/profile_photo.php:118
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Shift-last-siden-på-nytt eller slett mellomlagret i nettleseren hvis det nye bildet ikke vises umiddelbart."
-
-#: ../../mod/profile_photo.php:128
-msgid "Unable to process image"
-msgstr "Mislyktes med å behandle bilde"
-
-#: ../../mod/profile_photo.php:144 ../../mod/wall_upload.php:88
-#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "Bildets størrelse overstiger størrelsesbegrensningen på %d"
-
-#: ../../mod/profile_photo.php:242
-msgid "Upload File:"
-msgstr "Last opp fil:"
-
-#: ../../mod/profile_photo.php:243
-msgid "Select a profile:"
-msgstr ""
-
-#: ../../mod/profile_photo.php:245
-#: ../../addon/dav/friendica/layout.fnk.php:152
-msgid "Upload"
-msgstr "Last opp"
-
-#: ../../mod/profile_photo.php:248
-msgid "skip this step"
-msgstr "hopp over dette steget"
-
-#: ../../mod/profile_photo.php:248
-msgid "select a photo from your photo albums"
-msgstr "velg et bilde fra dine fotoalbum"
-
-#: ../../mod/profile_photo.php:262
-msgid "Crop Image"
-msgstr "Beskjær bilde"
-
-#: ../../mod/profile_photo.php:263
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Vennligst juster beskjæringen av bildet for optimal visning."
-
-#: ../../mod/profile_photo.php:265
-msgid "Done Editing"
-msgstr "Behandling ferdig"
-
-#: ../../mod/profile_photo.php:299
-msgid "Image uploaded successfully."
-msgstr "Bilde ble lastet opp."
-
-#: ../../mod/hcard.php:10
-msgid "No profile"
-msgstr "Ingen profil"
-
-#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
-msgid "Remove My Account"
-msgstr "Slett min konto"
-
-#: ../../mod/removeme.php:46
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Dette vil slette din konto fullstendig. Når dette er gjort kan den ikke gjenopprettes."
-
-#: ../../mod/removeme.php:47
-msgid "Please enter your password for verification:"
-msgstr "Vennligst skriv inn ditt passord for å bekrefte:"
-
-#: ../../mod/message.php:9 ../../include/nav.php:131
+#: ../../include/widgets.php:243
+msgid "Remove term"
+msgstr "Fjern begrep"
+
+#: ../../include/widgets.php:252 ../../include/features.php:52
+msgid "Saved Searches"
+msgstr "Lagrede søk"
+
+#: ../../include/widgets.php:253 ../../include/group.php:290
+msgid "add"
+msgstr "legg til"
+
+#: ../../include/widgets.php:283 ../../include/features.php:66
+#: ../../include/contact_widgets.php:53
+msgid "Saved Folders"
+msgstr "Lagrede mapper"
+
+#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56
+#: ../../include/contact_widgets.php:90
+msgid "Everything"
+msgstr "Alt"
+
+#: ../../include/widgets.php:318
+msgid "Archives"
+msgstr "Arkiv"
+
+#: ../../include/widgets.php:370
+msgid "Refresh"
+msgstr "Forny"
+
+#: ../../include/widgets.php:371 ../../mod/connedit.php:389
+msgid "Me"
+msgstr "Meg"
+
+#: ../../include/widgets.php:372 ../../mod/connedit.php:391
+msgid "Best Friends"
+msgstr "Bestevenner"
+
+#: ../../include/widgets.php:373 ../../include/identity.php:314
+#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:392
+msgid "Friends"
+msgstr "Venner"
+
+#: ../../include/widgets.php:374
+msgid "Co-workers"
+msgstr "Medarbeidere"
+
+#: ../../include/widgets.php:375 ../../mod/connedit.php:393
+msgid "Former Friends"
+msgstr "Tidligere venner"
+
+#: ../../include/widgets.php:376 ../../mod/connedit.php:394
+msgid "Acquaintances"
+msgstr "Bekjente"
+
+#: ../../include/widgets.php:377
+msgid "Everybody"
+msgstr "Alle"
+
+#: ../../include/widgets.php:409
+msgid "Account settings"
+msgstr "Kontoinnstillinger"
+
+#: ../../include/widgets.php:415
+msgid "Channel settings"
+msgstr "Kanalinnstillinger"
+
+#: ../../include/widgets.php:421
+msgid "Additional features"
+msgstr "Tilleggsfunksjoner"
+
+#: ../../include/widgets.php:427
+msgid "Feature settings"
+msgstr "Funksjonsinnstillinger"
+
+#: ../../include/widgets.php:433
+msgid "Display settings"
+msgstr "Visningsinnstillinger"
+
+#: ../../include/widgets.php:439
+msgid "Connected apps"
+msgstr "Tilkoblede app-er"
+
+#: ../../include/widgets.php:445
+msgid "Export channel"
+msgstr "Eksporter kanal"
+
+#: ../../include/widgets.php:457
+msgid "Automatic Permissions (Advanced)"
+msgstr "Automatiske tillatelser (avansert)"
+
+#: ../../include/widgets.php:467
+msgid "Premium Channel Settings"
+msgstr "Premiumkanal-innstillinger"
+
+#: ../../include/widgets.php:476 ../../include/features.php:43
+#: ../../mod/sources.php:88
+msgid "Channel Sources"
+msgstr "Kanalkilder"
+
+#: ../../include/widgets.php:487 ../../include/nav.php:186
+#: ../../mod/admin.php:838 ../../mod/admin.php:1043
+msgid "Settings"
+msgstr "Innstillinger"
+
+#: ../../include/widgets.php:504
+msgid "Check Mail"
+msgstr "Sjekk meldinger"
+
+#: ../../include/widgets.php:509 ../../include/nav.php:177
msgid "New Message"
msgstr "Ny melding"
-#: ../../mod/message.php:63
-msgid "Unable to locate contact information."
-msgstr "Mislyktes med å finne kontaktinformasjon."
+#: ../../include/widgets.php:585
+msgid "Chat Rooms"
+msgstr "Chatrom"
-#: ../../mod/message.php:191
-msgid "Message deleted."
-msgstr "Melding slettet."
+#: ../../include/widgets.php:603
+msgid "Bookmarked Chatrooms"
+msgstr "Bokmerkede chatrom"
-#: ../../mod/message.php:221
-msgid "Conversation removed."
-msgstr "Samtale slettet."
+#: ../../include/widgets.php:621
+msgid "Suggested Chatrooms"
+msgstr "Foreslåtte chatrom"
-#: ../../mod/message.php:327
-msgid "No messages."
-msgstr "Ingen meldinger."
+#: ../../include/acl_selectors.php:235
+msgid "Visible to everybody"
+msgstr "Synlig for alle"
-#: ../../mod/message.php:334
-#, php-format
-msgid "Unknown sender - %s"
-msgstr ""
-
-#: ../../mod/message.php:337
-#, php-format
-msgid "You and %s"
-msgstr ""
-
-#: ../../mod/message.php:340
-#, php-format
-msgid "%s and You"
-msgstr ""
-
-#: ../../mod/message.php:350 ../../mod/message.php:462
-msgid "Delete conversation"
-msgstr "Slett samtale"
-
-#: ../../mod/message.php:353
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
-
-#: ../../mod/message.php:356
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/message.php:391
-msgid "Message not available."
-msgstr "Melding utilgjengelig."
-
-#: ../../mod/message.php:444
-msgid "Delete message"
-msgstr "Slett melding"
-
-#: ../../mod/message.php:464
-msgid ""
-"No secure communications available. You may be able to "
-"respond from the sender's profile page."
-msgstr ""
-
-#: ../../mod/message.php:468
-msgid "Send Reply"
-msgstr "Send svar"
-
-#: ../../mod/allfriends.php:34
-#, php-format
-msgid "Friends of %s"
-msgstr "Venner av %s"
-
-#: ../../mod/allfriends.php:40
-msgid "No friends to display."
-msgstr ""
-
-#: ../../mod/admin.php:55
-msgid "Theme settings updated."
-msgstr ""
-
-#: ../../mod/admin.php:96 ../../mod/admin.php:442
-msgid "Site"
-msgstr "Nettsted"
-
-#: ../../mod/admin.php:97 ../../mod/admin.php:688 ../../mod/admin.php:701
-msgid "Users"
-msgstr "Brukere"
-
-#: ../../mod/admin.php:98 ../../mod/admin.php:783 ../../mod/admin.php:825
-msgid "Plugins"
-msgstr "Tillegg"
-
-#: ../../mod/admin.php:99 ../../mod/admin.php:988 ../../mod/admin.php:1024
-msgid "Themes"
-msgstr ""
-
-#: ../../mod/admin.php:100
-msgid "DB updates"
-msgstr ""
-
-#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1111
-msgid "Logs"
-msgstr "Logger"
-
-#: ../../mod/admin.php:120 ../../include/nav.php:146
-msgid "Admin"
-msgstr "Administrator"
-
-#: ../../mod/admin.php:121
-msgid "Plugin Features"
-msgstr ""
-
-#: ../../mod/admin.php:123
-msgid "User registrations waiting for confirmation"
-msgstr "Brukerregistreringer venter på bekreftelse"
-
-#: ../../mod/admin.php:183 ../../mod/admin.php:669
-msgid "Normal Account"
-msgstr "Vanlig konto"
-
-#: ../../mod/admin.php:184 ../../mod/admin.php:670
-msgid "Soapbox Account"
-msgstr "Talerstol-konto"
-
-#: ../../mod/admin.php:185 ../../mod/admin.php:671
-msgid "Community/Celebrity Account"
-msgstr "Gruppe-/kjendiskonto"
-
-#: ../../mod/admin.php:186 ../../mod/admin.php:672
-msgid "Automatic Friend Account"
-msgstr "Automatisk vennekonto"
-
-#: ../../mod/admin.php:187
-msgid "Blog Account"
-msgstr ""
-
-#: ../../mod/admin.php:188
-msgid "Private Forum"
-msgstr ""
-
-#: ../../mod/admin.php:207
-msgid "Message queues"
-msgstr ""
-
-#: ../../mod/admin.php:212 ../../mod/admin.php:441 ../../mod/admin.php:687
-#: ../../mod/admin.php:782 ../../mod/admin.php:824 ../../mod/admin.php:987
-#: ../../mod/admin.php:1023 ../../mod/admin.php:1110
-msgid "Administration"
-msgstr "Administrasjon"
-
-#: ../../mod/admin.php:213
-msgid "Summary"
-msgstr "Oppsummering"
-
-#: ../../mod/admin.php:215
-msgid "Registered users"
-msgstr "Registrerte brukere"
-
-#: ../../mod/admin.php:217
-msgid "Pending registrations"
-msgstr "Ventende registreringer"
-
-#: ../../mod/admin.php:218
-msgid "Version"
-msgstr "Versjon"
-
-#: ../../mod/admin.php:220
-msgid "Active plugins"
-msgstr "Aktive tillegg"
-
-#: ../../mod/admin.php:373
-msgid "Site settings updated."
-msgstr "Nettstedets innstillinger er oppdatert."
-
-#: ../../mod/admin.php:428
-msgid "Closed"
-msgstr "Stengt"
-
-#: ../../mod/admin.php:429
-msgid "Requires approval"
-msgstr "Krever godkjenning"
-
-#: ../../mod/admin.php:430
-msgid "Open"
-msgstr "Åpen"
-
-#: ../../mod/admin.php:434
-msgid "No SSL policy, links will track page SSL state"
-msgstr ""
-
-#: ../../mod/admin.php:435
-msgid "Force all links to use SSL"
-msgstr ""
-
-#: ../../mod/admin.php:436
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr ""
-
-#: ../../mod/admin.php:445
-msgid "File upload"
-msgstr "Last opp fil"
-
-#: ../../mod/admin.php:446
-msgid "Policies"
-msgstr "Retningslinjer"
-
-#: ../../mod/admin.php:447
-msgid "Advanced"
-msgstr "Avansert"
-
-#: ../../mod/admin.php:451 ../../addon/statusnet/statusnet.php:567
-msgid "Site name"
-msgstr "Nettstedets navn"
-
-#: ../../mod/admin.php:452
-msgid "Banner/Logo"
-msgstr "Banner/logo"
-
-#: ../../mod/admin.php:453
-msgid "System language"
-msgstr "Systemspråk"
-
-#: ../../mod/admin.php:454
-msgid "System theme"
-msgstr "Systemtema"
-
-#: ../../mod/admin.php:454
-msgid ""
-"Default system theme - may be over-ridden by user profiles - change theme settings"
-msgstr ""
-
-#: ../../mod/admin.php:455
-msgid "Mobile system theme"
-msgstr ""
-
-#: ../../mod/admin.php:455
-msgid "Theme for mobile devices"
-msgstr ""
-
-#: ../../mod/admin.php:456
-msgid "SSL link policy"
-msgstr ""
-
-#: ../../mod/admin.php:456
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr ""
-
-#: ../../mod/admin.php:457
-msgid "Maximum image size"
-msgstr "Maksimum bildestørrelse"
-
-#: ../../mod/admin.php:457
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr ""
-
-#: ../../mod/admin.php:458
-msgid "Maximum image length"
-msgstr ""
-
-#: ../../mod/admin.php:458
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr ""
-
-#: ../../mod/admin.php:459
-msgid "JPEG image quality"
-msgstr ""
-
-#: ../../mod/admin.php:459
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr ""
-
-#: ../../mod/admin.php:461
-msgid "Register policy"
-msgstr "Registrer retningslinjer"
-
-#: ../../mod/admin.php:462
-msgid "Register text"
-msgstr "Registrer tekst"
-
-#: ../../mod/admin.php:462
-msgid "Will be displayed prominently on the registration page."
-msgstr ""
-
-#: ../../mod/admin.php:463
-msgid "Accounts abandoned after x days"
-msgstr ""
-
-#: ../../mod/admin.php:463
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr ""
-
-#: ../../mod/admin.php:464
-msgid "Allowed friend domains"
-msgstr "Tillate vennedomener"
-
-#: ../../mod/admin.php:464
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr ""
-
-#: ../../mod/admin.php:465
-msgid "Allowed email domains"
-msgstr "Tillate e-postdomener"
-
-#: ../../mod/admin.php:465
-msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
-msgstr ""
-
-#: ../../mod/admin.php:466
-msgid "Block public"
-msgstr "Utesteng publikum"
-
-#: ../../mod/admin.php:466
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr ""
-
-#: ../../mod/admin.php:467
-msgid "Force publish"
-msgstr "Tving publisering"
-
-#: ../../mod/admin.php:467
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr ""
-
-#: ../../mod/admin.php:468
-msgid "Global directory update URL"
-msgstr "URL for oppdatering av Global-katalog"
-
-#: ../../mod/admin.php:468
-msgid ""
-"URL to update the global directory. If this is not set, the global directory"
-" is completely unavailable to the application."
-msgstr ""
-
-#: ../../mod/admin.php:469
-msgid "Allow threaded items"
-msgstr ""
-
-#: ../../mod/admin.php:469
-msgid "Allow infinite level threading for items on this site."
-msgstr ""
-
-#: ../../mod/admin.php:470
-msgid "Private posts by default for new users"
-msgstr ""
-
-#: ../../mod/admin.php:470
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr ""
-
-#: ../../mod/admin.php:472
-msgid "Block multiple registrations"
-msgstr "Blokker flere registreringer"
-
-#: ../../mod/admin.php:472
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr ""
-
-#: ../../mod/admin.php:473
-msgid "OpenID support"
-msgstr "OpenID-støtte"
-
-#: ../../mod/admin.php:473
-msgid "OpenID support for registration and logins."
-msgstr ""
-
-#: ../../mod/admin.php:474
-msgid "Fullname check"
-msgstr "Sjekk fullt navn"
-
-#: ../../mod/admin.php:474
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr ""
-
-#: ../../mod/admin.php:475
-msgid "UTF-8 Regular expressions"
-msgstr "UTF-8 regulære uttrykk"
-
-#: ../../mod/admin.php:475
-msgid "Use PHP UTF8 regular expressions"
-msgstr ""
-
-#: ../../mod/admin.php:476
-msgid "Show Community Page"
-msgstr "Vis Felleskap-side"
-
-#: ../../mod/admin.php:476
-msgid ""
-"Display a Community page showing all recent public postings on this site."
-msgstr ""
-
-#: ../../mod/admin.php:477
-msgid "Enable OStatus support"
-msgstr "Aktiver Ostatus-støtte"
-
-#: ../../mod/admin.php:477
-msgid ""
-"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr ""
-
-#: ../../mod/admin.php:478
-msgid "Enable Diaspora support"
-msgstr ""
-
-#: ../../mod/admin.php:478
-msgid "Provide built-in Diaspora network compatibility."
-msgstr ""
-
-#: ../../mod/admin.php:479
-msgid "Only allow Friendica contacts"
-msgstr ""
-
-#: ../../mod/admin.php:479
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr ""
-
-#: ../../mod/admin.php:480
-msgid "Verify SSL"
-msgstr "Bekreft SSL"
-
-#: ../../mod/admin.php:480
-msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you"
-" cannot connect (at all) to self-signed SSL sites."
-msgstr ""
-
-#: ../../mod/admin.php:481
-msgid "Proxy user"
-msgstr "Brukernavn til mellomtjener"
-
-#: ../../mod/admin.php:482
-msgid "Proxy URL"
-msgstr "Mellomtjener URL"
-
-#: ../../mod/admin.php:483
-msgid "Network timeout"
-msgstr "Tidsavbrudd for nettverk"
-
-#: ../../mod/admin.php:483
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr ""
-
-#: ../../mod/admin.php:484
-msgid "Delivery interval"
-msgstr ""
-
-#: ../../mod/admin.php:484
-msgid ""
-"Delay background delivery processes by this many seconds to reduce system "
-"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
-"for large dedicated servers."
-msgstr ""
-
-#: ../../mod/admin.php:485
-msgid "Poll interval"
-msgstr ""
-
-#: ../../mod/admin.php:485
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr ""
-
-#: ../../mod/admin.php:486
-msgid "Maximum Load Average"
-msgstr ""
-
-#: ../../mod/admin.php:486
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr ""
-
-#: ../../mod/admin.php:503
-msgid "Update has been marked successful"
-msgstr ""
-
-#: ../../mod/admin.php:513
-#, php-format
-msgid "Executing %s failed. Check system logs."
-msgstr "Utføring av %s mislyktes. Sjekk systemlogger."
-
-#: ../../mod/admin.php:516
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr ""
-
-#: ../../mod/admin.php:520
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr ""
-
-#: ../../mod/admin.php:523
-#, php-format
-msgid "Update function %s could not be found."
-msgstr ""
-
-#: ../../mod/admin.php:538
-msgid "No failed updates."
-msgstr "Ingen mislykkede oppdateringer."
-
-#: ../../mod/admin.php:542
-msgid "Failed Updates"
-msgstr "Mislykkede oppdateringer"
-
-#: ../../mod/admin.php:543
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr ""
-
-#: ../../mod/admin.php:544
-msgid "Mark success (if update was manually applied)"
-msgstr ""
-
-#: ../../mod/admin.php:545
-msgid "Attempt to execute this update step automatically"
-msgstr ""
-
-#: ../../mod/admin.php:570
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../mod/admin.php:577
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s bruker slettet"
-msgstr[1] "%s brukere slettet"
-
-#: ../../mod/admin.php:616
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Brukeren '%s' er slettet"
-
-#: ../../mod/admin.php:624
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "Brukeren '%s' er ikke blokkert"
-
-#: ../../mod/admin.php:624
-#, php-format
-msgid "User '%s' blocked"
-msgstr "Brukeren '%s' er blokkert"
-
-#: ../../mod/admin.php:690
-msgid "select all"
-msgstr "velg alle"
-
-#: ../../mod/admin.php:691
-msgid "User registrations waiting for confirm"
-msgstr "Brukerregistreringer venter på bekreftelse"
-
-#: ../../mod/admin.php:692
-msgid "Request date"
-msgstr "Forespørselsdato"
-
-#: ../../mod/admin.php:692 ../../mod/admin.php:702
-#: ../../include/contact_selectors.php:79
-msgid "Email"
-msgstr "E-post"
-
-#: ../../mod/admin.php:693
-msgid "No registrations."
-msgstr "Ingen registreringer."
-
-#: ../../mod/admin.php:695
-msgid "Deny"
-msgstr "Nekt"
-
-#: ../../mod/admin.php:699
-msgid "Site admin"
-msgstr ""
-
-#: ../../mod/admin.php:702
-msgid "Register date"
-msgstr "Registreringsdato"
-
-#: ../../mod/admin.php:702
-msgid "Last login"
-msgstr "Siste innlogging"
-
-#: ../../mod/admin.php:702
-msgid "Last item"
-msgstr "Siste element"
-
-#: ../../mod/admin.php:702
-msgid "Account"
-msgstr "Konto"
-
-#: ../../mod/admin.php:704
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Valgte brukere vil bli slettet!\\n\\nAlt disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette disse brukerne?"
-
-#: ../../mod/admin.php:705
-msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren?"
-
-#: ../../mod/admin.php:746
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "Tillegget %s er avskrudd."
-
-#: ../../mod/admin.php:750
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "Tillegget %s er aktivert."
-
-#: ../../mod/admin.php:760 ../../mod/admin.php:958
-msgid "Disable"
-msgstr "Skru av"
-
-#: ../../mod/admin.php:762 ../../mod/admin.php:960
-msgid "Enable"
-msgstr "Aktiver"
-
-#: ../../mod/admin.php:784 ../../mod/admin.php:989
-msgid "Toggle"
-msgstr "Veksle"
-
-#: ../../mod/admin.php:792 ../../mod/admin.php:999
-msgid "Author: "
-msgstr ""
-
-#: ../../mod/admin.php:793 ../../mod/admin.php:1000
-msgid "Maintainer: "
-msgstr ""
-
-#: ../../mod/admin.php:922
-msgid "No themes found."
-msgstr ""
-
-#: ../../mod/admin.php:981
-msgid "Screenshot"
-msgstr ""
-
-#: ../../mod/admin.php:1029
-msgid "[Experimental]"
-msgstr ""
-
-#: ../../mod/admin.php:1030
-msgid "[Unsupported]"
-msgstr ""
-
-#: ../../mod/admin.php:1057
-msgid "Log settings updated."
-msgstr "Logginnstillinger er oppdatert."
-
-#: ../../mod/admin.php:1113
-msgid "Clear"
-msgstr "Tøm"
-
-#: ../../mod/admin.php:1119
-msgid "Debugging"
-msgstr "Feilsøking"
-
-#: ../../mod/admin.php:1120
-msgid "Log file"
-msgstr "Loggfil"
-
-#: ../../mod/admin.php:1120
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr ""
-
-#: ../../mod/admin.php:1121
-msgid "Log level"
-msgstr "Loggnivå"
-
-#: ../../mod/admin.php:1171
-msgid "Close"
-msgstr "Lukk"
-
-#: ../../mod/admin.php:1177
-msgid "FTP Host"
-msgstr "FTP-tjener"
-
-#: ../../mod/admin.php:1178
-msgid "FTP Path"
-msgstr "FTP-sti"
-
-#: ../../mod/admin.php:1179
-msgid "FTP User"
-msgstr "FTP-bruker"
-
-#: ../../mod/admin.php:1180
-msgid "FTP Password"
-msgstr "FTP-passord"
-
-#: ../../mod/profile.php:22 ../../boot.php:1074
-msgid "Requested profile is not available."
-msgstr ""
-
-#: ../../mod/profile.php:152 ../../mod/display.php:77
-msgid "Access to this profile has been restricted."
-msgstr "Tilgang til denne profilen er blitt begrenset."
-
-#: ../../mod/profile.php:177
-msgid "Tips for New Members"
-msgstr "Tips til nye medlemmer"
-
-#: ../../mod/ping.php:238
-msgid "{0} wants to be your friend"
-msgstr "{0} ønsker å bli din venn"
-
-#: ../../mod/ping.php:243
-msgid "{0} sent you a message"
-msgstr "{0} sendte deg en melding"
-
-#: ../../mod/ping.php:248
-msgid "{0} requested registration"
-msgstr "{0} forespurte om registrering"
-
-#: ../../mod/ping.php:254
-#, php-format
-msgid "{0} commented %s's post"
-msgstr "{0} kommenterte %s sitt innlegg"
-
-#: ../../mod/ping.php:259
-#, php-format
-msgid "{0} liked %s's post"
-msgstr "{0} likte %s sitt innlegg"
-
-#: ../../mod/ping.php:264
-#, php-format
-msgid "{0} disliked %s's post"
-msgstr "{0} likte ikke %s sitt innlegg"
-
-#: ../../mod/ping.php:269
-#, php-format
-msgid "{0} is now friends with %s"
-msgstr "{0} er nå venner med %s"
-
-#: ../../mod/ping.php:274
-msgid "{0} posted"
-msgstr "{0} postet et innlegg"
-
-#: ../../mod/ping.php:279
-#, php-format
-msgid "{0} tagged %s's post with #%s"
-msgstr "{0} merket %s sitt innlegg med #%s"
-
-#: ../../mod/ping.php:285
-msgid "{0} mentioned you in a post"
-msgstr ""
-
-#: ../../mod/nogroup.php:58
-msgid "Contacts who are not members of a group"
-msgstr ""
-
-#: ../../mod/openid.php:24
-msgid "OpenID protocol error. No ID returned."
-msgstr ""
-
-#: ../../mod/openid.php:53
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr ""
-
-#: ../../mod/openid.php:93 ../../include/auth.php:98
-#: ../../include/auth.php:161
-msgid "Login failed."
-msgstr "Innlogging mislyktes."
-
-#: ../../mod/follow.php:27
-msgid "Contact added"
-msgstr ""
-
-#: ../../mod/common.php:42
-msgid "Common Friends"
-msgstr ""
-
-#: ../../mod/common.php:78
-msgid "No contacts in common."
-msgstr ""
-
-#: ../../mod/share.php:28
-msgid "link"
-msgstr ""
-
-#: ../../mod/display.php:138
-msgid "Item has been removed."
-msgstr "Elementet har blitt slettet."
-
-#: ../../mod/apps.php:4
-msgid "Applications"
-msgstr "Programmer"
-
-#: ../../mod/apps.php:7
-msgid "No installed applications."
-msgstr "Ingen installerte programmer."
-
-#: ../../mod/search.php:85 ../../include/text.php:678
-#: ../../include/text.php:679 ../../include/nav.php:91
-msgid "Search"
-msgstr "Søk"
-
-#: ../../mod/profiles.php:21 ../../mod/profiles.php:423
-#: ../../mod/profiles.php:537 ../../mod/dfrn_confirm.php:62
-msgid "Profile not found."
-msgstr "Fant ikke profilen."
-
-#: ../../mod/profiles.php:31
-msgid "Profile Name is required."
-msgstr "Profilnavn er påkrevet."
-
-#: ../../mod/profiles.php:160
-msgid "Marital Status"
-msgstr ""
-
-#: ../../mod/profiles.php:164
-msgid "Romantic Partner"
-msgstr ""
-
-#: ../../mod/profiles.php:168
-msgid "Likes"
-msgstr ""
-
-#: ../../mod/profiles.php:172
-msgid "Dislikes"
-msgstr ""
-
-#: ../../mod/profiles.php:176
-msgid "Work/Employment"
-msgstr ""
-
-#: ../../mod/profiles.php:179
-msgid "Religion"
-msgstr ""
-
-#: ../../mod/profiles.php:183
-msgid "Political Views"
-msgstr ""
-
-#: ../../mod/profiles.php:187
-msgid "Gender"
-msgstr ""
-
-#: ../../mod/profiles.php:191
-msgid "Sexual Preference"
-msgstr ""
-
-#: ../../mod/profiles.php:195
-msgid "Homepage"
-msgstr ""
-
-#: ../../mod/profiles.php:199
-msgid "Interests"
-msgstr ""
-
-#: ../../mod/profiles.php:203
-msgid "Address"
-msgstr ""
-
-#: ../../mod/profiles.php:210 ../../addon/dav/common/wdcal_edit.inc.php:183
-msgid "Location"
-msgstr ""
-
-#: ../../mod/profiles.php:293
-msgid "Profile updated."
-msgstr "Profil oppdatert."
-
-#: ../../mod/profiles.php:360
-msgid " and "
-msgstr ""
-
-#: ../../mod/profiles.php:368
-msgid "public profile"
-msgstr ""
-
-#: ../../mod/profiles.php:371
-#, php-format
-msgid "%1$s changed %2$s to “%3$s”"
-msgstr ""
-
-#: ../../mod/profiles.php:372
-#, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr ""
-
-#: ../../mod/profiles.php:375
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr ""
-
-#: ../../mod/profiles.php:442
-msgid "Profile deleted."
-msgstr "Profil slettet."
-
-#: ../../mod/profiles.php:460 ../../mod/profiles.php:494
-msgid "Profile-"
-msgstr "Profil-"
-
-#: ../../mod/profiles.php:479 ../../mod/profiles.php:521
-msgid "New profile created."
-msgstr "Ny profil opprettet."
-
-#: ../../mod/profiles.php:500
-msgid "Profile unavailable to clone."
-msgstr "Profilen er utilgjengelig for kloning."
-
-#: ../../mod/profiles.php:562
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Skjul kontakten/vennen din fra folk som kan se denne profilen?"
-
-#: ../../mod/profiles.php:582
-msgid "Edit Profile Details"
-msgstr "Endre profildetaljer"
-
-#: ../../mod/profiles.php:584
-msgid "View this profile"
-msgstr "Vis denne profilen"
-
-#: ../../mod/profiles.php:585
-msgid "Create a new profile using these settings"
-msgstr "Opprett en ny profil med disse innstillingene"
-
-#: ../../mod/profiles.php:586
-msgid "Clone this profile"
-msgstr "Klon denne profilen"
-
-#: ../../mod/profiles.php:587
-msgid "Delete this profile"
-msgstr "Slette denne profilen"
-
-#: ../../mod/profiles.php:588
-msgid "Profile Name:"
-msgstr "Profilnavn:"
-
-#: ../../mod/profiles.php:589
-msgid "Your Full Name:"
-msgstr "Ditt fulle navn:"
-
-#: ../../mod/profiles.php:590
-msgid "Title/Description:"
-msgstr "Tittel/Beskrivelse:"
-
-#: ../../mod/profiles.php:591
-msgid "Your Gender:"
-msgstr "Ditt kjønn:"
-
-#: ../../mod/profiles.php:592
-#, php-format
-msgid "Birthday (%s):"
-msgstr "Fødselsdag (%s):"
-
-#: ../../mod/profiles.php:593
-msgid "Street Address:"
-msgstr "Gateadresse:"
-
-#: ../../mod/profiles.php:594
-msgid "Locality/City:"
-msgstr "Plassering/by:"
-
-#: ../../mod/profiles.php:595
-msgid "Postal/Zip Code:"
-msgstr "Postnummer:"
-
-#: ../../mod/profiles.php:596
-msgid "Country:"
-msgstr "Land:"
-
-#: ../../mod/profiles.php:597
-msgid "Region/State:"
-msgstr "Region/fylke:"
-
-#: ../../mod/profiles.php:598
-msgid "♥ Marital Status:"
-msgstr "♥ Sivilstand:"
-
-#: ../../mod/profiles.php:599
-msgid "Who: (if applicable)"
-msgstr "Hvem: (hvis gjeldende)"
-
-#: ../../mod/profiles.php:600
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Eksempler: kari123, Kari Nordmann, kari@example.com"
-
-#: ../../mod/profiles.php:601
-msgid "Since [date]:"
-msgstr ""
-
-#: ../../mod/profiles.php:602 ../../include/profile_advanced.php:46
-msgid "Sexual Preference:"
-msgstr "Seksuell orientering:"
-
-#: ../../mod/profiles.php:603
-msgid "Homepage URL:"
-msgstr "Hjemmeside URL:"
-
-#: ../../mod/profiles.php:604 ../../include/profile_advanced.php:50
-msgid "Hometown:"
-msgstr ""
-
-#: ../../mod/profiles.php:605 ../../include/profile_advanced.php:54
-msgid "Political Views:"
-msgstr "Politisk ståsted:"
-
-#: ../../mod/profiles.php:606
-msgid "Religious Views:"
-msgstr "Religiøst ståsted:"
-
-#: ../../mod/profiles.php:607
-msgid "Public Keywords:"
-msgstr "Offentlige nøkkelord:"
-
-#: ../../mod/profiles.php:608
-msgid "Private Keywords:"
-msgstr "Private nøkkelord:"
-
-#: ../../mod/profiles.php:609 ../../include/profile_advanced.php:62
-msgid "Likes:"
-msgstr ""
-
-#: ../../mod/profiles.php:610 ../../include/profile_advanced.php:64
-msgid "Dislikes:"
-msgstr ""
-
-#: ../../mod/profiles.php:611
-msgid "Example: fishing photography software"
-msgstr "Eksempel: fisking fotografering programvare"
-
-#: ../../mod/profiles.php:612
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Brukes for å foreslå mulige venner, kan ses av andre)"
-
-#: ../../mod/profiles.php:613
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Brukes for å søke i profiler, vises aldri til andre)"
-
-#: ../../mod/profiles.php:614
-msgid "Tell us about yourself..."
-msgstr "Fortell oss om deg selv..."
-
-#: ../../mod/profiles.php:615
-msgid "Hobbies/Interests"
-msgstr "Hobbier/interesser"
-
-#: ../../mod/profiles.php:616
-msgid "Contact information and Social Networks"
-msgstr "Kontaktinformasjon og sosiale nettverk"
-
-#: ../../mod/profiles.php:617
-msgid "Musical interests"
-msgstr "Musikksmak"
-
-#: ../../mod/profiles.php:618
-msgid "Books, literature"
-msgstr "Bøker, litteratur"
-
-#: ../../mod/profiles.php:619
-msgid "Television"
-msgstr "TV"
-
-#: ../../mod/profiles.php:620
-msgid "Film/dance/culture/entertainment"
-msgstr "Film/dans/kultur/underholdning"
-
-#: ../../mod/profiles.php:621
-msgid "Love/romance"
-msgstr "Kjærlighet/romanse"
-
-#: ../../mod/profiles.php:622
-msgid "Work/employment"
-msgstr "Arbeid/ansatt hos"
-
-#: ../../mod/profiles.php:623
-msgid "School/education"
-msgstr "Skole/utdanning"
-
-#: ../../mod/profiles.php:628
-msgid ""
-"This is your public profile. It may "
-"be visible to anybody using the internet."
-msgstr "Dette er din offentlige profil. Den kan ses av alle på Internet."
-
-#: ../../mod/profiles.php:638 ../../mod/directory.php:111
-msgid "Age: "
-msgstr "Alder:"
-
-#: ../../mod/profiles.php:677
-msgid "Edit/Manage Profiles"
-msgstr "Rediger/Behandle profiler"
-
-#: ../../mod/profiles.php:678 ../../boot.php:1192
-msgid "Change profile photo"
-msgstr "Endre profilbilde"
-
-#: ../../mod/profiles.php:679 ../../boot.php:1193
-msgid "Create New Profile"
-msgstr "Lag ny profil"
-
-#: ../../mod/profiles.php:690 ../../boot.php:1203
-msgid "Profile Image"
-msgstr "Profilbilde"
-
-#: ../../mod/profiles.php:692 ../../boot.php:1206
-msgid "visible to everybody"
-msgstr "synlig for alle"
-
-#: ../../mod/profiles.php:693 ../../boot.php:1207
-msgid "Edit visibility"
-msgstr "Endre synlighet"
-
-#: ../../mod/filer.php:29 ../../include/conversation.php:837
-#: ../../include/conversation.php:854
-msgid "Save to Folder:"
-msgstr ""
-
-#: ../../mod/filer.php:29
-msgid "- select -"
-msgstr ""
-
-#: ../../mod/tagger.php:95 ../../include/conversation.php:265
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr ""
-
-#: ../../mod/delegate.php:95
-msgid "No potential page delegates located."
-msgstr ""
-
-#: ../../mod/delegate.php:121
-msgid "Delegate Page Management"
-msgstr "Deleger sidebehandling"
-
-#: ../../mod/delegate.php:123
-msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr "Delegater kan behandle alle sider ved denne kontoen/siden, bortsett fra grunnleggende kontoinnstillinger. Vennligst ikke deleger din personlige konto til noen som du ikke stoler fullt og fast på."
-
-#: ../../mod/delegate.php:124
-msgid "Existing Page Managers"
-msgstr "Eksisterende sidebehandlere"
-
-#: ../../mod/delegate.php:126
-msgid "Existing Page Delegates"
-msgstr ""
-
-#: ../../mod/delegate.php:128
-msgid "Potential Delegates"
-msgstr ""
-
-#: ../../mod/delegate.php:131
-msgid "Add"
-msgstr ""
-
-#: ../../mod/delegate.php:132
-msgid "No entries."
-msgstr ""
-
-#: ../../mod/babel.php:17
-msgid "Source (bbcode) text:"
-msgstr ""
-
-#: ../../mod/babel.php:23
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr ""
-
-#: ../../mod/babel.php:31
-msgid "Source input: "
-msgstr ""
-
-#: ../../mod/babel.php:35
-msgid "bb2html: "
-msgstr ""
-
-#: ../../mod/babel.php:39
-msgid "bb2html2bb: "
-msgstr ""
-
-#: ../../mod/babel.php:43
-msgid "bb2md: "
-msgstr ""
-
-#: ../../mod/babel.php:47
-msgid "bb2md2html: "
-msgstr ""
-
-#: ../../mod/babel.php:51
-msgid "bb2dia2bb: "
-msgstr ""
-
-#: ../../mod/babel.php:55
-msgid "bb2md2html2bb: "
-msgstr ""
-
-#: ../../mod/babel.php:65
-msgid "Source input (Diaspora format): "
-msgstr ""
-
-#: ../../mod/babel.php:70
-msgid "diaspora2bb: "
-msgstr ""
-
-#: ../../mod/suggest.php:38 ../../view/theme/diabook/theme.php:626
-#: ../../include/contact_widgets.php:34
-msgid "Friend Suggestions"
-msgstr "Venneforslag"
-
-#: ../../mod/suggest.php:44
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr ""
-
-#: ../../mod/suggest.php:61
-msgid "Ignore/Hide"
-msgstr "Ignorér/Skjul"
-
-#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:624
-msgid "Global Directory"
-msgstr "Global katalog"
-
-#: ../../mod/directory.php:57
-msgid "Find on this site"
-msgstr ""
-
-#: ../../mod/directory.php:60
-msgid "Site Directory"
-msgstr "Stedets katalog"
-
-#: ../../mod/directory.php:114
-msgid "Gender: "
-msgstr "Kjønn:"
-
-#: ../../mod/directory.php:136 ../../include/profile_advanced.php:17
-#: ../../boot.php:1228
-msgid "Gender:"
-msgstr "Kjønn:"
-
-#: ../../mod/directory.php:138 ../../include/profile_advanced.php:37
-#: ../../boot.php:1231
-msgid "Status:"
-msgstr "Status:"
-
-#: ../../mod/directory.php:140 ../../include/profile_advanced.php:48
-#: ../../boot.php:1233
-msgid "Homepage:"
-msgstr "Hjemmeside:"
-
-#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58
-msgid "About:"
-msgstr "Om:"
-
-#: ../../mod/directory.php:180
-msgid "No entries (some entries may be hidden)."
-msgstr "Ingen oppføringer (noen oppføringer kan være skjulte)."
-
-#: ../../mod/invite.php:35
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s: Ugyldig e-postadresse."
-
-#: ../../mod/invite.php:59
-msgid "Please join us on Friendica"
-msgstr ""
-
-#: ../../mod/invite.php:69
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s: Mislyktes med å levere meldingen."
-
-#: ../../mod/invite.php:73
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "one: %d melding sendt."
-msgstr[1] "other: %d meldinger sendt."
-
-#: ../../mod/invite.php:92
-msgid "You have no more invitations available"
-msgstr "Du har ingen flere tilgjengelige invitasjoner"
-
-#: ../../mod/invite.php:100
-#, php-format
-msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
-"other sites can all connect with each other, as well as with members of many"
-" other social networks."
-msgstr ""
-
-#: ../../mod/invite.php:102
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr ""
-
-#: ../../mod/invite.php:103
-#, php-format
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks. See %s for a list of alternate Friendica "
-"sites you can join."
-msgstr ""
-
-#: ../../mod/invite.php:106
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Vi beklager. Dette systemet er for øyeblikket ikke konfigurert for forbindelser med andre offentlige nettsteder eller å invitere medlemmer."
-
-#: ../../mod/invite.php:111
-msgid "Send invitations"
-msgstr "Send invitasjoner"
-
-#: ../../mod/invite.php:112
-msgid "Enter email addresses, one per line:"
-msgstr "Skriv e-postadresser, en per linje:"
-
-#: ../../mod/invite.php:114
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr ""
-
-#: ../../mod/invite.php:116
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Du må oppgi denne invitasjonskoden: $invite_code"
-
-#: ../../mod/invite.php:116
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Når du har registrert, vennligst kontakt meg via min profilside på:"
-
-#: ../../mod/invite.php:118
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendica.com"
-msgstr ""
-
-#: ../../mod/dfrn_confirm.php:119
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr ""
-
-#: ../../mod/dfrn_confirm.php:237
-msgid "Response from remote site was not understood."
-msgstr "Forstod ikke svaret fra det andre stedet."
-
-#: ../../mod/dfrn_confirm.php:246
-msgid "Unexpected response from remote site: "
-msgstr "Uventet svar fra det andre stedet:"
-
-#: ../../mod/dfrn_confirm.php:254
-msgid "Confirmation completed successfully."
-msgstr "Sending av bekreftelse var vellykket. "
-
-#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270
-#: ../../mod/dfrn_confirm.php:277
-msgid "Remote site reported: "
-msgstr "Det andre stedet rapporterte:"
-
-#: ../../mod/dfrn_confirm.php:268
-msgid "Temporary failure. Please wait and try again."
-msgstr "Midlertidig feil. Vennligst vent og prøv igjen."
-
-#: ../../mod/dfrn_confirm.php:275
-msgid "Introduction failed or was revoked."
-msgstr "Introduksjon mislyktes eller ble trukket tilbake."
-
-#: ../../mod/dfrn_confirm.php:420
-msgid "Unable to set contact photo."
-msgstr "Fikk ikke satt kontaktbilde."
-
-#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:608
-#: ../../include/conversation.php:171
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s er nå venner med %2$s"
-
-#: ../../mod/dfrn_confirm.php:562
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "Ingen brukerregistrering funnet for '%s'"
-
-#: ../../mod/dfrn_confirm.php:572
-msgid "Our site encryption key is apparently messed up."
-msgstr "Krypteringsnøkkelen til nettstedet vårt ser ut til å være ødelagt."
-
-#: ../../mod/dfrn_confirm.php:583
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "En tom nettsteds-URL ble oppgitt eller URL-en kunne ikke dekrypteres av oss."
-
-#: ../../mod/dfrn_confirm.php:604
-msgid "Contact record was not found for you on our site."
-msgstr "Kontaktinformasjon om deg ble ikke funnet på vårt nettsted."
-
-#: ../../mod/dfrn_confirm.php:618
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr ""
-
-#: ../../mod/dfrn_confirm.php:638
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "ID-en som ble oppgitt av ditt system har en duplikat i vårt system. Det bør virke hvis du prøver igjen."
-
-#: ../../mod/dfrn_confirm.php:649
-msgid "Unable to set your contact credentials on our system."
-msgstr "Får ikke lagret din kontaktlegitamasjon på vårt system."
-
-#: ../../mod/dfrn_confirm.php:716
-msgid "Unable to update your contact profile details on our system"
-msgstr "Får ikke oppdatert kontaktdetaljene dine på vårt system."
-
-#: ../../mod/dfrn_confirm.php:750
-#, php-format
-msgid "Connection accepted at %s"
-msgstr "Tilkobling godtatt på %s"
-
-#: ../../mod/dfrn_confirm.php:799
-#, php-format
-msgid "%1$s has joined %2$s"
-msgstr ""
-
-#: ../../addon/fromgplus/fromgplus.php:29
-msgid "Google+ Import Settings"
-msgstr ""
-
-#: ../../addon/fromgplus/fromgplus.php:32
-msgid "Enable Google+ Import"
-msgstr ""
-
-#: ../../addon/fromgplus/fromgplus.php:35
-msgid "Google Account ID"
-msgstr ""
-
-#: ../../addon/fromgplus/fromgplus.php:55
-msgid "Google+ Import Settings saved."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:523
-msgid "Facebook disabled"
-msgstr "Facebook avskrudd"
-
-#: ../../addon/facebook/facebook.php:528
-msgid "Updating contacts"
-msgstr "Oppdaterer kontakter"
-
-#: ../../addon/facebook/facebook.php:551 ../../addon/fbpost/fbpost.php:192
-msgid "Facebook API key is missing."
-msgstr "Facebook API-nøkkel mangler."
-
-#: ../../addon/facebook/facebook.php:558
-msgid "Facebook Connect"
-msgstr "Facebook-kobling"
-
-#: ../../addon/facebook/facebook.php:564
-msgid "Install Facebook connector for this account."
-msgstr "Legg til Facebook-kobling for denne kontoen."
-
-#: ../../addon/facebook/facebook.php:571
-msgid "Remove Facebook connector"
-msgstr "Fjern Facebook-kobling"
-
-#: ../../addon/facebook/facebook.php:576 ../../addon/fbpost/fbpost.php:217
-msgid ""
-"Re-authenticate [This is necessary whenever your Facebook password is "
-"changed.]"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:583 ../../addon/fbpost/fbpost.php:224
-msgid "Post to Facebook by default"
-msgstr "Post til Facebook som standard"
-
-#: ../../addon/facebook/facebook.php:589
-msgid ""
-"Facebook friend linking has been disabled on this site. The following "
-"settings will have no effect."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:593
-msgid ""
-"Facebook friend linking has been disabled on this site. If you disable it, "
-"you will be unable to re-enable it."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:596
-msgid "Link all your Facebook friends and conversations on this website"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:598
-msgid ""
-"Facebook conversations consist of your profile wall and your friend"
-" stream."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:599
-msgid "On this website, your Facebook friend stream is only visible to you."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:600
-msgid ""
-"The following settings determine the privacy of your Facebook profile wall "
-"on this website."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:604
-msgid ""
-"On this website your Facebook profile wall conversations will only be "
-"visible to you"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:609
-msgid "Do not import your Facebook profile wall conversations"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:611
-msgid ""
-"If you choose to link conversations and leave both of these boxes unchecked,"
-" your Facebook profile wall will be merged with your profile wall on this "
-"website and your privacy settings on this website will be used to determine "
-"who may see the conversations."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:616
-msgid "Comma separated applications to ignore"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:700
-msgid "Problems with Facebook Real-Time Updates"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:729
-msgid "Facebook Connector Settings"
-msgstr "Innstillinger for Facebook-kobling"
-
-#: ../../addon/facebook/facebook.php:744 ../../addon/fbpost/fbpost.php:255
-msgid "Facebook API Key"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:754 ../../addon/fbpost/fbpost.php:262
-msgid ""
-"Error: it appears that you have specified the App-ID and -Secret in your "
-".htconfig.php file. As long as they are specified there, they cannot be set "
-"using this form.
"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:759
-msgid ""
-"Error: the given API Key seems to be incorrect (the application access token"
-" could not be retrieved)."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:761
-msgid "The given API Key seems to work correctly."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:763
-msgid ""
-"The correctness of the API Key could not be detected. Something strange's "
-"going on."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:766 ../../addon/fbpost/fbpost.php:264
-msgid "App-ID / API-Key"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:767 ../../addon/fbpost/fbpost.php:265
-msgid "Application secret"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:768
-#, php-format
-msgid "Polling Interval in minutes (minimum %1$s minutes)"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:769
-msgid ""
-"Synchronize comments (no comments on Facebook are missed, at the cost of "
-"increased system load)"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:773
-msgid "Real-Time Updates"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:777
-msgid "Real-Time Updates are activated."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:778
-msgid "Deactivate Real-Time Updates"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:780
-msgid "Real-Time Updates not activated."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:780
-msgid "Activate Real-Time Updates"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:799 ../../addon/fbpost/fbpost.php:282
-#: ../../addon/dav/friendica/layout.fnk.php:361
-msgid "The new values have been saved."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:823 ../../addon/fbpost/fbpost.php:301
-msgid "Post to Facebook"
-msgstr "Post til Facebook"
-
-#: ../../addon/facebook/facebook.php:921 ../../addon/fbpost/fbpost.php:399
-msgid ""
-"Post to Facebook cancelled because of multi-network access permission "
-"conflict."
-msgstr "Posting til Facebook avbrutt på grunn av konflikt med tilgangsrettigheter i multi-nettverk."
-
-#: ../../addon/facebook/facebook.php:1149 ../../addon/fbpost/fbpost.php:610
-msgid "View on Friendica"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:1182 ../../addon/fbpost/fbpost.php:643
-msgid "Facebook post failed. Queued for retry."
-msgstr "Facebook-innlegg mislyktes. Innlegget er lagt i kø for å prøve igjen."
-
-#: ../../addon/facebook/facebook.php:1222 ../../addon/fbpost/fbpost.php:683
-msgid "Your Facebook connection became invalid. Please Re-authenticate."
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:1223 ../../addon/fbpost/fbpost.php:684
-msgid "Facebook connection became invalid"
-msgstr ""
-
-#: ../../addon/facebook/facebook.php:1224 ../../addon/fbpost/fbpost.php:685
-#, php-format
-msgid ""
-"Hi %1$s,\n"
-"\n"
-"The connection between your accounts on %2$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3$sre-authenticate the Facebook-connector%4$s."
-msgstr ""
-
-#: ../../addon/snautofollow/snautofollow.php:32
-msgid "StatusNet AutoFollow settings updated."
-msgstr ""
-
-#: ../../addon/snautofollow/snautofollow.php:56
-msgid "StatusNet AutoFollow Settings"
-msgstr ""
-
-#: ../../addon/snautofollow/snautofollow.php:58
-msgid "Automatically follow any StatusNet followers/mentioners"
-msgstr ""
-
-#: ../../addon/bg/bg.php:51
-msgid "Bg settings updated."
-msgstr ""
-
-#: ../../addon/bg/bg.php:82
-msgid "Bg Settings"
-msgstr ""
-
-#: ../../addon/bg/bg.php:84 ../../addon/numfriends/numfriends.php:79
-msgid "How many contacts to display on profile sidebar"
-msgstr ""
-
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:260
-msgid "Lifetime of the cache (in hours)"
-msgstr ""
-
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:265
-msgid "Cache Statistics"
-msgstr ""
-
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:268
-msgid "Number of items"
-msgstr ""
-
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:270
-msgid "Size of the cache"
-msgstr ""
-
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:272
-msgid "Delete the whole cache"
-msgstr ""
-
-#: ../../addon/fbpost/fbpost.php:172
-msgid "Facebook Post disabled"
-msgstr ""
-
-#: ../../addon/fbpost/fbpost.php:199
-msgid "Facebook Post"
-msgstr ""
-
-#: ../../addon/fbpost/fbpost.php:205
-msgid "Install Facebook Post connector for this account."
-msgstr ""
-
-#: ../../addon/fbpost/fbpost.php:212
-msgid "Remove Facebook Post connector"
-msgstr ""
-
-#: ../../addon/fbpost/fbpost.php:240
-msgid "Facebook Post Settings"
-msgstr ""
-
-#: ../../addon/widgets/widget_like.php:58
-#, php-format
-msgid "%d person likes this"
-msgid_plural "%d people like this"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../addon/widgets/widget_like.php:61
-#, php-format
-msgid "%d person doesn't like this"
-msgid_plural "%d people don't like this"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../../addon/widgets/widget_friendheader.php:40
-msgid "Get added to this list!"
-msgstr ""
-
-#: ../../addon/widgets/widgets.php:56
-msgid "Generate new key"
-msgstr "Lag ny nøkkel"
-
-#: ../../addon/widgets/widgets.php:59
-msgid "Widgets key"
-msgstr "Nøkkel til småprogrammer"
-
-#: ../../addon/widgets/widgets.php:61
-msgid "Widgets available"
-msgstr "Småprogrammer er tilgjengelige"
-
-#: ../../addon/widgets/widget_friends.php:40
-msgid "Connect on Friendica!"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:19
-msgid "bitchslap"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:19
-msgid "bitchslapped"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:20
-msgid "shag"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:20
-msgid "shagged"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:21
-msgid "do something obscenely biological to"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:21
-msgid "did something obscenely biological to"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:22
-msgid "point out the poke feature to"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:22
-msgid "pointed out the poke feature to"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:23
-msgid "declare undying love for"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:23
-msgid "declared undying love for"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:24
-msgid "patent"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:24
-msgid "patented"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:25
-msgid "stroke beard"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:25
-msgid "stroked their beard at"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:26
-msgid ""
-"bemoan the declining standards of modern secondary and tertiary education to"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:26
-msgid ""
-"bemoans the declining standards of modern secondary and tertiary education "
-"to"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:27
-msgid "hug"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:27
-msgid "hugged"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:28
-msgid "kiss"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:28
-msgid "kissed"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:29
-msgid "raise eyebrows at"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:29
-msgid "raised their eyebrows at"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:30
-msgid "insult"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:30
-msgid "insulted"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:31
-msgid "praise"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:31
-msgid "praised"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:32
-msgid "be dubious of"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:32
-msgid "was dubious of"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:33
-msgid "eat"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:33
-msgid "ate"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:34
-msgid "giggle and fawn at"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:34
-msgid "giggled and fawned at"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:35
-msgid "doubt"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:35
-msgid "doubted"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:36
-msgid "glare"
-msgstr ""
-
-#: ../../addon/morepokes/morepokes.php:36
-msgid "glared at"
-msgstr ""
-
-#: ../../addon/yourls/yourls.php:55
-msgid "YourLS Settings"
-msgstr ""
-
-#: ../../addon/yourls/yourls.php:57
-msgid "URL: http://"
-msgstr ""
-
-#: ../../addon/yourls/yourls.php:62
-msgid "Username:"
-msgstr ""
-
-#: ../../addon/yourls/yourls.php:67
-msgid "Password:"
-msgstr ""
-
-#: ../../addon/yourls/yourls.php:72
-msgid "Use SSL "
-msgstr ""
-
-#: ../../addon/yourls/yourls.php:92
-msgid "yourls Settings saved."
-msgstr ""
-
-#: ../../addon/ljpost/ljpost.php:39
-msgid "Post to LiveJournal"
-msgstr ""
-
-#: ../../addon/ljpost/ljpost.php:70
-msgid "LiveJournal Post Settings"
-msgstr ""
-
-#: ../../addon/ljpost/ljpost.php:72
-msgid "Enable LiveJournal Post Plugin"
-msgstr ""
-
-#: ../../addon/ljpost/ljpost.php:77
-msgid "LiveJournal username"
-msgstr ""
-
-#: ../../addon/ljpost/ljpost.php:82
-msgid "LiveJournal password"
-msgstr ""
-
-#: ../../addon/ljpost/ljpost.php:87
-msgid "Post to LiveJournal by default"
-msgstr ""
-
-#: ../../addon/nsfw/nsfw.php:78
-msgid "Not Safe For Work (General Purpose Content Filter) settings"
-msgstr ""
-
-#: ../../addon/nsfw/nsfw.php:80
-msgid ""
-"This plugin looks in posts for the words/text you specify below, and "
-"collapses any content containing those keywords so it is not displayed at "
-"inappropriate times, such as sexual innuendo that may be improper in a work "
-"setting. It is polite and recommended to tag any content containing nudity "
-"with #NSFW. This filter can also match any other word/text you specify, and"
-" can thereby be used as a general purpose content filter."
-msgstr ""
-
-#: ../../addon/nsfw/nsfw.php:81
-msgid "Enable Content filter"
-msgstr ""
-
-#: ../../addon/nsfw/nsfw.php:84
-msgid "Comma separated list of keywords to hide"
-msgstr ""
-
-#: ../../addon/nsfw/nsfw.php:89
-msgid "Use /expression/ to provide regular expressions"
-msgstr ""
-
-#: ../../addon/nsfw/nsfw.php:105
-msgid "NSFW Settings saved."
-msgstr ""
-
-#: ../../addon/nsfw/nsfw.php:157
-#, php-format
-msgid "%s - Click to open/close"
-msgstr ""
-
-#: ../../addon/page/page.php:61 ../../addon/page/page.php:91
-#: ../../addon/forumlist/forumlist.php:55
-msgid "Forums"
-msgstr ""
-
-#: ../../addon/page/page.php:129 ../../addon/forumlist/forumlist.php:89
-msgid "Forums:"
-msgstr ""
-
-#: ../../addon/page/page.php:165
-msgid "Page settings updated."
-msgstr ""
-
-#: ../../addon/page/page.php:194
-msgid "Page Settings"
-msgstr ""
-
-#: ../../addon/page/page.php:196
-msgid "How many forums to display on sidebar without paging"
-msgstr ""
-
-#: ../../addon/page/page.php:199
-msgid "Randomise Page/Forum list"
-msgstr ""
-
-#: ../../addon/page/page.php:202
-msgid "Show pages/forums on profile page"
-msgstr ""
-
-#: ../../addon/planets/planets.php:150
-msgid "Planets Settings"
-msgstr ""
-
-#: ../../addon/planets/planets.php:152
-msgid "Enable Planets Plugin"
-msgstr ""
-
-#: ../../addon/communityhome/communityhome.php:28
-#: ../../addon/communityhome/communityhome.php:34
-#: ../../addon/communityhome/twillingham/communityhome.php:28
-#: ../../addon/communityhome/twillingham/communityhome.php:34
-#: ../../include/nav.php:64 ../../boot.php:912
-msgid "Login"
-msgstr "Logg inn"
-
-#: ../../addon/communityhome/communityhome.php:29
-#: ../../addon/communityhome/twillingham/communityhome.php:29
-msgid "OpenID"
-msgstr ""
-
-#: ../../addon/communityhome/communityhome.php:38
-#: ../../addon/communityhome/twillingham/communityhome.php:38
-msgid "Latest users"
-msgstr ""
-
-#: ../../addon/communityhome/communityhome.php:81
-#: ../../addon/communityhome/twillingham/communityhome.php:81
-msgid "Most active users"
-msgstr ""
-
-#: ../../addon/communityhome/communityhome.php:98
-msgid "Latest photos"
-msgstr ""
-
-#: ../../addon/communityhome/communityhome.php:133
-msgid "Latest likes"
-msgstr ""
-
-#: ../../addon/communityhome/communityhome.php:155
-#: ../../view/theme/diabook/theme.php:562 ../../include/text.php:1437
-#: ../../include/conversation.php:117 ../../include/conversation.php:245
-msgid "event"
-msgstr "hendelse"
-
-#: ../../addon/dav/common/wdcal_backend.inc.php:92
-#: ../../addon/dav/common/wdcal_backend.inc.php:166
-#: ../../addon/dav/common/wdcal_backend.inc.php:178
-#: ../../addon/dav/common/wdcal_backend.inc.php:206
-#: ../../addon/dav/common/wdcal_backend.inc.php:214
-#: ../../addon/dav/common/wdcal_backend.inc.php:229
-msgid "No access"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:30
-#: ../../addon/dav/common/wdcal_edit.inc.php:738
-msgid "Could not open component for editing"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:140
-#: ../../addon/dav/friendica/layout.fnk.php:143
-#: ../../addon/dav/friendica/layout.fnk.php:422
-msgid "Go back to the calendar"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:144
-msgid "Event data"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:146
-#: ../../addon/dav/friendica/main.php:239
-msgid "Calendar"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:163
-msgid "Special color"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:169
-msgid "Subject"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:173
-msgid "Starts"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:178
-msgid "Ends"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:185
-msgid "Description"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:188
-msgid "Recurrence"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:190
-msgid "Frequency"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:194
-#: ../../include/contact_selectors.php:59
-msgid "Daily"
-msgstr "Daglig"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:197
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Ukentlig"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:200
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Månedlig"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:203
-msgid "Yearly"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:214
-#: ../../include/datetime.php:288
-msgid "days"
-msgstr "dager"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:215
-#: ../../include/datetime.php:287
-msgid "weeks"
-msgstr "uker"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:216
-#: ../../include/datetime.php:286
-msgid "months"
-msgstr "måneder"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:217
-#: ../../include/datetime.php:285
-msgid "years"
-msgstr "år"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:218
-msgid "Interval"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:218
-msgid "All %select% %time%"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:222
-#: ../../addon/dav/common/wdcal_edit.inc.php:260
-#: ../../addon/dav/common/wdcal_edit.inc.php:481
-msgid "Days"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:231
-#: ../../addon/dav/common/wdcal_edit.inc.php:254
-#: ../../addon/dav/common/wdcal_edit.inc.php:270
-#: ../../addon/dav/common/wdcal_edit.inc.php:293
-#: ../../addon/dav/common/wdcal_edit.inc.php:305 ../../include/text.php:917
-msgid "Sunday"
-msgstr "søndag"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:235
-#: ../../addon/dav/common/wdcal_edit.inc.php:274
-#: ../../addon/dav/common/wdcal_edit.inc.php:308 ../../include/text.php:917
-msgid "Monday"
-msgstr "mandag"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:238
-#: ../../addon/dav/common/wdcal_edit.inc.php:277 ../../include/text.php:917
-msgid "Tuesday"
-msgstr "tirsdag"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:241
-#: ../../addon/dav/common/wdcal_edit.inc.php:280 ../../include/text.php:917
-msgid "Wednesday"
-msgstr "onsdag"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:244
-#: ../../addon/dav/common/wdcal_edit.inc.php:283 ../../include/text.php:917
-msgid "Thursday"
-msgstr "torsdag"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:247
-#: ../../addon/dav/common/wdcal_edit.inc.php:286 ../../include/text.php:917
-msgid "Friday"
-msgstr "fredag"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:250
-#: ../../addon/dav/common/wdcal_edit.inc.php:289 ../../include/text.php:917
-msgid "Saturday"
-msgstr "lørdag"
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:297
-msgid "First day of week:"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:350
-#: ../../addon/dav/common/wdcal_edit.inc.php:373
-msgid "Day of month"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:354
-msgid "#num#th of each month"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:357
-msgid "#num#th-last of each month"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:360
-msgid "#num#th #wkday# of each month"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:363
-msgid "#num#th-last #wkday# of each month"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:372
-#: ../../addon/dav/friendica/layout.fnk.php:255
-msgid "Month"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:377
-msgid "#num#th of the given month"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:380
-msgid "#num#th-last of the given month"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:383
-msgid "#num#th #wkday# of the given month"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:386
-msgid "#num#th-last #wkday# of the given month"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:413
-msgid "Repeat until"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:417
-msgid "Infinite"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:420
-msgid "Until the following date"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:423
-msgid "Number of times"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:429
-msgid "Exceptions"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:432
-msgid "none"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:449
-msgid "Notification"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:466
-msgid "Notify by"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:469
-msgid "E-Mail"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:470
-msgid "On Friendica / Display"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:474
-msgid "Time"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:478
-msgid "Hours"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:479
-msgid "Minutes"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:480
-msgid "Seconds"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:482
-msgid "Weeks"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:485
-msgid "before the"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:486
-msgid "start of the event"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:487
-msgid "end of the event"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:492
-msgid "Add a notification"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:687
-msgid "The event #name# will start at #date"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:696
-msgid "#name# is about to begin."
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_edit.inc.php:769
-msgid "Saved"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_configuration.php:148
-msgid "U.S. Time Format (mm/dd/YYYY)"
-msgstr ""
-
-#: ../../addon/dav/common/wdcal_configuration.php:243
-msgid "German Time Format (dd.mm.YYYY)"
-msgstr ""
-
-#: ../../addon/dav/common/dav_caldav_backend_private.inc.php:39
-msgid "Private Events"
-msgstr ""
-
-#: ../../addon/dav/common/dav_carddav_backend_private.inc.php:46
-msgid "Private Addressbooks"
-msgstr ""
-
-#: ../../addon/dav/friendica/dav_caldav_backend_virtual_friendica.inc.php:36
-msgid "Friendica-Native events"
-msgstr ""
-
-#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:36
-#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:59
-msgid "Friendica-Contacts"
-msgstr ""
-
-#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:60
-msgid "Your Friendica-Contacts"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:99
-#: ../../addon/dav/friendica/layout.fnk.php:136
-msgid ""
-"Something went wrong when trying to import the file. Sorry. Maybe some "
-"events were imported anyway."
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:131
-msgid "Something went wrong when trying to import the file. Sorry."
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:134
-msgid "The ICS-File has been imported."
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:138
-msgid "No file was uploaded."
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:147
-msgid "Import a ICS-file"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:150
-msgid "ICS-File"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:151
-msgid "Overwrite all #num# existing events"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:228
-msgid "New event"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:232
-msgid "Today"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:241
-msgid "Day"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:248
-msgid "Week"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:260
-msgid "Reload"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:271
-msgid "Date"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:313
-msgid "Error"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:380
-msgid "The calendar has been updated."
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:393
-msgid "The new calendar has been created."
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:417
-msgid "The calendar has been deleted."
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:424
-msgid "Calendar Settings"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:430
-msgid "Date format"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:439
-msgid "Time zone"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:445
-msgid "Calendars"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:487
-msgid "Create a new calendar"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:496
-msgid "Limitations"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:500
-#: ../../addon/libravatar/libravatar.php:82
-msgid "Warning"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:504
-msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:511
-msgid "Synchronizing this calendar with the iPhone"
-msgstr ""
-
-#: ../../addon/dav/friendica/layout.fnk.php:522
-msgid "Synchronizing your Friendica-Contacts with the iPhone"
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:202
-msgid ""
-"The current version of this plugin has not been set up correctly. Please "
-"contact the system administrator of your installation of friendica to fix "
-"this."
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:242
-msgid "Extended calendar with CalDAV-support"
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:279
-#: ../../addon/dav/friendica/main.php:280 ../../include/delivery.php:464
-#: ../../include/enotify.php:28 ../../include/notifier.php:710
-msgid "noreply"
-msgstr "ikke svar"
-
-#: ../../addon/dav/friendica/main.php:282
-msgid "Notification: "
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:309
-msgid "The database tables have been installed."
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:310
-msgid "An error occurred during the installation."
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:316
-msgid "The database tables have been updated."
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:317
-msgid "An error occurred during the update."
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:333
-msgid "No system-wide settings yet."
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:336
-msgid "Database status"
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:339
-msgid "Installed"
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:343
-msgid "Upgrade needed"
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:343
-msgid ""
-"Please back up all calendar data (the tables beginning with dav_*) before "
-"proceeding. While all calendar events should be converted to the new "
-"database structure, it's always safe to have a backup. Below, you can have a"
-" look at the database-queries that will be made when pressing the "
-"'update'-button."
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:343
-msgid "Upgrade"
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:346
-msgid "Not installed"
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:346
-msgid "Install"
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:350
-msgid "Unknown"
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:350
-msgid ""
-"Something really went wrong. I cannot recover from this state automatically,"
-" sorry. Please go to the database backend, back up the data, and delete all "
-"tables beginning with 'dav_' manually. Afterwards, this installation routine"
-" should be able to reinitialize the tables automatically."
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:355
-msgid "Troubleshooting"
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:356
-msgid "Manual creation of the database tables:"
-msgstr ""
-
-#: ../../addon/dav/friendica/main.php:357
-msgid "Show SQL-statements"
-msgstr ""
-
-#: ../../addon/dav/friendica/calendar.friendica.fnk.php:206
-msgid "Private Calendar"
-msgstr ""
-
-#: ../../addon/dav/friendica/calendar.friendica.fnk.php:207
-msgid "Friendica Events: Mine"
-msgstr ""
-
-#: ../../addon/dav/friendica/calendar.friendica.fnk.php:208
-msgid "Friendica Events: Contacts"
-msgstr ""
-
-#: ../../addon/dav/friendica/calendar.friendica.fnk.php:248
-msgid "Private Addresses"
-msgstr ""
-
-#: ../../addon/dav/friendica/calendar.friendica.fnk.php:249
-msgid "Friendica Contacts"
-msgstr ""
-
-#: ../../addon/uhremotestorage/uhremotestorage.php:84
-#, php-format
-msgid ""
-"Allow to use your friendica id (%s) to connecto to external unhosted-enabled"
-" storage (like ownCloud). See RemoteStorage"
-" WebFinger"
-msgstr "Tillat å bruke din friendica id (%s) for å koble til ekstern unhosted-aktivert lagring (som ownCloud). Se RemoteStorage WebFinger"
-
-#: ../../addon/uhremotestorage/uhremotestorage.php:85
-msgid "Template URL (with {category})"
-msgstr ""
-
-#: ../../addon/uhremotestorage/uhremotestorage.php:86
-msgid "OAuth end-point"
-msgstr ""
-
-#: ../../addon/uhremotestorage/uhremotestorage.php:87
-msgid "Api"
-msgstr ""
-
-#: ../../addon/membersince/membersince.php:18
-msgid "Member since:"
-msgstr ""
-
-#: ../../addon/tictac/tictac.php:20
-msgid "Three Dimensional Tic-Tac-Toe"
-msgstr "Tredimensjonal tre-på-rad"
-
-#: ../../addon/tictac/tictac.php:53
-msgid "3D Tic-Tac-Toe"
-msgstr "3D tre-på-rad"
-
-#: ../../addon/tictac/tictac.php:58
-msgid "New game"
-msgstr "Nytt spill"
-
-#: ../../addon/tictac/tictac.php:59
-msgid "New game with handicap"
-msgstr "Nytt spill med handikapp"
-
-#: ../../addon/tictac/tictac.php:60
-msgid ""
-"Three dimensional tic-tac-toe is just like the traditional game except that "
-"it is played on multiple levels simultaneously. "
-msgstr "Tredimensjonal tre-på-rad er akkurat som det vanlige spillet, bortsett fra at det spilles på flere nivåer samtidig."
-
-#: ../../addon/tictac/tictac.php:61
-msgid ""
-"In this case there are three levels. You win by getting three in a row on "
-"any level, as well as up, down, and diagonally across the different levels."
-msgstr "I dette tilfellet er det tre nivåer. Du vinner ved å få tre på rad på ethvert nivå, samt opp, ned og diagonalt på tvers av forskjellige nivåer."
-
-#: ../../addon/tictac/tictac.php:63
-msgid ""
-"The handicap game disables the center position on the middle level because "
-"the player claiming this square often has an unfair advantage."
-msgstr "Handicap-spillet skrur av midtposisjonen på det midtre nivået, fordi spilleren som tar denne posisjonen ofte får en urettferdig fordel."
-
-#: ../../addon/tictac/tictac.php:182
-msgid "You go first..."
-msgstr "Du starter først..."
-
-#: ../../addon/tictac/tictac.php:187
-msgid "I'm going first this time..."
-msgstr "Jeg starter først denne gangen..."
-
-#: ../../addon/tictac/tictac.php:193
-msgid "You won!"
-msgstr "Du vant!"
-
-#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224
-msgid "\"Cat\" game!"
-msgstr "\"Katte\"-spill!"
-
-#: ../../addon/tictac/tictac.php:222
-msgid "I won!"
-msgstr "Jeg vant!"
-
-#: ../../addon/randplace/randplace.php:169
-msgid "Randplace Settings"
-msgstr "Tilfeldig plassering"
-
-#: ../../addon/randplace/randplace.php:171
-msgid "Enable Randplace Plugin"
-msgstr "Aktiver Tilfeldig plassering-tillegget"
-
-#: ../../addon/dwpost/dwpost.php:39
-msgid "Post to Dreamwidth"
-msgstr ""
-
-#: ../../addon/dwpost/dwpost.php:70
-msgid "Dreamwidth Post Settings"
-msgstr ""
-
-#: ../../addon/dwpost/dwpost.php:72
-msgid "Enable dreamwidth Post Plugin"
-msgstr ""
-
-#: ../../addon/dwpost/dwpost.php:77
-msgid "dreamwidth username"
-msgstr ""
-
-#: ../../addon/dwpost/dwpost.php:82
-msgid "dreamwidth password"
-msgstr ""
-
-#: ../../addon/dwpost/dwpost.php:87
-msgid "Post to dreamwidth by default"
-msgstr ""
-
-#: ../../addon/drpost/drpost.php:35
-msgid "Post to Drupal"
-msgstr ""
-
-#: ../../addon/drpost/drpost.php:72
-msgid "Drupal Post Settings"
-msgstr ""
-
-#: ../../addon/drpost/drpost.php:74
-msgid "Enable Drupal Post Plugin"
-msgstr ""
-
-#: ../../addon/drpost/drpost.php:79
-msgid "Drupal username"
-msgstr ""
-
-#: ../../addon/drpost/drpost.php:84
-msgid "Drupal password"
-msgstr ""
-
-#: ../../addon/drpost/drpost.php:89
-msgid "Post Type - article,page,or blog"
-msgstr ""
-
-#: ../../addon/drpost/drpost.php:94
-msgid "Drupal site URL"
-msgstr ""
-
-#: ../../addon/drpost/drpost.php:99
-msgid "Drupal site uses clean URLS"
-msgstr ""
-
-#: ../../addon/drpost/drpost.php:104
-msgid "Post to Drupal by default"
-msgstr ""
-
-#: ../../addon/drpost/drpost.php:184 ../../addon/wppost/wppost.php:201
-#: ../../addon/blogger/blogger.php:172 ../../addon/posterous/posterous.php:189
-msgid "Post from Friendica"
-msgstr ""
-
-#: ../../addon/startpage/startpage.php:83
-msgid "Startpage Settings"
-msgstr ""
-
-#: ../../addon/startpage/startpage.php:85
-msgid "Home page to load after login - leave blank for profile wall"
-msgstr ""
-
-#: ../../addon/startpage/startpage.php:88
-msgid "Examples: "network" or "notifications/system""
-msgstr ""
-
-#: ../../addon/geonames/geonames.php:143
-msgid "Geonames settings updated."
-msgstr ""
-
-#: ../../addon/geonames/geonames.php:179
-msgid "Geonames Settings"
-msgstr ""
-
-#: ../../addon/geonames/geonames.php:181
-msgid "Enable Geonames Plugin"
-msgstr ""
-
-#: ../../addon/public_server/public_server.php:126
-#: ../../addon/testdrive/testdrive.php:94
-#, php-format
-msgid "Your account on %s will expire in a few days."
-msgstr ""
-
-#: ../../addon/public_server/public_server.php:127
-msgid "Your Friendica account is about to expire."
-msgstr ""
-
-#: ../../addon/public_server/public_server.php:128
-#, php-format
-msgid ""
-"Hi %1$s,\n"
-"\n"
-"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"
-msgstr ""
-
-#: ../../addon/js_upload/js_upload.php:43
-msgid "Upload a file"
-msgstr "Last opp en fil"
-
-#: ../../addon/js_upload/js_upload.php:44
-msgid "Drop files here to upload"
-msgstr "Slipp filer her for å laste de opp"
-
-#: ../../addon/js_upload/js_upload.php:46
-msgid "Failed"
-msgstr "Mislyktes"
-
-#: ../../addon/js_upload/js_upload.php:297
-msgid "No files were uploaded."
-msgstr "Ingen filer ble lastet opp."
-
-#: ../../addon/js_upload/js_upload.php:303
-msgid "Uploaded file is empty"
-msgstr "Opplastet fil er tom"
-
-#: ../../addon/js_upload/js_upload.php:326
-msgid "File has an invalid extension, it should be one of "
-msgstr "Filen har en ugyldig endelse, den må være en av "
-
-#: ../../addon/js_upload/js_upload.php:337
-msgid "Upload was cancelled, or server error encountered"
-msgstr "Opplasting avbrutt, eller det oppstod en feil på tjeneren"
-
-#: ../../addon/oembed.old/oembed.php:30
-msgid "OEmbed settings updated"
-msgstr "OEmbed-innstillingene er oppdatert"
-
-#: ../../addon/oembed.old/oembed.php:43
-msgid "Use OEmbed for YouTube videos"
-msgstr "Bruk OEmbed til YouTube-videoer"
-
-#: ../../addon/oembed.old/oembed.php:71
-msgid "URL to embed:"
-msgstr "URL som skal innebygges:"
-
-#: ../../addon/forumlist/forumlist.php:58
-msgid "show/hide"
-msgstr ""
-
-#: ../../addon/forumlist/forumlist.php:72
-msgid "No forum subscriptions"
-msgstr ""
-
-#: ../../addon/forumlist/forumlist.php:125
-msgid "Forumlist settings updated."
-msgstr ""
-
-#: ../../addon/forumlist/forumlist.php:150
-msgid "Forumlist Settings"
-msgstr ""
-
-#: ../../addon/forumlist/forumlist.php:152
-msgid "Randomise forum list"
-msgstr ""
-
-#: ../../addon/forumlist/forumlist.php:155
-msgid "Show forums on profile page"
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:37
-msgid "Impressum"
-msgstr "Informasjon om nettstedet"
-
-#: ../../addon/impressum/impressum.php:50
-#: ../../addon/impressum/impressum.php:52
-#: ../../addon/impressum/impressum.php:84
-msgid "Site Owner"
-msgstr "Nettstedets eier"
-
-#: ../../addon/impressum/impressum.php:50
-#: ../../addon/impressum/impressum.php:88
-msgid "Email Address"
-msgstr "E-postadresse"
-
-#: ../../addon/impressum/impressum.php:55
-#: ../../addon/impressum/impressum.php:86
-msgid "Postal Address"
-msgstr "Postadresse"
-
-#: ../../addon/impressum/impressum.php:61
-msgid ""
-"The impressum addon needs to be configured! Please add at least the "
-"owner variable to your config file. For other variables please "
-"refer to the README file of the addon."
-msgstr "Tillegget for \"Informasjon om nettstedet\" må konfigureres! Vennligst fyll ut minst eier variabelen i konfigurasjonsfilen din. For andre variabler, vennligst se over README-filen til tillegget."
-
-#: ../../addon/impressum/impressum.php:84
-msgid "The page operators name."
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:85
-msgid "Site Owners Profile"
-msgstr "Nettstedseiers profil"
-
-#: ../../addon/impressum/impressum.php:85
-msgid "Profile address of the operator."
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:86
-msgid "How to contact the operator via snail mail. You can use BBCode here."
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:87
-msgid "Notes"
-msgstr "Notater"
-
-#: ../../addon/impressum/impressum.php:87
-msgid ""
-"Additional notes that are displayed beneath the contact information. You can"
-" use BBCode here."
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:88
-msgid "How to contact the operator via email. (will be displayed obfuscated)"
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:89
-msgid "Footer note"
-msgstr ""
-
-#: ../../addon/impressum/impressum.php:89
-msgid "Text for the footer. You can use BBCode here."
-msgstr ""
-
-#: ../../addon/buglink/buglink.php:15
-msgid "Report Bug"
-msgstr ""
-
-#: ../../addon/notimeline/notimeline.php:32
-msgid "No Timeline settings updated."
-msgstr ""
-
-#: ../../addon/notimeline/notimeline.php:56
-msgid "No Timeline Settings"
-msgstr ""
-
-#: ../../addon/notimeline/notimeline.php:58
-msgid "Disable Archive selector on profile wall"
-msgstr ""
-
-#: ../../addon/blockem/blockem.php:51
-msgid "\"Blockem\" Settings"
-msgstr ""
-
-#: ../../addon/blockem/blockem.php:53
-msgid "Comma separated profile URLS to block"
-msgstr ""
-
-#: ../../addon/blockem/blockem.php:70
-msgid "BLOCKEM Settings saved."
-msgstr ""
-
-#: ../../addon/blockem/blockem.php:105
-#, php-format
-msgid "Blocked %s - Click to open/close"
-msgstr ""
-
-#: ../../addon/blockem/blockem.php:160
-msgid "Unblock Author"
-msgstr ""
-
-#: ../../addon/blockem/blockem.php:162
-msgid "Block Author"
-msgstr ""
-
-#: ../../addon/blockem/blockem.php:194
-msgid "blockem settings updated"
-msgstr ""
-
-#: ../../addon/qcomment/qcomment.php:51
-msgid ":-)"
-msgstr ""
-
-#: ../../addon/qcomment/qcomment.php:51
-msgid ":-("
-msgstr ""
-
-#: ../../addon/qcomment/qcomment.php:51
-msgid "lol"
-msgstr ""
-
-#: ../../addon/qcomment/qcomment.php:54
-msgid "Quick Comment Settings"
-msgstr ""
-
-#: ../../addon/qcomment/qcomment.php:56
-msgid ""
-"Quick comments are found near comment boxes, sometimes hidden. Click them to"
-" provide simple replies."
-msgstr ""
-
-#: ../../addon/qcomment/qcomment.php:57
-msgid "Enter quick comments, one per line"
-msgstr ""
-
-#: ../../addon/qcomment/qcomment.php:75
-msgid "Quick Comment settings saved."
-msgstr ""
-
-#: ../../addon/openstreetmap/openstreetmap.php:71
-msgid "Tile Server URL"
-msgstr ""
-
-#: ../../addon/openstreetmap/openstreetmap.php:71
-msgid ""
-"A list of public tile servers"
-msgstr ""
-
-#: ../../addon/openstreetmap/openstreetmap.php:72
-msgid "Default zoom"
-msgstr ""
-
-#: ../../addon/openstreetmap/openstreetmap.php:72
-msgid "The default zoom level. (1:world, 18:highest)"
-msgstr ""
-
-#: ../../addon/group_text/group_text.php:46
-#: ../../addon/editplain/editplain.php:46
-msgid "Editplain settings updated."
-msgstr ""
-
-#: ../../addon/group_text/group_text.php:76
-msgid "Group Text"
-msgstr ""
-
-#: ../../addon/group_text/group_text.php:78
-msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:14
-msgid "Could NOT install Libravatar successfully. It requires PHP >= 5.3"
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:73
-#: ../../addon/gravatar/gravatar.php:71
-msgid "generic profile image"
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:74
-#: ../../addon/gravatar/gravatar.php:72
-msgid "random geometric pattern"
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:75
-#: ../../addon/gravatar/gravatar.php:73
-msgid "monster face"
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:76
-#: ../../addon/gravatar/gravatar.php:74
-msgid "computer generated face"
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:77
-#: ../../addon/gravatar/gravatar.php:75
-msgid "retro arcade style face"
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:83
-#, php-format
-msgid "Your PHP version %s is lower than the required PHP >= 5.3."
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:84
-msgid "This addon is not functional on your server."
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:93
-#: ../../addon/gravatar/gravatar.php:89
-msgid "Information"
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:93
-msgid ""
-"Gravatar addon is installed. Please disable the Gravatar addon. The "
-"Libravatar addon will fall back to Gravatar if nothing was found at "
-"Libravatar."
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:100
-#: ../../addon/gravatar/gravatar.php:96
-msgid "Default avatar image"
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:100
-msgid "Select default avatar image if none was found. See README"
-msgstr ""
-
-#: ../../addon/libravatar/libravatar.php:112
-msgid "Libravatar settings updated."
-msgstr ""
-
-#: ../../addon/libertree/libertree.php:36
-msgid "Post to libertree"
-msgstr ""
-
-#: ../../addon/libertree/libertree.php:67
-msgid "libertree Post Settings"
-msgstr ""
-
-#: ../../addon/libertree/libertree.php:69
-msgid "Enable Libertree Post Plugin"
-msgstr ""
-
-#: ../../addon/libertree/libertree.php:74
-msgid "Libertree API token"
-msgstr ""
-
-#: ../../addon/libertree/libertree.php:79
-msgid "Libertree site URL"
-msgstr ""
-
-#: ../../addon/libertree/libertree.php:84
-msgid "Post to Libertree by default"
-msgstr ""
-
-#: ../../addon/altpager/altpager.php:46
-msgid "Altpager settings updated."
-msgstr ""
-
-#: ../../addon/altpager/altpager.php:79
-msgid "Alternate Pagination Setting"
-msgstr ""
-
-#: ../../addon/altpager/altpager.php:81
-msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?"
-msgstr ""
-
-#: ../../addon/mathjax/mathjax.php:37
-msgid ""
-"The MathJax addon renders mathematical formulae written using the LaTeX "
-"syntax surrounded by the usual $$ or an eqnarray block in the postings of "
-"your wall,network tab and private mail."
-msgstr ""
-
-#: ../../addon/mathjax/mathjax.php:38
-msgid "Use the MathJax renderer"
-msgstr ""
-
-#: ../../addon/mathjax/mathjax.php:74
-msgid "MathJax Base URL"
-msgstr ""
-
-#: ../../addon/mathjax/mathjax.php:74
-msgid ""
-"The URL for the javascript file that should be included to use MathJax. Can "
-"be either the MathJax CDN or another installation of MathJax."
-msgstr ""
-
-#: ../../addon/editplain/editplain.php:76
-msgid "Editplain Settings"
-msgstr ""
-
-#: ../../addon/editplain/editplain.php:78
-msgid "Disable richtext status editor"
-msgstr ""
-
-#: ../../addon/gravatar/gravatar.php:89
-msgid ""
-"Libravatar addon is installed, too. Please disable Libravatar addon or this "
-"Gravatar addon. The Libravatar addon will fall back to Gravatar if "
-"nothing was found at Libravatar."
-msgstr ""
-
-#: ../../addon/gravatar/gravatar.php:96
-msgid "Select default avatar image if none was found at Gravatar. See README"
-msgstr ""
-
-#: ../../addon/gravatar/gravatar.php:97
-msgid "Rating of images"
-msgstr ""
-
-#: ../../addon/gravatar/gravatar.php:97
-msgid "Select the appropriate avatar rating for your site. See README"
-msgstr ""
-
-#: ../../addon/gravatar/gravatar.php:111
-msgid "Gravatar settings updated."
-msgstr ""
-
-#: ../../addon/testdrive/testdrive.php:95
-msgid "Your Friendica test account is about to expire."
-msgstr ""
-
-#: ../../addon/testdrive/testdrive.php:96
-#, php-format
-msgid ""
-"Hi %1$s,\n"
-"\n"
-"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."
-msgstr ""
-
-#: ../../addon/pageheader/pageheader.php:50
-msgid "\"pageheader\" Settings"
-msgstr ""
-
-#: ../../addon/pageheader/pageheader.php:68
-msgid "pageheader Settings saved."
-msgstr ""
-
-#: ../../addon/ijpost/ijpost.php:39
-msgid "Post to Insanejournal"
-msgstr ""
-
-#: ../../addon/ijpost/ijpost.php:70
-msgid "InsaneJournal Post Settings"
-msgstr ""
-
-#: ../../addon/ijpost/ijpost.php:72
-msgid "Enable InsaneJournal Post Plugin"
-msgstr ""
-
-#: ../../addon/ijpost/ijpost.php:77
-msgid "InsaneJournal username"
-msgstr ""
-
-#: ../../addon/ijpost/ijpost.php:82
-msgid "InsaneJournal password"
-msgstr ""
-
-#: ../../addon/ijpost/ijpost.php:87
-msgid "Post to InsaneJournal by default"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:266
-msgid "Jappix Mini addon settings"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:268
-msgid "Activate addon"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:271
-msgid ""
-"Do not insert the Jappixmini Chat-Widget into the webinterface"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:274
-msgid "Jabber username"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:277
-msgid "Jabber server"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:281
-msgid "Jabber BOSH host"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:285
-msgid "Jabber password"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:290
-msgid "Encrypt Jabber password with Friendica password (recommended)"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:293
-msgid "Friendica password"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:296
-msgid "Approve subscription requests from Friendica contacts automatically"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:299
-msgid "Subscribe to Friendica contacts automatically"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:302
-msgid "Purge internal list of jabber addresses of contacts"
-msgstr ""
-
-#: ../../addon/jappixmini/jappixmini.php:308
-msgid "Add contact"
-msgstr ""
-
-#: ../../addon/viewsrc/viewsrc.php:37
-msgid "View Source"
-msgstr ""
-
-#: ../../addon/statusnet/statusnet.php:134
-msgid "Post to StatusNet"
-msgstr "Post til StatusNet"
-
-#: ../../addon/statusnet/statusnet.php:176
-msgid ""
-"Please contact your site administrator. The provided API URL is not "
-"valid."
-msgstr "Vennligst kontakt administratoren på nettstedet ditt. Den oppgitter API URL-en er ikke gyldig."
-
-#: ../../addon/statusnet/statusnet.php:204
-msgid "We could not contact the StatusNet API with the Path you entered."
-msgstr "Vi kunne ikke kontakte StatusNet API-en med den banen du oppgav."
-
-#: ../../addon/statusnet/statusnet.php:232
-msgid "StatusNet settings updated."
-msgstr "StatusNet-innstillinger er oppdatert."
-
-#: ../../addon/statusnet/statusnet.php:257
-msgid "StatusNet Posting Settings"
-msgstr "Innstillinger for posting til StatusNet"
-
-#: ../../addon/statusnet/statusnet.php:271
-msgid "Globally Available StatusNet OAuthKeys"
-msgstr "Globalt tilgjengelige StatusNet OAuthKeys"
-
-#: ../../addon/statusnet/statusnet.php:272
-msgid ""
-"There are preconfigured OAuth key pairs for some StatusNet servers "
-"available. If you are useing one of them, please use these credentials. If "
-"not feel free to connect to any other StatusNet instance (see below)."
-msgstr "Det finnes ferdig konfigurerte OAuth nøkkelpar tilgjengelig for noen StatusNet-tjenere. Hvis du bruker en av disse, vennligst bruk disse som legitimasjon. Hvis ikke, så er du fri til å opprette en forbindelse til enhver annen StatusNet-forekomst (se nedenfor)."
-
-#: ../../addon/statusnet/statusnet.php:280
-msgid "Provide your own OAuth Credentials"
-msgstr "Oppgi din egen OAuth-legitimasjon"
-
-#: ../../addon/statusnet/statusnet.php:281
-msgid ""
-"No consumer key pair for StatusNet found. Register your Friendica Account as"
-" an desktop client on your StatusNet account, copy the consumer key pair "
-"here and enter the API base root. Before you register your own OAuth "
-"key pair ask the administrator if there is already a key pair for this "
-"Friendica installation at your favorited StatusNet installation."
-msgstr ""
-
-#: ../../addon/statusnet/statusnet.php:283
-msgid "OAuth Consumer Key"
-msgstr "OAuth Consumer Key"
-
-#: ../../addon/statusnet/statusnet.php:286
-msgid "OAuth Consumer Secret"
-msgstr "OAuth Consumer Secret"
-
-#: ../../addon/statusnet/statusnet.php:289
-msgid "Base API Path (remember the trailing /)"
-msgstr "Base API Path (husk / på slutten)"
-
-#: ../../addon/statusnet/statusnet.php:310
-msgid ""
-"To connect to your StatusNet account click the button below to get a "
-"security code from StatusNet which you have to copy into the input box below"
-" and submit the form. Only your public posts will be posted"
-" to StatusNet."
-msgstr "For å koble din StatusNet-konto, klikk knappen under for å få en sikkerhetskode fra StatusNet som du må kopiere inn i tekstfeltet under, og send inn skjemaet. Det er bare dine offentlige meldinger som blir postet til StatusNet."
-
-#: ../../addon/statusnet/statusnet.php:311
-msgid "Log in with StatusNet"
-msgstr "Logg inn med StatusNet"
-
-#: ../../addon/statusnet/statusnet.php:313
-msgid "Copy the security code from StatusNet here"
-msgstr "Kopier sikkerhetskoden fra StatusNet hit"
-
-#: ../../addon/statusnet/statusnet.php:319
-msgid "Cancel Connection Process"
-msgstr "Avbryt forbindelsesprosessen"
-
-#: ../../addon/statusnet/statusnet.php:321
-msgid "Current StatusNet API is"
-msgstr "Gjeldende StatusNet API er"
-
-#: ../../addon/statusnet/statusnet.php:322
-msgid "Cancel StatusNet Connection"
-msgstr "Avbryt StatusNet-forbindelsen"
-
-#: ../../addon/statusnet/statusnet.php:333 ../../addon/twitter/twitter.php:189
-msgid "Currently connected to: "
-msgstr "For øyeblikket tilkoblet til:"
-
-#: ../../addon/statusnet/statusnet.php:334
-msgid ""
-"If enabled all your public postings can be posted to the "
-"associated StatusNet account. You can choose to do so by default (here) or "
-"for every posting separately in the posting options when writing the entry."
-msgstr "Aktivering gjør at alle dine offentlige innlegg kan postes til den tilknyttede StatusNet-kontoen. Du kan velge å gjøre dette som standard (her), eller for hvert enkelt innlegg separat i valgmulighetene for posting når du skriver et innlegg."
-
-#: ../../addon/statusnet/statusnet.php:336
-msgid ""
-"Note: Due your privacy settings (Hide your profile "
-"details from unknown viewers?) the link potentially included in public "
-"postings relayed to StatusNet will lead the visitor to a blank page "
-"informing the visitor that the access to your profile has been restricted."
-msgstr ""
-
-#: ../../addon/statusnet/statusnet.php:339
-msgid "Allow posting to StatusNet"
-msgstr "Tillat innlegg til StatusNet"
-
-#: ../../addon/statusnet/statusnet.php:342
-msgid "Send public postings to StatusNet by default"
-msgstr "Send offentlige innlegg til StatusNet som standard"
-
-#: ../../addon/statusnet/statusnet.php:345
-msgid "Send linked #-tags and @-names to StatusNet"
-msgstr ""
-
-#: ../../addon/statusnet/statusnet.php:350 ../../addon/twitter/twitter.php:206
-msgid "Clear OAuth configuration"
-msgstr "Fjern OAuth-konfigurasjon"
-
-#: ../../addon/statusnet/statusnet.php:568
-msgid "API URL"
-msgstr "API URL"
-
-#: ../../addon/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19
-msgid "Infinite Improbability Drive"
-msgstr ""
-
-#: ../../addon/tumblr/tumblr.php:36
-msgid "Post to Tumblr"
-msgstr ""
-
-#: ../../addon/tumblr/tumblr.php:67
-msgid "Tumblr Post Settings"
-msgstr ""
-
-#: ../../addon/tumblr/tumblr.php:69
-msgid "Enable Tumblr Post Plugin"
-msgstr ""
-
-#: ../../addon/tumblr/tumblr.php:74
-msgid "Tumblr login"
-msgstr ""
-
-#: ../../addon/tumblr/tumblr.php:79
-msgid "Tumblr password"
-msgstr ""
-
-#: ../../addon/tumblr/tumblr.php:84
-msgid "Post to Tumblr by default"
-msgstr ""
-
-#: ../../addon/numfriends/numfriends.php:46
-msgid "Numfriends settings updated."
-msgstr ""
-
-#: ../../addon/numfriends/numfriends.php:77
-msgid "Numfriends Settings"
-msgstr ""
-
-#: ../../addon/gnot/gnot.php:48
-msgid "Gnot settings updated."
-msgstr ""
-
-#: ../../addon/gnot/gnot.php:79
-msgid "Gnot Settings"
-msgstr ""
-
-#: ../../addon/gnot/gnot.php:81
-msgid ""
-"Allows threading of email comment notifications on Gmail and anonymising the"
-" subject line."
-msgstr ""
-
-#: ../../addon/gnot/gnot.php:82
-msgid "Enable this plugin/addon?"
-msgstr ""
-
-#: ../../addon/gnot/gnot.php:97
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%d"
-msgstr ""
-
-#: ../../addon/wppost/wppost.php:42
-msgid "Post to Wordpress"
-msgstr ""
-
-#: ../../addon/wppost/wppost.php:76
-msgid "WordPress Post Settings"
-msgstr ""
-
-#: ../../addon/wppost/wppost.php:78
-msgid "Enable WordPress Post Plugin"
-msgstr ""
-
-#: ../../addon/wppost/wppost.php:83
-msgid "WordPress username"
-msgstr ""
-
-#: ../../addon/wppost/wppost.php:88
-msgid "WordPress password"
-msgstr ""
-
-#: ../../addon/wppost/wppost.php:93
-msgid "WordPress API URL"
-msgstr ""
-
-#: ../../addon/wppost/wppost.php:98
-msgid "Post to WordPress by default"
-msgstr ""
-
-#: ../../addon/wppost/wppost.php:103
-msgid "Provide a backlink to the Friendica post"
-msgstr ""
-
-#: ../../addon/wppost/wppost.php:207
-msgid "Read the original post and comment stream on Friendica"
-msgstr ""
-
-#: ../../addon/showmore/showmore.php:38
-msgid "\"Show more\" Settings"
-msgstr ""
-
-#: ../../addon/showmore/showmore.php:41
-msgid "Enable Show More"
-msgstr ""
-
-#: ../../addon/showmore/showmore.php:44
-msgid "Cutting posts after how much characters"
-msgstr ""
-
-#: ../../addon/showmore/showmore.php:65
-msgid "Show More Settings saved."
-msgstr ""
-
-#: ../../addon/piwik/piwik.php:79
-msgid ""
-"This website is tracked using the Piwik "
-"analytics tool."
-msgstr ""
-
-#: ../../addon/piwik/piwik.php:82
-#, php-format
-msgid ""
-"If you do not want that your visits are logged this way you can"
-" set a cookie to prevent Piwik from tracking further visits of the site "
-"(opt-out)."
-msgstr ""
-
-#: ../../addon/piwik/piwik.php:90
-msgid "Piwik Base URL"
-msgstr "Piwik Base URL"
-
-#: ../../addon/piwik/piwik.php:90
-msgid ""
-"Absolute path to your Piwik installation. (without protocol (http/s), with "
-"trailing slash)"
-msgstr ""
-
-#: ../../addon/piwik/piwik.php:91
-msgid "Site ID"
-msgstr "Nettstedets ID"
-
-#: ../../addon/piwik/piwik.php:92
-msgid "Show opt-out cookie link?"
-msgstr "Vis lenke for å velge bort cookie?"
-
-#: ../../addon/piwik/piwik.php:93
-msgid "Asynchronous tracking"
-msgstr ""
-
-#: ../../addon/twitter/twitter.php:73
-msgid "Post to Twitter"
-msgstr "Post til Twitter"
-
-#: ../../addon/twitter/twitter.php:122
-msgid "Twitter settings updated."
-msgstr "Twitter-innstilinger oppdatert."
-
-#: ../../addon/twitter/twitter.php:146
-msgid "Twitter Posting Settings"
-msgstr "Innstillinger for posting til Twitter"
-
-#: ../../addon/twitter/twitter.php:153
-msgid ""
-"No consumer key pair for Twitter found. Please contact your site "
-"administrator."
-msgstr "Ingen \"consumer key pair\" for Twitter funnet. Vennligst kontakt stedets administrator."
-
-#: ../../addon/twitter/twitter.php:172
-msgid ""
-"At this Friendica instance the Twitter plugin was enabled but you have not "
-"yet connected your account to your Twitter account. To do so click the "
-"button below to get a PIN from Twitter which you have to copy into the input"
-" box below and submit the form. Only your public posts will"
-" be posted to Twitter."
-msgstr "Ved denne Friendica-forekomsten er Twitter-tillegget aktivert, men du har ennå ikke tilkoblet din konto til din Twitter-konto. For å gjøre det, klikk på knappen nedenfor for å få en PIN-kode fra Twitter som du må kopiere inn i feltet nedenfor og sende inn skjemaet. Bare dine offentlige innlegg vil bli lagt inn på Twitter. "
-
-#: ../../addon/twitter/twitter.php:173
-msgid "Log in with Twitter"
-msgstr "Logg inn via Twitter"
-
-#: ../../addon/twitter/twitter.php:175
-msgid "Copy the PIN from Twitter here"
-msgstr "Kopier PIN-kode fra Twitter hit"
-
-#: ../../addon/twitter/twitter.php:190
-msgid ""
-"If enabled all your public postings can be posted to the "
-"associated Twitter account. You can choose to do so by default (here) or for"
-" every posting separately in the posting options when writing the entry."
-msgstr "Aktivering gjør at alle dine offentlige innlegg kan postes til den tilknyttede Twitter-kontoen. Du kan velge å gjøre dette som standard (her), eller for hvert enkelt innlegg separat i valgmulighetene for posting når du skriver et innlegg."
-
-#: ../../addon/twitter/twitter.php:192
-msgid ""
-"Note: Due your privacy settings (Hide your profile "
-"details from unknown viewers?) the link potentially included in public "
-"postings relayed to Twitter will lead the visitor to a blank page informing "
-"the visitor that the access to your profile has been restricted."
-msgstr ""
-
-#: ../../addon/twitter/twitter.php:195
-msgid "Allow posting to Twitter"
-msgstr "Tillat posting til Twitter"
-
-#: ../../addon/twitter/twitter.php:198
-msgid "Send public postings to Twitter by default"
-msgstr "Send offentlige innlegg til Twitter som standard"
-
-#: ../../addon/twitter/twitter.php:201
-msgid "Send linked #-tags and @-names to Twitter"
-msgstr ""
-
-#: ../../addon/twitter/twitter.php:396
-msgid "Consumer key"
-msgstr "Consumer key"
-
-#: ../../addon/twitter/twitter.php:397
-msgid "Consumer secret"
-msgstr "Consumer secret"
-
-#: ../../addon/irc/irc.php:44
-msgid "IRC Settings"
-msgstr ""
-
-#: ../../addon/irc/irc.php:46
-msgid "Channel(s) to auto connect (comma separated)"
-msgstr ""
-
-#: ../../addon/irc/irc.php:51
-msgid "Popular Channels (comma separated)"
-msgstr ""
-
-#: ../../addon/irc/irc.php:69
-msgid "IRC settings saved."
-msgstr ""
-
-#: ../../addon/irc/irc.php:74
-msgid "IRC Chatroom"
-msgstr ""
-
-#: ../../addon/irc/irc.php:96
-msgid "Popular Channels"
-msgstr ""
-
-#: ../../addon/fromapp/fromapp.php:38
-msgid "Fromapp settings updated."
-msgstr ""
-
-#: ../../addon/fromapp/fromapp.php:64
-msgid "FromApp Settings"
-msgstr ""
-
-#: ../../addon/fromapp/fromapp.php:66
-msgid ""
-"The application name you would like to show your posts originating from."
-msgstr ""
-
-#: ../../addon/fromapp/fromapp.php:70
-msgid "Use this application name even if another application was used."
-msgstr ""
-
-#: ../../addon/blogger/blogger.php:42
-msgid "Post to blogger"
-msgstr ""
-
-#: ../../addon/blogger/blogger.php:74
-msgid "Blogger Post Settings"
-msgstr ""
-
-#: ../../addon/blogger/blogger.php:76
-msgid "Enable Blogger Post Plugin"
-msgstr ""
-
-#: ../../addon/blogger/blogger.php:81
-msgid "Blogger username"
-msgstr ""
-
-#: ../../addon/blogger/blogger.php:86
-msgid "Blogger password"
-msgstr ""
-
-#: ../../addon/blogger/blogger.php:91
-msgid "Blogger API URL"
-msgstr ""
-
-#: ../../addon/blogger/blogger.php:96
-msgid "Post to Blogger by default"
-msgstr ""
-
-#: ../../addon/posterous/posterous.php:37
-msgid "Post to Posterous"
-msgstr ""
-
-#: ../../addon/posterous/posterous.php:70
-msgid "Posterous Post Settings"
-msgstr ""
-
-#: ../../addon/posterous/posterous.php:72
-msgid "Enable Posterous Post Plugin"
-msgstr ""
-
-#: ../../addon/posterous/posterous.php:77
-msgid "Posterous login"
-msgstr ""
-
-#: ../../addon/posterous/posterous.php:82
-msgid "Posterous password"
-msgstr ""
-
-#: ../../addon/posterous/posterous.php:87
-msgid "Posterous site ID"
-msgstr ""
-
-#: ../../addon/posterous/posterous.php:92
-msgid "Posterous API token"
-msgstr ""
-
-#: ../../addon/posterous/posterous.php:97
-msgid "Post to Posterous by default"
-msgstr ""
-
-#: ../../view/theme/cleanzero/config.php:82
-#: ../../view/theme/diabook/config.php:192
-#: ../../view/theme/quattro/config.php:55 ../../view/theme/dispy/config.php:72
-msgid "Theme settings"
-msgstr ""
-
-#: ../../view/theme/cleanzero/config.php:83
-msgid "Set resize level for images in posts and comments (width and height)"
-msgstr ""
-
-#: ../../view/theme/cleanzero/config.php:84
-#: ../../view/theme/diabook/config.php:193
-#: ../../view/theme/dispy/config.php:73
-msgid "Set font-size for posts and comments"
-msgstr ""
-
-#: ../../view/theme/cleanzero/config.php:85
-msgid "Set theme width"
-msgstr ""
-
-#: ../../view/theme/cleanzero/config.php:86
-#: ../../view/theme/quattro/config.php:57
-msgid "Color scheme"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:49
-#: ../../include/nav.php:115
-msgid "Your posts and conversations"
-msgstr "Dine innlegg og samtaler"
-
-#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:50
-msgid "Your profile page"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:129
-msgid "Your contacts"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:130 ../../include/nav.php:51
-msgid "Your photos"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:131 ../../include/nav.php:52
-msgid "Your events"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:132 ../../include/nav.php:53
-msgid "Personal notes"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:132 ../../include/nav.php:53
-msgid "Your personal photos"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:134
-#: ../../view/theme/diabook/theme.php:643
-#: ../../view/theme/diabook/theme.php:747
-#: ../../view/theme/diabook/config.php:201
-msgid "Community Pages"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:490
-#: ../../view/theme/diabook/theme.php:749
-#: ../../view/theme/diabook/config.php:203
-msgid "Community Profiles"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:511
-#: ../../view/theme/diabook/theme.php:754
-#: ../../view/theme/diabook/config.php:208
-msgid "Last users"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:540
-#: ../../view/theme/diabook/theme.php:756
-#: ../../view/theme/diabook/config.php:210
-msgid "Last likes"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:585
-#: ../../view/theme/diabook/theme.php:755
-#: ../../view/theme/diabook/config.php:209
-msgid "Last photos"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:622
-#: ../../view/theme/diabook/theme.php:752
-#: ../../view/theme/diabook/config.php:206
-msgid "Find Friends"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:623
-msgid "Local Directory"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:625 ../../include/contact_widgets.php:35
-msgid "Similar Interests"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:627 ../../include/contact_widgets.php:37
-msgid "Invite Friends"
-msgstr "Inviterer venner"
-
-#: ../../view/theme/diabook/theme.php:678
-#: ../../view/theme/diabook/theme.php:748
-#: ../../view/theme/diabook/config.php:202
-msgid "Earth Layers"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:683
-msgid "Set zoomfactor for Earth Layers"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:684
-#: ../../view/theme/diabook/config.php:199
-msgid "Set longitude (X) for Earth Layers"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:685
-#: ../../view/theme/diabook/config.php:200
-msgid "Set latitude (Y) for Earth Layers"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:698
-#: ../../view/theme/diabook/theme.php:750
-#: ../../view/theme/diabook/config.php:204
-msgid "Help or @NewHere ?"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:705
-#: ../../view/theme/diabook/theme.php:751
-#: ../../view/theme/diabook/config.php:205
-msgid "Connect Services"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:712
-#: ../../view/theme/diabook/theme.php:753
-msgid "Last Tweets"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:715
-#: ../../view/theme/diabook/config.php:197
-msgid "Set twitter search term"
-msgstr ""
-
-#: ../../view/theme/diabook/theme.php:735
-#: ../../view/theme/diabook/theme.php:736
-#: ../../view/theme/diabook/theme.php:737
-#: ../../view/theme/diabook/theme.php:738
-#: ../../view/theme/diabook/theme.php:739
-#: ../../view/theme/diabook/theme.php:740
-#: ../../view/theme/diabook/theme.php:741
-#: ../../view/theme/diabook/theme.php:742
-#: ../../view/theme/diabook/theme.php:743
-#: ../../view/theme/diabook/theme.php:744 ../../include/acl_selectors.php:288
-msgid "don't show"
-msgstr "ikke vis"
-
-#: ../../view/theme/diabook/theme.php:735
-#: ../../view/theme/diabook/theme.php:736
-#: ../../view/theme/diabook/theme.php:737
-#: ../../view/theme/diabook/theme.php:738
-#: ../../view/theme/diabook/theme.php:739
-#: ../../view/theme/diabook/theme.php:740
-#: ../../view/theme/diabook/theme.php:741
-#: ../../view/theme/diabook/theme.php:742
-#: ../../view/theme/diabook/theme.php:743
-#: ../../view/theme/diabook/theme.php:744 ../../include/acl_selectors.php:287
+#: ../../include/acl_selectors.php:236
msgid "show"
msgstr "vis"
-#: ../../view/theme/diabook/theme.php:745
-msgid "Show/hide boxes at right-hand column:"
-msgstr ""
+#: ../../include/acl_selectors.php:237
+msgid "don't show"
+msgstr "ikke vis"
-#: ../../view/theme/diabook/config.php:194
-#: ../../view/theme/dispy/config.php:74
-msgid "Set line-height for posts and comments"
-msgstr ""
+#: ../../include/activities.php:39
+msgid " and "
+msgstr "og"
-#: ../../view/theme/diabook/config.php:195
-msgid "Set resolution for middle column"
-msgstr ""
+#: ../../include/activities.php:47
+msgid "public profile"
+msgstr "offentlig profil"
-#: ../../view/theme/diabook/config.php:196
-msgid "Set color scheme"
-msgstr ""
-
-#: ../../view/theme/diabook/config.php:198
-msgid "Set zoomfactor for Earth Layer"
-msgstr ""
-
-#: ../../view/theme/diabook/config.php:207
-msgid "Last tweets"
-msgstr ""
-
-#: ../../view/theme/quattro/config.php:56
-msgid "Alignment"
-msgstr ""
-
-#: ../../view/theme/quattro/config.php:56
-msgid "Left"
-msgstr ""
-
-#: ../../view/theme/quattro/config.php:56
-msgid "Center"
-msgstr ""
-
-#: ../../view/theme/dispy/config.php:75
-msgid "Set colour scheme"
-msgstr ""
-
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
-msgstr "j F, Y"
-
-#: ../../include/profile_advanced.php:23
-msgid "j F"
-msgstr "j F"
-
-#: ../../include/profile_advanced.php:30
-msgid "Birthday:"
-msgstr "Fødselsdag:"
-
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
-msgstr "Alder:"
-
-#: ../../include/profile_advanced.php:43
+#: ../../include/activities.php:52
#, php-format
-msgid "for %1$d %2$s"
-msgstr ""
+msgid "%1$s changed %2$s to “%3$s”"
+msgstr "%1$s endret %2$s til “%3$s”"
-#: ../../include/profile_advanced.php:52
-msgid "Tags:"
-msgstr ""
+#: ../../include/activities.php:53
+#, php-format
+msgid "Visit %1$s's %2$s"
+msgstr "Besøk %1$s sitt %2$s"
-#: ../../include/profile_advanced.php:56
-msgid "Religion:"
-msgstr "Religion:"
+#: ../../include/activities.php:56
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s har oppdatert %2$s, endret %3$s."
-#: ../../include/profile_advanced.php:60
-msgid "Hobbies/Interests:"
-msgstr "Hobbyer/Interesser:"
+#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1427
+msgid "Logout"
+msgstr "Logg ut"
-#: ../../include/profile_advanced.php:67
-msgid "Contact information and Social Networks:"
-msgstr "Kontaktinformasjon og sosiale nettverk:"
+#: ../../include/nav.php:77 ../../include/nav.php:96
+msgid "End this session"
+msgstr "Avslutt denne økten"
-#: ../../include/profile_advanced.php:69
-msgid "Musical interests:"
-msgstr "Musikksmak:"
+#: ../../include/nav.php:80 ../../include/nav.php:130
+msgid "Home"
+msgstr "Hjem"
-#: ../../include/profile_advanced.php:71
-msgid "Books, literature:"
-msgstr "Bøker, litteratur:"
+#: ../../include/nav.php:80
+msgid "Your posts and conversations"
+msgstr "Dine innlegg og samtaler"
-#: ../../include/profile_advanced.php:73
-msgid "Television:"
-msgstr "TV:"
+#: ../../include/nav.php:81 ../../include/conversation.php:933
+#: ../../mod/connedit.php:312 ../../mod/connedit.php:426
+msgid "View Profile"
+msgstr "Vis profil"
-#: ../../include/profile_advanced.php:75
-msgid "Film/dance/culture/entertainment:"
-msgstr "Film/dans/kultur/underholdning:"
+#: ../../include/nav.php:81
+msgid "Your profile page"
+msgstr "Din profilside"
-#: ../../include/profile_advanced.php:77
-msgid "Love/Romance:"
-msgstr "Kjærlighet/romanse:"
+#: ../../include/nav.php:83
+msgid "Edit Profiles"
+msgstr "Endre profiler"
-#: ../../include/profile_advanced.php:79
-msgid "Work/employment:"
-msgstr "Arbeid/ansatt hos:"
+#: ../../include/nav.php:83
+msgid "Manage/Edit profiles"
+msgstr "Håndter/endre profiler"
-#: ../../include/profile_advanced.php:81
-msgid "School/education:"
-msgstr "Skole/utdanning:"
+#: ../../include/nav.php:84 ../../include/conversation.php:1475
+#: ../../mod/fbrowser.php:25
+msgid "Photos"
+msgstr "Bilder"
-#: ../../include/contact_selectors.php:32
+#: ../../include/nav.php:84
+msgid "Your photos"
+msgstr "Dine bilder"
+
+#: ../../include/nav.php:85 ../../include/conversation.php:1484
+#: ../../mod/fbrowser.php:114
+msgid "Files"
+msgstr "Filer"
+
+#: ../../include/nav.php:85
+msgid "Your files"
+msgstr "Dine filer"
+
+#: ../../include/nav.php:86
+msgid "Chat"
+msgstr "Chat"
+
+#: ../../include/nav.php:86
+msgid "Your chatrooms"
+msgstr "Dine chatterom"
+
+#: ../../include/nav.php:87 ../../include/nav.php:180
+#: ../../include/conversation.php:1506 ../../mod/events.php:354
+msgid "Events"
+msgstr "Hendelser"
+
+#: ../../include/nav.php:87
+msgid "Your events"
+msgstr "Dine hendelser"
+
+#: ../../include/nav.php:88 ../../include/conversation.php:1514
+msgid "Bookmarks"
+msgstr "Bokmerker"
+
+#: ../../include/nav.php:88
+msgid "Your bookmarks"
+msgstr "Dine bokmerker"
+
+#: ../../include/nav.php:90 ../../include/conversation.php:1525
+msgid "Webpages"
+msgstr "Websider"
+
+#: ../../include/nav.php:90
+msgid "Your webpages"
+msgstr "Dine websider"
+
+#: ../../include/nav.php:94 ../../boot.php:1428
+msgid "Login"
+msgstr "Logg inn"
+
+#: ../../include/nav.php:94
+msgid "Sign in"
+msgstr "Logg på"
+
+#: ../../include/nav.php:111
+#, php-format
+msgid "%s - click to logout"
+msgstr "%s - klikk for å logge ut"
+
+#: ../../include/nav.php:116
+msgid "Click to authenticate to your home hub"
+msgstr "Klikk for å godkjennes mot din hjemme-hub"
+
+#: ../../include/nav.php:130
+msgid "Home Page"
+msgstr "Hjemmeside"
+
+#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1404
+msgid "Register"
+msgstr "Registrer"
+
+#: ../../include/nav.php:134
+msgid "Create an account"
+msgstr "Lag en konto"
+
+#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65
+msgid "Help"
+msgstr "Hjelp"
+
+#: ../../include/nav.php:139
+msgid "Help and documentation"
+msgstr "Hjelp og dokumentasjon"
+
+#: ../../include/nav.php:142
+msgid "Apps"
+msgstr "Apper"
+
+#: ../../include/nav.php:142
+msgid "Addon applications, utilities, games"
+msgstr "Tilleggsprogrammer, verktøy, spill"
+
+#: ../../include/nav.php:144 ../../include/text.php:763
+#: ../../include/text.php:777 ../../mod/search.php:29
+msgid "Search"
+msgstr "Søk"
+
+#: ../../include/nav.php:144
+msgid "Search site content"
+msgstr "Søk stedets innhold"
+
+#: ../../include/nav.php:147 ../../mod/directory.php:211
+msgid "Directory"
+msgstr "Katalog"
+
+#: ../../include/nav.php:147
+msgid "Channel Locator"
+msgstr "Kanal-finner"
+
+#: ../../include/nav.php:158
+msgid "Matrix"
+msgstr "Matrix"
+
+#: ../../include/nav.php:158
+msgid "Your matrix"
+msgstr "Din matrix"
+
+#: ../../include/nav.php:159
+msgid "Mark all matrix notifications seen"
+msgstr "Merk alle matrix-varsler som sett"
+
+#: ../../include/nav.php:161
+msgid "Channel Home"
+msgstr "Kanalhjem"
+
+#: ../../include/nav.php:161
+msgid "Channel home"
+msgstr "Kanalhjem"
+
+#: ../../include/nav.php:162
+msgid "Mark all channel notifications seen"
+msgstr "Merk alle kanalvarsler som sett"
+
+#: ../../include/nav.php:165
+msgid "Intros"
+msgstr "Introduksjoner"
+
+#: ../../include/nav.php:165 ../../mod/connections.php:250
+msgid "New Connections"
+msgstr "Nye forbindelser"
+
+#: ../../include/nav.php:168
+msgid "Notices"
+msgstr "Varsel"
+
+#: ../../include/nav.php:168
+msgid "Notifications"
+msgstr "Varsler"
+
+#: ../../include/nav.php:169
+msgid "See all notifications"
+msgstr "Se alle varsler"
+
+#: ../../include/nav.php:170
+msgid "Mark all system notifications seen"
+msgstr "Merk alle systemvarsler som sett"
+
+#: ../../include/nav.php:172
+msgid "Mail"
+msgstr "Melding"
+
+#: ../../include/nav.php:172
+msgid "Private mail"
+msgstr "Privat post"
+
+#: ../../include/nav.php:173
+msgid "See all private messages"
+msgstr "Se alle private meldinger"
+
+#: ../../include/nav.php:174
+msgid "Mark all private messages seen"
+msgstr "Merk alle private meldinger som sett"
+
+#: ../../include/nav.php:175
+msgid "Inbox"
+msgstr "Innboks"
+
+#: ../../include/nav.php:176
+msgid "Outbox"
+msgstr "Utboks"
+
+#: ../../include/nav.php:180
+msgid "Event Calendar"
+msgstr "Hendelseskalender"
+
+#: ../../include/nav.php:181
+msgid "See all events"
+msgstr "Se alle hendelser"
+
+#: ../../include/nav.php:182
+msgid "Mark all events seen"
+msgstr "Merk alle hendelser som sett"
+
+#: ../../include/nav.php:184
+msgid "Channel Select"
+msgstr "Kanalvalg"
+
+#: ../../include/nav.php:184
+msgid "Manage Your Channels"
+msgstr "Håndter dine kanaler"
+
+#: ../../include/nav.php:186
+msgid "Account/Channel Settings"
+msgstr "Konto-/kanal-innstillinger"
+
+#: ../../include/nav.php:188 ../../mod/connections.php:365
+msgid "Connections"
+msgstr "Forbindelser"
+
+#: ../../include/nav.php:188
+msgid "Manage/Edit Friends and Connections"
+msgstr "Håndter/Endre venner og forbindelser"
+
+#: ../../include/nav.php:195 ../../mod/admin.php:112
+msgid "Admin"
+msgstr "Administrator"
+
+#: ../../include/nav.php:195
+msgid "Site Setup and Configuration"
+msgstr "Nettstedsoppsett og -konfigurasjon"
+
+#: ../../include/nav.php:220
+msgid "Nothing new here"
+msgstr "Ikke noe nytt her"
+
+#: ../../include/nav.php:225
+msgid "Please wait..."
+msgstr "Vennligst vent..."
+
+#: ../../include/text.php:315
+msgid "prev"
+msgstr "forrige"
+
+#: ../../include/text.php:317
+msgid "first"
+msgstr "første"
+
+#: ../../include/text.php:346
+msgid "last"
+msgstr "siste"
+
+#: ../../include/text.php:349
+msgid "next"
+msgstr "neste"
+
+#: ../../include/text.php:361
+msgid "older"
+msgstr "eldre"
+
+#: ../../include/text.php:363
+msgid "newer"
+msgstr "nyere"
+
+#: ../../include/text.php:678
+msgid "No connections"
+msgstr "Ingen forbindelser"
+
+#: ../../include/text.php:692
+#, php-format
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] "%d forbindelse"
+msgstr[1] "%d forbindelser"
+
+#: ../../include/text.php:704
+msgid "View Connections"
+msgstr "Vis forbindelser"
+
+#: ../../include/text.php:845
+msgid "poke"
+msgstr "prikk"
+
+#: ../../include/text.php:845 ../../include/conversation.php:240
+msgid "poked"
+msgstr "prikket"
+
+#: ../../include/text.php:846
+msgid "ping"
+msgstr "varsle"
+
+#: ../../include/text.php:846
+msgid "pinged"
+msgstr "varslet"
+
+#: ../../include/text.php:847
+msgid "prod"
+msgstr "oppildne"
+
+#: ../../include/text.php:847
+msgid "prodded"
+msgstr "oppildnet"
+
+#: ../../include/text.php:848
+msgid "slap"
+msgstr "daske"
+
+#: ../../include/text.php:848
+msgid "slapped"
+msgstr "dasket"
+
+#: ../../include/text.php:849
+msgid "finger"
+msgstr "fingre"
+
+#: ../../include/text.php:849
+msgid "fingered"
+msgstr "fingret"
+
+#: ../../include/text.php:850
+msgid "rebuff"
+msgstr "tilbakevise"
+
+#: ../../include/text.php:850
+msgid "rebuffed"
+msgstr "tilbakeviste"
+
+#: ../../include/text.php:862
+msgid "happy"
+msgstr "glad"
+
+#: ../../include/text.php:863
+msgid "sad"
+msgstr "trist"
+
+#: ../../include/text.php:864
+msgid "mellow"
+msgstr "dempet"
+
+#: ../../include/text.php:865
+msgid "tired"
+msgstr "trøtt"
+
+#: ../../include/text.php:866
+msgid "perky"
+msgstr "oppkvikket"
+
+#: ../../include/text.php:867
+msgid "angry"
+msgstr "sint"
+
+#: ../../include/text.php:868
+msgid "stupified"
+msgstr "sløvet"
+
+#: ../../include/text.php:869
+msgid "puzzled"
+msgstr "forundret"
+
+#: ../../include/text.php:870
+msgid "interested"
+msgstr "interessert"
+
+#: ../../include/text.php:871
+msgid "bitter"
+msgstr "bitter"
+
+#: ../../include/text.php:872
+msgid "cheerful"
+msgstr "munter"
+
+#: ../../include/text.php:873
+msgid "alive"
+msgstr "levende"
+
+#: ../../include/text.php:874
+msgid "annoyed"
+msgstr "irritert"
+
+#: ../../include/text.php:875
+msgid "anxious"
+msgstr "nervøs"
+
+#: ../../include/text.php:876
+msgid "cranky"
+msgstr "gretten"
+
+#: ../../include/text.php:877
+msgid "disturbed"
+msgstr "foruroliget"
+
+#: ../../include/text.php:878
+msgid "frustrated"
+msgstr "frustrert"
+
+#: ../../include/text.php:879
+msgid "motivated"
+msgstr "motivert"
+
+#: ../../include/text.php:880
+msgid "relaxed"
+msgstr "avslappet"
+
+#: ../../include/text.php:881
+msgid "surprised"
+msgstr "overrasket"
+
+#: ../../include/text.php:1042
+msgid "Monday"
+msgstr "mandag"
+
+#: ../../include/text.php:1042
+msgid "Tuesday"
+msgstr "tirsdag"
+
+#: ../../include/text.php:1042
+msgid "Wednesday"
+msgstr "onsdag"
+
+#: ../../include/text.php:1042
+msgid "Thursday"
+msgstr "torsdag"
+
+#: ../../include/text.php:1042
+msgid "Friday"
+msgstr "fredag"
+
+#: ../../include/text.php:1042
+msgid "Saturday"
+msgstr "lørdag"
+
+#: ../../include/text.php:1042
+msgid "Sunday"
+msgstr "søndag"
+
+#: ../../include/text.php:1046
+msgid "January"
+msgstr "januar"
+
+#: ../../include/text.php:1046
+msgid "February"
+msgstr "februar"
+
+#: ../../include/text.php:1046
+msgid "March"
+msgstr "mars"
+
+#: ../../include/text.php:1046
+msgid "April"
+msgstr "april"
+
+#: ../../include/text.php:1046
+msgid "May"
+msgstr "mai"
+
+#: ../../include/text.php:1046
+msgid "June"
+msgstr "juni"
+
+#: ../../include/text.php:1046
+msgid "July"
+msgstr "juli"
+
+#: ../../include/text.php:1046
+msgid "August"
+msgstr "august"
+
+#: ../../include/text.php:1046
+msgid "September"
+msgstr "september"
+
+#: ../../include/text.php:1046
+msgid "October"
+msgstr "oktober"
+
+#: ../../include/text.php:1046
+msgid "November"
+msgstr "november"
+
+#: ../../include/text.php:1046
+msgid "December"
+msgstr "desember"
+
+#: ../../include/text.php:1124
+msgid "unknown.???"
+msgstr "ukjent.???"
+
+#: ../../include/text.php:1125
+msgid "bytes"
+msgstr "bytes"
+
+#: ../../include/text.php:1160
+msgid "remove category"
+msgstr "fjern kategori"
+
+#: ../../include/text.php:1182
+msgid "remove from file"
+msgstr "fjern fra fil"
+
+#: ../../include/text.php:1240 ../../include/text.php:1252
+msgid "Click to open/close"
+msgstr "Klikk for å åpne/lukke"
+
+#: ../../include/text.php:1407 ../../mod/events.php:332
+msgid "link to source"
+msgstr "lenke til kilde"
+
+#: ../../include/text.php:1426
+msgid "Select a page layout: "
+msgstr "Velg en side-layout:"
+
+#: ../../include/text.php:1429 ../../include/text.php:1494
+msgid "default"
+msgstr "standard"
+
+#: ../../include/text.php:1465
+msgid "Page content type: "
+msgstr "Sidens innholdstype:"
+
+#: ../../include/text.php:1506
+msgid "Select an alternate language"
+msgstr "Velg et annet språk"
+
+#: ../../include/text.php:1627 ../../include/conversation.php:117
+#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45
+msgid "photo"
+msgstr "foto"
+
+#: ../../include/text.php:1630 ../../include/conversation.php:120
+#: ../../mod/tagger.php:49
+msgid "event"
+msgstr "hendelse"
+
+#: ../../include/text.php:1633 ../../include/conversation.php:145
+#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53
+msgid "status"
+msgstr "status"
+
+#: ../../include/text.php:1635 ../../include/conversation.php:147
+#: ../../mod/tagger.php:55
+msgid "comment"
+msgstr "kommentar"
+
+#: ../../include/text.php:1640
+msgid "activity"
+msgstr "aktivitet"
+
+#: ../../include/text.php:1897
+msgid "Design"
+msgstr "Formgivning"
+
+#: ../../include/text.php:1899
+msgid "Blocks"
+msgstr "Byggeklosser"
+
+#: ../../include/text.php:1900
+msgid "Menus"
+msgstr "Menyer"
+
+#: ../../include/text.php:1901
+msgid "Layouts"
+msgstr "Layout"
+
+#: ../../include/text.php:1902
+msgid "Pages"
+msgstr "Sider"
+
+#: ../../include/bbcode.php:128 ../../include/bbcode.php:601
+#: ../../include/bbcode.php:604 ../../include/bbcode.php:609
+#: ../../include/bbcode.php:612 ../../include/bbcode.php:615
+#: ../../include/bbcode.php:618 ../../include/bbcode.php:623
+#: ../../include/bbcode.php:626 ../../include/bbcode.php:631
+#: ../../include/bbcode.php:634 ../../include/bbcode.php:637
+#: ../../include/bbcode.php:640
+msgid "Image/photo"
+msgstr "Bilde/fotografi"
+
+#: ../../include/bbcode.php:163 ../../include/bbcode.php:651
+msgid "Encrypted content"
+msgstr "Kryptert innhold"
+
+#: ../../include/bbcode.php:170
+msgid "QR code"
+msgstr "QR-kode"
+
+#: ../../include/bbcode.php:213
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s skrev følgende %2$s %3$s"
+
+#: ../../include/bbcode.php:215
+msgid "post"
+msgstr "innlegg"
+
+#: ../../include/bbcode.php:569 ../../include/bbcode.php:589
+msgid "$1 wrote:"
+msgstr "$1 skrev:"
+
+#: ../../include/Contact.php:123
+msgid "New window"
+msgstr "Nytt vindu"
+
+#: ../../include/Contact.php:124
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Åpne det valgte stedet i et annet vindu eller nettleser-fane"
+
+#: ../../include/features.php:23
+msgid "General Features"
+msgstr "Generelle funksjoner"
+
+#: ../../include/features.php:25
+msgid "Content Expiration"
+msgstr "Innholdet utløper"
+
+#: ../../include/features.php:25
+msgid "Remove posts/comments and/or private messages at a future time"
+msgstr "Fjern innlegg/kommentarer og/eller private meldinger på et angitt tidspunkt i fremtiden"
+
+#: ../../include/features.php:26
+msgid "Multiple Profiles"
+msgstr "Flere profiler"
+
+#: ../../include/features.php:26
+msgid "Ability to create multiple profiles"
+msgstr "Mulig å lage flere profiler"
+
+#: ../../include/features.php:27
+msgid "Web Pages"
+msgstr "Web-sider"
+
+#: ../../include/features.php:27
+msgid "Provide managed web pages on your channel"
+msgstr "Tilby kontrollerte web-sider på din kanal"
+
+#: ../../include/features.php:28
+msgid "Private Notes"
+msgstr "Private merknader"
+
+#: ../../include/features.php:28
+msgid "Enables a tool to store notes and reminders"
+msgstr "Skrur på et verktøy for lagre merknader og påminnelser"
+
+#: ../../include/features.php:33
+msgid "Extended Identity Sharing"
+msgstr "Utvidet identitetsdeling"
+
+#: ../../include/features.php:33
+msgid ""
+"Share your identity with all websites on the internet. When disabled, "
+"identity is only shared with sites in the matrix."
+msgstr "Del din identiet med alle nettsteder på Internett. Når denne er avskrudd, deles identiteten bare med nettsteder i matrix."
+
+#: ../../include/features.php:34
+msgid "Expert Mode"
+msgstr "Ekspertmodus"
+
+#: ../../include/features.php:34
+msgid "Enable Expert Mode to provide advanced configuration options"
+msgstr "Skru på Ekspertmodus for å tilby avanserte konfigurasjonsvalg"
+
+#: ../../include/features.php:35
+msgid "Premium Channel"
+msgstr "Premiumkanal"
+
+#: ../../include/features.php:35
+msgid ""
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
+msgstr "Lar deg angi restriksjoner og betingelser for de som kobler seg til din kanal"
+
+#: ../../include/features.php:40
+msgid "Post Composition Features"
+msgstr "Funksjoner for å lage innlegg"
+
+#: ../../include/features.php:41
+msgid "Richtext Editor"
+msgstr "Riktekst redigeringsverktøy"
+
+#: ../../include/features.php:41
+msgid "Enable richtext editor"
+msgstr "Skru på redigeringverktøy for riktekst"
+
+#: ../../include/features.php:42
+msgid "Post Preview"
+msgstr "Forhåndsvisning av innlegg"
+
+#: ../../include/features.php:42
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Tillat forhåndsvisning av innlegg og kommentarer før publisering"
+
+#: ../../include/features.php:43
+msgid "Automatically import channel content from other channels or feeds"
+msgstr "Automatisk import av kanalinnhold fra andre kanaler eller strømmer"
+
+#: ../../include/features.php:44
+msgid "Even More Encryption"
+msgstr "Enda mer kryptering"
+
+#: ../../include/features.php:44
+msgid ""
+"Allow optional encryption of content end-to-end with a shared secret key"
+msgstr "Tillat valgfri kryptering av innhold ende-til-ende via en delt hemmelig nøkkel"
+
+#: ../../include/features.php:49
+msgid "Network and Stream Filtering"
+msgstr "Nettverk- og strømfiltrering"
+
+#: ../../include/features.php:50
+msgid "Search by Date"
+msgstr "Søk etter dato"
+
+#: ../../include/features.php:50
+msgid "Ability to select posts by date ranges"
+msgstr "Mulighet for å velge innlegg etter datoområde"
+
+#: ../../include/features.php:51
+msgid "Collections Filter"
+msgstr "Filter for samlinger"
+
+#: ../../include/features.php:51
+msgid "Enable widget to display Network posts only from selected collections"
+msgstr "Skru på miniprogram for å vise Nettverksinnlegg bare fra valgte samlinger"
+
+#: ../../include/features.php:52
+msgid "Save search terms for re-use"
+msgstr "Lagre søkeuttrykk for senere bruk"
+
+#: ../../include/features.php:53
+msgid "Network Personal Tab"
+msgstr "Nettverk personlig fane"
+
+#: ../../include/features.php:53
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Skru på fane for å bare vise Nettverksinnlegg som du har deltatt i"
+
+#: ../../include/features.php:54
+msgid "Network New Tab"
+msgstr "Nettverk Ny fane"
+
+#: ../../include/features.php:54
+msgid "Enable tab to display all new Network activity"
+msgstr "Skru på fane for å vise all ny nettverksaktivitet"
+
+#: ../../include/features.php:55
+msgid "Affinity Tool"
+msgstr "Nærhetsverktøy"
+
+#: ../../include/features.php:55
+msgid "Filter stream activity by depth of relationships"
+msgstr "Filtrer strømaktiviteten etter releasjonsdybde"
+
+#: ../../include/features.php:56
+msgid "Suggest Channels"
+msgstr "Foreslå kanaler"
+
+#: ../../include/features.php:56
+msgid "Show channel suggestions"
+msgstr "Vis kanalforslag"
+
+#: ../../include/features.php:61
+msgid "Post/Comment Tools"
+msgstr "Innlegg-/Kommentar-verktøy"
+
+#: ../../include/features.php:63
+msgid "Edit Sent Posts"
+msgstr "Endre publiserte innlegg"
+
+#: ../../include/features.php:63
+msgid "Edit and correct posts and comments after sending"
+msgstr "Endre og korrigere innlegg og kommentarer etter sending"
+
+#: ../../include/features.php:64
+msgid "Tagging"
+msgstr "Merking"
+
+#: ../../include/features.php:64
+msgid "Ability to tag existing posts"
+msgstr "Mulighet til å merke eksisterende meldinger"
+
+#: ../../include/features.php:65
+msgid "Post Categories"
+msgstr "Innleggskategorier"
+
+#: ../../include/features.php:65
+msgid "Add categories to your posts"
+msgstr "Legg kategorier til dine innlegg"
+
+#: ../../include/features.php:66
+msgid "Ability to file posts under folders"
+msgstr "Mulighet til å sortere innlegg i mapper"
+
+#: ../../include/features.php:67
+msgid "Dislike Posts"
+msgstr "Mislik innlegg"
+
+#: ../../include/features.php:67
+msgid "Ability to dislike posts/comments"
+msgstr "Mulighet til å mislike innlegg/kommentarer"
+
+#: ../../include/features.php:68
+msgid "Star Posts"
+msgstr "Stjerneinnlegg"
+
+#: ../../include/features.php:68
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Mulighet til å merke spesielle innlegg med en stjerne"
+
+#: ../../include/features.php:69
+msgid "Tag Cloud"
+msgstr "Merkelappsky"
+
+#: ../../include/features.php:69
+msgid "Provide a personal tag cloud on your channel page"
+msgstr "Tilby en personlig merkelappsky på din kanalside"
+
+#: ../../include/contact_selectors.php:30
msgid "Unknown | Not categorised"
msgstr "Ukjent | Ikke kategorisert"
-#: ../../include/contact_selectors.php:33
+#: ../../include/contact_selectors.php:31
msgid "Block immediately"
msgstr "Blokker umiddelbart"
-#: ../../include/contact_selectors.php:34
+#: ../../include/contact_selectors.php:32
msgid "Shady, spammer, self-marketer"
-msgstr "Grumsete, poster søppel, fremhever bare seg selv"
+msgstr "Lyssky, utsender av søppelpost, egenkampanje"
-#: ../../include/contact_selectors.php:35
+#: ../../include/contact_selectors.php:33
msgid "Known to me, but no opinion"
-msgstr "Bekjent av meg, men har ingen mening"
+msgstr "Bekjent av meg, men jeg er uten mening"
-#: ../../include/contact_selectors.php:36
+#: ../../include/contact_selectors.php:34
msgid "OK, probably harmless"
msgstr "OK, antakelig harmløs"
-#: ../../include/contact_selectors.php:37
+#: ../../include/contact_selectors.php:35
msgid "Reputable, has my trust"
-msgstr "Respektert, har min tillit"
+msgstr "Hederlig, har min tillit"
-#: ../../include/contact_selectors.php:56
+#: ../../include/contact_selectors.php:54
msgid "Frequently"
msgstr "Ofte"
-#: ../../include/contact_selectors.php:57
+#: ../../include/contact_selectors.php:55
msgid "Hourly"
msgstr "Hver time"
-#: ../../include/contact_selectors.php:58
+#: ../../include/contact_selectors.php:56
msgid "Twice daily"
msgstr "To ganger daglig"
-#: ../../include/contact_selectors.php:77
+#: ../../include/contact_selectors.php:57
+msgid "Daily"
+msgstr "Daglig"
+
+#: ../../include/contact_selectors.php:58
+msgid "Weekly"
+msgstr "Ukentlig"
+
+#: ../../include/contact_selectors.php:59
+msgid "Monthly"
+msgstr "Månedlig"
+
+#: ../../include/contact_selectors.php:74
+msgid "Friendica"
+msgstr "Friendica"
+
+#: ../../include/contact_selectors.php:75
msgid "OStatus"
-msgstr ""
+msgstr "OStatus"
+
+#: ../../include/contact_selectors.php:76
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
+
+#: ../../include/contact_selectors.php:77 ../../mod/admin.php:742
+#: ../../mod/admin.php:751 ../../boot.php:1430
+msgid "Email"
+msgstr "E-post"
#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr ""
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: ../../include/contact_selectors.php:79
+msgid "Facebook"
+msgstr "Facebook"
+
+#: ../../include/contact_selectors.php:80
+msgid "Zot!"
+msgstr "Zot!"
+
+#: ../../include/contact_selectors.php:81
+msgid "LinkedIn"
+msgstr "LinkedIn"
#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr ""
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr ""
-
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr ""
-
-#: ../../include/contact_selectors.php:85
msgid "MySpace"
-msgstr ""
+msgstr "MySpace"
+
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Forskjellig"
+
+#: ../../include/datetime.php:152 ../../include/datetime.php:284
+msgid "year"
+msgstr "år"
+
+#: ../../include/datetime.php:157 ../../include/datetime.php:285
+msgid "month"
+msgstr "måned"
+
+#: ../../include/datetime.php:162 ../../include/datetime.php:287
+msgid "day"
+msgstr "dag"
+
+#: ../../include/datetime.php:275
+msgid "never"
+msgstr "aldri"
+
+#: ../../include/datetime.php:281
+msgid "less than a second ago"
+msgstr "for mindre enn ett sekund siden"
+
+#: ../../include/datetime.php:284
+msgid "years"
+msgstr "år"
+
+#: ../../include/datetime.php:285
+msgid "months"
+msgstr "måneder"
+
+#: ../../include/datetime.php:286
+msgid "week"
+msgstr "uke"
+
+#: ../../include/datetime.php:286
+msgid "weeks"
+msgstr "uker"
+
+#: ../../include/datetime.php:287
+msgid "days"
+msgstr "dager"
+
+#: ../../include/datetime.php:288
+msgid "hour"
+msgstr "time"
+
+#: ../../include/datetime.php:288
+msgid "hours"
+msgstr "timer"
+
+#: ../../include/datetime.php:289
+msgid "minute"
+msgstr "minutt"
+
+#: ../../include/datetime.php:289
+msgid "minutes"
+msgstr "minutter"
+
+#: ../../include/datetime.php:290
+msgid "second"
+msgstr "sekund"
+
+#: ../../include/datetime.php:290
+msgid "seconds"
+msgstr "sekunder"
+
+#: ../../include/datetime.php:299
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s siden"
+
+#: ../../include/dba/dba_driver.php:50
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Kan ikke finne DNS-informasjon om databasetjener '%s'"
+
+#: ../../include/event.php:11 ../../include/bb2diaspora.php:433
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
+
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:439
+msgid "Starts:"
+msgstr "Starter:"
+
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:447
+msgid "Finishes:"
+msgstr "Slutter:"
+
+#: ../../include/event.php:40 ../../include/identity.php:694
+#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462
+#: ../../mod/directory.php:157 ../../mod/dirprofile.php:111
+msgid "Location:"
+msgstr "Plassering:"
+
+#: ../../include/group.php:25
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"may apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende tillatelser for elementet kan gjelde for denne gruppen og fremtidige medlemmer. Hvis du ønsket noe annet, vennligst lag en ny gruppe med et annet navn."
+
+#: ../../include/group.php:223
+msgid "Default privacy group for new contacts"
+msgstr "Standard personverngruppe for nye kontakter"
+
+#: ../../include/group.php:242 ../../mod/admin.php:751
+msgid "All Channels"
+msgstr "Alle kanaler"
+
+#: ../../include/group.php:264
+msgid "edit"
+msgstr "endre"
+
+#: ../../include/group.php:285
+msgid "Collections"
+msgstr "Samlinger"
+
+#: ../../include/group.php:286
+msgid "Edit collection"
+msgstr "Endre samling"
+
+#: ../../include/group.php:287
+msgid "Create a new collection"
+msgstr "Lag en ny samling"
+
+#: ../../include/group.php:288
+msgid "Channels not in any collection"
+msgstr "Kanaler som ikke er i noen samling"
+
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "Slett dette elementet?"
+
+#: ../../include/js_strings.php:6 ../../include/ItemObject.php:547
+#: ../../mod/photos.php:993 ../../mod/photos.php:1080
+msgid "Comment"
+msgstr "Kommentar"
+
+#: ../../include/js_strings.php:7 ../../include/ItemObject.php:281
+#: ../../include/contact_widgets.php:125
+msgid "show more"
+msgstr "vis mer"
+
+#: ../../include/js_strings.php:8
+msgid "show fewer"
+msgstr "vis færre"
+
+#: ../../include/js_strings.php:9
+msgid "+ Show More"
+msgstr "+ Vis mer"
+
+#: ../../include/js_strings.php:10
+msgid "- Show Less"
+msgstr "- Vis mindre"
+
+#: ../../include/js_strings.php:11
+msgid "Password too short"
+msgstr "Passordet er for kort"
+
+#: ../../include/js_strings.php:12
+msgid "Passwords do not match"
+msgstr "Passordene er ikke like"
+
+#: ../../include/js_strings.php:13 ../../mod/photos.php:39
+msgid "everybody"
+msgstr "alle"
+
+#: ../../include/js_strings.php:14
+msgid "Secret Passphrase"
+msgstr "Hemmelig passordsetning"
+
+#: ../../include/js_strings.php:15
+msgid "Passphrase hint"
+msgstr "Hint om passordsetning"
+
+#: ../../include/js_strings.php:17
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
+
+#: ../../include/js_strings.php:18
+msgid "timeago.prefixFromNow"
+msgstr "timeago.prefixFromNow"
+
+#: ../../include/js_strings.php:19
+msgid "ago"
+msgstr "siden"
+
+#: ../../include/js_strings.php:20
+msgid "from now"
+msgstr "fra nå"
+
+#: ../../include/js_strings.php:21
+msgid "less than a minute"
+msgstr "mindre enn ett minutt"
+
+#: ../../include/js_strings.php:22
+msgid "about a minute"
+msgstr "omtrent et minutt"
+
+#: ../../include/js_strings.php:23
+#, php-format
+msgid "%d minutes"
+msgstr "%d minutter"
+
+#: ../../include/js_strings.php:24
+msgid "about an hour"
+msgstr "omtrent en time"
+
+#: ../../include/js_strings.php:25
+#, php-format
+msgid "about %d hours"
+msgstr "omtrent %d timer"
+
+#: ../../include/js_strings.php:26
+msgid "a day"
+msgstr "en dag"
+
+#: ../../include/js_strings.php:27
+#, php-format
+msgid "%d days"
+msgstr "%d dager"
+
+#: ../../include/js_strings.php:28
+msgid "about a month"
+msgstr "omtrent en måned"
+
+#: ../../include/js_strings.php:29
+#, php-format
+msgid "%d months"
+msgstr "%d måneder"
+
+#: ../../include/js_strings.php:30
+msgid "about a year"
+msgstr "omtrent et år"
+
+#: ../../include/js_strings.php:31
+#, php-format
+msgid "%d years"
+msgstr "%d år"
+
+#: ../../include/js_strings.php:32
+msgid " "
+msgstr " "
+
+#: ../../include/js_strings.php:33
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
+
+#: ../../include/message.php:18
+msgid "No recipient provided."
+msgstr "Ingen mottaker angitt."
+
+#: ../../include/message.php:23
+msgid "[no subject]"
+msgstr "[ikke noe emne]"
+
+#: ../../include/message.php:42
+msgid "Unable to determine sender."
+msgstr "Kan ikke avgjøre avsender."
+
+#: ../../include/message.php:143
+msgid "Stored post could not be verified."
+msgstr "Lagret innlegg kunne ikke bekreftes."
+
+#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51
+#: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225
+#: ../../mod/profile_photo.php:336 ../../mod/photos.php:91
+#: ../../mod/photos.php:656 ../../mod/photos.php:678
+msgid "Profile Photos"
+msgstr "Profilbilder"
+
+#: ../../include/attach.php:119 ../../include/attach.php:166
+#: ../../include/attach.php:229 ../../include/attach.php:243
+#: ../../include/attach.php:283 ../../include/attach.php:297
+#: ../../include/attach.php:322 ../../include/attach.php:513
+#: ../../include/attach.php:585 ../../include/chat.php:113
+#: ../../include/photos.php:15 ../../include/items.php:3571
+#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:247
+#: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13
+#: ../../mod/invite.php:104 ../../mod/settings.php:492 ../../mod/menu.php:44
+#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31
+#: ../../mod/bookmarks.php:46 ../../mod/item.php:182 ../../mod/item.php:190
+#: ../../mod/chat.php:89 ../../mod/chat.php:94
+#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
+#: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/mitem.php:73
+#: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/editpost.php:13
+#: ../../mod/connedit.php:182 ../../mod/layouts.php:27
+#: ../../mod/layouts.php:39 ../../mod/page.php:30 ../../mod/page.php:80
+#: ../../mod/network.php:12 ../../mod/profiles.php:152
+#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:200
+#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97
+#: ../../mod/achievements.php:27 ../../mod/manage.php:6 ../../mod/mail.php:108
+#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187
+#: ../../mod/profile_photo.php:200 ../../mod/connections.php:169
+#: ../../mod/notifications.php:66 ../../mod/blocks.php:29
+#: ../../mod/blocks.php:44 ../../mod/block.php:22 ../../mod/block.php:72
+#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83
+#: ../../mod/poke.php:128 ../../mod/channel.php:88 ../../mod/channel.php:188
+#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78
+#: ../../mod/editblock.php:34 ../../mod/filestorage.php:10
+#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75
+#: ../../mod/filestorage.php:98 ../../mod/suggest.php:26
+#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18
+#: ../../mod/authtest.php:13 ../../mod/photos.php:68 ../../mod/photos.php:526
+#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:351
+msgid "Permission denied."
+msgstr "Tilatelse avslått."
+
+#: ../../include/attach.php:224 ../../include/attach.php:278
+msgid "Item was not found."
+msgstr "Elementet ble ikke funnet."
+
+#: ../../include/attach.php:335
+msgid "No source file."
+msgstr "Ingen kildefil."
+
+#: ../../include/attach.php:352
+msgid "Cannot locate file to replace"
+msgstr "Kan ikke finne filen som skal byttes ut"
+
+#: ../../include/attach.php:370
+msgid "Cannot locate file to revise/update"
+msgstr "Finner ikke filen som skal revideres/oppdateres"
+
+#: ../../include/attach.php:381
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "Filens størrelse overgår grensen på %d"
+
+#: ../../include/attach.php:393
+#, php-format
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgstr "Du har nådd din lagringsgrense for vedlegg på %1$.0f Mbytes."
+
+#: ../../include/attach.php:475
+msgid "File upload failed. Possible system limit or action terminated."
+msgstr "Mislyktes med å laste opp filen. Mulig systemgrense eller handling avbrutt."
+
+#: ../../include/attach.php:487
+msgid "Stored file could not be verified. Upload failed."
+msgstr "Lagret fil kunne ikke bekreftes. Opplasting mislyktes."
+
+#: ../../include/attach.php:528 ../../include/attach.php:545
+msgid "Path not available."
+msgstr "Stien er ikke tilgjengelig."
+
+#: ../../include/attach.php:590
+msgid "Empty pathname"
+msgstr "Tomt sti-navn"
+
+#: ../../include/attach.php:606
+msgid "duplicate filename or path"
+msgstr "duplikat av filnavn eller sti"
+
+#: ../../include/attach.php:630
+msgid "Path not found."
+msgstr "Stien ble ikke funnet."
+
+#: ../../include/attach.php:674
+msgid "mkdir failed."
+msgstr "mkdir mislyktes."
+
+#: ../../include/attach.php:678
+msgid "database storage failed."
+msgstr "databaselagring mislyktes."
+
+#: ../../include/bookmarks.php:42
+#, php-format
+msgid "%1$s's bookmarks"
+msgstr "%1$s sine bokmerker"
+
+#: ../../include/conversation.php:123
+msgid "channel"
+msgstr "kanal"
+
+#: ../../include/conversation.php:161 ../../mod/like.php:134
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s liker %2$s sin %3$s"
+
+#: ../../include/conversation.php:164 ../../mod/like.php:136
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s liker ikke %2$s sin %3$s"
+
+#: ../../include/conversation.php:201
+#, php-format
+msgid "%1$s is now connected with %2$s"
+msgstr "%1$s er nå forbundet med %2$s"
+
+#: ../../include/conversation.php:236
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s prikket %2$s"
+
+#: ../../include/conversation.php:258 ../../mod/mood.php:63
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr "%1$s er for øyeblikket %2$s"
+
+#: ../../include/conversation.php:631 ../../include/ItemObject.php:114
+msgid "Select"
+msgstr "Velg"
+
+#: ../../include/conversation.php:632 ../../include/ItemObject.php:108
+#: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176
+#: ../../mod/admin.php:746 ../../mod/connedit.php:359
+#: ../../mod/filestorage.php:171 ../../mod/photos.php:1044
+msgid "Delete"
+msgstr "Slett"
+
+#: ../../include/conversation.php:642 ../../include/ItemObject.php:161
+msgid "Message is verified"
+msgstr "Innlegg er bekreftet"
+
+#: ../../include/conversation.php:662
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Vis %s sin profile @ %s"
+
+#: ../../include/conversation.php:676
+msgid "Categories:"
+msgstr "Kategorier:"
+
+#: ../../include/conversation.php:677
+msgid "Filed under:"
+msgstr "Sortert under:"
+
+#: ../../include/conversation.php:686 ../../include/ItemObject.php:226
+#, php-format
+msgid " from %s"
+msgstr "fra %s"
+
+#: ../../include/conversation.php:689 ../../include/ItemObject.php:229
+#, php-format
+msgid "last edited: %s"
+msgstr "sist endret: %s"
+
+#: ../../include/conversation.php:690 ../../include/ItemObject.php:230
+#, php-format
+msgid "Expires: %s"
+msgstr "Utløper: %s"
+
+#: ../../include/conversation.php:705
+msgid "View in context"
+msgstr "Vis i sammenheng"
+
+#: ../../include/conversation.php:707 ../../include/conversation.php:1120
+#: ../../include/ItemObject.php:259 ../../mod/editpost.php:121
+#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115
+#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:120
+#: ../../mod/photos.php:975
+msgid "Please wait"
+msgstr "Vennligst vent"
+
+#: ../../include/conversation.php:834
+msgid "remove"
+msgstr "fjern"
+
+#: ../../include/conversation.php:838
+msgid "Loading..."
+msgstr "Laster..."
+
+#: ../../include/conversation.php:839
+msgid "Delete Selected Items"
+msgstr "Slett valgte elementer"
+
+#: ../../include/conversation.php:930
+msgid "View Source"
+msgstr "Vis kilde"
+
+#: ../../include/conversation.php:931
+msgid "Follow Thread"
+msgstr "Følg tråd"
+
+#: ../../include/conversation.php:932
+msgid "View Status"
+msgstr "Vis status"
+
+#: ../../include/conversation.php:934
+msgid "View Photos"
+msgstr "Vis bilder"
+
+#: ../../include/conversation.php:935
+msgid "Matrix Activity"
+msgstr "Matrix-aktivitet"
+
+#: ../../include/conversation.php:936
+msgid "Edit Contact"
+msgstr "Endre kontakt"
+
+#: ../../include/conversation.php:937
+msgid "Send PM"
+msgstr "Send privat melding"
+
+#: ../../include/conversation.php:938
+msgid "Poke"
+msgstr "Prikk"
+
+#: ../../include/conversation.php:1000
+#, php-format
+msgid "%s likes this."
+msgstr "%s liker dette."
+
+#: ../../include/conversation.php:1000
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s liker ikke dette."
+
+#: ../../include/conversation.php:1004
+#, php-format
+msgid "%2$d people like this."
+msgid_plural "%2$d people like this."
+msgstr[0] "%2$d person liker dette."
+msgstr[1] "%2$d personer liker dette."
+
+#: ../../include/conversation.php:1006
+#, php-format
+msgid "%2$d people don't like this."
+msgid_plural "%2$d people don't like this."
+msgstr[0] "%2$d person liker ikke dette."
+msgstr[1] "%2$d personer liker ikke dette."
+
+#: ../../include/conversation.php:1012
+msgid "and"
+msgstr "og"
+
+#: ../../include/conversation.php:1015
+#, php-format
+msgid ", and %d other people"
+msgid_plural ", and %d other people"
+msgstr[0] ", og %d annen person"
+msgstr[1] ", og %d andre personer"
+
+#: ../../include/conversation.php:1016
+#, php-format
+msgid "%s like this."
+msgstr "%s liker dette."
+
+#: ../../include/conversation.php:1016
+#, php-format
+msgid "%s don't like this."
+msgstr "%s liker ikke dette."
+
+#: ../../include/conversation.php:1066
+msgid "Visible to everybody"
+msgstr "Synlig for alle"
+
+#: ../../include/conversation.php:1067 ../../mod/mail.php:171
+#: ../../mod/mail.php:269
+msgid "Please enter a link URL:"
+msgstr "Vennligst skriv inn en lenke URL:"
+
+#: ../../include/conversation.php:1068
+msgid "Please enter a video link/URL:"
+msgstr "Vennligst skriv en videolenke/URL:"
+
+#: ../../include/conversation.php:1069
+msgid "Please enter an audio link/URL:"
+msgstr "Vennligst skriv en lydlenke/URL:"
+
+#: ../../include/conversation.php:1070
+msgid "Tag term:"
+msgstr "Merkelapp:"
+
+#: ../../include/conversation.php:1071 ../../mod/filer.php:35
+msgid "Save to Folder:"
+msgstr "Lagre til mappe:"
+
+#: ../../include/conversation.php:1072
+msgid "Where are you right now?"
+msgstr "Hvor er du akkurat nå?"
+
+#: ../../include/conversation.php:1073 ../../mod/editpost.php:52
+#: ../../mod/mail.php:172 ../../mod/mail.php:270
+msgid "Expires YYYY-MM-DD HH:MM"
+msgstr "Utløper YYYY-MM-DD HH:MM"
+
+#: ../../include/conversation.php:1083 ../../include/ItemObject.php:557
+#: ../../mod/webpages.php:122 ../../mod/editpost.php:141
+#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:177
+#: ../../mod/editblock.php:142 ../../mod/photos.php:995
+msgid "Preview"
+msgstr "Forhåndsvisning"
+
+#: ../../include/conversation.php:1097 ../../mod/layouts.php:112
+#: ../../mod/photos.php:974
+msgid "Share"
+msgstr "Del"
+
+#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140
+msgid "Page link title"
+msgstr "Sidens lenketittel"
+
+#: ../../include/conversation.php:1101 ../../mod/editpost.php:113
+#: ../../mod/mail.php:219 ../../mod/mail.php:332 ../../mod/editlayout.php:107
+#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:112
+msgid "Upload photo"
+msgstr "Last opp bilde"
+
+#: ../../include/conversation.php:1102
+msgid "upload photo"
+msgstr "last opp bilde"
+
+#: ../../include/conversation.php:1103 ../../mod/editpost.php:114
+#: ../../mod/mail.php:220 ../../mod/mail.php:333 ../../mod/editlayout.php:108
+#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:113
+msgid "Attach file"
+msgstr "Legg ved fil"
+
+#: ../../include/conversation.php:1104
+msgid "attach file"
+msgstr "legg ved fil"
+
+#: ../../include/conversation.php:1105 ../../mod/editpost.php:115
+#: ../../mod/mail.php:221 ../../mod/mail.php:334 ../../mod/editlayout.php:109
+#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:114
+msgid "Insert web link"
+msgstr "Sett inn web-lenke"
+
+#: ../../include/conversation.php:1106
+msgid "web link"
+msgstr "web-lenke"
+
+#: ../../include/conversation.php:1107
+msgid "Insert video link"
+msgstr "Sett inn videolenke"
+
+#: ../../include/conversation.php:1108
+msgid "video link"
+msgstr "videolenke"
+
+#: ../../include/conversation.php:1109
+msgid "Insert audio link"
+msgstr "Sett inn lenke til lyd"
+
+#: ../../include/conversation.php:1110
+msgid "audio link"
+msgstr "lenke til lyd"
+
+#: ../../include/conversation.php:1111 ../../mod/editpost.php:119
+#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:151
+#: ../../mod/editblock.php:118
+msgid "Set your location"
+msgstr "Angi din plassering"
+
+#: ../../include/conversation.php:1112
+msgid "set location"
+msgstr "angi plassering"
+
+#: ../../include/conversation.php:1113 ../../mod/editpost.php:120
+#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:152
+#: ../../mod/editblock.php:119
+msgid "Clear browser location"
+msgstr "Fjern nettleserplassering"
+
+#: ../../include/conversation.php:1114
+msgid "clear location"
+msgstr "fjern plassering"
+
+#: ../../include/conversation.php:1116 ../../mod/editpost.php:133
+#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:169
+#: ../../mod/editblock.php:133
+msgid "Set title"
+msgstr "Angi tittel"
+
+#: ../../include/conversation.php:1119 ../../mod/editpost.php:135
+#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:171
+#: ../../mod/editblock.php:136
+msgid "Categories (comma-separated list)"
+msgstr "Kategorier (kommaseparert liste)"
+
+#: ../../include/conversation.php:1121 ../../mod/editpost.php:122
+#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:154
+#: ../../mod/editblock.php:121
+msgid "Permission settings"
+msgstr "Tillatelser - innstillinger"
+
+#: ../../include/conversation.php:1122
+msgid "permissions"
+msgstr "tillatelser"
+
+#: ../../include/conversation.php:1130 ../../mod/editpost.php:130
+#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:164
+#: ../../mod/editblock.php:130
+msgid "Public post"
+msgstr "Offentlig innlegg"
+
+#: ../../include/conversation.php:1132 ../../mod/editpost.php:136
+#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:172
+#: ../../mod/editblock.php:137
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Eksempel: ola@eksempel.no, kari@eksempel.no"
+
+#: ../../include/conversation.php:1145 ../../mod/editpost.php:147
+#: ../../mod/mail.php:226 ../../mod/mail.php:339 ../../mod/editlayout.php:141
+#: ../../mod/editwebpage.php:182 ../../mod/editblock.php:147
+msgid "Set expiration date"
+msgstr "Angi utløpsdato"
+
+#: ../../include/conversation.php:1147 ../../include/ItemObject.php:560
+#: ../../mod/editpost.php:149 ../../mod/mail.php:228 ../../mod/mail.php:341
+msgid "Encrypt text"
+msgstr "Krypter tekst"
+
+#: ../../include/conversation.php:1149 ../../mod/editpost.php:151
+msgid "OK"
+msgstr "OK"
+
+#: ../../include/conversation.php:1150 ../../mod/settings.php:516
+#: ../../mod/settings.php:542 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+#: ../../mod/editpost.php:152 ../../mod/fbrowser.php:82
+#: ../../mod/fbrowser.php:117
+msgid "Cancel"
+msgstr "Avbryt"
+
+#: ../../include/conversation.php:1381
+msgid "Commented Order"
+msgstr "Kommentert"
+
+#: ../../include/conversation.php:1384
+msgid "Sort by Comment Date"
+msgstr "Sorter etter kommentert dato"
+
+#: ../../include/conversation.php:1387
+msgid "Posted Order"
+msgstr "Lagt inn"
+
+#: ../../include/conversation.php:1390
+msgid "Sort by Post Date"
+msgstr "Sorter etter innleggsdato"
+
+#: ../../include/conversation.php:1394
+msgid "Personal"
+msgstr "Personlig"
+
+#: ../../include/conversation.php:1397
+msgid "Posts that mention or involve you"
+msgstr "Innlegg som nevner eller involverer deg"
+
+#: ../../include/conversation.php:1400 ../../mod/menu.php:61
+#: ../../mod/connections.php:211
+msgid "New"
+msgstr "Nye"
+
+#: ../../include/conversation.php:1403
+msgid "Activity Stream - by date"
+msgstr "Aktivitetsstrøm - etter dato"
+
+#: ../../include/conversation.php:1410
+msgid "Starred"
+msgstr "Stjerne"
+
+#: ../../include/conversation.php:1413
+msgid "Favourite Posts"
+msgstr "Favorittinnlegg"
+
+#: ../../include/conversation.php:1420
+msgid "Spam"
+msgstr "Søppel"
+
+#: ../../include/conversation.php:1423
+msgid "Posts flagged as SPAM"
+msgstr "Innlegg merket som SØPPEL"
+
+#: ../../include/conversation.php:1454
+msgid "Channel"
+msgstr "Kanal"
+
+#: ../../include/conversation.php:1457
+msgid "Status Messages and Posts"
+msgstr "Statusmeldinger og -innlegg"
+
+#: ../../include/conversation.php:1466
+msgid "About"
+msgstr "Om"
+
+#: ../../include/conversation.php:1469
+msgid "Profile Details"
+msgstr "Profildetaljer"
+
+#: ../../include/conversation.php:1478 ../../include/photos.php:302
+msgid "Photo Albums"
+msgstr "Fotoalbum"
+
+#: ../../include/conversation.php:1487
+msgid "Files and Storage"
+msgstr "Filer og lagring"
+
+#: ../../include/conversation.php:1496 ../../include/conversation.php:1499
+msgid "Chatrooms"
+msgstr "Chatrom"
+
+#: ../../include/conversation.php:1509
+msgid "Events and Calendar"
+msgstr "Hendelser og kalender"
+
+#: ../../include/conversation.php:1517
+msgid "Saved Bookmarks"
+msgstr "Lagrede bokmerker"
+
+#: ../../include/conversation.php:1528
+msgid "Manage Webpages"
+msgstr "Håndtere websider"
+
+#: ../../include/identity.php:30 ../../mod/item.php:1187
+msgid "Unable to obtain identity information from database"
+msgstr "Klarer ikke å få tak i identitetsinformasjon fra databasen"
+
+#: ../../include/identity.php:63
+msgid "Empty name"
+msgstr "Mangler navn"
+
+#: ../../include/identity.php:65
+msgid "Name too long"
+msgstr "Navnet er for langt"
+
+#: ../../include/identity.php:147
+msgid "No account identifier"
+msgstr "Ingen kontoidentifikator"
+
+#: ../../include/identity.php:157
+msgid "Nickname is required."
+msgstr "Kallenavn er påkrevd."
+
+#: ../../include/identity.php:171
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "Kallenavnet inneholder tegn som ikke er støttet eller det er allerede i bruk på dette nettstedet."
+
+#: ../../include/identity.php:230
+msgid "Unable to retrieve created identity"
+msgstr "Klarer ikke å hente den lagede identiteten"
+
+#: ../../include/identity.php:289
+msgid "Default Profile"
+msgstr "Standardprofil"
+
+#: ../../include/identity.php:481
+msgid "Requested channel is not available."
+msgstr "Forespurt kanal er ikke tilgjengelig."
+
+#: ../../include/identity.php:528 ../../mod/webpages.php:8
+#: ../../mod/connect.php:13 ../../mod/layouts.php:8
+#: ../../mod/achievements.php:8 ../../mod/blocks.php:10
+#: ../../mod/profile.php:16 ../../mod/filestorage.php:40
+msgid "Requested profile is not available."
+msgstr "Forespurt profil er ikke tilgjengelig."
+
+#: ../../include/identity.php:580
+msgid " Sorry, you don't have the permission to view this profile. "
+msgstr "Beklager, du har ikke tillatelse til å se denne profilen."
+
+#: ../../include/identity.php:657 ../../mod/profiles.php:603
+msgid "Change profile photo"
+msgstr "Endre profilbilde"
+
+#: ../../include/identity.php:663
+msgid "Profiles"
+msgstr "Profiler"
+
+#: ../../include/identity.php:663
+msgid "Manage/edit profiles"
+msgstr "Håndtere/endre profiler"
+
+#: ../../include/identity.php:664 ../../mod/profiles.php:604
+msgid "Create New Profile"
+msgstr "Lag ny profil"
+
+#: ../../include/identity.php:667
+msgid "Edit Profile"
+msgstr "Endre profil"
+
+#: ../../include/identity.php:678 ../../mod/profiles.php:615
+msgid "Profile Image"
+msgstr "Profilbilde"
+
+#: ../../include/identity.php:681 ../../mod/profiles.php:618
+msgid "visible to everybody"
+msgstr "synlig for alle"
+
+#: ../../include/identity.php:682 ../../mod/profiles.php:619
+msgid "Edit visibility"
+msgstr "Endre synlighet"
+
+#: ../../include/identity.php:696 ../../include/identity.php:923
+#: ../../mod/directory.php:159
+msgid "Gender:"
+msgstr "Kjønn:"
+
+#: ../../include/identity.php:697 ../../include/identity.php:943
+#: ../../mod/directory.php:161
+msgid "Status:"
+msgstr "Status:"
+
+#: ../../include/identity.php:698 ../../include/identity.php:954
+#: ../../mod/directory.php:163
+msgid "Homepage:"
+msgstr "Hjemmeside:"
+
+#: ../../include/identity.php:699 ../../mod/dirprofile.php:157
+msgid "Online Now"
+msgstr "Online nå"
+
+#: ../../include/identity.php:767 ../../include/identity.php:847
+#: ../../mod/ping.php:262
+msgid "g A l F d"
+msgstr "g A l F d"
+
+#: ../../include/identity.php:768 ../../include/identity.php:848
+msgid "F d"
+msgstr "F d"
+
+#: ../../include/identity.php:813 ../../include/identity.php:888
+#: ../../mod/ping.php:284
+msgid "[today]"
+msgstr "[idag]"
+
+#: ../../include/identity.php:825
+msgid "Birthday Reminders"
+msgstr "Fødselsdagspåminnnelser"
+
+#: ../../include/identity.php:826
+msgid "Birthdays this week:"
+msgstr "Fødselsdager denne uken:"
+
+#: ../../include/identity.php:881
+msgid "[No description]"
+msgstr "[Ingen beskrivelse]"
+
+#: ../../include/identity.php:899
+msgid "Event Reminders"
+msgstr "Hendelsespåminnelser"
+
+#: ../../include/identity.php:900
+msgid "Events this week:"
+msgstr "Hendelser denne uken:"
+
+#: ../../include/identity.php:913 ../../include/identity.php:997
+#: ../../mod/profperm.php:107
+msgid "Profile"
+msgstr "Profil"
+
+#: ../../include/identity.php:921 ../../mod/settings.php:937
+msgid "Full Name:"
+msgstr "Fullt navn:"
+
+#: ../../include/identity.php:928
+msgid "j F, Y"
+msgstr "j F, Y"
+
+#: ../../include/identity.php:929
+msgid "j F"
+msgstr "j F"
+
+#: ../../include/identity.php:936
+msgid "Birthday:"
+msgstr "Fødselsdag:"
+
+#: ../../include/identity.php:940
+msgid "Age:"
+msgstr "Alder:"
+
+#: ../../include/identity.php:949
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "for %1$d %2$s"
+
+#: ../../include/identity.php:952 ../../mod/profiles.php:526
+msgid "Sexual Preference:"
+msgstr "Seksuell preferanse:"
+
+#: ../../include/identity.php:956 ../../mod/profiles.php:528
+msgid "Hometown:"
+msgstr "Hjemby:"
+
+#: ../../include/identity.php:958
+msgid "Tags:"
+msgstr "Merkelapper:"
+
+#: ../../include/identity.php:960 ../../mod/profiles.php:529
+msgid "Political Views:"
+msgstr "Politiske synspunkter:"
+
+#: ../../include/identity.php:962
+msgid "Religion:"
+msgstr "Religion:"
+
+#: ../../include/identity.php:964 ../../mod/directory.php:165
+msgid "About:"
+msgstr "Om:"
+
+#: ../../include/identity.php:966
+msgid "Hobbies/Interests:"
+msgstr "Hobbyer/interesser:"
+
+#: ../../include/identity.php:968 ../../mod/profiles.php:532
+msgid "Likes:"
+msgstr "Liker:"
+
+#: ../../include/identity.php:970 ../../mod/profiles.php:533
+msgid "Dislikes:"
+msgstr "Misliker:"
+
+#: ../../include/identity.php:973
+msgid "Contact information and Social Networks:"
+msgstr "Kontaktinformasjon og sosiale nettverk:"
+
+#: ../../include/identity.php:975
+msgid "My other channels:"
+msgstr "Mine andre kanaler:"
+
+#: ../../include/identity.php:977
+msgid "Musical interests:"
+msgstr "Musikkinteresse:"
+
+#: ../../include/identity.php:979
+msgid "Books, literature:"
+msgstr "Bøker, litteratur:"
+
+#: ../../include/identity.php:981
+msgid "Television:"
+msgstr "TV:"
+
+#: ../../include/identity.php:983
+msgid "Film/dance/culture/entertainment:"
+msgstr "Film/dans/kultur/underholdning:"
+
+#: ../../include/identity.php:985
+msgid "Love/Romance:"
+msgstr "Kjærlighet/romantikk:"
+
+#: ../../include/identity.php:987
+msgid "Work/employment:"
+msgstr "Arbeid/sysselsetting:"
+
+#: ../../include/identity.php:989
+msgid "School/education:"
+msgstr "Skole/utdannelse:"
+
+#: ../../include/ItemObject.php:89 ../../mod/photos.php:847
+msgid "Private Message"
+msgstr "Privat melding"
+
+#: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8
+#: ../../include/menu.php:42 ../../mod/thing.php:235
+#: ../../mod/settings.php:577 ../../mod/menu.php:59 ../../mod/webpages.php:118
+#: ../../mod/editpost.php:112 ../../mod/layouts.php:111
+#: ../../mod/editlayout.php:106 ../../mod/blocks.php:93
+#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:111
+#: ../../mod/filestorage.php:170
+msgid "Edit"
+msgstr "Endre"
+
+#: ../../include/ItemObject.php:118
+msgid "save to folder"
+msgstr "lagre i mappe"
+
+#: ../../include/ItemObject.php:146
+msgid "add star"
+msgstr "legg til stjerne"
+
+#: ../../include/ItemObject.php:147
+msgid "remove star"
+msgstr "ta bort stjerne"
+
+#: ../../include/ItemObject.php:148
+msgid "toggle star status"
+msgstr "Skru av og på stjernestatus"
+
+#: ../../include/ItemObject.php:152
+msgid "starred"
+msgstr "stjernemerket"
+
+#: ../../include/ItemObject.php:169
+msgid "add tag"
+msgstr "legg til merkelapp"
+
+#: ../../include/ItemObject.php:184 ../../mod/photos.php:972
+msgid "I like this (toggle)"
+msgstr "Jeg liker dette (skru av og på)"
+
+#: ../../include/ItemObject.php:184 ../../include/taxonomy.php:254
+msgid "like"
+msgstr "liker"
+
+#: ../../include/ItemObject.php:185 ../../mod/photos.php:973
+msgid "I don't like this (toggle)"
+msgstr "Jeg liker ikke dette (skru av og på)"
+
+#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255
+msgid "dislike"
+msgstr "misliker"
+
+#: ../../include/ItemObject.php:187
+msgid "Share this"
+msgstr "Del dette"
+
+#: ../../include/ItemObject.php:187
+msgid "share"
+msgstr "del"
+
+#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Vis %s sin profil - %s"
+
+#: ../../include/ItemObject.php:213
+msgid "to"
+msgstr "til"
+
+#: ../../include/ItemObject.php:214
+msgid "via"
+msgstr "via"
+
+#: ../../include/ItemObject.php:215
+msgid "Wall-to-Wall"
+msgstr "vegg-til-vegg"
+
+#: ../../include/ItemObject.php:216
+msgid "via Wall-To-Wall:"
+msgstr "via vegg-til-vegg:"
+
+#: ../../include/ItemObject.php:250
+msgid "Bookmark Links"
+msgstr "Bokmerkelenker"
+
+#: ../../include/ItemObject.php:280
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d kommentar"
+msgstr[1] "%d kommentarer"
+
+#: ../../include/ItemObject.php:545 ../../mod/photos.php:991
+#: ../../mod/photos.php:1078
+msgid "This is you"
+msgstr "Dette er deg"
+
+#: ../../include/ItemObject.php:548 ../../mod/events.php:469
+#: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/invite.php:156
+#: ../../mod/settings.php:515 ../../mod/settings.php:627
+#: ../../mod/settings.php:655 ../../mod/settings.php:679
+#: ../../mod/settings.php:751 ../../mod/settings.php:929
+#: ../../mod/chat.php:174 ../../mod/chat.php:206 ../../mod/connect.php:92
+#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:431
+#: ../../mod/admin.php:739 ../../mod/admin.php:879 ../../mod/admin.php:1078
+#: ../../mod/admin.php:1165 ../../mod/connedit.php:437
+#: ../../mod/profiles.php:506 ../../mod/sources.php:104
+#: ../../mod/sources.php:138 ../../mod/setup.php:304 ../../mod/setup.php:347
+#: ../../mod/import.php:387 ../../mod/mail.php:223 ../../mod/mail.php:335
+#: ../../mod/poke.php:166 ../../mod/fsuggest.php:108
+#: ../../mod/filestorage.php:131 ../../mod/photos.php:566
+#: ../../mod/photos.php:671 ../../mod/photos.php:954 ../../mod/photos.php:994
+#: ../../mod/photos.php:1081 ../../mod/mood.php:142
+#: ../../view/theme/redbasic/php/config.php:93
+#: ../../view/theme/apw/php/config.php:256
+#: ../../view/theme/blogga/view/theme/blog/config.php:67
+#: ../../view/theme/blogga/php/config.php:67
+msgid "Submit"
+msgstr "Send"
+
+#: ../../include/ItemObject.php:549
+msgid "Bold"
+msgstr "Uthevet"
+
+#: ../../include/ItemObject.php:550
+msgid "Italic"
+msgstr "Kursiv"
+
+#: ../../include/ItemObject.php:551
+msgid "Underline"
+msgstr "Understreket"
+
+#: ../../include/ItemObject.php:552
+msgid "Quote"
+msgstr "Sitat"
+
+#: ../../include/ItemObject.php:553
+msgid "Code"
+msgstr "Kode"
+
+#: ../../include/ItemObject.php:554
+msgid "Image"
+msgstr "Bilde"
+
+#: ../../include/ItemObject.php:555
+msgid "Link"
+msgstr "Lenke"
+
+#: ../../include/ItemObject.php:556
+msgid "Video"
+msgstr "Video"
+
+#: ../../include/api.php:1022
+msgid "Public Timeline"
+msgstr "Offentlig tidslinje"
+
+#: ../../include/network.php:640
+msgid "view full size"
+msgstr "vis full størrelse"
+
+#: ../../include/notify.php:23
+msgid "created a new post"
+msgstr "laget et nytt innlegg"
+
+#: ../../include/notify.php:24
+#, php-format
+msgid "commented on %s's post"
+msgstr "kommenterte på %s sitt innlegg"
#: ../../include/profile_selectors.php:6
msgid "Male"
-msgstr "Mann"
+msgstr "Mannlig"
#: ../../include/profile_selectors.php:6
msgid "Female"
-msgstr "Kvinne"
+msgstr "Kvinnelig"
#: ../../include/profile_selectors.php:6
msgid "Currently Male"
-msgstr "For øyeblikket mann"
+msgstr "For tiden mann"
#: ../../include/profile_selectors.php:6
msgid "Currently Female"
-msgstr "For øyeblikket kvinne"
+msgstr "For tiden kvinne"
#: ../../include/profile_selectors.php:6
msgid "Mostly Male"
-msgstr "Stort sett mann"
+msgstr "For det meste mann"
#: ../../include/profile_selectors.php:6
msgid "Mostly Female"
-msgstr "Stort sett kvinne"
+msgstr "For det meste kvinne"
#: ../../include/profile_selectors.php:6
msgid "Transgender"
@@ -7365,7 +2401,7 @@ msgstr "Transkjønnet"
#: ../../include/profile_selectors.php:6
msgid "Intersex"
-msgstr "Tvekjønnet"
+msgstr "interkjønnet"
#: ../../include/profile_selectors.php:6
msgid "Transsexual"
@@ -7381,11 +2417,11 @@ msgstr "Intetkjønn"
#: ../../include/profile_selectors.php:6
msgid "Non-specific"
-msgstr "Ikke spesifisert"
+msgstr "Ubestemt"
#: ../../include/profile_selectors.php:6
msgid "Other"
-msgstr "Annet"
+msgstr "Annen"
#: ../../include/profile_selectors.php:6
msgid "Undecided"
@@ -7401,11 +2437,11 @@ msgstr "Kvinner"
#: ../../include/profile_selectors.php:23
msgid "Gay"
-msgstr "Homse"
+msgstr "Homo"
#: ../../include/profile_selectors.php:23
msgid "Lesbian"
-msgstr "Lesbe"
+msgstr "Lesbisk"
#: ../../include/profile_selectors.php:23
msgid "No Preference"
@@ -7429,7 +2465,7 @@ msgstr "Jomfru"
#: ../../include/profile_selectors.php:23
msgid "Deviant"
-msgstr "Avvikende"
+msgstr "Avviker"
#: ../../include/profile_selectors.php:23
msgid "Fetish"
@@ -7437,15 +2473,15 @@ msgstr "Fetisj"
#: ../../include/profile_selectors.php:23
msgid "Oodles"
-msgstr "Mange"
+msgstr "Masse"
#: ../../include/profile_selectors.php:23
msgid "Nonsexual"
-msgstr "Aseksuell"
+msgstr "Ikke-seksuell"
#: ../../include/profile_selectors.php:42
msgid "Single"
-msgstr "Alene"
+msgstr "Enslig"
#: ../../include/profile_selectors.php:42
msgid "Lonely"
@@ -7461,15 +2497,15 @@ msgstr "Ikke tilgjengelig"
#: ../../include/profile_selectors.php:42
msgid "Has crush"
-msgstr ""
+msgstr "Er forelsket"
#: ../../include/profile_selectors.php:42
msgid "Infatuated"
-msgstr ""
+msgstr "Betatt"
#: ../../include/profile_selectors.php:42
msgid "Dating"
-msgstr "Stevnemøter/dater"
+msgstr "Sammen med"
#: ../../include/profile_selectors.php:42
msgid "Unfaithful"
@@ -7479,14 +2515,9 @@ msgstr "Utro"
msgid "Sex Addict"
msgstr "Sexavhengig"
-#: ../../include/profile_selectors.php:42 ../../include/user.php:278
-#: ../../include/user.php:282
-msgid "Friends"
-msgstr "Venner"
-
#: ../../include/profile_selectors.php:42
msgid "Friends/Benefits"
-msgstr "Venner med fordeler"
+msgstr "Venner med frynsegoder"
#: ../../include/profile_selectors.php:42
msgid "Casual"
@@ -7502,7 +2533,7 @@ msgstr "Gift"
#: ../../include/profile_selectors.php:42
msgid "Imaginarily married"
-msgstr ""
+msgstr "Gift i fantasien"
#: ../../include/profile_selectors.php:42
msgid "Partners"
@@ -7510,11 +2541,11 @@ msgstr "Partnere"
#: ../../include/profile_selectors.php:42
msgid "Cohabiting"
-msgstr "Samboere"
+msgstr "Samboer"
#: ../../include/profile_selectors.php:42
msgid "Common law"
-msgstr ""
+msgstr "Samboer"
#: ../../include/profile_selectors.php:42
msgid "Happy"
@@ -7522,11 +2553,11 @@ msgstr "Lykkelig"
#: ../../include/profile_selectors.php:42
msgid "Not looking"
-msgstr ""
+msgstr "Ikke på utkikk"
#: ../../include/profile_selectors.php:42
msgid "Swinger"
-msgstr "Partnerbytte/swinger"
+msgstr "Partnerbytte"
#: ../../include/profile_selectors.php:42
msgid "Betrayed"
@@ -7538,7 +2569,7 @@ msgstr "Separert"
#: ../../include/profile_selectors.php:42
msgid "Unstable"
-msgstr "Ustabil"
+msgstr "Ustabilt"
#: ../../include/profile_selectors.php:42
msgid "Divorced"
@@ -7546,1220 +2577,4869 @@ msgstr "Skilt"
#: ../../include/profile_selectors.php:42
msgid "Imaginarily divorced"
-msgstr ""
+msgstr "Skilt i fantasien"
#: ../../include/profile_selectors.php:42
msgid "Widowed"
-msgstr "Enke/enkemann"
+msgstr "Enke"
#: ../../include/profile_selectors.php:42
msgid "Uncertain"
-msgstr "Usikker"
+msgstr "Usikkert"
#: ../../include/profile_selectors.php:42
msgid "It's complicated"
-msgstr ""
+msgstr "Det er komplisert"
#: ../../include/profile_selectors.php:42
msgid "Don't care"
-msgstr "Uinteressert"
+msgstr "Bryr meg ikke"
#: ../../include/profile_selectors.php:42
msgid "Ask me"
msgstr "Spør meg"
-#: ../../include/event.php:20 ../../include/bb2diaspora.php:396
-msgid "Starts:"
-msgstr "Starter:"
+#: ../../include/chat.php:10
+msgid "Missing room name"
+msgstr "Mangler romnavn"
-#: ../../include/event.php:30 ../../include/bb2diaspora.php:404
-msgid "Finishes:"
-msgstr "Slutter:"
+#: ../../include/chat.php:19
+msgid "Duplicate room name"
+msgstr "Duplikat romnavn"
-#: ../../include/delivery.php:457 ../../include/notifier.php:703
-msgid "(no subject)"
-msgstr "(uten emne)"
+#: ../../include/chat.php:68 ../../include/chat.php:76
+msgid "Invalid room specifier."
+msgstr "Ugyldig rom-spesifisering"
-#: ../../include/Scrape.php:576
-msgid " on Last.fm"
-msgstr ""
+#: ../../include/chat.php:102
+msgid "Room not found."
+msgstr "Rommet ble ikke funnet."
-#: ../../include/text.php:243
-msgid "prev"
-msgstr "forrige"
+#: ../../include/chat.php:123
+msgid "Room is full"
+msgstr "Rommet er fullt"
-#: ../../include/text.php:245
-msgid "first"
-msgstr "første"
+#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:78
+#: ../../view/theme/apw/php/config.php:185
+msgid "Default"
+msgstr "Standard"
-#: ../../include/text.php:274
-msgid "last"
-msgstr "siste"
+#: ../../include/taxonomy.php:210
+msgid "Tags"
+msgstr "Merkelapper"
-#: ../../include/text.php:277
-msgid "next"
-msgstr "neste"
+#: ../../include/taxonomy.php:227
+msgid "Keywords"
+msgstr "Nøkkelord"
-#: ../../include/text.php:295
-msgid "newer"
-msgstr ""
+#: ../../include/taxonomy.php:252
+msgid "have"
+msgstr "har"
-#: ../../include/text.php:299
-msgid "older"
-msgstr ""
+#: ../../include/taxonomy.php:252
+msgid "has"
+msgstr "har"
-#: ../../include/text.php:597
-msgid "No contacts"
-msgstr "Ingen kontakter"
+#: ../../include/taxonomy.php:253
+msgid "want"
+msgstr "ønsker"
-#: ../../include/text.php:606
+#: ../../include/taxonomy.php:253
+msgid "wants"
+msgstr "ønsker"
+
+#: ../../include/taxonomy.php:254
+msgid "likes"
+msgstr "liker"
+
+#: ../../include/taxonomy.php:255
+msgid "dislikes"
+msgstr "misliker"
+
+#: ../../include/auth.php:79
+msgid "Logged out."
+msgstr "Logget ut."
+
+#: ../../include/auth.php:197
+msgid "Failed authentication"
+msgstr "Mislykket autentisering"
+
+#: ../../include/auth.php:212 ../../mod/openid.php:188
+msgid "Login failed."
+msgstr "Innlogging mislyktes."
+
+#: ../../include/account.php:23
+msgid "Not a valid email address"
+msgstr "Ikke en gyldig e-postadresse"
+
+#: ../../include/account.php:25
+msgid "Your email domain is not among those allowed on this site"
+msgstr "Ditt e-postdomene er ikke blant de som er tillatt på dette stedet"
+
+#: ../../include/account.php:31
+msgid "Your email address is already registered at this site."
+msgstr "Din e-postadresse er allerede registrert på dette nettstedet."
+
+#: ../../include/account.php:64
+msgid "An invitation is required."
+msgstr "En invitasjon er påkrevd."
+
+#: ../../include/account.php:68
+msgid "Invitation could not be verified."
+msgstr "Invitasjon kunne ikke bekreftes."
+
+#: ../../include/account.php:119
+msgid "Please enter the required information."
+msgstr "Vennligst skriv inn nødvendig informasjon."
+
+#: ../../include/account.php:187
+msgid "Failed to store account information."
+msgstr "Mislyktes med å lagre kontoinformasjon."
+
+#: ../../include/account.php:273
#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d kontakt"
-msgstr[1] "%d kontakter"
+msgid "Registration request at %s"
+msgstr "Registreringsforespørsel hos %s"
-#: ../../include/text.php:719
-msgid "poke"
-msgstr ""
+#: ../../include/account.php:275 ../../include/account.php:302
+#: ../../include/account.php:359
+msgid "Administrator"
+msgstr "Administrator"
-#: ../../include/text.php:719 ../../include/conversation.php:210
-msgid "poked"
-msgstr ""
+#: ../../include/account.php:297
+msgid "your registration password"
+msgstr "ditt registreringspassord"
-#: ../../include/text.php:720
-msgid "ping"
-msgstr ""
+#: ../../include/account.php:300 ../../include/account.php:357
+#, php-format
+msgid "Registration details for %s"
+msgstr "Registreringsdetaljer for %s"
-#: ../../include/text.php:720
-msgid "pinged"
-msgstr ""
+#: ../../include/account.php:366
+msgid "Account approved."
+msgstr "Konto godkjent."
-#: ../../include/text.php:721
-msgid "prod"
-msgstr ""
+#: ../../include/account.php:400
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registrering trukket tilbake for %s"
-#: ../../include/text.php:721
-msgid "prodded"
-msgstr ""
+#: ../../include/dir_fns.php:15
+msgid "Sort Options"
+msgstr "Sorteringsmuligheter"
-#: ../../include/text.php:722
-msgid "slap"
-msgstr ""
+#: ../../include/dir_fns.php:16
+msgid "Alphabetic"
+msgstr "Alfabetisk"
-#: ../../include/text.php:722
-msgid "slapped"
-msgstr ""
+#: ../../include/dir_fns.php:17
+msgid "Reverse Alphabetic"
+msgstr "Omvendt alfabetisk"
-#: ../../include/text.php:723
-msgid "finger"
-msgstr ""
+#: ../../include/dir_fns.php:18
+msgid "Newest to Oldest"
+msgstr "Nyest til eldst"
-#: ../../include/text.php:723
-msgid "fingered"
-msgstr ""
+#: ../../include/dir_fns.php:30
+msgid "Enable Safe Search"
+msgstr "Skru på Trygt søk"
-#: ../../include/text.php:724
-msgid "rebuff"
-msgstr ""
+#: ../../include/dir_fns.php:32
+msgid "Disable Safe Search"
+msgstr "Skru av Trygt søk"
-#: ../../include/text.php:724
-msgid "rebuffed"
-msgstr ""
+#: ../../include/dir_fns.php:34
+msgid "Safe Mode"
+msgstr "Trygt modus"
-#: ../../include/text.php:736
-msgid "happy"
-msgstr ""
+#: ../../include/enotify.php:40
+msgid "Red Matrix Notification"
+msgstr "Red Matrix-varsling"
-#: ../../include/text.php:737
-msgid "sad"
-msgstr ""
+#: ../../include/enotify.php:41
+msgid "redmatrix"
+msgstr "redmatrix"
-#: ../../include/text.php:738
-msgid "mellow"
-msgstr ""
+#: ../../include/enotify.php:43
+msgid "Thank You,"
+msgstr "Tusen takk,"
-#: ../../include/text.php:739
-msgid "tired"
-msgstr ""
+#: ../../include/enotify.php:45
+#, php-format
+msgid "%s Administrator"
+msgstr "%s administrator"
-#: ../../include/text.php:740
-msgid "perky"
-msgstr ""
+#: ../../include/enotify.php:80
+#, php-format
+msgid "%s "
+msgstr "%s "
-#: ../../include/text.php:741
-msgid "angry"
-msgstr ""
+#: ../../include/enotify.php:84
+#, php-format
+msgid "[Red:Notify] New mail received at %s"
+msgstr "[Red:Notify] Ny melding mottatt hos %s"
-#: ../../include/text.php:742
-msgid "stupified"
-msgstr ""
+#: ../../include/enotify.php:86
+#, php-format
+msgid "%1$s, %2$s sent you a new private message at %3$s."
+msgstr "%1$s, %2$s sendte deg en ny privat melding på %3$s."
-#: ../../include/text.php:743
-msgid "puzzled"
-msgstr ""
+#: ../../include/enotify.php:87
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s sendte deg %2$s."
-#: ../../include/text.php:744
-msgid "interested"
-msgstr ""
+#: ../../include/enotify.php:87
+msgid "a private message"
+msgstr "en privat melding"
-#: ../../include/text.php:745
-msgid "bitter"
-msgstr ""
+#: ../../include/enotify.php:88
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Vennligst besøk %s for å se og/eller svare på dine private meldinger."
-#: ../../include/text.php:746
-msgid "cheerful"
-msgstr ""
+#: ../../include/enotify.php:142
+#, php-format
+msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]"
+msgstr "%1$s, %2$s kommenterte på [zrl=%3$s]a %4$s[/zrl]"
-#: ../../include/text.php:747
-msgid "alive"
-msgstr ""
+#: ../../include/enotify.php:150
+#, php-format
+msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]"
+msgstr "%1$s, %2$s kommenterte på [zrl=%3$s]%4$s's %5$s[/zrl]"
-#: ../../include/text.php:748
-msgid "annoyed"
-msgstr ""
+#: ../../include/enotify.php:159
+#, php-format
+msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]"
+msgstr "%1$s, %2$s kommenterte på [zrl=%3$s]din %4$s[/zrl]"
-#: ../../include/text.php:749
-msgid "anxious"
-msgstr ""
+#: ../../include/enotify.php:170
+#, php-format
+msgid "[Red:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Red:Notify] Kommentar til samtale #%1$d av %2$s"
-#: ../../include/text.php:750
-msgid "cranky"
-msgstr ""
+#: ../../include/enotify.php:171
+#, php-format
+msgid "%1$s, %2$s commented on an item/conversation you have been following."
+msgstr "%1$s, %2$s kommenterte på et element eller en samtale du følger"
-#: ../../include/text.php:751
-msgid "disturbed"
-msgstr ""
+#: ../../include/enotify.php:174 ../../include/enotify.php:189
+#: ../../include/enotify.php:215 ../../include/enotify.php:234
+#: ../../include/enotify.php:248
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Vennligst besøk %s for å se og/eller svare i samtalen"
-#: ../../include/text.php:752
-msgid "frustrated"
-msgstr ""
+#: ../../include/enotify.php:180
+#, php-format
+msgid "[Red:Notify] %s posted to your profile wall"
+msgstr "[Red:Notify] %s skrev et innlegg på din profilvegg"
-#: ../../include/text.php:753
-msgid "motivated"
-msgstr ""
+#: ../../include/enotify.php:182
+#, php-format
+msgid "%1$s, %2$s posted to your profile wall at %3$s"
+msgstr "%1$s, %2$s skrev et innlegg på din profilvegg på %3$s"
-#: ../../include/text.php:754
-msgid "relaxed"
-msgstr ""
+#: ../../include/enotify.php:184
+#, php-format
+msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]"
+msgstr "%1$s, %2$s skrev et innlegg på [zrl=%3$s]din vegg[/zrl]"
-#: ../../include/text.php:755
-msgid "surprised"
-msgstr ""
+#: ../../include/enotify.php:208
+#, php-format
+msgid "[Red:Notify] %s tagged you"
+msgstr "[Red:Notify] %s merket deg"
-#: ../../include/text.php:921
-msgid "January"
-msgstr "januar"
+#: ../../include/enotify.php:209
+#, php-format
+msgid "%1$s, %2$s tagged you at %3$s"
+msgstr "%1$s, %2$s merket deg på %3$s"
-#: ../../include/text.php:921
-msgid "February"
-msgstr "februar"
+#: ../../include/enotify.php:210
+#, php-format
+msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]."
+msgstr "%1$s, %2$s [zrl=%3$s]merket deg[/zrl]."
-#: ../../include/text.php:921
-msgid "March"
-msgstr "mars"
+#: ../../include/enotify.php:223
+#, php-format
+msgid "[Red:Notify] %1$s poked you"
+msgstr "[Red:Notify] %1$s prikket deg"
-#: ../../include/text.php:921
-msgid "April"
-msgstr "april"
+#: ../../include/enotify.php:224
+#, php-format
+msgid "%1$s, %2$s poked you at %3$s"
+msgstr "%1$s, %2$s dyttet deg på %3$s"
-#: ../../include/text.php:921
-msgid "May"
-msgstr "mai"
+#: ../../include/enotify.php:225
+#, php-format
+msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]."
+msgstr "%1$s, %2$s [zrl=%2$s]dyttet deg[/zrl]."
-#: ../../include/text.php:921
-msgid "June"
-msgstr "juni"
+#: ../../include/enotify.php:241
+#, php-format
+msgid "[Red:Notify] %s tagged your post"
+msgstr "[Red:Notify] %s merket ditt innlegg"
-#: ../../include/text.php:921
-msgid "July"
-msgstr "juli"
+#: ../../include/enotify.php:242
+#, php-format
+msgid "%1$s, %2$s tagged your post at %3$s"
+msgstr "%1$s, %2$s merket ditt innlegg på %3$s"
-#: ../../include/text.php:921
-msgid "August"
-msgstr "august"
+#: ../../include/enotify.php:243
+#, php-format
+msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]"
+msgstr "%1$s, %2$s merket [zrl=%3$s]ditt innlegg[/zrl]"
-#: ../../include/text.php:921
-msgid "September"
-msgstr "september"
+#: ../../include/enotify.php:255
+msgid "[Red:Notify] Introduction received"
+msgstr "[Red:Notify] Introduksjon mottatt"
-#: ../../include/text.php:921
-msgid "October"
-msgstr "oktober"
+#: ../../include/enotify.php:256
+#, php-format
+msgid "%1$s, you've received an introduction from '%2$s' at %3$s"
+msgstr "%1$s, du har mottatt en introduksjon fra '%2$s' på %3$s"
-#: ../../include/text.php:921
-msgid "November"
-msgstr "november"
+#: ../../include/enotify.php:257
+#, php-format
+msgid "%1$s, you've received [zrl=%2$s]an introduction[/zrl] from %3$s."
+msgstr "%1$s, du mottok [zrl=%2$s]en introduksjon[/zrl] fra %3$s."
-#: ../../include/text.php:921
-msgid "December"
-msgstr "desember"
+#: ../../include/enotify.php:261 ../../include/enotify.php:280
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Du kan besøke profilen deres på %s"
-#: ../../include/text.php:1007
-msgid "bytes"
-msgstr "bytes"
+#: ../../include/enotify.php:263
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Vennligst besøk %s for å godkjenne eller avslå denne introduksjonen."
-#: ../../include/text.php:1034 ../../include/text.php:1046
-msgid "Click to open/close"
-msgstr ""
+#: ../../include/enotify.php:270
+msgid "[Red:Notify] Friend suggestion received"
+msgstr "[Red:Notify] Venneforslag mottatt"
-#: ../../include/text.php:1219 ../../include/user.php:236
-msgid "default"
-msgstr ""
+#: ../../include/enotify.php:271
+#, php-format
+msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s"
+msgstr "%1$s, du har mottatt en venneforespørsel fra '%2$s' hos %3$s"
-#: ../../include/text.php:1231
-msgid "Select an alternate language"
-msgstr "Velg et annet språk"
-
-#: ../../include/text.php:1441
-msgid "activity"
-msgstr ""
-
-#: ../../include/text.php:1444
-msgid "post"
-msgstr ""
-
-#: ../../include/text.php:1599
-msgid "Item filed"
-msgstr ""
-
-#: ../../include/diaspora.php:691
-msgid "Sharing notification from Diaspora network"
-msgstr "Dele varslinger fra Diaspora nettverket"
-
-#: ../../include/diaspora.php:2211
-msgid "Attachments:"
-msgstr ""
-
-#: ../../include/network.php:849
-msgid "view full size"
-msgstr ""
-
-#: ../../include/oembed.php:137
-msgid "Embedded content"
-msgstr ""
-
-#: ../../include/oembed.php:146
-msgid "Embedding disabled"
-msgstr "Innebygging avskrudd"
-
-#: ../../include/group.php:25
+#: ../../include/enotify.php:272
+#, php-format
msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"may apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr ""
+"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from "
+"%4$s."
+msgstr "%1$s, du har mottatt [zrl=%2$s]et venneforslaget[/zrl] angående %3$s fra %4$s. "
-#: ../../include/group.php:176
-msgid "Default privacy group for new contacts"
-msgstr ""
+#: ../../include/enotify.php:278
+msgid "Name:"
+msgstr "Navn:"
-#: ../../include/group.php:195
-msgid "Everybody"
-msgstr "Alle"
+#: ../../include/enotify.php:279
+msgid "Photo:"
+msgstr "Bilde:"
-#: ../../include/group.php:218
-msgid "edit"
-msgstr ""
+#: ../../include/enotify.php:282
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Vennligst besøk %s for å godkjenne eller avslå dette forslaget."
-#: ../../include/group.php:240
-msgid "Edit group"
-msgstr ""
+#: ../../include/photos.php:89
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "Bilde overstiger nettstedets størrelsesbegrensning på %lu bytes"
-#: ../../include/group.php:241
-msgid "Create a new group"
-msgstr "Lag en ny gruppe"
+#: ../../include/photos.php:96
+msgid "Image file is empty."
+msgstr "Bildefilen er tom."
-#: ../../include/group.php:242
-msgid "Contacts not in any group"
-msgstr ""
+#: ../../include/photos.php:123 ../../mod/profile_photo.php:147
+msgid "Unable to process image"
+msgstr "Kan ikke behandle bildet"
-#: ../../include/nav.php:46 ../../boot.php:911
-msgid "Logout"
-msgstr "Logg ut"
+#: ../../include/photos.php:185
+msgid "Photo storage failed."
+msgstr "Bildelagring mislyktes."
-#: ../../include/nav.php:46
-msgid "End this session"
-msgstr "Avslutt denne økten"
+#: ../../include/photos.php:306 ../../mod/photos.php:694
+#: ../../mod/photos.php:1191
+msgid "Upload New Photos"
+msgstr "Last opp nye bilder"
-#: ../../include/nav.php:49 ../../boot.php:1665
-msgid "Status"
-msgstr "Status"
+#: ../../include/reddav.php:1063
+msgid "Edit File properties"
+msgstr "Endre filegenskaper"
-#: ../../include/nav.php:64
-msgid "Sign in"
-msgstr "Logg inn"
-
-#: ../../include/nav.php:77
-msgid "Home Page"
-msgstr "Hovedside"
-
-#: ../../include/nav.php:81
-msgid "Create an account"
-msgstr "Lag konto"
-
-#: ../../include/nav.php:86
-msgid "Help and documentation"
-msgstr "Hjelp og dokumentasjon"
-
-#: ../../include/nav.php:89
-msgid "Apps"
-msgstr "Programmer"
-
-#: ../../include/nav.php:89
-msgid "Addon applications, utilities, games"
-msgstr "Tilleggsprorammer, verktøy, spill"
-
-#: ../../include/nav.php:91
-msgid "Search site content"
-msgstr "Søk i nettstedets innhold"
-
-#: ../../include/nav.php:101
-msgid "Conversations on this site"
-msgstr "Samtaler på dette nettstedet"
-
-#: ../../include/nav.php:103
-msgid "Directory"
-msgstr "Katalog"
-
-#: ../../include/nav.php:103
-msgid "People directory"
-msgstr "Personkatalog"
-
-#: ../../include/nav.php:113
-msgid "Conversations from your friends"
-msgstr "Samtaler fra dine venner"
-
-#: ../../include/nav.php:121
-msgid "Friend Requests"
-msgstr ""
-
-#: ../../include/nav.php:123
-msgid "See all notifications"
-msgstr ""
-
-#: ../../include/nav.php:124
-msgid "Mark all system notifications seen"
-msgstr ""
-
-#: ../../include/nav.php:128
-msgid "Private mail"
-msgstr "Privat post"
-
-#: ../../include/nav.php:129
-msgid "Inbox"
-msgstr "Innboks"
-
-#: ../../include/nav.php:130
-msgid "Outbox"
-msgstr "Utboks"
-
-#: ../../include/nav.php:134
-msgid "Manage"
-msgstr "Behandle"
-
-#: ../../include/nav.php:134
-msgid "Manage other pages"
-msgstr "Behandle andre sider"
-
-#: ../../include/nav.php:138 ../../boot.php:1186
-msgid "Profiles"
-msgstr "Profiler"
-
-#: ../../include/nav.php:138 ../../boot.php:1186
-msgid "Manage/edit profiles"
-msgstr "Behandle/endre profiler"
-
-#: ../../include/nav.php:139
-msgid "Manage/edit friends and contacts"
-msgstr "Behandle/endre venner og kontakter"
-
-#: ../../include/nav.php:146
-msgid "Site setup and configuration"
-msgstr "Nettstedsoppsett og konfigurasjon"
-
-#: ../../include/nav.php:170
-msgid "Nothing new here"
-msgstr ""
-
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
-msgstr ""
-
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
-msgstr ""
-
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Eksempel: ole@eksempel.no, http://eksempel.no/kari"
-
-#: ../../include/contact_widgets.php:23
+#: ../../include/contact_widgets.php:14
#, php-format
msgid "%d invitation available"
msgid_plural "%d invitations available"
msgstr[0] "%d invitasjon tilgjengelig"
msgstr[1] "%d invitasjoner tilgjengelig"
-#: ../../include/contact_widgets.php:29
-msgid "Find People"
-msgstr ""
+#: ../../include/contact_widgets.php:20
+msgid "Find Channels"
+msgstr "Finn kanaler"
-#: ../../include/contact_widgets.php:30
+#: ../../include/contact_widgets.php:21
msgid "Enter name or interest"
-msgstr ""
+msgstr "Skriv navn eller interesse"
-#: ../../include/contact_widgets.php:31
+#: ../../include/contact_widgets.php:22
msgid "Connect/Follow"
-msgstr "Koble/Følg"
+msgstr "Forbindelse/Følg"
-#: ../../include/contact_widgets.php:32
+#: ../../include/contact_widgets.php:23
msgid "Examples: Robert Morgenstein, Fishing"
-msgstr ""
+msgstr "Eksempler: Ola Nordmann, fisking"
-#: ../../include/contact_widgets.php:36
+#: ../../include/contact_widgets.php:24 ../../mod/directory.php:207
+#: ../../mod/directory.php:212 ../../mod/connections.php:371
+msgid "Find"
+msgstr "Finn"
+
+#: ../../include/contact_widgets.php:25 ../../mod/suggest.php:59
+msgid "Channel Suggestions"
+msgstr "Kanalforslag"
+
+#: ../../include/contact_widgets.php:27
msgid "Random Profile"
-msgstr ""
+msgstr "Tilfeldig profil"
-#: ../../include/contact_widgets.php:68
-msgid "Networks"
-msgstr ""
+#: ../../include/contact_widgets.php:28
+msgid "Invite Friends"
+msgstr "Inviter venner"
-#: ../../include/contact_widgets.php:71
-msgid "All Networks"
-msgstr ""
-
-#: ../../include/contact_widgets.php:98
-msgid "Saved Folders"
-msgstr ""
-
-#: ../../include/contact_widgets.php:101 ../../include/contact_widgets.php:129
-msgid "Everything"
-msgstr ""
-
-#: ../../include/contact_widgets.php:126
-msgid "Categories"
-msgstr ""
-
-#: ../../include/auth.php:35
-msgid "Logged out."
-msgstr "Logget ut."
-
-#: ../../include/auth.php:114
-msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr ""
-
-#: ../../include/auth.php:114
-msgid "The error message was:"
-msgstr ""
-
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Diverse"
-
-#: ../../include/datetime.php:153 ../../include/datetime.php:285
-msgid "year"
-msgstr "år"
-
-#: ../../include/datetime.php:158 ../../include/datetime.php:286
-msgid "month"
-msgstr "måned"
-
-#: ../../include/datetime.php:163 ../../include/datetime.php:288
-msgid "day"
-msgstr "dag"
-
-#: ../../include/datetime.php:276
-msgid "never"
-msgstr "aldri"
-
-#: ../../include/datetime.php:282
-msgid "less than a second ago"
-msgstr "for mindre enn ett sekund siden"
-
-#: ../../include/datetime.php:287
-msgid "week"
-msgstr "uke"
-
-#: ../../include/datetime.php:289
-msgid "hour"
-msgstr "time"
-
-#: ../../include/datetime.php:289
-msgid "hours"
-msgstr "timer"
-
-#: ../../include/datetime.php:290
-msgid "minute"
-msgstr "minutt"
-
-#: ../../include/datetime.php:290
-msgid "minutes"
-msgstr "minutter"
-
-#: ../../include/datetime.php:291
-msgid "second"
-msgstr "sekund"
-
-#: ../../include/datetime.php:291
-msgid "seconds"
-msgstr "sekunder"
-
-#: ../../include/datetime.php:300
+#: ../../include/contact_widgets.php:120
#, php-format
-msgid "%1$d %2$s ago"
-msgstr ""
+msgid "%d connection in common"
+msgid_plural "%d connections in common"
+msgstr[0] "%d forbindelse felles"
+msgstr[1] "%d forbindelser felles"
-#: ../../include/datetime.php:472 ../../include/items.php:1688
-#, php-format
-msgid "%s's birthday"
-msgstr ""
+#: ../../include/page_widgets.php:6
+msgid "New Page"
+msgstr "Ny side"
-#: ../../include/datetime.php:473 ../../include/items.php:1689
-#, php-format
-msgid "Happy Birthday %s"
-msgstr ""
+#: ../../include/plugin.php:475 ../../include/plugin.php:477
+msgid "Click here to upgrade."
+msgstr "Klikk her for å oppgradere."
-#: ../../include/onepoll.php:399
-msgid "From: "
-msgstr "Fra: "
+#: ../../include/plugin.php:483
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Denne handlingen går utenfor grensene satt i din abonnementsplan."
-#: ../../include/bbcode.php:185 ../../include/bbcode.php:406
-msgid "Image/photo"
-msgstr "Bilde/fotografi"
+#: ../../include/plugin.php:488
+msgid "This action is not available under your subscription plan."
+msgstr "Denne handlingen er ikke tilgjengelig i din abonnementsplan."
-#: ../../include/bbcode.php:371 ../../include/bbcode.php:391
-msgid "$1 wrote:"
-msgstr ""
+#: ../../include/follow.php:23
+msgid "Channel is blocked on this site."
+msgstr "Kanalen er blokkert på dette nettstedet."
-#: ../../include/bbcode.php:410 ../../include/bbcode.php:411
-msgid "Encrypted content"
-msgstr ""
+#: ../../include/follow.php:28
+msgid "Channel location missing."
+msgstr "Kanalplassering mangler."
-#: ../../include/dba.php:41
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Kan ikke finne DNS informasjon for databasetjeneren '%s' "
+#: ../../include/follow.php:54
+msgid "Response from remote channel was incomplete."
+msgstr "Svaret fra den andre kanalen var ikke komplett."
-#: ../../include/message.php:15 ../../include/message.php:171
-msgid "[no subject]"
-msgstr "[ikke noe emne]"
+#: ../../include/follow.php:126
+msgid "Channel discovery failed."
+msgstr "Kanaloppdagelse mislyktes."
-#: ../../include/acl_selectors.php:286
-msgid "Visible to everybody"
-msgstr "Synlig for alle"
+#: ../../include/follow.php:143
+msgid "local account not found."
+msgstr "lokal konto ble ikke funnet."
-#: ../../include/enotify.php:16
-msgid "Friendica Notification"
-msgstr ""
+#: ../../include/follow.php:152
+msgid "Cannot connect to yourself."
+msgstr "Kan ikke lage forbindelse med deg selv."
-#: ../../include/enotify.php:19
-msgid "Thank You,"
-msgstr ""
-
-#: ../../include/enotify.php:21
-#, php-format
-msgid "%s Administrator"
-msgstr ""
-
-#: ../../include/enotify.php:40
-#, php-format
-msgid "%s "
-msgstr ""
-
-#: ../../include/enotify.php:44
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr ""
-
-#: ../../include/enotify.php:46
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr ""
-
-#: ../../include/enotify.php:47
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr ""
-
-#: ../../include/enotify.php:47
-msgid "a private message"
-msgstr ""
-
-#: ../../include/enotify.php:48
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr ""
-
-#: ../../include/enotify.php:89
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr ""
-
-#: ../../include/enotify.php:96
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr ""
-
-#: ../../include/enotify.php:104
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr ""
-
-#: ../../include/enotify.php:114
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr ""
-
-#: ../../include/enotify.php:115
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr ""
-
-#: ../../include/enotify.php:118 ../../include/enotify.php:133
-#: ../../include/enotify.php:146 ../../include/enotify.php:164
-#: ../../include/enotify.php:177
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr ""
-
-#: ../../include/enotify.php:125
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr ""
-
-#: ../../include/enotify.php:127
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr ""
-
-#: ../../include/enotify.php:129
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr ""
-
-#: ../../include/enotify.php:140
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr ""
-
-#: ../../include/enotify.php:141
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr ""
-
-#: ../../include/enotify.php:142
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr ""
-
-#: ../../include/enotify.php:154
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr ""
-
-#: ../../include/enotify.php:155
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr ""
-
-#: ../../include/enotify.php:156
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr ""
-
-#: ../../include/enotify.php:171
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr ""
-
-#: ../../include/enotify.php:172
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr ""
-
-#: ../../include/enotify.php:173
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr ""
-
-#: ../../include/enotify.php:184
-msgid "[Friendica:Notify] Introduction received"
-msgstr ""
-
-#: ../../include/enotify.php:185
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr ""
-
-#: ../../include/enotify.php:186
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr ""
-
-#: ../../include/enotify.php:189 ../../include/enotify.php:207
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr ""
-
-#: ../../include/enotify.php:191
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr ""
-
-#: ../../include/enotify.php:198
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr ""
-
-#: ../../include/enotify.php:199
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr ""
-
-#: ../../include/enotify.php:200
-#, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr ""
-
-#: ../../include/enotify.php:205
-msgid "Name:"
-msgstr ""
-
-#: ../../include/enotify.php:206
-msgid "Photo:"
-msgstr ""
-
-#: ../../include/enotify.php:209
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr ""
-
-#: ../../include/follow.php:32
-msgid "Connect URL missing."
-msgstr ""
-
-#: ../../include/follow.php:59
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "Dette nettverkets konfigurasjon tillater ikke kommunikasjon med andre nettverk."
-
-#: ../../include/follow.php:60 ../../include/follow.php:80
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "Ingen passende kommunikasjonsprotokoller eller strømmer ble oppdaget."
-
-#: ../../include/follow.php:78
-msgid "The profile address specified does not provide adequate information."
-msgstr "Den angitte profiladressen inneholder for lite information."
-
-#: ../../include/follow.php:82
-msgid "An author or name was not found."
-msgstr "Fant ingen forfatter eller navn."
-
-#: ../../include/follow.php:84
-msgid "No browser URL could be matched to this address."
-msgstr "Ingen nettleser-URL passet med denne adressen."
-
-#: ../../include/follow.php:86
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr ""
-
-#: ../../include/follow.php:87
-msgid "Use mailto: in front of address to force email check."
-msgstr ""
-
-#: ../../include/follow.php:93
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "Den oppgitte profiladressen tilhører et nettverk som har blitt avskrudd på dette nettstedet."
-
-#: ../../include/follow.php:103
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "Begrenset profil. Denne personen kan ikke motta direkte/personlige oppdateringer fra deg."
-
-#: ../../include/follow.php:205
-msgid "Unable to retrieve contact information."
-msgstr "Ikke i stand til å hente kontaktinformasjon."
-
-#: ../../include/follow.php:259
-msgid "following"
-msgstr "følger"
-
-#: ../../include/items.php:3299
-msgid "A new person is sharing with you at "
-msgstr ""
-
-#: ../../include/items.php:3299
-msgid "You have a new follower at "
-msgstr "Du har en ny følgesvenn på "
-
-#: ../../include/items.php:3980
-msgid "Archives"
-msgstr ""
-
-#: ../../include/user.php:38
-msgid "An invitation is required."
-msgstr "En invitasjon er nødvendig."
-
-#: ../../include/user.php:43
-msgid "Invitation could not be verified."
-msgstr "Invitasjon kunne ikke bekreftes."
-
-#: ../../include/user.php:51
-msgid "Invalid OpenID url"
-msgstr "Ugyldig OpenID URL"
-
-#: ../../include/user.php:66
-msgid "Please enter the required information."
-msgstr "Vennligst skriv inn den nødvendige informasjonen."
-
-#: ../../include/user.php:80
-msgid "Please use a shorter name."
-msgstr "Vennligst bruk et kortere navn."
-
-#: ../../include/user.php:82
-msgid "Name too short."
-msgstr "Navnet er for kort."
-
-#: ../../include/user.php:97
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "Dette ser ikke ut til å være ditt full navn (Fornavn Etternavn)."
-
-#: ../../include/user.php:102
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Ditt e-postdomene er ikke blant de som er tillat på dette stedet."
-
-#: ../../include/user.php:105
-msgid "Not a valid email address."
-msgstr "Ugyldig e-postadresse."
-
-#: ../../include/user.php:115
-msgid "Cannot use that email."
-msgstr "Kan ikke bruke den e-postadressen."
-
-#: ../../include/user.php:121
-msgid ""
-"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
-"must also begin with a letter."
-msgstr "Ditt kallenavn kan bare inneholde \"a-z\", \"0-9\", \"-\", \"_\", og må også begynne med en bokstav."
-
-#: ../../include/user.php:127 ../../include/user.php:225
-msgid "Nickname is already registered. Please choose another."
-msgstr "Kallenavnet er allerede registrert. Vennligst velg et annet."
-
-#: ../../include/user.php:137
-msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr ""
-
-#: ../../include/user.php:153
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "ALVORLIG FEIL: mislyktes med å lage sikkerhetsnøkler."
-
-#: ../../include/user.php:211
-msgid "An error occurred during registration. Please try again."
-msgstr "En feil oppstod under registreringen. Vennligst prøv igjen."
-
-#: ../../include/user.php:246
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "En feil oppstod under opprettelsen av din standardprofil. Vennligst prøv igjen."
-
-#: ../../include/security.php:22
-msgid "Welcome "
-msgstr "Velkommen"
-
-#: ../../include/security.php:23
-msgid "Please upload a profile photo."
-msgstr "Vennligst last opp et profilbilde."
-
-#: ../../include/security.php:26
-msgid "Welcome back "
-msgstr "Velkommen tilbake"
-
-#: ../../include/security.php:344
+#: ../../include/security.php:294
msgid ""
"The form security token was not correct. This probably happened because the "
"form has been opened for too long (>3 hours) before submitting it."
-msgstr ""
+msgstr "Skjemaets sikkerhetspollett var ikke gyldig. Dette skjedde antakelig fordi skjemaet har vært åpnet for lenge (>3 timer) før det ble sendt inn."
-#: ../../include/Contact.php:111
-msgid "stopped following"
-msgstr "sluttet å følge"
+#: ../../include/oembed.php:168
+msgid "Embedded content"
+msgstr "Innebygget innhold"
-#: ../../include/Contact.php:220 ../../include/conversation.php:734
-msgid "Poke"
-msgstr ""
+#: ../../include/oembed.php:177
+msgid "Embedding disabled"
+msgstr "Innbygging avskrudd"
-#: ../../include/Contact.php:221 ../../include/conversation.php:728
-msgid "View Status"
-msgstr ""
+#: ../../include/permissions.php:13
+msgid "Can view my \"public\" stream and posts"
+msgstr "Kan se min \"offentlige\" strøm og innlegg"
-#: ../../include/Contact.php:222 ../../include/conversation.php:729
-msgid "View Profile"
-msgstr ""
+#: ../../include/permissions.php:14
+msgid "Can view my \"public\" channel profile"
+msgstr "Kan se min \"offentlige\" kanalprofil"
-#: ../../include/Contact.php:223 ../../include/conversation.php:730
-msgid "View Photos"
-msgstr ""
+#: ../../include/permissions.php:15
+msgid "Can view my \"public\" photo albums"
+msgstr "Kan se mine \"offentlige\" fotoalbum"
-#: ../../include/Contact.php:224 ../../include/Contact.php:237
-#: ../../include/conversation.php:731
-msgid "Network Posts"
-msgstr ""
+#: ../../include/permissions.php:16
+msgid "Can view my \"public\" address book"
+msgstr "Kan se min \"offentlige\" adressebok"
-#: ../../include/Contact.php:225 ../../include/Contact.php:237
-#: ../../include/conversation.php:732
-msgid "Edit Contact"
-msgstr ""
+#: ../../include/permissions.php:17
+msgid "Can view my \"public\" file storage"
+msgstr "Kan se mitt \"offentlige\" fillager"
-#: ../../include/Contact.php:226 ../../include/Contact.php:237
-#: ../../include/conversation.php:733
-msgid "Send PM"
+#: ../../include/permissions.php:18
+msgid "Can view my \"public\" pages"
+msgstr "Kan se mine \"offentlige\" sider"
+
+#: ../../include/permissions.php:21
+msgid "Can send me their channel stream and posts"
+msgstr "Kan sende meg deres kanalstrøm og innlegg"
+
+#: ../../include/permissions.php:22
+msgid "Can post on my channel page (\"wall\")"
+msgstr "Kan lage innlegg på min kanalside (\"vegg\")"
+
+#: ../../include/permissions.php:23
+msgid "Can comment on my posts"
+msgstr "Kan kommentere på mine innlegg"
+
+#: ../../include/permissions.php:24
+msgid "Can send me private mail messages"
+msgstr "Kan sende meg private meldinger"
+
+#: ../../include/permissions.php:25
+msgid "Can post photos to my photo albums"
+msgstr "Kan legge inn bilder i mine fotoalbum"
+
+#: ../../include/permissions.php:26
+msgid "Can forward to all my channel contacts via post @mentions"
+msgstr "Kan videresende til alle mine kanalkontakter via @navn i innlegg"
+
+#: ../../include/permissions.php:26
+msgid "Advanced - useful for creating group forum channels"
+msgstr "Avansert - nyttig for å lage forumkanaler for grupper"
+
+#: ../../include/permissions.php:27
+msgid "Can chat with me (when available)"
+msgstr "Kan chatte/sende lynmeldinger til meg (når tilgjengelig)"
+
+#: ../../include/permissions.php:28
+msgid "Can write to my \"public\" file storage"
+msgstr "Kan skrive til mitt \"offentlige\" fillager"
+
+#: ../../include/permissions.php:29
+msgid "Can edit my \"public\" pages"
+msgstr "Kan endre mine \"offentlige\" sider"
+
+#: ../../include/permissions.php:31
+msgid "Can source my \"public\" posts in derived channels"
+msgstr "Kan bruke mine \"offentlige\" innlegg som kanalkilde i egne kanaler"
+
+#: ../../include/permissions.php:31
+msgid "Somewhat advanced - very useful in open communities"
+msgstr "Litt avansert - svært nyttig i åpne fellesskap"
+
+#: ../../include/permissions.php:32
+msgid "Can send me bookmarks"
+msgstr "Kan sende meg bokmerker"
+
+#: ../../include/permissions.php:33
+msgid "Can administer my channel resources"
+msgstr "Kan administrere mine kanalressurser"
+
+#: ../../include/permissions.php:33
+msgid ""
+"Extremely advanced. Leave this alone unless you know what you are doing"
+msgstr "Ekstremt avansert. La dette være med mindre du vet hva du gjør"
+
+#: ../../include/items.php:240 ../../mod/like.php:55 ../../mod/profperm.php:23
+#: ../../mod/group.php:68 ../../index.php:350
+msgid "Permission denied"
+msgstr "Tillatelse avvist"
+
+#: ../../include/items.php:756
+msgid "(Unknown)"
+msgstr "(Ukjent)"
+
+#: ../../include/items.php:3509 ../../mod/thing.php:78 ../../mod/admin.php:151
+#: ../../mod/admin.php:783 ../../mod/admin.php:986 ../../mod/viewsrc.php:18
+#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18
+msgid "Item not found."
+msgstr "Elementet ble ikke funnet."
+
+#: ../../include/items.php:3845 ../../mod/group.php:38 ../../mod/group.php:140
+msgid "Collection not found."
+msgstr "Samlingen ble ikke funnet."
+
+#: ../../include/items.php:3860
+msgid "Collection is empty."
+msgstr "Samlingen er tom."
+
+#: ../../include/items.php:3867
+#, php-format
+msgid "Collection: %s"
+msgstr "Samling: %s"
+
+#: ../../include/items.php:3878
+#, php-format
+msgid "Connection: %s"
+msgstr "Forbindelse: %s"
+
+#: ../../include/items.php:3881
+msgid "Connection not found."
+msgstr "Forbindelsen ble ikke funnet."
+
+#: ../../include/zot.php:574
+msgid "Invalid data packet"
+msgstr "Ugyldig datapakke"
+
+#: ../../include/zot.php:584
+msgid "Unable to verify channel signature"
+msgstr "Ikke i stand til å sjekke kanalsignaturen"
+
+#: ../../include/zot.php:761
+#, php-format
+msgid "Unable to verify site signature for %s"
+msgstr "Ikke i stand til å bekrefte signaturen til %s"
+
+#: ../../mod/common.php:10
+msgid "No channel."
+msgstr "Ingen kanal."
+
+#: ../../mod/common.php:39
+msgid "Common connections"
+msgstr "Felles forbindelser"
+
+#: ../../mod/common.php:44
+msgid "No connections in common."
+msgstr "Ingen forbindelser felles."
+
+#: ../../mod/events.php:72
+msgid "Event title and start time are required."
+msgstr "Hendelsestittel og starttidspunkt er påkrevd."
+
+#: ../../mod/events.php:287
+msgid "l, F j"
+msgstr "l, F j"
+
+#: ../../mod/events.php:309
+msgid "Edit event"
+msgstr "Endre hendelse"
+
+#: ../../mod/events.php:355
+msgid "Create New Event"
+msgstr "Lag ny hendelse"
+
+#: ../../mod/events.php:356
+msgid "Previous"
+msgstr "Forrige"
+
+#: ../../mod/events.php:357 ../../mod/setup.php:258
+msgid "Next"
+msgstr "Neste"
+
+#: ../../mod/events.php:428
+msgid "hour:minute"
+msgstr "time:minutt"
+
+#: ../../mod/events.php:447
+msgid "Event details"
+msgstr "Hendelsesdetaljer"
+
+#: ../../mod/events.php:448
+#, php-format
+msgid "Format is %s %s. Starting date and Title are required."
+msgstr "Formatet er %s %s. Startdato og tittel er påkrevd."
+
+#: ../../mod/events.php:450
+msgid "Event Starts:"
+msgstr "Hendelsen starter:"
+
+#: ../../mod/events.php:450 ../../mod/events.php:464
+msgid "Required"
+msgstr "Påkrevd"
+
+#: ../../mod/events.php:453
+msgid "Finish date/time is not known or not relevant"
+msgstr "Sluttdato/-tidspunkt er ikke kjent eller ikke relevant"
+
+#: ../../mod/events.php:455
+msgid "Event Finishes:"
+msgstr "Hendelsen slutter:"
+
+#: ../../mod/events.php:458
+msgid "Adjust for viewer timezone"
+msgstr "Juster i forhold til tilskuerens tidssone"
+
+#: ../../mod/events.php:460
+msgid "Description:"
+msgstr "Beskrivelse:"
+
+#: ../../mod/events.php:464
+msgid "Title:"
+msgstr "Tittel:"
+
+#: ../../mod/events.php:466
+msgid "Share this event"
+msgstr "Del denne hendelsen"
+
+#: ../../mod/thing.php:98
+msgid "Thing updated"
+msgstr "Tingen er oppdatert"
+
+#: ../../mod/thing.php:158
+msgid "Object store: failed"
+msgstr "Objektlagring: mislyktes"
+
+#: ../../mod/thing.php:162
+msgid "Thing added"
+msgstr "Ting lagt til"
+
+#: ../../mod/thing.php:182
+#, php-format
+msgid "OBJ: %1$s %2$s %3$s"
+msgstr "OBJ: %1$s %2$s %3$s"
+
+#: ../../mod/thing.php:234
+msgid "Show Thing"
+msgstr "Vis ting"
+
+#: ../../mod/thing.php:241
+msgid "item not found."
+msgstr "element ble ikke funnet."
+
+#: ../../mod/thing.php:269
+msgid "Edit Thing"
+msgstr "Endre ting"
+
+#: ../../mod/thing.php:271 ../../mod/thing.php:318
+msgid "Select a profile"
+msgstr "Velg en profil"
+
+#: ../../mod/thing.php:273 ../../mod/thing.php:320
+msgid "Select a category of stuff. e.g. I ______ something"
+msgstr "Velg en kategori med ting, for eksempel l_____ noe"
+
+#: ../../mod/thing.php:275 ../../mod/thing.php:321
+msgid "Post an activity"
+msgstr "Legg inn en aktivitet"
+
+#: ../../mod/thing.php:275 ../../mod/thing.php:321
+msgid "Only sends to viewers of the applicable profile"
+msgstr "Sender bare til seere av den aktuelle profilen"
+
+#: ../../mod/thing.php:277 ../../mod/thing.php:323
+msgid "Name of thing e.g. something"
+msgstr "Navn på ting for eksempel noe"
+
+#: ../../mod/thing.php:279 ../../mod/thing.php:324
+msgid "URL of thing (optional)"
+msgstr "URL til ting (valgfritt)"
+
+#: ../../mod/thing.php:281 ../../mod/thing.php:325
+msgid "URL for photo of thing (optional)"
+msgstr "URL til bilde av ting (valgfritt)"
+
+#: ../../mod/thing.php:316
+msgid "Add Thing to your Profile"
+msgstr "Legg til ting i din profil"
+
+#: ../../mod/invite.php:25
+msgid "Total invitation limit exceeded."
+msgstr "Grensen for totalt antall invitasjoner er overskredet."
+
+#: ../../mod/invite.php:49
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : ikke en gyldig e-postadresse."
+
+#: ../../mod/invite.php:76
+msgid "Please join us on Red"
+msgstr "Bli med oss på Red"
+
+#: ../../mod/invite.php:87
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Invitasjonsgrensen er overskredet. Vennligst kontakt administratoren ved ditt nettsted."
+
+#: ../../mod/invite.php:92
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : meldingslevering feilet."
+
+#: ../../mod/invite.php:96
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d melding sendt."
+msgstr[1] "%d meldinger sendt."
+
+#: ../../mod/invite.php:115
+msgid "You have no more invitations available"
+msgstr "Du har ikke flere invitasjoner tilgjengelig"
+
+#: ../../mod/invite.php:141
+msgid "Send invitations"
+msgstr "Send invitasjoner"
+
+#: ../../mod/invite.php:142
+msgid "Enter email addresses, one per line:"
+msgstr "Skriv e-postadresser, en per linje:"
+
+#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328
+msgid "Your message:"
+msgstr "Din melding:"
+
+#: ../../mod/invite.php:144
+msgid ""
+"You are cordially invited to join me and some other close friends on the Red"
+" Matrix - a revolutionary new decentralised communication and information "
+"tool."
+msgstr "Du er hjertelig invitert til å være med meg og noen andre nære venner i Red Matrix - et nytt og revolusjonerende desentralisert kommunikasjons- og informasjonsverktøy."
+
+#: ../../mod/invite.php:146
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "Du må oppgi denne invitasjonskoden: $invite_code"
+
+#: ../../mod/invite.php:147
+msgid "Please visit my channel at"
+msgstr "Vennligst besøk min kanal hos"
+
+#: ../../mod/invite.php:151
+msgid ""
+"Once you have registered (on ANY Red Matrix site - they are all inter-"
+"connected), please connect with my Red Matrix channel address:"
+msgstr "Når du har registrert (på ENHVERT Red Matrix-nettsted - de er alle forbundet med hverandre), vennligst opprett kobling med min Red Matrix-kanaladresse:"
+
+#: ../../mod/invite.php:153
+msgid "Click the [Register] link on the following page to join."
+msgstr "Klikk på [Registering]-lenken på følgende side for å bli med."
+
+#: ../../mod/invite.php:155
+msgid ""
+"For more information about the Red Matrix Project and why it has the "
+"potential to change the internet as we know it, please visit "
+"http://getzot.com"
+msgstr "For mer informasjon om Red Matrix-prosjektet og hvorfor det har potensialet til å forandre Internett som vi kjenner det, vær vennlig å besøke http://getzot.com"
+
+#: ../../mod/settings.php:71
+msgid "Name is required"
+msgstr "Navn er påkrevd"
+
+#: ../../mod/settings.php:75
+msgid "Key and Secret are required"
+msgstr "Nøkkel og hemmelighet er påkrevd"
+
+#: ../../mod/settings.php:79 ../../mod/settings.php:541
+msgid "Update"
+msgstr "Oppdater"
+
+#: ../../mod/settings.php:195
+msgid "Passwords do not match. Password unchanged."
+msgstr "Passordene stemmer ikke overens. Passord uforandret."
+
+#: ../../mod/settings.php:199
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "Tomme passord er ikke tillatt. Passord uforandret."
+
+#: ../../mod/settings.php:212
+msgid "Password changed."
+msgstr "Passord endret."
+
+#: ../../mod/settings.php:214
+msgid "Password update failed. Please try again."
+msgstr "Passord oppdatering mislyktes. Vennligst prøv igjen."
+
+#: ../../mod/settings.php:228
+msgid "Not valid email."
+msgstr "Ikke gyldig e-post."
+
+#: ../../mod/settings.php:231
+msgid "Protected email address. Cannot change to that email."
+msgstr "Beskyttet e-postadresse. Kan ikke endre til den e-postadressen."
+
+#: ../../mod/settings.php:240
+msgid "System failure storing new email. Please try again."
+msgstr "Systemfeil ved lagring av ny e-post. Vennligst prøv igjen."
+
+#: ../../mod/settings.php:443
+msgid "Settings updated."
+msgstr "Innstillinger oppdatert."
+
+#: ../../mod/settings.php:514 ../../mod/settings.php:540
+#: ../../mod/settings.php:576
+msgid "Add application"
+msgstr "Legg til program"
+
+#: ../../mod/settings.php:517 ../../mod/settings.php:543
+msgid "Name"
+msgstr "Navn"
+
+#: ../../mod/settings.php:517
+msgid "Name of application"
+msgstr "Navn på program"
+
+#: ../../mod/settings.php:518 ../../mod/settings.php:544
+msgid "Consumer Key"
+msgstr "Consumer Key"
+
+#: ../../mod/settings.php:518 ../../mod/settings.php:519
+msgid "Automatically generated - change if desired. Max length 20"
+msgstr "Automatisk laget - kan endres om du vil. Største lengde 20"
+
+#: ../../mod/settings.php:519 ../../mod/settings.php:545
+msgid "Consumer Secret"
+msgstr "Consumer Secret"
+
+#: ../../mod/settings.php:520 ../../mod/settings.php:546
+msgid "Redirect"
+msgstr "Omdirigering"
+
+#: ../../mod/settings.php:520
+msgid ""
+"Redirect URI - leave blank unless your application specifically requires "
+"this"
+msgstr "Omdirigerings-URI - la stå tomt hvis ikke ditt program spesifikt krever dette"
+
+#: ../../mod/settings.php:521 ../../mod/settings.php:547
+msgid "Icon url"
+msgstr "Ikon-URL"
+
+#: ../../mod/settings.php:521
+msgid "Optional"
+msgstr "Valgfritt"
+
+#: ../../mod/settings.php:532
+msgid "You can't edit this application."
+msgstr "Du kan ikke endre dette programmet."
+
+#: ../../mod/settings.php:575
+msgid "Connected Apps"
+msgstr "Tilkoblede app-er"
+
+#: ../../mod/settings.php:579
+msgid "Client key starts with"
+msgstr "Klientnøkkel starter med"
+
+#: ../../mod/settings.php:580
+msgid "No name"
+msgstr "Ikke noe navn"
+
+#: ../../mod/settings.php:581
+msgid "Remove authorization"
+msgstr "Fjern tillatelse"
+
+#: ../../mod/settings.php:592
+msgid "No feature settings configured"
+msgstr "Ingen funksjonsinnstillinger er konfigurert"
+
+#: ../../mod/settings.php:600
+msgid "Feature Settings"
+msgstr "Funksjonsinnstillinger"
+
+#: ../../mod/settings.php:623
+msgid "Account Settings"
+msgstr "Kontoinnstillinger"
+
+#: ../../mod/settings.php:624
+msgid "Password Settings"
+msgstr "Passordinnstillinger"
+
+#: ../../mod/settings.php:625
+msgid "New Password:"
+msgstr "Nytt passord:"
+
+#: ../../mod/settings.php:626
+msgid "Confirm:"
+msgstr "Bekreft:"
+
+#: ../../mod/settings.php:626
+msgid "Leave password fields blank unless changing"
+msgstr "La passordfeltene stå blanke om det ikke skal endres"
+
+#: ../../mod/settings.php:628 ../../mod/settings.php:938
+msgid "Email Address:"
+msgstr "E-postadresse:"
+
+#: ../../mod/settings.php:629
+msgid "Remove Account"
+msgstr "Slett konto"
+
+#: ../../mod/settings.php:630
+msgid "Warning: This action is permanent and cannot be reversed."
+msgstr "Advarsel: Denne handlingen er permanent og kan ikke angres."
+
+#: ../../mod/settings.php:646
+msgid "Off"
+msgstr "Av"
+
+#: ../../mod/settings.php:646
+msgid "On"
+msgstr "På"
+
+#: ../../mod/settings.php:653
+msgid "Additional Features"
+msgstr "Ekstra funksjoner"
+
+#: ../../mod/settings.php:678
+msgid "Connector Settings"
+msgstr "Koblingsinnstillinger"
+
+#: ../../mod/settings.php:708 ../../mod/admin.php:379
+msgid "No special theme for mobile devices"
+msgstr "Ikke noe spesielt tema for mobile enheter"
+
+#: ../../mod/settings.php:749
+msgid "Display Settings"
+msgstr "Visningsinnstillinger"
+
+#: ../../mod/settings.php:755
+msgid "Display Theme:"
+msgstr "Visningstema:"
+
+#: ../../mod/settings.php:756
+msgid "Mobile Theme:"
+msgstr "Mobiltema:"
+
+#: ../../mod/settings.php:757
+msgid "Update browser every xx seconds"
+msgstr "Oppdater nettleser hvert xx sekunder"
+
+#: ../../mod/settings.php:757
+msgid "Minimum of 10 seconds, no maximum"
+msgstr "Minimum 10 sekunder, ikke noe maksimum"
+
+#: ../../mod/settings.php:758
+msgid "Maximum number of conversations to load at any time:"
+msgstr "Maksimalt antall samtaler å laste samtidig:"
+
+#: ../../mod/settings.php:758
+msgid "Maximum of 100 items"
+msgstr "Maksimum 100 elementer"
+
+#: ../../mod/settings.php:759
+msgid "Don't show emoticons"
+msgstr "Ikke vis følelsesikoner"
+
+#: ../../mod/settings.php:760
+msgid "Do not view remote profiles in frames"
+msgstr "Ikke vis eksterne profiler i rammer"
+
+#: ../../mod/settings.php:760
+msgid "By default open in a sub-window of your own site"
+msgstr "Standard - åpne i et sub-vindu på ditt eget nettsted"
+
+#: ../../mod/settings.php:761
+msgid "System Page Layout Editor - (advanced)"
+msgstr "Systemsidens layoutbehandler - (avansert)"
+
+#: ../../mod/settings.php:796
+msgid "Nobody except yourself"
+msgstr "Ingen unntatt deg selv"
+
+#: ../../mod/settings.php:797
+msgid "Only those you specifically allow"
+msgstr "Bare de du spesifikt tillater"
+
+#: ../../mod/settings.php:798
+msgid "Anybody in your address book"
+msgstr "Enhver i din adressebok"
+
+#: ../../mod/settings.php:799
+msgid "Anybody on this website"
+msgstr "Enhver ved dette nettstedet"
+
+#: ../../mod/settings.php:800
+msgid "Anybody in this network"
+msgstr "Enhver i dette nettverket"
+
+#: ../../mod/settings.php:801
+msgid "Anybody authenticated"
+msgstr "Enhver som er autentisert"
+
+#: ../../mod/settings.php:802
+msgid "Anybody on the internet"
+msgstr "Enhver på Internett"
+
+#: ../../mod/settings.php:879
+msgid "Publish your default profile in the network directory"
+msgstr "Publiser din standardprofil i nettverkskatalogen"
+
+#: ../../mod/settings.php:879 ../../mod/settings.php:884
+#: ../../mod/settings.php:955 ../../mod/api.php:106 ../../mod/profiles.php:484
+msgid "No"
+msgstr "Nei"
+
+#: ../../mod/settings.php:879 ../../mod/settings.php:884
+#: ../../mod/settings.php:955 ../../mod/api.php:105 ../../mod/profiles.php:483
+msgid "Yes"
+msgstr "Ja"
+
+#: ../../mod/settings.php:884
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "Tillat oss å foreslå deg som en mulig venn til nye medlemmer?"
+
+#: ../../mod/settings.php:888 ../../mod/profile_photo.php:288
+msgid "or"
+msgstr "eller"
+
+#: ../../mod/settings.php:893
+msgid "Your channel address is"
+msgstr "Din kanaladresse er"
+
+#: ../../mod/settings.php:927
+msgid "Channel Settings"
+msgstr "Kanalinnstillinger"
+
+#: ../../mod/settings.php:936
+msgid "Basic Settings"
+msgstr "Grunninnstillinger"
+
+#: ../../mod/settings.php:939
+msgid "Your Timezone:"
+msgstr "Din tidssone:"
+
+#: ../../mod/settings.php:940
+msgid "Default Post Location:"
+msgstr "Standard plassering ved innlegg:"
+
+#: ../../mod/settings.php:941
+msgid "Use Browser Location:"
+msgstr "Bruk nettleseren sin plassering:"
+
+#: ../../mod/settings.php:943
+msgid "Adult Content"
+msgstr "Voksent innhold"
+
+#: ../../mod/settings.php:943
+msgid ""
+"This channel frequently or regularly publishes adult content. (Please tag "
+"any adult material and/or nudity with #NSFW)"
+msgstr "Denne kanalen vil ofte eller jevnlig publisere voksent innhold. (Vennligst merk alt voksent materiale og/eller nakenhet med #NSFW)"
+
+#: ../../mod/settings.php:945
+msgid "Security and Privacy Settings"
+msgstr "Sikkerhets- og personverninnstillinger"
+
+#: ../../mod/settings.php:947
+msgid "Hide my online presence"
+msgstr "Skjul min tilstedeværelse online"
+
+#: ../../mod/settings.php:947
+msgid "Prevents displaying in your profile that you are online"
+msgstr "Forhindrer visning på din profil av at du er online "
+
+#: ../../mod/settings.php:949
+msgid "Simple Privacy Settings:"
+msgstr "Enkle personverninnstillinger:"
+
+#: ../../mod/settings.php:950
+msgid ""
+"Very Public - extremely permissive (should be used with caution)"
+msgstr "Svært offentlig - ekstremt åpent (bør brukes med varsomhet)"
+
+#: ../../mod/settings.php:951
+msgid ""
+"Typical - default public, privacy when desired (similar to social "
+"network permissions but with improved privacy)"
+msgstr "Typisk - standard er offentlig, personvern når ønsket (likner på tillatelser i sosiale nettverk, men med forbedret personvern)"
+
+#: ../../mod/settings.php:952
+msgid "Private - default private, never open or public"
+msgstr "Privat - standard er privat, aldri åpen eller offentlig"
+
+#: ../../mod/settings.php:953
+msgid "Blocked - default blocked to/from everybody"
+msgstr "Blokkert - standard blokkert til/fra alle"
+
+#: ../../mod/settings.php:955
+msgid "Allow others to tag your posts"
+msgstr "Tillat andre å merke dine innlegg"
+
+#: ../../mod/settings.php:955
+msgid ""
+"Often used by the community to retro-actively flag inappropriate content"
+msgstr "Ofte brukt av fellesskapet for å merke upassende innhold i etterkant"
+
+#: ../../mod/settings.php:957
+msgid "Advanced Privacy Settings"
+msgstr "Avanserte personverninnstillinger"
+
+#: ../../mod/settings.php:959
+msgid "Maximum Friend Requests/Day:"
+msgstr "Maksimalt antall venneforespørsler per dag:"
+
+#: ../../mod/settings.php:959
+msgid "May reduce spam activity"
+msgstr "Kan redusere søppelpostaktivitet"
+
+#: ../../mod/settings.php:960
+msgid "Default Post Permissions"
+msgstr "Standard innleggstillatelser"
+
+#: ../../mod/settings.php:961 ../../mod/mitem.php:134 ../../mod/mitem.php:177
+msgid "(click to open/close)"
+msgstr "(klikk for å åpne/lukke)"
+
+#: ../../mod/settings.php:972
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Maksimalt antall private meldinger per dag fra ukjente personer:"
+
+#: ../../mod/settings.php:972
+msgid "Useful to reduce spamming"
+msgstr "Nyttig for å redusere søppelpost"
+
+#: ../../mod/settings.php:975
+msgid "Notification Settings"
+msgstr "Varslingsinnstillinger"
+
+#: ../../mod/settings.php:976
+msgid "By default post a status message when:"
+msgstr "Legg inn en statusmelding når du:"
+
+#: ../../mod/settings.php:977
+msgid "accepting a friend request"
+msgstr "aksepterer en venneforespørsel"
+
+#: ../../mod/settings.php:978
+msgid "joining a forum/community"
+msgstr "blir med i et forum/miljø"
+
+#: ../../mod/settings.php:979
+msgid "making an interesting profile change"
+msgstr "gjør en interessant profilendring"
+
+#: ../../mod/settings.php:980
+msgid "Send a notification email when:"
+msgstr "Send en varsel-e-post når:"
+
+#: ../../mod/settings.php:981
+msgid "You receive an introduction"
+msgstr "Du mottar en introduksjon"
+
+#: ../../mod/settings.php:982
+msgid "Your introductions are confirmed"
+msgstr "Dine introduksjoner blir bekreftet"
+
+#: ../../mod/settings.php:983
+msgid "Someone writes on your profile wall"
+msgstr "Noen skriver på din profilvegg"
+
+#: ../../mod/settings.php:984
+msgid "Someone writes a followup comment"
+msgstr "Noen skriver en oppfølgende kommentar"
+
+#: ../../mod/settings.php:985
+msgid "You receive a private message"
+msgstr "Du mottar en privat melding"
+
+#: ../../mod/settings.php:986
+msgid "You receive a friend suggestion"
+msgstr "Du mottok et venneforslag"
+
+#: ../../mod/settings.php:987
+msgid "You are tagged in a post"
+msgstr "Du merkes i et innlegg"
+
+#: ../../mod/settings.php:988
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Du ble prikket/oppildnet/og så vider i et innlegg"
+
+#: ../../mod/settings.php:991
+msgid "Advanced Account/Page Type Settings"
+msgstr "Avanserte innstillinger for konto/sidetype"
+
+#: ../../mod/settings.php:992
+msgid "Change the behaviour of this account for special situations"
+msgstr "Endre oppførselen til denne kontoen i spesielle situasjoner"
+
+#: ../../mod/settings.php:995
+msgid ""
+"Please enable expert mode (in Settings > "
+"Additional features) to adjust!"
+msgstr "Vennligst skru på ekspertmodus (under Innstillinger > Ekstra funksjoner) for å justere!"
+
+#: ../../mod/settings.php:996
+msgid "Miscellaneous Settings"
+msgstr "Diverse innstillinger"
+
+#: ../../mod/settings.php:998
+msgid "Personal menu to display in your channel pages"
+msgstr "Personlig meny som kan vises på dine kanalsider"
+
+#: ../../mod/menu.php:21
+msgid "Menu updated."
+msgstr "Menyen er oppdatert."
+
+#: ../../mod/menu.php:25
+msgid "Unable to update menu."
+msgstr "Ikke i stand til å oppdatere meny."
+
+#: ../../mod/menu.php:30
+msgid "Menu created."
+msgstr "Meny laget."
+
+#: ../../mod/menu.php:34
+msgid "Unable to create menu."
+msgstr "Ikke i stand til å lage meny."
+
+#: ../../mod/menu.php:57
+msgid "Manage Menus"
+msgstr "Håndtere menyer"
+
+#: ../../mod/menu.php:60
+msgid "Drop"
+msgstr "Slett"
+
+#: ../../mod/menu.php:62
+msgid "Create a new menu"
+msgstr "Lag en ny meny"
+
+#: ../../mod/menu.php:63
+msgid "Delete this menu"
+msgstr "Slett denne menyen"
+
+#: ../../mod/menu.php:64 ../../mod/menu.php:109
+msgid "Edit menu contents"
+msgstr "Endre menyinnholdet"
+
+#: ../../mod/menu.php:65
+msgid "Edit this menu"
+msgstr "Endre denne menyen"
+
+#: ../../mod/menu.php:80
+msgid "New Menu"
+msgstr "Ny meny"
+
+#: ../../mod/menu.php:81 ../../mod/menu.php:110
+msgid "Menu name"
+msgstr "Menynavn"
+
+#: ../../mod/menu.php:81 ../../mod/menu.php:110
+msgid "Must be unique, only seen by you"
+msgstr "Må være unik, ses bare av deg"
+
+#: ../../mod/menu.php:82 ../../mod/menu.php:111
+msgid "Menu title"
+msgstr "Menytittel"
+
+#: ../../mod/menu.php:82 ../../mod/menu.php:111
+msgid "Menu title as seen by others"
+msgstr "Menytittelen andre ser"
+
+#: ../../mod/menu.php:83 ../../mod/menu.php:112
+msgid "Allow bookmarks"
+msgstr "Tillat bokmerker"
+
+#: ../../mod/menu.php:83 ../../mod/menu.php:112
+msgid "Menu may be used to store saved bookmarks"
+msgstr "Menyen kan brukes til å lagre lagrede bokmerker"
+
+#: ../../mod/menu.php:84 ../../mod/mitem.php:142 ../../mod/new_channel.php:117
+msgid "Create"
+msgstr "Lag"
+
+#: ../../mod/menu.php:92 ../../mod/mitem.php:14
+msgid "Menu not found."
+msgstr "Menyen ble ikke funnet."
+
+#: ../../mod/menu.php:98
+msgid "Menu deleted."
+msgstr "Meny slettet."
+
+#: ../../mod/menu.php:100
+msgid "Menu could not be deleted."
+msgstr "Menyen kunne ikke bli slettet."
+
+#: ../../mod/menu.php:106
+msgid "Edit Menu"
+msgstr "Endre meny"
+
+#: ../../mod/menu.php:108
+msgid "Add or remove entries to this menu"
+msgstr "Legg til eller fjern punkter i denne menyen"
+
+#: ../../mod/menu.php:114 ../../mod/mitem.php:186
+msgid "Modify"
+msgstr "Endre"
+
+#: ../../mod/menu.php:120 ../../mod/mitem.php:78 ../../mod/xchan.php:27
+#: ../../mod/dirprofile.php:181
+msgid "Not found."
+msgstr "Ikke funnet."
+
+#: ../../mod/webpages.php:121 ../../mod/layouts.php:115
+#: ../../mod/blocks.php:96
+msgid "View"
+msgstr "Vis"
+
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "Tillat programforbindelse"
+
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Gå tilbake til din app og legg inn denne sikkerhetskoden:"
+
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Vennligst logg inn for å fortsette."
+
+#: ../../mod/api.php:104
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Vil du tillate dette programmet å få tilgang til dine innlegg og kontakter, og/eller lage nye innlegg for deg?"
+
+#: ../../mod/apps.php:8
+msgid "No installed applications."
+msgstr "Ingen installerte programmer."
+
+#: ../../mod/apps.php:13
+msgid "Applications"
+msgstr "Programmer"
+
+#: ../../mod/rpost.php:86 ../../mod/editpost.php:42
+msgid "Edit post"
+msgstr "Endre innlegg"
+
+#: ../../mod/cloud.php:112
+msgid "Red Matrix - Guests: Username: {your email address}, Password: +++"
+msgstr "Red Matrix - gjester: brukernavn: {din e-postadresse}, passord: +++"
+
+#: ../../mod/bookmarks.php:38
+msgid "Bookmark added"
+msgstr "Bokmerke lagt til"
+
+#: ../../mod/bookmarks.php:53
+msgid "My Bookmarks"
+msgstr "Mine bokmerker"
+
+#: ../../mod/bookmarks.php:64
+msgid "My Connections Bookmarks"
+msgstr "Mine forbindelsers bokmerker"
+
+#: ../../mod/item.php:145
+msgid "Unable to locate original post."
+msgstr "Ikke i stand til å finne opprinnelig innlegg."
+
+#: ../../mod/item.php:346
+msgid "Empty post discarded."
+msgstr "Tomt innlegg forkastet."
+
+#: ../../mod/item.php:388
+msgid "Executable content type not permitted to this channel."
+msgstr "Kjørbar innholdstype er ikke tillat for denne kanalen."
+
+#: ../../mod/item.php:845
+msgid "System error. Post not saved."
+msgstr "Systemfeil. Innlegg ble ikke lagret."
+
+#: ../../mod/item.php:1112 ../../mod/wall_upload.php:34
+msgid "Wall Photos"
+msgstr "Veggbilder"
+
+#: ../../mod/item.php:1192
+#, php-format
+msgid "You have reached your limit of %1$.0f top level posts."
+msgstr "Du har nådd din grense på %1$.0f startinnlegg."
+
+#: ../../mod/item.php:1198
+#, php-format
+msgid "You have reached your limit of %1$.0f webpages."
+msgstr "Du har nådd din grense på %1$.0f websider."
+
+#: ../../mod/subthread.php:105
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s følger %2$s sin %3$s"
+
+#: ../../mod/update_network.php:23 ../../mod/update_channel.php:43
+#: ../../mod/update_search.php:46 ../../mod/update_display.php:25
+#: ../../mod/update_community.php:18
+msgid "[Embedded content - reload page to view]"
+msgstr "[Innebygget innhold - last siden på nytt for å se]"
+
+#: ../../mod/chanview.php:77 ../../mod/home.php:50 ../../mod/page.php:47
+#: ../../mod/block.php:39 ../../mod/wall_upload.php:28
+msgid "Channel not found."
+msgstr "Kanalen ble ikke funnet."
+
+#: ../../mod/chanview.php:93
+msgid "toggle full screen mode"
+msgstr "Skru på fullskjerm-modus"
+
+#: ../../mod/tagger.php:98
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s merket %3$s til %2$s med %4$s"
+
+#: ../../mod/chat.php:19 ../../mod/channel.php:25
+msgid "You must be logged in to see this page."
+msgstr "Du må være innloegget for å se denne siden."
+
+#: ../../mod/chat.php:165
+msgid "Room not found"
+msgstr "Rommet ble ikke funnet"
+
+#: ../../mod/chat.php:175
+msgid "Leave Room"
+msgstr "Forlat rom"
+
+#: ../../mod/chat.php:176
+msgid "I am away right now"
+msgstr "Jeg er borte akkurat nå"
+
+#: ../../mod/chat.php:177
+msgid "I am online"
+msgstr "Jeg er online"
+
+#: ../../mod/chat.php:179
+msgid "Bookmark this room"
+msgstr "Bokmerk dette rommet"
+
+#: ../../mod/chat.php:203 ../../mod/chat.php:223
+msgid "New Chatroom"
+msgstr "Nytt chatrom"
+
+#: ../../mod/chat.php:204
+msgid "Chatroom Name"
+msgstr "Navn på chatrom"
+
+#: ../../mod/chat.php:219
+#, php-format
+msgid "%1$s's Chatrooms"
+msgstr "%1$s sine chatrom"
+
+#: ../../mod/viewconnections.php:17 ../../mod/search.php:13
+#: ../../mod/directory.php:15 ../../mod/display.php:9
+#: ../../mod/community.php:18 ../../mod/dirprofile.php:9
+#: ../../mod/photos.php:443
+msgid "Public access denied."
+msgstr "Offentlig tilgang avvist."
+
+#: ../../mod/viewconnections.php:43
+msgid "No connections."
+msgstr "Ingen forbindelser."
+
+#: ../../mod/viewconnections.php:55
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Besøk %s sin profil [%s]"
+
+#: ../../mod/viewconnections.php:70
+msgid "View Connnections"
+msgstr "Vis forbindelser"
+
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
+msgstr "Merkelapp fjernet"
+
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
+msgstr "Fjern merkelapp fra element"
+
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
+msgstr "Velg merkelapp å fjerne:"
+
+#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:909
+msgid "Remove"
+msgstr "Fjern"
+
+#: ../../mod/connect.php:55 ../../mod/connect.php:103
+msgid "Continue"
+msgstr "Fortsett"
+
+#: ../../mod/connect.php:84
+msgid "Premium Channel Setup"
+msgstr "Premiumkanal-oppsett"
+
+#: ../../mod/connect.php:86
+msgid "Enable premium channel connection restrictions"
+msgstr "Slå på restriksjoner for forbindelse med premiumkanal"
+
+#: ../../mod/connect.php:87
+msgid ""
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
+msgstr "Vennligst skriv dine restriksjoner og betingelser, slik som PayPal-kvittering, retningslinjer for bruk, og så videre."
+
+#: ../../mod/connect.php:89 ../../mod/connect.php:109
+msgid ""
+"This channel may require additional steps or acknowledgement of the "
+"following conditions prior to connecting:"
+msgstr "Denne kanalen kan kreve ytterligere steg og bekreftelse av følgende betingelser før tilkobling:"
+
+#: ../../mod/connect.php:90
+msgid ""
+"Potential connections will then see the following text before proceeding:"
+msgstr "Potensielle forbindelser vil da se følgende tekst før de går videre:"
+
+#: ../../mod/connect.php:91 ../../mod/connect.php:112
+msgid ""
+"By continuing, I certify that I have complied with any instructions provided"
+" on this page."
+msgstr "Ved å fortsette bekrefter jeg at jeg har oppfylt alle instruksjoner gitt på denne siden."
+
+#: ../../mod/connect.php:100
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr "(Ingen spesifikke instruksjoner er gitt av kanaleieren.)"
+
+#: ../../mod/connect.php:108
+msgid "Restricted or Premium Channel"
+msgstr "Begrenset kanal eller premiumkanal"
+
+#: ../../mod/delegate.php:95
+msgid "No potential page delegates located."
+msgstr "Ingen potensielle sidedelegater er funnet."
+
+#: ../../mod/delegate.php:121
+msgid "Delegate Page Management"
+msgstr "Deleger sidehåndtering"
+
+#: ../../mod/delegate.php:123
+msgid ""
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr "Delegater kan håndtere alle sider ved denne kontoen/siden unntatt grunnleggende kontoinformasjon. Vennligst ikke deleger din personlige konto til noen du ikke stoler fullstendig på."
+
+#: ../../mod/delegate.php:124
+msgid "Existing Page Managers"
+msgstr "Eksisterende sidehåndterere"
+
+#: ../../mod/delegate.php:126
+msgid "Existing Page Delegates"
+msgstr "Eksisterende sidedelegater"
+
+#: ../../mod/delegate.php:128
+msgid "Potential Delegates"
+msgstr "Potensielle sidedelegater"
+
+#: ../../mod/delegate.php:131
+msgid "Add"
+msgstr "Legg til"
+
+#: ../../mod/delegate.php:132
+msgid "No entries."
+msgstr "Ingen oppføringer."
+
+#: ../../mod/pdledit.php:13
+msgid "Layout updated."
+msgstr "Layout er oppdatert."
+
+#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53
+msgid "Edit System Page Description"
+msgstr "Endre beskrivelsen av systemsiden"
+
+#: ../../mod/pdledit.php:48
+msgid "Layout not found."
+msgstr "Layouten ble ikke funnet."
+
+#: ../../mod/pdledit.php:54
+msgid "Module Name:"
+msgstr "Modulnavn:"
+
+#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59
+msgid "Layout Help"
+msgstr "Layout-hjelp"
+
+#: ../../mod/attach.php:9
+msgid "Item not available."
+msgstr "Elementet er ikke tilgjengelig."
+
+#: ../../mod/mitem.php:47
+msgid "Menu element updated."
+msgstr "Menyelement er oppdatert."
+
+#: ../../mod/mitem.php:51
+msgid "Unable to update menu element."
+msgstr "Ikke i stand til å oppdatere menyelement."
+
+#: ../../mod/mitem.php:57
+msgid "Menu element added."
+msgstr "Menyelement lagt til."
+
+#: ../../mod/mitem.php:61
+msgid "Unable to add menu element."
+msgstr "Ikke i stand til å legge til menyelement."
+
+#: ../../mod/mitem.php:96
+msgid "Manage Menu Elements"
+msgstr "Håndtere menyelementer"
+
+#: ../../mod/mitem.php:99
+msgid "Edit menu"
+msgstr "Endre meny"
+
+#: ../../mod/mitem.php:102
+msgid "Edit element"
+msgstr "Endre element"
+
+#: ../../mod/mitem.php:103
+msgid "Drop element"
+msgstr "Slett element"
+
+#: ../../mod/mitem.php:104
+msgid "New element"
+msgstr "Nytt element"
+
+#: ../../mod/mitem.php:105
+msgid "Edit this menu container"
+msgstr "Endre denne menybeholderen"
+
+#: ../../mod/mitem.php:106
+msgid "Add menu element"
+msgstr "Legg til menyelement"
+
+#: ../../mod/mitem.php:107
+msgid "Delete this menu item"
+msgstr "Slett dette menyelementet"
+
+#: ../../mod/mitem.php:108
+msgid "Edit this menu item"
+msgstr "Endre dette menyelementet"
+
+#: ../../mod/mitem.php:131
+msgid "New Menu Element"
+msgstr "Nytt menyelement"
+
+#: ../../mod/mitem.php:133 ../../mod/mitem.php:176
+msgid "Menu Item Permissions"
+msgstr "Menyelement Tillatelser"
+
+#: ../../mod/mitem.php:136 ../../mod/mitem.php:180
+msgid "Link text"
+msgstr "Lenketekst"
+
+#: ../../mod/mitem.php:137 ../../mod/mitem.php:181
+msgid "URL of link"
+msgstr "URL-en til lenken"
+
+#: ../../mod/mitem.php:138 ../../mod/mitem.php:182
+msgid "Use Red magic-auth if available"
+msgstr "Bruk Red sin magiske-autent hvis mulig"
+
+#: ../../mod/mitem.php:139 ../../mod/mitem.php:183
+msgid "Open link in new window"
+msgstr "Åpne lenke i nytt vindu"
+
+#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
+msgid "Order in list"
+msgstr "Ordne i liste"
+
+#: ../../mod/mitem.php:141 ../../mod/mitem.php:185
+msgid "Higher numbers will sink to bottom of listing"
+msgstr "Høyere tall vil synke mot bunnen av listen"
+
+#: ../../mod/mitem.php:154
+msgid "Menu item not found."
+msgstr "Menyelement ble ikke funnet."
+
+#: ../../mod/mitem.php:163
+msgid "Menu item deleted."
+msgstr "Menyelement slettet."
+
+#: ../../mod/mitem.php:165
+msgid "Menu item could not be deleted."
+msgstr "Menyelement kunne ikke bli slettet."
+
+#: ../../mod/mitem.php:174
+msgid "Edit Menu Element"
+msgstr "Endre menyelement"
+
+#: ../../mod/profperm.php:29 ../../mod/profperm.php:58
+msgid "Invalid profile identifier."
+msgstr "Ugyldig profil-identifikator."
+
+#: ../../mod/profperm.php:105
+msgid "Profile Visibility Editor"
+msgstr "Endre profilsynlighet"
+
+#: ../../mod/profperm.php:109
+msgid "Click on a contact to add or remove."
+msgstr "Klikk på en kontakt for å legge til eller fjerne."
+
+#: ../../mod/profperm.php:118
+msgid "Visible To"
+msgstr "Synlig for"
+
+#: ../../mod/profperm.php:134 ../../mod/connections.php:256
+msgid "All Connections"
+msgstr "Alle forbindelser"
+
+#: ../../mod/group.php:20
+msgid "Collection created."
+msgstr "Samling opprettet."
+
+#: ../../mod/group.php:26
+msgid "Could not create collection."
+msgstr "Kunne ikke lage samling."
+
+#: ../../mod/group.php:54
+msgid "Collection updated."
+msgstr "Samlingen er oppdatert."
+
+#: ../../mod/group.php:86
+msgid "Create a collection of channels."
+msgstr "Lag en samling med kanaler."
+
+#: ../../mod/group.php:87 ../../mod/group.php:183
+msgid "Collection Name: "
+msgstr "Navn på samling:"
+
+#: ../../mod/group.php:89 ../../mod/group.php:186
+msgid "Members are visible to other channels"
+msgstr "Medlemmer er synlig for andre kanaler"
+
+#: ../../mod/group.php:107
+msgid "Collection removed."
+msgstr "Samling fjernet."
+
+#: ../../mod/group.php:109
+msgid "Unable to remove collection."
+msgstr "Ikke i stand til å fjerne samlingen."
+
+#: ../../mod/group.php:182
+msgid "Collection Editor"
+msgstr "Samlingsbehandler"
+
+#: ../../mod/group.php:196
+msgid "Members"
+msgstr "Medlemmer"
+
+#: ../../mod/group.php:198
+msgid "All Connected Channels"
+msgstr "Alle tilkoblede kanaler"
+
+#: ../../mod/group.php:231
+msgid "Click on a channel to add or remove."
+msgstr "Klikk på en kanal for å legge til eller fjerne."
+
+#: ../../mod/admin.php:48
+msgid "Theme settings updated."
+msgstr "Temainnstillinger er oppdatert."
+
+#: ../../mod/admin.php:88 ../../mod/admin.php:430
+msgid "Site"
+msgstr "Nettsted"
+
+#: ../../mod/admin.php:89 ../../mod/admin.php:738 ../../mod/admin.php:750
+msgid "Users"
+msgstr "Brukere"
+
+#: ../../mod/admin.php:90 ../../mod/admin.php:836 ../../mod/admin.php:878
+msgid "Plugins"
+msgstr "Tilleggsfunksjoner"
+
+#: ../../mod/admin.php:91 ../../mod/admin.php:1041 ../../mod/admin.php:1077
+msgid "Themes"
+msgstr "Temaer"
+
+#: ../../mod/admin.php:92 ../../mod/admin.php:529
+msgid "Server"
+msgstr "Tjener"
+
+#: ../../mod/admin.php:93
+msgid "DB updates"
+msgstr "Databaseoppdateringer"
+
+#: ../../mod/admin.php:107 ../../mod/admin.php:114 ../../mod/admin.php:1164
+msgid "Logs"
+msgstr "Logger"
+
+#: ../../mod/admin.php:113
+msgid "Plugin Features"
+msgstr "Tilleggsfunksjoner"
+
+#: ../../mod/admin.php:115
+msgid "User registrations waiting for confirmation"
+msgstr "Brukerregistreringer som venter på bekreftelse"
+
+#: ../../mod/admin.php:189
+msgid "Message queues"
+msgstr "Meldingskøer"
+
+#: ../../mod/admin.php:194 ../../mod/admin.php:429 ../../mod/admin.php:528
+#: ../../mod/admin.php:737 ../../mod/admin.php:835 ../../mod/admin.php:877
+#: ../../mod/admin.php:1040 ../../mod/admin.php:1076 ../../mod/admin.php:1163
+msgid "Administration"
+msgstr "Administrasjon"
+
+#: ../../mod/admin.php:195
+msgid "Summary"
+msgstr "Sammendrag"
+
+#: ../../mod/admin.php:197
+msgid "Registered users"
+msgstr "Registrerte brukere"
+
+#: ../../mod/admin.php:199 ../../mod/admin.php:532
+msgid "Pending registrations"
+msgstr "Ventende registreringer"
+
+#: ../../mod/admin.php:200
+msgid "Version"
+msgstr "Versjon"
+
+#: ../../mod/admin.php:202 ../../mod/admin.php:533
+msgid "Active plugins"
+msgstr "Aktive tilleggsfunksjoner"
+
+#: ../../mod/admin.php:350
+msgid "Site settings updated."
+msgstr "Nettstedsinnstillinger er oppdatert."
+
+#: ../../mod/admin.php:381
+msgid "No special theme for accessibility"
+msgstr "Ikke noe spesielt tema for universell utforming"
+
+#: ../../mod/admin.php:409
+msgid "Closed"
+msgstr "Lukket"
+
+#: ../../mod/admin.php:410
+msgid "Requires approval"
+msgstr "Krever godkjenning"
+
+#: ../../mod/admin.php:411
+msgid "Open"
+msgstr "Åpen"
+
+#: ../../mod/admin.php:416
+msgid "Private"
+msgstr "Privat"
+
+#: ../../mod/admin.php:417
+msgid "Paid Access"
+msgstr "Betalt tilgang"
+
+#: ../../mod/admin.php:418
+msgid "Free Access"
+msgstr "Gratis tilgang"
+
+#: ../../mod/admin.php:419
+msgid "Tiered Access"
+msgstr "Lagdelt tilgang"
+
+#: ../../mod/admin.php:432 ../../mod/register.php:189
+msgid "Registration"
+msgstr "Registrering"
+
+#: ../../mod/admin.php:433
+msgid "File upload"
+msgstr "Last opp fil"
+
+#: ../../mod/admin.php:434
+msgid "Policies"
+msgstr "Retningslinjer"
+
+#: ../../mod/admin.php:435
+msgid "Advanced"
+msgstr "Avansert"
+
+#: ../../mod/admin.php:439
+msgid "Site name"
+msgstr "Nettstedets navn"
+
+#: ../../mod/admin.php:440
+msgid "Banner/Logo"
+msgstr "Banner/Logo"
+
+#: ../../mod/admin.php:441
+msgid "Administrator Information"
+msgstr "Administratorinformasjon"
+
+#: ../../mod/admin.php:441
+msgid ""
+"Contact information for site administrators. Displayed on siteinfo page. "
+"BBCode can be used here"
+msgstr "Kontaktinformasjon til nettstedsadministratorer. Vises på siteinfo-siden. BBCode kan brukes her"
+
+#: ../../mod/admin.php:442
+msgid "System language"
+msgstr "Systemspråk"
+
+#: ../../mod/admin.php:443
+msgid "System theme"
+msgstr "Systemtema"
+
+#: ../../mod/admin.php:443
+msgid ""
+"Default system theme - may be over-ridden by user profiles - change theme settings"
+msgstr "Standard systemtema - kan overstyres av brukerprofiler - endre temainnstillinger"
+
+#: ../../mod/admin.php:444
+msgid "Mobile system theme"
+msgstr "Mobilt systemtema"
+
+#: ../../mod/admin.php:444
+msgid "Theme for mobile devices"
+msgstr "Tema for mobile enheter"
+
+#: ../../mod/admin.php:445
+msgid "Accessibility system theme"
+msgstr "Universelt utformet systemtema"
+
+#: ../../mod/admin.php:445
+msgid "Accessibility theme"
+msgstr "Universelt utformet tema"
+
+#: ../../mod/admin.php:446
+msgid "Channel to use for this website's static pages"
+msgstr "Kanal å bruke for dette nettstedets statiske sider"
+
+#: ../../mod/admin.php:446
+msgid "Site Channel"
+msgstr "Nettstedets kanal"
+
+#: ../../mod/admin.php:448
+msgid "Maximum image size"
+msgstr "Største bildestørrelse"
+
+#: ../../mod/admin.php:448
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Største størrelse i bytes for opplastede bilder. Standard er 0, som betyr ubegrenset."
+
+#: ../../mod/admin.php:449
+msgid "Register policy"
+msgstr "Retningslinjer for registrering"
+
+#: ../../mod/admin.php:450
+msgid "Access policy"
+msgstr "Retningslinjer for tilgang"
+
+#: ../../mod/admin.php:451
+msgid "Register text"
+msgstr "Registreringstekst"
+
+#: ../../mod/admin.php:451
+msgid "Will be displayed prominently on the registration page."
+msgstr "Vil bli vist på en fremtredende måte på registreringssiden."
+
+#: ../../mod/admin.php:452
+msgid "Accounts abandoned after x days"
+msgstr "Kontoer forlatt etter x dager"
+
+#: ../../mod/admin.php:452
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Vil ikke kaste bort systemressurser på å spørre eksterne nettsteder etter forlatte kontoer. Skriv 0 for å ikke sette noen tidsgrense."
+
+#: ../../mod/admin.php:453
+msgid "Allowed friend domains"
+msgstr "Tillatte vennedomener"
+
+#: ../../mod/admin.php:453
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Kommaseparert liste over domener som har lov til å etablere vennskap med dette nettstedet. Jokertegn er akseptert. Tøm for å tillate alle domener."
+
+#: ../../mod/admin.php:454
+msgid "Allowed email domains"
+msgstr "Tillate e-postdomener"
+
+#: ../../mod/admin.php:454
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr "Kommaseparert liste med domener som er tillatt i e-postadresser ved registrering på dette nettstedet. Jokertegn er akseptert. Tomt betyr at alle domener er tillatt"
+
+#: ../../mod/admin.php:455
+msgid "Block public"
+msgstr "Blokker offentlig tilgang"
+
+#: ../../mod/admin.php:455
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Kryss av for å blokkere tilgang til alle personlige sider som ellers ville vært offentlig tilgjengelige på dette nettstedet med mindre du er logget inn."
+
+#: ../../mod/admin.php:456
+msgid "Force publish"
+msgstr "Tving publisering"
+
+#: ../../mod/admin.php:456
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Kryss av for å tvinge alle profiler på dette nettstedet til å bli oppført i nettstedet sin katalog."
+
+#: ../../mod/admin.php:457
+msgid "No login on Homepage"
+msgstr "Ingen innlogging på hjemmesiden"
+
+#: ../../mod/admin.php:457
+msgid ""
+"Check to hide the login form from your sites homepage when visitors arrive "
+"who are not logged in (e.g. when you put the content of the homepage in via "
+"the site channel)."
+msgstr "Sett hake for å skjule innloggingsskjemaet fra ditt nettsteds hjemmeside for besøkende som ikke er innlogget (for eksempel når du legger inn innhold på hjemmesiden via nettstedskanalen)."
+
+#: ../../mod/admin.php:459
+msgid "Proxy user"
+msgstr "Brukernavn mellomtjener"
+
+#: ../../mod/admin.php:460
+msgid "Proxy URL"
+msgstr "Mellomtjener URL"
+
+#: ../../mod/admin.php:461
+msgid "Network timeout"
+msgstr "Nettverk tidsavbrudd"
+
+#: ../../mod/admin.php:461
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Verdien i sekunder. Skriv 0 for ubegrenset (ikke anbefalt)."
+
+#: ../../mod/admin.php:462
+msgid "Delivery interval"
+msgstr "Leveringsinterval"
+
+#: ../../mod/admin.php:462
+msgid ""
+"Delay background delivery processes by this many seconds to reduce system "
+"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
+"for large dedicated servers."
+msgstr "Forsink leveringsprosessene i bakgrunnen med dette antall sekunder for å redusere systembelastningen. Anbefaling: 4-5 for delte tjenere, 2-3 for virtuelle tjenere, 0-1 for større dedikerte tjenere."
+
+#: ../../mod/admin.php:463
+msgid "Poll interval"
+msgstr "Spørreintervall"
+
+#: ../../mod/admin.php:463
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "Forsink spørreprosessene i bakgrunnen med dette antall sekunder for å redusere systembelastningen. Hvis 0, bruk dette leveringsintervallet."
+
+#: ../../mod/admin.php:464
+msgid "Maximum Load Average"
+msgstr "Største belastningsgjennomsnitt"
+
+#: ../../mod/admin.php:464
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Største systembelastning før leverings- og spørreprosesser blir utsatt - standard 50."
+
+#: ../../mod/admin.php:520
+msgid "No server found"
+msgstr "Ingen tjener funnet"
+
+#: ../../mod/admin.php:527 ../../mod/admin.php:751
+msgid "ID"
+msgstr "ID"
+
+#: ../../mod/admin.php:527
+msgid "for channel"
+msgstr "for kanalen"
+
+#: ../../mod/admin.php:527
+msgid "on server"
+msgstr "på tjener"
+
+#: ../../mod/admin.php:527
+msgid "Status"
+msgstr "Status"
+
+#: ../../mod/admin.php:548
+msgid "Update has been marked successful"
+msgstr "Oppdateringen har blitt merket som en suksess"
+
+#: ../../mod/admin.php:558
+#, php-format
+msgid "Executing %s failed. Check system logs."
+msgstr "Utføring av %s feilet. Sjekk systemlogger."
+
+#: ../../mod/admin.php:561
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Oppdatering %s ble gjennomført med suksess."
+
+#: ../../mod/admin.php:565
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Oppdatering %s returnerte ingen status. Det er ukjent om den ble vellykket."
+
+#: ../../mod/admin.php:568
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "Oppdatering av funksjon %s kunne ikke finnes."
+
+#: ../../mod/admin.php:583
+msgid "No failed updates."
+msgstr "Ingen mislykkede oppdateringer."
+
+#: ../../mod/admin.php:587
+msgid "Failed Updates"
+msgstr "Mislykkede oppdateringer"
+
+#: ../../mod/admin.php:589
+msgid "Mark success (if update was manually applied)"
+msgstr "Marker suksess (hvis oppdateringen ble gjennomført manuelt)"
+
+#: ../../mod/admin.php:590
+msgid "Attempt to execute this update step automatically"
+msgstr "Prøv å gjennomføre dette oppdateringstrinnet automatisk"
+
+#: ../../mod/admin.php:616
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s bruker blokkert/ikke blokkert lenger"
+msgstr[1] "%s brukere blokkert/ikke blokkert lenger"
+
+#: ../../mod/admin.php:623
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s bruker slettet"
+msgstr[1] "%s brukere slettet"
+
+#: ../../mod/admin.php:654
+msgid "Account not found"
+msgstr "Kontoen ble ikke funnet"
+
+#: ../../mod/admin.php:665
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Brukeren '%s' er slettet"
+
+#: ../../mod/admin.php:674
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Brukeren '%s' er ikke blokkert lenger"
+
+#: ../../mod/admin.php:674
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Brukeren '%s' er blokkert"
+
+#: ../../mod/admin.php:740
+msgid "select all"
+msgstr "velg alle"
+
+#: ../../mod/admin.php:741
+msgid "User registrations waiting for confirm"
+msgstr "Brukerregistreringer som venter på bekreftelse"
+
+#: ../../mod/admin.php:742
+msgid "Request date"
+msgstr "Dato for forespørsel"
+
+#: ../../mod/admin.php:743
+msgid "No registrations."
+msgstr "Ingen registreringer."
+
+#: ../../mod/admin.php:744
+msgid "Approve"
+msgstr "Godkjenn"
+
+#: ../../mod/admin.php:745
+msgid "Deny"
+msgstr "Avslå"
+
+#: ../../mod/admin.php:747 ../../mod/connedit.php:333
+#: ../../mod/connedit.php:475
+msgid "Block"
+msgstr "Blokker"
+
+#: ../../mod/admin.php:748 ../../mod/connedit.php:333
+#: ../../mod/connedit.php:475
+msgid "Unblock"
+msgstr "Ikke blokker lenger"
+
+#: ../../mod/admin.php:751
+msgid "Register date"
+msgstr "Registreringsdato"
+
+#: ../../mod/admin.php:751
+msgid "Last login"
+msgstr "Siste innlogging"
+
+#: ../../mod/admin.php:751
+msgid "Expires"
+msgstr "Utløper"
+
+#: ../../mod/admin.php:751
+msgid "Service Class"
+msgstr "Tjenesteklasse"
+
+#: ../../mod/admin.php:753
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Valgte brukere vil bli slettet!\\n\\nAlt som disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette valgte brukere og deres innhold?"
+
+#: ../../mod/admin.php:754
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren og alt innholdet til denne brukeren?"
+
+#: ../../mod/admin.php:795
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Tilleggsfunksjonen %s er avskrudd."
+
+#: ../../mod/admin.php:799
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Tilleggsfunksjonen %s er påskrudd."
+
+#: ../../mod/admin.php:809 ../../mod/admin.php:1011
+msgid "Disable"
+msgstr "Skru av"
+
+#: ../../mod/admin.php:811 ../../mod/admin.php:1013
+msgid "Enable"
+msgstr "Skru på"
+
+#: ../../mod/admin.php:837 ../../mod/admin.php:1042
+msgid "Toggle"
+msgstr "Skru av og på"
+
+#: ../../mod/admin.php:845 ../../mod/admin.php:1052
+msgid "Author: "
+msgstr "Forfatter:"
+
+#: ../../mod/admin.php:846 ../../mod/admin.php:1053
+msgid "Maintainer: "
+msgstr "Vedlikeholder:"
+
+#: ../../mod/admin.php:975
+msgid "No themes found."
+msgstr "Ingen temaer er funnet."
+
+#: ../../mod/admin.php:1034
+msgid "Screenshot"
+msgstr "Skjermbilde"
+
+#: ../../mod/admin.php:1082
+msgid "[Experimental]"
+msgstr "[Eksperimentelt]"
+
+#: ../../mod/admin.php:1083
+msgid "[Unsupported]"
+msgstr "[Ingen støtte]"
+
+#: ../../mod/admin.php:1110
+msgid "Log settings updated."
+msgstr "Logginnstillinger er oppdatert."
+
+#: ../../mod/admin.php:1166
+msgid "Clear"
+msgstr "Tøm"
+
+#: ../../mod/admin.php:1172
+msgid "Debugging"
+msgstr "Feilsøking"
+
+#: ../../mod/admin.php:1173
+msgid "Log file"
+msgstr "Loggfil"
+
+#: ../../mod/admin.php:1173
+msgid ""
+"Must be writable by web server. Relative to your Red top-level directory."
+msgstr "Må kunne skrives til av webtjenesten. Relativ til din Red sin toppnivåkatalog."
+
+#: ../../mod/admin.php:1174
+msgid "Log level"
+msgstr "Loggnivå"
+
+#: ../../mod/filer.php:35
+msgid "- select -"
+msgstr "- velg -"
+
+#: ../../mod/home.php:89
+#, php-format
+msgid "Welcome to %s"
+msgstr "Velkommen til %s"
+
+#: ../../mod/editpost.php:20 ../../mod/editlayout.php:36
+#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:8
+#: ../../mod/editblock.php:27 ../../mod/editblock.php:53
+msgid "Item not found"
+msgstr "Elementet ble ikke funnet."
+
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
+msgstr "Elementet kan ikke endres"
+
+#: ../../mod/editpost.php:53
+msgid "Delete item?"
+msgstr "Slett element?"
+
+#: ../../mod/editpost.php:116 ../../mod/editlayout.php:110
+#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:115
+msgid "Insert YouTube video"
+msgstr "Sett inn YouTube-video"
+
+#: ../../mod/editpost.php:117 ../../mod/editlayout.php:111
+#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:116
+msgid "Insert Vorbis [.ogg] video"
+msgstr "Sett inn Vorbis [.ogg] video"
+
+#: ../../mod/editpost.php:118 ../../mod/editlayout.php:112
+#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:117
+msgid "Insert Vorbis [.ogg] audio"
+msgstr "Legg i"
+
+#: ../../mod/directory.php:144 ../../mod/profiles.php:561
+#: ../../mod/dirprofile.php:98
+msgid "Age: "
+msgstr "Alder:"
+
+#: ../../mod/directory.php:147 ../../mod/dirprofile.php:101
+msgid "Gender: "
+msgstr "Kjønn:"
+
+#: ../../mod/directory.php:208
+msgid "Finding:"
+msgstr "Finner:"
+
+#: ../../mod/directory.php:216
+msgid "next page"
+msgstr "neste side"
+
+#: ../../mod/directory.php:216
+msgid "previous page"
+msgstr "forrige side"
+
+#: ../../mod/directory.php:223
+msgid "No entries (some entries may be hidden)."
+msgstr "Ingen oppføringer (noen oppføringer kan være skjult)."
+
+#: ../../mod/connedit.php:49 ../../mod/connections.php:37
+msgid "Could not access contact record."
+msgstr "Fikk ikke tilgang til kontaktinformasjonen."
+
+#: ../../mod/connedit.php:63 ../../mod/connections.php:51
+msgid "Could not locate selected profile."
+msgstr "Fant ikke valgt profil."
+
+#: ../../mod/connedit.php:107 ../../mod/connections.php:94
+msgid "Connection updated."
+msgstr "Forbindelsen er oppdatert."
+
+#: ../../mod/connedit.php:109 ../../mod/connections.php:96
+msgid "Failed to update connection record."
+msgstr "Mislyktes med å oppdatere forbindelsesinformasjonen."
+
+#: ../../mod/connedit.php:204
+msgid "Could not access address book record."
+msgstr "Fikk ikke tilgang til informasjonen i adresseboken."
+
+#: ../../mod/connedit.php:218
+msgid "Refresh failed - channel is currently unavailable."
+msgstr "Oppfrisking mislyktes - kanalen er for øyeblikket utilgjengelig."
+
+#: ../../mod/connedit.php:225
+msgid "Channel has been unblocked"
+msgstr "Kanalen er ikke blokkert lenger"
+
+#: ../../mod/connedit.php:226
+msgid "Channel has been blocked"
+msgstr "Kanalen har blitt blokkert"
+
+#: ../../mod/connedit.php:230 ../../mod/connedit.php:242
+#: ../../mod/connedit.php:254 ../../mod/connedit.php:266
+#: ../../mod/connedit.php:281
+msgid "Unable to set address book parameters."
+msgstr "Ikke i stand til å angi parametre for adresseboken."
+
+#: ../../mod/connedit.php:237
+msgid "Channel has been unignored"
+msgstr "Kanalen er ikke lenger ignorert"
+
+#: ../../mod/connedit.php:238
+msgid "Channel has been ignored"
+msgstr "Kanalen blir ignorert"
+
+#: ../../mod/connedit.php:249
+msgid "Channel has been unarchived"
+msgstr "Kanalen er ikke lenger arkivert"
+
+#: ../../mod/connedit.php:250
+msgid "Channel has been archived"
+msgstr "Kanalen er arkivert"
+
+#: ../../mod/connedit.php:261
+msgid "Channel has been unhidden"
+msgstr "Kanalen er ikke lenger skjult"
+
+#: ../../mod/connedit.php:262
+msgid "Channel has been hidden"
+msgstr "Kanalen er blitt skjult"
+
+#: ../../mod/connedit.php:276
+msgid "Channel has been approved"
+msgstr "Kanalen har blitt godkjent"
+
+#: ../../mod/connedit.php:277
+msgid "Channel has been unapproved"
+msgstr "Kanalen er ikke lenger godkjent"
+
+#: ../../mod/connedit.php:295
+msgid "Contact has been removed."
+msgstr "Kontakten har blitt fjernet."
+
+#: ../../mod/connedit.php:315
+#, php-format
+msgid "View %s's profile"
+msgstr "Vis %s sin profil"
+
+#: ../../mod/connedit.php:319
+msgid "Refresh Permissions"
+msgstr "Oppfrisk tillatelser"
+
+#: ../../mod/connedit.php:322
+msgid "Fetch updated permissions"
+msgstr "Hent oppdaterte tillatelser"
+
+#: ../../mod/connedit.php:326
+msgid "Recent Activity"
+msgstr "Nylig aktivitet"
+
+#: ../../mod/connedit.php:329
+msgid "View recent posts and comments"
+msgstr "Vis nylige innlegg og kommentarer"
+
+#: ../../mod/connedit.php:336
+msgid "Block or Unblock this connection"
+msgstr "Blokker eller fjern blokkering av denne forbindelsen "
+
+#: ../../mod/connedit.php:340 ../../mod/connedit.php:476
+msgid "Unignore"
+msgstr "Ikke ignorer lenger"
+
+#: ../../mod/connedit.php:340 ../../mod/connedit.php:476
+#: ../../mod/notifications.php:51
+msgid "Ignore"
+msgstr "Ignorer"
+
+#: ../../mod/connedit.php:343
+msgid "Ignore or Unignore this connection"
+msgstr "Ignorer eller fjern ignorering av denne forbindelsen"
+
+#: ../../mod/connedit.php:346
+msgid "Unarchive"
+msgstr "Ikke arkiver lenger"
+
+#: ../../mod/connedit.php:346
+msgid "Archive"
+msgstr "Arkiver"
+
+#: ../../mod/connedit.php:349
+msgid "Archive or Unarchive this connection"
+msgstr "Arkiver eller fjern arkivering av denne forbindelsen"
+
+#: ../../mod/connedit.php:352
+msgid "Unhide"
+msgstr "Ikke skjul lenger"
+
+#: ../../mod/connedit.php:352
+msgid "Hide"
+msgstr "Skjul"
+
+#: ../../mod/connedit.php:355
+msgid "Hide or Unhide this connection"
+msgstr "Skjul eller fjern skjuling av denne forbindelsen"
+
+#: ../../mod/connedit.php:362
+msgid "Delete this connection"
+msgstr "Slett denne forbindelsen"
+
+#: ../../mod/connedit.php:395
+msgid "Unknown"
+msgstr "Ukjent"
+
+#: ../../mod/connedit.php:405 ../../mod/connedit.php:434
+msgid "Approve this connection"
+msgstr "Godta denne forbindelsen"
+
+#: ../../mod/connedit.php:405
+msgid "Accept connection to allow communication"
+msgstr "Godta denne forbindelsen for å tillate kommunikasjon"
+
+#: ../../mod/connedit.php:421
+msgid "Automatic Permissions Settings"
+msgstr "Automatiske innstillinger for tillatelser"
+
+#: ../../mod/connedit.php:421
+#, php-format
+msgid "Connections: settings for %s"
+msgstr "Forbindelser: innstillinger for %s"
+
+#: ../../mod/connedit.php:425
+msgid ""
+"When receiving a channel introduction, any permissions provided here will be"
+" applied to the new connection automatically and the introduction approved. "
+"Leave this page if you do not wish to use this feature."
+msgstr "Når du mottar en kanal-introduksjon, så vil alle tillatelser gitt her gjelde for den nye forbindelsen automatisk og introduksjonen godkjennes. Forlat denne siden hvis du ikke ønsker å bruke denne egenskapen."
+
+#: ../../mod/connedit.php:427
+msgid "Slide to adjust your degree of friendship"
+msgstr "Flytt for å justere din grad av vennskap"
+
+#: ../../mod/connedit.php:433
+msgid "inherited"
+msgstr "arvet"
+
+#: ../../mod/connedit.php:435
+msgid "Connection has no individual permissions!"
+msgstr "Forbindelsen har ingen individuelle tillatelser!"
+
+#: ../../mod/connedit.php:436
+msgid ""
+"This may be appropriate based on your privacy "
+"settings, though you may wish to review the \"Advanced Permissions\"."
+msgstr "Dette kan være riktig basert på dine personverninnstillinger, men kanskje du bør se over \"Avanserte tillatelser\"."
+
+#: ../../mod/connedit.php:438
+msgid "Profile Visibility"
+msgstr "Profilens synlighet"
+
+#: ../../mod/connedit.php:439
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Vennligst velg profilen du ønsker å vise %s når profilen din ses på en sikret måte. "
+
+#: ../../mod/connedit.php:440
+msgid "Contact Information / Notes"
+msgstr "Kontaktinformasjon / Merknader"
+
+#: ../../mod/connedit.php:441
+msgid "Edit contact notes"
+msgstr "Endre kontaktmerknader"
+
+#: ../../mod/connedit.php:443
+msgid "Their Settings"
+msgstr "Deres innstillinger"
+
+#: ../../mod/connedit.php:444
+msgid "My Settings"
+msgstr "Mine innstillinger"
+
+#: ../../mod/connedit.php:446
+msgid "Forum Members"
+msgstr "Forummedlemmer"
+
+#: ../../mod/connedit.php:447
+msgid "Soapbox"
+msgstr "Talerstol"
+
+#: ../../mod/connedit.php:448
+msgid "Full Sharing (typical social network permissions)"
+msgstr "Full deling (typiske tillatelser i sosiale nettverk)"
+
+#: ../../mod/connedit.php:449
+msgid "Cautious Sharing "
+msgstr "Forsiktig deling"
+
+#: ../../mod/connedit.php:450
+msgid "Follow Only"
+msgstr "Bare følg"
+
+#: ../../mod/connedit.php:451
+msgid "Individual Permissions"
+msgstr "Individuelle tillatelser"
+
+#: ../../mod/connedit.php:452
+msgid ""
+"Some permissions may be inherited from your channel privacy settings, which have higher priority than "
+"individual settings. Changing those inherited settings on this page will "
+"have no effect."
+msgstr "Noen tillatelser kan være arvet fra din kanals personverninnstillinger, som har høyere prioritet enn individuelle innstillinger. Å endre arvede innstillinger på denne siden vil ikke ha noen effekt."
+
+#: ../../mod/connedit.php:453
+msgid "Advanced Permissions"
+msgstr "Avanserte tillatelser"
+
+#: ../../mod/connedit.php:454
+msgid "Simple Permissions (select one and submit)"
+msgstr "Enkle tillatelser (velg en og lagre)"
+
+#: ../../mod/connedit.php:458
+#, php-format
+msgid "Visit %s's profile - %s"
+msgstr "Besøk %s sin profil - %s"
+
+#: ../../mod/connedit.php:459
+msgid "Block/Unblock contact"
+msgstr "Blokker/Ikke blokker kontakt"
+
+#: ../../mod/connedit.php:460
+msgid "Ignore contact"
+msgstr "Ignorer kontakt"
+
+#: ../../mod/connedit.php:461
+msgid "Repair URL settings"
+msgstr "Reparer URL-innstillinger"
+
+#: ../../mod/connedit.php:462
+msgid "View conversations"
+msgstr "Vis samtaler"
+
+#: ../../mod/connedit.php:464
+msgid "Delete contact"
+msgstr "Slett kontakt"
+
+#: ../../mod/connedit.php:467
+msgid "Last update:"
+msgstr "Siste oppdatering:"
+
+#: ../../mod/connedit.php:469
+msgid "Update public posts"
+msgstr "Oppdater offentlige innlegg"
+
+#: ../../mod/connedit.php:471
+msgid "Update now"
+msgstr "Oppdater nå"
+
+#: ../../mod/connedit.php:477
+msgid "Currently blocked"
+msgstr "For øyeblikket blokkert"
+
+#: ../../mod/connedit.php:478
+msgid "Currently ignored"
+msgstr "For øyeblikket ignorert"
+
+#: ../../mod/connedit.php:479
+msgid "Currently archived"
+msgstr "For øyeblikket arkivert"
+
+#: ../../mod/connedit.php:480
+msgid "Currently pending"
+msgstr "For øyeblikket ventende"
+
+#: ../../mod/connedit.php:481
+msgid "Hide this contact from others"
+msgstr "Skjul denne kontakten for andre"
+
+#: ../../mod/connedit.php:481
+msgid ""
+"Replies/likes to your public posts may still be visible"
+msgstr "Svar/likes på dine offentlige innlegg kan fortsatt være synlige"
+
+#: ../../mod/layouts.php:62
+msgid "Help with this feature"
+msgstr "Hjelp med denne funksjonen"
+
+#: ../../mod/layouts.php:83
+msgid "Layout Name"
+msgstr "Layout-navn"
+
+#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55
+msgid "Help:"
+msgstr "Hjelp:"
+
+#: ../../mod/help.php:69 ../../index.php:223
+msgid "Not Found"
+msgstr "Ikke funnet"
+
+#: ../../mod/help.php:72 ../../mod/page.php:83 ../../mod/display.php:100
+#: ../../mod/block.php:75 ../../index.php:226
+msgid "Page not found."
+msgstr "Siden ikke funnet."
+
+#: ../../mod/rmagic.php:38
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "Vi støtte på et problem under innloggingen med din OpenID. Vennligst sjekk at ID-en er stavet riktig."
+
+#: ../../mod/rmagic.php:38
+msgid "The error message was:"
+msgstr "Feilmeldingen var:"
+
+#: ../../mod/rmagic.php:42
+msgid "Authentication failed."
+msgstr "Autentisering mislyktes."
+
+#: ../../mod/rmagic.php:78
+msgid "Remote Authentication"
+msgstr "Fjernautentisering"
+
+#: ../../mod/rmagic.php:79
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr "Skriv din kanaladresse (for eksempel channel@exampel.com)"
+
+#: ../../mod/rmagic.php:80
+msgid "Authenticate"
+msgstr "Autentiser"
+
+#: ../../mod/page.php:35 ../../mod/block.php:27
+msgid "Invalid item."
+msgstr "Ugyldig element."
+
+#: ../../mod/network.php:79
+msgid "No such group"
+msgstr "Gruppen finnes ikke"
+
+#: ../../mod/network.php:118
+msgid "Search Results For:"
+msgstr "Søkeresultat for:"
+
+#: ../../mod/network.php:172
+msgid "Collection is empty"
+msgstr "Samlingen er tom"
+
+#: ../../mod/network.php:180
+msgid "Collection: "
+msgstr "Samling:"
+
+#: ../../mod/network.php:193
+msgid "Connection: "
+msgstr "Forbindelse:"
+
+#: ../../mod/network.php:196
+msgid "Invalid connection."
+msgstr "Ugyldig forbindelse."
+
+#: ../../mod/profiles.php:18 ../../mod/profiles.php:138
+#: ../../mod/profiles.php:168 ../../mod/profiles.php:463
+msgid "Profile not found."
+msgstr "Profilen ble ikke funnet."
+
+#: ../../mod/profiles.php:38
+msgid "Profile deleted."
+msgstr "Profilen er slettet."
+
+#: ../../mod/profiles.php:56 ../../mod/profiles.php:92
+msgid "Profile-"
+msgstr "Profil-"
+
+#: ../../mod/profiles.php:77 ../../mod/profiles.php:120
+msgid "New profile created."
+msgstr "Ny profil opprettet."
+
+#: ../../mod/profiles.php:98
+msgid "Profile unavailable to clone."
+msgstr "Profilen er utilgjengelig for klonen."
+
+#: ../../mod/profiles.php:178
+msgid "Profile Name is required."
+msgstr "Profilnavn er påkrevd."
+
+#: ../../mod/profiles.php:294
+msgid "Marital Status"
+msgstr "Sivilstand"
+
+#: ../../mod/profiles.php:298
+msgid "Romantic Partner"
+msgstr "Romantisk partner"
+
+#: ../../mod/profiles.php:302
+msgid "Likes"
+msgstr "Liker"
+
+#: ../../mod/profiles.php:306
+msgid "Dislikes"
+msgstr "Liker ikke"
+
+#: ../../mod/profiles.php:310
+msgid "Work/Employment"
+msgstr "Arbeid/sysselsetting"
+
+#: ../../mod/profiles.php:313
+msgid "Religion"
+msgstr "Religion"
+
+#: ../../mod/profiles.php:317
+msgid "Political Views"
+msgstr "Politiske synspunkter"
+
+#: ../../mod/profiles.php:321
+msgid "Gender"
+msgstr "Kjønn"
+
+#: ../../mod/profiles.php:325
+msgid "Sexual Preference"
+msgstr "Seksuelle preferanser"
+
+#: ../../mod/profiles.php:329
+msgid "Homepage"
+msgstr "Hjemmeside"
+
+#: ../../mod/profiles.php:333
+msgid "Interests"
+msgstr "Interesser"
+
+#: ../../mod/profiles.php:337
+msgid "Address"
+msgstr "Adresse"
+
+#: ../../mod/profiles.php:344 ../../mod/pubsites.php:31
+msgid "Location"
+msgstr "Plassering"
+
+#: ../../mod/profiles.php:427
+msgid "Profile updated."
+msgstr "Profilen er oppdatert."
+
+#: ../../mod/profiles.php:482
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Skjul kontakt-/vennelisten din fra de som ser på denne profilen?"
+
+#: ../../mod/profiles.php:505
+msgid "Edit Profile Details"
+msgstr "Endre profildetaljer"
+
+#: ../../mod/profiles.php:507
+msgid "View this profile"
+msgstr "Vis denne profilen"
+
+#: ../../mod/profiles.php:508
+msgid "Change Profile Photo"
+msgstr "Endre profilbilde"
+
+#: ../../mod/profiles.php:509
+msgid "Create a new profile using these settings"
+msgstr "Lag en ny profil ved å bruke disse innstillingene"
+
+#: ../../mod/profiles.php:510
+msgid "Clone this profile"
+msgstr "Klon denne profilen"
+
+#: ../../mod/profiles.php:511
+msgid "Delete this profile"
+msgstr "Slett denne profilen"
+
+#: ../../mod/profiles.php:512
+msgid "Profile Name:"
+msgstr "Profilnavn:"
+
+#: ../../mod/profiles.php:513
+msgid "Your Full Name:"
+msgstr "Ditt fulle navn:"
+
+#: ../../mod/profiles.php:514
+msgid "Title/Description:"
+msgstr "Tittel/Beskrivelse:"
+
+#: ../../mod/profiles.php:515
+msgid "Your Gender:"
+msgstr "Ditt kjønn:"
+
+#: ../../mod/profiles.php:516
+#, php-format
+msgid "Birthday (%s):"
+msgstr "Fødselsdag (%s):"
+
+#: ../../mod/profiles.php:517
+msgid "Street Address:"
+msgstr "Gateadresse:"
+
+#: ../../mod/profiles.php:518
+msgid "Locality/City:"
+msgstr "Sted/By:"
+
+#: ../../mod/profiles.php:519
+msgid "Postal/Zip Code:"
+msgstr "Postnummer/ZIP-kode:"
+
+#: ../../mod/profiles.php:520
+msgid "Country:"
+msgstr "Land:"
+
+#: ../../mod/profiles.php:521
+msgid "Region/State:"
+msgstr "Region/fylke:"
+
+#: ../../mod/profiles.php:522
+msgid "♥ Marital Status:"
+msgstr "♥ Sivilstand:"
+
+#: ../../mod/profiles.php:523
+msgid "Who: (if applicable)"
+msgstr "Hvem: (hvis det er aktuelt) "
+
+#: ../../mod/profiles.php:524
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Eksempler: kari123, Kari Villiamsen, kari@example.com"
+
+#: ../../mod/profiles.php:525
+msgid "Since [date]:"
+msgstr "Siden [dato]:"
+
+#: ../../mod/profiles.php:527
+msgid "Homepage URL:"
+msgstr "Hjemmeside URL:"
+
+#: ../../mod/profiles.php:530
+msgid "Religious Views:"
+msgstr "Religiøse synspunkter:"
+
+#: ../../mod/profiles.php:531
+msgid "Keywords:"
+msgstr "Nøkkelord:"
+
+#: ../../mod/profiles.php:534
+msgid "Example: fishing photography software"
+msgstr "Eksempel: fisking fotografering programvare"
+
+#: ../../mod/profiles.php:535
+msgid "Used in directory listings"
+msgstr "Brukt i katalogoppføringer"
+
+#: ../../mod/profiles.php:536
+msgid "Tell us about yourself..."
+msgstr "Fortell oss om deg selv..."
+
+#: ../../mod/profiles.php:537
+msgid "Hobbies/Interests"
+msgstr "Hobbier/Interesser"
+
+#: ../../mod/profiles.php:538
+msgid "Contact information and Social Networks"
+msgstr "Kontaktinformasjon og sosiale nettverk"
+
+#: ../../mod/profiles.php:539
+msgid "My other channels"
+msgstr "Mine andre kanaler"
+
+#: ../../mod/profiles.php:540
+msgid "Musical interests"
+msgstr "Musikkinteresser"
+
+#: ../../mod/profiles.php:541
+msgid "Books, literature"
+msgstr "Bøker, litteratur"
+
+#: ../../mod/profiles.php:542
+msgid "Television"
+msgstr "TV/fjernsyn"
+
+#: ../../mod/profiles.php:543
+msgid "Film/dance/culture/entertainment"
+msgstr "Film/dans/kultur/underholdning"
+
+#: ../../mod/profiles.php:544
+msgid "Love/romance"
+msgstr "Kjærlighet/romantikk"
+
+#: ../../mod/profiles.php:545
+msgid "Work/employment"
+msgstr "Arbeid/sysselsetting"
+
+#: ../../mod/profiles.php:546
+msgid "School/education"
+msgstr "Skole/utdanning"
+
+#: ../../mod/profiles.php:551
+msgid ""
+"This is your public profile. It may "
+"be visible to anybody using the internet."
+msgstr "Dette er din offentlige profil. Den kan være synlig for alle på Internett."
+
+#: ../../mod/profiles.php:600
+msgid "Edit/Manage Profiles"
+msgstr "Endre/håndter profiler"
+
+#: ../../mod/profiles.php:601
+msgid "Add profile things"
+msgstr "Legg til profilting"
+
+#: ../../mod/profiles.php:602
+msgid "Include desirable objects in your profile"
+msgstr "Inkluder ønskverdige objekter i din profil"
+
+#: ../../mod/follow.php:25
+msgid "Channel added."
+msgstr "Kanal lagt til."
+
+#: ../../mod/post.php:226
+msgid ""
+"Remote authentication blocked. You are logged into this site locally. Please"
+" logout and retry."
+msgstr "Fjernautentisering blokkert. Du er logget inn på dette nettstedet lokalt. Vennligst logg ut og prøv på nytt."
+
+#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Velkommen %s. Ekstern autentisering er vellykket."
+
+#: ../../mod/dirsearch.php:21
+msgid "This site is not a directory server"
+msgstr "Dette nettstedet er ikke en katalogtjener"
+
+#: ../../mod/sources.php:32
+msgid "Failed to create source. No channel selected."
+msgstr "Mislyktes med å lage kilde. Ingen kanal er valgt."
+
+#: ../../mod/sources.php:45
+msgid "Source created."
+msgstr "Kilden er laget."
+
+#: ../../mod/sources.php:57
+msgid "Source updated."
+msgstr "Kilden er oppdatert."
+
+#: ../../mod/sources.php:82
+msgid "*"
+msgstr "*"
+
+#: ../../mod/sources.php:89
+msgid "Manage remote sources of content for your channel."
+msgstr "Håndtere eksterne innholdskilder til din kanal."
+
+#: ../../mod/sources.php:90 ../../mod/sources.php:100
+msgid "New Source"
+msgstr "Ny kilde"
+
+#: ../../mod/sources.php:101 ../../mod/sources.php:133
+msgid ""
+"Import all or selected content from the following channel into this channel "
+"and distribute it according to your channel settings."
+msgstr "Importer alt eller et utvalgt av innhold fra følgende kanal inn i denne kanalen og distribuer det i henhold til dine egne kanalinnstillinger."
+
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Only import content with these words (one per line)"
+msgstr "Bare importer innhold med disse ordene (ett ord per linje)"
+
+#: ../../mod/sources.php:102 ../../mod/sources.php:134
+msgid "Leave blank to import all public content"
+msgstr "La stå tomt for å importere alt offentlig innhold"
+
+#: ../../mod/sources.php:103 ../../mod/sources.php:137
+#: ../../mod/new_channel.php:110
+msgid "Channel Name"
+msgstr "Kanalnavn"
+
+#: ../../mod/sources.php:123 ../../mod/sources.php:150
+msgid "Source not found."
+msgstr "Kilden ble ikke funnet."
+
+#: ../../mod/sources.php:130
+msgid "Edit Source"
+msgstr "Endre kilde"
+
+#: ../../mod/sources.php:131
+msgid "Delete Source"
+msgstr "Slett kilde"
+
+#: ../../mod/sources.php:158
+msgid "Source removed"
+msgstr "Kilden er fjernet"
+
+#: ../../mod/sources.php:160
+msgid "Unable to remove source."
+msgstr "Ikke i stand til å fjerne kilde."
+
+#: ../../mod/lockview.php:34
+msgid "Remote privacy information not available."
+msgstr "Ekstern personverninformasjon er ikke tilgjengelig."
+
+#: ../../mod/lockview.php:43
+msgid "Visible to:"
+msgstr "Synlig for:"
+
+#: ../../mod/magic.php:70
+msgid "Hub not found."
+msgstr "Hubben ble ikke funnet."
+
+#: ../../mod/setup.php:161
+msgid "Red Matrix Server - Setup"
+msgstr "Red Matrix tjener - oppsett"
+
+#: ../../mod/setup.php:167
+msgid "Could not connect to database."
+msgstr "Fikk ikke kontakt med databasen."
+
+#: ../../mod/setup.php:171
+msgid ""
+"Could not connect to specified site URL. Possible SSL certificate or DNS "
+"issue."
+msgstr "Fikk ikke kontakt med det angitte nettstedets URL. Problemet kan muligens skyldes SSL-sertifikatet eller DNS."
+
+#: ../../mod/setup.php:176
+msgid "Could not create table."
+msgstr "Kunne ikke lage tabellen."
+
+#: ../../mod/setup.php:182
+msgid "Your site database has been installed."
+msgstr "Databasen til ditt nettsted har blitt installert."
+
+#: ../../mod/setup.php:187
+msgid ""
+"You may need to import the file \"install/database.sql\" manually using "
+"phpmyadmin or mysql."
+msgstr "Du må kanskje importere filen \"install/database.sql\" manuelt ved hjelp av phpmyadmin eller mysql."
+
+#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:609
+msgid "Please see the file \"install/INSTALL.txt\"."
+msgstr "Vennligst les filen \"install/INSTALL.txt\"."
+
+#: ../../mod/setup.php:254
+msgid "System check"
+msgstr "Systemsjekk"
+
+#: ../../mod/setup.php:259
+msgid "Check again"
+msgstr "Sjekk igjen"
+
+#: ../../mod/setup.php:281
+msgid "Database connection"
+msgstr "Databaseforbindelse"
+
+#: ../../mod/setup.php:282
+msgid ""
+"In order to install Red Matrix we need to know how to connect to your "
+"database."
+msgstr "For å installere Red Matrix må du oppgi hvordan din database kan kontaktes."
+
+#: ../../mod/setup.php:283
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Vennligst kontakt din nettstedstilbyder eller nettstedsadministrator hvis du har spørsmål om disse innstillingene."
+
+#: ../../mod/setup.php:284
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "Databasen du oppgir nedenfor må finnes på forhånd. Hvis den ikke finnes, vennligst lag den før du fortsetter."
+
+#: ../../mod/setup.php:288
+msgid "Database Server Name"
+msgstr "Navn på databasetjener"
+
+#: ../../mod/setup.php:288
+msgid "Default is localhost"
+msgstr "Standard er localhost"
+
+#: ../../mod/setup.php:289
+msgid "Database Port"
+msgstr "Databaseport"
+
+#: ../../mod/setup.php:289
+msgid "Communication port number - use 0 for default"
+msgstr "Kommunikasjonsportnummer - bruk 0 for standard"
+
+#: ../../mod/setup.php:290
+msgid "Database Login Name"
+msgstr "Database innloggingsnavn"
+
+#: ../../mod/setup.php:291
+msgid "Database Login Password"
+msgstr "Database innloggingspassord"
+
+#: ../../mod/setup.php:292
+msgid "Database Name"
+msgstr "Databasenavn"
+
+#: ../../mod/setup.php:294 ../../mod/setup.php:336
+msgid "Site administrator email address"
+msgstr "E-postadressen til administrator ved nettstedet"
+
+#: ../../mod/setup.php:294 ../../mod/setup.php:336
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Din konto sin e-postadresse må være lik denne for å kunne bruke web-administrasjonspanelet."
+
+#: ../../mod/setup.php:295 ../../mod/setup.php:338
+msgid "Website URL"
+msgstr "Nettstedets URL"
+
+#: ../../mod/setup.php:295 ../../mod/setup.php:338
+msgid "Please use SSL (https) URL if available."
+msgstr "Vennligst bruk SSL (https) URL hvis tilgjengelig."
+
+#: ../../mod/setup.php:298 ../../mod/setup.php:341
+msgid "Please select a default timezone for your website"
+msgstr "Vennligst velg en standard tidssone for ditt nettsted"
+
+#: ../../mod/setup.php:325
+msgid "Site settings"
+msgstr "Nettstedets innstillinger"
+
+#: ../../mod/setup.php:384
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Fant ikke en kommandolinjeversjon av PHP i webtjenerens sti (PATH)."
+
+#: ../../mod/setup.php:385
+msgid ""
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run background polling via cron."
+msgstr "Hvis du ikke har en kommandolinjeversjon av PHP installert på tjeneren, så vil du ikke kunne kjøre bakgrunnshenting via cron."
+
+#: ../../mod/setup.php:389
+msgid "PHP executable path"
+msgstr "PHP-kjørefilens sti"
+
+#: ../../mod/setup.php:389
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Skriv full sti til kjørefilen for PHP. Du kan la denne stå blank for å fortsette installasjonen."
+
+#: ../../mod/setup.php:394
+msgid "Command line PHP"
+msgstr "Kommandolinje PHP"
+
+#: ../../mod/setup.php:403
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" påskrudd."
+
+#: ../../mod/setup.php:404
+msgid "This is required for message delivery to work."
+msgstr "Dette er påkrevd for at meldingslevering skal virke."
+
+#: ../../mod/setup.php:406
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
+
+#: ../../mod/setup.php:427
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler"
+
+#: ../../mod/setup.php:428
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Ved kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\"."
+
+#: ../../mod/setup.php:430
+msgid "Generate encryption keys"
+msgstr "Lag krypteringsnøkler"
+
+#: ../../mod/setup.php:437
+msgid "libCurl PHP module"
+msgstr "libCurl PHP-modul"
+
+#: ../../mod/setup.php:438
+msgid "GD graphics PHP module"
+msgstr "GD graphics PHP-modul"
+
+#: ../../mod/setup.php:439
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP-modul"
+
+#: ../../mod/setup.php:440
+msgid "mysqli PHP module"
+msgstr "mysqli PHP-modul"
+
+#: ../../mod/setup.php:441
+msgid "mb_string PHP module"
+msgstr "mb_string PHP-modul"
+
+#: ../../mod/setup.php:442
+msgid "mcrypt PHP module"
+msgstr "mcrypt PHP-modul"
+
+#: ../../mod/setup.php:447 ../../mod/setup.php:449
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite-modul"
+
+#: ../../mod/setup.php:447
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Feil: Apache web-tjenerens mod-rewrite-modul er påkrevd, men ikke installert."
+
+#: ../../mod/setup.php:453 ../../mod/setup.php:456
+msgid "proc_open"
+msgstr "proc_open"
+
+#: ../../mod/setup.php:453
+msgid ""
+"Error: proc_open is required but is either not installed or has been "
+"disabled in php.ini"
+msgstr "Feil: proc_open er påkrevd, men er enten ikke installert eller har blitt avskrudd i php.ini"
+
+#: ../../mod/setup.php:461
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Feil: libCURL PHP-modul er påkrevd, men er ikke installert."
+
+#: ../../mod/setup.php:465
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Feil: GD graphics PHP-modul med JPEG-støtte er påkrevd, men er ikke installert."
+
+#: ../../mod/setup.php:469
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Feil: openssl PHP-modul er påkrevd, men er ikke installert."
+
+#: ../../mod/setup.php:473
+msgid "Error: mysqli PHP module required but not installed."
+msgstr "Feil: mysqli PHP-modul er påkrevd, men er ikke installert."
+
+#: ../../mod/setup.php:477
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Feil: mb_string PHP-modul er påkrevd, men er ikke installert."
+
+#: ../../mod/setup.php:481
+msgid "Error: mcrypt PHP module required but not installed."
+msgstr "Feil: mcrypt PHP-modul er påkrevd, men er ikke installert."
+
+#: ../../mod/setup.php:497
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr "Web-installasjonen må kunne lage en fil kalt \".htconfig.php\" i toppkatalogen til web-tjeneren din, men dette får den ikke til."
+
+#: ../../mod/setup.php:498
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "Dette er oftest tillatelsesinnstilling, ettersom webtjeneren kanskje kan skrive til filer i din mappe - selv om du kan."
+
+#: ../../mod/setup.php:499
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Red top folder."
+msgstr "På slutten av denne prosedyren vil vi gi deg en tekst til å lagre i en fil kalt .htconfig.php i toppkatalogen til din Red."
+
+#: ../../mod/setup.php:500
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"install/INSTALL.txt\" for instructions."
+msgstr "Alternativt, så kan du hoppe over denne prosedyren og gjennomføre en manuell installasjon. Vennligst se filen \"install/INSTALL.txt\" for instruksjoner."
+
+#: ../../mod/setup.php:503
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php kan skrives til"
+
+#: ../../mod/setup.php:513
+msgid ""
+"Red uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Red bruker malmotoren Smarty3 for å gjengi sine webvisninger. Smarty3 kompilerer malene om til PHP for å framskynde gjengivelsen."
+
+#: ../../mod/setup.php:514
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/tpl/smarty3/ under the Red top level "
+"folder."
+msgstr "For å kunne lagre disse kompilerte malene, så må webtjeneren ha skrivetilgang til katalogen view/tpl/smarty3/ under Red sin hovedmappe."
+
+#: ../../mod/setup.php:515 ../../mod/setup.php:533
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Vennligst sikre at brukeren som din web-tjeneste kjører som (for eksempel www-data) har skrivetilgang til denne katalogen."
+
+#: ../../mod/setup.php:516
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/tpl/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Merknad: som et sikkerhetstiltak bør du bare gi webtjerenn skrivetilgang til view/tpl/smarty3/ - ikke til malfilene (.tpl) som den inneholder."
+
+#: ../../mod/setup.php:519
+msgid "view/tpl/smarty3 is writable"
+msgstr "view/tpl/smarty3 er skrivbar"
+
+#: ../../mod/setup.php:532
+msgid ""
+"Red uses the store directory to save uploaded files. The web server needs to"
+" have write access to the store directory under the Red top level folder"
+msgstr "Red bruker lagringsmappen for å lagre opplastede filer. Webtjeneren trenger å ha skrivetilgang til lagringsmappen under Red sin toppnivåmappe."
+
+#: ../../mod/setup.php:536
+msgid "store is writable"
+msgstr "lageret kan skrives til"
+
+#: ../../mod/setup.php:551
+msgid "SSL certificate validation"
+msgstr "SSL sertifikat-kontroll"
+
+#: ../../mod/setup.php:551
+msgid ""
+"SSL certificate cannot be validated. Fix certificate or disable https access"
+" to this site."
+msgstr "SSL-sertifikatet kan ikke kontrolleres. Fiks sertifikatet eller skru av https tilgang til dette nettstedet."
+
+#: ../../mod/setup.php:558
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "URL rewrite i .htaccess virker ikke. Sjekk konfigurasjonen på tjeneren."
+
+#: ../../mod/setup.php:560
+msgid "Url rewrite is working"
+msgstr "URL rewrite virker"
+
+#: ../../mod/setup.php:570
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr "Databasekonfigurasjonsfilen \".htconfig.php\" kunne ikke skrives. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i toppkatalogen av din web-tjener."
+
+#: ../../mod/setup.php:594
+msgid "Errors encountered creating database tables."
+msgstr "Feil oppstod under opprettelsen av databasetabeller."
+
+#: ../../mod/setup.php:607
+msgid "
What next
"
+msgstr "
Hva gjenstår
"
+
+#: ../../mod/setup.php:608
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "VIKTIG: Du må [manuelt] sette opp en automatisert tidfestet oppgave til bakgrunnshenteren."
+
+#: ../../mod/siteinfo.php:57
+#, php-format
+msgid "Version %s"
+msgstr "Versjon %s"
+
+#: ../../mod/siteinfo.php:76
+msgid "Installed plugins/addons/apps:"
+msgstr "Installerte tilleggsfunksjoner/tillegg/apper:"
+
+#: ../../mod/siteinfo.php:89
+msgid "No installed plugins/addons/apps"
+msgstr "Ingen installerte tilleggsfunksjoner/tillegg/apper"
+
+#: ../../mod/siteinfo.php:97
+msgid "Red"
+msgstr "Red"
+
+#: ../../mod/siteinfo.php:98
+msgid ""
+"This is a hub of the Red Matrix - a global cooperative network of "
+"decentralised privacy enhanced websites."
+msgstr "Dette er en hub i Red Matrix - et globalt kooperativt nettverk av desentraliserte personvernforsterkede nettsteder."
+
+#: ../../mod/siteinfo.php:101
+msgid "Running at web location"
+msgstr "Kjører på webplasseringen"
+
+#: ../../mod/siteinfo.php:102
+msgid ""
+"Please visit GetZot.com to learn more "
+"about the Red Matrix."
+msgstr "Vennligst besøk GetZot.com for å lære mer om Red Matrix."
+
+#: ../../mod/siteinfo.php:103
+msgid "Bug reports and issues: please visit"
+msgstr "Feilmeldinger og feilretting: vennligst besøk"
+
+#: ../../mod/siteinfo.php:106
+msgid ""
+"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot "
+"com"
+msgstr "Forslag, ros og så videre - vennligst e-post \"redmatrix\" hos librelist - punktum com"
+
+#: ../../mod/siteinfo.php:108
+msgid "Site Administrators"
+msgstr "Nettstedsadministratorer"
+
+#: ../../mod/new_channel.php:107
+msgid "Add a Channel"
+msgstr "Legg til en kanal"
+
+#: ../../mod/new_channel.php:108
+msgid ""
+"A channel is your own collection of related web pages. A channel can be used"
+" to hold social network profiles, blogs, conversation groups and forums, "
+"celebrity pages, and much more. You may create as many channels as your "
+"service provider allows."
+msgstr "En kanal er din egen samling av relaterte web-sider. En kanal kan brukes til å samle sosiale nettverksprofiler, blogger, samtalegrupper og forum, kjendissider og mye mer. Du kan lage så mange kanaler som din tjenestetilbyder tillater."
+
+#: ../../mod/new_channel.php:111
+msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
+msgstr "Eksempel: \"Ola Nordmann\", \"Lisa og hestene hennes\", \"Fotball\", \"Sykkelgruppa\""
+
+#: ../../mod/new_channel.php:112
+msgid "Choose a short nickname"
+msgstr "Velg et kort kallenavn"
+
+#: ../../mod/new_channel.php:113
+msgid ""
+"Your nickname will be used to create an easily remembered channel address "
+"(like an email address) which you can share with others."
+msgstr "Ditt kallenavn brukes til å lage en kanaladresse som er enkel å huske (minner om en e-postadresse) og som du kan dele med andre."
+
+#: ../../mod/new_channel.php:114
+msgid "Or import an existing channel from another location"
+msgstr "Eller importerer en eksisterende kanal fra et annet sted."
+
+#: ../../mod/lostpass.php:15
+msgid "No valid account found."
+msgstr "Ingen gyldig konto funnet."
+
+#: ../../mod/lostpass.php:29
+msgid "Password reset request issued. Check your email."
+msgstr "Forespørsel om å tilbakestille passord er mottatt. Sjekk e-posten din."
+
+#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
+#, php-format
+msgid "Site Member (%s)"
+msgstr "Nettstedsmedlem (%s)"
+
+#: ../../mod/lostpass.php:40
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Forespurt om å tilbakestille passord hos %s"
+
+#: ../../mod/lostpass.php:63
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Forespørsel kunne ikke bekreftes. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord mislyktes."
+
+#: ../../mod/lostpass.php:85 ../../boot.php:1438
+msgid "Password Reset"
+msgstr "Tilbakestill passord"
+
+#: ../../mod/lostpass.php:86
+msgid "Your password has been reset as requested."
+msgstr "Ditt passord har blitt tilbakestilt som forespurt."
+
+#: ../../mod/lostpass.php:87
+msgid "Your new password is"
+msgstr "Ditt nye passord er"
+
+#: ../../mod/lostpass.php:88
+msgid "Save or copy your new password - and then"
+msgstr "Lagre eller kopier ditt nye passord, og deretter kan du"
+
+#: ../../mod/lostpass.php:89
+msgid "click here to login"
+msgstr "klikke her for å logge inn"
+
+#: ../../mod/lostpass.php:90
+msgid ""
+"Your password may be changed from the Settings page after "
+"successful login."
+msgstr "Ditt passord kan endres på siden Innstillinger etter vellykket innlogging."
+
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has changed at %s"
+msgstr "Ditt passord er endret hos %s"
+
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
+msgstr "Glemt passord ditt?"
+
+#: ../../mod/lostpass.php:123
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Skriv e-postadressen din og send inn for å tilbakestille passordet ditt. Sjekk deretter din e-post for videre instruksjoner."
+
+#: ../../mod/lostpass.php:124
+msgid "Email Address"
+msgstr "E-postadresse"
+
+#: ../../mod/lostpass.php:125
+msgid "Reset"
+msgstr "Tilbakestill"
+
+#: ../../mod/rbmark.php:88
+msgid "Select a bookmark folder"
+msgstr "Velg en bokmerkemappe"
+
+#: ../../mod/rbmark.php:93
+msgid "Save Bookmark"
+msgstr "Lagre bokmerke"
+
+#: ../../mod/rbmark.php:94
+msgid "URL of bookmark"
+msgstr "URL-en til bokmerket"
+
+#: ../../mod/rbmark.php:95
+msgid "Description"
+msgstr "Beskrivelse"
+
+#: ../../mod/rbmark.php:99
+msgid "Or enter new bookmark folder name"
+msgstr "Eller skriv nytt navn på bokmerkemappe"
+
+#: ../../mod/import.php:36
+msgid "Nothing to import."
+msgstr "Ingenting å importere."
+
+#: ../../mod/import.php:58
+msgid "Unable to download data from old server"
+msgstr "Ikke i stand til å laste ned data fra gammel tjener"
+
+#: ../../mod/import.php:64
+msgid "Imported file is empty."
+msgstr "Importert fil er tom."
+
+#: ../../mod/import.php:88
+msgid ""
+"Cannot create a duplicate channel identifier on this system. Import failed."
+msgstr "Kan ikke lage en kopi av kanal-identifikatoren på dette systemet. Import mislyktes."
+
+#: ../../mod/import.php:106
+msgid "Channel clone failed. Import failed."
+msgstr "Kanalkloning mislyktes. Import mislyktes."
+
+#: ../../mod/import.php:116
+msgid "Cloned channel not found. Import failed."
+msgstr "Klonet kanal ble ikke funnet. Import mislyktes."
+
+#: ../../mod/import.php:358
+msgid "Import completed."
+msgstr "Import ferdig."
+
+#: ../../mod/import.php:371
+msgid "You must be logged in to use this feature."
+msgstr "Du må være innlogget for å bruke denne funksjonen."
+
+#: ../../mod/import.php:376
+msgid "Import Channel"
+msgstr "Importer kanal"
+
+#: ../../mod/import.php:377
+msgid ""
+"Use this form to import an existing channel from a different server/hub. You"
+" may retrieve the channel identity from the old server/hub via the network "
+"or provide an export file. Only identity and connections/relationships will "
+"be imported. Importation of content is not yet available."
+msgstr "Bruk dette skjemaet til å importere en eksisterende kanal fra en annen tjener/hub. Du kan hente kanalidentiteten fra den gamle tjeneren/hubben via nettverket eller bruke en eksportert fil. Bare identiteten og forbindelser/relasjoner vil bli importert. Importering av innhold er ennå ikke tilgjengelig."
+
+#: ../../mod/import.php:378
+msgid "File to Upload"
+msgstr "Fil som skal lastes opp"
+
+#: ../../mod/import.php:379
+msgid "Or provide the old server/hub details"
+msgstr "Eller oppgi detaljene fra den gamle tjeneren/hub-en"
+
+#: ../../mod/import.php:380
+msgid "Your old identity address (xyz@example.com)"
+msgstr "Din gamle identitetsadresse (xyz@example.com)"
+
+#: ../../mod/import.php:381
+msgid "Your old login email address"
+msgstr "Din gamle innloggings e-postadresse"
+
+#: ../../mod/import.php:382
+msgid "Your old login password"
+msgstr "Ditt gamle innloggingspassord"
+
+#: ../../mod/import.php:383
+msgid ""
+"For either option, please choose whether to make this hub your new primary "
+"address, or whether your old location should continue this role. You will be"
+" able to post from either location, but only one can be marked as the "
+"primary location for files, photos, and media."
+msgstr "Enten du tar det ene eller det andre valget, vennligst angi om du vil at denne hubben skal være din nye primære adresse, eller om din gamle plassering skal fortsette å ha denne rollen. Du kan lage innlegg fra den ene eller den andre plasseringen, men bare en av dem kan markeres som den primære plasseringen for filer, bilder og media."
+
+#: ../../mod/import.php:384
+msgid "Make this hub my primary location"
+msgstr "Gjør dette nettstedet til min primære plassering"
+
+#: ../../mod/manage.php:64
+#, php-format
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr "Du har laget %1$.0f av %2$.0f tillatte kanaler."
+
+#: ../../mod/manage.php:72
+msgid "Create a new channel"
+msgstr "Lag en ny kanal"
+
+#: ../../mod/manage.php:77
+msgid "Channel Manager"
+msgstr "Kanalstyring"
+
+#: ../../mod/manage.php:78
+msgid "Current Channel"
+msgstr "Gjeldende kanal"
+
+#: ../../mod/manage.php:80
+msgid "Attach to one of your channels by selecting it."
+msgstr "Bytt til en av dine kanaler ved å velge den."
+
+#: ../../mod/manage.php:81
+msgid "Default Channel"
+msgstr "Standardkanal"
+
+#: ../../mod/manage.php:82
+msgid "Make Default"
+msgstr "Gjør til standard"
+
+#: ../../mod/vote.php:97
+msgid "Total votes"
+msgstr "Totalt antall stemmer"
+
+#: ../../mod/vote.php:98
+msgid "Average Rating"
+msgstr "Gjennomsnittlig vurdering"
+
+#: ../../mod/match.php:16
+msgid "Profile Match"
+msgstr "Profiltreff"
+
+#: ../../mod/match.php:24
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord til din standardprofil."
+
+#: ../../mod/match.php:61
+msgid "is interested in:"
+msgstr "er interessert i:"
+
+#: ../../mod/match.php:69
+msgid "No matches"
+msgstr "Ingen treff"
+
+#: ../../mod/zfinger.php:23
+msgid "invalid target signature"
+msgstr "Målets signatur er ugyldig"
+
+#: ../../mod/chatsvc.php:102
+msgid "Away"
+msgstr "Borte"
+
+#: ../../mod/chatsvc.php:106
+msgid "Online"
+msgstr "Online"
+
+#: ../../mod/mail.php:33
+msgid "Unable to lookup recipient."
+msgstr "Ikke i stand til å slå opp mottaker."
+
+#: ../../mod/mail.php:41
+msgid "Unable to communicate with requested channel."
+msgstr "Ikke i stand til å kommunisere med forespurt kanal."
+
+#: ../../mod/mail.php:48
+msgid "Cannot verify requested channel."
+msgstr "Kan ikke bekrefte forespurt kanal."
+
+#: ../../mod/mail.php:74
+msgid "Selected channel has private message restrictions. Send failed."
+msgstr "Valgt kanal har restriksjoner for private meldinger. Sending feilet."
+
+#: ../../mod/mail.php:121 ../../mod/message.php:31
+msgid "Messages"
+msgstr "Meldinger"
+
+#: ../../mod/mail.php:132
+msgid "Message deleted."
+msgstr "Melding slettet."
+
+#: ../../mod/mail.php:149
+msgid "Message recalled."
+msgstr "Innlegg tilbakekalt."
+
+#: ../../mod/mail.php:206
+msgid "Send Private Message"
msgstr "Send privat melding"
-#: ../../include/conversation.php:206
+#: ../../mod/mail.php:207 ../../mod/mail.php:323
+msgid "To:"
+msgstr "Til:"
+
+#: ../../mod/mail.php:212 ../../mod/mail.php:325
+msgid "Subject:"
+msgstr "Emne:"
+
+#: ../../mod/mail.php:249
+msgid "Message not found."
+msgstr "Melding ikke funnet."
+
+#: ../../mod/mail.php:292 ../../mod/message.php:72
+msgid "Delete message"
+msgstr "Slett melding"
+
+#: ../../mod/mail.php:293
+msgid "Recall message"
+msgstr "Tilbakekall innlegg"
+
+#: ../../mod/mail.php:295
+msgid "Message has been recalled."
+msgstr "Innlegget har blitt tilbakekalt."
+
+#: ../../mod/mail.php:312
+msgid "Private Conversation"
+msgstr "Privat samtale"
+
+#: ../../mod/mail.php:316
+msgid "Delete conversation"
+msgstr "Slett samtale"
+
+#: ../../mod/mail.php:318
+msgid ""
+"No secure communications available. You may be able to "
+"respond from the sender's profile page."
+msgstr "Ingen sikret kommunikasjon tilgjengelig. Du kan muligens greie å svare via senderens profilside."
+
+#: ../../mod/mail.php:322
+msgid "Send Reply"
+msgstr "Send svar"
+
+#: ../../mod/openid.php:26
+msgid "OpenID protocol error. No ID returned."
+msgstr "OpenID protokollfeil. Ingen ID ble returnert."
+
+#: ../../mod/editlayout.php:72
+msgid "Edit Layout"
+msgstr "Endre layout"
+
+#: ../../mod/editlayout.php:82
+msgid "Delete layout?"
+msgstr "Slett layout?"
+
+#: ../../mod/editlayout.php:147
+msgid "Delete Layout"
+msgstr "Slett layout"
+
+#: ../../mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
+msgstr "Bildet ble lastet opp, men beskjæring av bildet mislyktes."
+
+#: ../../mod/profile_photo.php:97
+msgid "Image resize failed."
+msgstr "Endring av bildestørrelse mislyktes."
+
+#: ../../mod/profile_photo.php:141
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Hold nede Shift-knappen og last siden på nytt eller tøm nettleserens mellomlager hvis det nye bildet ikke vises umiddelbart."
+
+#: ../../mod/profile_photo.php:163
#, php-format
-msgid "%1$s poked %2$s"
-msgstr ""
+msgid "Image exceeds size limit of %d"
+msgstr "Bildet overstiger størrelsesbegrensningen på %d"
-#: ../../include/conversation.php:290
-msgid "post/item"
-msgstr ""
+#: ../../mod/profile_photo.php:172
+msgid "Unable to process image."
+msgstr "Kan ikke behandle bildet."
-#: ../../include/conversation.php:291
+#: ../../mod/profile_photo.php:214 ../../mod/profile_photo.php:262
+msgid "Photo not available."
+msgstr "Bildet er ikke tilgjengelig."
+
+#: ../../mod/profile_photo.php:281
+msgid "Upload File:"
+msgstr "Last opp fil:"
+
+#: ../../mod/profile_photo.php:282
+msgid "Select a profile:"
+msgstr "Velg en profil:"
+
+#: ../../mod/profile_photo.php:283
+msgid "Upload Profile Photo"
+msgstr "Last opp profilbilde:"
+
+#: ../../mod/profile_photo.php:284
+msgid "Upload"
+msgstr "Last opp"
+
+#: ../../mod/profile_photo.php:288
+msgid "skip this step"
+msgstr "hopp over dette steget"
+
+#: ../../mod/profile_photo.php:288
+msgid "select a photo from your photo albums"
+msgstr "velg et bilde fra dine fotoalbum"
+
+#: ../../mod/profile_photo.php:302
+msgid "Crop Image"
+msgstr "Beskjær bildet"
+
+#: ../../mod/profile_photo.php:303
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Vennligst juster bildebeskjæringen for optimal visning."
+
+#: ../../mod/profile_photo.php:305
+msgid "Done Editing"
+msgstr "Avslutt redigering"
+
+#: ../../mod/profile_photo.php:340
+msgid "Image uploaded successfully."
+msgstr "Opplasting av bildet var vellykket."
+
+#: ../../mod/profile_photo.php:342
+msgid "Image upload failed."
+msgstr "Opplasting av bildet mislyktes."
+
+#: ../../mod/profile_photo.php:351
#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr ""
+msgid "Image size reduction [%s] failed."
+msgstr "Forminsking av bildet [%s] mislyktes."
-#: ../../include/conversation.php:545 ../../object/Item.php:218
-msgid "Categories:"
-msgstr ""
+#: ../../mod/connections.php:191 ../../mod/connections.php:269
+msgid "Blocked"
+msgstr "Blokkert"
-#: ../../include/conversation.php:546 ../../object/Item.php:219
-msgid "Filed under:"
-msgstr ""
+#: ../../mod/connections.php:196 ../../mod/connections.php:276
+msgid "Ignored"
+msgstr "Ignorert"
-#: ../../include/conversation.php:630
-msgid "remove"
-msgstr ""
+#: ../../mod/connections.php:201 ../../mod/connections.php:290
+msgid "Hidden"
+msgstr "Skjult"
-#: ../../include/conversation.php:634
-msgid "Delete Selected Items"
-msgstr "Slette valgte elementer"
+#: ../../mod/connections.php:206 ../../mod/connections.php:283
+msgid "Archived"
+msgstr "Arkivert"
-#: ../../include/conversation.php:792
+#: ../../mod/connections.php:217 ../../mod/connections.php:297
+msgid "Unconnected"
+msgstr "Ikke tilkoblet"
+
+#: ../../mod/connections.php:222
+msgid "All"
+msgstr "Alle"
+
+#: ../../mod/connections.php:247
+msgid "Suggest new connections"
+msgstr "Foreslå nye forbindelser"
+
+#: ../../mod/connections.php:253
+msgid "Show pending (new) connections"
+msgstr "Vis ventende (nye) forbindelser"
+
+#: ../../mod/connections.php:259
+msgid "Show all connections"
+msgstr "Vis alle forbindelser"
+
+#: ../../mod/connections.php:262
+msgid "Unblocked"
+msgstr "Ikke blokkert lenger"
+
+#: ../../mod/connections.php:265
+msgid "Only show unblocked connections"
+msgstr "Vis bare forbindelser som ikke er blokkert"
+
+#: ../../mod/connections.php:272
+msgid "Only show blocked connections"
+msgstr "Vis bare forbindelser som er blokkert"
+
+#: ../../mod/connections.php:279
+msgid "Only show ignored connections"
+msgstr "Vis bare ignorerte forbindelser"
+
+#: ../../mod/connections.php:286
+msgid "Only show archived connections"
+msgstr "Vis bare arkiverte forbindelser"
+
+#: ../../mod/connections.php:293
+msgid "Only show hidden connections"
+msgstr "Vis bare skjulte forbindelser"
+
+#: ../../mod/connections.php:300
+msgid "Only show one-way connections"
+msgstr "Vis bare en-veis-forbindelser"
+
+#: ../../mod/connections.php:345
#, php-format
-msgid "%s likes this."
-msgstr "%s liker dette."
+msgid "%1$s [%2$s]"
+msgstr "%1$s [%2$s]"
-#: ../../include/conversation.php:792
+#: ../../mod/connections.php:346
+msgid "Edit contact"
+msgstr "Endre kontakt"
+
+#: ../../mod/connections.php:369
+msgid "Search your connections"
+msgstr "Søk blant dine forbindelser"
+
+#: ../../mod/connections.php:370
+msgid "Finding: "
+msgstr "Fant:"
+
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Ugyldig forespørselsidentifikator."
+
+#: ../../mod/notifications.php:35
+msgid "Discard"
+msgstr "Forkast"
+
+#: ../../mod/notifications.php:93 ../../mod/notify.php:54
+msgid "No more system notifications."
+msgstr "Ingen flere systemvarsler."
+
+#: ../../mod/notifications.php:97 ../../mod/notify.php:58
+msgid "System Notifications"
+msgstr "Systemvarsler"
+
+#: ../../mod/blocks.php:65
+msgid "Block Name"
+msgstr "Byggeklossens navn"
+
+#: ../../mod/oexchange.php:23
+msgid "Unable to find your hub."
+msgstr "Ikke i stand til å finne hubben din."
+
+#: ../../mod/oexchange.php:37
+msgid "Post successful."
+msgstr "Innlegg vellykket."
+
+#: ../../mod/editwebpage.php:106
+msgid "Edit Webpage"
+msgstr "Endre webside"
+
+#: ../../mod/editwebpage.php:116
+msgid "Delete webpage?"
+msgstr "Slett webside?"
+
+#: ../../mod/editwebpage.php:189
+msgid "Delete Webpage"
+msgstr "Slett webside"
+
+#: ../../mod/profile.php:64 ../../mod/profile.php:72
+msgid "Access to this profile has been restricted."
+msgstr "Tilgang til denne profilen er begrenset."
+
+#: ../../mod/poke.php:159
+msgid "Poke/Prod"
+msgstr "Prikke/oppildne"
+
+#: ../../mod/poke.php:160
+msgid "poke, prod or do other things to somebody"
+msgstr "prikke, oppildne eller gjør andre ting med noen"
+
+#: ../../mod/poke.php:161
+msgid "Recipient"
+msgstr "Mottaker"
+
+#: ../../mod/poke.php:162
+msgid "Choose what you wish to do to recipient"
+msgstr "Velg hva du ønsker å gjøre med mottakeren"
+
+#: ../../mod/poke.php:165
+msgid "Make this post private"
+msgstr "Gjør dette innlegget privat"
+
+#: ../../mod/channel.php:85
+msgid "Insufficient permissions. Request redirected to profile page."
+msgstr "Utilstrekkelig tillatelse. Forespørsel omdirigert til profilsiden."
+
+#: ../../mod/community.php:23
+msgid "Not available."
+msgstr "Ikke tilgjengelig."
+
+#: ../../mod/community.php:32
+msgid "Community"
+msgstr "Felleskapet"
+
+#: ../../mod/community.php:63 ../../mod/community.php:88
+msgid "No results."
+msgstr "Ingen resultater."
+
+#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Kontakten ble ikke funnet."
+
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "Venneforespørsel sendt."
+
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Foreslå venner"
+
+#: ../../mod/fsuggest.php:99
#, php-format
-msgid "%s doesn't like this."
-msgstr "%s liker ikke dette."
+msgid "Suggest a friend for %s"
+msgstr "Foreslå en venn for %s"
-#: ../../include/conversation.php:796
+#: ../../mod/editblock.php:77
+msgid "Edit Block"
+msgstr "Endre byggekloss"
+
+#: ../../mod/editblock.php:87
+msgid "Delete block?"
+msgstr "Slett byggeklossen?"
+
+#: ../../mod/editblock.php:154
+msgid "Delete Block"
+msgstr "Slett byggekloss"
+
+#: ../../mod/dirprofile.php:114
+msgid "Status: "
+msgstr "Status:"
+
+#: ../../mod/dirprofile.php:115
+msgid "Sexual Preference: "
+msgstr "Seksuelle preferanser:"
+
+#: ../../mod/dirprofile.php:117
+msgid "Homepage: "
+msgstr "Hjemmeside:"
+
+#: ../../mod/dirprofile.php:118
+msgid "Hometown: "
+msgstr "Hjemby:"
+
+#: ../../mod/dirprofile.php:120
+msgid "About: "
+msgstr "Om:"
+
+#: ../../mod/dirprofile.php:168
+msgid "Keywords: "
+msgstr "Nøkkelord:"
+
+#: ../../mod/filestorage.php:68
+msgid "Permission Denied."
+msgstr "Tillatelse avvist."
+
+#: ../../mod/filestorage.php:85
+msgid "File not found."
+msgstr "Filen ble ikke funnet."
+
+#: ../../mod/filestorage.php:119
+msgid "Edit file permissions"
+msgstr "Endre filtillatelser"
+
+#: ../../mod/filestorage.php:124 ../../mod/photos.php:607
+#: ../../mod/photos.php:950
+msgid "Permissions"
+msgstr "Tillatelser"
+
+#: ../../mod/filestorage.php:126
+msgid "Include all files and sub folders"
+msgstr "Inkluder alle filer og undermapper"
+
+#: ../../mod/filestorage.php:127
+msgid "Return to file list"
+msgstr "Gå tilbake til filoversikten"
+
+#: ../../mod/filestorage.php:129
+msgid "Copy/paste this code to attach file to a post"
+msgstr "Kopier og lim inn denne koden for å legge til filen i et innlegg"
+
+#: ../../mod/filestorage.php:130
+msgid "Copy/paste this URL to link file from a web page"
+msgstr "Kopier og lim inn denne URL-en for å lenke til filen fra en webside"
+
+#: ../../mod/filestorage.php:167
+msgid "Download"
+msgstr "Last ned"
+
+#: ../../mod/filestorage.php:173
+msgid "Used: "
+msgstr "Brukt:"
+
+#: ../../mod/filestorage.php:174
+msgid "[directory]"
+msgstr "[mappe]"
+
+#: ../../mod/filestorage.php:176
+msgid "Limit: "
+msgstr "Grense:"
+
+#: ../../mod/suggest.php:35
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Ingen forslag tilgjengelige. Hvis dette er et nytt nettsted, vennligst prøv igjen om 24 timer."
+
+#: ../../mod/message.php:41
+msgid "Conversation removed."
+msgstr "Samtale fjernet."
+
+#: ../../mod/message.php:56
+msgid "No messages."
+msgstr "Ingen meldinger."
+
+#: ../../mod/message.php:74
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
+
+#: ../../mod/pubsites.php:22
+msgid "Public Sites"
+msgstr "Offentlige nettsteder"
+
+#: ../../mod/pubsites.php:25
+msgid ""
+"The listed sites allow public registration into the Red Matrix. All sites in"
+" the matrix are interlinked so membership on any of them conveys membership "
+"in the matrix as a whole. Some sites may require subscription or provide "
+"tiered service plans. The provider links may provide "
+"additional details."
+msgstr "Nettstedene på listen tillater offentlig registrering i Red Matrix. Alle nettsteder i matrix er forbundet så medlemskap på enhver av dem formidler medlemskap i hele matrix. Noen nettsteder kan kreve abonnement eller tilby lagdelte tjenesteavtaler. Tilbyderlenkene kan gi tilleggsopplysninger."
+
+#: ../../mod/pubsites.php:31
+msgid "Site URL"
+msgstr "Nettstedets URL"
+
+#: ../../mod/pubsites.php:31
+msgid "Access Type"
+msgstr "Tilgangstype"
+
+#: ../../mod/pubsites.php:31
+msgid "Registration Policy"
+msgstr "Retningslinjer for registrering"
+
+#: ../../mod/register.php:43
+msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
+msgstr "Antallet daglige registreringer ved nettstedet er overskredet. Vær vennlig å prøve igjen imorgen."
+
+#: ../../mod/register.php:49
+msgid ""
+"Please indicate acceptance of the Terms of Service. Registration failed."
+msgstr "Vennligst angi at tjenesteavtalen er akseptert. Registrering mislyktes."
+
+#: ../../mod/register.php:77
+msgid "Passwords do not match."
+msgstr "Passordene er ikke like."
+
+#: ../../mod/register.php:105
+msgid ""
+"Registration successful. Please check your email for validation "
+"instructions."
+msgstr "Registreringen er vellykket. Vennligst sjekk e-posten din for å bekrefte opprettelsen."
+
+#: ../../mod/register.php:111
+msgid "Your registration is pending approval by the site owner."
+msgstr "Din registrering venter på godkjenning av nettstedets eier."
+
+#: ../../mod/register.php:114
+msgid "Your registration can not be processed."
+msgstr "Din registrering kan ikke behandles."
+
+#: ../../mod/register.php:147
+msgid "Registration on this site/hub is by approval only."
+msgstr "Registrering på dette nettstedet/denne hubben skjer bare gjennom godkjenning."
+
+#: ../../mod/register.php:148
+msgid "Register at another affiliated site/hub"
+msgstr "Registrer på et annet tilknyttet nettsted/hub"
+
+#: ../../mod/register.php:156
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Dette nettstedet har overskredet antallet tillate kontoregistreringer per dag. Vennligst prøv igjen imorgen."
+
+#: ../../mod/register.php:167
+msgid "Terms of Service"
+msgstr "Tjenesteavtale"
+
+#: ../../mod/register.php:173
#, php-format
-msgid "%2$d people like this."
-msgstr "%2$d personer liker dette."
+msgid "I accept the %s for this website"
+msgstr "Jeg godtar %s for dette nettstedet"
-#: ../../include/conversation.php:798
+#: ../../mod/register.php:175
#, php-format
-msgid "%2$d people don't like this."
-msgstr "%2$d personer liker ikke dette."
+msgid "I am over 13 years of age and accept the %s for this website"
+msgstr "Jeg er over 13 år gammel og aksepterer %s for dette nettstedet."
-#: ../../include/conversation.php:804
-msgid "and"
-msgstr "og"
+#: ../../mod/register.php:194
+msgid "Membership on this site is by invitation only."
+msgstr "Medlemskap ved dette nettstedet skjer kun via invitasjon."
-#: ../../include/conversation.php:807
+#: ../../mod/register.php:195
+msgid "Please enter your invitation code"
+msgstr "Vennligst skriv din invitasjonskode"
+
+#: ../../mod/register.php:198
+msgid "Your email address"
+msgstr "Din e-postadresse"
+
+#: ../../mod/register.php:199
+msgid "Choose a password"
+msgstr "Velg et passord"
+
+#: ../../mod/register.php:200
+msgid "Please re-enter your password"
+msgstr "Vennligst skriv ditt passord en gang til"
+
+#: ../../mod/regmod.php:12
+msgid "Please login."
+msgstr "Vennligst logg inn."
+
+#: ../../mod/removeme.php:49
+msgid "Remove This Channel"
+msgstr "Fjern denne kanalen"
+
+#: ../../mod/removeme.php:50
+msgid ""
+"This will completely remove this channel from the network. Once this has "
+"been done it is not recoverable."
+msgstr "Dette vil fullstendig fjerne kanalen fra nettverket. Når det er gjort kan det ikke angres."
+
+#: ../../mod/removeme.php:51
+msgid "Please enter your password for verification:"
+msgstr "Vennligst skriv ditt passord for å få bekreftelse:"
+
+#: ../../mod/removeme.php:52
+msgid "Remove this channel and all its clones from the network"
+msgstr "Fjern denne kanalen og alle dens kloner fra nettverket"
+
+#: ../../mod/removeme.php:52
+msgid ""
+"By default only the instance of the channel located on this hub will be "
+"removed from the network"
+msgstr "Som standard vil bare forekomsten av denne kanalen lokalisert på denne hubben bli fjernet fra nettverket"
+
+#: ../../mod/removeme.php:53
+msgid "Remove Channel"
+msgstr "Fjern kanal"
+
+#: ../../mod/photos.php:77
+msgid "Page owner information could not be retrieved."
+msgstr "Informasjon om sideeier kunne ikke hentes."
+
+#: ../../mod/photos.php:97
+msgid "Album not found."
+msgstr "Albumet ble ikke funnet."
+
+#: ../../mod/photos.php:119 ../../mod/photos.php:672
+msgid "Delete Album"
+msgstr "Slett album"
+
+#: ../../mod/photos.php:159 ../../mod/photos.php:955
+msgid "Delete Photo"
+msgstr "Slett bilde"
+
+#: ../../mod/photos.php:453
+msgid "No photos selected"
+msgstr "Ingen bilder valgt"
+
+#: ../../mod/photos.php:500
+msgid "Access to this item is restricted."
+msgstr "Tilgang til dette elementet er begrenset."
+
+#: ../../mod/photos.php:577
#, php-format
-msgid ", and %d other people"
-msgstr ", og %d andre personer"
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Du har brukt %1$.2f Mbytes av %2$.2f Mbytes i bildelageret."
-#: ../../include/conversation.php:808
+#: ../../mod/photos.php:580
#, php-format
-msgid "%s like this."
-msgstr "%s liker dette."
+msgid "You have used %1$.2f Mbytes of photo storage."
+msgstr "Du har brukt %1$.2f Mbytes av bildelageret."
-#: ../../include/conversation.php:808
-#, php-format
-msgid "%s don't like this."
-msgstr "%s liker ikke dette."
+#: ../../mod/photos.php:599
+msgid "Upload Photos"
+msgstr "Last opp bilder"
-#: ../../include/conversation.php:832 ../../include/conversation.php:849
-msgid "Visible to everybody"
-msgstr "Synlig for alle"
+#: ../../mod/photos.php:603 ../../mod/photos.php:667
+msgid "New album name: "
+msgstr "Nytt albumnavn:"
-#: ../../include/conversation.php:834 ../../include/conversation.php:851
-msgid "Please enter a video link/URL:"
-msgstr ""
+#: ../../mod/photos.php:604
+msgid "or existing album name: "
+msgstr "eller eksisterende albumnavn:"
-#: ../../include/conversation.php:835 ../../include/conversation.php:852
-msgid "Please enter an audio link/URL:"
-msgstr ""
+#: ../../mod/photos.php:605
+msgid "Do not show a status post for this upload"
+msgstr "Ikke lag et statusinnlegg for denne oppdateringen"
-#: ../../include/conversation.php:836 ../../include/conversation.php:853
-msgid "Tag term:"
-msgstr ""
+#: ../../mod/photos.php:656 ../../mod/photos.php:678 ../../mod/photos.php:1127
+#: ../../mod/photos.php:1142
+msgid "Contact Photos"
+msgstr "Kontaktbilder"
-#: ../../include/conversation.php:838 ../../include/conversation.php:855
-msgid "Where are you right now?"
-msgstr "Hvor er du akkurat nå?"
+#: ../../mod/photos.php:682
+msgid "Edit Album"
+msgstr "Endre album"
-#: ../../include/conversation.php:898
-msgid "upload photo"
-msgstr ""
+#: ../../mod/photos.php:688
+msgid "Show Newest First"
+msgstr "Vis nyeste først"
-#: ../../include/conversation.php:900
-msgid "attach file"
-msgstr ""
+#: ../../mod/photos.php:690
+msgid "Show Oldest First"
+msgstr "Vis eldste først"
-#: ../../include/conversation.php:902
-msgid "web link"
-msgstr ""
+#: ../../mod/photos.php:733 ../../mod/photos.php:1174
+msgid "View Photo"
+msgstr "Vis foto"
-#: ../../include/conversation.php:903
-msgid "Insert video link"
-msgstr ""
+#: ../../mod/photos.php:779
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Tillatelse avvist. Tilgang til dette elementet kan være begrenset."
-#: ../../include/conversation.php:904
-msgid "video link"
-msgstr ""
+#: ../../mod/photos.php:781
+msgid "Photo not available"
+msgstr "Bilde er utilgjengelig"
-#: ../../include/conversation.php:905
-msgid "Insert audio link"
-msgstr ""
+#: ../../mod/photos.php:841
+msgid "Use as profile photo"
+msgstr "Bruk som profilbilde"
-#: ../../include/conversation.php:906
-msgid "audio link"
-msgstr ""
+#: ../../mod/photos.php:865
+msgid "View Full Size"
+msgstr "Vis i full størrelse"
-#: ../../include/conversation.php:908
-msgid "set location"
-msgstr ""
+#: ../../mod/photos.php:939
+msgid "Edit photo"
+msgstr "Endre bilde"
-#: ../../include/conversation.php:910
-msgid "clear location"
-msgstr ""
+#: ../../mod/photos.php:941
+msgid "Rotate CW (right)"
+msgstr "Roter med klokka (mot høyre)"
-#: ../../include/conversation.php:917
-msgid "permissions"
-msgstr ""
+#: ../../mod/photos.php:942
+msgid "Rotate CCW (left)"
+msgstr "Roter mot klokka (venstre)"
-#: ../../include/plugin.php:389 ../../include/plugin.php:391
-msgid "Click here to upgrade."
-msgstr ""
+#: ../../mod/photos.php:944
+msgid "New album name"
+msgstr "Nytt albumnavn"
-#: ../../include/plugin.php:397
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr ""
+#: ../../mod/photos.php:947
+msgid "Caption"
+msgstr "Overskrift"
-#: ../../include/plugin.php:402
-msgid "This action is not available under your subscription plan."
-msgstr ""
+#: ../../mod/photos.php:949
+msgid "Add a Tag"
+msgstr "Legg til merkelapp"
-#: ../../boot.php:573
-msgid "Delete this item?"
-msgstr "Slett dette elementet?"
+#: ../../mod/photos.php:952
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Eksempel: @ola, @Kari_Nordmann, @jim@example.com, #Norge, #telttur"
-#: ../../boot.php:576
-msgid "show fewer"
-msgstr ""
+#: ../../mod/photos.php:1105
+msgid "In This Photo:"
+msgstr "I dette bildet:"
-#: ../../boot.php:783
+#: ../../mod/photos.php:1180
+msgid "View Album"
+msgstr "Vis album"
+
+#: ../../mod/photos.php:1189
+msgid "Recent Photos"
+msgstr "Nye bilder"
+
+#: ../../mod/mood.php:138
+msgid "Mood"
+msgstr "Stemning"
+
+#: ../../mod/mood.php:139
+msgid "Set your current mood and tell your friends"
+msgstr "Angi ditt nåværende humør og fortell dine venner"
+
+#: ../../mod/ping.php:192
+msgid "sent you a private message"
+msgstr "sendte deg en privat melding"
+
+#: ../../mod/ping.php:250
+msgid "added your channel"
+msgstr "la til din kanal"
+
+#: ../../mod/ping.php:294
+msgid "posted an event"
+msgstr "la ut en hendelse"
+
+#: ../../view/theme/redbasic/php/config.php:96
+#: ../../view/theme/apw/php/config.php:259
+#: ../../view/theme/blogga/view/theme/blog/config.php:69
+#: ../../view/theme/blogga/php/config.php:69
+msgid "Theme settings"
+msgstr "Temainnstillinger"
+
+#: ../../view/theme/redbasic/php/config.php:97
+#: ../../view/theme/apw/php/config.php:260
+msgid "Set scheme"
+msgstr "Angi skjema"
+
+#: ../../view/theme/redbasic/php/config.php:98
+msgid "Narrow navbar"
+msgstr "Smal navigasjonslinje"
+
+#: ../../view/theme/redbasic/php/config.php:99
+msgid "Navigation bar background colour"
+msgstr "Navigasjonslinjens bakgrunnsfarge"
+
+#: ../../view/theme/redbasic/php/config.php:100
+msgid "Navigation bar gradient top colour"
+msgstr "Navigasjonslinjens graderte toppfarge"
+
+#: ../../view/theme/redbasic/php/config.php:101
+msgid "Navigation bar gradient bottom colour"
+msgstr "Navigasjonslinjens graderte bunnfarge"
+
+#: ../../view/theme/redbasic/php/config.php:102
+msgid "Navigation active button gradient top colour"
+msgstr "Aktiv navigasjonsknapp sin graderte toppfarge"
+
+#: ../../view/theme/redbasic/php/config.php:103
+msgid "Navigation active button gradient bottom colour"
+msgstr "Aktiv navigasjonsknapp sin graderte bunnfarge"
+
+#: ../../view/theme/redbasic/php/config.php:104
+msgid "Navigation bar border colour "
+msgstr "Navigasjonslinjens kantfarge"
+
+#: ../../view/theme/redbasic/php/config.php:105
+msgid "Navigation bar icon colour "
+msgstr "Navigasjonslinjens ikonfarge"
+
+#: ../../view/theme/redbasic/php/config.php:106
+msgid "Navigation bar active icon colour "
+msgstr "Navigasjonslinjens aktive ikoners farge"
+
+#: ../../view/theme/redbasic/php/config.php:107
+msgid "link colour"
+msgstr "lenkefarge"
+
+#: ../../view/theme/redbasic/php/config.php:108
+msgid "Set font-colour for banner"
+msgstr "Angi skriftfargen for banneret"
+
+#: ../../view/theme/redbasic/php/config.php:109
+msgid "Set the background colour"
+msgstr "Angi bakgrunnsfargen"
+
+#: ../../view/theme/redbasic/php/config.php:110
+msgid "Set the background image"
+msgstr "Angi bakgrunnsbilde"
+
+#: ../../view/theme/redbasic/php/config.php:111
+msgid "Set the background colour of items"
+msgstr "Angi bakgrunnsfargen til elementer"
+
+#: ../../view/theme/redbasic/php/config.php:112
+msgid "Set the opacity of items"
+msgstr "Angi dekkevnen til elementer"
+
+#: ../../view/theme/redbasic/php/config.php:113
+msgid "Set the basic colour for item icons"
+msgstr "Angi grunnfargen for elementikoner"
+
+#: ../../view/theme/redbasic/php/config.php:114
+msgid "Set the hover colour for item icons"
+msgstr "Angi fargen til elementikoner ved berøring"
+
+#: ../../view/theme/redbasic/php/config.php:115
+msgid "Set font-size for the entire application"
+msgstr "Angi skriftstørrelsen for hele programmet"
+
+#: ../../view/theme/redbasic/php/config.php:116
+#: ../../view/theme/apw/php/config.php:261
+msgid "Set font-size for posts and comments"
+msgstr "Angi skriftstørrelse for innlegg og kommentarer"
+
+#: ../../view/theme/redbasic/php/config.php:117
+msgid "Set font-colour for posts and comments"
+msgstr "Angi skriftfargen for innlegg og kommentarer"
+
+#: ../../view/theme/redbasic/php/config.php:118
+msgid "Set radius of corners"
+msgstr "Angi hjørneradius"
+
+#: ../../view/theme/redbasic/php/config.php:119
+msgid "Set shadow depth of photos"
+msgstr "Angi skyggedybden til bilder"
+
+#: ../../view/theme/redbasic/php/config.php:120
+msgid "Set maximum width of conversation regions"
+msgstr "Angi største bredde for samtaleregioner"
+
+#: ../../view/theme/redbasic/php/config.php:121
+msgid "Set minimum opacity of nav bar - to hide it"
+msgstr "Angi minste dekkevne for navigasjonslinjen - for å skjule den"
+
+#: ../../view/theme/redbasic/php/config.php:122
+msgid "Set size of conversation author photo"
+msgstr "Angi størrelsen for samtalens forfatterbilde"
+
+#: ../../view/theme/redbasic/php/config.php:123
+msgid "Set size of followup author photos"
+msgstr "Angi størrelsen på forfatterbilder ved oppfølging"
+
+#: ../../view/theme/redbasic/php/config.php:124
+msgid "Sloppy photo albums"
+msgstr "Slurvete fotoalbum"
+
+#: ../../view/theme/redbasic/php/config.php:124
+msgid "Are you a clean desk or a messy desk person?"
+msgstr "Er du en person med ryddig arbeidsbord eller et rotete arbeidsbord?"
+
+#: ../../view/theme/apw/php/config.php:202
+#: ../../view/theme/apw/php/config.php:236
+msgid "Schema Default"
+msgstr "Standardskjema"
+
+#: ../../view/theme/apw/php/config.php:203
+msgid "Sans-Serif"
+msgstr "Sans-Serif"
+
+#: ../../view/theme/apw/php/config.php:204
+msgid "Monospace"
+msgstr "Monospace"
+
+#: ../../view/theme/apw/php/config.php:262
+msgid "Set font face"
+msgstr "Angi skrifttype"
+
+#: ../../view/theme/apw/php/config.php:263
+msgid "Set iconset"
+msgstr "Angi ikonsett"
+
+#: ../../view/theme/apw/php/config.php:264
+msgid "Set big shadow size, default 15px 15px 15px"
+msgstr "Angi stor skyggestørrelse, standard 15px 15px 15px"
+
+#: ../../view/theme/apw/php/config.php:265
+msgid "Set small shadow size, default 5px 5px 5px"
+msgstr "Angi liten skyggestørrelse, standard 5px 5px 5px"
+
+#: ../../view/theme/apw/php/config.php:266
+msgid "Set shadow colour, default #000"
+msgstr "Angi skyggefarge, standard #000"
+
+#: ../../view/theme/apw/php/config.php:267
+msgid "Set radius size, default 5px"
+msgstr "Angi størrelsen på radius, standard 5px"
+
+#: ../../view/theme/apw/php/config.php:268
+msgid "Set line-height for posts and comments"
+msgstr "Angi linjeavstand for innlegg og kommentarer"
+
+#: ../../view/theme/apw/php/config.php:269
+msgid "Set background image"
+msgstr "Angi bakgrunnsbilde"
+
+#: ../../view/theme/apw/php/config.php:270
+msgid "Set background attachment"
+msgstr "Angi bakgrunnsvedlegg"
+
+#: ../../view/theme/apw/php/config.php:271
+msgid "Set background colour"
+msgstr "Angi bakgrunnsbilde"
+
+#: ../../view/theme/apw/php/config.php:272
+msgid "Set section background image"
+msgstr "Angi seksjonens bakgrunnsbilde"
+
+#: ../../view/theme/apw/php/config.php:273
+msgid "Set section background colour"
+msgstr "Angi seksjonens bakgrunnsfarge"
+
+#: ../../view/theme/apw/php/config.php:274
+msgid "Set colour of items - use hex"
+msgstr "Angi fargen til elementer - bruk hex"
+
+#: ../../view/theme/apw/php/config.php:275
+msgid "Set colour of links - use hex"
+msgstr "Angi fargen til lenker - bruk hex"
+
+#: ../../view/theme/apw/php/config.php:276
+msgid "Set max-width for items. Default 400px"
+msgstr "Angi største bredde for elementer. Standard 400px."
+
+#: ../../view/theme/apw/php/config.php:277
+msgid "Set min-width for items. Default 240px"
+msgstr "Angi minste bredde for elementer. Standard 240px."
+
+#: ../../view/theme/apw/php/config.php:278
+msgid "Set the generic content wrapper width. Default 48%"
+msgstr "Angi bredden til den generelle innholdsinnpakningen. Standard 48%"
+
+#: ../../view/theme/apw/php/config.php:279
+msgid "Set colour of fonts - use hex"
+msgstr "Angi skriftfargen - bruk hex"
+
+#: ../../view/theme/apw/php/config.php:280
+msgid "Set background-size element"
+msgstr "Angi størrelsen på bakgrunnselementet"
+
+#: ../../view/theme/apw/php/config.php:281
+msgid "Item opacity"
+msgstr "Elementets dekkevne"
+
+#: ../../view/theme/apw/php/config.php:282
+msgid "Display post previews only"
+msgstr "Vis kun forhåndsvisning av innlegg"
+
+#: ../../view/theme/apw/php/config.php:283
+msgid "Display side bar on channel page"
+msgstr "Vis sidestolpe på kanalsiden"
+
+#: ../../view/theme/apw/php/config.php:284
+msgid "Colour of the navigation bar"
+msgstr "Fargen til navigasjonslinjen"
+
+#: ../../view/theme/apw/php/config.php:285
+msgid "Item float"
+msgstr "Elementflyt"
+
+#: ../../view/theme/apw/php/config.php:286
+msgid "Left offset of the section element"
+msgstr "Til venstre for seksjonselementet"
+
+#: ../../view/theme/apw/php/config.php:287
+msgid "Right offset of the section element"
+msgstr "Til høyre for seksjonselementet"
+
+#: ../../view/theme/apw/php/config.php:288
+msgid "Section width"
+msgstr "Seksjonsbredde"
+
+#: ../../view/theme/apw/php/config.php:289
+msgid "Left offset of the aside"
+msgstr "Til venstre for sidestolpen"
+
+#: ../../view/theme/apw/php/config.php:290
+msgid "Right offset of the aside element"
+msgstr "Til høyre for sidestolpen"
+
+#: ../../view/theme/blogga/view/theme/blog/config.php:47
+#: ../../view/theme/blogga/php/config.php:47
+msgid "None"
+msgstr "Ingen"
+
+#: ../../view/theme/blogga/view/theme/blog/config.php:70
+#: ../../view/theme/blogga/php/config.php:70
+msgid "Header image"
+msgstr "Topptekstbilde"
+
+#: ../../view/theme/blogga/view/theme/blog/config.php:71
+#: ../../view/theme/blogga/php/config.php:71
+msgid "Header image only on profile pages"
+msgstr "Topptekstbilde bare på profilsider"
+
+#: ../../boot.php:1236
#, php-format
msgid "Update %s failed. See error logs."
-msgstr "Oppdatering %s mislyktes. Se feilloggene."
+msgstr "Oppdatering %s mislyktes. Se feilloggen."
-#: ../../boot.php:785
+#: ../../boot.php:1239
#, php-format
msgid "Update Error at %s"
-msgstr ""
+msgstr "Oppdateringsfeil ved %s"
-#: ../../boot.php:886
-msgid "Create a New Account"
-msgstr "Lag en ny konto"
+#: ../../boot.php:1403
+msgid ""
+"Create an account to access services and applications within the Red Matrix"
+msgstr "Lag en konto for å få tilgang til tjenester og programmer i Red Matrix"
-#: ../../boot.php:914
-msgid "Nickname or Email address: "
-msgstr "Kallenavn eller epostadresse: "
+#: ../../boot.php:1431
+msgid "Password"
+msgstr "Passord"
-#: ../../boot.php:915
-msgid "Password: "
-msgstr "Passord: "
+#: ../../boot.php:1432
+msgid "Remember me"
+msgstr "Husk meg"
-#: ../../boot.php:918
-msgid "Or login using OpenID: "
-msgstr ""
-
-#: ../../boot.php:924
+#: ../../boot.php:1437
msgid "Forgot your password?"
-msgstr "Glemt passordet?"
+msgstr "Glemt passordet ditt?"
-#: ../../boot.php:1035
-msgid "Requested account is not available."
-msgstr ""
+#: ../../boot.php:1502
+msgid "permission denied"
+msgstr "tillatelse avvist"
-#: ../../boot.php:1112
-msgid "Edit profile"
-msgstr "Rediger profil"
+#: ../../boot.php:1503
+msgid "Got Zot?"
+msgstr "Har du Zot?"
-#: ../../boot.php:1178
-msgid "Message"
-msgstr ""
-
-#: ../../boot.php:1300 ../../boot.php:1386
-msgid "g A l F d"
-msgstr ""
-
-#: ../../boot.php:1301 ../../boot.php:1387
-msgid "F d"
-msgstr ""
-
-#: ../../boot.php:1346 ../../boot.php:1427
-msgid "[today]"
-msgstr "[idag]"
-
-#: ../../boot.php:1358
-msgid "Birthday Reminders"
-msgstr "Fødselsdager"
-
-#: ../../boot.php:1359
-msgid "Birthdays this week:"
-msgstr "Fødselsdager denne uken:"
-
-#: ../../boot.php:1420
-msgid "[No description]"
-msgstr "[Ingen beskrivelse]"
-
-#: ../../boot.php:1438
-msgid "Event Reminders"
-msgstr "Påminnelser om hendelser"
-
-#: ../../boot.php:1439
-msgid "Events this week:"
-msgstr "Hendelser denne uken:"
-
-#: ../../boot.php:1668
-msgid "Status Messages and Posts"
-msgstr ""
-
-#: ../../boot.php:1675
-msgid "Profile Details"
-msgstr ""
-
-#: ../../boot.php:1692
-msgid "Events and Calendar"
-msgstr ""
-
-#: ../../boot.php:1699
-msgid "Only You Can See This"
-msgstr ""
+#: ../../boot.php:1924
+msgid "toggle mobile"
+msgstr "Skru på mobil"
diff --git a/view/nb-no/strings.php b/view/nb-no/strings.php
index 88b5bc5a8..74d279a3f 100644
--- a/view/nb-no/strings.php
+++ b/view/nb-no/strings.php
@@ -1,1770 +1,174 @@
strings["Post successful."] = "Innlegg vellykket.";
-$a->strings["[Embedded content - reload page to view]"] = "[Innebygget innhold - hent siden på nytt for å se det]";
-$a->strings["Contact settings applied."] = "Kontaktinnstillinger i bruk.";
-$a->strings["Contact update failed."] = "Kontaktoppdatering mislyktes.";
-$a->strings["Permission denied."] = "Ingen tilgang.";
-$a->strings["Contact not found."] = "Kontakt ikke funnet.";
-$a->strings["Repair Contact Settings"] = "Reparer kontaktinnstillinger";
-$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "";
-$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Vennligst bruk Tilbake-knappen i nettleseren din nå hvis du er usikker på hva du bør gjøre på denne siden.";
-$a->strings["Return to contact editor"] = "";
-$a->strings["Name"] = "Navn";
-$a->strings["Account Nickname"] = "Konto Kallenavn";
-$a->strings["@Tagname - overrides Name/Nickname"] = "";
-$a->strings["Account URL"] = "Konto URL";
-$a->strings["Friend Request URL"] = "Venneforespørsel URL";
-$a->strings["Friend Confirm URL"] = "Vennebekreftelse URL";
-$a->strings["Notification Endpoint URL"] = "Endepunkt URL for beskjed";
-$a->strings["Poll/Feed URL"] = "Poll/Feed URL";
-$a->strings["New photo from this URL"] = "";
-$a->strings["Submit"] = "Lagre";
-$a->strings["Help:"] = "Hjelp:";
-$a->strings["Help"] = "Hjelp";
-$a->strings["Not Found"] = "Ikke funnet";
-$a->strings["Page not found."] = "Fant ikke siden.";
-$a->strings["File exceeds size limit of %d"] = "Filstørrelsen er større enn begrensning på %d";
-$a->strings["File upload failed."] = "Opplasting av filen mislyktes.";
-$a->strings["Friend suggestion sent."] = "Venneforslag sendt.";
-$a->strings["Suggest Friends"] = "Foreslå venner";
-$a->strings["Suggest a friend for %s"] = "Foreslå en venn for %s";
-$a->strings["Event title and start time are required."] = "";
-$a->strings["l, F j"] = "";
-$a->strings["Edit event"] = "Rediger hendelse";
-$a->strings["link to source"] = "lenke til kilde";
-$a->strings["Events"] = "Hendelser";
-$a->strings["Create New Event"] = "Lag ny hendelse";
-$a->strings["Previous"] = "Forrige";
-$a->strings["Next"] = "Neste";
-$a->strings["hour:minute"] = "time:minutt";
-$a->strings["Event details"] = "Hendelsesdetaljer";
-$a->strings["Format is %s %s. Starting date and Title are required."] = "";
-$a->strings["Event Starts:"] = "Hendelsen starter:";
-$a->strings["Required"] = "";
-$a->strings["Finish date/time is not known or not relevant"] = "Avslutningsdato/-tid er ukjent eller ikke relevant";
-$a->strings["Event Finishes:"] = "Hendelsen slutter:";
-$a->strings["Adjust for viewer timezone"] = "Tilpass til iakttakerens tidssone";
-$a->strings["Description:"] = "Beskrivelse:";
-$a->strings["Location:"] = "Plassering:";
-$a->strings["Title:"] = "";
-$a->strings["Share this event"] = "Del denne hendelsen";
-$a->strings["Cancel"] = "Avbryt";
-$a->strings["Tag removed"] = "Fjernet tag";
-$a->strings["Remove Item Tag"] = "Fjern tag";
-$a->strings["Select a tag to remove: "] = "Velg en tag å fjerne:";
-$a->strings["Remove"] = "Slett";
-$a->strings["%s welcomes %s"] = "%s hilser %s velkommen";
-$a->strings["Authorize application connection"] = "";
-$a->strings["Return to your app and insert this Securty Code:"] = "";
-$a->strings["Please login to continue."] = "";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "";
-$a->strings["Yes"] = "Ja";
-$a->strings["No"] = "Nei";
-$a->strings["Photo Albums"] = "Fotoalbum";
-$a->strings["Contact Photos"] = "Kontaktbilder";
-$a->strings["Upload New Photos"] = "Last opp nye bilder";
-$a->strings["everybody"] = "alle";
-$a->strings["Contact information unavailable"] = "Kontaktinformasjon utilgjengelig";
-$a->strings["Profile Photos"] = "Profilbilder";
-$a->strings["Album not found."] = "Album ble ikke funnet.";
-$a->strings["Delete Album"] = "Slett album";
-$a->strings["Delete Photo"] = "Slett bilde";
-$a->strings["was tagged in a"] = "ble tagget i et";
-$a->strings["photo"] = "bilde";
-$a->strings["by"] = "av";
-$a->strings["Image exceeds size limit of "] = "Bilde overstiger størrelsesbegrensningen på ";
-$a->strings["Image file is empty."] = "Bildefilen er tom.";
-$a->strings["Unable to process image."] = "Ikke i stand til å behandle bildet.";
-$a->strings["Image upload failed."] = "Mislyktes med å laste opp bilde.";
-$a->strings["Public access denied."] = "Offentlig tilgang ikke tillatt.";
-$a->strings["No photos selected"] = "Ingen bilder er valgt";
-$a->strings["Access to this item is restricted."] = "Tilgang til dette elementet er begrenset.";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "";
-$a->strings["You have used %1$.2f Mbytes of photo storage."] = "";
-$a->strings["Upload Photos"] = "Last opp bilder";
-$a->strings["New album name: "] = "Nytt albumnavn:";
-$a->strings["or existing album name: "] = "eller eksisterende albumnavn:";
-$a->strings["Do not show a status post for this upload"] = "Ikke vis statusoppdatering for denne opplastingen";
-$a->strings["Permissions"] = "Tillatelser";
-$a->strings["Edit Album"] = "Endre album";
-$a->strings["Show Newest First"] = "";
-$a->strings["Show Oldest First"] = "";
-$a->strings["View Photo"] = "Vis bilde";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Tilgang nektet. Tilgang til dette elementet kan være begrenset.";
-$a->strings["Photo not available"] = "Bilde ikke tilgjengelig";
-$a->strings["View photo"] = "Vis foto";
-$a->strings["Edit photo"] = "Endre bilde";
-$a->strings["Use as profile photo"] = "Bruk som profilbilde";
-$a->strings["Private Message"] = "Privat melding";
-$a->strings["View Full Size"] = "Vis i full størrelse";
-$a->strings["Tags: "] = "Tagger:";
-$a->strings["[Remove any tag]"] = "[Fjern en tag]";
-$a->strings["Rotate CW (right)"] = "";
-$a->strings["Rotate CCW (left)"] = "";
-$a->strings["New album name"] = "Nytt albumnavn";
-$a->strings["Caption"] = "Overskrift";
-$a->strings["Add a Tag"] = "Legg til tag";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Eksempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
-$a->strings["I like this (toggle)"] = "Jeg liker dette (skru på/av)";
-$a->strings["I don't like this (toggle)"] = "Jeg liker ikke dette (skru på/av)";
-$a->strings["Share"] = "Del";
-$a->strings["Please wait"] = "Vennligst vent";
-$a->strings["This is you"] = "Dette er deg";
-$a->strings["Comment"] = "Kommentar";
-$a->strings["Preview"] = "";
-$a->strings["Delete"] = "Slett";
-$a->strings["View Album"] = "Vis album";
-$a->strings["Recent Photos"] = "Nye bilder";
-$a->strings["Not available."] = "Ikke tilgjengelig.";
-$a->strings["Community"] = "Fellesskap";
-$a->strings["No results."] = "Fant ikke noe.";
-$a->strings["This is Friendica, version"] = "";
-$a->strings["running at web location"] = "kjører på web-plassering";
-$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "";
-$a->strings["Bug reports and issues: please visit"] = "Feilrapporter og problemer: vennligst besøk";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "";
-$a->strings["Installed plugins/addons/apps:"] = "";
-$a->strings["No installed plugins/addons/apps"] = "Ingen installerte plugins/tillegg/apper";
-$a->strings["Item not found"] = "Fant ikke elementet";
-$a->strings["Edit post"] = "Endre innlegg";
-$a->strings["Post to Email"] = "Innlegg til e-post";
-$a->strings["Edit"] = "Endre";
-$a->strings["Upload photo"] = "Last opp bilde";
-$a->strings["Attach file"] = "Legg ved fil";
-$a->strings["Insert web link"] = "Sett inn web-adresse";
-$a->strings["Insert YouTube video"] = "Sett inn YouTube-video";
-$a->strings["Insert Vorbis [.ogg] video"] = "Sett inn Vorbis [.ogg] video";
-$a->strings["Insert Vorbis [.ogg] audio"] = "Sett inn Vorbis [ogg] lydfil";
-$a->strings["Set your location"] = "Angi din plassering";
-$a->strings["Clear browser location"] = "Fjern nettleserplassering";
-$a->strings["Permission settings"] = "Tillatelser";
-$a->strings["CC: email addresses"] = "Kopi: e-postadresser";
-$a->strings["Public post"] = "Offentlig innlegg";
-$a->strings["Set title"] = "Lagre tittel";
-$a->strings["Categories (comma-separated list)"] = "";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Eksempel: ola@example.com, kari@example.com";
-$a->strings["This introduction has already been accepted."] = "Denne introduksjonen har allerede blitt akseptert.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "Profilstedet er ikke gyldig og inneholder ikke profilinformasjon.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Advarsel: profilstedet har ikke identifiserbart eiernavn.";
-$a->strings["Warning: profile location has no profile photo."] = "Advarsel: profilstedet har ikke noe profilbilde.";
-$a->strings["%d required parameter was not found at the given location"] = array(
- 0 => "one: %d nødvendig parameter ble ikke funnet på angitt sted",
- 1 => "other: %d nødvendige parametre ble ikke funnet på angitt sted",
-);
-$a->strings["Introduction complete."] = "Introduksjon ferdig.";
-$a->strings["Unrecoverable protocol error."] = "Uopprettelig protokollfeil.";
-$a->strings["Profile unavailable."] = "Profil utilgjengelig.";
-$a->strings["%s has received too many connection requests today."] = "%s har mottatt for mange kontaktforespørsler idag.";
-$a->strings["Spam protection measures have been invoked."] = "Tiltak mot søppelpost har blitt iverksatt.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Venner anbefales å prøve igjen om 24 timer.";
-$a->strings["Invalid locator"] = "Ugyldig stedsangivelse";
-$a->strings["Invalid email address."] = "";
-$a->strings["This account has not been configured for email. Request failed."] = "Denne kontoen er ikke konfigurert for e-post. Forespørsel mislyktes.";
-$a->strings["Unable to resolve your name at the provided location."] = "Ikke i stand til å avgjøre navnet ditt hos det oppgitte stedet.";
-$a->strings["You have already introduced yourself here."] = "Du har allerede introdusert deg selv her.";
-$a->strings["Apparently you are already friends with %s."] = "Du er visst allerede venn med %s.";
-$a->strings["Invalid profile URL."] = "Ugyldig profil-URL.";
-$a->strings["Disallowed profile URL."] = "Underkjent profil-URL.";
-$a->strings["Failed to update contact record."] = "Mislyktes med å oppdatere kontaktposten.";
-$a->strings["Your introduction has been sent."] = "Din introduksjon er sendt.";
-$a->strings["Please login to confirm introduction."] = "Vennligst logg inn for å bekrefte introduksjonen.";
-$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Feil identitet er logget inn for øyeblikket. Vennligst logg inn i denne profilen.";
-$a->strings["Hide this contact"] = "";
-$a->strings["Welcome home %s."] = "Velkommen hjem %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Vennligst bekreft din introduksjons-/forbindelses- forespørsel til %s.";
-$a->strings["Confirm"] = "Bekreft";
-$a->strings["[Name Withheld]"] = "[Navnet tilbakeholdt]";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "";
-$a->strings["Connect as an email follower (Coming soon)"] = "";
-$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "";
-$a->strings["Friend/Connection Request"] = "Venne-/Koblings-forespørsel";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "";
-$a->strings["Please answer the following:"] = "Vennligst svar på følgende:";
-$a->strings["Does %s know you?"] = "Kjenner %s deg?";
-$a->strings["Add a personal note:"] = "Legg til en personlig melding:";
-$a->strings["Friendica"] = "";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federeated Social Web";
-$a->strings["Diaspora"] = "Diaspora";
-$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "";
-$a->strings["Your Identity Address:"] = "Din identitetsadresse:";
-$a->strings["Submit Request"] = "Send forespørsel";
-$a->strings["Friendica Social Communications Server - Setup"] = "";
-$a->strings["Could not connect to database."] = "";
-$a->strings["Could not create table."] = "";
-$a->strings["Your Friendica site database has been installed."] = "";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Du må kanskje importere filen \"database.sql\" manuelt ved hjelp av phpmyadmin eller mysql.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Vennligst se filen \"INSTALL.txt\".";
-$a->strings["System check"] = "";
-$a->strings["Check again"] = "";
-$a->strings["Database connection"] = "";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Vennligst kontakt din tilbyder eller administrator hvis du har spørsmål til disse innstillingene.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du oppgir nedenfor må finnes. Hvis ikke, vennligst opprett den før du fortsetter.";
-$a->strings["Database Server Name"] = "Databasetjenerens navn";
-$a->strings["Database Login Name"] = "Database brukernavn";
-$a->strings["Database Login Password"] = "Database passord";
-$a->strings["Database Name"] = "Databasenavn";
-$a->strings["Site administrator email address"] = "";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "";
-$a->strings["Please select a default timezone for your website"] = "Vennligst velg en standard tidssone for ditt nettsted";
-$a->strings["Site settings"] = "";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Fant ikke en kommandolinjeversjon av PHP i webtjenerens PATH.";
-$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See 'Activating scheduled tasks'"] = "";
-$a->strings["PHP executable path"] = "";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "";
-$a->strings["Command line PHP"] = "";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" aktivert.";
-$a->strings["This is required for message delivery to work."] = "Dette er nødvendig for at meldingslevering skal virke.";
-$a->strings["PHP register_argc_argv"] = "";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "For kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "";
-$a->strings["libCurl PHP module"] = "";
-$a->strings["GD graphics PHP module"] = "";
-$a->strings["OpenSSL PHP module"] = "";
-$a->strings["mysqli PHP module"] = "";
-$a->strings["mb_string PHP module"] = "";
-$a->strings["Apache mod_rewrite module"] = "";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Feil: Modulen mod-rewrite for Apache-webtjeneren er påkrevet, men er ikke installert.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Feil: libCURL PHP-modulen er påkrevet, men er ikke installert.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Feil: GD graphics PHP-modulen med JPEG-støtte er påkrevet, men er ikke installert.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Feil: openssl PHP-modulen er påkrevet, men er ikke installert.";
-$a->strings["Error: mysqli PHP module required but not installed."] = "Feil: mysqli PHP-modulen er påkrevet, men er ikke installert.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Feil: mb_string PHP-modulen er påkrevet men ikke installert.";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Web-installatøren trenger å kunne lage filen \".htconfig.php\" i topp-folderen på web-tjeneren din, men den får ikke til dette.";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Dette skyldes oftest manglende tillatelse, ettersom web-tjeneren kanskje ikke kan skrive filer i din mappe - selv om du kan.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "";
-$a->strings[".htconfig.php is writable"] = "";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "";
-$a->strings["Url rewrite is working"] = "";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Filen \".htconfig.php\" med databasekonfigurasjonen kunne ikke bli skrevet. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i roten på din web-tjener.";
-$a->strings["Errors encountered creating database tables."] = "Feil oppstod under opprettelsen av databasetabeller.";
-$a->strings["
What next
"] = "";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIG: Du må [manuelt] sette opp en planlagt oppgave for oppdatering.";
-$a->strings["l F d, Y \\@ g:i A"] = "";
-$a->strings["Time Conversion"] = "Tidskonvertering";
-$a->strings["Friendika provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica har denne tjenesten for å dele hendelser med andre nettverk og venner i ukjente tidssoner.";
-$a->strings["UTC time: %s"] = "UTC tid: %s";
-$a->strings["Current timezone: %s"] = "Gjeldende tidssone: %s";
-$a->strings["Converted localtime: %s"] = "Konvertert lokaltid: %s";
-$a->strings["Please select your timezone:"] = "Vennligst velg din tidssone:";
-$a->strings["Poke/Prod"] = "";
-$a->strings["poke, prod or do other things to somebody"] = "";
-$a->strings["Recipient"] = "";
-$a->strings["Choose what you wish to do to recipient"] = "";
-$a->strings["Make this post private"] = "";
-$a->strings["Profile Match"] = "Profiltreff";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord i din standardprofil.";
-$a->strings["is interested in:"] = "";
-$a->strings["Connect"] = "Forbindelse";
-$a->strings["No matches"] = "Ingen treff";
-$a->strings["Remote privacy information not available."] = "Ekstern informasjon om privatlivsinnstillinger er ikke tilgjengelig.";
-$a->strings["Visible to:"] = "Synlig for:";
-$a->strings["No such group"] = "Gruppen finnes ikke";
-$a->strings["Group is empty"] = "Gruppen er tom";
-$a->strings["Group: "] = "Gruppe:";
-$a->strings["Select"] = "Velg";
-$a->strings["View %s's profile @ %s"] = "";
-$a->strings["%s from %s"] = "%s fra %s";
-$a->strings["View in context"] = "Vis i sammenheng";
-$a->strings["%d comment"] = array(
- 0 => "",
- 1 => "",
-);
-$a->strings["comment"] = array(
- 0 => "",
- 1 => "",
-);
-$a->strings["show more"] = "";
-$a->strings["like"] = "";
-$a->strings["dislike"] = "";
-$a->strings["Share this"] = "";
-$a->strings["share"] = "";
-$a->strings["Bold"] = "";
-$a->strings["Italic"] = "";
-$a->strings["Underline"] = "";
-$a->strings["Quote"] = "";
-$a->strings["Code"] = "";
-$a->strings["Image"] = "";
-$a->strings["Link"] = "";
-$a->strings["Video"] = "";
-$a->strings["add star"] = "";
-$a->strings["remove star"] = "";
-$a->strings["toggle star status"] = "veksle stjernestatus";
-$a->strings["starred"] = "";
-$a->strings["add tag"] = "";
-$a->strings["save to folder"] = "";
-$a->strings["to"] = "til";
-$a->strings["Wall-to-Wall"] = "vegg-til-vegg";
-$a->strings["via Wall-To-Wall:"] = "via vegg-til-vegg";
-$a->strings["Welcome to %s"] = "Velkommen til %s";
-$a->strings["Invalid request identifier."] = "Ugyldig forespørselsidentifikator.";
-$a->strings["Discard"] = "Forkast";
-$a->strings["Ignore"] = "Ignorer";
-$a->strings["System"] = "";
-$a->strings["Network"] = "Nettverk";
-$a->strings["Personal"] = "";
-$a->strings["Home"] = "Hjem";
-$a->strings["Introductions"] = "";
-$a->strings["Messages"] = "Meldinger";
-$a->strings["Show Ignored Requests"] = "Vis ignorerte forespørsler";
-$a->strings["Hide Ignored Requests"] = "Skjul ignorerte forespørsler";
-$a->strings["Notification type: "] = "Beskjedtype:";
-$a->strings["Friend Suggestion"] = "Venneforslag";
-$a->strings["suggested by %s"] = "foreslått av %s";
-$a->strings["Hide this contact from others"] = "";
-$a->strings["Post a new friend activity"] = "";
-$a->strings["if applicable"] = "";
-$a->strings["Approve"] = "Godkjenn";
-$a->strings["Claims to be known to you: "] = "Påstår å kjenne deg:";
-$a->strings["yes"] = "ja";
-$a->strings["no"] = "ei";
-$a->strings["Approve as: "] = "Godkjenn som:";
-$a->strings["Friend"] = "Venn";
-$a->strings["Sharer"] = "";
-$a->strings["Fan/Admirer"] = "Fan/Beundrer";
-$a->strings["Friend/Connect Request"] = "Venn/kontakt-forespørsel";
-$a->strings["New Follower"] = "Ny følgesvenn";
-$a->strings["No introductions."] = "";
-$a->strings["Notifications"] = "Varslinger";
-$a->strings["%s liked %s's post"] = "";
-$a->strings["%s disliked %s's post"] = "";
-$a->strings["%s is now friends with %s"] = "";
-$a->strings["%s created a new post"] = "";
-$a->strings["%s commented on %s's post"] = "";
-$a->strings["No more network notifications."] = "";
-$a->strings["Network Notifications"] = "";
-$a->strings["No more system notifications."] = "";
-$a->strings["System Notifications"] = "";
-$a->strings["No more personal notifications."] = "";
-$a->strings["Personal Notifications"] = "";
-$a->strings["No more home notifications."] = "";
-$a->strings["Home Notifications"] = "";
-$a->strings["Could not access contact record."] = "Fikk ikke tilgang til kontaktposten.";
-$a->strings["Could not locate selected profile."] = "Kunne ikke lokalisere valgt profil.";
-$a->strings["Contact updated."] = "Kontakt oppdatert.";
-$a->strings["Contact has been blocked"] = "Kontakten er blokkert";
-$a->strings["Contact has been unblocked"] = "Kontakten er ikke blokkert lenger";
-$a->strings["Contact has been ignored"] = "Kontakten er ignorert";
-$a->strings["Contact has been unignored"] = "Kontakten er ikke ignorert lenger";
-$a->strings["Contact has been archived"] = "";
-$a->strings["Contact has been unarchived"] = "";
-$a->strings["Contact has been removed."] = "Kontakten er fjernet.";
-$a->strings["You are mutual friends with %s"] = "Du er gjensidig venn med %s";
-$a->strings["You are sharing with %s"] = "Du deler med %s";
-$a->strings["%s is sharing with you"] = "%s deler med deg";
-$a->strings["Private communications are not available for this contact."] = "Privat kommunikasjon er ikke tilgjengelig mot denne kontakten.";
-$a->strings["Never"] = "Aldri";
-$a->strings["(Update was successful)"] = "(Oppdatering vellykket)";
-$a->strings["(Update was not successful)"] = "(Oppdatering mislykket)";
-$a->strings["Suggest friends"] = "Foreslå venner";
-$a->strings["Network type: %s"] = "Nettverkstype: %s";
-$a->strings["%d contact in common"] = array(
- 0 => "%d felles kontakt",
- 1 => "%d felles kontakter",
-);
-$a->strings["View all contacts"] = "Vis alle kontakter";
-$a->strings["Unblock"] = "Ikke blokker";
-$a->strings["Block"] = "Blokker";
-$a->strings["Toggle Blocked status"] = "";
-$a->strings["Unignore"] = "Fjern ignorering";
-$a->strings["Toggle Ignored status"] = "";
-$a->strings["Unarchive"] = "";
-$a->strings["Archive"] = "";
-$a->strings["Toggle Archive status"] = "";
-$a->strings["Repair"] = "Reparer";
-$a->strings["Advanced Contact Settings"] = "";
-$a->strings["Communications lost with this contact!"] = "";
-$a->strings["Contact Editor"] = "Endre kontakt";
-$a->strings["Profile Visibility"] = "Profilens synlighet";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Vennligst velg profilen du ønsker å vise til %s når denne ser profilen på en sikret måte.";
-$a->strings["Contact Information / Notes"] = "Kontaktinformasjon/-notater";
-$a->strings["Edit contact notes"] = "Endre kontaktnotater";
-$a->strings["Visit %s's profile [%s]"] = "Besøk %ss profil [%s]";
-$a->strings["Block/Unblock contact"] = "Blokker kontakt/fjern blokkering for kontakt";
-$a->strings["Ignore contact"] = "Ignorer kontakt";
-$a->strings["Repair URL settings"] = "Reparer URL-innstillinger";
-$a->strings["View conversations"] = "Vis samtaler";
-$a->strings["Delete contact"] = "Slett kontakt";
-$a->strings["Last update:"] = "Siste oppdatering:";
-$a->strings["Update public posts"] = "Oppdater offentlige innlegg";
-$a->strings["Update now"] = "Oppdater nå";
-$a->strings["Currently blocked"] = "Blokkert nå";
-$a->strings["Currently ignored"] = "Ignorert nå";
-$a->strings["Currently archived"] = "";
-$a->strings["Replies/likes to your public posts may still be visible"] = "";
-$a->strings["Suggestions"] = "";
-$a->strings["Suggest potential friends"] = "";
-$a->strings["All Contacts"] = "Alle kontakter";
-$a->strings["Show all contacts"] = "";
-$a->strings["Unblocked"] = "";
-$a->strings["Only show unblocked contacts"] = "";
-$a->strings["Blocked"] = "";
-$a->strings["Only show blocked contacts"] = "";
-$a->strings["Ignored"] = "";
-$a->strings["Only show ignored contacts"] = "";
-$a->strings["Archived"] = "";
-$a->strings["Only show archived contacts"] = "";
-$a->strings["Hidden"] = "";
-$a->strings["Only show hidden contacts"] = "";
-$a->strings["Mutual Friendship"] = "Gjensidig vennskap";
-$a->strings["is a fan of yours"] = "er en tilhenger av deg";
-$a->strings["you are a fan of"] = "du er en tilhenger av";
-$a->strings["Edit contact"] = "Endre kontakt";
-$a->strings["Contacts"] = "Kontakter";
-$a->strings["Search your contacts"] = "Søk i dine kontakter";
-$a->strings["Finding: "] = "Fant:";
-$a->strings["Find"] = "Finn";
-$a->strings["No valid account found."] = "Fant ingen gyldig konto.";
-$a->strings["Password reset request issued. Check your email."] = "Forespørsel om å tilbakestille passord er sendt. Sjekk e-posten din.";
-$a->strings["Password reset requested at %s"] = "Forespørsel om tilbakestilling av passord ved %s";
-$a->strings["Administrator"] = "Administrator";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Forespørselen kunne ikke verifiseres. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord milslyktes.";
-$a->strings["Password Reset"] = "Passord tilbakestilling";
-$a->strings["Your password has been reset as requested."] = "Ditt passord er tilbakestilt som forespurt.";
-$a->strings["Your new password is"] = "Ditt nye passord er";
-$a->strings["Save or copy your new password - and then"] = "Lagre eller kopier ditt nye passord, og deretter";
-$a->strings["click here to login"] = "klikk her for å logge inn";
-$a->strings["Your password may be changed from the Settings page after successful login."] = "Passordet ditt kan endres fra siden Innstillinger etter vellykket logg inn.";
-$a->strings["Forgot your Password?"] = "Glemte du passordet?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Skriv inn e-postadressen og send inn for å tilbakestille passordet ditt. Sjekk deretter e-posten din for nærmere forklaring.";
-$a->strings["Nickname or Email: "] = "Kallenavn eller e-post:";
-$a->strings["Reset"] = "Tilbakestill";
-$a->strings["Account settings"] = "Kontoinnstillinger";
-$a->strings["Display settings"] = "";
-$a->strings["Connector settings"] = "Koblingsinnstillinger";
-$a->strings["Plugin settings"] = "Tilleggsinnstillinger";
-$a->strings["Connected apps"] = "Tilkoblede programmer";
-$a->strings["Export personal data"] = "Eksporter personlige data";
-$a->strings["Remove account"] = "";
-$a->strings["Settings"] = "Innstillinger";
-$a->strings["Missing some important data!"] = "Mangler noen viktige data!";
-$a->strings["Update"] = "Oppdater";
-$a->strings["Failed to connect with email account using the settings provided."] = "Mislyktes i å opprette forbindelse med e-postkontoen med de oppgitte innstillingene.";
-$a->strings["Email settings updated."] = "E-postinnstillinger er oppdatert.";
-$a->strings["Passwords do not match. Password unchanged."] = "Passordene er ikke like. Passord uendret.";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tomme passord er ikke lov. Passord uendret.";
-$a->strings["Password changed."] = "Passord endret.";
-$a->strings["Password update failed. Please try again."] = "Passordoppdatering mislyktes. Vennligst prøv igjen.";
-$a->strings[" Please use a shorter name."] = "Vennligst bruk et kortere navn.";
-$a->strings[" Name too short."] = "Navnet er for kort.";
-$a->strings[" Not valid email."] = "Ugyldig e-postadresse.";
-$a->strings[" Cannot change to that email."] = "Kan ikke endre til den e-postadressen.";
-$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "";
-$a->strings["Private forum has no privacy permissions and no default privacy group."] = "";
-$a->strings["Settings updated."] = "Innstillinger oppdatert.";
-$a->strings["Add application"] = "Legg til program";
-$a->strings["Consumer Key"] = "Consumer Key";
-$a->strings["Consumer Secret"] = "Consumer Secret";
-$a->strings["Redirect"] = "Omdiriger";
-$a->strings["Icon url"] = "Ikon URL";
-$a->strings["You can't edit this application."] = "Du kan ikke redigere dette programmet.";
-$a->strings["Connected Apps"] = "Tilkoblede programmer";
-$a->strings["Client key starts with"] = "Klientnøkkelen starter med";
-$a->strings["No name"] = "Ingen navn";
-$a->strings["Remove authorization"] = "Fjern tillatelse";
-$a->strings["No Plugin settings configured"] = "Ingen tilleggsinnstillinger konfigurert";
-$a->strings["Plugin Settings"] = "Tilleggsinnstillinger";
-$a->strings["Built-in support for %s connectivity is %s"] = "Innebygget støtte for %s forbindelse er %s";
-$a->strings["enabled"] = "aktivert";
-$a->strings["disabled"] = "avskrudd";
-$a->strings["StatusNet"] = "StatusNet";
-$a->strings["Email access is disabled on this site."] = "E-posttilgang er avskrudd på dette stedet.";
-$a->strings["Connector Settings"] = "Koblingsinnstillinger";
-$a->strings["Email/Mailbox Setup"] = "E-post-/postboksinnstillinger";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Hvis du ønsker å kommunisere med e-postkontakter via denne tjenesten (frivillig), vennligst oppgi hvordan din postboks kontaktes.";
-$a->strings["Last successful email check:"] = "Siste vellykkede e-postsjekk:";
-$a->strings["IMAP server name:"] = "IMAP-tjeners navn:";
-$a->strings["IMAP port:"] = "IMAP port:";
-$a->strings["Security:"] = "Sikkerhet:";
-$a->strings["None"] = "Ingen";
-$a->strings["Email login name:"] = "E-post brukernavn:";
-$a->strings["Email password:"] = "E-post passord:";
-$a->strings["Reply-to address:"] = "Svar-til-adresse:";
-$a->strings["Send public posts to all email contacts:"] = "Send offentlige meldinger til alle e-postkontakter:";
-$a->strings["Action after import:"] = "";
-$a->strings["Mark as seen"] = "";
-$a->strings["Move to folder"] = "";
-$a->strings["Move to folder:"] = "";
-$a->strings["No special theme for mobile devices"] = "";
-$a->strings["Display Settings"] = "";
-$a->strings["Display Theme:"] = "Vis tema:";
-$a->strings["Mobile Theme:"] = "";
-$a->strings["Update browser every xx seconds"] = "";
-$a->strings["Minimum of 10 seconds, no maximum"] = "";
-$a->strings["Number of items to display per page:"] = "";
-$a->strings["Maximum of 100 items"] = "";
-$a->strings["Don't show emoticons"] = "";
-$a->strings["Normal Account Page"] = "";
-$a->strings["This account is a normal personal profile"] = "Denne kontoen er en vanlig personlig profil";
-$a->strings["Soapbox Page"] = "";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med kun leserettigheter";
-$a->strings["Community Forum/Celebrity Account"] = "";
-$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med lese- og skriverettigheter";
-$a->strings["Automatic Friend Page"] = "";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "Automatisk godkjenning av alle forespørsler om forbindelse/venner som venner";
-$a->strings["Private Forum [Experimental]"] = "";
-$a->strings["Private forum - approved members only"] = "";
-$a->strings["OpenID:"] = "OpenID:";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Valgfritt) Tillat denne OpenID-en å logge inn i denne kontoen.";
-$a->strings["Publish your default profile in your local site directory?"] = "Skal standardprofilen din publiseres i katalogen til nettstedet ditt?";
-$a->strings["Publish your default profile in the global social directory?"] = "Skal standardprofilen din publiseres i den globale sosiale katalogen?";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Skjul kontakt-/venne-listen din for besøkende til standardprofilen din?";
-$a->strings["Hide your profile details from unknown viewers?"] = "";
-$a->strings["Allow friends to post to your profile page?"] = "Tillat venner å poste innlegg på din profilside?";
-$a->strings["Allow friends to tag your posts?"] = "Tillat venner å merke dine innlegg?";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "";
-$a->strings["Permit unknown people to send you private mail?"] = "";
-$a->strings["Profile is not published."] = "Profilen er ikke publisert.";
-$a->strings["or"] = "eller";
-$a->strings["Your Identity Address is"] = "Din identitetsadresse er";
-$a->strings["Automatically expire posts after this many days:"] = "";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Tomme innlegg utgår ikke. Utgåtte innlegg slettes.";
-$a->strings["Advanced expiration settings"] = "";
-$a->strings["Advanced Expiration"] = "";
-$a->strings["Expire posts:"] = "";
-$a->strings["Expire personal notes:"] = "";
-$a->strings["Expire starred posts:"] = "";
-$a->strings["Expire photos:"] = "";
-$a->strings["Only expire posts by others:"] = "";
-$a->strings["Account Settings"] = "Kontoinnstillinger";
-$a->strings["Password Settings"] = "Passordinnstillinger";
-$a->strings["New Password:"] = "Nytt passord:";
-$a->strings["Confirm:"] = "Bekreft:";
-$a->strings["Leave password fields blank unless changing"] = "La passordfeltene stå tomme hvis du ikke skal bytte";
-$a->strings["Basic Settings"] = "Grunninnstillinger";
-$a->strings["Full Name:"] = "Fullt navn:";
-$a->strings["Email Address:"] = "E-postadresse:";
-$a->strings["Your Timezone:"] = "Din tidssone:";
-$a->strings["Default Post Location:"] = "Standard oppholdssted når du poster:";
-$a->strings["Use Browser Location:"] = "Bruk nettleserens oppholdssted:";
-$a->strings["Security and Privacy Settings"] = "Sikkerhet og privatlivsinnstillinger";
-$a->strings["Maximum Friend Requests/Day:"] = "Maksimum venneforespørsler/dag:";
-$a->strings["(to prevent spam abuse)"] = "(for å forhindre søppelpost)";
-$a->strings["Default Post Permissions"] = "Standardtillatelser ved posting";
-$a->strings["(click to open/close)"] = "(klikk for å åpne/lukke)";
-$a->strings["Maximum private messages per day from unknown people:"] = "";
-$a->strings["Notification Settings"] = "Beskjedinnstillinger";
-$a->strings["By default post a status message when:"] = "";
-$a->strings["accepting a friend request"] = "";
-$a->strings["joining a forum/community"] = "";
-$a->strings["making an interesting profile change"] = "";
-$a->strings["Send a notification email when:"] = "Send en e-post med beskjed når:";
-$a->strings["You receive an introduction"] = "Du mottar en introduksjon";
-$a->strings["Your introductions are confirmed"] = "Dine introduksjoner er bekreftet";
-$a->strings["Someone writes on your profile wall"] = "Noen skriver på veggen til profilen din";
-$a->strings["Someone writes a followup comment"] = "Noen skriver en oppfølgingskommentar";
-$a->strings["You receive a private message"] = "Du mottar en privat melding";
-$a->strings["You receive a friend suggestion"] = "";
-$a->strings["You are tagged in a post"] = "";
-$a->strings["You are poked/prodded/etc. in a post"] = "";
-$a->strings["Advanced Account/Page Type Settings"] = "";
-$a->strings["Change the behaviour of this account for special situations"] = "";
-$a->strings["Manage Identities and/or Pages"] = "Behandle identiteter og/eller sider";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Veksle mellom ulike identiteter eller felleskaps-/gruppesider som deler dine kontodetaljer eller som du har blitt gitt \"behandle\" tillatelser";
-$a->strings["Select an identity to manage: "] = "Velg en identitet å behandle:";
-$a->strings["Search Results For:"] = "";
-$a->strings["Remove term"] = "Fjern uttrykk";
-$a->strings["Saved Searches"] = "Lagrede søk";
-$a->strings["add"] = "";
-$a->strings["Commented Order"] = "";
-$a->strings["Sort by Comment Date"] = "";
-$a->strings["Posted Order"] = "";
-$a->strings["Sort by Post Date"] = "";
-$a->strings["Posts that mention or involve you"] = "";
-$a->strings["New"] = "";
-$a->strings["Activity Stream - by date"] = "";
-$a->strings["Starred"] = "";
-$a->strings["Favourite Posts"] = "";
-$a->strings["Shared Links"] = "";
-$a->strings["Interesting Links"] = "";
-$a->strings["Warning: This group contains %s member from an insecure network."] = array(
- 0 => "Advarsel: denne gruppen inneholder %s medlem fra et usikkert nettverk.",
- 1 => "Advarsel: denne gruppe inneholder %s medlemmer fra et usikkert nettverk.",
-);
-$a->strings["Private messages to this group are at risk of public disclosure."] = "Private meldinger til denne gruppen risikerer å bli offentliggjort.";
-$a->strings["Contact: "] = "Kontakt:";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Private meldinger til denne personen risikerer å bli offentliggjort.";
-$a->strings["Invalid contact."] = "Ugyldig kontakt.";
-$a->strings["Personal Notes"] = "Personlige notater";
+$a->strings["Categories"] = "Kategorier";
+$a->strings["Connect"] = "Koble";
+$a->strings["Ignore/Hide"] = "Ignorer/Skjul";
+$a->strings["Suggestions"] = "Forslag";
+$a->strings["See more..."] = "Se mer...";
+$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Du har %1$.0f av %2$.0f tillate forbindelser.";
+$a->strings["Add New Connection"] = "Legg til ny forbindelse";
+$a->strings["Enter the channel address"] = "Skriv kanal-adressen";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Eksempel: ola.nordmann@eksempel.no, http://eksempel.no/karinordmann";
+$a->strings["Notes"] = "Merknader";
$a->strings["Save"] = "Lagre";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Antall daglige veggmeldinger for %s er overskredet. Melding mislyktes.";
-$a->strings["No recipient selected."] = "Ingen mottaker valgt.";
-$a->strings["Unable to check your home location."] = "";
-$a->strings["Message could not be sent."] = "Meldingen kunne ikke sendes.";
-$a->strings["Message collection failure."] = "";
-$a->strings["Message sent."] = "Melding sendt.";
-$a->strings["No recipient."] = "";
-$a->strings["Please enter a link URL:"] = "Vennligst skriv inn en lenke URL:";
-$a->strings["Send Private Message"] = "Send privat melding";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "";
-$a->strings["To:"] = "Til:";
-$a->strings["Subject:"] = "Emne:";
-$a->strings["Your message:"] = "Din melding:";
-$a->strings["Welcome to Friendica"] = "";
-$a->strings["New Member Checklist"] = "Sjekkliste for nye medlemmer";
-$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "";
-$a->strings["Getting Started"] = "";
-$a->strings["Friendica Walk-Through"] = "";
-$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "";
-$a->strings["Go to Your Settings"] = "";
-$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "";
-$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Se over de andre innstillingene, særlig personverninnstillingene. En katalogoppføring som ikke er publisert er som å ha skjult telefonnummer. Generelt, så bør du antakelig publisere oppføringen, med mindre dine venner eller potensielle venner vet nøyaktig hvordan de skal finne deg.";
-$a->strings["Profile"] = "Profil";
-$a->strings["Upload Profile Photo"] = "Last opp profilbilde";
-$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Last opp et profilbilde hvis du ikke har gjort det allerede. Studier viser at folk som har ekte bilde av seg selv har ti ganger større sannsynlighet for å få venner enn folk som ikke gjør det.";
-$a->strings["Edit Your Profile"] = "";
-$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Du kan endre standardprofilen din slik du ønsker. Se over innstillingene som lar deg skjule vennelisten og skjule profilen fra ukjente besøkende.";
-$a->strings["Profile Keywords"] = "";
-$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Legg til noen offentlige nøkkelord til standardprofilen din som beskriver dine interesser. Det kan hende vi klarer å finne andre folk med liknende interesser og foreslå vennskap.";
-$a->strings["Connecting"] = "";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Tillat Facebook-koblingen hvis du har en Facebook-konto og vi vil (valgfritt) importere alle dine Facebook-venner og samtaler.";
-$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "";
-$a->strings["Importing Emails"] = "";
-$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "";
-$a->strings["Go to Your Contacts Page"] = "";
-$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "";
-$a->strings["Go to Your Site's Directory"] = "";
-$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Katalog-siden lar deg finne andre folk i dette nettverket eller andre forente nettsteder. Se etter en Connect eller Follow lenke på profilsiden deres. Oppgi din egen identitetsadresse hvis du blir forespurt om det.";
-$a->strings["Finding New People"] = "";
-$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "";
-$a->strings["Groups"] = "";
-$a->strings["Group Your Contacts"] = "";
-$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Når du har fått noen venner, så kan du organisere dem i private samtalegrupper i sidefeltet på Kontakt-siden din, og deretter kan du samhandle med hver gruppe privat på din Nettverk-side.";
-$a->strings["Why Aren't My Posts Public?"] = "";
-$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "";
-$a->strings["Getting Help"] = "";
-$a->strings["Go to the Help Section"] = "";
-$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Våre hjelpesider kan leses for flere detaljer og ressurser om andre egenskaper ved programmet.";
-$a->strings["Item not available."] = "Elementet er ikke tilgjengelig.";
-$a->strings["Item was not found."] = "Elementet ble ikke funnet.";
-$a->strings["Group created."] = "Gruppen er laget.";
-$a->strings["Could not create group."] = "Kunne ikke lage gruppen.";
-$a->strings["Group not found."] = "Fant ikke gruppen.";
-$a->strings["Group name changed."] = "Gruppenavnet er endret";
-$a->strings["Permission denied"] = "Tilgang nektet";
-$a->strings["Create a group of contacts/friends."] = "Lag en gruppe med kontakter/venner.";
-$a->strings["Group Name: "] = "Gruppenavn:";
-$a->strings["Group removed."] = "Gruppe fjernet.";
-$a->strings["Unable to remove group."] = "Mislyktes med å fjerne gruppe.";
-$a->strings["Group Editor"] = "Gruppebehandler";
-$a->strings["Members"] = "Medlemmer";
-$a->strings["Click on a contact to add or remove."] = "Klikk på en kontakt for å legge til eller fjerne.";
-$a->strings["Invalid profile identifier."] = "Ugyldig profilidentifikator.";
-$a->strings["Profile Visibility Editor"] = "Behandle profilsynlighet";
-$a->strings["Visible To"] = "Synlig for";
-$a->strings["All Contacts (with secure profile access)"] = "Alle kontakter (med sikret profiltilgang)";
-$a->strings["No contacts."] = "Ingen kontakter.";
-$a->strings["View Contacts"] = "Vis kontakter";
-$a->strings["Registration details for %s"] = "Registeringsdetaljer for %s";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Vellykket registrering. Vennligst sjekk e-posten din for videre instruksjoner.";
-$a->strings["Failed to send email message. Here is the message that failed."] = "Mislyktes med å sende e-postmelding. Her er meldingen som mislyktes.";
-$a->strings["Your registration can not be processed."] = "Din registrering kan ikke behandles.";
-$a->strings["Registration request at %s"] = "Henvendelse om registrering ved %s";
-$a->strings["Your registration is pending approval by the site owner."] = "Din registrering venter på godkjenning fra eier av stedet.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Du kan (valgfritt) fylle ut dette skjemaet via OpenID ved å oppgi din OpenID og klikke \"Registrer\".";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Hvis du ikke er kjent med OpenID, vennligst la feltet stå tomt, og fyll ut de andre feltene.";
-$a->strings["Your OpenID (optional): "] = "Din OpenID (valgfritt):";
-$a->strings["Include your profile in member directory?"] = "Legg til profilen din i medlemskatalogen?";
-$a->strings["Membership on this site is by invitation only."] = "Medlemskap ved dette nettstedet skjer bare på invitasjon.";
-$a->strings["Your invitation ID: "] = "Din invitasjons-ID:";
-$a->strings["Registration"] = "Registrering";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "Ditt fulle navn (f.eks. Ola Nordmann):";
-$a->strings["Your Email Address: "] = "Din e-postadresse:";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Velg et kallenavn til profilen. Dette må begynne med en bokstav. Din profiladresse på dette stedet vil bli \"kallenavn@\$sitename\".";
-$a->strings["Choose a nickname: "] = "Velg et kallenavn:";
-$a->strings["Register"] = "Registrer";
-$a->strings["People Search"] = "Personsøk";
-$a->strings["status"] = "status";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s liker %2\$s's %3\$s";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s liker ikke %2\$s's %3\$s";
-$a->strings["Item not found."] = "Enheten ble ikke funnet.";
-$a->strings["Access denied."] = "";
-$a->strings["Photos"] = "Bilder";
-$a->strings["Files"] = "";
-$a->strings["Account approved."] = "Konto godkjent.";
-$a->strings["Registration revoked for %s"] = "Registreringen til %s er trukket tilbake";
-$a->strings["Please login."] = "Vennligst logg inn.";
-$a->strings["Unable to locate original post."] = "Mislyktes med å lokalisere opprinnelig melding.";
-$a->strings["Empty post discarded."] = "Tom melding forkastet.";
-$a->strings["Wall Photos"] = "Veggbilder";
-$a->strings["System error. Post not saved."] = "Systemfeil. Meldingen ble ikke lagret.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "";
-$a->strings["You may visit them online at %s"] = "Du kan besøke dem online på %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Vennligst kontakt avsenderen ved å svare på denne meldingen hvis du ikke ønsker å motta disse meldingene.";
-$a->strings["%s posted an update."] = "%s postet en oppdatering.";
-$a->strings["%1\$s is currently %2\$s"] = "";
-$a->strings["Mood"] = "";
-$a->strings["Set your current mood and tell your friends"] = "";
-$a->strings["Image uploaded but image cropping failed."] = "Bildet ble lastet opp, men beskjæringen mislyktes.";
-$a->strings["Image size reduction [%s] failed."] = "Reduksjon av bildestørrelse [%s] mislyktes.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-last-siden-på-nytt eller slett mellomlagret i nettleseren hvis det nye bildet ikke vises umiddelbart.";
-$a->strings["Unable to process image"] = "Mislyktes med å behandle bilde";
-$a->strings["Image exceeds size limit of %d"] = "Bildets størrelse overstiger størrelsesbegrensningen på %d";
-$a->strings["Upload File:"] = "Last opp fil:";
-$a->strings["Select a profile:"] = "";
-$a->strings["Upload"] = "Last opp";
-$a->strings["skip this step"] = "hopp over dette steget";
-$a->strings["select a photo from your photo albums"] = "velg et bilde fra dine fotoalbum";
-$a->strings["Crop Image"] = "Beskjær bilde";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Vennligst juster beskjæringen av bildet for optimal visning.";
-$a->strings["Done Editing"] = "Behandling ferdig";
-$a->strings["Image uploaded successfully."] = "Bilde ble lastet opp.";
-$a->strings["No profile"] = "Ingen profil";
-$a->strings["Remove My Account"] = "Slett min konto";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dette vil slette din konto fullstendig. Når dette er gjort kan den ikke gjenopprettes.";
-$a->strings["Please enter your password for verification:"] = "Vennligst skriv inn ditt passord for å bekrefte:";
+$a->strings["Remove term"] = "Fjern begrep";
+$a->strings["Saved Searches"] = "Lagrede søk";
+$a->strings["add"] = "legg til";
+$a->strings["Saved Folders"] = "Lagrede mapper";
+$a->strings["Everything"] = "Alt";
+$a->strings["Archives"] = "Arkiv";
+$a->strings["Refresh"] = "Forny";
+$a->strings["Me"] = "Meg";
+$a->strings["Best Friends"] = "Bestevenner";
+$a->strings["Friends"] = "Venner";
+$a->strings["Co-workers"] = "Medarbeidere";
+$a->strings["Former Friends"] = "Tidligere venner";
+$a->strings["Acquaintances"] = "Bekjente";
+$a->strings["Everybody"] = "Alle";
+$a->strings["Account settings"] = "Kontoinnstillinger";
+$a->strings["Channel settings"] = "Kanalinnstillinger";
+$a->strings["Additional features"] = "Tilleggsfunksjoner";
+$a->strings["Feature settings"] = "Funksjonsinnstillinger";
+$a->strings["Display settings"] = "Visningsinnstillinger";
+$a->strings["Connected apps"] = "Tilkoblede app-er";
+$a->strings["Export channel"] = "Eksporter kanal";
+$a->strings["Automatic Permissions (Advanced)"] = "Automatiske tillatelser (avansert)";
+$a->strings["Premium Channel Settings"] = "Premiumkanal-innstillinger";
+$a->strings["Channel Sources"] = "Kanalkilder";
+$a->strings["Settings"] = "Innstillinger";
+$a->strings["Check Mail"] = "Sjekk meldinger";
$a->strings["New Message"] = "Ny melding";
-$a->strings["Unable to locate contact information."] = "Mislyktes med å finne kontaktinformasjon.";
-$a->strings["Message deleted."] = "Melding slettet.";
-$a->strings["Conversation removed."] = "Samtale slettet.";
-$a->strings["No messages."] = "Ingen meldinger.";
-$a->strings["Unknown sender - %s"] = "";
-$a->strings["You and %s"] = "";
-$a->strings["%s and You"] = "";
-$a->strings["Delete conversation"] = "Slett samtale";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["%d message"] = array(
- 0 => "",
- 1 => "",
-);
-$a->strings["Message not available."] = "Melding utilgjengelig.";
-$a->strings["Delete message"] = "Slett melding";
-$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "";
-$a->strings["Send Reply"] = "Send svar";
-$a->strings["Friends of %s"] = "Venner av %s";
-$a->strings["No friends to display."] = "";
-$a->strings["Theme settings updated."] = "";
-$a->strings["Site"] = "Nettsted";
-$a->strings["Users"] = "Brukere";
-$a->strings["Plugins"] = "Tillegg";
-$a->strings["Themes"] = "";
-$a->strings["DB updates"] = "";
-$a->strings["Logs"] = "Logger";
-$a->strings["Admin"] = "Administrator";
-$a->strings["Plugin Features"] = "";
-$a->strings["User registrations waiting for confirmation"] = "Brukerregistreringer venter på bekreftelse";
-$a->strings["Normal Account"] = "Vanlig konto";
-$a->strings["Soapbox Account"] = "Talerstol-konto";
-$a->strings["Community/Celebrity Account"] = "Gruppe-/kjendiskonto";
-$a->strings["Automatic Friend Account"] = "Automatisk vennekonto";
-$a->strings["Blog Account"] = "";
-$a->strings["Private Forum"] = "";
-$a->strings["Message queues"] = "";
-$a->strings["Administration"] = "Administrasjon";
-$a->strings["Summary"] = "Oppsummering";
-$a->strings["Registered users"] = "Registrerte brukere";
-$a->strings["Pending registrations"] = "Ventende registreringer";
-$a->strings["Version"] = "Versjon";
-$a->strings["Active plugins"] = "Aktive tillegg";
-$a->strings["Site settings updated."] = "Nettstedets innstillinger er oppdatert.";
-$a->strings["Closed"] = "Stengt";
-$a->strings["Requires approval"] = "Krever godkjenning";
-$a->strings["Open"] = "Åpen";
-$a->strings["No SSL policy, links will track page SSL state"] = "";
-$a->strings["Force all links to use SSL"] = "";
-$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "";
-$a->strings["File upload"] = "Last opp fil";
-$a->strings["Policies"] = "Retningslinjer";
-$a->strings["Advanced"] = "Avansert";
-$a->strings["Site name"] = "Nettstedets navn";
-$a->strings["Banner/Logo"] = "Banner/logo";
-$a->strings["System language"] = "Systemspråk";
-$a->strings["System theme"] = "Systemtema";
-$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "";
-$a->strings["Mobile system theme"] = "";
-$a->strings["Theme for mobile devices"] = "";
-$a->strings["SSL link policy"] = "";
-$a->strings["Determines whether generated links should be forced to use SSL"] = "";
-$a->strings["Maximum image size"] = "Maksimum bildestørrelse";
-$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "";
-$a->strings["Maximum image length"] = "";
-$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "";
-$a->strings["JPEG image quality"] = "";
-$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "";
-$a->strings["Register policy"] = "Registrer retningslinjer";
-$a->strings["Register text"] = "Registrer tekst";
-$a->strings["Will be displayed prominently on the registration page."] = "";
-$a->strings["Accounts abandoned after x days"] = "";
-$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "";
-$a->strings["Allowed friend domains"] = "Tillate vennedomener";
-$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "";
-$a->strings["Allowed email domains"] = "Tillate e-postdomener";
-$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "";
-$a->strings["Block public"] = "Utesteng publikum";
-$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "";
-$a->strings["Force publish"] = "Tving publisering";
-$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "";
-$a->strings["Global directory update URL"] = "URL for oppdatering av Global-katalog";
-$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "";
-$a->strings["Allow threaded items"] = "";
-$a->strings["Allow infinite level threading for items on this site."] = "";
-$a->strings["Private posts by default for new users"] = "";
-$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "";
-$a->strings["Block multiple registrations"] = "Blokker flere registreringer";
-$a->strings["Disallow users to register additional accounts for use as pages."] = "";
-$a->strings["OpenID support"] = "OpenID-støtte";
-$a->strings["OpenID support for registration and logins."] = "";
-$a->strings["Fullname check"] = "Sjekk fullt navn";
-$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "";
-$a->strings["UTF-8 Regular expressions"] = "UTF-8 regulære uttrykk";
-$a->strings["Use PHP UTF8 regular expressions"] = "";
-$a->strings["Show Community Page"] = "Vis Felleskap-side";
-$a->strings["Display a Community page showing all recent public postings on this site."] = "";
-$a->strings["Enable OStatus support"] = "Aktiver Ostatus-støtte";
-$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "";
-$a->strings["Enable Diaspora support"] = "";
-$a->strings["Provide built-in Diaspora network compatibility."] = "";
-$a->strings["Only allow Friendica contacts"] = "";
-$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "";
-$a->strings["Verify SSL"] = "Bekreft SSL";
-$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "";
-$a->strings["Proxy user"] = "Brukernavn til mellomtjener";
-$a->strings["Proxy URL"] = "Mellomtjener URL";
-$a->strings["Network timeout"] = "Tidsavbrudd for nettverk";
-$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "";
-$a->strings["Delivery interval"] = "";
-$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "";
-$a->strings["Poll interval"] = "";
-$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "";
-$a->strings["Maximum Load Average"] = "";
-$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "";
-$a->strings["Update has been marked successful"] = "";
-$a->strings["Executing %s failed. Check system logs."] = "Utføring av %s mislyktes. Sjekk systemlogger.";
-$a->strings["Update %s was successfully applied."] = "";
-$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "";
-$a->strings["Update function %s could not be found."] = "";
-$a->strings["No failed updates."] = "Ingen mislykkede oppdateringer.";
-$a->strings["Failed Updates"] = "Mislykkede oppdateringer";
-$a->strings["This does not include updates prior to 1139, which did not return a status."] = "";
-$a->strings["Mark success (if update was manually applied)"] = "";
-$a->strings["Attempt to execute this update step automatically"] = "";
-$a->strings["%s user blocked/unblocked"] = array(
- 0 => "",
- 1 => "",
-);
-$a->strings["%s user deleted"] = array(
- 0 => "%s bruker slettet",
- 1 => "%s brukere slettet",
-);
-$a->strings["User '%s' deleted"] = "Brukeren '%s' er slettet";
-$a->strings["User '%s' unblocked"] = "Brukeren '%s' er ikke blokkert";
-$a->strings["User '%s' blocked"] = "Brukeren '%s' er blokkert";
-$a->strings["select all"] = "velg alle";
-$a->strings["User registrations waiting for confirm"] = "Brukerregistreringer venter på bekreftelse";
-$a->strings["Request date"] = "Forespørselsdato";
-$a->strings["Email"] = "E-post";
-$a->strings["No registrations."] = "Ingen registreringer.";
-$a->strings["Deny"] = "Nekt";
-$a->strings["Site admin"] = "";
-$a->strings["Register date"] = "Registreringsdato";
-$a->strings["Last login"] = "Siste innlogging";
-$a->strings["Last item"] = "Siste element";
-$a->strings["Account"] = "Konto";
-$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valgte brukere vil bli slettet!\\n\\nAlt disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette disse brukerne?";
-$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren?";
-$a->strings["Plugin %s disabled."] = "Tillegget %s er avskrudd.";
-$a->strings["Plugin %s enabled."] = "Tillegget %s er aktivert.";
-$a->strings["Disable"] = "Skru av";
-$a->strings["Enable"] = "Aktiver";
-$a->strings["Toggle"] = "Veksle";
-$a->strings["Author: "] = "";
-$a->strings["Maintainer: "] = "";
-$a->strings["No themes found."] = "";
-$a->strings["Screenshot"] = "";
-$a->strings["[Experimental]"] = "";
-$a->strings["[Unsupported]"] = "";
-$a->strings["Log settings updated."] = "Logginnstillinger er oppdatert.";
-$a->strings["Clear"] = "Tøm";
-$a->strings["Debugging"] = "Feilsøking";
-$a->strings["Log file"] = "Loggfil";
-$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "";
-$a->strings["Log level"] = "Loggnivå";
-$a->strings["Close"] = "Lukk";
-$a->strings["FTP Host"] = "FTP-tjener";
-$a->strings["FTP Path"] = "FTP-sti";
-$a->strings["FTP User"] = "FTP-bruker";
-$a->strings["FTP Password"] = "FTP-passord";
-$a->strings["Requested profile is not available."] = "";
-$a->strings["Access to this profile has been restricted."] = "Tilgang til denne profilen er blitt begrenset.";
-$a->strings["Tips for New Members"] = "Tips til nye medlemmer";
-$a->strings["{0} wants to be your friend"] = "{0} ønsker å bli din venn";
-$a->strings["{0} sent you a message"] = "{0} sendte deg en melding";
-$a->strings["{0} requested registration"] = "{0} forespurte om registrering";
-$a->strings["{0} commented %s's post"] = "{0} kommenterte %s sitt innlegg";
-$a->strings["{0} liked %s's post"] = "{0} likte %s sitt innlegg";
-$a->strings["{0} disliked %s's post"] = "{0} likte ikke %s sitt innlegg";
-$a->strings["{0} is now friends with %s"] = "{0} er nå venner med %s";
-$a->strings["{0} posted"] = "{0} postet et innlegg";
-$a->strings["{0} tagged %s's post with #%s"] = "{0} merket %s sitt innlegg med #%s";
-$a->strings["{0} mentioned you in a post"] = "";
-$a->strings["Contacts who are not members of a group"] = "";
-$a->strings["OpenID protocol error. No ID returned."] = "";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "";
-$a->strings["Login failed."] = "Innlogging mislyktes.";
-$a->strings["Contact added"] = "";
-$a->strings["Common Friends"] = "";
-$a->strings["No contacts in common."] = "";
-$a->strings["link"] = "";
-$a->strings["Item has been removed."] = "Elementet har blitt slettet.";
-$a->strings["Applications"] = "Programmer";
-$a->strings["No installed applications."] = "Ingen installerte programmer.";
-$a->strings["Search"] = "Søk";
-$a->strings["Profile not found."] = "Fant ikke profilen.";
-$a->strings["Profile Name is required."] = "Profilnavn er påkrevet.";
-$a->strings["Marital Status"] = "";
-$a->strings["Romantic Partner"] = "";
-$a->strings["Likes"] = "";
-$a->strings["Dislikes"] = "";
-$a->strings["Work/Employment"] = "";
-$a->strings["Religion"] = "";
-$a->strings["Political Views"] = "";
-$a->strings["Gender"] = "";
-$a->strings["Sexual Preference"] = "";
-$a->strings["Homepage"] = "";
-$a->strings["Interests"] = "";
-$a->strings["Address"] = "";
-$a->strings["Location"] = "";
-$a->strings["Profile updated."] = "Profil oppdatert.";
-$a->strings[" and "] = "";
-$a->strings["public profile"] = "";
-$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "";
-$a->strings[" - Visit %1\$s's %2\$s"] = "";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "";
-$a->strings["Profile deleted."] = "Profil slettet.";
-$a->strings["Profile-"] = "Profil-";
-$a->strings["New profile created."] = "Ny profil opprettet.";
-$a->strings["Profile unavailable to clone."] = "Profilen er utilgjengelig for kloning.";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skjul kontakten/vennen din fra folk som kan se denne profilen?";
-$a->strings["Edit Profile Details"] = "Endre profildetaljer";
-$a->strings["View this profile"] = "Vis denne profilen";
-$a->strings["Create a new profile using these settings"] = "Opprett en ny profil med disse innstillingene";
-$a->strings["Clone this profile"] = "Klon denne profilen";
-$a->strings["Delete this profile"] = "Slette denne profilen";
-$a->strings["Profile Name:"] = "Profilnavn:";
-$a->strings["Your Full Name:"] = "Ditt fulle navn:";
-$a->strings["Title/Description:"] = "Tittel/Beskrivelse:";
-$a->strings["Your Gender:"] = "Ditt kjønn:";
-$a->strings["Birthday (%s):"] = "Fødselsdag (%s):";
-$a->strings["Street Address:"] = "Gateadresse:";
-$a->strings["Locality/City:"] = "Plassering/by:";
-$a->strings["Postal/Zip Code:"] = "Postnummer:";
-$a->strings["Country:"] = "Land:";
-$a->strings["Region/State:"] = "Region/fylke:";
-$a->strings["♥ Marital Status:"] = "♥ Sivilstand:";
-$a->strings["Who: (if applicable)"] = "Hvem: (hvis gjeldende)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Eksempler: kari123, Kari Nordmann, kari@example.com";
-$a->strings["Since [date]:"] = "";
-$a->strings["Sexual Preference:"] = "Seksuell orientering:";
-$a->strings["Homepage URL:"] = "Hjemmeside URL:";
-$a->strings["Hometown:"] = "";
-$a->strings["Political Views:"] = "Politisk ståsted:";
-$a->strings["Religious Views:"] = "Religiøst ståsted:";
-$a->strings["Public Keywords:"] = "Offentlige nøkkelord:";
-$a->strings["Private Keywords:"] = "Private nøkkelord:";
-$a->strings["Likes:"] = "";
-$a->strings["Dislikes:"] = "";
-$a->strings["Example: fishing photography software"] = "Eksempel: fisking fotografering programvare";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Brukes for å foreslå mulige venner, kan ses av andre)";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Brukes for å søke i profiler, vises aldri til andre)";
-$a->strings["Tell us about yourself..."] = "Fortell oss om deg selv...";
-$a->strings["Hobbies/Interests"] = "Hobbier/interesser";
-$a->strings["Contact information and Social Networks"] = "Kontaktinformasjon og sosiale nettverk";
-$a->strings["Musical interests"] = "Musikksmak";
-$a->strings["Books, literature"] = "Bøker, litteratur";
-$a->strings["Television"] = "TV";
-$a->strings["Film/dance/culture/entertainment"] = "Film/dans/kultur/underholdning";
-$a->strings["Love/romance"] = "Kjærlighet/romanse";
-$a->strings["Work/employment"] = "Arbeid/ansatt hos";
-$a->strings["School/education"] = "Skole/utdanning";
-$a->strings["This is your public profile. It may be visible to anybody using the internet."] = "Dette er din offentlige profil. Den kan ses av alle på Internet.";
-$a->strings["Age: "] = "Alder:";
-$a->strings["Edit/Manage Profiles"] = "Rediger/Behandle profiler";
-$a->strings["Change profile photo"] = "Endre profilbilde";
-$a->strings["Create New Profile"] = "Lag ny profil";
-$a->strings["Profile Image"] = "Profilbilde";
-$a->strings["visible to everybody"] = "synlig for alle";
-$a->strings["Edit visibility"] = "Endre synlighet";
-$a->strings["Save to Folder:"] = "";
-$a->strings["- select -"] = "";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "";
-$a->strings["No potential page delegates located."] = "";
-$a->strings["Delegate Page Management"] = "Deleger sidebehandling";
-$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegater kan behandle alle sider ved denne kontoen/siden, bortsett fra grunnleggende kontoinnstillinger. Vennligst ikke deleger din personlige konto til noen som du ikke stoler fullt og fast på.";
-$a->strings["Existing Page Managers"] = "Eksisterende sidebehandlere";
-$a->strings["Existing Page Delegates"] = "";
-$a->strings["Potential Delegates"] = "";
-$a->strings["Add"] = "";
-$a->strings["No entries."] = "";
-$a->strings["Source (bbcode) text:"] = "";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "";
-$a->strings["Source input: "] = "";
-$a->strings["bb2html: "] = "";
-$a->strings["bb2html2bb: "] = "";
-$a->strings["bb2md: "] = "";
-$a->strings["bb2md2html: "] = "";
-$a->strings["bb2dia2bb: "] = "";
-$a->strings["bb2md2html2bb: "] = "";
-$a->strings["Source input (Diaspora format): "] = "";
-$a->strings["diaspora2bb: "] = "";
-$a->strings["Friend Suggestions"] = "Venneforslag";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "";
-$a->strings["Ignore/Hide"] = "Ignorér/Skjul";
-$a->strings["Global Directory"] = "Global katalog";
-$a->strings["Find on this site"] = "";
-$a->strings["Site Directory"] = "Stedets katalog";
-$a->strings["Gender: "] = "Kjønn:";
-$a->strings["Gender:"] = "Kjønn:";
-$a->strings["Status:"] = "Status:";
-$a->strings["Homepage:"] = "Hjemmeside:";
-$a->strings["About:"] = "Om:";
-$a->strings["No entries (some entries may be hidden)."] = "Ingen oppføringer (noen oppføringer kan være skjulte).";
-$a->strings["%s : Not a valid email address."] = "%s: Ugyldig e-postadresse.";
-$a->strings["Please join us on Friendica"] = "";
-$a->strings["%s : Message delivery failed."] = "%s: Mislyktes med å levere meldingen.";
-$a->strings["%d message sent."] = array(
- 0 => "one: %d melding sendt.",
- 1 => "other: %d meldinger sendt.",
-);
-$a->strings["You have no more invitations available"] = "Du har ingen flere tilgjengelige invitasjoner";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Vi beklager. Dette systemet er for øyeblikket ikke konfigurert for forbindelser med andre offentlige nettsteder eller å invitere medlemmer.";
-$a->strings["Send invitations"] = "Send invitasjoner";
-$a->strings["Enter email addresses, one per line:"] = "Skriv e-postadresser, en per linje:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du må oppgi denne invitasjonskoden: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Når du har registrert, vennligst kontakt meg via min profilside på:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "";
-$a->strings["Response from remote site was not understood."] = "Forstod ikke svaret fra det andre stedet.";
-$a->strings["Unexpected response from remote site: "] = "Uventet svar fra det andre stedet:";
-$a->strings["Confirmation completed successfully."] = "Sending av bekreftelse var vellykket. ";
-$a->strings["Remote site reported: "] = "Det andre stedet rapporterte:";
-$a->strings["Temporary failure. Please wait and try again."] = "Midlertidig feil. Vennligst vent og prøv igjen.";
-$a->strings["Introduction failed or was revoked."] = "Introduksjon mislyktes eller ble trukket tilbake.";
-$a->strings["Unable to set contact photo."] = "Fikk ikke satt kontaktbilde.";
-$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s er nå venner med %2\$s";
-$a->strings["No user record found for '%s' "] = "Ingen brukerregistrering funnet for '%s'";
-$a->strings["Our site encryption key is apparently messed up."] = "Krypteringsnøkkelen til nettstedet vårt ser ut til å være ødelagt.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "En tom nettsteds-URL ble oppgitt eller URL-en kunne ikke dekrypteres av oss.";
-$a->strings["Contact record was not found for you on our site."] = "Kontaktinformasjon om deg ble ikke funnet på vårt nettsted.";
-$a->strings["Site public key not available in contact record for URL %s."] = "";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID-en som ble oppgitt av ditt system har en duplikat i vårt system. Det bør virke hvis du prøver igjen.";
-$a->strings["Unable to set your contact credentials on our system."] = "Får ikke lagret din kontaktlegitamasjon på vårt system.";
-$a->strings["Unable to update your contact profile details on our system"] = "Får ikke oppdatert kontaktdetaljene dine på vårt system.";
-$a->strings["Connection accepted at %s"] = "Tilkobling godtatt på %s";
-$a->strings["%1\$s has joined %2\$s"] = "";
-$a->strings["Google+ Import Settings"] = "";
-$a->strings["Enable Google+ Import"] = "";
-$a->strings["Google Account ID"] = "";
-$a->strings["Google+ Import Settings saved."] = "";
-$a->strings["Facebook disabled"] = "Facebook avskrudd";
-$a->strings["Updating contacts"] = "Oppdaterer kontakter";
-$a->strings["Facebook API key is missing."] = "Facebook API-nøkkel mangler.";
-$a->strings["Facebook Connect"] = "Facebook-kobling";
-$a->strings["Install Facebook connector for this account."] = "Legg til Facebook-kobling for denne kontoen.";
-$a->strings["Remove Facebook connector"] = "Fjern Facebook-kobling";
-$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "";
-$a->strings["Post to Facebook by default"] = "Post til Facebook som standard";
-$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "";
-$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "";
-$a->strings["Link all your Facebook friends and conversations on this website"] = "";
-$a->strings["Facebook conversations consist of your profile wall and your friend stream."] = "";
-$a->strings["On this website, your Facebook friend stream is only visible to you."] = "";
-$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "";
-$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "";
-$a->strings["Do not import your Facebook profile wall conversations"] = "";
-$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "";
-$a->strings["Comma separated applications to ignore"] = "";
-$a->strings["Problems with Facebook Real-Time Updates"] = "";
-$a->strings["Facebook Connector Settings"] = "Innstillinger for Facebook-kobling";
-$a->strings["Facebook API Key"] = "";
-$a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.
"] = "";
-$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "";
-$a->strings["The given API Key seems to work correctly."] = "";
-$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "";
-$a->strings["App-ID / API-Key"] = "";
-$a->strings["Application secret"] = "";
-$a->strings["Polling Interval in minutes (minimum %1\$s minutes)"] = "";
-$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "";
-$a->strings["Real-Time Updates"] = "";
-$a->strings["Real-Time Updates are activated."] = "";
-$a->strings["Deactivate Real-Time Updates"] = "";
-$a->strings["Real-Time Updates not activated."] = "";
-$a->strings["Activate Real-Time Updates"] = "";
-$a->strings["The new values have been saved."] = "";
-$a->strings["Post to Facebook"] = "Post til Facebook";
-$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Posting til Facebook avbrutt på grunn av konflikt med tilgangsrettigheter i multi-nettverk.";
-$a->strings["View on Friendica"] = "";
-$a->strings["Facebook post failed. Queued for retry."] = "Facebook-innlegg mislyktes. Innlegget er lagt i kø for å prøve igjen.";
-$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "";
-$a->strings["Facebook connection became invalid"] = "";
-$a->strings["Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."] = "";
-$a->strings["StatusNet AutoFollow settings updated."] = "";
-$a->strings["StatusNet AutoFollow Settings"] = "";
-$a->strings["Automatically follow any StatusNet followers/mentioners"] = "";
-$a->strings["Bg settings updated."] = "";
-$a->strings["Bg Settings"] = "";
-$a->strings["How many contacts to display on profile sidebar"] = "";
-$a->strings["Lifetime of the cache (in hours)"] = "";
-$a->strings["Cache Statistics"] = "";
-$a->strings["Number of items"] = "";
-$a->strings["Size of the cache"] = "";
-$a->strings["Delete the whole cache"] = "";
-$a->strings["Facebook Post disabled"] = "";
-$a->strings["Facebook Post"] = "";
-$a->strings["Install Facebook Post connector for this account."] = "";
-$a->strings["Remove Facebook Post connector"] = "";
-$a->strings["Facebook Post Settings"] = "";
-$a->strings["%d person likes this"] = array(
- 0 => "",
- 1 => "",
-);
-$a->strings["%d person doesn't like this"] = array(
- 0 => "",
- 1 => "",
-);
-$a->strings["Get added to this list!"] = "";
-$a->strings["Generate new key"] = "Lag ny nøkkel";
-$a->strings["Widgets key"] = "Nøkkel til småprogrammer";
-$a->strings["Widgets available"] = "Småprogrammer er tilgjengelige";
-$a->strings["Connect on Friendica!"] = "";
-$a->strings["bitchslap"] = "";
-$a->strings["bitchslapped"] = "";
-$a->strings["shag"] = "";
-$a->strings["shagged"] = "";
-$a->strings["do something obscenely biological to"] = "";
-$a->strings["did something obscenely biological to"] = "";
-$a->strings["point out the poke feature to"] = "";
-$a->strings["pointed out the poke feature to"] = "";
-$a->strings["declare undying love for"] = "";
-$a->strings["declared undying love for"] = "";
-$a->strings["patent"] = "";
-$a->strings["patented"] = "";
-$a->strings["stroke beard"] = "";
-$a->strings["stroked their beard at"] = "";
-$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "";
-$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "";
-$a->strings["hug"] = "";
-$a->strings["hugged"] = "";
-$a->strings["kiss"] = "";
-$a->strings["kissed"] = "";
-$a->strings["raise eyebrows at"] = "";
-$a->strings["raised their eyebrows at"] = "";
-$a->strings["insult"] = "";
-$a->strings["insulted"] = "";
-$a->strings["praise"] = "";
-$a->strings["praised"] = "";
-$a->strings["be dubious of"] = "";
-$a->strings["was dubious of"] = "";
-$a->strings["eat"] = "";
-$a->strings["ate"] = "";
-$a->strings["giggle and fawn at"] = "";
-$a->strings["giggled and fawned at"] = "";
-$a->strings["doubt"] = "";
-$a->strings["doubted"] = "";
-$a->strings["glare"] = "";
-$a->strings["glared at"] = "";
-$a->strings["YourLS Settings"] = "";
-$a->strings["URL: http://"] = "";
-$a->strings["Username:"] = "";
-$a->strings["Password:"] = "";
-$a->strings["Use SSL "] = "";
-$a->strings["yourls Settings saved."] = "";
-$a->strings["Post to LiveJournal"] = "";
-$a->strings["LiveJournal Post Settings"] = "";
-$a->strings["Enable LiveJournal Post Plugin"] = "";
-$a->strings["LiveJournal username"] = "";
-$a->strings["LiveJournal password"] = "";
-$a->strings["Post to LiveJournal by default"] = "";
-$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "";
-$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "";
-$a->strings["Enable Content filter"] = "";
-$a->strings["Comma separated list of keywords to hide"] = "";
-$a->strings["Use /expression/ to provide regular expressions"] = "";
-$a->strings["NSFW Settings saved."] = "";
-$a->strings["%s - Click to open/close"] = "";
-$a->strings["Forums"] = "";
-$a->strings["Forums:"] = "";
-$a->strings["Page settings updated."] = "";
-$a->strings["Page Settings"] = "";
-$a->strings["How many forums to display on sidebar without paging"] = "";
-$a->strings["Randomise Page/Forum list"] = "";
-$a->strings["Show pages/forums on profile page"] = "";
-$a->strings["Planets Settings"] = "";
-$a->strings["Enable Planets Plugin"] = "";
+$a->strings["Chat Rooms"] = "Chatrom";
+$a->strings["Bookmarked Chatrooms"] = "Bokmerkede chatrom";
+$a->strings["Suggested Chatrooms"] = "Foreslåtte chatrom";
+$a->strings["Visible to everybody"] = "Synlig for alle";
+$a->strings["show"] = "vis";
+$a->strings["don't show"] = "ikke vis";
+$a->strings[" and "] = "og";
+$a->strings["public profile"] = "offentlig profil";
+$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s endret %2\$s til “%3\$s”";
+$a->strings["Visit %1\$s's %2\$s"] = "Besøk %1\$s sitt %2\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s har oppdatert %2\$s, endret %3\$s.";
+$a->strings["Logout"] = "Logg ut";
+$a->strings["End this session"] = "Avslutt denne økten";
+$a->strings["Home"] = "Hjem";
+$a->strings["Your posts and conversations"] = "Dine innlegg og samtaler";
+$a->strings["View Profile"] = "Vis profil";
+$a->strings["Your profile page"] = "Din profilside";
+$a->strings["Edit Profiles"] = "Endre profiler";
+$a->strings["Manage/Edit profiles"] = "Håndter/endre profiler";
+$a->strings["Photos"] = "Bilder";
+$a->strings["Your photos"] = "Dine bilder";
+$a->strings["Files"] = "Filer";
+$a->strings["Your files"] = "Dine filer";
+$a->strings["Chat"] = "Chat";
+$a->strings["Your chatrooms"] = "Dine chatterom";
+$a->strings["Events"] = "Hendelser";
+$a->strings["Your events"] = "Dine hendelser";
+$a->strings["Bookmarks"] = "Bokmerker";
+$a->strings["Your bookmarks"] = "Dine bokmerker";
+$a->strings["Webpages"] = "Websider";
+$a->strings["Your webpages"] = "Dine websider";
$a->strings["Login"] = "Logg inn";
-$a->strings["OpenID"] = "";
-$a->strings["Latest users"] = "";
-$a->strings["Most active users"] = "";
-$a->strings["Latest photos"] = "";
-$a->strings["Latest likes"] = "";
-$a->strings["event"] = "hendelse";
-$a->strings["No access"] = "";
-$a->strings["Could not open component for editing"] = "";
-$a->strings["Go back to the calendar"] = "";
-$a->strings["Event data"] = "";
-$a->strings["Calendar"] = "";
-$a->strings["Special color"] = "";
-$a->strings["Subject"] = "";
-$a->strings["Starts"] = "";
-$a->strings["Ends"] = "";
-$a->strings["Description"] = "";
-$a->strings["Recurrence"] = "";
-$a->strings["Frequency"] = "";
-$a->strings["Daily"] = "Daglig";
-$a->strings["Weekly"] = "Ukentlig";
-$a->strings["Monthly"] = "Månedlig";
-$a->strings["Yearly"] = "";
-$a->strings["days"] = "dager";
-$a->strings["weeks"] = "uker";
-$a->strings["months"] = "måneder";
-$a->strings["years"] = "år";
-$a->strings["Interval"] = "";
-$a->strings["All %select% %time%"] = "";
-$a->strings["Days"] = "";
-$a->strings["Sunday"] = "søndag";
+$a->strings["Sign in"] = "Logg på";
+$a->strings["%s - click to logout"] = "%s - klikk for å logge ut";
+$a->strings["Click to authenticate to your home hub"] = "Klikk for å godkjennes mot din hjemme-hub";
+$a->strings["Home Page"] = "Hjemmeside";
+$a->strings["Register"] = "Registrer";
+$a->strings["Create an account"] = "Lag en konto";
+$a->strings["Help"] = "Hjelp";
+$a->strings["Help and documentation"] = "Hjelp og dokumentasjon";
+$a->strings["Apps"] = "Apper";
+$a->strings["Addon applications, utilities, games"] = "Tilleggsprogrammer, verktøy, spill";
+$a->strings["Search"] = "Søk";
+$a->strings["Search site content"] = "Søk stedets innhold";
+$a->strings["Directory"] = "Katalog";
+$a->strings["Channel Locator"] = "Kanal-finner";
+$a->strings["Matrix"] = "Matrix";
+$a->strings["Your matrix"] = "Din matrix";
+$a->strings["Mark all matrix notifications seen"] = "Merk alle matrix-varsler som sett";
+$a->strings["Channel Home"] = "Kanalhjem";
+$a->strings["Channel home"] = "Kanalhjem";
+$a->strings["Mark all channel notifications seen"] = "Merk alle kanalvarsler som sett";
+$a->strings["Intros"] = "Introduksjoner";
+$a->strings["New Connections"] = "Nye forbindelser";
+$a->strings["Notices"] = "Varsel";
+$a->strings["Notifications"] = "Varsler";
+$a->strings["See all notifications"] = "Se alle varsler";
+$a->strings["Mark all system notifications seen"] = "Merk alle systemvarsler som sett";
+$a->strings["Mail"] = "Melding";
+$a->strings["Private mail"] = "Privat post";
+$a->strings["See all private messages"] = "Se alle private meldinger";
+$a->strings["Mark all private messages seen"] = "Merk alle private meldinger som sett";
+$a->strings["Inbox"] = "Innboks";
+$a->strings["Outbox"] = "Utboks";
+$a->strings["Event Calendar"] = "Hendelseskalender";
+$a->strings["See all events"] = "Se alle hendelser";
+$a->strings["Mark all events seen"] = "Merk alle hendelser som sett";
+$a->strings["Channel Select"] = "Kanalvalg";
+$a->strings["Manage Your Channels"] = "Håndter dine kanaler";
+$a->strings["Account/Channel Settings"] = "Konto-/kanal-innstillinger";
+$a->strings["Connections"] = "Forbindelser";
+$a->strings["Manage/Edit Friends and Connections"] = "Håndter/Endre venner og forbindelser";
+$a->strings["Admin"] = "Administrator";
+$a->strings["Site Setup and Configuration"] = "Nettstedsoppsett og -konfigurasjon";
+$a->strings["Nothing new here"] = "Ikke noe nytt her";
+$a->strings["Please wait..."] = "Vennligst vent...";
+$a->strings["prev"] = "forrige";
+$a->strings["first"] = "første";
+$a->strings["last"] = "siste";
+$a->strings["next"] = "neste";
+$a->strings["older"] = "eldre";
+$a->strings["newer"] = "nyere";
+$a->strings["No connections"] = "Ingen forbindelser";
+$a->strings["%d Connection"] = array(
+ 0 => "%d forbindelse",
+ 1 => "%d forbindelser",
+);
+$a->strings["View Connections"] = "Vis forbindelser";
+$a->strings["poke"] = "prikk";
+$a->strings["poked"] = "prikket";
+$a->strings["ping"] = "varsle";
+$a->strings["pinged"] = "varslet";
+$a->strings["prod"] = "oppildne";
+$a->strings["prodded"] = "oppildnet";
+$a->strings["slap"] = "daske";
+$a->strings["slapped"] = "dasket";
+$a->strings["finger"] = "fingre";
+$a->strings["fingered"] = "fingret";
+$a->strings["rebuff"] = "tilbakevise";
+$a->strings["rebuffed"] = "tilbakeviste";
+$a->strings["happy"] = "glad";
+$a->strings["sad"] = "trist";
+$a->strings["mellow"] = "dempet";
+$a->strings["tired"] = "trøtt";
+$a->strings["perky"] = "oppkvikket";
+$a->strings["angry"] = "sint";
+$a->strings["stupified"] = "sløvet";
+$a->strings["puzzled"] = "forundret";
+$a->strings["interested"] = "interessert";
+$a->strings["bitter"] = "bitter";
+$a->strings["cheerful"] = "munter";
+$a->strings["alive"] = "levende";
+$a->strings["annoyed"] = "irritert";
+$a->strings["anxious"] = "nervøs";
+$a->strings["cranky"] = "gretten";
+$a->strings["disturbed"] = "foruroliget";
+$a->strings["frustrated"] = "frustrert";
+$a->strings["motivated"] = "motivert";
+$a->strings["relaxed"] = "avslappet";
+$a->strings["surprised"] = "overrasket";
$a->strings["Monday"] = "mandag";
$a->strings["Tuesday"] = "tirsdag";
$a->strings["Wednesday"] = "onsdag";
$a->strings["Thursday"] = "torsdag";
$a->strings["Friday"] = "fredag";
$a->strings["Saturday"] = "lørdag";
-$a->strings["First day of week:"] = "";
-$a->strings["Day of month"] = "";
-$a->strings["#num#th of each month"] = "";
-$a->strings["#num#th-last of each month"] = "";
-$a->strings["#num#th #wkday# of each month"] = "";
-$a->strings["#num#th-last #wkday# of each month"] = "";
-$a->strings["Month"] = "";
-$a->strings["#num#th of the given month"] = "";
-$a->strings["#num#th-last of the given month"] = "";
-$a->strings["#num#th #wkday# of the given month"] = "";
-$a->strings["#num#th-last #wkday# of the given month"] = "";
-$a->strings["Repeat until"] = "";
-$a->strings["Infinite"] = "";
-$a->strings["Until the following date"] = "";
-$a->strings["Number of times"] = "";
-$a->strings["Exceptions"] = "";
-$a->strings["none"] = "";
-$a->strings["Notification"] = "";
-$a->strings["Notify by"] = "";
-$a->strings["E-Mail"] = "";
-$a->strings["On Friendica / Display"] = "";
-$a->strings["Time"] = "";
-$a->strings["Hours"] = "";
-$a->strings["Minutes"] = "";
-$a->strings["Seconds"] = "";
-$a->strings["Weeks"] = "";
-$a->strings["before the"] = "";
-$a->strings["start of the event"] = "";
-$a->strings["end of the event"] = "";
-$a->strings["Add a notification"] = "";
-$a->strings["The event #name# will start at #date"] = "";
-$a->strings["#name# is about to begin."] = "";
-$a->strings["Saved"] = "";
-$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "";
-$a->strings["German Time Format (dd.mm.YYYY)"] = "";
-$a->strings["Private Events"] = "";
-$a->strings["Private Addressbooks"] = "";
-$a->strings["Friendica-Native events"] = "";
-$a->strings["Friendica-Contacts"] = "";
-$a->strings["Your Friendica-Contacts"] = "";
-$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "";
-$a->strings["Something went wrong when trying to import the file. Sorry."] = "";
-$a->strings["The ICS-File has been imported."] = "";
-$a->strings["No file was uploaded."] = "";
-$a->strings["Import a ICS-file"] = "";
-$a->strings["ICS-File"] = "";
-$a->strings["Overwrite all #num# existing events"] = "";
-$a->strings["New event"] = "";
-$a->strings["Today"] = "";
-$a->strings["Day"] = "";
-$a->strings["Week"] = "";
-$a->strings["Reload"] = "";
-$a->strings["Date"] = "";
-$a->strings["Error"] = "";
-$a->strings["The calendar has been updated."] = "";
-$a->strings["The new calendar has been created."] = "";
-$a->strings["The calendar has been deleted."] = "";
-$a->strings["Calendar Settings"] = "";
-$a->strings["Date format"] = "";
-$a->strings["Time zone"] = "";
-$a->strings["Calendars"] = "";
-$a->strings["Create a new calendar"] = "";
-$a->strings["Limitations"] = "";
-$a->strings["Warning"] = "";
-$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "";
-$a->strings["Synchronizing this calendar with the iPhone"] = "";
-$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "";
-$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "";
-$a->strings["Extended calendar with CalDAV-support"] = "";
-$a->strings["noreply"] = "ikke svar";
-$a->strings["Notification: "] = "";
-$a->strings["The database tables have been installed."] = "";
-$a->strings["An error occurred during the installation."] = "";
-$a->strings["The database tables have been updated."] = "";
-$a->strings["An error occurred during the update."] = "";
-$a->strings["No system-wide settings yet."] = "";
-$a->strings["Database status"] = "";
-$a->strings["Installed"] = "";
-$a->strings["Upgrade needed"] = "";
-$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events should be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "";
-$a->strings["Upgrade"] = "";
-$a->strings["Not installed"] = "";
-$a->strings["Install"] = "";
-$a->strings["Unknown"] = "";
-$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "";
-$a->strings["Troubleshooting"] = "";
-$a->strings["Manual creation of the database tables:"] = "";
-$a->strings["Show SQL-statements"] = "";
-$a->strings["Private Calendar"] = "";
-$a->strings["Friendica Events: Mine"] = "";
-$a->strings["Friendica Events: Contacts"] = "";
-$a->strings["Private Addresses"] = "";
-$a->strings["Friendica Contacts"] = "";
-$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See RemoteStorage WebFinger"] = "Tillat å bruke din friendica id (%s) for å koble til ekstern unhosted-aktivert lagring (som ownCloud). Se RemoteStorage WebFinger";
-$a->strings["Template URL (with {category})"] = "";
-$a->strings["OAuth end-point"] = "";
-$a->strings["Api"] = "";
-$a->strings["Member since:"] = "";
-$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tredimensjonal tre-på-rad";
-$a->strings["3D Tic-Tac-Toe"] = "3D tre-på-rad";
-$a->strings["New game"] = "Nytt spill";
-$a->strings["New game with handicap"] = "Nytt spill med handikapp";
-$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Tredimensjonal tre-på-rad er akkurat som det vanlige spillet, bortsett fra at det spilles på flere nivåer samtidig.";
-$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "I dette tilfellet er det tre nivåer. Du vinner ved å få tre på rad på ethvert nivå, samt opp, ned og diagonalt på tvers av forskjellige nivåer.";
-$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Handicap-spillet skrur av midtposisjonen på det midtre nivået, fordi spilleren som tar denne posisjonen ofte får en urettferdig fordel.";
-$a->strings["You go first..."] = "Du starter først...";
-$a->strings["I'm going first this time..."] = "Jeg starter først denne gangen...";
-$a->strings["You won!"] = "Du vant!";
-$a->strings["\"Cat\" game!"] = "\"Katte\"-spill!";
-$a->strings["I won!"] = "Jeg vant!";
-$a->strings["Randplace Settings"] = "Tilfeldig plassering";
-$a->strings["Enable Randplace Plugin"] = "Aktiver Tilfeldig plassering-tillegget";
-$a->strings["Post to Dreamwidth"] = "";
-$a->strings["Dreamwidth Post Settings"] = "";
-$a->strings["Enable dreamwidth Post Plugin"] = "";
-$a->strings["dreamwidth username"] = "";
-$a->strings["dreamwidth password"] = "";
-$a->strings["Post to dreamwidth by default"] = "";
-$a->strings["Post to Drupal"] = "";
-$a->strings["Drupal Post Settings"] = "";
-$a->strings["Enable Drupal Post Plugin"] = "";
-$a->strings["Drupal username"] = "";
-$a->strings["Drupal password"] = "";
-$a->strings["Post Type - article,page,or blog"] = "";
-$a->strings["Drupal site URL"] = "";
-$a->strings["Drupal site uses clean URLS"] = "";
-$a->strings["Post to Drupal by default"] = "";
-$a->strings["Post from Friendica"] = "";
-$a->strings["Startpage Settings"] = "";
-$a->strings["Home page to load after login - leave blank for profile wall"] = "";
-$a->strings["Examples: "network" or "notifications/system""] = "";
-$a->strings["Geonames settings updated."] = "";
-$a->strings["Geonames Settings"] = "";
-$a->strings["Enable Geonames Plugin"] = "";
-$a->strings["Your account on %s will expire in a few days."] = "";
-$a->strings["Your Friendica account is about to expire."] = "";
-$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "";
-$a->strings["Upload a file"] = "Last opp en fil";
-$a->strings["Drop files here to upload"] = "Slipp filer her for å laste de opp";
-$a->strings["Failed"] = "Mislyktes";
-$a->strings["No files were uploaded."] = "Ingen filer ble lastet opp.";
-$a->strings["Uploaded file is empty"] = "Opplastet fil er tom";
-$a->strings["File has an invalid extension, it should be one of "] = "Filen har en ugyldig endelse, den må være en av ";
-$a->strings["Upload was cancelled, or server error encountered"] = "Opplasting avbrutt, eller det oppstod en feil på tjeneren";
-$a->strings["OEmbed settings updated"] = "OEmbed-innstillingene er oppdatert";
-$a->strings["Use OEmbed for YouTube videos"] = "Bruk OEmbed til YouTube-videoer";
-$a->strings["URL to embed:"] = "URL som skal innebygges:";
-$a->strings["show/hide"] = "";
-$a->strings["No forum subscriptions"] = "";
-$a->strings["Forumlist settings updated."] = "";
-$a->strings["Forumlist Settings"] = "";
-$a->strings["Randomise forum list"] = "";
-$a->strings["Show forums on profile page"] = "";
-$a->strings["Impressum"] = "Informasjon om nettstedet";
-$a->strings["Site Owner"] = "Nettstedets eier";
-$a->strings["Email Address"] = "E-postadresse";
-$a->strings["Postal Address"] = "Postadresse";
-$a->strings["The impressum addon needs to be configured! Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Tillegget for \"Informasjon om nettstedet\" må konfigureres! Vennligst fyll ut minst eier variabelen i konfigurasjonsfilen din. For andre variabler, vennligst se over README-filen til tillegget.";
-$a->strings["The page operators name."] = "";
-$a->strings["Site Owners Profile"] = "Nettstedseiers profil";
-$a->strings["Profile address of the operator."] = "";
-$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
-$a->strings["Notes"] = "Notater";
-$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
-$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "";
-$a->strings["Footer note"] = "";
-$a->strings["Text for the footer. You can use BBCode here."] = "";
-$a->strings["Report Bug"] = "";
-$a->strings["No Timeline settings updated."] = "";
-$a->strings["No Timeline Settings"] = "";
-$a->strings["Disable Archive selector on profile wall"] = "";
-$a->strings["\"Blockem\" Settings"] = "";
-$a->strings["Comma separated profile URLS to block"] = "";
-$a->strings["BLOCKEM Settings saved."] = "";
-$a->strings["Blocked %s - Click to open/close"] = "";
-$a->strings["Unblock Author"] = "";
-$a->strings["Block Author"] = "";
-$a->strings["blockem settings updated"] = "";
-$a->strings[":-)"] = "";
-$a->strings[":-("] = "";
-$a->strings["lol"] = "";
-$a->strings["Quick Comment Settings"] = "";
-$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "";
-$a->strings["Enter quick comments, one per line"] = "";
-$a->strings["Quick Comment settings saved."] = "";
-$a->strings["Tile Server URL"] = "";
-$a->strings["A list of public tile servers"] = "";
-$a->strings["Default zoom"] = "";
-$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
-$a->strings["Editplain settings updated."] = "";
-$a->strings["Group Text"] = "";
-$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";
-$a->strings["Could NOT install Libravatar successfully. It requires PHP >= 5.3"] = "";
-$a->strings["generic profile image"] = "";
-$a->strings["random geometric pattern"] = "";
-$a->strings["monster face"] = "";
-$a->strings["computer generated face"] = "";
-$a->strings["retro arcade style face"] = "";
-$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";
-$a->strings["This addon is not functional on your server."] = "";
-$a->strings["Information"] = "";
-$a->strings["Gravatar addon is installed. Please disable the Gravatar addon. The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
-$a->strings["Default avatar image"] = "";
-$a->strings["Select default avatar image if none was found. See README"] = "";
-$a->strings["Libravatar settings updated."] = "";
-$a->strings["Post to libertree"] = "";
-$a->strings["libertree Post Settings"] = "";
-$a->strings["Enable Libertree Post Plugin"] = "";
-$a->strings["Libertree API token"] = "";
-$a->strings["Libertree site URL"] = "";
-$a->strings["Post to Libertree by default"] = "";
-$a->strings["Altpager settings updated."] = "";
-$a->strings["Alternate Pagination Setting"] = "";
-$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "";
-$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "";
-$a->strings["Use the MathJax renderer"] = "";
-$a->strings["MathJax Base URL"] = "";
-$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "";
-$a->strings["Editplain Settings"] = "";
-$a->strings["Disable richtext status editor"] = "";
-$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon. The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
-$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "";
-$a->strings["Rating of images"] = "";
-$a->strings["Select the appropriate avatar rating for your site. See README"] = "";
-$a->strings["Gravatar settings updated."] = "";
-$a->strings["Your Friendica test account is about to expire."] = "";
-$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "";
-$a->strings["\"pageheader\" Settings"] = "";
-$a->strings["pageheader Settings saved."] = "";
-$a->strings["Post to Insanejournal"] = "";
-$a->strings["InsaneJournal Post Settings"] = "";
-$a->strings["Enable InsaneJournal Post Plugin"] = "";
-$a->strings["InsaneJournal username"] = "";
-$a->strings["InsaneJournal password"] = "";
-$a->strings["Post to InsaneJournal by default"] = "";
-$a->strings["Jappix Mini addon settings"] = "";
-$a->strings["Activate addon"] = "";
-$a->strings["Do not insert the Jappixmini Chat-Widget into the webinterface"] = "";
-$a->strings["Jabber username"] = "";
-$a->strings["Jabber server"] = "";
-$a->strings["Jabber BOSH host"] = "";
-$a->strings["Jabber password"] = "";
-$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
-$a->strings["Friendica password"] = "";
-$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
-$a->strings["Subscribe to Friendica contacts automatically"] = "";
-$a->strings["Purge internal list of jabber addresses of contacts"] = "";
-$a->strings["Add contact"] = "";
-$a->strings["View Source"] = "";
-$a->strings["Post to StatusNet"] = "Post til StatusNet";
-$a->strings["Please contact your site administrator. The provided API URL is not valid."] = "Vennligst kontakt administratoren på nettstedet ditt. Den oppgitter API URL-en er ikke gyldig.";
-$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Vi kunne ikke kontakte StatusNet API-en med den banen du oppgav.";
-$a->strings["StatusNet settings updated."] = "StatusNet-innstillinger er oppdatert.";
-$a->strings["StatusNet Posting Settings"] = "Innstillinger for posting til StatusNet";
-$a->strings["Globally Available StatusNet OAuthKeys"] = "Globalt tilgjengelige StatusNet OAuthKeys";
-$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Det finnes ferdig konfigurerte OAuth nøkkelpar tilgjengelig for noen StatusNet-tjenere. Hvis du bruker en av disse, vennligst bruk disse som legitimasjon. Hvis ikke, så er du fri til å opprette en forbindelse til enhver annen StatusNet-forekomst (se nedenfor).";
-$a->strings["Provide your own OAuth Credentials"] = "Oppgi din egen OAuth-legitimasjon";
-$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root. Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "";
-$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key";
-$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret";
-$a->strings["Base API Path (remember the trailing /)"] = "Base API Path (husk / på slutten)";
-$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your public posts will be posted to StatusNet."] = "For å koble din StatusNet-konto, klikk knappen under for å få en sikkerhetskode fra StatusNet som du må kopiere inn i tekstfeltet under, og send inn skjemaet. Det er bare dine offentlige meldinger som blir postet til StatusNet.";
-$a->strings["Log in with StatusNet"] = "Logg inn med StatusNet";
-$a->strings["Copy the security code from StatusNet here"] = "Kopier sikkerhetskoden fra StatusNet hit";
-$a->strings["Cancel Connection Process"] = "Avbryt forbindelsesprosessen";
-$a->strings["Current StatusNet API is"] = "Gjeldende StatusNet API er";
-$a->strings["Cancel StatusNet Connection"] = "Avbryt StatusNet-forbindelsen";
-$a->strings["Currently connected to: "] = "For øyeblikket tilkoblet til:";
-$a->strings["If enabled all your public postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Aktivering gjør at alle dine offentlige innlegg kan postes til den tilknyttede StatusNet-kontoen. Du kan velge å gjøre dette som standard (her), eller for hvert enkelt innlegg separat i valgmulighetene for posting når du skriver et innlegg.";
-$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
-$a->strings["Allow posting to StatusNet"] = "Tillat innlegg til StatusNet";
-$a->strings["Send public postings to StatusNet by default"] = "Send offentlige innlegg til StatusNet som standard";
-$a->strings["Send linked #-tags and @-names to StatusNet"] = "";
-$a->strings["Clear OAuth configuration"] = "Fjern OAuth-konfigurasjon";
-$a->strings["API URL"] = "API URL";
-$a->strings["Infinite Improbability Drive"] = "";
-$a->strings["Post to Tumblr"] = "";
-$a->strings["Tumblr Post Settings"] = "";
-$a->strings["Enable Tumblr Post Plugin"] = "";
-$a->strings["Tumblr login"] = "";
-$a->strings["Tumblr password"] = "";
-$a->strings["Post to Tumblr by default"] = "";
-$a->strings["Numfriends settings updated."] = "";
-$a->strings["Numfriends Settings"] = "";
-$a->strings["Gnot settings updated."] = "";
-$a->strings["Gnot Settings"] = "";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
-$a->strings["Enable this plugin/addon?"] = "";
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";
-$a->strings["Post to Wordpress"] = "";
-$a->strings["WordPress Post Settings"] = "";
-$a->strings["Enable WordPress Post Plugin"] = "";
-$a->strings["WordPress username"] = "";
-$a->strings["WordPress password"] = "";
-$a->strings["WordPress API URL"] = "";
-$a->strings["Post to WordPress by default"] = "";
-$a->strings["Provide a backlink to the Friendica post"] = "";
-$a->strings["Read the original post and comment stream on Friendica"] = "";
-$a->strings["\"Show more\" Settings"] = "";
-$a->strings["Enable Show More"] = "";
-$a->strings["Cutting posts after how much characters"] = "";
-$a->strings["Show More Settings saved."] = "";
-$a->strings["This website is tracked using the Piwik analytics tool."] = "";
-$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = "";
-$a->strings["Piwik Base URL"] = "Piwik Base URL";
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
-$a->strings["Site ID"] = "Nettstedets ID";
-$a->strings["Show opt-out cookie link?"] = "Vis lenke for å velge bort cookie?";
-$a->strings["Asynchronous tracking"] = "";
-$a->strings["Post to Twitter"] = "Post til Twitter";
-$a->strings["Twitter settings updated."] = "Twitter-innstilinger oppdatert.";
-$a->strings["Twitter Posting Settings"] = "Innstillinger for posting til Twitter";
-$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Ingen \"consumer key pair\" for Twitter funnet. Vennligst kontakt stedets administrator.";
-$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Ved denne Friendica-forekomsten er Twitter-tillegget aktivert, men du har ennå ikke tilkoblet din konto til din Twitter-konto. For å gjøre det, klikk på knappen nedenfor for å få en PIN-kode fra Twitter som du må kopiere inn i feltet nedenfor og sende inn skjemaet. Bare dine offentlige innlegg vil bli lagt inn på Twitter. ";
-$a->strings["Log in with Twitter"] = "Logg inn via Twitter";
-$a->strings["Copy the PIN from Twitter here"] = "Kopier PIN-kode fra Twitter hit";
-$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Aktivering gjør at alle dine offentlige innlegg kan postes til den tilknyttede Twitter-kontoen. Du kan velge å gjøre dette som standard (her), eller for hvert enkelt innlegg separat i valgmulighetene for posting når du skriver et innlegg.";
-$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
-$a->strings["Allow posting to Twitter"] = "Tillat posting til Twitter";
-$a->strings["Send public postings to Twitter by default"] = "Send offentlige innlegg til Twitter som standard";
-$a->strings["Send linked #-tags and @-names to Twitter"] = "";
-$a->strings["Consumer key"] = "Consumer key";
-$a->strings["Consumer secret"] = "Consumer secret";
-$a->strings["IRC Settings"] = "";
-$a->strings["Channel(s) to auto connect (comma separated)"] = "";
-$a->strings["Popular Channels (comma separated)"] = "";
-$a->strings["IRC settings saved."] = "";
-$a->strings["IRC Chatroom"] = "";
-$a->strings["Popular Channels"] = "";
-$a->strings["Fromapp settings updated."] = "";
-$a->strings["FromApp Settings"] = "";
-$a->strings["The application name you would like to show your posts originating from."] = "";
-$a->strings["Use this application name even if another application was used."] = "";
-$a->strings["Post to blogger"] = "";
-$a->strings["Blogger Post Settings"] = "";
-$a->strings["Enable Blogger Post Plugin"] = "";
-$a->strings["Blogger username"] = "";
-$a->strings["Blogger password"] = "";
-$a->strings["Blogger API URL"] = "";
-$a->strings["Post to Blogger by default"] = "";
-$a->strings["Post to Posterous"] = "";
-$a->strings["Posterous Post Settings"] = "";
-$a->strings["Enable Posterous Post Plugin"] = "";
-$a->strings["Posterous login"] = "";
-$a->strings["Posterous password"] = "";
-$a->strings["Posterous site ID"] = "";
-$a->strings["Posterous API token"] = "";
-$a->strings["Post to Posterous by default"] = "";
-$a->strings["Theme settings"] = "";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "";
-$a->strings["Set font-size for posts and comments"] = "";
-$a->strings["Set theme width"] = "";
-$a->strings["Color scheme"] = "";
-$a->strings["Your posts and conversations"] = "Dine innlegg og samtaler";
-$a->strings["Your profile page"] = "";
-$a->strings["Your contacts"] = "";
-$a->strings["Your photos"] = "";
-$a->strings["Your events"] = "";
-$a->strings["Personal notes"] = "";
-$a->strings["Your personal photos"] = "";
-$a->strings["Community Pages"] = "";
-$a->strings["Community Profiles"] = "";
-$a->strings["Last users"] = "";
-$a->strings["Last likes"] = "";
-$a->strings["Last photos"] = "";
-$a->strings["Find Friends"] = "";
-$a->strings["Local Directory"] = "";
-$a->strings["Similar Interests"] = "";
-$a->strings["Invite Friends"] = "Inviterer venner";
-$a->strings["Earth Layers"] = "";
-$a->strings["Set zoomfactor for Earth Layers"] = "";
-$a->strings["Set longitude (X) for Earth Layers"] = "";
-$a->strings["Set latitude (Y) for Earth Layers"] = "";
-$a->strings["Help or @NewHere ?"] = "";
-$a->strings["Connect Services"] = "";
-$a->strings["Last Tweets"] = "";
-$a->strings["Set twitter search term"] = "";
-$a->strings["don't show"] = "ikke vis";
-$a->strings["show"] = "vis";
-$a->strings["Show/hide boxes at right-hand column:"] = "";
-$a->strings["Set line-height for posts and comments"] = "";
-$a->strings["Set resolution for middle column"] = "";
-$a->strings["Set color scheme"] = "";
-$a->strings["Set zoomfactor for Earth Layer"] = "";
-$a->strings["Last tweets"] = "";
-$a->strings["Alignment"] = "";
-$a->strings["Left"] = "";
-$a->strings["Center"] = "";
-$a->strings["Set colour scheme"] = "";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "Fødselsdag:";
-$a->strings["Age:"] = "Alder:";
-$a->strings["for %1\$d %2\$s"] = "";
-$a->strings["Tags:"] = "";
-$a->strings["Religion:"] = "Religion:";
-$a->strings["Hobbies/Interests:"] = "Hobbyer/Interesser:";
-$a->strings["Contact information and Social Networks:"] = "Kontaktinformasjon og sosiale nettverk:";
-$a->strings["Musical interests:"] = "Musikksmak:";
-$a->strings["Books, literature:"] = "Bøker, litteratur:";
-$a->strings["Television:"] = "TV:";
-$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underholdning:";
-$a->strings["Love/Romance:"] = "Kjærlighet/romanse:";
-$a->strings["Work/employment:"] = "Arbeid/ansatt hos:";
-$a->strings["School/education:"] = "Skole/utdanning:";
-$a->strings["Unknown | Not categorised"] = "Ukjent | Ikke kategorisert";
-$a->strings["Block immediately"] = "Blokker umiddelbart";
-$a->strings["Shady, spammer, self-marketer"] = "Grumsete, poster søppel, fremhever bare seg selv";
-$a->strings["Known to me, but no opinion"] = "Bekjent av meg, men har ingen mening";
-$a->strings["OK, probably harmless"] = "OK, antakelig harmløs";
-$a->strings["Reputable, has my trust"] = "Respektert, har min tillit";
-$a->strings["Frequently"] = "Ofte";
-$a->strings["Hourly"] = "Hver time";
-$a->strings["Twice daily"] = "To ganger daglig";
-$a->strings["OStatus"] = "";
-$a->strings["RSS/Atom"] = "";
-$a->strings["Zot!"] = "";
-$a->strings["LinkedIn"] = "";
-$a->strings["XMPP/IM"] = "";
-$a->strings["MySpace"] = "";
-$a->strings["Male"] = "Mann";
-$a->strings["Female"] = "Kvinne";
-$a->strings["Currently Male"] = "For øyeblikket mann";
-$a->strings["Currently Female"] = "For øyeblikket kvinne";
-$a->strings["Mostly Male"] = "Stort sett mann";
-$a->strings["Mostly Female"] = "Stort sett kvinne";
-$a->strings["Transgender"] = "Transkjønnet";
-$a->strings["Intersex"] = "Tvekjønnet";
-$a->strings["Transsexual"] = "Transseksuell";
-$a->strings["Hermaphrodite"] = "Hermafroditt";
-$a->strings["Neuter"] = "Intetkjønn";
-$a->strings["Non-specific"] = "Ikke spesifisert";
-$a->strings["Other"] = "Annet";
-$a->strings["Undecided"] = "Ubestemt";
-$a->strings["Males"] = "Menn";
-$a->strings["Females"] = "Kvinner";
-$a->strings["Gay"] = "Homse";
-$a->strings["Lesbian"] = "Lesbe";
-$a->strings["No Preference"] = "Ingen preferanse";
-$a->strings["Bisexual"] = "Biseksuell";
-$a->strings["Autosexual"] = "Autoseksuell";
-$a->strings["Abstinent"] = "Avholdende";
-$a->strings["Virgin"] = "Jomfru";
-$a->strings["Deviant"] = "Avvikende";
-$a->strings["Fetish"] = "Fetisj";
-$a->strings["Oodles"] = "Mange";
-$a->strings["Nonsexual"] = "Aseksuell";
-$a->strings["Single"] = "Alene";
-$a->strings["Lonely"] = "Ensom";
-$a->strings["Available"] = "Tilgjengelig";
-$a->strings["Unavailable"] = "Ikke tilgjengelig";
-$a->strings["Has crush"] = "";
-$a->strings["Infatuated"] = "";
-$a->strings["Dating"] = "Stevnemøter/dater";
-$a->strings["Unfaithful"] = "Utro";
-$a->strings["Sex Addict"] = "Sexavhengig";
-$a->strings["Friends"] = "Venner";
-$a->strings["Friends/Benefits"] = "Venner med fordeler";
-$a->strings["Casual"] = "Tilfeldig";
-$a->strings["Engaged"] = "Forlovet";
-$a->strings["Married"] = "Gift";
-$a->strings["Imaginarily married"] = "";
-$a->strings["Partners"] = "Partnere";
-$a->strings["Cohabiting"] = "Samboere";
-$a->strings["Common law"] = "";
-$a->strings["Happy"] = "Lykkelig";
-$a->strings["Not looking"] = "";
-$a->strings["Swinger"] = "Partnerbytte/swinger";
-$a->strings["Betrayed"] = "Bedratt";
-$a->strings["Separated"] = "Separert";
-$a->strings["Unstable"] = "Ustabil";
-$a->strings["Divorced"] = "Skilt";
-$a->strings["Imaginarily divorced"] = "";
-$a->strings["Widowed"] = "Enke/enkemann";
-$a->strings["Uncertain"] = "Usikker";
-$a->strings["It's complicated"] = "";
-$a->strings["Don't care"] = "Uinteressert";
-$a->strings["Ask me"] = "Spør meg";
-$a->strings["Starts:"] = "Starter:";
-$a->strings["Finishes:"] = "Slutter:";
-$a->strings["(no subject)"] = "(uten emne)";
-$a->strings[" on Last.fm"] = "";
-$a->strings["prev"] = "forrige";
-$a->strings["first"] = "første";
-$a->strings["last"] = "siste";
-$a->strings["next"] = "neste";
-$a->strings["newer"] = "";
-$a->strings["older"] = "";
-$a->strings["No contacts"] = "Ingen kontakter";
-$a->strings["%d Contact"] = array(
- 0 => "%d kontakt",
- 1 => "%d kontakter",
-);
-$a->strings["poke"] = "";
-$a->strings["poked"] = "";
-$a->strings["ping"] = "";
-$a->strings["pinged"] = "";
-$a->strings["prod"] = "";
-$a->strings["prodded"] = "";
-$a->strings["slap"] = "";
-$a->strings["slapped"] = "";
-$a->strings["finger"] = "";
-$a->strings["fingered"] = "";
-$a->strings["rebuff"] = "";
-$a->strings["rebuffed"] = "";
-$a->strings["happy"] = "";
-$a->strings["sad"] = "";
-$a->strings["mellow"] = "";
-$a->strings["tired"] = "";
-$a->strings["perky"] = "";
-$a->strings["angry"] = "";
-$a->strings["stupified"] = "";
-$a->strings["puzzled"] = "";
-$a->strings["interested"] = "";
-$a->strings["bitter"] = "";
-$a->strings["cheerful"] = "";
-$a->strings["alive"] = "";
-$a->strings["annoyed"] = "";
-$a->strings["anxious"] = "";
-$a->strings["cranky"] = "";
-$a->strings["disturbed"] = "";
-$a->strings["frustrated"] = "";
-$a->strings["motivated"] = "";
-$a->strings["relaxed"] = "";
-$a->strings["surprised"] = "";
+$a->strings["Sunday"] = "søndag";
$a->strings["January"] = "januar";
$a->strings["February"] = "februar";
$a->strings["March"] = "mars";
@@ -1777,230 +181,1581 @@ $a->strings["September"] = "september";
$a->strings["October"] = "oktober";
$a->strings["November"] = "november";
$a->strings["December"] = "desember";
+$a->strings["unknown.???"] = "ukjent.???";
$a->strings["bytes"] = "bytes";
-$a->strings["Click to open/close"] = "";
-$a->strings["default"] = "";
+$a->strings["remove category"] = "fjern kategori";
+$a->strings["remove from file"] = "fjern fra fil";
+$a->strings["Click to open/close"] = "Klikk for å åpne/lukke";
+$a->strings["link to source"] = "lenke til kilde";
+$a->strings["Select a page layout: "] = "Velg en side-layout:";
+$a->strings["default"] = "standard";
+$a->strings["Page content type: "] = "Sidens innholdstype:";
$a->strings["Select an alternate language"] = "Velg et annet språk";
-$a->strings["activity"] = "";
-$a->strings["post"] = "";
-$a->strings["Item filed"] = "";
-$a->strings["Sharing notification from Diaspora network"] = "Dele varslinger fra Diaspora nettverket";
-$a->strings["Attachments:"] = "";
-$a->strings["view full size"] = "";
-$a->strings["Embedded content"] = "";
-$a->strings["Embedding disabled"] = "Innebygging avskrudd";
-$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "";
-$a->strings["Default privacy group for new contacts"] = "";
-$a->strings["Everybody"] = "Alle";
-$a->strings["edit"] = "";
-$a->strings["Edit group"] = "";
-$a->strings["Create a new group"] = "Lag en ny gruppe";
-$a->strings["Contacts not in any group"] = "";
-$a->strings["Logout"] = "Logg ut";
-$a->strings["End this session"] = "Avslutt denne økten";
-$a->strings["Status"] = "Status";
-$a->strings["Sign in"] = "Logg inn";
-$a->strings["Home Page"] = "Hovedside";
-$a->strings["Create an account"] = "Lag konto";
-$a->strings["Help and documentation"] = "Hjelp og dokumentasjon";
-$a->strings["Apps"] = "Programmer";
-$a->strings["Addon applications, utilities, games"] = "Tilleggsprorammer, verktøy, spill";
-$a->strings["Search site content"] = "Søk i nettstedets innhold";
-$a->strings["Conversations on this site"] = "Samtaler på dette nettstedet";
-$a->strings["Directory"] = "Katalog";
-$a->strings["People directory"] = "Personkatalog";
-$a->strings["Conversations from your friends"] = "Samtaler fra dine venner";
-$a->strings["Friend Requests"] = "";
-$a->strings["See all notifications"] = "";
-$a->strings["Mark all system notifications seen"] = "";
-$a->strings["Private mail"] = "Privat post";
-$a->strings["Inbox"] = "Innboks";
-$a->strings["Outbox"] = "Utboks";
-$a->strings["Manage"] = "Behandle";
-$a->strings["Manage other pages"] = "Behandle andre sider";
-$a->strings["Profiles"] = "Profiler";
-$a->strings["Manage/edit profiles"] = "Behandle/endre profiler";
-$a->strings["Manage/edit friends and contacts"] = "Behandle/endre venner og kontakter";
-$a->strings["Site setup and configuration"] = "Nettstedsoppsett og konfigurasjon";
-$a->strings["Nothing new here"] = "";
-$a->strings["Add New Contact"] = "";
-$a->strings["Enter address or web location"] = "";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Eksempel: ole@eksempel.no, http://eksempel.no/kari";
-$a->strings["%d invitation available"] = array(
- 0 => "%d invitasjon tilgjengelig",
- 1 => "%d invitasjoner tilgjengelig",
-);
-$a->strings["Find People"] = "";
-$a->strings["Enter name or interest"] = "";
-$a->strings["Connect/Follow"] = "Koble/Følg";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "";
-$a->strings["Random Profile"] = "";
-$a->strings["Networks"] = "";
-$a->strings["All Networks"] = "";
-$a->strings["Saved Folders"] = "";
-$a->strings["Everything"] = "";
-$a->strings["Categories"] = "";
-$a->strings["Logged out."] = "Logget ut.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "";
-$a->strings["The error message was:"] = "";
-$a->strings["Miscellaneous"] = "Diverse";
+$a->strings["photo"] = "foto";
+$a->strings["event"] = "hendelse";
+$a->strings["status"] = "status";
+$a->strings["comment"] = "kommentar";
+$a->strings["activity"] = "aktivitet";
+$a->strings["Design"] = "Formgivning";
+$a->strings["Blocks"] = "Byggeklosser";
+$a->strings["Menus"] = "Menyer";
+$a->strings["Layouts"] = "Layout";
+$a->strings["Pages"] = "Sider";
+$a->strings["Image/photo"] = "Bilde/fotografi";
+$a->strings["Encrypted content"] = "Kryptert innhold";
+$a->strings["QR code"] = "QR-kode";
+$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s skrev følgende %2\$s %3\$s";
+$a->strings["post"] = "innlegg";
+$a->strings["$1 wrote:"] = "$1 skrev:";
+$a->strings["New window"] = "Nytt vindu";
+$a->strings["Open the selected location in a different window or browser tab"] = "Åpne det valgte stedet i et annet vindu eller nettleser-fane";
+$a->strings["General Features"] = "Generelle funksjoner";
+$a->strings["Content Expiration"] = "Innholdet utløper";
+$a->strings["Remove posts/comments and/or private messages at a future time"] = "Fjern innlegg/kommentarer og/eller private meldinger på et angitt tidspunkt i fremtiden";
+$a->strings["Multiple Profiles"] = "Flere profiler";
+$a->strings["Ability to create multiple profiles"] = "Mulig å lage flere profiler";
+$a->strings["Web Pages"] = "Web-sider";
+$a->strings["Provide managed web pages on your channel"] = "Tilby kontrollerte web-sider på din kanal";
+$a->strings["Private Notes"] = "Private merknader";
+$a->strings["Enables a tool to store notes and reminders"] = "Skrur på et verktøy for lagre merknader og påminnelser";
+$a->strings["Extended Identity Sharing"] = "Utvidet identitetsdeling";
+$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Del din identiet med alle nettsteder på Internett. Når denne er avskrudd, deles identiteten bare med nettsteder i matrix.";
+$a->strings["Expert Mode"] = "Ekspertmodus";
+$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Skru på Ekspertmodus for å tilby avanserte konfigurasjonsvalg";
+$a->strings["Premium Channel"] = "Premiumkanal";
+$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Lar deg angi restriksjoner og betingelser for de som kobler seg til din kanal";
+$a->strings["Post Composition Features"] = "Funksjoner for å lage innlegg";
+$a->strings["Richtext Editor"] = "Riktekst redigeringsverktøy";
+$a->strings["Enable richtext editor"] = "Skru på redigeringverktøy for riktekst";
+$a->strings["Post Preview"] = "Forhåndsvisning av innlegg";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Tillat forhåndsvisning av innlegg og kommentarer før publisering";
+$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisk import av kanalinnhold fra andre kanaler eller strømmer";
+$a->strings["Even More Encryption"] = "Enda mer kryptering";
+$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Tillat valgfri kryptering av innhold ende-til-ende via en delt hemmelig nøkkel";
+$a->strings["Network and Stream Filtering"] = "Nettverk- og strømfiltrering";
+$a->strings["Search by Date"] = "Søk etter dato";
+$a->strings["Ability to select posts by date ranges"] = "Mulighet for å velge innlegg etter datoområde";
+$a->strings["Collections Filter"] = "Filter for samlinger";
+$a->strings["Enable widget to display Network posts only from selected collections"] = "Skru på miniprogram for å vise Nettverksinnlegg bare fra valgte samlinger";
+$a->strings["Save search terms for re-use"] = "Lagre søkeuttrykk for senere bruk";
+$a->strings["Network Personal Tab"] = "Nettverk personlig fane";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Skru på fane for å bare vise Nettverksinnlegg som du har deltatt i";
+$a->strings["Network New Tab"] = "Nettverk Ny fane";
+$a->strings["Enable tab to display all new Network activity"] = "Skru på fane for å vise all ny nettverksaktivitet";
+$a->strings["Affinity Tool"] = "Nærhetsverktøy";
+$a->strings["Filter stream activity by depth of relationships"] = "Filtrer strømaktiviteten etter releasjonsdybde";
+$a->strings["Suggest Channels"] = "Foreslå kanaler";
+$a->strings["Show channel suggestions"] = "Vis kanalforslag";
+$a->strings["Post/Comment Tools"] = "Innlegg-/Kommentar-verktøy";
+$a->strings["Edit Sent Posts"] = "Endre publiserte innlegg";
+$a->strings["Edit and correct posts and comments after sending"] = "Endre og korrigere innlegg og kommentarer etter sending";
+$a->strings["Tagging"] = "Merking";
+$a->strings["Ability to tag existing posts"] = "Mulighet til å merke eksisterende meldinger";
+$a->strings["Post Categories"] = "Innleggskategorier";
+$a->strings["Add categories to your posts"] = "Legg kategorier til dine innlegg";
+$a->strings["Ability to file posts under folders"] = "Mulighet til å sortere innlegg i mapper";
+$a->strings["Dislike Posts"] = "Mislik innlegg";
+$a->strings["Ability to dislike posts/comments"] = "Mulighet til å mislike innlegg/kommentarer";
+$a->strings["Star Posts"] = "Stjerneinnlegg";
+$a->strings["Ability to mark special posts with a star indicator"] = "Mulighet til å merke spesielle innlegg med en stjerne";
+$a->strings["Tag Cloud"] = "Merkelappsky";
+$a->strings["Provide a personal tag cloud on your channel page"] = "Tilby en personlig merkelappsky på din kanalside";
+$a->strings["Unknown | Not categorised"] = "Ukjent | Ikke kategorisert";
+$a->strings["Block immediately"] = "Blokker umiddelbart";
+$a->strings["Shady, spammer, self-marketer"] = "Lyssky, utsender av søppelpost, egenkampanje";
+$a->strings["Known to me, but no opinion"] = "Bekjent av meg, men jeg er uten mening";
+$a->strings["OK, probably harmless"] = "OK, antakelig harmløs";
+$a->strings["Reputable, has my trust"] = "Hederlig, har min tillit";
+$a->strings["Frequently"] = "Ofte";
+$a->strings["Hourly"] = "Hver time";
+$a->strings["Twice daily"] = "To ganger daglig";
+$a->strings["Daily"] = "Daglig";
+$a->strings["Weekly"] = "Ukentlig";
+$a->strings["Monthly"] = "Månedlig";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Email"] = "E-post";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["Miscellaneous"] = "Forskjellig";
$a->strings["year"] = "år";
$a->strings["month"] = "måned";
$a->strings["day"] = "dag";
$a->strings["never"] = "aldri";
$a->strings["less than a second ago"] = "for mindre enn ett sekund siden";
+$a->strings["years"] = "år";
+$a->strings["months"] = "måneder";
$a->strings["week"] = "uke";
+$a->strings["weeks"] = "uker";
+$a->strings["days"] = "dager";
$a->strings["hour"] = "time";
$a->strings["hours"] = "timer";
$a->strings["minute"] = "minutt";
$a->strings["minutes"] = "minutter";
$a->strings["second"] = "sekund";
$a->strings["seconds"] = "sekunder";
-$a->strings["%1\$d %2\$s ago"] = "";
-$a->strings["%s's birthday"] = "";
-$a->strings["Happy Birthday %s"] = "";
-$a->strings["From: "] = "Fra: ";
-$a->strings["Image/photo"] = "Bilde/fotografi";
-$a->strings["$1 wrote:"] = "";
-$a->strings["Encrypted content"] = "";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan ikke finne DNS informasjon for databasetjeneren '%s' ";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s siden";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan ikke finne DNS-informasjon om databasetjener '%s'";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Starts:"] = "Starter:";
+$a->strings["Finishes:"] = "Slutter:";
+$a->strings["Location:"] = "Plassering:";
+$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende tillatelser for elementet kan gjelde for denne gruppen og fremtidige medlemmer. Hvis du ønsket noe annet, vennligst lag en ny gruppe med et annet navn.";
+$a->strings["Default privacy group for new contacts"] = "Standard personverngruppe for nye kontakter";
+$a->strings["All Channels"] = "Alle kanaler";
+$a->strings["edit"] = "endre";
+$a->strings["Collections"] = "Samlinger";
+$a->strings["Edit collection"] = "Endre samling";
+$a->strings["Create a new collection"] = "Lag en ny samling";
+$a->strings["Channels not in any collection"] = "Kanaler som ikke er i noen samling";
+$a->strings["Delete this item?"] = "Slett dette elementet?";
+$a->strings["Comment"] = "Kommentar";
+$a->strings["show more"] = "vis mer";
+$a->strings["show fewer"] = "vis færre";
+$a->strings["+ Show More"] = "+ Vis mer";
+$a->strings["- Show Less"] = "- Vis mindre";
+$a->strings["Password too short"] = "Passordet er for kort";
+$a->strings["Passwords do not match"] = "Passordene er ikke like";
+$a->strings["everybody"] = "alle";
+$a->strings["Secret Passphrase"] = "Hemmelig passordsetning";
+$a->strings["Passphrase hint"] = "Hint om passordsetning";
+$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
+$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
+$a->strings["ago"] = "siden";
+$a->strings["from now"] = "fra nå";
+$a->strings["less than a minute"] = "mindre enn ett minutt";
+$a->strings["about a minute"] = "omtrent et minutt";
+$a->strings["%d minutes"] = "%d minutter";
+$a->strings["about an hour"] = "omtrent en time";
+$a->strings["about %d hours"] = "omtrent %d timer";
+$a->strings["a day"] = "en dag";
+$a->strings["%d days"] = "%d dager";
+$a->strings["about a month"] = "omtrent en måned";
+$a->strings["%d months"] = "%d måneder";
+$a->strings["about a year"] = "omtrent et år";
+$a->strings["%d years"] = "%d år";
+$a->strings[" "] = " ";
+$a->strings["timeago.numbers"] = "timeago.numbers";
+$a->strings["No recipient provided."] = "Ingen mottaker angitt.";
$a->strings["[no subject]"] = "[ikke noe emne]";
-$a->strings["Visible to everybody"] = "Synlig for alle";
-$a->strings["Friendica Notification"] = "";
-$a->strings["Thank You,"] = "";
-$a->strings["%s Administrator"] = "";
-$a->strings["%s "] = "";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "";
-$a->strings["%1\$s sent you %2\$s."] = "";
-$a->strings["a private message"] = "";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "";
-$a->strings["%s commented on an item/conversation you have been following."] = "";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "";
-$a->strings["[Friendica:Notify] %s tagged you"] = "";
-$a->strings["%1\$s tagged you at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "";
-$a->strings["%1\$s poked you at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "";
-$a->strings["%1\$s tagged your post at %2\$s"] = "";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "";
-$a->strings["[Friendica:Notify] Introduction received"] = "";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "";
-$a->strings["You may visit their profile at %s"] = "";
-$a->strings["Please visit %s to approve or reject the introduction."] = "";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "";
-$a->strings["Name:"] = "";
-$a->strings["Photo:"] = "";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "";
-$a->strings["Connect URL missing."] = "";
-$a->strings["This site is not configured to allow communications with other networks."] = "Dette nettverkets konfigurasjon tillater ikke kommunikasjon med andre nettverk.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "Ingen passende kommunikasjonsprotokoller eller strømmer ble oppdaget.";
-$a->strings["The profile address specified does not provide adequate information."] = "Den angitte profiladressen inneholder for lite information.";
-$a->strings["An author or name was not found."] = "Fant ingen forfatter eller navn.";
-$a->strings["No browser URL could be matched to this address."] = "Ingen nettleser-URL passet med denne adressen.";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "";
-$a->strings["Use mailto: in front of address to force email check."] = "";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Den oppgitte profiladressen tilhører et nettverk som har blitt avskrudd på dette nettstedet.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Begrenset profil. Denne personen kan ikke motta direkte/personlige oppdateringer fra deg.";
-$a->strings["Unable to retrieve contact information."] = "Ikke i stand til å hente kontaktinformasjon.";
-$a->strings["following"] = "følger";
-$a->strings["A new person is sharing with you at "] = "";
-$a->strings["You have a new follower at "] = "Du har en ny følgesvenn på ";
-$a->strings["Archives"] = "";
-$a->strings["An invitation is required."] = "En invitasjon er nødvendig.";
-$a->strings["Invitation could not be verified."] = "Invitasjon kunne ikke bekreftes.";
-$a->strings["Invalid OpenID url"] = "Ugyldig OpenID URL";
-$a->strings["Please enter the required information."] = "Vennligst skriv inn den nødvendige informasjonen.";
-$a->strings["Please use a shorter name."] = "Vennligst bruk et kortere navn.";
-$a->strings["Name too short."] = "Navnet er for kort.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Dette ser ikke ut til å være ditt full navn (Fornavn Etternavn).";
-$a->strings["Your email domain is not among those allowed on this site."] = "Ditt e-postdomene er ikke blant de som er tillat på dette stedet.";
-$a->strings["Not a valid email address."] = "Ugyldig e-postadresse.";
-$a->strings["Cannot use that email."] = "Kan ikke bruke den e-postadressen.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ditt kallenavn kan bare inneholde \"a-z\", \"0-9\", \"-\", \"_\", og må også begynne med en bokstav.";
-$a->strings["Nickname is already registered. Please choose another."] = "Kallenavnet er allerede registrert. Vennligst velg et annet.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ALVORLIG FEIL: mislyktes med å lage sikkerhetsnøkler.";
-$a->strings["An error occurred during registration. Please try again."] = "En feil oppstod under registreringen. Vennligst prøv igjen.";
-$a->strings["An error occurred creating your default profile. Please try again."] = "En feil oppstod under opprettelsen av din standardprofil. Vennligst prøv igjen.";
-$a->strings["Welcome "] = "Velkommen";
-$a->strings["Please upload a profile photo."] = "Vennligst last opp et profilbilde.";
-$a->strings["Welcome back "] = "Velkommen tilbake";
-$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "";
-$a->strings["stopped following"] = "sluttet å følge";
-$a->strings["Poke"] = "";
-$a->strings["View Status"] = "";
-$a->strings["View Profile"] = "";
-$a->strings["View Photos"] = "";
-$a->strings["Network Posts"] = "";
-$a->strings["Edit Contact"] = "";
+$a->strings["Unable to determine sender."] = "Kan ikke avgjøre avsender.";
+$a->strings["Stored post could not be verified."] = "Lagret innlegg kunne ikke bekreftes.";
+$a->strings["Profile Photos"] = "Profilbilder";
+$a->strings["Permission denied."] = "Tilatelse avslått.";
+$a->strings["Item was not found."] = "Elementet ble ikke funnet.";
+$a->strings["No source file."] = "Ingen kildefil.";
+$a->strings["Cannot locate file to replace"] = "Kan ikke finne filen som skal byttes ut";
+$a->strings["Cannot locate file to revise/update"] = "Finner ikke filen som skal revideres/oppdateres";
+$a->strings["File exceeds size limit of %d"] = "Filens størrelse overgår grensen på %d";
+$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Du har nådd din lagringsgrense for vedlegg på %1$.0f Mbytes.";
+$a->strings["File upload failed. Possible system limit or action terminated."] = "Mislyktes med å laste opp filen. Mulig systemgrense eller handling avbrutt.";
+$a->strings["Stored file could not be verified. Upload failed."] = "Lagret fil kunne ikke bekreftes. Opplasting mislyktes.";
+$a->strings["Path not available."] = "Stien er ikke tilgjengelig.";
+$a->strings["Empty pathname"] = "Tomt sti-navn";
+$a->strings["duplicate filename or path"] = "duplikat av filnavn eller sti";
+$a->strings["Path not found."] = "Stien ble ikke funnet.";
+$a->strings["mkdir failed."] = "mkdir mislyktes.";
+$a->strings["database storage failed."] = "databaselagring mislyktes.";
+$a->strings["%1\$s's bookmarks"] = "%1\$s sine bokmerker";
+$a->strings["channel"] = "kanal";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s liker %2\$s sin %3\$s";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s liker ikke %2\$s sin %3\$s";
+$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s er nå forbundet med %2\$s";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s prikket %2\$s";
+$a->strings["%1\$s is currently %2\$s"] = "%1\$s er for øyeblikket %2\$s";
+$a->strings["Select"] = "Velg";
+$a->strings["Delete"] = "Slett";
+$a->strings["Message is verified"] = "Innlegg er bekreftet";
+$a->strings["View %s's profile @ %s"] = "Vis %s sin profile @ %s";
+$a->strings["Categories:"] = "Kategorier:";
+$a->strings["Filed under:"] = "Sortert under:";
+$a->strings[" from %s"] = "fra %s";
+$a->strings["last edited: %s"] = "sist endret: %s";
+$a->strings["Expires: %s"] = "Utløper: %s";
+$a->strings["View in context"] = "Vis i sammenheng";
+$a->strings["Please wait"] = "Vennligst vent";
+$a->strings["remove"] = "fjern";
+$a->strings["Loading..."] = "Laster...";
+$a->strings["Delete Selected Items"] = "Slett valgte elementer";
+$a->strings["View Source"] = "Vis kilde";
+$a->strings["Follow Thread"] = "Følg tråd";
+$a->strings["View Status"] = "Vis status";
+$a->strings["View Photos"] = "Vis bilder";
+$a->strings["Matrix Activity"] = "Matrix-aktivitet";
+$a->strings["Edit Contact"] = "Endre kontakt";
$a->strings["Send PM"] = "Send privat melding";
-$a->strings["%1\$s poked %2\$s"] = "";
-$a->strings["post/item"] = "";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "";
-$a->strings["Categories:"] = "";
-$a->strings["Filed under:"] = "";
-$a->strings["remove"] = "";
-$a->strings["Delete Selected Items"] = "Slette valgte elementer";
+$a->strings["Poke"] = "Prikk";
$a->strings["%s likes this."] = "%s liker dette.";
$a->strings["%s doesn't like this."] = "%s liker ikke dette.";
-$a->strings["%2\$d people like this."] = "%2\$d personer liker dette.";
-$a->strings["%2\$d people don't like this."] = "%2\$d personer liker ikke dette.";
+$a->strings["%2\$d people like this."] = array(
+ 0 => "%2\$d person liker dette.",
+ 1 => "%2\$d personer liker dette.",
+);
+$a->strings["%2\$d people don't like this."] = array(
+ 0 => "%2\$d person liker ikke dette.",
+ 1 => "%2\$d personer liker ikke dette.",
+);
$a->strings["and"] = "og";
-$a->strings[", and %d other people"] = ", og %d andre personer";
+$a->strings[", and %d other people"] = array(
+ 0 => ", og %d annen person",
+ 1 => ", og %d andre personer",
+);
$a->strings["%s like this."] = "%s liker dette.";
$a->strings["%s don't like this."] = "%s liker ikke dette.";
$a->strings["Visible to everybody"] = "Synlig for alle";
-$a->strings["Please enter a video link/URL:"] = "";
-$a->strings["Please enter an audio link/URL:"] = "";
-$a->strings["Tag term:"] = "";
+$a->strings["Please enter a link URL:"] = "Vennligst skriv inn en lenke URL:";
+$a->strings["Please enter a video link/URL:"] = "Vennligst skriv en videolenke/URL:";
+$a->strings["Please enter an audio link/URL:"] = "Vennligst skriv en lydlenke/URL:";
+$a->strings["Tag term:"] = "Merkelapp:";
+$a->strings["Save to Folder:"] = "Lagre til mappe:";
$a->strings["Where are you right now?"] = "Hvor er du akkurat nå?";
-$a->strings["upload photo"] = "";
-$a->strings["attach file"] = "";
-$a->strings["web link"] = "";
-$a->strings["Insert video link"] = "";
-$a->strings["video link"] = "";
-$a->strings["Insert audio link"] = "";
-$a->strings["audio link"] = "";
-$a->strings["set location"] = "";
-$a->strings["clear location"] = "";
-$a->strings["permissions"] = "";
-$a->strings["Click here to upgrade."] = "";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "";
-$a->strings["This action is not available under your subscription plan."] = "";
-$a->strings["Delete this item?"] = "Slett dette elementet?";
-$a->strings["show fewer"] = "";
-$a->strings["Update %s failed. See error logs."] = "Oppdatering %s mislyktes. Se feilloggene.";
-$a->strings["Update Error at %s"] = "";
-$a->strings["Create a New Account"] = "Lag en ny konto";
-$a->strings["Nickname or Email address: "] = "Kallenavn eller epostadresse: ";
-$a->strings["Password: "] = "Passord: ";
-$a->strings["Or login using OpenID: "] = "";
-$a->strings["Forgot your password?"] = "Glemt passordet?";
-$a->strings["Requested account is not available."] = "";
-$a->strings["Edit profile"] = "Rediger profil";
-$a->strings["Message"] = "";
-$a->strings["g A l F d"] = "";
-$a->strings["F d"] = "";
+$a->strings["Expires YYYY-MM-DD HH:MM"] = "Utløper YYYY-MM-DD HH:MM";
+$a->strings["Preview"] = "Forhåndsvisning";
+$a->strings["Share"] = "Del";
+$a->strings["Page link title"] = "Sidens lenketittel";
+$a->strings["Upload photo"] = "Last opp bilde";
+$a->strings["upload photo"] = "last opp bilde";
+$a->strings["Attach file"] = "Legg ved fil";
+$a->strings["attach file"] = "legg ved fil";
+$a->strings["Insert web link"] = "Sett inn web-lenke";
+$a->strings["web link"] = "web-lenke";
+$a->strings["Insert video link"] = "Sett inn videolenke";
+$a->strings["video link"] = "videolenke";
+$a->strings["Insert audio link"] = "Sett inn lenke til lyd";
+$a->strings["audio link"] = "lenke til lyd";
+$a->strings["Set your location"] = "Angi din plassering";
+$a->strings["set location"] = "angi plassering";
+$a->strings["Clear browser location"] = "Fjern nettleserplassering";
+$a->strings["clear location"] = "fjern plassering";
+$a->strings["Set title"] = "Angi tittel";
+$a->strings["Categories (comma-separated list)"] = "Kategorier (kommaseparert liste)";
+$a->strings["Permission settings"] = "Tillatelser - innstillinger";
+$a->strings["permissions"] = "tillatelser";
+$a->strings["Public post"] = "Offentlig innlegg";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Eksempel: ola@eksempel.no, kari@eksempel.no";
+$a->strings["Set expiration date"] = "Angi utløpsdato";
+$a->strings["Encrypt text"] = "Krypter tekst";
+$a->strings["OK"] = "OK";
+$a->strings["Cancel"] = "Avbryt";
+$a->strings["Commented Order"] = "Kommentert";
+$a->strings["Sort by Comment Date"] = "Sorter etter kommentert dato";
+$a->strings["Posted Order"] = "Lagt inn";
+$a->strings["Sort by Post Date"] = "Sorter etter innleggsdato";
+$a->strings["Personal"] = "Personlig";
+$a->strings["Posts that mention or involve you"] = "Innlegg som nevner eller involverer deg";
+$a->strings["New"] = "Nye";
+$a->strings["Activity Stream - by date"] = "Aktivitetsstrøm - etter dato";
+$a->strings["Starred"] = "Stjerne";
+$a->strings["Favourite Posts"] = "Favorittinnlegg";
+$a->strings["Spam"] = "Søppel";
+$a->strings["Posts flagged as SPAM"] = "Innlegg merket som SØPPEL";
+$a->strings["Channel"] = "Kanal";
+$a->strings["Status Messages and Posts"] = "Statusmeldinger og -innlegg";
+$a->strings["About"] = "Om";
+$a->strings["Profile Details"] = "Profildetaljer";
+$a->strings["Photo Albums"] = "Fotoalbum";
+$a->strings["Files and Storage"] = "Filer og lagring";
+$a->strings["Chatrooms"] = "Chatrom";
+$a->strings["Events and Calendar"] = "Hendelser og kalender";
+$a->strings["Saved Bookmarks"] = "Lagrede bokmerker";
+$a->strings["Manage Webpages"] = "Håndtere websider";
+$a->strings["Unable to obtain identity information from database"] = "Klarer ikke å få tak i identitetsinformasjon fra databasen";
+$a->strings["Empty name"] = "Mangler navn";
+$a->strings["Name too long"] = "Navnet er for langt";
+$a->strings["No account identifier"] = "Ingen kontoidentifikator";
+$a->strings["Nickname is required."] = "Kallenavn er påkrevd.";
+$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Kallenavnet inneholder tegn som ikke er støttet eller det er allerede i bruk på dette nettstedet.";
+$a->strings["Unable to retrieve created identity"] = "Klarer ikke å hente den lagede identiteten";
+$a->strings["Default Profile"] = "Standardprofil";
+$a->strings["Requested channel is not available."] = "Forespurt kanal er ikke tilgjengelig.";
+$a->strings["Requested profile is not available."] = "Forespurt profil er ikke tilgjengelig.";
+$a->strings[" Sorry, you don't have the permission to view this profile. "] = "Beklager, du har ikke tillatelse til å se denne profilen.";
+$a->strings["Change profile photo"] = "Endre profilbilde";
+$a->strings["Profiles"] = "Profiler";
+$a->strings["Manage/edit profiles"] = "Håndtere/endre profiler";
+$a->strings["Create New Profile"] = "Lag ny profil";
+$a->strings["Edit Profile"] = "Endre profil";
+$a->strings["Profile Image"] = "Profilbilde";
+$a->strings["visible to everybody"] = "synlig for alle";
+$a->strings["Edit visibility"] = "Endre synlighet";
+$a->strings["Gender:"] = "Kjønn:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Hjemmeside:";
+$a->strings["Online Now"] = "Online nå";
+$a->strings["g A l F d"] = "g A l F d";
+$a->strings["F d"] = "F d";
$a->strings["[today]"] = "[idag]";
-$a->strings["Birthday Reminders"] = "Fødselsdager";
+$a->strings["Birthday Reminders"] = "Fødselsdagspåminnnelser";
$a->strings["Birthdays this week:"] = "Fødselsdager denne uken:";
$a->strings["[No description]"] = "[Ingen beskrivelse]";
-$a->strings["Event Reminders"] = "Påminnelser om hendelser";
+$a->strings["Event Reminders"] = "Hendelsespåminnelser";
$a->strings["Events this week:"] = "Hendelser denne uken:";
-$a->strings["Status Messages and Posts"] = "";
-$a->strings["Profile Details"] = "";
-$a->strings["Events and Calendar"] = "";
-$a->strings["Only You Can See This"] = "";
+$a->strings["Profile"] = "Profil";
+$a->strings["Full Name:"] = "Fullt navn:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "Fødselsdag:";
+$a->strings["Age:"] = "Alder:";
+$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Seksuell preferanse:";
+$a->strings["Hometown:"] = "Hjemby:";
+$a->strings["Tags:"] = "Merkelapper:";
+$a->strings["Political Views:"] = "Politiske synspunkter:";
+$a->strings["Religion:"] = "Religion:";
+$a->strings["About:"] = "Om:";
+$a->strings["Hobbies/Interests:"] = "Hobbyer/interesser:";
+$a->strings["Likes:"] = "Liker:";
+$a->strings["Dislikes:"] = "Misliker:";
+$a->strings["Contact information and Social Networks:"] = "Kontaktinformasjon og sosiale nettverk:";
+$a->strings["My other channels:"] = "Mine andre kanaler:";
+$a->strings["Musical interests:"] = "Musikkinteresse:";
+$a->strings["Books, literature:"] = "Bøker, litteratur:";
+$a->strings["Television:"] = "TV:";
+$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underholdning:";
+$a->strings["Love/Romance:"] = "Kjærlighet/romantikk:";
+$a->strings["Work/employment:"] = "Arbeid/sysselsetting:";
+$a->strings["School/education:"] = "Skole/utdannelse:";
+$a->strings["Private Message"] = "Privat melding";
+$a->strings["Edit"] = "Endre";
+$a->strings["save to folder"] = "lagre i mappe";
+$a->strings["add star"] = "legg til stjerne";
+$a->strings["remove star"] = "ta bort stjerne";
+$a->strings["toggle star status"] = "Skru av og på stjernestatus";
+$a->strings["starred"] = "stjernemerket";
+$a->strings["add tag"] = "legg til merkelapp";
+$a->strings["I like this (toggle)"] = "Jeg liker dette (skru av og på)";
+$a->strings["like"] = "liker";
+$a->strings["I don't like this (toggle)"] = "Jeg liker ikke dette (skru av og på)";
+$a->strings["dislike"] = "misliker";
+$a->strings["Share this"] = "Del dette";
+$a->strings["share"] = "del";
+$a->strings["View %s's profile - %s"] = "Vis %s sin profil - %s";
+$a->strings["to"] = "til";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "vegg-til-vegg";
+$a->strings["via Wall-To-Wall:"] = "via vegg-til-vegg:";
+$a->strings["Bookmark Links"] = "Bokmerkelenker";
+$a->strings["%d comment"] = array(
+ 0 => "%d kommentar",
+ 1 => "%d kommentarer",
+);
+$a->strings["This is you"] = "Dette er deg";
+$a->strings["Submit"] = "Send";
+$a->strings["Bold"] = "Uthevet";
+$a->strings["Italic"] = "Kursiv";
+$a->strings["Underline"] = "Understreket";
+$a->strings["Quote"] = "Sitat";
+$a->strings["Code"] = "Kode";
+$a->strings["Image"] = "Bilde";
+$a->strings["Link"] = "Lenke";
+$a->strings["Video"] = "Video";
+$a->strings["Public Timeline"] = "Offentlig tidslinje";
+$a->strings["view full size"] = "vis full størrelse";
+$a->strings["created a new post"] = "laget et nytt innlegg";
+$a->strings["commented on %s's post"] = "kommenterte på %s sitt innlegg";
+$a->strings["Male"] = "Mannlig";
+$a->strings["Female"] = "Kvinnelig";
+$a->strings["Currently Male"] = "For tiden mann";
+$a->strings["Currently Female"] = "For tiden kvinne";
+$a->strings["Mostly Male"] = "For det meste mann";
+$a->strings["Mostly Female"] = "For det meste kvinne";
+$a->strings["Transgender"] = "Transkjønnet";
+$a->strings["Intersex"] = "interkjønnet";
+$a->strings["Transsexual"] = "Transseksuell";
+$a->strings["Hermaphrodite"] = "Hermafroditt";
+$a->strings["Neuter"] = "Intetkjønn";
+$a->strings["Non-specific"] = "Ubestemt";
+$a->strings["Other"] = "Annen";
+$a->strings["Undecided"] = "Ubestemt";
+$a->strings["Males"] = "Menn";
+$a->strings["Females"] = "Kvinner";
+$a->strings["Gay"] = "Homo";
+$a->strings["Lesbian"] = "Lesbisk";
+$a->strings["No Preference"] = "Ingen preferanse";
+$a->strings["Bisexual"] = "Biseksuell";
+$a->strings["Autosexual"] = "Autoseksuell";
+$a->strings["Abstinent"] = "Avholdende";
+$a->strings["Virgin"] = "Jomfru";
+$a->strings["Deviant"] = "Avviker";
+$a->strings["Fetish"] = "Fetisj";
+$a->strings["Oodles"] = "Masse";
+$a->strings["Nonsexual"] = "Ikke-seksuell";
+$a->strings["Single"] = "Enslig";
+$a->strings["Lonely"] = "Ensom";
+$a->strings["Available"] = "Tilgjengelig";
+$a->strings["Unavailable"] = "Ikke tilgjengelig";
+$a->strings["Has crush"] = "Er forelsket";
+$a->strings["Infatuated"] = "Betatt";
+$a->strings["Dating"] = "Sammen med";
+$a->strings["Unfaithful"] = "Utro";
+$a->strings["Sex Addict"] = "Sexavhengig";
+$a->strings["Friends/Benefits"] = "Venner med frynsegoder";
+$a->strings["Casual"] = "Tilfeldig";
+$a->strings["Engaged"] = "Forlovet";
+$a->strings["Married"] = "Gift";
+$a->strings["Imaginarily married"] = "Gift i fantasien";
+$a->strings["Partners"] = "Partnere";
+$a->strings["Cohabiting"] = "Samboer";
+$a->strings["Common law"] = "Samboer";
+$a->strings["Happy"] = "Lykkelig";
+$a->strings["Not looking"] = "Ikke på utkikk";
+$a->strings["Swinger"] = "Partnerbytte";
+$a->strings["Betrayed"] = "Bedratt";
+$a->strings["Separated"] = "Separert";
+$a->strings["Unstable"] = "Ustabilt";
+$a->strings["Divorced"] = "Skilt";
+$a->strings["Imaginarily divorced"] = "Skilt i fantasien";
+$a->strings["Widowed"] = "Enke";
+$a->strings["Uncertain"] = "Usikkert";
+$a->strings["It's complicated"] = "Det er komplisert";
+$a->strings["Don't care"] = "Bryr meg ikke";
+$a->strings["Ask me"] = "Spør meg";
+$a->strings["Missing room name"] = "Mangler romnavn";
+$a->strings["Duplicate room name"] = "Duplikat romnavn";
+$a->strings["Invalid room specifier."] = "Ugyldig rom-spesifisering";
+$a->strings["Room not found."] = "Rommet ble ikke funnet.";
+$a->strings["Room is full"] = "Rommet er fullt";
+$a->strings["Default"] = "Standard";
+$a->strings["Tags"] = "Merkelapper";
+$a->strings["Keywords"] = "Nøkkelord";
+$a->strings["have"] = "har";
+$a->strings["has"] = "har";
+$a->strings["want"] = "ønsker";
+$a->strings["wants"] = "ønsker";
+$a->strings["likes"] = "liker";
+$a->strings["dislikes"] = "misliker";
+$a->strings["Logged out."] = "Logget ut.";
+$a->strings["Failed authentication"] = "Mislykket autentisering";
+$a->strings["Login failed."] = "Innlogging mislyktes.";
+$a->strings["Not a valid email address"] = "Ikke en gyldig e-postadresse";
+$a->strings["Your email domain is not among those allowed on this site"] = "Ditt e-postdomene er ikke blant de som er tillatt på dette stedet";
+$a->strings["Your email address is already registered at this site."] = "Din e-postadresse er allerede registrert på dette nettstedet.";
+$a->strings["An invitation is required."] = "En invitasjon er påkrevd.";
+$a->strings["Invitation could not be verified."] = "Invitasjon kunne ikke bekreftes.";
+$a->strings["Please enter the required information."] = "Vennligst skriv inn nødvendig informasjon.";
+$a->strings["Failed to store account information."] = "Mislyktes med å lagre kontoinformasjon.";
+$a->strings["Registration request at %s"] = "Registreringsforespørsel hos %s";
+$a->strings["Administrator"] = "Administrator";
+$a->strings["your registration password"] = "ditt registreringspassord";
+$a->strings["Registration details for %s"] = "Registreringsdetaljer for %s";
+$a->strings["Account approved."] = "Konto godkjent.";
+$a->strings["Registration revoked for %s"] = "Registrering trukket tilbake for %s";
+$a->strings["Sort Options"] = "Sorteringsmuligheter";
+$a->strings["Alphabetic"] = "Alfabetisk";
+$a->strings["Reverse Alphabetic"] = "Omvendt alfabetisk";
+$a->strings["Newest to Oldest"] = "Nyest til eldst";
+$a->strings["Enable Safe Search"] = "Skru på Trygt søk";
+$a->strings["Disable Safe Search"] = "Skru av Trygt søk";
+$a->strings["Safe Mode"] = "Trygt modus";
+$a->strings["Red Matrix Notification"] = "Red Matrix-varsling";
+$a->strings["redmatrix"] = "redmatrix";
+$a->strings["Thank You,"] = "Tusen takk,";
+$a->strings["%s Administrator"] = "%s administrator";
+$a->strings["%s "] = "%s ";
+$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notify] Ny melding mottatt hos %s";
+$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s sendte deg en ny privat melding på %3\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s sendte deg %2\$s.";
+$a->strings["a private message"] = "en privat melding";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Vennligst besøk %s for å se og/eller svare på dine private meldinger.";
+$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterte på [zrl=%3\$s]a %4\$s[/zrl]";
+$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s kommenterte på [zrl=%3\$s]%4\$s's %5\$s[/zrl]";
+$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterte på [zrl=%3\$s]din %4\$s[/zrl]";
+$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Notify] Kommentar til samtale #%1\$d av %2\$s";
+$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s kommenterte på et element eller en samtale du følger";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Vennligst besøk %s for å se og/eller svare i samtalen";
+$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notify] %s skrev et innlegg på din profilvegg";
+$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s skrev et innlegg på din profilvegg på %3\$s";
+$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s skrev et innlegg på [zrl=%3\$s]din vegg[/zrl]";
+$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notify] %s merket deg";
+$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s merket deg på %3\$s";
+$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]merket deg[/zrl].";
+$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notify] %1\$s prikket deg";
+$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s dyttet deg på %3\$s";
+$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]dyttet deg[/zrl].";
+$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notify] %s merket ditt innlegg";
+$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s merket ditt innlegg på %3\$s";
+$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s merket [zrl=%3\$s]ditt innlegg[/zrl]";
+$a->strings["[Red:Notify] Introduction received"] = "[Red:Notify] Introduksjon mottatt";
+$a->strings["%1\$s, you've received an introduction from '%2\$s' at %3\$s"] = "%1\$s, du har mottatt en introduksjon fra '%2\$s' på %3\$s";
+$a->strings["%1\$s, you've received [zrl=%2\$s]an introduction[/zrl] from %3\$s."] = "%1\$s, du mottok [zrl=%2\$s]en introduksjon[/zrl] fra %3\$s.";
+$a->strings["You may visit their profile at %s"] = "Du kan besøke profilen deres på %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Vennligst besøk %s for å godkjenne eller avslå denne introduksjonen.";
+$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notify] Venneforslag mottatt";
+$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, du har mottatt en venneforespørsel fra '%2\$s' hos %3\$s";
+$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, du har mottatt [zrl=%2\$s]et venneforslaget[/zrl] angående %3\$s fra %4\$s. ";
+$a->strings["Name:"] = "Navn:";
+$a->strings["Photo:"] = "Bilde:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Vennligst besøk %s for å godkjenne eller avslå dette forslaget.";
+$a->strings["Image exceeds website size limit of %lu bytes"] = "Bilde overstiger nettstedets størrelsesbegrensning på %lu bytes";
+$a->strings["Image file is empty."] = "Bildefilen er tom.";
+$a->strings["Unable to process image"] = "Kan ikke behandle bildet";
+$a->strings["Photo storage failed."] = "Bildelagring mislyktes.";
+$a->strings["Upload New Photos"] = "Last opp nye bilder";
+$a->strings["Edit File properties"] = "Endre filegenskaper";
+$a->strings["%d invitation available"] = array(
+ 0 => "%d invitasjon tilgjengelig",
+ 1 => "%d invitasjoner tilgjengelig",
+);
+$a->strings["Find Channels"] = "Finn kanaler";
+$a->strings["Enter name or interest"] = "Skriv navn eller interesse";
+$a->strings["Connect/Follow"] = "Forbindelse/Følg";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Eksempler: Ola Nordmann, fisking";
+$a->strings["Find"] = "Finn";
+$a->strings["Channel Suggestions"] = "Kanalforslag";
+$a->strings["Random Profile"] = "Tilfeldig profil";
+$a->strings["Invite Friends"] = "Inviter venner";
+$a->strings["%d connection in common"] = array(
+ 0 => "%d forbindelse felles",
+ 1 => "%d forbindelser felles",
+);
+$a->strings["New Page"] = "Ny side";
+$a->strings["Click here to upgrade."] = "Klikk her for å oppgradere.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Denne handlingen går utenfor grensene satt i din abonnementsplan.";
+$a->strings["This action is not available under your subscription plan."] = "Denne handlingen er ikke tilgjengelig i din abonnementsplan.";
+$a->strings["Channel is blocked on this site."] = "Kanalen er blokkert på dette nettstedet.";
+$a->strings["Channel location missing."] = "Kanalplassering mangler.";
+$a->strings["Response from remote channel was incomplete."] = "Svaret fra den andre kanalen var ikke komplett.";
+$a->strings["Channel discovery failed."] = "Kanaloppdagelse mislyktes.";
+$a->strings["local account not found."] = "lokal konto ble ikke funnet.";
+$a->strings["Cannot connect to yourself."] = "Kan ikke lage forbindelse med deg selv.";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Skjemaets sikkerhetspollett var ikke gyldig. Dette skjedde antakelig fordi skjemaet har vært åpnet for lenge (>3 timer) før det ble sendt inn.";
+$a->strings["Embedded content"] = "Innebygget innhold";
+$a->strings["Embedding disabled"] = "Innbygging avskrudd";
+$a->strings["Can view my \"public\" stream and posts"] = "Kan se min \"offentlige\" strøm og innlegg";
+$a->strings["Can view my \"public\" channel profile"] = "Kan se min \"offentlige\" kanalprofil";
+$a->strings["Can view my \"public\" photo albums"] = "Kan se mine \"offentlige\" fotoalbum";
+$a->strings["Can view my \"public\" address book"] = "Kan se min \"offentlige\" adressebok";
+$a->strings["Can view my \"public\" file storage"] = "Kan se mitt \"offentlige\" fillager";
+$a->strings["Can view my \"public\" pages"] = "Kan se mine \"offentlige\" sider";
+$a->strings["Can send me their channel stream and posts"] = "Kan sende meg deres kanalstrøm og innlegg";
+$a->strings["Can post on my channel page (\"wall\")"] = "Kan lage innlegg på min kanalside (\"vegg\")";
+$a->strings["Can comment on my posts"] = "Kan kommentere på mine innlegg";
+$a->strings["Can send me private mail messages"] = "Kan sende meg private meldinger";
+$a->strings["Can post photos to my photo albums"] = "Kan legge inn bilder i mine fotoalbum";
+$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan videresende til alle mine kanalkontakter via @navn i innlegg";
+$a->strings["Advanced - useful for creating group forum channels"] = "Avansert - nyttig for å lage forumkanaler for grupper";
+$a->strings["Can chat with me (when available)"] = "Kan chatte/sende lynmeldinger til meg (når tilgjengelig)";
+$a->strings["Can write to my \"public\" file storage"] = "Kan skrive til mitt \"offentlige\" fillager";
+$a->strings["Can edit my \"public\" pages"] = "Kan endre mine \"offentlige\" sider";
+$a->strings["Can source my \"public\" posts in derived channels"] = "Kan bruke mine \"offentlige\" innlegg som kanalkilde i egne kanaler";
+$a->strings["Somewhat advanced - very useful in open communities"] = "Litt avansert - svært nyttig i åpne fellesskap";
+$a->strings["Can send me bookmarks"] = "Kan sende meg bokmerker";
+$a->strings["Can administer my channel resources"] = "Kan administrere mine kanalressurser";
+$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Ekstremt avansert. La dette være med mindre du vet hva du gjør";
+$a->strings["Permission denied"] = "Tillatelse avvist";
+$a->strings["(Unknown)"] = "(Ukjent)";
+$a->strings["Item not found."] = "Elementet ble ikke funnet.";
+$a->strings["Collection not found."] = "Samlingen ble ikke funnet.";
+$a->strings["Collection is empty."] = "Samlingen er tom.";
+$a->strings["Collection: %s"] = "Samling: %s";
+$a->strings["Connection: %s"] = "Forbindelse: %s";
+$a->strings["Connection not found."] = "Forbindelsen ble ikke funnet.";
+$a->strings["Invalid data packet"] = "Ugyldig datapakke";
+$a->strings["Unable to verify channel signature"] = "Ikke i stand til å sjekke kanalsignaturen";
+$a->strings["Unable to verify site signature for %s"] = "Ikke i stand til å bekrefte signaturen til %s";
+$a->strings["No channel."] = "Ingen kanal.";
+$a->strings["Common connections"] = "Felles forbindelser";
+$a->strings["No connections in common."] = "Ingen forbindelser felles.";
+$a->strings["Event title and start time are required."] = "Hendelsestittel og starttidspunkt er påkrevd.";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Endre hendelse";
+$a->strings["Create New Event"] = "Lag ny hendelse";
+$a->strings["Previous"] = "Forrige";
+$a->strings["Next"] = "Neste";
+$a->strings["hour:minute"] = "time:minutt";
+$a->strings["Event details"] = "Hendelsesdetaljer";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "Formatet er %s %s. Startdato og tittel er påkrevd.";
+$a->strings["Event Starts:"] = "Hendelsen starter:";
+$a->strings["Required"] = "Påkrevd";
+$a->strings["Finish date/time is not known or not relevant"] = "Sluttdato/-tidspunkt er ikke kjent eller ikke relevant";
+$a->strings["Event Finishes:"] = "Hendelsen slutter:";
+$a->strings["Adjust for viewer timezone"] = "Juster i forhold til tilskuerens tidssone";
+$a->strings["Description:"] = "Beskrivelse:";
+$a->strings["Title:"] = "Tittel:";
+$a->strings["Share this event"] = "Del denne hendelsen";
+$a->strings["Thing updated"] = "Tingen er oppdatert";
+$a->strings["Object store: failed"] = "Objektlagring: mislyktes";
+$a->strings["Thing added"] = "Ting lagt til";
+$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
+$a->strings["Show Thing"] = "Vis ting";
+$a->strings["item not found."] = "element ble ikke funnet.";
+$a->strings["Edit Thing"] = "Endre ting";
+$a->strings["Select a profile"] = "Velg en profil";
+$a->strings["Select a category of stuff. e.g. I ______ something"] = "Velg en kategori med ting, for eksempel l_____ noe";
+$a->strings["Post an activity"] = "Legg inn en aktivitet";
+$a->strings["Only sends to viewers of the applicable profile"] = "Sender bare til seere av den aktuelle profilen";
+$a->strings["Name of thing e.g. something"] = "Navn på ting for eksempel noe";
+$a->strings["URL of thing (optional)"] = "URL til ting (valgfritt)";
+$a->strings["URL for photo of thing (optional)"] = "URL til bilde av ting (valgfritt)";
+$a->strings["Add Thing to your Profile"] = "Legg til ting i din profil";
+$a->strings["Total invitation limit exceeded."] = "Grensen for totalt antall invitasjoner er overskredet.";
+$a->strings["%s : Not a valid email address."] = "%s : ikke en gyldig e-postadresse.";
+$a->strings["Please join us on Red"] = "Bli med oss på Red";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitasjonsgrensen er overskredet. Vennligst kontakt administratoren ved ditt nettsted.";
+$a->strings["%s : Message delivery failed."] = "%s : meldingslevering feilet.";
+$a->strings["%d message sent."] = array(
+ 0 => "%d melding sendt.",
+ 1 => "%d meldinger sendt.",
+);
+$a->strings["You have no more invitations available"] = "Du har ikke flere invitasjoner tilgjengelig";
+$a->strings["Send invitations"] = "Send invitasjoner";
+$a->strings["Enter email addresses, one per line:"] = "Skriv e-postadresser, en per linje:";
+$a->strings["Your message:"] = "Din melding:";
+$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Du er hjertelig invitert til å være med meg og noen andre nære venner i Red Matrix - et nytt og revolusjonerende desentralisert kommunikasjons- og informasjonsverktøy.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du må oppgi denne invitasjonskoden: \$invite_code";
+$a->strings["Please visit my channel at"] = "Vennligst besøk min kanal hos";
+$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Når du har registrert (på ENHVERT Red Matrix-nettsted - de er alle forbundet med hverandre), vennligst opprett kobling med min Red Matrix-kanaladresse:";
+$a->strings["Click the [Register] link on the following page to join."] = "Klikk på [Registering]-lenken på følgende side for å bli med.";
+$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "For mer informasjon om Red Matrix-prosjektet og hvorfor det har potensialet til å forandre Internett som vi kjenner det, vær vennlig å besøke http://getzot.com";
+$a->strings["Name is required"] = "Navn er påkrevd";
+$a->strings["Key and Secret are required"] = "Nøkkel og hemmelighet er påkrevd";
+$a->strings["Update"] = "Oppdater";
+$a->strings["Passwords do not match. Password unchanged."] = "Passordene stemmer ikke overens. Passord uforandret.";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tomme passord er ikke tillatt. Passord uforandret.";
+$a->strings["Password changed."] = "Passord endret.";
+$a->strings["Password update failed. Please try again."] = "Passord oppdatering mislyktes. Vennligst prøv igjen.";
+$a->strings["Not valid email."] = "Ikke gyldig e-post.";
+$a->strings["Protected email address. Cannot change to that email."] = "Beskyttet e-postadresse. Kan ikke endre til den e-postadressen.";
+$a->strings["System failure storing new email. Please try again."] = "Systemfeil ved lagring av ny e-post. Vennligst prøv igjen.";
+$a->strings["Settings updated."] = "Innstillinger oppdatert.";
+$a->strings["Add application"] = "Legg til program";
+$a->strings["Name"] = "Navn";
+$a->strings["Name of application"] = "Navn på program";
+$a->strings["Consumer Key"] = "Consumer Key";
+$a->strings["Automatically generated - change if desired. Max length 20"] = "Automatisk laget - kan endres om du vil. Største lengde 20";
+$a->strings["Consumer Secret"] = "Consumer Secret";
+$a->strings["Redirect"] = "Omdirigering";
+$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "Omdirigerings-URI - la stå tomt hvis ikke ditt program spesifikt krever dette";
+$a->strings["Icon url"] = "Ikon-URL";
+$a->strings["Optional"] = "Valgfritt";
+$a->strings["You can't edit this application."] = "Du kan ikke endre dette programmet.";
+$a->strings["Connected Apps"] = "Tilkoblede app-er";
+$a->strings["Client key starts with"] = "Klientnøkkel starter med";
+$a->strings["No name"] = "Ikke noe navn";
+$a->strings["Remove authorization"] = "Fjern tillatelse";
+$a->strings["No feature settings configured"] = "Ingen funksjonsinnstillinger er konfigurert";
+$a->strings["Feature Settings"] = "Funksjonsinnstillinger";
+$a->strings["Account Settings"] = "Kontoinnstillinger";
+$a->strings["Password Settings"] = "Passordinnstillinger";
+$a->strings["New Password:"] = "Nytt passord:";
+$a->strings["Confirm:"] = "Bekreft:";
+$a->strings["Leave password fields blank unless changing"] = "La passordfeltene stå blanke om det ikke skal endres";
+$a->strings["Email Address:"] = "E-postadresse:";
+$a->strings["Remove Account"] = "Slett konto";
+$a->strings["Warning: This action is permanent and cannot be reversed."] = "Advarsel: Denne handlingen er permanent og kan ikke angres.";
+$a->strings["Off"] = "Av";
+$a->strings["On"] = "På";
+$a->strings["Additional Features"] = "Ekstra funksjoner";
+$a->strings["Connector Settings"] = "Koblingsinnstillinger";
+$a->strings["No special theme for mobile devices"] = "Ikke noe spesielt tema for mobile enheter";
+$a->strings["Display Settings"] = "Visningsinnstillinger";
+$a->strings["Display Theme:"] = "Visningstema:";
+$a->strings["Mobile Theme:"] = "Mobiltema:";
+$a->strings["Update browser every xx seconds"] = "Oppdater nettleser hvert xx sekunder";
+$a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 sekunder, ikke noe maksimum";
+$a->strings["Maximum number of conversations to load at any time:"] = "Maksimalt antall samtaler å laste samtidig:";
+$a->strings["Maximum of 100 items"] = "Maksimum 100 elementer";
+$a->strings["Don't show emoticons"] = "Ikke vis følelsesikoner";
+$a->strings["Do not view remote profiles in frames"] = "Ikke vis eksterne profiler i rammer";
+$a->strings["By default open in a sub-window of your own site"] = "Standard - åpne i et sub-vindu på ditt eget nettsted";
+$a->strings["System Page Layout Editor - (advanced)"] = "Systemsidens layoutbehandler - (avansert)";
+$a->strings["Nobody except yourself"] = "Ingen unntatt deg selv";
+$a->strings["Only those you specifically allow"] = "Bare de du spesifikt tillater";
+$a->strings["Anybody in your address book"] = "Enhver i din adressebok";
+$a->strings["Anybody on this website"] = "Enhver ved dette nettstedet";
+$a->strings["Anybody in this network"] = "Enhver i dette nettverket";
+$a->strings["Anybody authenticated"] = "Enhver som er autentisert";
+$a->strings["Anybody on the internet"] = "Enhver på Internett";
+$a->strings["Publish your default profile in the network directory"] = "Publiser din standardprofil i nettverkskatalogen";
+$a->strings["No"] = "Nei";
+$a->strings["Yes"] = "Ja";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Tillat oss å foreslå deg som en mulig venn til nye medlemmer?";
+$a->strings["or"] = "eller";
+$a->strings["Your channel address is"] = "Din kanaladresse er";
+$a->strings["Channel Settings"] = "Kanalinnstillinger";
+$a->strings["Basic Settings"] = "Grunninnstillinger";
+$a->strings["Your Timezone:"] = "Din tidssone:";
+$a->strings["Default Post Location:"] = "Standard plassering ved innlegg:";
+$a->strings["Use Browser Location:"] = "Bruk nettleseren sin plassering:";
+$a->strings["Adult Content"] = "Voksent innhold";
+$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Denne kanalen vil ofte eller jevnlig publisere voksent innhold. (Vennligst merk alt voksent materiale og/eller nakenhet med #NSFW)";
+$a->strings["Security and Privacy Settings"] = "Sikkerhets- og personverninnstillinger";
+$a->strings["Hide my online presence"] = "Skjul min tilstedeværelse online";
+$a->strings["Prevents displaying in your profile that you are online"] = "Forhindrer visning på din profil av at du er online ";
+$a->strings["Simple Privacy Settings:"] = "Enkle personverninnstillinger:";
+$a->strings["Very Public - extremely permissive (should be used with caution)"] = "Svært offentlig - ekstremt åpent (bør brukes med varsomhet)";
+$a->strings["Typical - default public, privacy when desired (similar to social network permissions but with improved privacy)"] = "Typisk - standard er offentlig, personvern når ønsket (likner på tillatelser i sosiale nettverk, men med forbedret personvern)";
+$a->strings["Private - default private, never open or public"] = "Privat - standard er privat, aldri åpen eller offentlig";
+$a->strings["Blocked - default blocked to/from everybody"] = "Blokkert - standard blokkert til/fra alle";
+$a->strings["Allow others to tag your posts"] = "Tillat andre å merke dine innlegg";
+$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Ofte brukt av fellesskapet for å merke upassende innhold i etterkant";
+$a->strings["Advanced Privacy Settings"] = "Avanserte personverninnstillinger";
+$a->strings["Maximum Friend Requests/Day:"] = "Maksimalt antall venneforespørsler per dag:";
+$a->strings["May reduce spam activity"] = "Kan redusere søppelpostaktivitet";
+$a->strings["Default Post Permissions"] = "Standard innleggstillatelser";
+$a->strings["(click to open/close)"] = "(klikk for å åpne/lukke)";
+$a->strings["Maximum private messages per day from unknown people:"] = "Maksimalt antall private meldinger per dag fra ukjente personer:";
+$a->strings["Useful to reduce spamming"] = "Nyttig for å redusere søppelpost";
+$a->strings["Notification Settings"] = "Varslingsinnstillinger";
+$a->strings["By default post a status message when:"] = "Legg inn en statusmelding når du:";
+$a->strings["accepting a friend request"] = "aksepterer en venneforespørsel";
+$a->strings["joining a forum/community"] = "blir med i et forum/miljø";
+$a->strings["making an interesting profile change"] = "gjør en interessant profilendring";
+$a->strings["Send a notification email when:"] = "Send en varsel-e-post når:";
+$a->strings["You receive an introduction"] = "Du mottar en introduksjon";
+$a->strings["Your introductions are confirmed"] = "Dine introduksjoner blir bekreftet";
+$a->strings["Someone writes on your profile wall"] = "Noen skriver på din profilvegg";
+$a->strings["Someone writes a followup comment"] = "Noen skriver en oppfølgende kommentar";
+$a->strings["You receive a private message"] = "Du mottar en privat melding";
+$a->strings["You receive a friend suggestion"] = "Du mottok et venneforslag";
+$a->strings["You are tagged in a post"] = "Du merkes i et innlegg";
+$a->strings["You are poked/prodded/etc. in a post"] = "Du ble prikket/oppildnet/og så vider i et innlegg";
+$a->strings["Advanced Account/Page Type Settings"] = "Avanserte innstillinger for konto/sidetype";
+$a->strings["Change the behaviour of this account for special situations"] = "Endre oppførselen til denne kontoen i spesielle situasjoner";
+$a->strings["Please enable expert mode (in Settings > Additional features) to adjust!"] = "Vennligst skru på ekspertmodus (under Innstillinger > Ekstra funksjoner) for å justere!";
+$a->strings["Miscellaneous Settings"] = "Diverse innstillinger";
+$a->strings["Personal menu to display in your channel pages"] = "Personlig meny som kan vises på dine kanalsider";
+$a->strings["Menu updated."] = "Menyen er oppdatert.";
+$a->strings["Unable to update menu."] = "Ikke i stand til å oppdatere meny.";
+$a->strings["Menu created."] = "Meny laget.";
+$a->strings["Unable to create menu."] = "Ikke i stand til å lage meny.";
+$a->strings["Manage Menus"] = "Håndtere menyer";
+$a->strings["Drop"] = "Slett";
+$a->strings["Create a new menu"] = "Lag en ny meny";
+$a->strings["Delete this menu"] = "Slett denne menyen";
+$a->strings["Edit menu contents"] = "Endre menyinnholdet";
+$a->strings["Edit this menu"] = "Endre denne menyen";
+$a->strings["New Menu"] = "Ny meny";
+$a->strings["Menu name"] = "Menynavn";
+$a->strings["Must be unique, only seen by you"] = "Må være unik, ses bare av deg";
+$a->strings["Menu title"] = "Menytittel";
+$a->strings["Menu title as seen by others"] = "Menytittelen andre ser";
+$a->strings["Allow bookmarks"] = "Tillat bokmerker";
+$a->strings["Menu may be used to store saved bookmarks"] = "Menyen kan brukes til å lagre lagrede bokmerker";
+$a->strings["Create"] = "Lag";
+$a->strings["Menu not found."] = "Menyen ble ikke funnet.";
+$a->strings["Menu deleted."] = "Meny slettet.";
+$a->strings["Menu could not be deleted."] = "Menyen kunne ikke bli slettet.";
+$a->strings["Edit Menu"] = "Endre meny";
+$a->strings["Add or remove entries to this menu"] = "Legg til eller fjern punkter i denne menyen";
+$a->strings["Modify"] = "Endre";
+$a->strings["Not found."] = "Ikke funnet.";
+$a->strings["View"] = "Vis";
+$a->strings["Authorize application connection"] = "Tillat programforbindelse";
+$a->strings["Return to your app and insert this Securty Code:"] = "Gå tilbake til din app og legg inn denne sikkerhetskoden:";
+$a->strings["Please login to continue."] = "Vennligst logg inn for å fortsette.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vil du tillate dette programmet å få tilgang til dine innlegg og kontakter, og/eller lage nye innlegg for deg?";
+$a->strings["No installed applications."] = "Ingen installerte programmer.";
+$a->strings["Applications"] = "Programmer";
+$a->strings["Edit post"] = "Endre innlegg";
+$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix - gjester: brukernavn: {din e-postadresse}, passord: +++";
+$a->strings["Bookmark added"] = "Bokmerke lagt til";
+$a->strings["My Bookmarks"] = "Mine bokmerker";
+$a->strings["My Connections Bookmarks"] = "Mine forbindelsers bokmerker";
+$a->strings["Unable to locate original post."] = "Ikke i stand til å finne opprinnelig innlegg.";
+$a->strings["Empty post discarded."] = "Tomt innlegg forkastet.";
+$a->strings["Executable content type not permitted to this channel."] = "Kjørbar innholdstype er ikke tillat for denne kanalen.";
+$a->strings["System error. Post not saved."] = "Systemfeil. Innlegg ble ikke lagret.";
+$a->strings["Wall Photos"] = "Veggbilder";
+$a->strings["You have reached your limit of %1$.0f top level posts."] = "Du har nådd din grense på %1$.0f startinnlegg.";
+$a->strings["You have reached your limit of %1$.0f webpages."] = "Du har nådd din grense på %1$.0f websider.";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s følger %2\$s sin %3\$s";
+$a->strings["[Embedded content - reload page to view]"] = "[Innebygget innhold - last siden på nytt for å se]";
+$a->strings["Channel not found."] = "Kanalen ble ikke funnet.";
+$a->strings["toggle full screen mode"] = "Skru på fullskjerm-modus";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s merket %3\$s til %2\$s med %4\$s";
+$a->strings["You must be logged in to see this page."] = "Du må være innloegget for å se denne siden.";
+$a->strings["Room not found"] = "Rommet ble ikke funnet";
+$a->strings["Leave Room"] = "Forlat rom";
+$a->strings["I am away right now"] = "Jeg er borte akkurat nå";
+$a->strings["I am online"] = "Jeg er online";
+$a->strings["Bookmark this room"] = "Bokmerk dette rommet";
+$a->strings["New Chatroom"] = "Nytt chatrom";
+$a->strings["Chatroom Name"] = "Navn på chatrom";
+$a->strings["%1\$s's Chatrooms"] = "%1\$s sine chatrom";
+$a->strings["Public access denied."] = "Offentlig tilgang avvist.";
+$a->strings["No connections."] = "Ingen forbindelser.";
+$a->strings["Visit %s's profile [%s]"] = "Besøk %s sin profil [%s]";
+$a->strings["View Connnections"] = "Vis forbindelser";
+$a->strings["Tag removed"] = "Merkelapp fjernet";
+$a->strings["Remove Item Tag"] = "Fjern merkelapp fra element";
+$a->strings["Select a tag to remove: "] = "Velg merkelapp å fjerne:";
+$a->strings["Remove"] = "Fjern";
+$a->strings["Continue"] = "Fortsett";
+$a->strings["Premium Channel Setup"] = "Premiumkanal-oppsett";
+$a->strings["Enable premium channel connection restrictions"] = "Slå på restriksjoner for forbindelse med premiumkanal";
+$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Vennligst skriv dine restriksjoner og betingelser, slik som PayPal-kvittering, retningslinjer for bruk, og så videre.";
+$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Denne kanalen kan kreve ytterligere steg og bekreftelse av følgende betingelser før tilkobling:";
+$a->strings["Potential connections will then see the following text before proceeding:"] = "Potensielle forbindelser vil da se følgende tekst før de går videre:";
+$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Ved å fortsette bekrefter jeg at jeg har oppfylt alle instruksjoner gitt på denne siden.";
+$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Ingen spesifikke instruksjoner er gitt av kanaleieren.)";
+$a->strings["Restricted or Premium Channel"] = "Begrenset kanal eller premiumkanal";
+$a->strings["No potential page delegates located."] = "Ingen potensielle sidedelegater er funnet.";
+$a->strings["Delegate Page Management"] = "Deleger sidehåndtering";
+$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegater kan håndtere alle sider ved denne kontoen/siden unntatt grunnleggende kontoinformasjon. Vennligst ikke deleger din personlige konto til noen du ikke stoler fullstendig på.";
+$a->strings["Existing Page Managers"] = "Eksisterende sidehåndterere";
+$a->strings["Existing Page Delegates"] = "Eksisterende sidedelegater";
+$a->strings["Potential Delegates"] = "Potensielle sidedelegater";
+$a->strings["Add"] = "Legg til";
+$a->strings["No entries."] = "Ingen oppføringer.";
+$a->strings["Layout updated."] = "Layout er oppdatert.";
+$a->strings["Edit System Page Description"] = "Endre beskrivelsen av systemsiden";
+$a->strings["Layout not found."] = "Layouten ble ikke funnet.";
+$a->strings["Module Name:"] = "Modulnavn:";
+$a->strings["Layout Help"] = "Layout-hjelp";
+$a->strings["Item not available."] = "Elementet er ikke tilgjengelig.";
+$a->strings["Menu element updated."] = "Menyelement er oppdatert.";
+$a->strings["Unable to update menu element."] = "Ikke i stand til å oppdatere menyelement.";
+$a->strings["Menu element added."] = "Menyelement lagt til.";
+$a->strings["Unable to add menu element."] = "Ikke i stand til å legge til menyelement.";
+$a->strings["Manage Menu Elements"] = "Håndtere menyelementer";
+$a->strings["Edit menu"] = "Endre meny";
+$a->strings["Edit element"] = "Endre element";
+$a->strings["Drop element"] = "Slett element";
+$a->strings["New element"] = "Nytt element";
+$a->strings["Edit this menu container"] = "Endre denne menybeholderen";
+$a->strings["Add menu element"] = "Legg til menyelement";
+$a->strings["Delete this menu item"] = "Slett dette menyelementet";
+$a->strings["Edit this menu item"] = "Endre dette menyelementet";
+$a->strings["New Menu Element"] = "Nytt menyelement";
+$a->strings["Menu Item Permissions"] = "Menyelement Tillatelser";
+$a->strings["Link text"] = "Lenketekst";
+$a->strings["URL of link"] = "URL-en til lenken";
+$a->strings["Use Red magic-auth if available"] = "Bruk Red sin magiske-autent hvis mulig";
+$a->strings["Open link in new window"] = "Åpne lenke i nytt vindu";
+$a->strings["Order in list"] = "Ordne i liste";
+$a->strings["Higher numbers will sink to bottom of listing"] = "Høyere tall vil synke mot bunnen av listen";
+$a->strings["Menu item not found."] = "Menyelement ble ikke funnet.";
+$a->strings["Menu item deleted."] = "Menyelement slettet.";
+$a->strings["Menu item could not be deleted."] = "Menyelement kunne ikke bli slettet.";
+$a->strings["Edit Menu Element"] = "Endre menyelement";
+$a->strings["Invalid profile identifier."] = "Ugyldig profil-identifikator.";
+$a->strings["Profile Visibility Editor"] = "Endre profilsynlighet";
+$a->strings["Click on a contact to add or remove."] = "Klikk på en kontakt for å legge til eller fjerne.";
+$a->strings["Visible To"] = "Synlig for";
+$a->strings["All Connections"] = "Alle forbindelser";
+$a->strings["Collection created."] = "Samling opprettet.";
+$a->strings["Could not create collection."] = "Kunne ikke lage samling.";
+$a->strings["Collection updated."] = "Samlingen er oppdatert.";
+$a->strings["Create a collection of channels."] = "Lag en samling med kanaler.";
+$a->strings["Collection Name: "] = "Navn på samling:";
+$a->strings["Members are visible to other channels"] = "Medlemmer er synlig for andre kanaler";
+$a->strings["Collection removed."] = "Samling fjernet.";
+$a->strings["Unable to remove collection."] = "Ikke i stand til å fjerne samlingen.";
+$a->strings["Collection Editor"] = "Samlingsbehandler";
+$a->strings["Members"] = "Medlemmer";
+$a->strings["All Connected Channels"] = "Alle tilkoblede kanaler";
+$a->strings["Click on a channel to add or remove."] = "Klikk på en kanal for å legge til eller fjerne.";
+$a->strings["Theme settings updated."] = "Temainnstillinger er oppdatert.";
+$a->strings["Site"] = "Nettsted";
+$a->strings["Users"] = "Brukere";
+$a->strings["Plugins"] = "Tilleggsfunksjoner";
+$a->strings["Themes"] = "Temaer";
+$a->strings["Server"] = "Tjener";
+$a->strings["DB updates"] = "Databaseoppdateringer";
+$a->strings["Logs"] = "Logger";
+$a->strings["Plugin Features"] = "Tilleggsfunksjoner";
+$a->strings["User registrations waiting for confirmation"] = "Brukerregistreringer som venter på bekreftelse";
+$a->strings["Message queues"] = "Meldingskøer";
+$a->strings["Administration"] = "Administrasjon";
+$a->strings["Summary"] = "Sammendrag";
+$a->strings["Registered users"] = "Registrerte brukere";
+$a->strings["Pending registrations"] = "Ventende registreringer";
+$a->strings["Version"] = "Versjon";
+$a->strings["Active plugins"] = "Aktive tilleggsfunksjoner";
+$a->strings["Site settings updated."] = "Nettstedsinnstillinger er oppdatert.";
+$a->strings["No special theme for accessibility"] = "Ikke noe spesielt tema for universell utforming";
+$a->strings["Closed"] = "Lukket";
+$a->strings["Requires approval"] = "Krever godkjenning";
+$a->strings["Open"] = "Åpen";
+$a->strings["Private"] = "Privat";
+$a->strings["Paid Access"] = "Betalt tilgang";
+$a->strings["Free Access"] = "Gratis tilgang";
+$a->strings["Tiered Access"] = "Lagdelt tilgang";
+$a->strings["Registration"] = "Registrering";
+$a->strings["File upload"] = "Last opp fil";
+$a->strings["Policies"] = "Retningslinjer";
+$a->strings["Advanced"] = "Avansert";
+$a->strings["Site name"] = "Nettstedets navn";
+$a->strings["Banner/Logo"] = "Banner/Logo";
+$a->strings["Administrator Information"] = "Administratorinformasjon";
+$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Kontaktinformasjon til nettstedsadministratorer. Vises på siteinfo-siden. BBCode kan brukes her";
+$a->strings["System language"] = "Systemspråk";
+$a->strings["System theme"] = "Systemtema";
+$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Standard systemtema - kan overstyres av brukerprofiler - endre temainnstillinger";
+$a->strings["Mobile system theme"] = "Mobilt systemtema";
+$a->strings["Theme for mobile devices"] = "Tema for mobile enheter";
+$a->strings["Accessibility system theme"] = "Universelt utformet systemtema";
+$a->strings["Accessibility theme"] = "Universelt utformet tema";
+$a->strings["Channel to use for this website's static pages"] = "Kanal å bruke for dette nettstedets statiske sider";
+$a->strings["Site Channel"] = "Nettstedets kanal";
+$a->strings["Maximum image size"] = "Største bildestørrelse";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Største størrelse i bytes for opplastede bilder. Standard er 0, som betyr ubegrenset.";
+$a->strings["Register policy"] = "Retningslinjer for registrering";
+$a->strings["Access policy"] = "Retningslinjer for tilgang";
+$a->strings["Register text"] = "Registreringstekst";
+$a->strings["Will be displayed prominently on the registration page."] = "Vil bli vist på en fremtredende måte på registreringssiden.";
+$a->strings["Accounts abandoned after x days"] = "Kontoer forlatt etter x dager";
+$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Vil ikke kaste bort systemressurser på å spørre eksterne nettsteder etter forlatte kontoer. Skriv 0 for å ikke sette noen tidsgrense.";
+$a->strings["Allowed friend domains"] = "Tillatte vennedomener";
+$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Kommaseparert liste over domener som har lov til å etablere vennskap med dette nettstedet. Jokertegn er akseptert. Tøm for å tillate alle domener.";
+$a->strings["Allowed email domains"] = "Tillate e-postdomener";
+$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Kommaseparert liste med domener som er tillatt i e-postadresser ved registrering på dette nettstedet. Jokertegn er akseptert. Tomt betyr at alle domener er tillatt";
+$a->strings["Block public"] = "Blokker offentlig tilgang";
+$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Kryss av for å blokkere tilgang til alle personlige sider som ellers ville vært offentlig tilgjengelige på dette nettstedet med mindre du er logget inn.";
+$a->strings["Force publish"] = "Tving publisering";
+$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Kryss av for å tvinge alle profiler på dette nettstedet til å bli oppført i nettstedet sin katalog.";
+$a->strings["No login on Homepage"] = "Ingen innlogging på hjemmesiden";
+$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = "Sett hake for å skjule innloggingsskjemaet fra ditt nettsteds hjemmeside for besøkende som ikke er innlogget (for eksempel når du legger inn innhold på hjemmesiden via nettstedskanalen).";
+$a->strings["Proxy user"] = "Brukernavn mellomtjener";
+$a->strings["Proxy URL"] = "Mellomtjener URL";
+$a->strings["Network timeout"] = "Nettverk tidsavbrudd";
+$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Verdien i sekunder. Skriv 0 for ubegrenset (ikke anbefalt).";
+$a->strings["Delivery interval"] = "Leveringsinterval";
+$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Forsink leveringsprosessene i bakgrunnen med dette antall sekunder for å redusere systembelastningen. Anbefaling: 4-5 for delte tjenere, 2-3 for virtuelle tjenere, 0-1 for større dedikerte tjenere.";
+$a->strings["Poll interval"] = "Spørreintervall";
+$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Forsink spørreprosessene i bakgrunnen med dette antall sekunder for å redusere systembelastningen. Hvis 0, bruk dette leveringsintervallet.";
+$a->strings["Maximum Load Average"] = "Største belastningsgjennomsnitt";
+$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Største systembelastning før leverings- og spørreprosesser blir utsatt - standard 50.";
+$a->strings["No server found"] = "Ingen tjener funnet";
+$a->strings["ID"] = "ID";
+$a->strings["for channel"] = "for kanalen";
+$a->strings["on server"] = "på tjener";
+$a->strings["Status"] = "Status";
+$a->strings["Update has been marked successful"] = "Oppdateringen har blitt merket som en suksess";
+$a->strings["Executing %s failed. Check system logs."] = "Utføring av %s feilet. Sjekk systemlogger.";
+$a->strings["Update %s was successfully applied."] = "Oppdatering %s ble gjennomført med suksess.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Oppdatering %s returnerte ingen status. Det er ukjent om den ble vellykket.";
+$a->strings["Update function %s could not be found."] = "Oppdatering av funksjon %s kunne ikke finnes.";
+$a->strings["No failed updates."] = "Ingen mislykkede oppdateringer.";
+$a->strings["Failed Updates"] = "Mislykkede oppdateringer";
+$a->strings["Mark success (if update was manually applied)"] = "Marker suksess (hvis oppdateringen ble gjennomført manuelt)";
+$a->strings["Attempt to execute this update step automatically"] = "Prøv å gjennomføre dette oppdateringstrinnet automatisk";
+$a->strings["%s user blocked/unblocked"] = array(
+ 0 => "%s bruker blokkert/ikke blokkert lenger",
+ 1 => "%s brukere blokkert/ikke blokkert lenger",
+);
+$a->strings["%s user deleted"] = array(
+ 0 => "%s bruker slettet",
+ 1 => "%s brukere slettet",
+);
+$a->strings["Account not found"] = "Kontoen ble ikke funnet";
+$a->strings["User '%s' deleted"] = "Brukeren '%s' er slettet";
+$a->strings["User '%s' unblocked"] = "Brukeren '%s' er ikke blokkert lenger";
+$a->strings["User '%s' blocked"] = "Brukeren '%s' er blokkert";
+$a->strings["select all"] = "velg alle";
+$a->strings["User registrations waiting for confirm"] = "Brukerregistreringer som venter på bekreftelse";
+$a->strings["Request date"] = "Dato for forespørsel";
+$a->strings["No registrations."] = "Ingen registreringer.";
+$a->strings["Approve"] = "Godkjenn";
+$a->strings["Deny"] = "Avslå";
+$a->strings["Block"] = "Blokker";
+$a->strings["Unblock"] = "Ikke blokker lenger";
+$a->strings["Register date"] = "Registreringsdato";
+$a->strings["Last login"] = "Siste innlogging";
+$a->strings["Expires"] = "Utløper";
+$a->strings["Service Class"] = "Tjenesteklasse";
+$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valgte brukere vil bli slettet!\\n\\nAlt som disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette valgte brukere og deres innhold?";
+$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren og alt innholdet til denne brukeren?";
+$a->strings["Plugin %s disabled."] = "Tilleggsfunksjonen %s er avskrudd.";
+$a->strings["Plugin %s enabled."] = "Tilleggsfunksjonen %s er påskrudd.";
+$a->strings["Disable"] = "Skru av";
+$a->strings["Enable"] = "Skru på";
+$a->strings["Toggle"] = "Skru av og på";
+$a->strings["Author: "] = "Forfatter:";
+$a->strings["Maintainer: "] = "Vedlikeholder:";
+$a->strings["No themes found."] = "Ingen temaer er funnet.";
+$a->strings["Screenshot"] = "Skjermbilde";
+$a->strings["[Experimental]"] = "[Eksperimentelt]";
+$a->strings["[Unsupported]"] = "[Ingen støtte]";
+$a->strings["Log settings updated."] = "Logginnstillinger er oppdatert.";
+$a->strings["Clear"] = "Tøm";
+$a->strings["Debugging"] = "Feilsøking";
+$a->strings["Log file"] = "Loggfil";
+$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Må kunne skrives til av webtjenesten. Relativ til din Red sin toppnivåkatalog.";
+$a->strings["Log level"] = "Loggnivå";
+$a->strings["- select -"] = "- velg -";
+$a->strings["Welcome to %s"] = "Velkommen til %s";
+$a->strings["Item not found"] = "Elementet ble ikke funnet.";
+$a->strings["Item is not editable"] = "Elementet kan ikke endres";
+$a->strings["Delete item?"] = "Slett element?";
+$a->strings["Insert YouTube video"] = "Sett inn YouTube-video";
+$a->strings["Insert Vorbis [.ogg] video"] = "Sett inn Vorbis [.ogg] video";
+$a->strings["Insert Vorbis [.ogg] audio"] = "Legg i";
+$a->strings["Age: "] = "Alder:";
+$a->strings["Gender: "] = "Kjønn:";
+$a->strings["Finding:"] = "Finner:";
+$a->strings["next page"] = "neste side";
+$a->strings["previous page"] = "forrige side";
+$a->strings["No entries (some entries may be hidden)."] = "Ingen oppføringer (noen oppføringer kan være skjult).";
+$a->strings["Could not access contact record."] = "Fikk ikke tilgang til kontaktinformasjonen.";
+$a->strings["Could not locate selected profile."] = "Fant ikke valgt profil.";
+$a->strings["Connection updated."] = "Forbindelsen er oppdatert.";
+$a->strings["Failed to update connection record."] = "Mislyktes med å oppdatere forbindelsesinformasjonen.";
+$a->strings["Could not access address book record."] = "Fikk ikke tilgang til informasjonen i adresseboken.";
+$a->strings["Refresh failed - channel is currently unavailable."] = "Oppfrisking mislyktes - kanalen er for øyeblikket utilgjengelig.";
+$a->strings["Channel has been unblocked"] = "Kanalen er ikke blokkert lenger";
+$a->strings["Channel has been blocked"] = "Kanalen har blitt blokkert";
+$a->strings["Unable to set address book parameters."] = "Ikke i stand til å angi parametre for adresseboken.";
+$a->strings["Channel has been unignored"] = "Kanalen er ikke lenger ignorert";
+$a->strings["Channel has been ignored"] = "Kanalen blir ignorert";
+$a->strings["Channel has been unarchived"] = "Kanalen er ikke lenger arkivert";
+$a->strings["Channel has been archived"] = "Kanalen er arkivert";
+$a->strings["Channel has been unhidden"] = "Kanalen er ikke lenger skjult";
+$a->strings["Channel has been hidden"] = "Kanalen er blitt skjult";
+$a->strings["Channel has been approved"] = "Kanalen har blitt godkjent";
+$a->strings["Channel has been unapproved"] = "Kanalen er ikke lenger godkjent";
+$a->strings["Contact has been removed."] = "Kontakten har blitt fjernet.";
+$a->strings["View %s's profile"] = "Vis %s sin profil";
+$a->strings["Refresh Permissions"] = "Oppfrisk tillatelser";
+$a->strings["Fetch updated permissions"] = "Hent oppdaterte tillatelser";
+$a->strings["Recent Activity"] = "Nylig aktivitet";
+$a->strings["View recent posts and comments"] = "Vis nylige innlegg og kommentarer";
+$a->strings["Block or Unblock this connection"] = "Blokker eller fjern blokkering av denne forbindelsen ";
+$a->strings["Unignore"] = "Ikke ignorer lenger";
+$a->strings["Ignore"] = "Ignorer";
+$a->strings["Ignore or Unignore this connection"] = "Ignorer eller fjern ignorering av denne forbindelsen";
+$a->strings["Unarchive"] = "Ikke arkiver lenger";
+$a->strings["Archive"] = "Arkiver";
+$a->strings["Archive or Unarchive this connection"] = "Arkiver eller fjern arkivering av denne forbindelsen";
+$a->strings["Unhide"] = "Ikke skjul lenger";
+$a->strings["Hide"] = "Skjul";
+$a->strings["Hide or Unhide this connection"] = "Skjul eller fjern skjuling av denne forbindelsen";
+$a->strings["Delete this connection"] = "Slett denne forbindelsen";
+$a->strings["Unknown"] = "Ukjent";
+$a->strings["Approve this connection"] = "Godta denne forbindelsen";
+$a->strings["Accept connection to allow communication"] = "Godta denne forbindelsen for å tillate kommunikasjon";
+$a->strings["Automatic Permissions Settings"] = "Automatiske innstillinger for tillatelser";
+$a->strings["Connections: settings for %s"] = "Forbindelser: innstillinger for %s";
+$a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = "Når du mottar en kanal-introduksjon, så vil alle tillatelser gitt her gjelde for den nye forbindelsen automatisk og introduksjonen godkjennes. Forlat denne siden hvis du ikke ønsker å bruke denne egenskapen.";
+$a->strings["Slide to adjust your degree of friendship"] = "Flytt for å justere din grad av vennskap";
+$a->strings["inherited"] = "arvet";
+$a->strings["Connection has no individual permissions!"] = "Forbindelsen har ingen individuelle tillatelser!";
+$a->strings["This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"."] = "Dette kan være riktig basert på dine personverninnstillinger, men kanskje du bør se over \"Avanserte tillatelser\".";
+$a->strings["Profile Visibility"] = "Profilens synlighet";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Vennligst velg profilen du ønsker å vise %s når profilen din ses på en sikret måte. ";
+$a->strings["Contact Information / Notes"] = "Kontaktinformasjon / Merknader";
+$a->strings["Edit contact notes"] = "Endre kontaktmerknader";
+$a->strings["Their Settings"] = "Deres innstillinger";
+$a->strings["My Settings"] = "Mine innstillinger";
+$a->strings["Forum Members"] = "Forummedlemmer";
+$a->strings["Soapbox"] = "Talerstol";
+$a->strings["Full Sharing (typical social network permissions)"] = "Full deling (typiske tillatelser i sosiale nettverk)";
+$a->strings["Cautious Sharing "] = "Forsiktig deling";
+$a->strings["Follow Only"] = "Bare følg";
+$a->strings["Individual Permissions"] = "Individuelle tillatelser";
+$a->strings["Some permissions may be inherited from your channel privacy settings, which have higher priority than individual settings. Changing those inherited settings on this page will have no effect."] = "Noen tillatelser kan være arvet fra din kanals personverninnstillinger, som har høyere prioritet enn individuelle innstillinger. Å endre arvede innstillinger på denne siden vil ikke ha noen effekt.";
+$a->strings["Advanced Permissions"] = "Avanserte tillatelser";
+$a->strings["Simple Permissions (select one and submit)"] = "Enkle tillatelser (velg en og lagre)";
+$a->strings["Visit %s's profile - %s"] = "Besøk %s sin profil - %s";
+$a->strings["Block/Unblock contact"] = "Blokker/Ikke blokker kontakt";
+$a->strings["Ignore contact"] = "Ignorer kontakt";
+$a->strings["Repair URL settings"] = "Reparer URL-innstillinger";
+$a->strings["View conversations"] = "Vis samtaler";
+$a->strings["Delete contact"] = "Slett kontakt";
+$a->strings["Last update:"] = "Siste oppdatering:";
+$a->strings["Update public posts"] = "Oppdater offentlige innlegg";
+$a->strings["Update now"] = "Oppdater nå";
+$a->strings["Currently blocked"] = "For øyeblikket blokkert";
+$a->strings["Currently ignored"] = "For øyeblikket ignorert";
+$a->strings["Currently archived"] = "For øyeblikket arkivert";
+$a->strings["Currently pending"] = "For øyeblikket ventende";
+$a->strings["Hide this contact from others"] = "Skjul denne kontakten for andre";
+$a->strings["Replies/likes to your public posts may still be visible"] = "Svar/likes på dine offentlige innlegg kan fortsatt være synlige";
+$a->strings["Help with this feature"] = "Hjelp med denne funksjonen";
+$a->strings["Layout Name"] = "Layout-navn";
+$a->strings["Help:"] = "Hjelp:";
+$a->strings["Not Found"] = "Ikke funnet";
+$a->strings["Page not found."] = "Siden ikke funnet.";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Vi støtte på et problem under innloggingen med din OpenID. Vennligst sjekk at ID-en er stavet riktig.";
+$a->strings["The error message was:"] = "Feilmeldingen var:";
+$a->strings["Authentication failed."] = "Autentisering mislyktes.";
+$a->strings["Remote Authentication"] = "Fjernautentisering";
+$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Skriv din kanaladresse (for eksempel channel@exampel.com)";
+$a->strings["Authenticate"] = "Autentiser";
+$a->strings["Invalid item."] = "Ugyldig element.";
+$a->strings["No such group"] = "Gruppen finnes ikke";
+$a->strings["Search Results For:"] = "Søkeresultat for:";
+$a->strings["Collection is empty"] = "Samlingen er tom";
+$a->strings["Collection: "] = "Samling:";
+$a->strings["Connection: "] = "Forbindelse:";
+$a->strings["Invalid connection."] = "Ugyldig forbindelse.";
+$a->strings["Profile not found."] = "Profilen ble ikke funnet.";
+$a->strings["Profile deleted."] = "Profilen er slettet.";
+$a->strings["Profile-"] = "Profil-";
+$a->strings["New profile created."] = "Ny profil opprettet.";
+$a->strings["Profile unavailable to clone."] = "Profilen er utilgjengelig for klonen.";
+$a->strings["Profile Name is required."] = "Profilnavn er påkrevd.";
+$a->strings["Marital Status"] = "Sivilstand";
+$a->strings["Romantic Partner"] = "Romantisk partner";
+$a->strings["Likes"] = "Liker";
+$a->strings["Dislikes"] = "Liker ikke";
+$a->strings["Work/Employment"] = "Arbeid/sysselsetting";
+$a->strings["Religion"] = "Religion";
+$a->strings["Political Views"] = "Politiske synspunkter";
+$a->strings["Gender"] = "Kjønn";
+$a->strings["Sexual Preference"] = "Seksuelle preferanser";
+$a->strings["Homepage"] = "Hjemmeside";
+$a->strings["Interests"] = "Interesser";
+$a->strings["Address"] = "Adresse";
+$a->strings["Location"] = "Plassering";
+$a->strings["Profile updated."] = "Profilen er oppdatert.";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skjul kontakt-/vennelisten din fra de som ser på denne profilen?";
+$a->strings["Edit Profile Details"] = "Endre profildetaljer";
+$a->strings["View this profile"] = "Vis denne profilen";
+$a->strings["Change Profile Photo"] = "Endre profilbilde";
+$a->strings["Create a new profile using these settings"] = "Lag en ny profil ved å bruke disse innstillingene";
+$a->strings["Clone this profile"] = "Klon denne profilen";
+$a->strings["Delete this profile"] = "Slett denne profilen";
+$a->strings["Profile Name:"] = "Profilnavn:";
+$a->strings["Your Full Name:"] = "Ditt fulle navn:";
+$a->strings["Title/Description:"] = "Tittel/Beskrivelse:";
+$a->strings["Your Gender:"] = "Ditt kjønn:";
+$a->strings["Birthday (%s):"] = "Fødselsdag (%s):";
+$a->strings["Street Address:"] = "Gateadresse:";
+$a->strings["Locality/City:"] = "Sted/By:";
+$a->strings["Postal/Zip Code:"] = "Postnummer/ZIP-kode:";
+$a->strings["Country:"] = "Land:";
+$a->strings["Region/State:"] = "Region/fylke:";
+$a->strings["♥ Marital Status:"] = "♥ Sivilstand:";
+$a->strings["Who: (if applicable)"] = "Hvem: (hvis det er aktuelt) ";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Eksempler: kari123, Kari Villiamsen, kari@example.com";
+$a->strings["Since [date]:"] = "Siden [dato]:";
+$a->strings["Homepage URL:"] = "Hjemmeside URL:";
+$a->strings["Religious Views:"] = "Religiøse synspunkter:";
+$a->strings["Keywords:"] = "Nøkkelord:";
+$a->strings["Example: fishing photography software"] = "Eksempel: fisking fotografering programvare";
+$a->strings["Used in directory listings"] = "Brukt i katalogoppføringer";
+$a->strings["Tell us about yourself..."] = "Fortell oss om deg selv...";
+$a->strings["Hobbies/Interests"] = "Hobbier/Interesser";
+$a->strings["Contact information and Social Networks"] = "Kontaktinformasjon og sosiale nettverk";
+$a->strings["My other channels"] = "Mine andre kanaler";
+$a->strings["Musical interests"] = "Musikkinteresser";
+$a->strings["Books, literature"] = "Bøker, litteratur";
+$a->strings["Television"] = "TV/fjernsyn";
+$a->strings["Film/dance/culture/entertainment"] = "Film/dans/kultur/underholdning";
+$a->strings["Love/romance"] = "Kjærlighet/romantikk";
+$a->strings["Work/employment"] = "Arbeid/sysselsetting";
+$a->strings["School/education"] = "Skole/utdanning";
+$a->strings["This is your public profile. It may be visible to anybody using the internet."] = "Dette er din offentlige profil. Den kan være synlig for alle på Internett.";
+$a->strings["Edit/Manage Profiles"] = "Endre/håndter profiler";
+$a->strings["Add profile things"] = "Legg til profilting";
+$a->strings["Include desirable objects in your profile"] = "Inkluder ønskverdige objekter i din profil";
+$a->strings["Channel added."] = "Kanal lagt til.";
+$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fjernautentisering blokkert. Du er logget inn på dette nettstedet lokalt. Vennligst logg ut og prøv på nytt.";
+$a->strings["Welcome %s. Remote authentication successful."] = "Velkommen %s. Ekstern autentisering er vellykket.";
+$a->strings["This site is not a directory server"] = "Dette nettstedet er ikke en katalogtjener";
+$a->strings["Failed to create source. No channel selected."] = "Mislyktes med å lage kilde. Ingen kanal er valgt.";
+$a->strings["Source created."] = "Kilden er laget.";
+$a->strings["Source updated."] = "Kilden er oppdatert.";
+$a->strings["*"] = "*";
+$a->strings["Manage remote sources of content for your channel."] = "Håndtere eksterne innholdskilder til din kanal.";
+$a->strings["New Source"] = "Ny kilde";
+$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importer alt eller et utvalgt av innhold fra følgende kanal inn i denne kanalen og distribuer det i henhold til dine egne kanalinnstillinger.";
+$a->strings["Only import content with these words (one per line)"] = "Bare importer innhold med disse ordene (ett ord per linje)";
+$a->strings["Leave blank to import all public content"] = "La stå tomt for å importere alt offentlig innhold";
+$a->strings["Channel Name"] = "Kanalnavn";
+$a->strings["Source not found."] = "Kilden ble ikke funnet.";
+$a->strings["Edit Source"] = "Endre kilde";
+$a->strings["Delete Source"] = "Slett kilde";
+$a->strings["Source removed"] = "Kilden er fjernet";
+$a->strings["Unable to remove source."] = "Ikke i stand til å fjerne kilde.";
+$a->strings["Remote privacy information not available."] = "Ekstern personverninformasjon er ikke tilgjengelig.";
+$a->strings["Visible to:"] = "Synlig for:";
+$a->strings["Hub not found."] = "Hubben ble ikke funnet.";
+$a->strings["Red Matrix Server - Setup"] = "Red Matrix tjener - oppsett";
+$a->strings["Could not connect to database."] = "Fikk ikke kontakt med databasen.";
+$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Fikk ikke kontakt med det angitte nettstedets URL. Problemet kan muligens skyldes SSL-sertifikatet eller DNS.";
+$a->strings["Could not create table."] = "Kunne ikke lage tabellen.";
+$a->strings["Your site database has been installed."] = "Databasen til ditt nettsted har blitt installert.";
+$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = "Du må kanskje importere filen \"install/database.sql\" manuelt ved hjelp av phpmyadmin eller mysql.";
+$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Vennligst les filen \"install/INSTALL.txt\".";
+$a->strings["System check"] = "Systemsjekk";
+$a->strings["Check again"] = "Sjekk igjen";
+$a->strings["Database connection"] = "Databaseforbindelse";
+$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "For å installere Red Matrix må du oppgi hvordan din database kan kontaktes.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Vennligst kontakt din nettstedstilbyder eller nettstedsadministrator hvis du har spørsmål om disse innstillingene.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du oppgir nedenfor må finnes på forhånd. Hvis den ikke finnes, vennligst lag den før du fortsetter.";
+$a->strings["Database Server Name"] = "Navn på databasetjener";
+$a->strings["Default is localhost"] = "Standard er localhost";
+$a->strings["Database Port"] = "Databaseport";
+$a->strings["Communication port number - use 0 for default"] = "Kommunikasjonsportnummer - bruk 0 for standard";
+$a->strings["Database Login Name"] = "Database innloggingsnavn";
+$a->strings["Database Login Password"] = "Database innloggingspassord";
+$a->strings["Database Name"] = "Databasenavn";
+$a->strings["Site administrator email address"] = "E-postadressen til administrator ved nettstedet";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Din konto sin e-postadresse må være lik denne for å kunne bruke web-administrasjonspanelet.";
+$a->strings["Website URL"] = "Nettstedets URL";
+$a->strings["Please use SSL (https) URL if available."] = "Vennligst bruk SSL (https) URL hvis tilgjengelig.";
+$a->strings["Please select a default timezone for your website"] = "Vennligst velg en standard tidssone for ditt nettsted";
+$a->strings["Site settings"] = "Nettstedets innstillinger";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Fant ikke en kommandolinjeversjon av PHP i webtjenerens sti (PATH).";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Hvis du ikke har en kommandolinjeversjon av PHP installert på tjeneren, så vil du ikke kunne kjøre bakgrunnshenting via cron.";
+$a->strings["PHP executable path"] = "PHP-kjørefilens sti";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Skriv full sti til kjørefilen for PHP. Du kan la denne stå blank for å fortsette installasjonen.";
+$a->strings["Command line PHP"] = "Kommandolinje PHP";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" påskrudd.";
+$a->strings["This is required for message delivery to work."] = "Dette er påkrevd for at meldingslevering skal virke.";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Ved kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Lag krypteringsnøkler";
+$a->strings["libCurl PHP module"] = "libCurl PHP-modul";
+$a->strings["GD graphics PHP module"] = "GD graphics PHP-modul";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHP-modul";
+$a->strings["mysqli PHP module"] = "mysqli PHP-modul";
+$a->strings["mb_string PHP module"] = "mb_string PHP-modul";
+$a->strings["mcrypt PHP module"] = "mcrypt PHP-modul";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite-modul";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Feil: Apache web-tjenerens mod-rewrite-modul er påkrevd, men ikke installert.";
+$a->strings["proc_open"] = "proc_open";
+$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Feil: proc_open er påkrevd, men er enten ikke installert eller har blitt avskrudd i php.ini";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Feil: libCURL PHP-modul er påkrevd, men er ikke installert.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Feil: GD graphics PHP-modul med JPEG-støtte er påkrevd, men er ikke installert.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Feil: openssl PHP-modul er påkrevd, men er ikke installert.";
+$a->strings["Error: mysqli PHP module required but not installed."] = "Feil: mysqli PHP-modul er påkrevd, men er ikke installert.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Feil: mb_string PHP-modul er påkrevd, men er ikke installert.";
+$a->strings["Error: mcrypt PHP module required but not installed."] = "Feil: mcrypt PHP-modul er påkrevd, men er ikke installert.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Web-installasjonen må kunne lage en fil kalt \".htconfig.php\" i toppkatalogen til web-tjeneren din, men dette får den ikke til.";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Dette er oftest tillatelsesinnstilling, ettersom webtjeneren kanskje kan skrive til filer i din mappe - selv om du kan.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "På slutten av denne prosedyren vil vi gi deg en tekst til å lagre i en fil kalt .htconfig.php i toppkatalogen til din Red.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Alternativt, så kan du hoppe over denne prosedyren og gjennomføre en manuell installasjon. Vennligst se filen \"install/INSTALL.txt\" for instruksjoner.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php kan skrives til";
+$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red bruker malmotoren Smarty3 for å gjengi sine webvisninger. Smarty3 kompilerer malene om til PHP for å framskynde gjengivelsen.";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/tpl/smarty3/ under the Red top level folder."] = "For å kunne lagre disse kompilerte malene, så må webtjeneren ha skrivetilgang til katalogen view/tpl/smarty3/ under Red sin hovedmappe.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Vennligst sikre at brukeren som din web-tjeneste kjører som (for eksempel www-data) har skrivetilgang til denne katalogen.";
+$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = "Merknad: som et sikkerhetstiltak bør du bare gi webtjerenn skrivetilgang til view/tpl/smarty3/ - ikke til malfilene (.tpl) som den inneholder.";
+$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 er skrivbar";
+$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red bruker lagringsmappen for å lagre opplastede filer. Webtjeneren trenger å ha skrivetilgang til lagringsmappen under Red sin toppnivåmappe.";
+$a->strings["store is writable"] = "lageret kan skrives til";
+$a->strings["SSL certificate validation"] = "SSL sertifikat-kontroll";
+$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL-sertifikatet kan ikke kontrolleres. Fiks sertifikatet eller skru av https tilgang til dette nettstedet.";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite i .htaccess virker ikke. Sjekk konfigurasjonen på tjeneren.";
+$a->strings["Url rewrite is working"] = "URL rewrite virker";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Databasekonfigurasjonsfilen \".htconfig.php\" kunne ikke skrives. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i toppkatalogen av din web-tjener.";
+$a->strings["Errors encountered creating database tables."] = "Feil oppstod under opprettelsen av databasetabeller.";
+$a->strings["
What next
"] = "
Hva gjenstår
";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIG: Du må [manuelt] sette opp en automatisert tidfestet oppgave til bakgrunnshenteren.";
+$a->strings["Version %s"] = "Versjon %s";
+$a->strings["Installed plugins/addons/apps:"] = "Installerte tilleggsfunksjoner/tillegg/apper:";
+$a->strings["No installed plugins/addons/apps"] = "Ingen installerte tilleggsfunksjoner/tillegg/apper";
+$a->strings["Red"] = "Red";
+$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Dette er en hub i Red Matrix - et globalt kooperativt nettverk av desentraliserte personvernforsterkede nettsteder.";
+$a->strings["Running at web location"] = "Kjører på webplasseringen";
+$a->strings["Please visit GetZot.com to learn more about the Red Matrix."] = "Vennligst besøk GetZot.com for å lære mer om Red Matrix.";
+$a->strings["Bug reports and issues: please visit"] = "Feilmeldinger og feilretting: vennligst besøk";
+$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Forslag, ros og så videre - vennligst e-post \"redmatrix\" hos librelist - punktum com";
+$a->strings["Site Administrators"] = "Nettstedsadministratorer";
+$a->strings["Add a Channel"] = "Legg til en kanal";
+$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "En kanal er din egen samling av relaterte web-sider. En kanal kan brukes til å samle sosiale nettverksprofiler, blogger, samtalegrupper og forum, kjendissider og mye mer. Du kan lage så mange kanaler som din tjenestetilbyder tillater.";
+$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Eksempel: \"Ola Nordmann\", \"Lisa og hestene hennes\", \"Fotball\", \"Sykkelgruppa\"";
+$a->strings["Choose a short nickname"] = "Velg et kort kallenavn";
+$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Ditt kallenavn brukes til å lage en kanaladresse som er enkel å huske (minner om en e-postadresse) og som du kan dele med andre.";
+$a->strings["Or import an existing channel from another location"] = "Eller importerer en eksisterende kanal fra et annet sted.";
+$a->strings["No valid account found."] = "Ingen gyldig konto funnet.";
+$a->strings["Password reset request issued. Check your email."] = "Forespørsel om å tilbakestille passord er mottatt. Sjekk e-posten din.";
+$a->strings["Site Member (%s)"] = "Nettstedsmedlem (%s)";
+$a->strings["Password reset requested at %s"] = "Forespurt om å tilbakestille passord hos %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Forespørsel kunne ikke bekreftes. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord mislyktes.";
+$a->strings["Password Reset"] = "Tilbakestill passord";
+$a->strings["Your password has been reset as requested."] = "Ditt passord har blitt tilbakestilt som forespurt.";
+$a->strings["Your new password is"] = "Ditt nye passord er";
+$a->strings["Save or copy your new password - and then"] = "Lagre eller kopier ditt nye passord, og deretter kan du";
+$a->strings["click here to login"] = "klikke her for å logge inn";
+$a->strings["Your password may be changed from the Settings page after successful login."] = "Ditt passord kan endres på siden Innstillinger etter vellykket innlogging.";
+$a->strings["Your password has changed at %s"] = "Ditt passord er endret hos %s";
+$a->strings["Forgot your Password?"] = "Glemt passord ditt?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Skriv e-postadressen din og send inn for å tilbakestille passordet ditt. Sjekk deretter din e-post for videre instruksjoner.";
+$a->strings["Email Address"] = "E-postadresse";
+$a->strings["Reset"] = "Tilbakestill";
+$a->strings["Select a bookmark folder"] = "Velg en bokmerkemappe";
+$a->strings["Save Bookmark"] = "Lagre bokmerke";
+$a->strings["URL of bookmark"] = "URL-en til bokmerket";
+$a->strings["Description"] = "Beskrivelse";
+$a->strings["Or enter new bookmark folder name"] = "Eller skriv nytt navn på bokmerkemappe";
+$a->strings["Nothing to import."] = "Ingenting å importere.";
+$a->strings["Unable to download data from old server"] = "Ikke i stand til å laste ned data fra gammel tjener";
+$a->strings["Imported file is empty."] = "Importert fil er tom.";
+$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan ikke lage en kopi av kanal-identifikatoren på dette systemet. Import mislyktes.";
+$a->strings["Channel clone failed. Import failed."] = "Kanalkloning mislyktes. Import mislyktes.";
+$a->strings["Cloned channel not found. Import failed."] = "Klonet kanal ble ikke funnet. Import mislyktes.";
+$a->strings["Import completed."] = "Import ferdig.";
+$a->strings["You must be logged in to use this feature."] = "Du må være innlogget for å bruke denne funksjonen.";
+$a->strings["Import Channel"] = "Importer kanal";
+$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "Bruk dette skjemaet til å importere en eksisterende kanal fra en annen tjener/hub. Du kan hente kanalidentiteten fra den gamle tjeneren/hubben via nettverket eller bruke en eksportert fil. Bare identiteten og forbindelser/relasjoner vil bli importert. Importering av innhold er ennå ikke tilgjengelig.";
+$a->strings["File to Upload"] = "Fil som skal lastes opp";
+$a->strings["Or provide the old server/hub details"] = "Eller oppgi detaljene fra den gamle tjeneren/hub-en";
+$a->strings["Your old identity address (xyz@example.com)"] = "Din gamle identitetsadresse (xyz@example.com)";
+$a->strings["Your old login email address"] = "Din gamle innloggings e-postadresse";
+$a->strings["Your old login password"] = "Ditt gamle innloggingspassord";
+$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Enten du tar det ene eller det andre valget, vennligst angi om du vil at denne hubben skal være din nye primære adresse, eller om din gamle plassering skal fortsette å ha denne rollen. Du kan lage innlegg fra den ene eller den andre plasseringen, men bare en av dem kan markeres som den primære plasseringen for filer, bilder og media.";
+$a->strings["Make this hub my primary location"] = "Gjør dette nettstedet til min primære plassering";
+$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du har laget %1$.0f av %2$.0f tillatte kanaler.";
+$a->strings["Create a new channel"] = "Lag en ny kanal";
+$a->strings["Channel Manager"] = "Kanalstyring";
+$a->strings["Current Channel"] = "Gjeldende kanal";
+$a->strings["Attach to one of your channels by selecting it."] = "Bytt til en av dine kanaler ved å velge den.";
+$a->strings["Default Channel"] = "Standardkanal";
+$a->strings["Make Default"] = "Gjør til standard";
+$a->strings["Total votes"] = "Totalt antall stemmer";
+$a->strings["Average Rating"] = "Gjennomsnittlig vurdering";
+$a->strings["Profile Match"] = "Profiltreff";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord til din standardprofil.";
+$a->strings["is interested in:"] = "er interessert i:";
+$a->strings["No matches"] = "Ingen treff";
+$a->strings["invalid target signature"] = "Målets signatur er ugyldig";
+$a->strings["Away"] = "Borte";
+$a->strings["Online"] = "Online";
+$a->strings["Unable to lookup recipient."] = "Ikke i stand til å slå opp mottaker.";
+$a->strings["Unable to communicate with requested channel."] = "Ikke i stand til å kommunisere med forespurt kanal.";
+$a->strings["Cannot verify requested channel."] = "Kan ikke bekrefte forespurt kanal.";
+$a->strings["Selected channel has private message restrictions. Send failed."] = "Valgt kanal har restriksjoner for private meldinger. Sending feilet.";
+$a->strings["Messages"] = "Meldinger";
+$a->strings["Message deleted."] = "Melding slettet.";
+$a->strings["Message recalled."] = "Innlegg tilbakekalt.";
+$a->strings["Send Private Message"] = "Send privat melding";
+$a->strings["To:"] = "Til:";
+$a->strings["Subject:"] = "Emne:";
+$a->strings["Message not found."] = "Melding ikke funnet.";
+$a->strings["Delete message"] = "Slett melding";
+$a->strings["Recall message"] = "Tilbakekall innlegg";
+$a->strings["Message has been recalled."] = "Innlegget har blitt tilbakekalt.";
+$a->strings["Private Conversation"] = "Privat samtale";
+$a->strings["Delete conversation"] = "Slett samtale";
+$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Ingen sikret kommunikasjon tilgjengelig. Du kan muligens greie å svare via senderens profilside.";
+$a->strings["Send Reply"] = "Send svar";
+$a->strings["OpenID protocol error. No ID returned."] = "OpenID protokollfeil. Ingen ID ble returnert.";
+$a->strings["Edit Layout"] = "Endre layout";
+$a->strings["Delete layout?"] = "Slett layout?";
+$a->strings["Delete Layout"] = "Slett layout";
+$a->strings["Image uploaded but image cropping failed."] = "Bildet ble lastet opp, men beskjæring av bildet mislyktes.";
+$a->strings["Image resize failed."] = "Endring av bildestørrelse mislyktes.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Hold nede Shift-knappen og last siden på nytt eller tøm nettleserens mellomlager hvis det nye bildet ikke vises umiddelbart.";
+$a->strings["Image exceeds size limit of %d"] = "Bildet overstiger størrelsesbegrensningen på %d";
+$a->strings["Unable to process image."] = "Kan ikke behandle bildet.";
+$a->strings["Photo not available."] = "Bildet er ikke tilgjengelig.";
+$a->strings["Upload File:"] = "Last opp fil:";
+$a->strings["Select a profile:"] = "Velg en profil:";
+$a->strings["Upload Profile Photo"] = "Last opp profilbilde:";
+$a->strings["Upload"] = "Last opp";
+$a->strings["skip this step"] = "hopp over dette steget";
+$a->strings["select a photo from your photo albums"] = "velg et bilde fra dine fotoalbum";
+$a->strings["Crop Image"] = "Beskjær bildet";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Vennligst juster bildebeskjæringen for optimal visning.";
+$a->strings["Done Editing"] = "Avslutt redigering";
+$a->strings["Image uploaded successfully."] = "Opplasting av bildet var vellykket.";
+$a->strings["Image upload failed."] = "Opplasting av bildet mislyktes.";
+$a->strings["Image size reduction [%s] failed."] = "Forminsking av bildet [%s] mislyktes.";
+$a->strings["Blocked"] = "Blokkert";
+$a->strings["Ignored"] = "Ignorert";
+$a->strings["Hidden"] = "Skjult";
+$a->strings["Archived"] = "Arkivert";
+$a->strings["Unconnected"] = "Ikke tilkoblet";
+$a->strings["All"] = "Alle";
+$a->strings["Suggest new connections"] = "Foreslå nye forbindelser";
+$a->strings["Show pending (new) connections"] = "Vis ventende (nye) forbindelser";
+$a->strings["Show all connections"] = "Vis alle forbindelser";
+$a->strings["Unblocked"] = "Ikke blokkert lenger";
+$a->strings["Only show unblocked connections"] = "Vis bare forbindelser som ikke er blokkert";
+$a->strings["Only show blocked connections"] = "Vis bare forbindelser som er blokkert";
+$a->strings["Only show ignored connections"] = "Vis bare ignorerte forbindelser";
+$a->strings["Only show archived connections"] = "Vis bare arkiverte forbindelser";
+$a->strings["Only show hidden connections"] = "Vis bare skjulte forbindelser";
+$a->strings["Only show one-way connections"] = "Vis bare en-veis-forbindelser";
+$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
+$a->strings["Edit contact"] = "Endre kontakt";
+$a->strings["Search your connections"] = "Søk blant dine forbindelser";
+$a->strings["Finding: "] = "Fant:";
+$a->strings["Invalid request identifier."] = "Ugyldig forespørselsidentifikator.";
+$a->strings["Discard"] = "Forkast";
+$a->strings["No more system notifications."] = "Ingen flere systemvarsler.";
+$a->strings["System Notifications"] = "Systemvarsler";
+$a->strings["Block Name"] = "Byggeklossens navn";
+$a->strings["Unable to find your hub."] = "Ikke i stand til å finne hubben din.";
+$a->strings["Post successful."] = "Innlegg vellykket.";
+$a->strings["Edit Webpage"] = "Endre webside";
+$a->strings["Delete webpage?"] = "Slett webside?";
+$a->strings["Delete Webpage"] = "Slett webside";
+$a->strings["Access to this profile has been restricted."] = "Tilgang til denne profilen er begrenset.";
+$a->strings["Poke/Prod"] = "Prikke/oppildne";
+$a->strings["poke, prod or do other things to somebody"] = "prikke, oppildne eller gjør andre ting med noen";
+$a->strings["Recipient"] = "Mottaker";
+$a->strings["Choose what you wish to do to recipient"] = "Velg hva du ønsker å gjøre med mottakeren";
+$a->strings["Make this post private"] = "Gjør dette innlegget privat";
+$a->strings["Insufficient permissions. Request redirected to profile page."] = "Utilstrekkelig tillatelse. Forespørsel omdirigert til profilsiden.";
+$a->strings["Not available."] = "Ikke tilgjengelig.";
+$a->strings["Community"] = "Felleskapet";
+$a->strings["No results."] = "Ingen resultater.";
+$a->strings["Contact not found."] = "Kontakten ble ikke funnet.";
+$a->strings["Friend suggestion sent."] = "Venneforespørsel sendt.";
+$a->strings["Suggest Friends"] = "Foreslå venner";
+$a->strings["Suggest a friend for %s"] = "Foreslå en venn for %s";
+$a->strings["Edit Block"] = "Endre byggekloss";
+$a->strings["Delete block?"] = "Slett byggeklossen?";
+$a->strings["Delete Block"] = "Slett byggekloss";
+$a->strings["Status: "] = "Status:";
+$a->strings["Sexual Preference: "] = "Seksuelle preferanser:";
+$a->strings["Homepage: "] = "Hjemmeside:";
+$a->strings["Hometown: "] = "Hjemby:";
+$a->strings["About: "] = "Om:";
+$a->strings["Keywords: "] = "Nøkkelord:";
+$a->strings["Permission Denied."] = "Tillatelse avvist.";
+$a->strings["File not found."] = "Filen ble ikke funnet.";
+$a->strings["Edit file permissions"] = "Endre filtillatelser";
+$a->strings["Permissions"] = "Tillatelser";
+$a->strings["Include all files and sub folders"] = "Inkluder alle filer og undermapper";
+$a->strings["Return to file list"] = "Gå tilbake til filoversikten";
+$a->strings["Copy/paste this code to attach file to a post"] = "Kopier og lim inn denne koden for å legge til filen i et innlegg";
+$a->strings["Copy/paste this URL to link file from a web page"] = "Kopier og lim inn denne URL-en for å lenke til filen fra en webside";
+$a->strings["Download"] = "Last ned";
+$a->strings["Used: "] = "Brukt:";
+$a->strings["[directory]"] = "[mappe]";
+$a->strings["Limit: "] = "Grense:";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Ingen forslag tilgjengelige. Hvis dette er et nytt nettsted, vennligst prøv igjen om 24 timer.";
+$a->strings["Conversation removed."] = "Samtale fjernet.";
+$a->strings["No messages."] = "Ingen meldinger.";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["Public Sites"] = "Offentlige nettsteder";
+$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links may provide additional details."] = "Nettstedene på listen tillater offentlig registrering i Red Matrix. Alle nettsteder i matrix er forbundet så medlemskap på enhver av dem formidler medlemskap i hele matrix. Noen nettsteder kan kreve abonnement eller tilby lagdelte tjenesteavtaler. Tilbyderlenkene kan gi tilleggsopplysninger.";
+$a->strings["Site URL"] = "Nettstedets URL";
+$a->strings["Access Type"] = "Tilgangstype";
+$a->strings["Registration Policy"] = "Retningslinjer for registrering";
+$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Antallet daglige registreringer ved nettstedet er overskredet. Vær vennlig å prøve igjen imorgen.";
+$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Vennligst angi at tjenesteavtalen er akseptert. Registrering mislyktes.";
+$a->strings["Passwords do not match."] = "Passordene er ikke like.";
+$a->strings["Registration successful. Please check your email for validation instructions."] = "Registreringen er vellykket. Vennligst sjekk e-posten din for å bekrefte opprettelsen.";
+$a->strings["Your registration is pending approval by the site owner."] = "Din registrering venter på godkjenning av nettstedets eier.";
+$a->strings["Your registration can not be processed."] = "Din registrering kan ikke behandles.";
+$a->strings["Registration on this site/hub is by approval only."] = "Registrering på dette nettstedet/denne hubben skjer bare gjennom godkjenning.";
+$a->strings["Register at another affiliated site/hub"] = "Registrer på et annet tilknyttet nettsted/hub";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Dette nettstedet har overskredet antallet tillate kontoregistreringer per dag. Vennligst prøv igjen imorgen.";
+$a->strings["Terms of Service"] = "Tjenesteavtale";
+$a->strings["I accept the %s for this website"] = "Jeg godtar %s for dette nettstedet";
+$a->strings["I am over 13 years of age and accept the %s for this website"] = "Jeg er over 13 år gammel og aksepterer %s for dette nettstedet.";
+$a->strings["Membership on this site is by invitation only."] = "Medlemskap ved dette nettstedet skjer kun via invitasjon.";
+$a->strings["Please enter your invitation code"] = "Vennligst skriv din invitasjonskode";
+$a->strings["Your email address"] = "Din e-postadresse";
+$a->strings["Choose a password"] = "Velg et passord";
+$a->strings["Please re-enter your password"] = "Vennligst skriv ditt passord en gang til";
+$a->strings["Please login."] = "Vennligst logg inn.";
+$a->strings["Remove This Channel"] = "Fjern denne kanalen";
+$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Dette vil fullstendig fjerne kanalen fra nettverket. Når det er gjort kan det ikke angres.";
+$a->strings["Please enter your password for verification:"] = "Vennligst skriv ditt passord for å få bekreftelse:";
+$a->strings["Remove this channel and all its clones from the network"] = "Fjern denne kanalen og alle dens kloner fra nettverket";
+$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Som standard vil bare forekomsten av denne kanalen lokalisert på denne hubben bli fjernet fra nettverket";
+$a->strings["Remove Channel"] = "Fjern kanal";
+$a->strings["Page owner information could not be retrieved."] = "Informasjon om sideeier kunne ikke hentes.";
+$a->strings["Album not found."] = "Albumet ble ikke funnet.";
+$a->strings["Delete Album"] = "Slett album";
+$a->strings["Delete Photo"] = "Slett bilde";
+$a->strings["No photos selected"] = "Ingen bilder valgt";
+$a->strings["Access to this item is restricted."] = "Tilgang til dette elementet er begrenset.";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Du har brukt %1$.2f Mbytes av %2$.2f Mbytes i bildelageret.";
+$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Du har brukt %1$.2f Mbytes av bildelageret.";
+$a->strings["Upload Photos"] = "Last opp bilder";
+$a->strings["New album name: "] = "Nytt albumnavn:";
+$a->strings["or existing album name: "] = "eller eksisterende albumnavn:";
+$a->strings["Do not show a status post for this upload"] = "Ikke lag et statusinnlegg for denne oppdateringen";
+$a->strings["Contact Photos"] = "Kontaktbilder";
+$a->strings["Edit Album"] = "Endre album";
+$a->strings["Show Newest First"] = "Vis nyeste først";
+$a->strings["Show Oldest First"] = "Vis eldste først";
+$a->strings["View Photo"] = "Vis foto";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Tillatelse avvist. Tilgang til dette elementet kan være begrenset.";
+$a->strings["Photo not available"] = "Bilde er utilgjengelig";
+$a->strings["Use as profile photo"] = "Bruk som profilbilde";
+$a->strings["View Full Size"] = "Vis i full størrelse";
+$a->strings["Edit photo"] = "Endre bilde";
+$a->strings["Rotate CW (right)"] = "Roter med klokka (mot høyre)";
+$a->strings["Rotate CCW (left)"] = "Roter mot klokka (venstre)";
+$a->strings["New album name"] = "Nytt albumnavn";
+$a->strings["Caption"] = "Overskrift";
+$a->strings["Add a Tag"] = "Legg til merkelapp";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Eksempel: @ola, @Kari_Nordmann, @jim@example.com, #Norge, #telttur";
+$a->strings["In This Photo:"] = "I dette bildet:";
+$a->strings["View Album"] = "Vis album";
+$a->strings["Recent Photos"] = "Nye bilder";
+$a->strings["Mood"] = "Stemning";
+$a->strings["Set your current mood and tell your friends"] = "Angi ditt nåværende humør og fortell dine venner";
+$a->strings["sent you a private message"] = "sendte deg en privat melding";
+$a->strings["added your channel"] = "la til din kanal";
+$a->strings["posted an event"] = "la ut en hendelse";
+$a->strings["Theme settings"] = "Temainnstillinger";
+$a->strings["Set scheme"] = "Angi skjema";
+$a->strings["Narrow navbar"] = "Smal navigasjonslinje";
+$a->strings["Navigation bar background colour"] = "Navigasjonslinjens bakgrunnsfarge";
+$a->strings["Navigation bar gradient top colour"] = "Navigasjonslinjens graderte toppfarge";
+$a->strings["Navigation bar gradient bottom colour"] = "Navigasjonslinjens graderte bunnfarge";
+$a->strings["Navigation active button gradient top colour"] = "Aktiv navigasjonsknapp sin graderte toppfarge";
+$a->strings["Navigation active button gradient bottom colour"] = "Aktiv navigasjonsknapp sin graderte bunnfarge";
+$a->strings["Navigation bar border colour "] = "Navigasjonslinjens kantfarge";
+$a->strings["Navigation bar icon colour "] = "Navigasjonslinjens ikonfarge";
+$a->strings["Navigation bar active icon colour "] = "Navigasjonslinjens aktive ikoners farge";
+$a->strings["link colour"] = "lenkefarge";
+$a->strings["Set font-colour for banner"] = "Angi skriftfargen for banneret";
+$a->strings["Set the background colour"] = "Angi bakgrunnsfargen";
+$a->strings["Set the background image"] = "Angi bakgrunnsbilde";
+$a->strings["Set the background colour of items"] = "Angi bakgrunnsfargen til elementer";
+$a->strings["Set the opacity of items"] = "Angi dekkevnen til elementer";
+$a->strings["Set the basic colour for item icons"] = "Angi grunnfargen for elementikoner";
+$a->strings["Set the hover colour for item icons"] = "Angi fargen til elementikoner ved berøring";
+$a->strings["Set font-size for the entire application"] = "Angi skriftstørrelsen for hele programmet";
+$a->strings["Set font-size for posts and comments"] = "Angi skriftstørrelse for innlegg og kommentarer";
+$a->strings["Set font-colour for posts and comments"] = "Angi skriftfargen for innlegg og kommentarer";
+$a->strings["Set radius of corners"] = "Angi hjørneradius";
+$a->strings["Set shadow depth of photos"] = "Angi skyggedybden til bilder";
+$a->strings["Set maximum width of conversation regions"] = "Angi største bredde for samtaleregioner";
+$a->strings["Set minimum opacity of nav bar - to hide it"] = "Angi minste dekkevne for navigasjonslinjen - for å skjule den";
+$a->strings["Set size of conversation author photo"] = "Angi størrelsen for samtalens forfatterbilde";
+$a->strings["Set size of followup author photos"] = "Angi størrelsen på forfatterbilder ved oppfølging";
+$a->strings["Sloppy photo albums"] = "Slurvete fotoalbum";
+$a->strings["Are you a clean desk or a messy desk person?"] = "Er du en person med ryddig arbeidsbord eller et rotete arbeidsbord?";
+$a->strings["Schema Default"] = "Standardskjema";
+$a->strings["Sans-Serif"] = "Sans-Serif";
+$a->strings["Monospace"] = "Monospace";
+$a->strings["Set font face"] = "Angi skrifttype";
+$a->strings["Set iconset"] = "Angi ikonsett";
+$a->strings["Set big shadow size, default 15px 15px 15px"] = "Angi stor skyggestørrelse, standard 15px 15px 15px";
+$a->strings["Set small shadow size, default 5px 5px 5px"] = "Angi liten skyggestørrelse, standard 5px 5px 5px";
+$a->strings["Set shadow colour, default #000"] = "Angi skyggefarge, standard #000";
+$a->strings["Set radius size, default 5px"] = "Angi størrelsen på radius, standard 5px";
+$a->strings["Set line-height for posts and comments"] = "Angi linjeavstand for innlegg og kommentarer";
+$a->strings["Set background image"] = "Angi bakgrunnsbilde";
+$a->strings["Set background attachment"] = "Angi bakgrunnsvedlegg";
+$a->strings["Set background colour"] = "Angi bakgrunnsbilde";
+$a->strings["Set section background image"] = "Angi seksjonens bakgrunnsbilde";
+$a->strings["Set section background colour"] = "Angi seksjonens bakgrunnsfarge";
+$a->strings["Set colour of items - use hex"] = "Angi fargen til elementer - bruk hex";
+$a->strings["Set colour of links - use hex"] = "Angi fargen til lenker - bruk hex";
+$a->strings["Set max-width for items. Default 400px"] = "Angi største bredde for elementer. Standard 400px.";
+$a->strings["Set min-width for items. Default 240px"] = "Angi minste bredde for elementer. Standard 240px.";
+$a->strings["Set the generic content wrapper width. Default 48%"] = "Angi bredden til den generelle innholdsinnpakningen. Standard 48%";
+$a->strings["Set colour of fonts - use hex"] = "Angi skriftfargen - bruk hex";
+$a->strings["Set background-size element"] = "Angi størrelsen på bakgrunnselementet";
+$a->strings["Item opacity"] = "Elementets dekkevne";
+$a->strings["Display post previews only"] = "Vis kun forhåndsvisning av innlegg";
+$a->strings["Display side bar on channel page"] = "Vis sidestolpe på kanalsiden";
+$a->strings["Colour of the navigation bar"] = "Fargen til navigasjonslinjen";
+$a->strings["Item float"] = "Elementflyt";
+$a->strings["Left offset of the section element"] = "Til venstre for seksjonselementet";
+$a->strings["Right offset of the section element"] = "Til høyre for seksjonselementet";
+$a->strings["Section width"] = "Seksjonsbredde";
+$a->strings["Left offset of the aside"] = "Til venstre for sidestolpen";
+$a->strings["Right offset of the aside element"] = "Til høyre for sidestolpen";
+$a->strings["None"] = "Ingen";
+$a->strings["Header image"] = "Topptekstbilde";
+$a->strings["Header image only on profile pages"] = "Topptekstbilde bare på profilsider";
+$a->strings["Update %s failed. See error logs."] = "Oppdatering %s mislyktes. Se feilloggen.";
+$a->strings["Update Error at %s"] = "Oppdateringsfeil ved %s";
+$a->strings["Create an account to access services and applications within the Red Matrix"] = "Lag en konto for å få tilgang til tjenester og programmer i Red Matrix";
+$a->strings["Password"] = "Passord";
+$a->strings["Remember me"] = "Husk meg";
+$a->strings["Forgot your password?"] = "Glemt passordet ditt?";
+$a->strings["permission denied"] = "tillatelse avvist";
+$a->strings["Got Zot?"] = "Har du Zot?";
+$a->strings["toggle mobile"] = "Skru på mobil";
diff --git a/view/pdl/mod_channel.pdl b/view/pdl/mod_channel.pdl
index dde8830ee..6cbc0c0e4 100644
--- a/view/pdl/mod_channel.pdl
+++ b/view/pdl/mod_channel.pdl
@@ -4,3 +4,4 @@
[widget=categories][/widget]
[widget=tagcloud_wall][var=limit]24[/var][/widget]
[/region]
+
diff --git a/view/pdl/mod_chat.pdl b/view/pdl/mod_chat.pdl
index 6b1d2a15e..cdc66dd3d 100644
--- a/view/pdl/mod_chat.pdl
+++ b/view/pdl/mod_chat.pdl
@@ -1,3 +1,5 @@
[region=aside]
[widget=profile][/widget]
+[widget=bookmarkedchats][/widget]
+[widget=suggestedchats][/widget]
[/region]
diff --git a/view/pdl/mod_network.pdl b/view/pdl/mod_network.pdl
index 7624ace01..11cadb5aa 100644
--- a/view/pdl/mod_network.pdl
+++ b/view/pdl/mod_network.pdl
@@ -12,4 +12,5 @@
[region=content]
[widget=affinity][/widget]
$content
-[/region]
\ No newline at end of file
+[/region]
+
diff --git a/view/pdl/mod_new_channel.pdl b/view/pdl/mod_new_channel.pdl
index 733bc248a..90026f7fe 100644
--- a/view/pdl/mod_new_channel.pdl
+++ b/view/pdl/mod_new_channel.pdl
@@ -1 +1 @@
-[layout]full[/layout]
+[template]full[/template]
diff --git a/view/pdl/mod_register.pdl b/view/pdl/mod_register.pdl
index 733bc248a..90026f7fe 100644
--- a/view/pdl/mod_register.pdl
+++ b/view/pdl/mod_register.pdl
@@ -1 +1 @@
-[layout]full[/layout]
+[template]full[/template]
diff --git a/view/php/choklet.php b/view/php/choklet.php
new file mode 100644
index 000000000..fcfaf7804
--- /dev/null
+++ b/view/php/choklet.php
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/view/php/default.php b/view/php/default.php
index 3573bf829..01cd8a0d4 100644
--- a/view/php/default.php
+++ b/view/php/default.php
@@ -1,19 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/view/php/full.php b/view/php/full.php
index d8643d5a1..99653c06d 100644
--- a/view/php/full.php
+++ b/view/php/full.php
@@ -6,7 +6,8 @@
-
+
+
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index b6aa5de0f..45eb2fc1d 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -2,8 +2,6 @@
require_once('include/plugin.php');
-head_add_css('library/bootstrap/css/bootstrap-theme.min.css');
-head_add_css('library/bootstrap/css/bootstrap.min.css');
head_add_css('library/fancybox/jquery.fancybox-1.3.4.css');
head_add_css('library/tiptip/tipTip.css');
head_add_css('library/jgrowl/jquery.jgrowl.css');
@@ -11,13 +9,10 @@ head_add_css('library/jslider/css/jslider.css');
head_add_css('library/colorbox/colorbox.css');
head_add_css('view/css/conversation.css');
-head_add_css('view/css/bootstrap-red.css');
head_add_css('view/css/widgets.css');
-head_add_css('library/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css');
+
head_add_js('jquery.js');
-head_add_js('library/bootstrap/js/bootstrap.min.js');
-head_add_js('library/bootstrap/js/bootbox.min.js');
head_add_js('jquery-migrate-1.1.1.js');
//head_add_js('jquery-compat.js');
head_add_js('spin.js');
@@ -42,8 +37,6 @@ head_add_js('crypto.js');
head_add_js('library/jslider/bin/jquery.slider.min.js');
head_add_js('docready.js');
head_add_js('library/colorbox/jquery.colorbox-min.js');
-head_add_js('library/bootstrap-datetimepicker/js/moment.js');
-head_add_js('library/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js');
/**
* Those who require this feature will know what to do with it.
diff --git a/view/pt-br/messages.po b/view/pt-br/messages.po
index 74288b429..1a9fc7b70 100644
--- a/view/pt-br/messages.po
+++ b/view/pt-br/messages.po
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Red Matrix\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-02-21 00:03-0800\n"
-"PO-Revision-Date: 2014-02-24 17:27+0000\n"
+"POT-Creation-Date: 2014-02-28 00:02-0800\n"
+"PO-Revision-Date: 2014-03-01 05:55+0000\n"
"Last-Translator: solstag \n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/red-matrix/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@ msgid "Categories"
msgstr "Categorias"
#: ../../include/widgets.php:115 ../../include/widgets.php:155
-#: ../../include/Contact.php:107 ../../include/identity.php:632
+#: ../../include/Contact.php:107 ../../include/identity.php:643
#: ../../mod/directory.php:184 ../../mod/match.php:62
#: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51
msgid "Connect"
@@ -70,7 +70,8 @@ msgid "Notes"
msgstr "Notas"
#: ../../include/widgets.php:173 ../../include/text.php:759
-#: ../../include/text.php:773 ../../mod/filer.php:36
+#: ../../include/text.php:773 ../../mod/filer.php:36 ../../mod/rbmark.php:28
+#: ../../mod/rbmark.php:98
msgid "Save"
msgstr "Salvar"
@@ -191,6 +192,14 @@ msgstr "Nova mensagem"
msgid "Chat Rooms"
msgstr "Salas de bate-papo"
+#: ../../include/widgets.php:603
+msgid "Bookmarked Chatrooms"
+msgstr "Salas de bate-papo guardadas"
+
+#: ../../include/widgets.php:621
+msgid "Suggested Chatrooms"
+msgstr "Salas de bate-papo sugeridas"
+
#: ../../include/acl_selectors.php:235
msgid "Visible to everybody"
msgstr "Visível para todos"
@@ -339,7 +348,7 @@ msgstr "Registrar"
msgid "Create an account"
msgstr "Criar uma conta"
-#: ../../include/nav.php:134 ../../mod/help.php:60 ../../mod/help.php:64
+#: ../../include/nav.php:134 ../../mod/help.php:60 ../../mod/help.php:65
msgid "Help"
msgstr "Ajuda"
@@ -1246,7 +1255,7 @@ msgstr "Início:"
msgid "Finishes:"
msgstr "Fim:"
-#: ../../include/event.php:40 ../../include/identity.php:683
+#: ../../include/event.php:40 ../../include/identity.php:694
#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462
#: ../../mod/directory.php:157 ../../mod/dirprofile.php:111
msgid "Location:"
@@ -1306,95 +1315,103 @@ msgid "show fewer"
msgstr "exibir menos"
#: ../../include/js_strings.php:9
+msgid "+ Show More"
+msgstr "+ Exibir Mais"
+
+#: ../../include/js_strings.php:10
+msgid "- Show Less"
+msgstr "- Exibir Menos"
+
+#: ../../include/js_strings.php:11
msgid "Password too short"
msgstr "A senha é muito curta"
-#: ../../include/js_strings.php:10
+#: ../../include/js_strings.php:12
msgid "Passwords do not match"
msgstr "As senhas não correspondem"
-#: ../../include/js_strings.php:11 ../../mod/photos.php:39
+#: ../../include/js_strings.php:13 ../../mod/photos.php:39
msgid "everybody"
msgstr "todos"
-#: ../../include/js_strings.php:12
+#: ../../include/js_strings.php:14
msgid "Secret Passphrase"
msgstr "Frase secreta"
-#: ../../include/js_strings.php:13
+#: ../../include/js_strings.php:15
msgid "Passphrase hint"
msgstr "Dica da frase secreta"
-#: ../../include/js_strings.php:15
+#: ../../include/js_strings.php:17
msgid "timeago.prefixAgo"
msgstr "timeago.prefixAgo"
-#: ../../include/js_strings.php:16
-msgid "timeago.suffixAgo"
-msgstr "timeago.suffixAgo"
+#: ../../include/js_strings.php:18
+msgid "timeago.prefixFromNow"
+msgstr "timeago.prefixFromNow"
-#: ../../include/js_strings.php:17
+#: ../../include/js_strings.php:19
msgid "ago"
msgstr "atrás"
-#: ../../include/js_strings.php:18
+#: ../../include/js_strings.php:20
msgid "from now"
msgstr "de agora"
-#: ../../include/js_strings.php:19
+#: ../../include/js_strings.php:21
msgid "less than a minute"
msgstr "menos de um minuto"
-#: ../../include/js_strings.php:20
+#: ../../include/js_strings.php:22
msgid "about a minute"
msgstr "aproximadamente um minuto"
-#: ../../include/js_strings.php:21
+#: ../../include/js_strings.php:23
#, php-format
msgid "%d minutes"
msgstr "%d minutos"
-#: ../../include/js_strings.php:22
+#: ../../include/js_strings.php:24
msgid "about an hour"
msgstr "aproximadamente uma hora"
-#: ../../include/js_strings.php:23
+#: ../../include/js_strings.php:25
#, php-format
msgid "about %d hours"
msgstr "aproximadamente %d horas"
-#: ../../include/js_strings.php:24
+#: ../../include/js_strings.php:26
msgid "a day"
msgstr "um dia"
-#: ../../include/js_strings.php:25
+#: ../../include/js_strings.php:27
#, php-format
msgid "%d days"
msgstr "%d dias"
-#: ../../include/js_strings.php:26
+#: ../../include/js_strings.php:28
msgid "about a month"
msgstr "aproximadamente um mês"
-#: ../../include/js_strings.php:27
+#: ../../include/js_strings.php:29
#, php-format
msgid "%d months"
msgstr "%d meses"
-#: ../../include/js_strings.php:28
+#: ../../include/js_strings.php:30
msgid "about a year"
msgstr "aproximadamente um ano"
-#: ../../include/js_strings.php:29
+#: ../../include/js_strings.php:31
#, php-format
msgid "%d years"
msgstr "%d anos"
-#: ../../include/js_strings.php:30
+#: ../../include/js_strings.php:32
msgid " "
msgstr " "
-#: ../../include/js_strings.php:31
+#: ../../include/js_strings.php:33
msgid "timeago.numbers"
msgstr "timeago.numbers"
@@ -1429,15 +1446,15 @@ msgstr "Fotos do perfil"
#: ../../include/photos.php:15 ../../include/items.php:3575
#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:247
#: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13
-#: ../../mod/invite.php:104 ../../mod/settings.php:493 ../../mod/menu.php:44
+#: ../../mod/invite.php:104 ../../mod/settings.php:492 ../../mod/menu.php:44
#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31
#: ../../mod/bookmarks.php:46 ../../mod/item.php:182 ../../mod/item.php:190
-#: ../../mod/chat.php:87 ../../mod/chat.php:92
+#: ../../mod/chat.php:89 ../../mod/chat.php:94
#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27
#: ../../mod/delegate.php:6 ../../mod/mitem.php:73 ../../mod/group.php:9
#: ../../mod/viewsrc.php:12 ../../mod/editpost.php:13
#: ../../mod/connedit.php:182 ../../mod/layouts.php:27
-#: ../../mod/layouts.php:42 ../../mod/page.php:30 ../../mod/page.php:80
+#: ../../mod/layouts.php:39 ../../mod/page.php:30 ../../mod/page.php:80
#: ../../mod/network.php:12 ../../mod/profiles.php:152
#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:200
#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97
@@ -1516,7 +1533,7 @@ msgstr "mkdir falhou."
msgid "database storage failed."
msgstr "armazenamento de banco de dados falhou."
-#: ../../include/bookmarks.php:31
+#: ../../include/bookmarks.php:42
#, php-format
msgid "%1$s's bookmarks"
msgstr "Links guardados de %1$s"
@@ -1555,7 +1572,7 @@ msgid "Select"
msgstr "Selecionar"
#: ../../include/conversation.php:632 ../../include/ItemObject.php:108
-#: ../../mod/thing.php:236 ../../mod/settings.php:579 ../../mod/group.php:176
+#: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176
#: ../../mod/admin.php:746 ../../mod/connedit.php:359
#: ../../mod/filestorage.php:171 ../../mod/photos.php:1044
msgid "Delete"
@@ -1858,8 +1875,8 @@ msgstr "Encriptar texto"
msgid "OK"
msgstr "Ok"
-#: ../../include/conversation.php:1150 ../../mod/settings.php:517
-#: ../../mod/settings.php:543 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
+#: ../../include/conversation.php:1150 ../../mod/settings.php:516
+#: ../../mod/settings.php:542 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
#: ../../mod/editpost.php:152 ../../mod/fbrowser.php:82
#: ../../mod/fbrowser.php:117
msgid "Cancel"
@@ -1991,10 +2008,6 @@ msgstr "Perfil padrão"
msgid "Requested channel is not available."
msgstr "Canal solicitado não está disponível."
-#: ../../include/identity.php:493
-msgid " Sorry, you don't have the permission to view this profile. "
-msgstr "Desculpe, você não tem permissão para ver este perfil."
-
#: ../../include/identity.php:528 ../../mod/webpages.php:8
#: ../../mod/connect.php:13 ../../mod/layouts.php:8
#: ../../mod/achievements.php:8 ../../mod/blocks.php:10
@@ -2002,190 +2015,194 @@ msgstr "Desculpe, você não tem permissão para ver este perfil."
msgid "Requested profile is not available."
msgstr "O perfil solicitado não está disponível."
-#: ../../include/identity.php:646 ../../mod/profiles.php:603
+#: ../../include/identity.php:580
+msgid " Sorry, you don't have the permission to view this profile. "
+msgstr "Desculpe, você não tem permissão para ver este perfil."
+
+#: ../../include/identity.php:657 ../../mod/profiles.php:603
msgid "Change profile photo"
msgstr "Mudar a foto do perfil"
-#: ../../include/identity.php:652
+#: ../../include/identity.php:663
msgid "Profiles"
msgstr "Perfis"
-#: ../../include/identity.php:652
+#: ../../include/identity.php:663
msgid "Manage/edit profiles"
msgstr "Administrar/editar perfis"
-#: ../../include/identity.php:653 ../../mod/profiles.php:604
+#: ../../include/identity.php:664 ../../mod/profiles.php:604
msgid "Create New Profile"
msgstr "Criar um novo perfil"
-#: ../../include/identity.php:656
+#: ../../include/identity.php:667
msgid "Edit Profile"
msgstr "Editar perfil"
-#: ../../include/identity.php:667 ../../mod/profiles.php:615
+#: ../../include/identity.php:678 ../../mod/profiles.php:615
msgid "Profile Image"
msgstr "Imagem do perfil"
-#: ../../include/identity.php:670 ../../mod/profiles.php:618
+#: ../../include/identity.php:681 ../../mod/profiles.php:618
msgid "visible to everybody"
msgstr "visível para todos"
-#: ../../include/identity.php:671 ../../mod/profiles.php:619
+#: ../../include/identity.php:682 ../../mod/profiles.php:619
msgid "Edit visibility"
msgstr "Editar a visibilidade"
-#: ../../include/identity.php:685 ../../include/identity.php:912
+#: ../../include/identity.php:696 ../../include/identity.php:923
#: ../../mod/directory.php:159
msgid "Gender:"
msgstr "Gênero:"
-#: ../../include/identity.php:686 ../../include/identity.php:932
+#: ../../include/identity.php:697 ../../include/identity.php:943
#: ../../mod/directory.php:161
msgid "Status:"
msgstr "Situação:"
-#: ../../include/identity.php:687 ../../include/identity.php:943
+#: ../../include/identity.php:698 ../../include/identity.php:954
#: ../../mod/directory.php:163
msgid "Homepage:"
msgstr "Página web:"
-#: ../../include/identity.php:688 ../../mod/dirprofile.php:157
+#: ../../include/identity.php:699 ../../mod/dirprofile.php:157
msgid "Online Now"
msgstr "Online agora"
-#: ../../include/identity.php:756 ../../include/identity.php:836
+#: ../../include/identity.php:767 ../../include/identity.php:847
#: ../../mod/ping.php:262
msgid "g A l F d"
msgstr "G l d F"
-#: ../../include/identity.php:757 ../../include/identity.php:837
+#: ../../include/identity.php:768 ../../include/identity.php:848
msgid "F d"
msgstr "F d"
-#: ../../include/identity.php:802 ../../include/identity.php:877
+#: ../../include/identity.php:813 ../../include/identity.php:888
#: ../../mod/ping.php:284
msgid "[today]"
msgstr "[hoje]"
-#: ../../include/identity.php:814
+#: ../../include/identity.php:825
msgid "Birthday Reminders"
msgstr "Lembres de aniversário"
-#: ../../include/identity.php:815
+#: ../../include/identity.php:826
msgid "Birthdays this week:"
msgstr "Aniversários nesta semana:"
-#: ../../include/identity.php:870
+#: ../../include/identity.php:881
msgid "[No description]"
msgstr "[Sem descrição]"
-#: ../../include/identity.php:888
+#: ../../include/identity.php:899
msgid "Event Reminders"
msgstr "Lembretes de eventos"
-#: ../../include/identity.php:889
+#: ../../include/identity.php:900
msgid "Events this week:"
msgstr "Eventos nesta semana:"
-#: ../../include/identity.php:902 ../../include/identity.php:986
+#: ../../include/identity.php:913 ../../include/identity.php:997
#: ../../mod/profperm.php:107
msgid "Profile"
msgstr "Perfil"
-#: ../../include/identity.php:910 ../../mod/settings.php:937
+#: ../../include/identity.php:921 ../../mod/settings.php:936
msgid "Full Name:"
msgstr "Nome completo:"
-#: ../../include/identity.php:917
+#: ../../include/identity.php:928
msgid "j F, Y"
msgstr "j de F, Y"
-#: ../../include/identity.php:918
+#: ../../include/identity.php:929
msgid "j F"
msgstr "j de F"
-#: ../../include/identity.php:925
+#: ../../include/identity.php:936
msgid "Birthday:"
msgstr "Aniversário:"
-#: ../../include/identity.php:929
+#: ../../include/identity.php:940
msgid "Age:"
msgstr "Idade:"
-#: ../../include/identity.php:938
+#: ../../include/identity.php:949
#, php-format
msgid "for %1$d %2$s"
msgstr "para %1$d %2$s"
-#: ../../include/identity.php:941 ../../mod/profiles.php:526
+#: ../../include/identity.php:952 ../../mod/profiles.php:526
msgid "Sexual Preference:"
msgstr "Preferência sexual:"
-#: ../../include/identity.php:945 ../../mod/profiles.php:528
+#: ../../include/identity.php:956 ../../mod/profiles.php:528
msgid "Hometown:"
msgstr "Cidade natal:"
-#: ../../include/identity.php:947
+#: ../../include/identity.php:958
msgid "Tags:"
msgstr "Etiquetas:"
-#: ../../include/identity.php:949 ../../mod/profiles.php:529
+#: ../../include/identity.php:960 ../../mod/profiles.php:529
msgid "Political Views:"
msgstr "Posição política:"
-#: ../../include/identity.php:951
+#: ../../include/identity.php:962
msgid "Religion:"
msgstr "Religião:"
-#: ../../include/identity.php:953 ../../mod/directory.php:165
+#: ../../include/identity.php:964 ../../mod/directory.php:165
msgid "About:"
msgstr "Sobre:"
-#: ../../include/identity.php:955
+#: ../../include/identity.php:966
msgid "Hobbies/Interests:"
msgstr "Hobbies/Interesses:"
-#: ../../include/identity.php:957 ../../mod/profiles.php:532
+#: ../../include/identity.php:968 ../../mod/profiles.php:532
msgid "Likes:"
msgstr "Gosta de:"
-#: ../../include/identity.php:959 ../../mod/profiles.php:533
+#: ../../include/identity.php:970 ../../mod/profiles.php:533
msgid "Dislikes:"
msgstr "Não gosta de:"
-#: ../../include/identity.php:962
+#: ../../include/identity.php:973
msgid "Contact information and Social Networks:"
msgstr "Informações de contato e redes sociais:"
-#: ../../include/identity.php:964
+#: ../../include/identity.php:975
msgid "My other channels:"
msgstr "Meus outros canais:"
-#: ../../include/identity.php:966
+#: ../../include/identity.php:977
msgid "Musical interests:"
msgstr "Interesses musicais:"
-#: ../../include/identity.php:968
+#: ../../include/identity.php:979
msgid "Books, literature:"
msgstr "Livros, literatura:"
-#: ../../include/identity.php:970
+#: ../../include/identity.php:981
msgid "Television:"
msgstr "Televisão:"
-#: ../../include/identity.php:972
+#: ../../include/identity.php:983
msgid "Film/dance/culture/entertainment:"
msgstr "Filmes/dança/cultura/entretenimento:"
-#: ../../include/identity.php:974
+#: ../../include/identity.php:985
msgid "Love/Romance:"
msgstr "Amor/romance:"
-#: ../../include/identity.php:976
+#: ../../include/identity.php:987
msgid "Work/employment:"
msgstr "Trabalho/emprego:"
-#: ../../include/identity.php:978
+#: ../../include/identity.php:989
msgid "School/education:"
msgstr "Escola/educação:"
@@ -2194,9 +2211,9 @@ msgid "Private Message"
msgstr "Mensagem privada"
#: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8
-#: ../../include/menu.php:41 ../../mod/thing.php:235
-#: ../../mod/settings.php:578 ../../mod/menu.php:59 ../../mod/webpages.php:118
-#: ../../mod/editpost.php:112 ../../mod/layouts.php:102
+#: ../../include/menu.php:42 ../../mod/thing.php:235
+#: ../../mod/settings.php:577 ../../mod/menu.php:59 ../../mod/webpages.php:118
+#: ../../mod/editpost.php:112 ../../mod/layouts.php:97
#: ../../mod/editlayout.php:106 ../../mod/blocks.php:93
#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:120
#: ../../mod/filestorage.php:170
@@ -2290,10 +2307,10 @@ msgstr "Este(a) é você"
#: ../../include/ItemObject.php:548 ../../mod/events.php:469
#: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/invite.php:156
-#: ../../mod/settings.php:516 ../../mod/settings.php:628
-#: ../../mod/settings.php:656 ../../mod/settings.php:680
-#: ../../mod/settings.php:752 ../../mod/settings.php:929
-#: ../../mod/chat.php:162 ../../mod/chat.php:192 ../../mod/connect.php:92
+#: ../../mod/settings.php:515 ../../mod/settings.php:627
+#: ../../mod/settings.php:655 ../../mod/settings.php:679
+#: ../../mod/settings.php:751 ../../mod/settings.php:928
+#: ../../mod/chat.php:174 ../../mod/chat.php:206 ../../mod/connect.php:92
#: ../../mod/group.php:81 ../../mod/admin.php:431 ../../mod/admin.php:739
#: ../../mod/admin.php:879 ../../mod/admin.php:1078 ../../mod/admin.php:1165
#: ../../mod/connedit.php:437 ../../mod/profiles.php:506
@@ -2303,8 +2320,8 @@ msgstr "Este(a) é você"
#: ../../mod/filestorage.php:131 ../../mod/photos.php:566
#: ../../mod/photos.php:671 ../../mod/photos.php:954 ../../mod/photos.php:994
#: ../../mod/photos.php:1081 ../../mod/mood.php:142
-#: ../../view/theme/redbasic/php/config.php:95
-#: ../../view/theme/apw/php/config.php:231
+#: ../../view/theme/redbasic/php/config.php:97
+#: ../../view/theme/apw/php/config.php:247
#: ../../view/theme/blogga/view/theme/blog/config.php:67
#: ../../view/theme/blogga/php/config.php:67
msgid "Submit"
@@ -2639,15 +2656,15 @@ msgstr "gosta"
msgid "dislikes"
msgstr "desgosta"
-#: ../../include/auth.php:76
+#: ../../include/auth.php:79
msgid "Logged out."
msgstr "Você saiu."
-#: ../../include/auth.php:188
+#: ../../include/auth.php:197
msgid "Failed authentication"
msgstr "Não foi possível autenticar"
-#: ../../include/auth.php:203 ../../mod/openid.php:185
+#: ../../include/auth.php:212 ../../mod/openid.php:186
msgid "Login failed."
msgstr "Não foi possível entrar."
@@ -2948,7 +2965,7 @@ msgstr "Não foi possível armazenar a foto."
msgid "Upload New Photos"
msgstr "Enviar novas fotos"
-#: ../../include/reddav.php:1061
+#: ../../include/reddav.php:1063
msgid "Edit File properties"
msgstr "Editar propriedades do arquivo"
@@ -3039,13 +3056,13 @@ msgstr "a conta local não foi encontrada."
msgid "Cannot connect to yourself."
msgstr "Não é possível conectar-se consigo mesmo."
-#: ../../include/security.php:291
+#: ../../include/security.php:294
msgid ""
"The form security token was not correct. This probably happened because the "
"form has been opened for too long (>3 hours) before submitting it."
msgstr "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão."
-#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:64
+#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:66
#: ../../view/theme/apw/php/config.php:176
msgid "Default"
msgstr "Default"
@@ -3148,9 +3165,9 @@ msgstr "Extremamente avançado. Não mexa nisso a não ser que saiba o que está
msgid "Permission denied"
msgstr "Permissão negada"
-#: ../../include/items.php:756 ../../mod/connedit.php:395
-msgid "Unknown"
-msgstr "Desconhecidos"
+#: ../../include/items.php:756
+msgid "(Unknown)"
+msgstr "(Desconhecido)"
#: ../../include/items.php:3513 ../../mod/thing.php:78 ../../mod/admin.php:151
#: ../../mod/admin.php:783 ../../mod/admin.php:986 ../../mod/viewsrc.php:18
@@ -3420,7 +3437,7 @@ msgstr "O nome é obrigatório"
msgid "Key and Secret are required"
msgstr "A chave e o segredo são obrigatórios"
-#: ../../mod/settings.php:79 ../../mod/settings.php:542
+#: ../../mod/settings.php:79 ../../mod/settings.php:541
msgid "Update"
msgstr "Atualizar"
@@ -3452,404 +3469,404 @@ msgstr "Endereço de e-mail protegido. Não é possível mudar para esse e-mail.
msgid "System failure storing new email. Please try again."
msgstr "Falha do sistema ao armazenar novo e-mail. Por favor, tente novamente."
-#: ../../mod/settings.php:444
+#: ../../mod/settings.php:443
msgid "Settings updated."
msgstr "As configurações foram atualizadas."
-#: ../../mod/settings.php:515 ../../mod/settings.php:541
-#: ../../mod/settings.php:577
+#: ../../mod/settings.php:514 ../../mod/settings.php:540
+#: ../../mod/settings.php:576
msgid "Add application"
msgstr "Adicionar aplicação"
-#: ../../mod/settings.php:518 ../../mod/settings.php:544
+#: ../../mod/settings.php:517 ../../mod/settings.php:543
msgid "Name"
msgstr "Nome"
-#: ../../mod/settings.php:518
+#: ../../mod/settings.php:517
msgid "Name of application"
msgstr "Nome da aplicação"
-#: ../../mod/settings.php:519 ../../mod/settings.php:545
+#: ../../mod/settings.php:518 ../../mod/settings.php:544
msgid "Consumer Key"
msgstr "Chave de consumidor"
-#: ../../mod/settings.php:519 ../../mod/settings.php:520
+#: ../../mod/settings.php:518 ../../mod/settings.php:519
msgid "Automatically generated - change if desired. Max length 20"
msgstr "Gerado automaticamente - troque se desejável. Comprimento máximo 20"
-#: ../../mod/settings.php:520 ../../mod/settings.php:546
+#: ../../mod/settings.php:519 ../../mod/settings.php:545
msgid "Consumer Secret"
msgstr "Segredo de consumidor"
-#: ../../mod/settings.php:521 ../../mod/settings.php:547
+#: ../../mod/settings.php:520 ../../mod/settings.php:546
msgid "Redirect"
msgstr "Redirecionamento"
-#: ../../mod/settings.php:521
+#: ../../mod/settings.php:520
msgid ""
"Redirect URI - leave blank unless your application specifically requires "
"this"
msgstr "URI de redirecionamento - deixe em branco, a não ser que sua aplicação especificamente requeira isso"
-#: ../../mod/settings.php:522 ../../mod/settings.php:548
+#: ../../mod/settings.php:521 ../../mod/settings.php:547
msgid "Icon url"
msgstr "URL do ícone"
-#: ../../mod/settings.php:522
+#: ../../mod/settings.php:521
msgid "Optional"
msgstr "Opcional"
-#: ../../mod/settings.php:533
+#: ../../mod/settings.php:532
msgid "You can't edit this application."
msgstr "Você não pode editar esta aplicação."
-#: ../../mod/settings.php:576
+#: ../../mod/settings.php:575
msgid "Connected Apps"
msgstr "Aplicações conectadas"
-#: ../../mod/settings.php:580
+#: ../../mod/settings.php:579
msgid "Client key starts with"
msgstr "Chave do cliente começa com"
-#: ../../mod/settings.php:581
+#: ../../mod/settings.php:580
msgid "No name"
msgstr "Sem nome"
-#: ../../mod/settings.php:582
+#: ../../mod/settings.php:581
msgid "Remove authorization"
msgstr "Remover autorização"
-#: ../../mod/settings.php:593
+#: ../../mod/settings.php:592
msgid "No feature settings configured"
msgstr "Não foi definida nenhuma configuração do recurso"
-#: ../../mod/settings.php:601
+#: ../../mod/settings.php:600
msgid "Feature Settings"
msgstr "Configurações do recurso"
-#: ../../mod/settings.php:624
+#: ../../mod/settings.php:623
msgid "Account Settings"
msgstr "Configurações da conta"
-#: ../../mod/settings.php:625
+#: ../../mod/settings.php:624
msgid "Password Settings"
msgstr "Configurações da senha"
-#: ../../mod/settings.php:626
+#: ../../mod/settings.php:625
msgid "New Password:"
msgstr "Nova senha:"
-#: ../../mod/settings.php:627
+#: ../../mod/settings.php:626
msgid "Confirm:"
msgstr "Confirme:"
-#: ../../mod/settings.php:627
+#: ../../mod/settings.php:626
msgid "Leave password fields blank unless changing"
msgstr "Deixe os campos de senha em branco, a não ser que você queira alterá-la"
-#: ../../mod/settings.php:629 ../../mod/settings.php:938
+#: ../../mod/settings.php:628 ../../mod/settings.php:937
msgid "Email Address:"
msgstr "Endereço de e-mail:"
-#: ../../mod/settings.php:630
+#: ../../mod/settings.php:629
msgid "Remove Account"
msgstr "Remover conta"
-#: ../../mod/settings.php:631
+#: ../../mod/settings.php:630
msgid "Warning: This action is permanent and cannot be reversed."
msgstr "Atenção: Esta ação é permanente e não pode ser revertida."
-#: ../../mod/settings.php:647
+#: ../../mod/settings.php:646
msgid "Off"
msgstr "Desligado"
-#: ../../mod/settings.php:647
+#: ../../mod/settings.php:646
msgid "On"
msgstr "Ligado"
-#: ../../mod/settings.php:654
+#: ../../mod/settings.php:653
msgid "Additional Features"
msgstr "Recursos adicionais"
-#: ../../mod/settings.php:679
+#: ../../mod/settings.php:678
msgid "Connector Settings"
msgstr "Configurações do conector"
-#: ../../mod/settings.php:709 ../../mod/admin.php:379
+#: ../../mod/settings.php:708 ../../mod/admin.php:379
msgid "No special theme for mobile devices"
msgstr "Sem tema especial para aparelhos móveis"
-#: ../../mod/settings.php:750
+#: ../../mod/settings.php:749
msgid "Display Settings"
msgstr "Configurações de exibição"
-#: ../../mod/settings.php:756
+#: ../../mod/settings.php:755
msgid "Display Theme:"
msgstr "Tema do perfil:"
-#: ../../mod/settings.php:757
+#: ../../mod/settings.php:756
msgid "Mobile Theme:"
msgstr "Tema móvel:"
-#: ../../mod/settings.php:758
+#: ../../mod/settings.php:757
msgid "Update browser every xx seconds"
msgstr "Atualizar navegador a cada xx segundos"
-#: ../../mod/settings.php:758
+#: ../../mod/settings.php:757
msgid "Minimum of 10 seconds, no maximum"
msgstr "Mínimo de 10 segundos, sem máximo"
-#: ../../mod/settings.php:759
+#: ../../mod/settings.php:758
msgid "Maximum number of conversations to load at any time:"
msgstr "Número máximo permitido de conversas carregadas:"
-#: ../../mod/settings.php:759
+#: ../../mod/settings.php:758
msgid "Maximum of 100 items"
msgstr "Máximo de 100 itens"
-#: ../../mod/settings.php:760
+#: ../../mod/settings.php:759
msgid "Don't show emoticons"
msgstr "Não exibir emoticons"
-#: ../../mod/settings.php:761
+#: ../../mod/settings.php:760
msgid "Do not view remote profiles in frames"
msgstr "Não exibir perfis remotos em frames"
-#: ../../mod/settings.php:761
+#: ../../mod/settings.php:760
msgid "By default open in a sub-window of your own site"
msgstr "Por padrão, abrir em uma sub-janela do seu próprio site"
-#: ../../mod/settings.php:796
+#: ../../mod/settings.php:795
msgid "Nobody except yourself"
msgstr "Ninguém exceto você mesmo"
-#: ../../mod/settings.php:797
+#: ../../mod/settings.php:796
msgid "Only those you specifically allow"
msgstr "Apenas quem você der permissão"
-#: ../../mod/settings.php:798
+#: ../../mod/settings.php:797
msgid "Anybody in your address book"
msgstr "Qualquer um nos seus contatos"
-#: ../../mod/settings.php:799
+#: ../../mod/settings.php:798
msgid "Anybody on this website"
msgstr "Qualquer um neste site"
-#: ../../mod/settings.php:800
+#: ../../mod/settings.php:799
msgid "Anybody in this network"
msgstr "Qualquer um nesta rede"
-#: ../../mod/settings.php:801
+#: ../../mod/settings.php:800
msgid "Anybody authenticated"
msgstr "Qualquer um autenticado"
-#: ../../mod/settings.php:802
+#: ../../mod/settings.php:801
msgid "Anybody on the internet"
msgstr "Qualquer um na internet"
-#: ../../mod/settings.php:879
+#: ../../mod/settings.php:878
msgid "Publish your default profile in the network directory"
msgstr "Publicar seu perfil padrão no diretório da rede?"
-#: ../../mod/settings.php:879 ../../mod/settings.php:884
-#: ../../mod/settings.php:955 ../../mod/api.php:106 ../../mod/profiles.php:484
+#: ../../mod/settings.php:878 ../../mod/settings.php:883
+#: ../../mod/settings.php:954 ../../mod/api.php:106 ../../mod/profiles.php:484
msgid "No"
msgstr "Não"
-#: ../../mod/settings.php:879 ../../mod/settings.php:884
-#: ../../mod/settings.php:955 ../../mod/api.php:105 ../../mod/profiles.php:483
+#: ../../mod/settings.php:878 ../../mod/settings.php:883
+#: ../../mod/settings.php:954 ../../mod/api.php:105 ../../mod/profiles.php:483
msgid "Yes"
msgstr "Sim"
-#: ../../mod/settings.php:884
+#: ../../mod/settings.php:883
msgid "Allow us to suggest you as a potential friend to new members?"
msgstr "Permitir sugerir você como amigo potencial para outros membros?"
-#: ../../mod/settings.php:888 ../../mod/profile_photo.php:288
+#: ../../mod/settings.php:887 ../../mod/profile_photo.php:288
msgid "or"
msgstr "ou"
-#: ../../mod/settings.php:893
+#: ../../mod/settings.php:892
msgid "Your channel address is"
msgstr "O endereço do seu canal é"
-#: ../../mod/settings.php:927
+#: ../../mod/settings.php:926
msgid "Channel Settings"
msgstr "Configurações do canal"
-#: ../../mod/settings.php:936
+#: ../../mod/settings.php:935
msgid "Basic Settings"
msgstr "Configurações básicas"
-#: ../../mod/settings.php:939
+#: ../../mod/settings.php:938
msgid "Your Timezone:"
msgstr "Seu fuso horário:"
-#: ../../mod/settings.php:940
+#: ../../mod/settings.php:939
msgid "Default Post Location:"
msgstr "Localização padrão de suas publicações:"
-#: ../../mod/settings.php:941
+#: ../../mod/settings.php:940
msgid "Use Browser Location:"
msgstr "Usar localizador do navegador:"
-#: ../../mod/settings.php:943
+#: ../../mod/settings.php:942
msgid "Adult Content"
msgstr "Conteúdo adulto"
-#: ../../mod/settings.php:943
+#: ../../mod/settings.php:942
msgid ""
"This channel frequently or regularly publishes adult content. (Please tag "
"any adult material and/or nudity with #NSFW)"
msgstr "Este canal frequentemente ou regularmente publica conteúdo adulto. (Por favor marque qualquer material adulto e/ou nudez com #NSFW)"
-#: ../../mod/settings.php:945
+#: ../../mod/settings.php:944
msgid "Security and Privacy Settings"
msgstr "Configurações de segurança e privacidade"
-#: ../../mod/settings.php:947
+#: ../../mod/settings.php:946
msgid "Hide my online presence"
msgstr "Esconda minha presença online"
-#: ../../mod/settings.php:947
+#: ../../mod/settings.php:946
msgid "Prevents displaying in your profile that you are online"
msgstr "Previne exibir em seu perfil que você está online"
-#: ../../mod/settings.php:949
+#: ../../mod/settings.php:948
msgid "Simple Privacy Settings:"
msgstr "Configurações de privacidade simples:"
-#: ../../mod/settings.php:950
+#: ../../mod/settings.php:949
msgid ""
"Very Public - extremely permissive (should be used with caution)"
msgstr "Muito público - extremamente permissivo (deve ser usado com cuidado)"
-#: ../../mod/settings.php:951
+#: ../../mod/settings.php:950
msgid ""
"Typical - default public, privacy when desired (similar to social "
"network permissions but with improved privacy)"
msgstr "Típico - público por padrão, privado quando desejável (similar às permissões de redes sociais, mas com melhor privacidade)"
-#: ../../mod/settings.php:952
+#: ../../mod/settings.php:951
msgid "Private - default private, never open or public"
msgstr "Privado - privado por padrão, nunca aberto ou público"
-#: ../../mod/settings.php:953
+#: ../../mod/settings.php:952
msgid "Blocked - default blocked to/from everybody"
msgstr "Bloqueado - por padrão bloquado de/para todos"
-#: ../../mod/settings.php:955
+#: ../../mod/settings.php:954
msgid "Allow others to tag your posts"
msgstr "Permitir que outros etiquetem suas publicações"
-#: ../../mod/settings.php:955
+#: ../../mod/settings.php:954
msgid ""
"Often used by the community to retro-actively flag inappropriate content"
msgstr "Frequentemente utilizado pela comunidade para retroativamente sinalizar conteúdo inapropriado"
-#: ../../mod/settings.php:957
+#: ../../mod/settings.php:956
msgid "Advanced Privacy Settings"
msgstr "Configurações de privacidade avançadas"
-#: ../../mod/settings.php:959
+#: ../../mod/settings.php:958
msgid "Maximum Friend Requests/Day:"
msgstr "Número máximo de requisições de amizade por dia:"
-#: ../../mod/settings.php:959
+#: ../../mod/settings.php:958
msgid "May reduce spam activity"
msgstr "Pode reduzir a frequência de spam"
-#: ../../mod/settings.php:960
+#: ../../mod/settings.php:959
msgid "Default Post Permissions"
msgstr "Permissões padrão de publicação"
-#: ../../mod/settings.php:961 ../../mod/mitem.php:134 ../../mod/mitem.php:177
+#: ../../mod/settings.php:960 ../../mod/mitem.php:134 ../../mod/mitem.php:177
msgid "(click to open/close)"
msgstr "(clique para abrir/fechar)"
-#: ../../mod/settings.php:972
+#: ../../mod/settings.php:971
msgid "Maximum private messages per day from unknown people:"
msgstr "Máximo número de mensagens privadas por dia de pessoas desconhecidas:"
-#: ../../mod/settings.php:972
+#: ../../mod/settings.php:971
msgid "Useful to reduce spamming"
msgstr "Útil para reduzir a frequência de spam"
-#: ../../mod/settings.php:975
+#: ../../mod/settings.php:974
msgid "Notification Settings"
msgstr "Configurações de notificação"
-#: ../../mod/settings.php:976
+#: ../../mod/settings.php:975
msgid "By default post a status message when:"
msgstr "Por padrão, publicar uma mensagem de status quando:"
-#: ../../mod/settings.php:977
+#: ../../mod/settings.php:976
msgid "accepting a friend request"
msgstr "aceitar um pedido de amizade"
-#: ../../mod/settings.php:978
+#: ../../mod/settings.php:977
msgid "joining a forum/community"
msgstr "associar-se a um fórum/comunidade"
-#: ../../mod/settings.php:979
+#: ../../mod/settings.php:978
msgid "making an interesting profile change"
msgstr "modificar algo interessante em seu perfil"
-#: ../../mod/settings.php:980
+#: ../../mod/settings.php:979
msgid "Send a notification email when:"
msgstr "Enviar um e-mail de notificação quando:"
-#: ../../mod/settings.php:981
+#: ../../mod/settings.php:980
msgid "You receive an introduction"
msgstr "Você recebeu uma apresentação"
-#: ../../mod/settings.php:982
+#: ../../mod/settings.php:981
msgid "Your introductions are confirmed"
msgstr "Suas solicitações forem confirmadas"
-#: ../../mod/settings.php:983
+#: ../../mod/settings.php:982
msgid "Someone writes on your profile wall"
msgstr "Alguém escrever no mural do seu perfil"
-#: ../../mod/settings.php:984
+#: ../../mod/settings.php:983
msgid "Someone writes a followup comment"
msgstr "Alguém comentou a sua mensagem"
-#: ../../mod/settings.php:985
+#: ../../mod/settings.php:984
msgid "You receive a private message"
msgstr "Você recebeu uma mensagem privada"
-#: ../../mod/settings.php:986
+#: ../../mod/settings.php:985
msgid "You receive a friend suggestion"
msgstr "Você recebe uma sugestão de amizade"
-#: ../../mod/settings.php:987
+#: ../../mod/settings.php:986
msgid "You are tagged in a post"
msgstr "Você é mencionado num post"
-#: ../../mod/settings.php:988
+#: ../../mod/settings.php:987
msgid "You are poked/prodded/etc. in a post"
msgstr "Você foi cutucado/espetado/etc. numa publicação"
-#: ../../mod/settings.php:991
+#: ../../mod/settings.php:990
msgid "Advanced Account/Page Type Settings"
msgstr "Configurações avançadas de conta/tipo de página"
-#: ../../mod/settings.php:992
+#: ../../mod/settings.php:991
msgid "Change the behaviour of this account for special situations"
msgstr "Mudar o comportamento dessa conta em situações especiais"
-#: ../../mod/settings.php:995
+#: ../../mod/settings.php:994
msgid ""
"Please enable expert mode (in Settings > "
"Additional features) to adjust!"
msgstr "Por favor, habilite o modo expert (em Configurações > Recursos adicionais) para ajustar!"
-#: ../../mod/settings.php:996
+#: ../../mod/settings.php:995
msgid "Miscellaneous Settings"
msgstr "Configurações miscelâneas"
-#: ../../mod/settings.php:998
+#: ../../mod/settings.php:997
msgid "Personal menu to display in your channel pages"
msgstr "Menu pessoal para exibir nas páginas dos seus canais"
@@ -3954,7 +3971,7 @@ msgstr "Modificar"
msgid "Not found."
msgstr "Não encontrado."
-#: ../../mod/webpages.php:121 ../../mod/layouts.php:105
+#: ../../mod/webpages.php:121 ../../mod/layouts.php:100
#: ../../mod/blocks.php:96
msgid "View"
msgstr "Ver"
@@ -4060,31 +4077,39 @@ msgstr "alternar o mode de tela inteira"
msgid "%1$s tagged %2$s's %3$s with %4$s"
msgstr "%1$s etiquetou %3$s de %2$s com %4$s"
-#: ../../mod/chat.php:18 ../../mod/channel.php:25
+#: ../../mod/chat.php:19 ../../mod/channel.php:25
msgid "You must be logged in to see this page."
msgstr "Você precisa estar autenticado para ver esta página."
-#: ../../mod/chat.php:163
+#: ../../mod/chat.php:165
+msgid "Room not found"
+msgstr "Sala não encontrada"
+
+#: ../../mod/chat.php:175
msgid "Leave Room"
msgstr "Sair da sala"
-#: ../../mod/chat.php:164
+#: ../../mod/chat.php:176
msgid "I am away right now"
msgstr "Eu estou ausente no momento"
-#: ../../mod/chat.php:165
+#: ../../mod/chat.php:177
msgid "I am online"
msgstr "Eu estou online"
-#: ../../mod/chat.php:189 ../../mod/chat.php:209
+#: ../../mod/chat.php:179
+msgid "Bookmark this room"
+msgstr "Guarde esta sala"
+
+#: ../../mod/chat.php:203 ../../mod/chat.php:223
msgid "New Chatroom"
msgstr "Nova sala de bate-papo"
-#: ../../mod/chat.php:190
+#: ../../mod/chat.php:204
msgid "Chatroom Name"
msgstr "Nome da sala de bate-papo"
-#: ../../mod/chat.php:205
+#: ../../mod/chat.php:219
#, php-format
msgid "%1$s's Chatrooms"
msgstr "Salas de bate-papo de %1$s"
@@ -4203,14 +4228,6 @@ msgstr "Adicionar"
msgid "No entries."
msgstr "Sem entradas."
-#: ../../mod/chatsvc.php:102
-msgid "Away"
-msgstr "Ausente"
-
-#: ../../mod/chatsvc.php:106
-msgid "Online"
-msgstr "Online"
-
#: ../../mod/attach.php:9
msgid "Item not available."
msgstr "O item não está disponível."
@@ -5123,6 +5140,10 @@ msgstr "Ocultar ou deixar de ocultar esta conexão"
msgid "Delete this connection"
msgstr "Deletar esta conexão"
+#: ../../mod/connedit.php:395
+msgid "Unknown"
+msgstr "Desconhecidos"
+
#: ../../mod/connedit.php:405 ../../mod/connedit.php:434
msgid "Approve this connection"
msgstr "Aprovar esta conexão"
@@ -5294,15 +5315,15 @@ msgid ""
"Replies/likes to your public posts may still be visible"
msgstr "Respostas/reações às suas publicações públicas podem continuar visíveis."
-#: ../../mod/layouts.php:52
+#: ../../mod/layouts.php:45
msgid "Layout Help"
msgstr "Ajuda de layout"
-#: ../../mod/layouts.php:55
+#: ../../mod/layouts.php:48
msgid "Help with this feature"
msgstr "Ajuda com este recurso"
-#: ../../mod/layouts.php:74
+#: ../../mod/layouts.php:69
msgid "Layout Name"
msgstr "Nome do layout"
@@ -5310,11 +5331,11 @@ msgstr "Nome do layout"
msgid "Help:"
msgstr "Ajuda:"
-#: ../../mod/help.php:68 ../../index.php:223
+#: ../../mod/help.php:69 ../../index.php:223
msgid "Not Found"
msgstr "Não encontrada"
-#: ../../mod/help.php:71 ../../mod/page.php:83 ../../mod/display.php:100
+#: ../../mod/help.php:72 ../../mod/page.php:83 ../../mod/display.php:100
#: ../../index.php:226
msgid "Page not found."
msgstr "Página não encontrada."
@@ -5631,7 +5652,7 @@ msgid ""
" logout and retry."
msgstr "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente."
-#: ../../mod/post.php:256 ../../mod/openid.php:70 ../../mod/openid.php:175
+#: ../../mod/post.php:256 ../../mod/openid.php:71 ../../mod/openid.php:176
#, php-format
msgid "Welcome %s. Remote authentication successful."
msgstr "Bem vindo %s. Autenticação remota realizada com sucesso."
@@ -6230,6 +6251,26 @@ msgstr "Endereço de e-mail"
msgid "Reset"
msgstr "Restaurar"
+#: ../../mod/rbmark.php:88
+msgid "Select a bookmark folder"
+msgstr "Escolha uma pasta de links onde guardar"
+
+#: ../../mod/rbmark.php:93
+msgid "Save Bookmark"
+msgstr "Guardar link"
+
+#: ../../mod/rbmark.php:94
+msgid "URL of bookmark"
+msgstr "URL do link guardado"
+
+#: ../../mod/rbmark.php:95
+msgid "Description"
+msgstr "Descrição"
+
+#: ../../mod/rbmark.php:99
+msgid "Or enter new bookmark folder name"
+msgstr "Ou digite o nome para uma nova pasta de links"
+
#: ../../mod/import.php:36
msgid "Nothing to import."
msgstr "Nada a importar."
@@ -6364,6 +6405,14 @@ msgstr "Nenhuma correspondência"
msgid "invalid target signature"
msgstr "assinatura do destino inválida"
+#: ../../mod/chatsvc.php:102
+msgid "Away"
+msgstr "Ausente"
+
+#: ../../mod/chatsvc.php:106
+msgid "Online"
+msgstr "Online"
+
#: ../../mod/mail.php:33
msgid "Unable to lookup recipient."
msgstr "Não foi possível encontrar o destinatário."
@@ -7083,109 +7132,113 @@ msgstr "adicionou seu canal"
msgid "posted an event"
msgstr "publicou um evento"
-#: ../../view/theme/redbasic/php/config.php:76
+#: ../../view/theme/redbasic/php/config.php:78
msgid "Scheme Default"
msgstr "Padrão do esquema"
-#: ../../view/theme/redbasic/php/config.php:87
+#: ../../view/theme/redbasic/php/config.php:89
msgid "silver"
msgstr "prata"
-#: ../../view/theme/redbasic/php/config.php:98
-#: ../../view/theme/apw/php/config.php:234
+#: ../../view/theme/redbasic/php/config.php:100
+#: ../../view/theme/apw/php/config.php:250
#: ../../view/theme/blogga/view/theme/blog/config.php:69
#: ../../view/theme/blogga/php/config.php:69
msgid "Theme settings"
msgstr "Configurações de tema"
-#: ../../view/theme/redbasic/php/config.php:99
-#: ../../view/theme/apw/php/config.php:235
+#: ../../view/theme/redbasic/php/config.php:101
+#: ../../view/theme/apw/php/config.php:251
msgid "Set scheme"
msgstr "Definir esquema"
-#: ../../view/theme/redbasic/php/config.php:100
+#: ../../view/theme/redbasic/php/config.php:102
+msgid "Narrow navbar"
+msgstr "Barra de navegação estreita"
+
+#: ../../view/theme/redbasic/php/config.php:103
msgid "Navigation bar colour"
msgstr "Cor da barra de navegação"
-#: ../../view/theme/redbasic/php/config.php:101
+#: ../../view/theme/redbasic/php/config.php:104
msgid "link colour"
msgstr "cor dos links"
-#: ../../view/theme/redbasic/php/config.php:102
+#: ../../view/theme/redbasic/php/config.php:105
msgid "Set font-colour for banner"
msgstr "Definir a cor da fonte para o cartaz"
-#: ../../view/theme/redbasic/php/config.php:103
+#: ../../view/theme/redbasic/php/config.php:106
msgid "Set the background colour"
msgstr "Definir a cor do pano de fundo"
-#: ../../view/theme/redbasic/php/config.php:104
+#: ../../view/theme/redbasic/php/config.php:107
msgid "Set the background image"
msgstr "Definir a imagem do pano de fundo"
-#: ../../view/theme/redbasic/php/config.php:105
+#: ../../view/theme/redbasic/php/config.php:108
msgid "Set the background colour of items"
msgstr "Definir a cor de fundo dos items"
-#: ../../view/theme/redbasic/php/config.php:106
+#: ../../view/theme/redbasic/php/config.php:109
msgid "Set the opacity of items"
msgstr "Definir a opacidade de items"
-#: ../../view/theme/redbasic/php/config.php:107
+#: ../../view/theme/redbasic/php/config.php:110
msgid "Set the basic colour for item icons"
msgstr "Definir a cor básica para ícones de itens"
-#: ../../view/theme/redbasic/php/config.php:108
+#: ../../view/theme/redbasic/php/config.php:111
msgid "Set the hover colour for item icons"
msgstr "Definir a cor para ícones de itens quando que o mouse está sobre eles"
-#: ../../view/theme/redbasic/php/config.php:109
+#: ../../view/theme/redbasic/php/config.php:112
msgid "Set font-size for the entire application"
msgstr "Definir o tamanho da fonte para a aplicação como um todo"
-#: ../../view/theme/redbasic/php/config.php:110
-#: ../../view/theme/apw/php/config.php:236
+#: ../../view/theme/redbasic/php/config.php:113
+#: ../../view/theme/apw/php/config.php:252
msgid "Set font-size for posts and comments"
msgstr "Definir o tamanho da fonte para publicações e comentários"
-#: ../../view/theme/redbasic/php/config.php:111
+#: ../../view/theme/redbasic/php/config.php:114
msgid "Set font-colour for posts and comments"
msgstr "Definir a cor da fonte para publicações e comentários"
-#: ../../view/theme/redbasic/php/config.php:112
+#: ../../view/theme/redbasic/php/config.php:115
msgid "Set radius of corners"
msgstr "Definir o raio de curvatura dos cantos"
-#: ../../view/theme/redbasic/php/config.php:113
+#: ../../view/theme/redbasic/php/config.php:116
msgid "Set shadow depth of photos"
msgstr "Definir a profundidade de sombra das fotos"
-#: ../../view/theme/redbasic/php/config.php:114
+#: ../../view/theme/redbasic/php/config.php:117
msgid "Set maximum width of conversation regions"
msgstr "Definir a largura máxima da área de conversas"
-#: ../../view/theme/redbasic/php/config.php:115
+#: ../../view/theme/redbasic/php/config.php:118
msgid "Set minimum opacity of nav bar - to hide it"
msgstr "Definir opacidade mínima para a barra de navegação - para escondê-la"
-#: ../../view/theme/redbasic/php/config.php:116
+#: ../../view/theme/redbasic/php/config.php:119
msgid "Set size of conversation author photo"
msgstr "Definir o tamanho da foto do autor da conversa"
-#: ../../view/theme/redbasic/php/config.php:117
+#: ../../view/theme/redbasic/php/config.php:120
msgid "Set size of followup author photos"
msgstr "Definir o tamanho da foto dos autores de comentários"
-#: ../../view/theme/redbasic/php/config.php:118
+#: ../../view/theme/redbasic/php/config.php:121
msgid "Sloppy photo albums"
msgstr "Álbuns de fotos desleixados"
-#: ../../view/theme/redbasic/php/config.php:118
+#: ../../view/theme/redbasic/php/config.php:121
msgid "Are you a clean desk or a messy desk person?"
msgstr "Sua mesa é do tipo limpinha ou bagunçada?"
#: ../../view/theme/apw/php/config.php:193
-#: ../../view/theme/apw/php/config.php:211
+#: ../../view/theme/apw/php/config.php:227
msgid "Schema Default"
msgstr "Padrão do esquema"
@@ -7197,115 +7250,115 @@ msgstr "Sans-Serif"
msgid "Monospace"
msgstr "Monoespaçada"
-#: ../../view/theme/apw/php/config.php:237
+#: ../../view/theme/apw/php/config.php:253
msgid "Set font face"
msgstr "Definir a face da fonte"
-#: ../../view/theme/apw/php/config.php:238
+#: ../../view/theme/apw/php/config.php:254
msgid "Set iconset"
msgstr "Definir o conjunto de ícones"
-#: ../../view/theme/apw/php/config.php:239
+#: ../../view/theme/apw/php/config.php:255
msgid "Set big shadow size, default 15px 15px 15px"
msgstr "Definir o tamanho da sombra grande, padrão 15px 15px 15px"
-#: ../../view/theme/apw/php/config.php:240
+#: ../../view/theme/apw/php/config.php:256
msgid "Set small shadow size, default 5px 5px 5px"
msgstr "Definir o tamanho da sombra pequena, padrão 5px 5px 5px"
-#: ../../view/theme/apw/php/config.php:241
+#: ../../view/theme/apw/php/config.php:257
msgid "Set shadow colour, default #000"
msgstr "Definir a cor da sombra, padrão #000"
-#: ../../view/theme/apw/php/config.php:242
+#: ../../view/theme/apw/php/config.php:258
msgid "Set radius size, default 5px"
msgstr "Definir o tamanho do raio de curvatura, padrão 5px"
-#: ../../view/theme/apw/php/config.php:243
+#: ../../view/theme/apw/php/config.php:259
msgid "Set line-height for posts and comments"
msgstr "Definir a altura da linha para publicações e comentários"
-#: ../../view/theme/apw/php/config.php:244
+#: ../../view/theme/apw/php/config.php:260
msgid "Set background image"
msgstr "Definir a imagem do pano de fundo"
-#: ../../view/theme/apw/php/config.php:245
+#: ../../view/theme/apw/php/config.php:261
msgid "Set background colour"
msgstr "Definir a cor do pano de fundo"
-#: ../../view/theme/apw/php/config.php:246
+#: ../../view/theme/apw/php/config.php:262
msgid "Set section background image"
msgstr "Definir a imagem de fundo de seção"
-#: ../../view/theme/apw/php/config.php:247
+#: ../../view/theme/apw/php/config.php:263
msgid "Set section background colour"
msgstr "Definir a cor de fundo de seção"
-#: ../../view/theme/apw/php/config.php:248
+#: ../../view/theme/apw/php/config.php:264
msgid "Set colour of items - use hex"
msgstr "Definir a cor dos itens - use hex"
-#: ../../view/theme/apw/php/config.php:249
+#: ../../view/theme/apw/php/config.php:265
msgid "Set colour of links - use hex"
msgstr "Definir a cor dos links - use hex"
-#: ../../view/theme/apw/php/config.php:250
+#: ../../view/theme/apw/php/config.php:266
msgid "Set max-width for items. Default 400px"
msgstr "Definir a largura máxima para itens. Padrão 400px"
-#: ../../view/theme/apw/php/config.php:251
+#: ../../view/theme/apw/php/config.php:267
msgid "Set min-width for items. Default 240px"
msgstr "Definir a largura mínima para itens. Padrão 240px"
-#: ../../view/theme/apw/php/config.php:252
+#: ../../view/theme/apw/php/config.php:268
msgid "Set the generic content wrapper width. Default 48%"
msgstr "Definir a largura do envólucro para conteúdo genérico. Padrão 48%"
-#: ../../view/theme/apw/php/config.php:253
+#: ../../view/theme/apw/php/config.php:269
msgid "Set colour of fonts - use hex"
msgstr "Definir a cor das fontes - use hex"
-#: ../../view/theme/apw/php/config.php:254
+#: ../../view/theme/apw/php/config.php:270
msgid "Set background-size element"
msgstr "Definir o elemento background-size"
-#: ../../view/theme/apw/php/config.php:255
+#: ../../view/theme/apw/php/config.php:271
msgid "Item opacity"
msgstr "Opacidade de itens"
-#: ../../view/theme/apw/php/config.php:256
+#: ../../view/theme/apw/php/config.php:272
msgid "Display post previews only"
msgstr "Exibir apenas a pré-visualização de publicações"
-#: ../../view/theme/apw/php/config.php:257
+#: ../../view/theme/apw/php/config.php:273
msgid "Display side bar on channel page"
msgstr "Exibir a barra lateral na página do canal"
-#: ../../view/theme/apw/php/config.php:258
+#: ../../view/theme/apw/php/config.php:274
msgid "Colour of the navigation bar"
msgstr "Cor da barra de navegação"
-#: ../../view/theme/apw/php/config.php:259
+#: ../../view/theme/apw/php/config.php:275
msgid "Item float"
msgstr "Flutuação de item"
-#: ../../view/theme/apw/php/config.php:260
+#: ../../view/theme/apw/php/config.php:276
msgid "Left offset of the section element"
msgstr "Deslocamento esquerdo do elemento de seção"
-#: ../../view/theme/apw/php/config.php:261
+#: ../../view/theme/apw/php/config.php:277
msgid "Right offset of the section element"
msgstr "Deslocamento direito do elemento de seção"
-#: ../../view/theme/apw/php/config.php:262
+#: ../../view/theme/apw/php/config.php:278
msgid "Section width"
msgstr "largura de seção"
-#: ../../view/theme/apw/php/config.php:263
+#: ../../view/theme/apw/php/config.php:279
msgid "Left offset of the aside"
msgstr "Deslocamento esquerdo do aparte"
-#: ../../view/theme/apw/php/config.php:264
+#: ../../view/theme/apw/php/config.php:280
msgid "Right offset of the aside element"
msgstr "Deslocamento direito do aparte"
@@ -7359,6 +7412,6 @@ msgstr "permissão negada"
msgid "Got Zot?"
msgstr "Já tem Zot?"
-#: ../../boot.php:1906
+#: ../../boot.php:1920
msgid "toggle mobile"
msgstr "alternar para interface móvel"
diff --git a/view/pt-br/strings.php b/view/pt-br/strings.php
index c1c127e61..439d6db9f 100644
--- a/view/pt-br/strings.php
+++ b/view/pt-br/strings.php
@@ -43,6 +43,8 @@ $a->strings["Settings"] = "Configurações";
$a->strings["Check Mail"] = "Checar mensagens";
$a->strings["New Message"] = "Nova mensagem";
$a->strings["Chat Rooms"] = "Salas de bate-papo";
+$a->strings["Bookmarked Chatrooms"] = "Salas de bate-papo guardadas";
+$a->strings["Suggested Chatrooms"] = "Salas de bate-papo sugeridas";
$a->strings["Visible to everybody"] = "Visível para todos";
$a->strings["show"] = "exibir";
$a->strings["don't show"] = "não exibir";
@@ -315,13 +317,15 @@ $a->strings["Delete this item?"] = "Excluir este item?";
$a->strings["Comment"] = "Comentar";
$a->strings["show more"] = "exibir mais";
$a->strings["show fewer"] = "exibir menos";
+$a->strings["+ Show More"] = "+ Exibir Mais";
+$a->strings["- Show Less"] = "- Exibir Menos";
$a->strings["Password too short"] = "A senha é muito curta";
$a->strings["Passwords do not match"] = "As senhas não correspondem";
$a->strings["everybody"] = "todos";
$a->strings["Secret Passphrase"] = "Frase secreta";
$a->strings["Passphrase hint"] = "Dica da frase secreta";
$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
-$a->strings["timeago.suffixAgo"] = "timeago.suffixAgo";
+$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow";
$a->strings["ago"] = "atrás";
$a->strings["from now"] = "de agora";
$a->strings["less than a minute"] = "menos de um minuto";
@@ -469,8 +473,8 @@ $a->strings["Nickname has unsupported characters or is already being used on thi
$a->strings["Unable to retrieve created identity"] = "Não foi possível recuperar a identidade criada";
$a->strings["Default Profile"] = "Perfil padrão";
$a->strings["Requested channel is not available."] = "Canal solicitado não está disponível.";
-$a->strings[" Sorry, you don't have the permission to view this profile. "] = "Desculpe, você não tem permissão para ver este perfil.";
$a->strings["Requested profile is not available."] = "O perfil solicitado não está disponível.";
+$a->strings[" Sorry, you don't have the permission to view this profile. "] = "Desculpe, você não tem permissão para ver este perfil.";
$a->strings["Change profile photo"] = "Mudar a foto do perfil";
$a->strings["Profiles"] = "Perfis";
$a->strings["Manage/edit profiles"] = "Administrar/editar perfis";
@@ -744,7 +748,7 @@ $a->strings["Can send me bookmarks"] = "Pode me enviar links guardados";
$a->strings["Can administer my channel resources"] = "Pode administrar os recursos do meu canal";
$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Extremamente avançado. Não mexa nisso a não ser que saiba o que está fazendo";
$a->strings["Permission denied"] = "Permissão negada";
-$a->strings["Unknown"] = "Desconhecidos";
+$a->strings["(Unknown)"] = "(Desconhecido)";
$a->strings["Item not found."] = "O item não foi encontrado.";
$a->strings["Collection not found."] = "A coleção não foi encontrada.";
$a->strings["Collection is empty."] = "A coleção está vazia.";
@@ -965,9 +969,11 @@ $a->strings["Channel not found."] = "O canal não foi encontrado.";
$a->strings["toggle full screen mode"] = "alternar o mode de tela inteira";
$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s etiquetou %3\$s de %2\$s com %4\$s";
$a->strings["You must be logged in to see this page."] = "Você precisa estar autenticado para ver esta página.";
+$a->strings["Room not found"] = "Sala não encontrada";
$a->strings["Leave Room"] = "Sair da sala";
$a->strings["I am away right now"] = "Eu estou ausente no momento";
$a->strings["I am online"] = "Eu estou online";
+$a->strings["Bookmark this room"] = "Guarde esta sala";
$a->strings["New Chatroom"] = "Nova sala de bate-papo";
$a->strings["Chatroom Name"] = "Nome da sala de bate-papo";
$a->strings["%1\$s's Chatrooms"] = "Salas de bate-papo de %1\$s";
@@ -996,8 +1002,6 @@ $a->strings["Existing Page Delegates"] = "Atuais delegados da página";
$a->strings["Potential Delegates"] = "Potenciais delegados";
$a->strings["Add"] = "Adicionar";
$a->strings["No entries."] = "Sem entradas.";
-$a->strings["Away"] = "Ausente";
-$a->strings["Online"] = "Online";
$a->strings["Item not available."] = "O item não está disponível.";
$a->strings["Menu element updated."] = "O elemento de menu foi atualizado.";
$a->strings["Unable to update menu element."] = "Não foi possível atualizar o elemento de menu.";
@@ -1217,6 +1221,7 @@ $a->strings["Unhide"] = "Não ocultar";
$a->strings["Hide"] = "Ocultar";
$a->strings["Hide or Unhide this connection"] = "Ocultar ou deixar de ocultar esta conexão";
$a->strings["Delete this connection"] = "Deletar esta conexão";
+$a->strings["Unknown"] = "Desconhecidos";
$a->strings["Approve this connection"] = "Aprovar esta conexão";
$a->strings["Accept connection to allow communication"] = "Aceite a conexão para permitir comunicação";
$a->strings["Automatic Permissions Settings"] = "Configurações de permissão automáticas";
@@ -1467,6 +1472,11 @@ $a->strings["Forgot your Password?"] = "Esqueceu a sua senha?";
$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Digite o seu endereço de e-mail e clique em 'Restaurar' para prosseguir com a restauração da sua senha. Após isso, verifique seu e-mail para mais instruções.";
$a->strings["Email Address"] = "Endereço de e-mail";
$a->strings["Reset"] = "Restaurar";
+$a->strings["Select a bookmark folder"] = "Escolha uma pasta de links onde guardar";
+$a->strings["Save Bookmark"] = "Guardar link";
+$a->strings["URL of bookmark"] = "URL do link guardado";
+$a->strings["Description"] = "Descrição";
+$a->strings["Or enter new bookmark folder name"] = "Ou digite o nome para uma nova pasta de links";
$a->strings["Nothing to import."] = "Nada a importar.";
$a->strings["Unable to download data from old server"] = "Não foi possível descarregar os dados do servidor antigo";
$a->strings["Imported file is empty."] = "O arquivo importado está vazio.";
@@ -1498,6 +1508,8 @@ $a->strings["No keywords to match. Please add keywords to your default profile."
$a->strings["is interested in:"] = "se interessa por:";
$a->strings["No matches"] = "Nenhuma correspondência";
$a->strings["invalid target signature"] = "assinatura do destino inválida";
+$a->strings["Away"] = "Ausente";
+$a->strings["Online"] = "Online";
$a->strings["Unable to lookup recipient."] = "Não foi possível encontrar o destinatário.";
$a->strings["Unable to communicate with requested channel."] = "Não foi possível comunicar com o canal solicitado.";
$a->strings["Cannot verify requested channel."] = "Não foi possível verificar o canal requisitado.";
@@ -1674,6 +1686,7 @@ $a->strings["Scheme Default"] = "Padrão do esquema";
$a->strings["silver"] = "prata";
$a->strings["Theme settings"] = "Configurações de tema";
$a->strings["Set scheme"] = "Definir esquema";
+$a->strings["Narrow navbar"] = "Barra de navegação estreita";
$a->strings["Navigation bar colour"] = "Cor da barra de navegação";
$a->strings["link colour"] = "cor dos links";
$a->strings["Set font-colour for banner"] = "Definir a cor da fonte para o cartaz";
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 2402e514e..3b61ceab1 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -7,6 +7,10 @@
/* generals */
+html {
+ height: 100%;
+}
+
body {
font-family: arial,freesans,sans-serif;
font-size: $body_font_size;
@@ -16,6 +20,7 @@ body {
background-size: cover;
color: $font_colour;
margin: 0px;
+ height: 100%;
}
.jslider {
font-family: arial,freesans,sans-serif;
@@ -74,6 +79,15 @@ input[type="submit"] {
text-decoration: none;
}
+button, input, optgroup, select, textarea {
+ color: #000;
+}
+
+
+pre code {
+ border: none;
+}
+
code {
font-family: Courier, monospace;
display: block;
@@ -235,7 +249,7 @@ header #banner #logo-text {
height: 28px;
border-bottom: 1px solid #aaaaaa;
padding:0px;
- width: 90%;
+ width: 100%;
}
.tabs li { margin: 0px; list-style: none; }
@@ -253,8 +267,7 @@ ul.tabs {
margin-top: 0px;
margin-bottom: 0px;
list-style-type: none;
- padding: 0px;
- padding-right: 8px;
+
}
/* footer */
@@ -429,6 +442,11 @@ footer {
text-decoration: none;
}
+.vcard .dropdown-menu {
+ position: absolute;
+ left: 200px;
+ top: 18px;
+}
#profile-extra-links {
clear: both;
@@ -445,9 +463,7 @@ footer {
margin-top: 5px;
}
-.profile-edit-side-div {
- float: right;
-}
+
.profile-edit-side-link {
opacity: 0.3;
filter:alpha(opacity=30);
@@ -488,72 +504,6 @@ footer {
padding: 12px;
}
-#profiles-menu.menu-popup {
- left: 200px;
- right: auto;
- top: 22px;
-}
-
-ul.menu-popup {
- position: absolute;
- display: none;
- width: 10em;
- background: #0080FF;
- color: #eec;
- padding: 0px;
- list-style: none;
-/* border-radius: 0px 0px 20px 20px; */
- z-index: 100000;
- -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
- -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
- box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
-}
-ul.menu-popup a {
- display: block;
- color: #FFFFFF;
- padding: 5px 10px;
- text-decoration: none;
-}
-
-
-ul.menu-popup a:hover {
- background-color: #888888;
- color: #FFFFFF;
-}
-ul.menu-popup .menu-sep {
- border-top: 1px solid #9eabb0;
-}
-ul.menu-popup li {
- float: none;
- overflow: auto;
- height: auto;
- display: block;
-}
-ul.menu-popup li img {
- float: left;
- width: 16px;
- height: 16px;
- padding-right: 5px;
-}
-ul.menu-popup .empty {
- padding: 5px;
- text-align: center;
- color: #9eabb0;
-}
-ul.menu-popup .toolbar {
- background-color: #9eabb0;
- height: auto;
- overflow: auto;
-}
-ul.menu-popup .toolbar a {
- float: right;
-}
-ul.menu-popup .toolbar a:hover {
- background-color: #ffffff;
-}
-
-
-
#profile-in-dir-yes-label,
#profile-in-dir-no-label,
#profile-in-netdir-yes-label,
@@ -793,6 +743,24 @@ ul.menu-popup .toolbar a:hover {
}
+.pmenu.horizontal {
+ padding: 0 0 0 0;
+ border-bottom: none;
+}
+
+.pmenu.horizontal .pmenu-title {
+ display: none;
+}
+.pmenu.horizontal ul {
+ -moz-padding-start: 0;
+}
+
+.pmenu.horizontal li {
+ margin-left: 0;
+ display: inline;
+ padding-right: 15px;
+}
+
#settings-default-perms-menu {
margin-top: 15px;
margin-bottom: 15px;
@@ -807,7 +775,7 @@ ul.menu-popup .toolbar a:hover {
display: block;
color: #FFFFFF;
margin-top: 15px;
- background-color: $nav_bg_2;
+ background-color: $nav_bg;
-webkit-border-radius: $radiuspx ;
-moz-border-radius: $radiuspx;
border-radius: $radiuspx;
@@ -896,7 +864,7 @@ ul.menu-popup .toolbar a:hover {
#nav-search-spinner {
float: left;
margin: 25px 0px 0px 25px;
- color: #fff;
+ color: $nav_active_icon_colour;
}
#nav-search-text:hover,
@@ -910,7 +878,7 @@ ul.menu-popup .toolbar a:hover {
margin: 15px;
padding: 0px 5px 0px 5px;
border-radius: 10px;
- border: none;
+ border-color: $nav_bd;
background-color: $search_background;
transition: background-color 300ms ease 0s;
}
@@ -1148,12 +1116,6 @@ ul.menu-popup .toolbar a:hover {
margin-bottom: 15px;
}
-#language-selector {
- position: absolute;
- top: 0px;
- left: 16px;
-}
-
#group-members {
margin-top: 20px;
padding: 10px;
@@ -1549,7 +1511,7 @@ div.jGrowl div.info {
#nav-search-text-ac .autocomplete {
position: fixed;
top: 51px;
- border: 1px solid #222;
+ border: 1px solid $nav_bd;
border-top: none;
}
@@ -2242,6 +2204,7 @@ img.mail-list-sender-photo {
}
/* nav bootstrap */
+
nav i {
font-size: 14px;
}
@@ -2269,7 +2232,105 @@ nav .dropdown-menu {
border-bottom-left-radius: $radiuspx;
}
+#usermenu-caret {
+ color: $nav_icon_colour;
+}
+
+#avatar:hover + #usermenu-caret {
+ color: $nav_active_icon_colour;
+}
+
/* bootstrap overrides */
blockquote {
- font-size: $body_font_size;
+ font-size: $body_font_size;
+}
+
+.dropdown-menu {
+ font-size: $body_font_size;
+ border-radius: $radiuspx;
+}
+
+.dropdown-menu img {
+ border-radius: $radiuspx;
+}
+
+.navbar-inverse {
+ background-image: -webkit-linear-gradient(top, $nav_gradient_top 0%, $nav_gradient_bottom 100%);
+ background-image: linear-gradient(to bottom, $nav_gradient_top 0%, $nav_gradient_bottom 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$nav_gradient_top, endColorstr=$nav_gradient_bottom, GradientType=0);
+ background-color: $nav_bg;
+ border-color: $nav_bd;
+}
+
+.navbar-inverse .navbar-collapse {
+ border-color: $nav_bd;
+}
+
+.navbar-inverse .navbar-nav > .active > a {
+ background-image: -webkit-linear-gradient(top, $nav_active_gradient_top 0%, $nav_active_gradient_bottom 100%);
+ background-image: linear-gradient(to bottom, $nav_active_gradient_top 0%, $nav_active_gradient_bottom 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$nav_active_gradient_top, endColorstr=$nav_active_gradient_bottom, GradientType=0);
+}
+
+
+.navbar-inverse .navbar-nav > li > a {
+ color: $nav_icon_colour;
+ text-shadow: 0px 0px 0px;
+}
+
+.navbar-inverse .navbar-nav > li > a:hover,
+.navbar-inverse .navbar-nav > li > a:focus {
+ color: $nav_active_icon_colour;
+}
+
+.navbar-inverse .navbar-nav > .active > a,
+.navbar-inverse .navbar-nav > .active > a:hover,
+.navbar-inverse .navbar-nav > .active > a:focus {
+ color: $nav_active_icon_colour;
+}
+
+.navbar-inverse .navbar-nav > .open > a,
+.navbar-inverse .navbar-nav > .open > a:hover,
+.navbar-inverse .navbar-nav > .open > a:focus {
+ background-color: $nav_bd;
+ color: $nav_active_icon_colour;
+}
+
+.navbar-inverse .navbar-toggle {
+ border-color: $nav_bd;
+}
+.navbar-inverse .navbar-toggle:hover,
+.navbar-inverse .navbar-toggle:focus {
+ background-color: $nav_bg;
+}
+
+.navbar-inverse .navbar-toggle .icon-bar {
+ background-color: $nav_active_icon_colour;
+}
+
+#expand-aside {
+ color: $nav_active_icon_colour;
+ padding: 7px 10px;
+}
+
+@media screen and (max-width: 767px) {
+ aside#region_1 {
+ background: rgba(0, 0, 0, .1);
+ border-right: 1px solid $nav_bd;
+ }
+
+ main {
+ -webkit-transition: all 0.25s ease-out;
+ -moz-transition: all 0.25s ease-out;
+ transition: all 0.25s ease-out;
+ }
+
+ main {
+ left: -227px;
+ width: calc( 100% + 227px );
+ }
+
+ main.region_1-on {
+ left: 0px;
+ }
}
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index e41fde2b8..bec7c55c8 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -22,6 +22,11 @@ function cmtBbClose(comment, id) {
$(document).ready(function() {
+$('[data-toggle=offcanvas]').click(function() {
+ $('#expand-aside-icon').toggleClass('icon-circle-arrow-right').toggleClass('icon-circle-arrow-left');
+ $('main').toggleClass('region_1-on');
+});
+
$('.group-edit-icon').hover(
function() {
$(this).css('opacity','1.0');},
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php
index 2235a9742..608a9bda7 100644
--- a/view/theme/redbasic/php/config.php
+++ b/view/theme/redbasic/php/config.php
@@ -7,7 +7,14 @@ function theme_content(&$a) {
$arr['schema'] = get_pconfig(local_user(),'redbasic', 'schema' );
$arr['narrow_navbar'] = get_pconfig(local_user(),'redbasic', 'narrow_navbar' );
- $arr['nav_colour'] = get_pconfig(local_user(),'redbasic', 'nav_colour' );
+ $arr['nav_bg'] = get_pconfig(local_user(),'redbasic', 'nav_bg' );
+ $arr['nav_gradient_top'] = get_pconfig(local_user(),'redbasic', 'nav_gradient_top' );
+ $arr['nav_gradient_bottom'] = get_pconfig(local_user(),'redbasic', 'nav_gradient_bottom' );
+ $arr['nav_active_gradient_top'] = get_pconfig(local_user(),'redbasic', 'nav_active_gradient_top' );
+ $arr['nav_active_gradient_bottom'] = get_pconfig(local_user(),'redbasic', 'nav_active_gradient_bottom' );
+ $arr['nav_bd'] = get_pconfig(local_user(),'redbasic', 'nav_bd' );
+ $arr['nav_icon_colour'] = get_pconfig(local_user(),'redbasic', 'nav_icon_colour' );
+ $arr['nav_active_icon_colour'] = get_pconfig(local_user(),'redbasic', 'nav_active_icon_colour' );
$arr['link_colour'] = get_pconfig(local_user(),'redbasic', 'link_colour' );
$arr['banner_colour'] = get_pconfig(local_user(),'redbasic', 'banner_colour' );
$arr['bgcolour'] = get_pconfig(local_user(),'redbasic', 'background_colour' );
@@ -35,7 +42,14 @@ function theme_post(&$a) {
if (isset($_POST['redbasic-settings-submit'])) {
set_pconfig(local_user(), 'redbasic', 'schema', $_POST['redbasic_schema']);
set_pconfig(local_user(), 'redbasic', 'narrow_navbar', $_POST['redbasic_narrow_navbar']);
- set_pconfig(local_user(), 'redbasic', 'nav_colour', $_POST['redbasic_nav_colour']);
+ set_pconfig(local_user(), 'redbasic', 'nav_bg', $_POST['redbasic_nav_bg']);
+ set_pconfig(local_user(), 'redbasic', 'nav_gradient_top', $_POST['redbasic_nav_gradient_top']);
+ set_pconfig(local_user(), 'redbasic', 'nav_gradient_bottom', $_POST['redbasic_nav_gradient_bottom']);
+ set_pconfig(local_user(), 'redbasic', 'nav_active_gradient_top', $_POST['redbasic_nav_active_gradient_top']);
+ set_pconfig(local_user(), 'redbasic', 'nav_active_gradient_bottom', $_POST['redbasic_nav_active_gradient_bottom']);
+ set_pconfig(local_user(), 'redbasic', 'nav_bd', $_POST['redbasic_nav_bd']);
+ set_pconfig(local_user(), 'redbasic', 'nav_icon_colour', $_POST['redbasic_nav_icon_colour']);
+ set_pconfig(local_user(), 'redbasic', 'nav_active_icon_colour', $_POST['redbasic_nav_active_icon_colour']);
set_pconfig(local_user(), 'redbasic', 'link_colour', $_POST['redbasic_link_colour']);
set_pconfig(local_user(), 'redbasic', 'background_colour', $_POST['redbasic_background_colour']);
set_pconfig(local_user(), 'redbasic', 'banner_colour', $_POST['redbasic_banner_colour']);
@@ -60,8 +74,6 @@ function theme_post(&$a) {
function redbasic_form(&$a, $arr) {
-
-
$scheme_choices = array();
$scheme_choices["---"] = t("Default");
$files = glob('view/theme/redbasic/schema/*.php');
@@ -72,22 +84,6 @@ function redbasic_form(&$a, $arr) {
$scheme_choices[$f] = $scheme_name;
}
}
-
-
- $nav_colours = array (
- '' => t('Scheme Default'),
- 'red' => 'red',
- 'pink' => 'pink',
- 'green' => 'green',
- 'blue' => 'blue',
- 'purple' => 'purple',
- 'black' => 'black',
- 'orange' => 'orange',
- 'brown' => 'brown',
- 'grey' => 'grey',
- 'gold' => 'gold',
- 'silver' => t('silver'),
- );
if(feature_enabled(local_user(),'expert'))
$expert = 1;
@@ -100,7 +96,14 @@ if(feature_enabled(local_user(),'expert'))
'$title' => t("Theme settings"),
'$schema' => array('redbasic_schema', t('Set scheme'), $arr['schema'], '', $scheme_choices),
'$narrow_navbar' => array('redbasic_narrow_navbar',t('Narrow navbar'),$arr['narrow_navbar']),
- '$nav_colour' => array('redbasic_nav_colour', t('Navigation bar colour'), $arr['nav_colour'], '', $nav_colours),
+ '$nav_bg' => array('redbasic_nav_bg', t('Navigation bar background colour'), $arr['nav_bg']),
+ '$nav_gradient_top' => array('redbasic_nav_gradient_top', t('Navigation bar gradient top colour'), $arr['nav_gradient_top']),
+ '$nav_gradient_bottom' => array('redbasic_nav_gradient_bottom', t('Navigation bar gradient bottom colour'), $arr['nav_gradient_bottom']),
+ '$nav_active_gradient_top' => array('redbasic_nav_active_gradient_top', t('Navigation active button gradient top colour'), $arr['nav_active_gradient_top']),
+ '$nav_active_gradient_bottom' => array('redbasic_nav_active_gradient_bottom', t('Navigation active button gradient bottom colour'), $arr['nav_active_gradient_bottom']),
+ '$nav_bd' => array('redbasic_nav_bd', t('Navigation bar border colour '), $arr['nav_bd']),
+ '$nav_icon_colour' => array('redbasic_nav_icon_colour', t('Navigation bar icon colour '), $arr['nav_icon_colour']),
+ '$nav_active_icon_colour' => array('redbasic_nav_active_icon_colour', t('Navigation bar active icon colour '), $arr['nav_active_icon_colour']),
'$link_colour' => array('redbasic_link_colour', t('link colour'), $arr['link_colour'], '', $link_colours),
'$banner_colour' => array('redbasic_banner_colour', t('Set font-colour for banner'), $arr['banner_colour']),
'$bgcolour' => array('redbasic_background_colour', t('Set the background colour'), $arr['bgcolour']),
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 901d06af7..c3153a025 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -7,13 +7,15 @@ if(! $a->install) {
if($uid)
load_pconfig($uid,'redbasic');
-// Nav colours are mess. Set $nav_colour as a single word for the sake of letting folk pick one
-// but it actually consists of at least two colours to form a gradient - $nav_bg_1 and $nav_bg_2
-// A further two - $nav_bg_3 and $nav_bg_4 are used to create the hover, if any particular scheme
-// wants to implement that
- $nav_colour = get_pconfig($uid, "redbasic", "nav_colour");
-
// Load the owners pconfig
+ $nav_bg = get_pconfig($uid, "redbasic", "nav_bg");
+ $nav_gradient_top = get_pconfig($uid, "redbasic", "nav_gradient_top");
+ $nav_gradient_bottom = get_pconfig($uid, "redbasic", "nav_gradient_bottom");
+ $nav_active_gradient_top = get_pconfig($uid, "redbasic", "nav_active_gradient_top");
+ $nav_active_gradient_bottom = get_pconfig($uid, "redbasic", "nav_active_gradient_bottom");
+ $nav_bd = get_pconfig($uid, "redbasic", "nav_bd");
+ $nav_icon_colour = get_pconfig($uid, "redbasic", "nav_icon_colour");
+ $nav_active_icon_colour = get_pconfig($uid, "redbasic", "nav_active_icon_colour");
$narrow_navbar = get_pconfig($uid,'redbasic','narrow_navbar');
$banner_colour = get_pconfig($uid,'redbasic','banner_colour');
$link_colour = get_pconfig($uid, "redbasic", "link_colour");
@@ -37,10 +39,16 @@ if(! $a->install) {
}
-// Now load the scheme. If a value is changed above, we'll keep the settings
-// If not, we'll keep those defined by the schema
-// Setting $scheme to '' wasn't working for some reason, so we'll check it's
-// not --- like the mobile theme does instead.
+ // Now load the scheme. If a value is changed above, we'll keep the settings
+ // If not, we'll keep those defined by the schema
+ // Setting $schema to '' wasn't working for some reason, so we'll check it's
+ // not --- like the mobile theme does instead.
+
+
+ // Allow layouts to over-ride the schema
+
+ if($_REQUEST['schema'])
+ $schema = $_REQUEST['schema'];
if (($schema) && ($schema != '---')) {
// Check it exists, because this setting gets distributed to clones
@@ -62,17 +70,28 @@ if(! $a->install) {
//Set some defaults - we have to do this after pulling owner settings, and we have to check for each setting
//individually. If we don't, we'll have problems if a user has set one, but not all options.
- if (! $nav_colour) {
- $nav_colour = "red";
- $nav_bg_1 = "#f88";
- $nav_bg_2 = "#b00";
- $nav_bg_3 = "#f00";
- $nav_bg_4 = "#b00";
- }
+ if (! $nav_bg)
+ $nav_bg = "#222";
+ if (! $nav_gradient_top)
+ $nav_gradient_top = "#3c3c3c";
+ if (! $nav_gradient_bottom)
+ $nav_gradient_bottom = "#222";
+ if (! $nav_active_gradient_top)
+ $nav_active_gradient_top = "#222";
+ if (! $nav_active_gradient_bottom)
+ $nav_active_gradient_bottom = "#282828";
+ if (! $nav_bd)
+ $nav_bd = "#222";
+ if (! $nav_icon_colour)
+ $nav_icon_colour = "#999";
+ if (! $nav_active_icon_colour)
+ $nav_active_icon_colour = "#fff";
if (! $link_colour)
$link_colour = "#0080FF";
if (! $banner_colour)
- $banner_colour = "fff";
+ $banner_colour = "#fff";
+ if (! $search_background)
+ $search_background = "#eee";
if (! $bgcolour)
$bgcolour = "#fdfdfd";
if (! $background_image)
@@ -100,7 +119,7 @@ if(! $a->install) {
if (! $converse_width)
$converse_width="1024px";
if(! $top_photo)
- $top_photo = '64px';
+ $top_photo = '48px';
$pmenu_top = intval($top_photo) - 16 . 'px';
$wwtop = intval($top_photo) - 15 . 'px';
$comment_indent = intval($top_photo) + 10 . 'px';
@@ -117,70 +136,20 @@ if(! $a->install) {
$nav_float_min_opacity = (float) $nav_min_opacity;
$nav_percent_min_opacity = (int) 100 * $nav_min_opacity;
}
-
-// Nav colours have nested values, so we have to define the actual variables
-// used in the CSS from the higher level "red", "black", etc here
- if ($nav_colour == "red") {
- $nav_bg_1 = $nav_bg_3 = "#ba002f";
- $nav_bg_2 = $nav_bg_4 = "#ad002c";
- $search_background = "#EEEEEE";
- $active_colour = '#444444';
- }
-
- if ($nav_colour == "black") {
- $nav_bg_1 = $nav_bg_3 = "#000";
- $nav_bg_2 = $nav_bg_4 = "#222";
- $search_background = '#EEEEEE';
- $active_colour = '#AAAAAA';
- }
- if ($nav_colour == "silver") {
- $nav_bg_1 = $nav_bg_2 = $nav_bg_3 = $nav_bg_4 = "silver";
- $search_background = '#EEEEEE';
- }
- if($nav_colour === "pink") {
- $nav_bg_1 = $nav_bg_3 = "#FFC1CA";
- $nav_bg_2 = $nav_bg_4 = "#FFC1CA";
- }
- if($nav_colour === "green") {
- $nav_bg_1 = $nav_bg_3 = "#5CD65C";
- $nav_bg_2 = $nav_bg_4 = "#5CD65C";
- }
- if($nav_colour === "blue") {
- $nav_bg_1 = $nav_bg_3 = "#1872a2";
- $nav_bg_2 = $nav_bg_4 = "#1872a2";
- }
- if($nav_colour === "purple") {
- $nav_bg_1 = $nav_bg_3 = "#551A8B";
- $nav_bg_2 = $nav_bg_4 = "#551A8B";
- }
- if($nav_colour === "orange") {
- $nav_bg_1 = $nav_bg_3 = "#FF3D0D";
- $nav_bg_2 = $nav_bg_4 = "#FF3D0D";
- }
- if($nav_colour === "brown") {
- $nav_bg_1 = $nav_bg_3 = "#330000";
- $nav_bg_2 = $nav_bg_4 = "#330000";
- }
- if($nav_colour === "grey") {
- $nav_bg_1 = $nav_bg_3 = "#2e2f2e";
- $nav_bg_2 = $nav_bg_4 = "#2e2f2e";
- }
- if($nav_colour === "gold") {
- $nav_bg_1 = $nav_bg_3 = "#FFAA00";
- $nav_bg_2 = $nav_bg_4 = "#FFAA00";
- }
-
-
// Apply the settings
if(file_exists('view/theme/redbasic/css/style.css')) {
$x = file_get_contents('view/theme/redbasic/css/style.css');
$options = array (
-'$nav_bg_1' => $nav_bg_1,
-'$nav_bg_2' => $nav_bg_2,
-'$nav_bg_3' => $nav_bg_3,
-'$nav_bg_4' => $nav_bg_4,
+'$nav_bg' => $nav_bg,
+'$nav_gradient_top' => $nav_gradient_top,
+'$nav_gradient_bottom' => $nav_gradient_bottom,
+'$nav_active_gradient_top' => $nav_active_gradient_top,
+'$nav_active_gradient_bottom' => $nav_active_gradient_bottom,
+'$nav_bd' => $nav_bd,
+'$nav_icon_colour' => $nav_icon_colour,
+'$nav_active_icon_colour' => $nav_active_icon_colour,
'$link_colour' => $link_colour,
'$banner_colour' => $banner_colour,
'$search_background' => $search_background,
@@ -208,7 +177,6 @@ $options = array (
);
echo str_replace(array_keys($options), array_values($options), $x);
-
}
if($sloppy_photos && file_exists('view/theme/redbasic/css/sloppy_photos.css')) {
diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php
index ccb85a070..12f49efa7 100644
--- a/view/theme/redbasic/php/theme_init.php
+++ b/view/theme/redbasic/php/theme_init.php
@@ -1,5 +1,14 @@
{{if $expert}}
-{{* include file="field_select.tpl" field=$nav_colour *}}
{{include file="field_checkbox.tpl" field=$narrow_navbar}}
+{{include file="field_input.tpl" field=$nav_bg}}
+{{include file="field_input.tpl" field=$nav_gradient_top}}
+{{include file="field_input.tpl" field=$nav_gradient_bottom}}
+{{include file="field_input.tpl" field=$nav_active_gradient_top}}
+{{include file="field_input.tpl" field=$nav_active_gradient_bottom}}
+{{include file="field_input.tpl" field=$nav_bd}}
+{{include file="field_input.tpl" field=$nav_icon_colour}}
+{{include file="field_input.tpl" field=$nav_active_icon_colour}}
{{include file="field_input.tpl" field=$banner_colour}}
{{include file="field_input.tpl" field=$link_colour}}
{{include file="field_input.tpl" field=$bgcolour}}
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl
index 274d0d5de..b7a02c15e 100755
--- a/view/tpl/abook_edit.tpl
+++ b/view/tpl/abook_edit.tpl
@@ -34,6 +34,7 @@
+
{{if $is_pending}}
+{{/if}}
\ No newline at end of file
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 869692bfa..8d59951e7 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -9,18 +9,20 @@
+ {{* comment out for now. let's see if somebody is missing it. if yes we need a better visual concept.
{{if $item.owner_url}}