2012-09-30 08:52:40 +02:00
|
|
|
|
<?php
|
|
|
|
|
|
2013-03-03 00:46:54 +01:00
|
|
|
|
if(! function_exists("string_plural_select_nb_no")) {
|
2012-11-13 16:13:28 +01:00
|
|
|
|
function string_plural_select_nb_no($n){
|
2018-05-17 09:31:29 +02:00
|
|
|
|
$n = intval($n);
|
2012-09-30 08:52:40 +02:00
|
|
|
|
return ($n != 1);;
|
2013-03-03 00:46:54 +01:00
|
|
|
|
}}
|
2012-09-30 08:52:40 +02:00
|
|
|
|
;
|
2019-01-12 10:53:13 +01:00
|
|
|
|
$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
|
|
|
|
|
0 => "",
|
|
|
|
|
1 => "",
|
2018-01-15 14:05:12 +01:00
|
|
|
|
];
|
2019-01-12 10:53:13 +01:00
|
|
|
|
$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [
|
|
|
|
|
0 => "",
|
|
|
|
|
1 => "",
|
2018-01-15 14:05:12 +01:00
|
|
|
|
];
|
2019-01-12 10:53:13 +01:00
|
|
|
|
$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "";
|
2015-03-30 09:21:01 +02:00
|
|
|
|
$a->strings["Profile Photos"] = "Profilbilder";
|
2019-01-12 10:53:13 +01:00
|
|
|
|
$a->strings["event"] = "hendelse";
|
2015-03-30 09:21:01 +02:00
|
|
|
|
$a->strings["status"] = "status";
|
2019-01-12 10:53:13 +01:00
|
|
|
|
$a->strings["photo"] = "bilde";
|
2015-03-30 09:21:01 +02:00
|
|
|
|
$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";
|
2019-01-12 10:53:13 +01:00
|
|
|
|
$a->strings["%1\$s attends %2\$s's %3\$s"] = "";
|
|
|
|
|
$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "";
|
|
|
|
|
$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "";
|
|
|
|
|
$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s er nå venner med %2\$s";
|
|
|
|
|
$a->strings["%1\$s poked %2\$s"] = "%1\$s dyttet %2\$s";
|
|
|
|
|
$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s merket %2\$s sitt %3\$s med %4\$s";
|
|
|
|
|
$a->strings["post/item"] = "innlegg/element";
|
|
|
|
|
$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s merket %2\$s's %3\$s som en favoritt";
|
|
|
|
|
$a->strings["Likes"] = "Liker";
|
|
|
|
|
$a->strings["Dislikes"] = "Liker ikke";
|
|
|
|
|
$a->strings["Attending"] = [
|
|
|
|
|
0 => "",
|
|
|
|
|
1 => "",
|
|
|
|
|
];
|
|
|
|
|
$a->strings["Not attending"] = "";
|
|
|
|
|
$a->strings["Might attend"] = "";
|
|
|
|
|
$a->strings["Select"] = "Velg";
|
|
|
|
|
$a->strings["Delete"] = "Slett";
|
|
|
|
|
$a->strings["View %s's profile @ %s"] = "Besøk %ss profil [%s]";
|
|
|
|
|
$a->strings["Categories:"] = "Kategorier:";
|
|
|
|
|
$a->strings["Filed under:"] = "Lagret i:";
|
|
|
|
|
$a->strings["%s from %s"] = "%s fra %s";
|
|
|
|
|
$a->strings["View in context"] = "Vis i sammenheng";
|
2015-03-30 09:21:01 +02:00
|
|
|
|
$a->strings["Please wait"] = "Vennligst vent";
|
2019-01-12 10:53:13 +01:00
|
|
|
|
$a->strings["remove"] = "slett";
|
|
|
|
|
$a->strings["Delete Selected Items"] = "Slette valgte elementer";
|
|
|
|
|
$a->strings["Follow Thread"] = "Følg tråd";
|
|
|
|
|
$a->strings["View Status"] = "Vis status";
|
|
|
|
|
$a->strings["View Profile"] = "Vis profil";
|
|
|
|
|
$a->strings["View Photos"] = "Vis bilder";
|
|
|
|
|
$a->strings["Network Posts"] = "Nettverksinnlegg";
|
|
|
|
|
$a->strings["View Contact"] = "Vis kontakt";
|
|
|
|
|
$a->strings["Send PM"] = "Send privat melding";
|
|
|
|
|
$a->strings["Poke"] = "Dytt";
|
|
|
|
|
$a->strings["Connect/Follow"] = "Koble/Følg";
|
|
|
|
|
$a->strings["%s likes this."] = "%s liker dette.";
|
|
|
|
|
$a->strings["%s doesn't like this."] = "%s liker ikke dette.";
|
|
|
|
|
$a->strings["%s attends."] = "";
|
|
|
|
|
$a->strings["%s doesn't attend."] = "";
|
|
|
|
|
$a->strings["%s attends maybe."] = "";
|
|
|
|
|
$a->strings["and"] = "og";
|
|
|
|
|
$a->strings["and %d other people"] = "og %dpersoner";
|
|
|
|
|
$a->strings["<span %1\$s>%2\$d people</span> like this"] = "<span %1\$s>%2\$d personer</span> liker dette";
|
|
|
|
|
$a->strings["%s like this."] = "%s liker det.";
|
|
|
|
|
$a->strings["<span %1\$s>%2\$d people</span> don't like this"] = "<span %1\$s>%2\$d personer</span> liker ikke dette";
|
|
|
|
|
$a->strings["%s don't like this."] = "%s liker det ikke.";
|
|
|
|
|
$a->strings["<span %1\$s>%2\$d people</span> attend"] = "";
|
|
|
|
|
$a->strings["%s attend."] = "";
|
|
|
|
|
$a->strings["<span %1\$s>%2\$d people</span> don't attend"] = "";
|
|
|
|
|
$a->strings["%s don't attend."] = "";
|
|
|
|
|
$a->strings["<span %1\$s>%2\$d people</span> attend maybe"] = "";
|
|
|
|
|
$a->strings["%s attend maybe."] = "";
|
|
|
|
|
$a->strings["Visible to <strong>everybody</strong>"] = "Synlig for <strong>alle</strong>";
|
|
|
|
|
$a->strings["Please enter a image/video/audio/webpage URL:"] = "";
|
|
|
|
|
$a->strings["Tag term:"] = "Merkelapp begrep:";
|
|
|
|
|
$a->strings["Save to Folder:"] = "Lagre til mappe:";
|
|
|
|
|
$a->strings["Where are you right now?"] = "Hvor er du akkurat nå?";
|
|
|
|
|
$a->strings["Delete item(s)?"] = "Slett element(er)?";
|
|
|
|
|
$a->strings["New Post"] = "Ny innlegg";
|
|
|
|
|
$a->strings["Share"] = "Del";
|
|
|
|
|
$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["Bold"] = "uthevet";
|
|
|
|
|
$a->strings["Italic"] = "kursiv";
|
|
|
|
|
$a->strings["Underline"] = "understrek";
|
|
|
|
|
$a->strings["Quote"] = "sitat";
|
|
|
|
|
$a->strings["Code"] = "kode";
|
|
|
|
|
$a->strings["Image"] = "Bilde/fotografi";
|
|
|
|
|
$a->strings["Link"] = "lenke";
|
|
|
|
|
$a->strings["Link or Media"] = "";
|
|
|
|
|
$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"] = "Lagre tittel";
|
|
|
|
|
$a->strings["Categories (comma-separated list)"] = "Kategorier (kommaseparert liste)";
|
|
|
|
|
$a->strings["Permission settings"] = "Tillatelser";
|
|
|
|
|
$a->strings["permissions"] = "tillatelser";
|
|
|
|
|
$a->strings["Public post"] = "Offentlig innlegg";
|
|
|
|