1 # Norwegian Bokmal translation for pidgin-sipe
2 # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
3 # This file is distributed under the same license as the pidgin-sipe package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
8 "Project-Id-Version: pidgin-sipe\n"
9 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10 "POT-Creation-Date: 2008-12-16 13:43-0600\n"
11 "PO-Revision-Date: 2009-03-18 22:25+0000\n"
12 "Last-Translator: Kenneth Langdalen <Unknown>\n"
13 "Language-Team: Norwegian Bokmal <nb@li.org>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=n != 1;\n"
18 "X-Launchpad-Export-Date: 2009-06-19 14:52+0000\n"
19 "X-Generator: Launchpad (build Unknown)\n"
21 #. TODO: do we really want to disconnect on a failure to write?
22 #: ../src/sipe.c:530 ../src/sipe.c:560
23 msgid "Could not write"
24 msgstr "Kunne ikke skrive"
26 #: ../src/sipe.c:583 ../src/sipe.c:2946
27 msgid "Could not connect"
28 msgstr "Kunne ikke koble til"
31 #: ../src/sipe.c:1416 ../src/sipe.c:1423 ../src/sipe.c:1430
39 #: ../src/sipe.c:2144 ../src/sipe.c:2783
40 msgid "Wrong Password"
44 msgid "SSL read error"
48 msgid "Connection Failed"
49 msgstr "Forbindelse feilet"
63 #: ../src/sipe.c:3426 ../src/sipe.c:3518
67 #: ../src/sipe.c:3429 ../src/sipe.c:3520
95 #. Translators: noun (networking port)
100 #: ../src/sipe.c:3697
104 #: ../src/sipe.c:3698
108 #: ../src/sipe.c:3699
112 #: ../src/sipe.c:649 ../src/sipe.c:3090
113 msgid "Couldn't create socket"
116 #: ../src/sipe.c:2170
118 msgid "You have been rejected by the server: %s"
121 #: ../src/sipe.c:2170 ../src/sipe.c:2186
122 msgid "no reason given"
125 #: ../src/sipe.c:2173
126 msgid "You have been rejected by the server"
129 #: ../src/sipe.c:2186
131 msgid "Service unavailable: %s"
134 #: ../src/sipe.c:2189
135 msgid "Service unavailable: no reason given"
138 #: ../src/sipe.c:2779
139 msgid "Invalid message signature received"
142 #: ../src/sipe.c:2846
143 msgid "Connection not found; Please try to connect again.\n"
146 #: ../src/sipe.c:2870
147 msgid "Server has disconnected"
150 #: ../src/sipe.c:2992 ../src/sipe.c:3035 ../src/sipe.c:3074 ../src/sipe.c:3148
151 msgid "Could not create listen socket"
154 #: ../src/sipe.c:3016
155 msgid "Couldn't resolve host"
158 #: ../src/sipe.c:3059
159 msgid "SSL Handshake Failed"
162 #: ../src/sipe.c:3121
164 "SSL support is not installed. Either install SSL support or configure a "
165 "different connection type in the account editor."
168 #: ../src/sipe.c:3130
169 msgid "Could not create SSL context"
172 #: ../src/sipe.c:3139
173 msgid "Could not resolve hostname"
176 #: ../src/sipe.c:3244
177 msgid "SIP Exchange usernames may not contain whitespaces"
180 #: ../src/sipe.c:3414
181 msgid "Unable to display the search results."
184 #: ../src/sipe.c:3461
186 msgid "Found %d contact%s:"
187 msgid_plural "Found %d contacts%s:"
191 #: ../src/sipe.c:3463
192 msgid " (more matched your query)"
195 #: ../src/sipe.c:3525
196 msgid "Search for a Contact"
199 #: ../src/sipe.c:3526
201 "Enter the information of the person you wish to find. Empty fields will be "
205 #: ../src/sipe.c:3529
209 #: ../src/sipe.c:3540
210 msgid "Contact Search..."
213 #: ../src/sipe.c:3686
217 #: ../src/sipe.c:3689
218 msgid "Use non-standard port"
221 #: ../src/sipe.c:3695
222 msgid "Connection Type"
225 #: ../src/sipe.c:3696
229 #. option = purple_account_option_bool_new(_("Publish status (note: everyone may watch you)"), "doservice", TRUE);
230 #. prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
231 #: ../src/sipe.c:3705
235 #. TODO commented out so won't show in the preferences until we fix krb message signing
236 #. option = purple_account_option_bool_new(_("Use Kerberos"), "krb5", FALSE);
237 #. prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
239 #. // XXX FIXME: Add code to programmatically determine if a KRB REALM is specified in /etc/krb5.conf
240 #. option = purple_account_option_string_new(_("Kerberos Realm"), "krb5_realm", "");
241 #. prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
243 #: ../src/sipe.c:3717
247 #: ../src/sipe.c:3719