]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Imap/locale/nb/LC_MESSAGES/Imap.po
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Imap / locale / nb / LC_MESSAGES / Imap.po
1 # Translation of StatusNet - Imap to Norwegian Bokmål (‪Norsk (bokmål)‬)
2 # Exported from translatewiki.net
3 #
4 # Author: Nghtwlkr
5 # --
6 # This file is distributed under the same license as the StatusNet package.
7 #
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: StatusNet - Imap\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2012-04-29 23:03+0000\n"
13 "PO-Revision-Date: 2012-04-29 23:07:31+0000\n"
14 "Language-Team: Norwegian Bokmål <https://translatewiki.net/wiki/Portal:nb>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n"
18 "X-Generator: MediaWiki 1.20alpha (87e6ff2); Translate 2012-04-11\n"
19 "X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
20 "X-Language-Code: nb\n"
21 "X-Message-Group: #out-statusnet-plugin-imap\n"
22 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
24 #. TRANS: E-mail subject in case of an error.
25 msgid "Error"
26 msgstr "Feil"
27
28 #. TRANS: Exception thrown when the ImapManager is used incorrectly in the code.
29 msgid ""
30 "ImapManager should be created using its constructor, not using the static "
31 "\"get()\" method."
32 msgstr ""
33 "ImapManager bør opprettes ved å bruke dets konstruktør, ikke ved å bruke "
34 "dets statiske «get()»-metode."
35
36 #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
37 msgid "A mailbox must be specified."
38 msgstr "En postkasse må spesifiseres."
39
40 #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
41 msgid "A user must be specified."
42 msgstr "En bruker må spesifiseres."
43
44 #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
45 msgid "A password must be specified."
46 msgstr "Et passord må spesifiseres."
47
48 #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
49 #. TRANS: poll_frequency is a setting that should not be translated.
50 msgid "A poll_frequency must be specified."
51 msgstr "En poll_frequency må spesifiseres."
52
53 #. TRANS: Plugin description.
54 msgid ""
55 "The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for "
56 "incoming mail containing user posts."
57 msgstr ""
58 "Utvidelsen IMAP gjør det mulig for StatusNet å sjekke en POP- eller IMAP-"
59 "postkasse for innkommende e-post som innholder brukerinnlegg."