Blame view

sources/l10n/da/settings.po 18.1 KB
03e52840d   Kload   Init
1
2
3
4
5
  # SOME DESCRIPTIVE TITLE.
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  # This file is distributed under the same license as the PACKAGE package.
  # 
  # Translators:
31b7f2792   Kload   Upgrade to ownclo...
6
7
8
  # Sappe, 2013
  # Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2013
  # Ole Holm Frandsen <froksen@gmail.com>, 2013
03e52840d   Kload   Init
9
10
11
12
  msgid ""
  msgstr ""
  "Project-Id-Version: ownCloud
  "
31b7f2792   Kload   Upgrade to ownclo...
13
14
15
16
17
18
19
20
  "Report-Msgid-Bugs-To: translations@owncloud.org
  "
  "POT-Creation-Date: 2013-12-04 18:12-0500
  "
  "PO-Revision-Date: 2013-12-04 23:13+0000
  "
  "Last-Translator: I Robot <owncloud-bot@tmit.eu>
  "
03e52840d   Kload   Init
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)
  "
  "MIME-Version: 1.0
  "
  "Content-Type: text/plain; charset=UTF-8
  "
  "Content-Transfer-Encoding: 8bit
  "
  "Language: da
  "
  "Plural-Forms: nplurals=2; plural=(n != 1);
  "
  
  #: ajax/apps/ocs.php:20
  msgid "Unable to load list from App Store"
  msgstr "Kunne ikke indlæse listen fra App Store"
31b7f2792   Kload   Upgrade to ownclo...
37
38
  #: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
  #: ajax/togglegroups.php:20 changepassword/controller.php:55
03e52840d   Kload   Init
39
40
  msgid "Authentication error"
  msgstr "Adgangsfejl"
31b7f2792   Kload   Upgrade to ownclo...
41
42
43
44
45
46
47
  #: ajax/changedisplayname.php:31
  msgid "Your full name has been changed."
  msgstr ""
  
  #: ajax/changedisplayname.php:34
  msgid "Unable to change full name"
  msgstr ""
03e52840d   Kload   Init
48
49
50
51
52
53
54
55
  
  #: ajax/creategroup.php:10
  msgid "Group already exists"
  msgstr "Gruppen findes allerede"
  
  #: ajax/creategroup.php:19
  msgid "Unable to add group"
  msgstr "Gruppen kan ikke oprettes"
03e52840d   Kload   Init
56
57
58
59
60
61
62
63
64
65
66
  #: ajax/lostpassword.php:12
  msgid "Email saved"
  msgstr "Email adresse gemt"
  
  #: ajax/lostpassword.php:14
  msgid "Invalid email"
  msgstr "Ugyldig email adresse"
  
  #: ajax/removegroup.php:13
  msgid "Unable to delete group"
  msgstr "Gruppen kan ikke slettes"
31b7f2792   Kload   Upgrade to ownclo...
67
  #: ajax/removeuser.php:25
03e52840d   Kload   Init
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
  msgid "Unable to delete user"
  msgstr "Bruger kan ikke slettes"
  
  #: ajax/setlanguage.php:15
  msgid "Language changed"
  msgstr "Sprog ændret"
  
  #: ajax/setlanguage.php:17 ajax/setlanguage.php:20
  msgid "Invalid request"
  msgstr "Ugyldig forespørgsel"
  
  #: ajax/togglegroups.php:12
  msgid "Admins can't remove themself from the admin group"
  msgstr "Administratorer kan ikke fjerne dem selv fra admin gruppen"
  
  #: ajax/togglegroups.php:30
  #, php-format
  msgid "Unable to add user to group %s"
  msgstr "Brugeren kan ikke tilføjes til gruppen %s"
  
  #: ajax/togglegroups.php:36
  #, php-format
  msgid "Unable to remove user from group %s"
  msgstr "Brugeren kan ikke fjernes fra gruppen %s"
  
  #: ajax/updateapp.php:14
  msgid "Couldn't update app."
  msgstr "Kunne ikke opdatere app'en."
31b7f2792   Kload   Upgrade to ownclo...
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
  #: changepassword/controller.php:20
  msgid "Wrong password"
  msgstr "Forkert kodeord"
  
  #: changepassword/controller.php:42
  msgid "No user supplied"
  msgstr "Intet brugernavn givet"
  
  #: changepassword/controller.php:74
  msgid ""
  "Please provide an admin recovery password, otherwise all user data will be "
  "lost"
  msgstr "Angiv venligst en admininstrator gendannelseskode, ellers vil alt brugerdata gå tabt"
  
  #: changepassword/controller.php:79
  msgid ""
  "Wrong admin recovery password. Please check the password and try again."
  msgstr "Forkert admin gendannelseskode. Se venligst koden efter og prøv igen."
  
  #: changepassword/controller.php:87
  msgid ""
  "Back-end doesn't support password change, but the users encryption key was "
  "successfully updated."
  msgstr "Serveren understøtter ikke kodeordsskifte, men brugernes krypteringsnøgle blev opdateret."
  
  #: changepassword/controller.php:92 changepassword/controller.php:103
  msgid "Unable to change password"
  msgstr "Kunne ikke ændre kodeord"
  
  #: js/apps.js:43
03e52840d   Kload   Init
126
127
  msgid "Update to {appversion}"
  msgstr "Opdatér til {appversion}"
31b7f2792   Kload   Upgrade to ownclo...
128
  #: js/apps.js:49 js/apps.js:82 js/apps.js:110
03e52840d   Kload   Init
129
130
  msgid "Disable"
  msgstr "Deaktiver"
31b7f2792   Kload   Upgrade to ownclo...
131
  #: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
03e52840d   Kload   Init
132
133
  msgid "Enable"
  msgstr "Aktiver"
31b7f2792   Kload   Upgrade to ownclo...
134
  #: js/apps.js:71
03e52840d   Kload   Init
135
136
  msgid "Please wait...."
  msgstr "Vent venligst..."
31b7f2792   Kload   Upgrade to ownclo...
137
138
139
140
141
142
143
144
145
  #: js/apps.js:79 js/apps.js:80 js/apps.js:101
  msgid "Error while disabling app"
  msgstr "Kunne ikke deaktivere app"
  
  #: js/apps.js:100 js/apps.js:114 js/apps.js:115
  msgid "Error while enabling app"
  msgstr "Kunne ikke aktivere app"
  
  #: js/apps.js:125
03e52840d   Kload   Init
146
147
  msgid "Updating...."
  msgstr "Opdaterer...."
31b7f2792   Kload   Upgrade to ownclo...
148
  #: js/apps.js:128
03e52840d   Kload   Init
149
150
  msgid "Error while updating app"
  msgstr "Der opstod en fejl under app opgraderingen"
31b7f2792   Kload   Upgrade to ownclo...
151
  #: js/apps.js:128
03e52840d   Kload   Init
152
153
  msgid "Error"
  msgstr "Fejl"
31b7f2792   Kload   Upgrade to ownclo...
154
155
156
157
158
  #: js/apps.js:129 templates/apps.php:43
  msgid "Update"
  msgstr "Opdater"
  
  #: js/apps.js:132
03e52840d   Kload   Init
159
160
  msgid "Updated"
  msgstr "Opdateret"
31b7f2792   Kload   Upgrade to ownclo...
161
162
163
164
165
166
167
168
169
  #: js/personal.js:220
  msgid "Select a profile picture"
  msgstr "Vælg et profilbillede"
  
  #: js/personal.js:266
  msgid "Decrypting files... Please wait, this can take some time."
  msgstr "Dekryptere filer... Vent venligst, dette kan tage lang tid. "
  
  #: js/personal.js:287
03e52840d   Kload   Init
170
171
  msgid "Saving..."
  msgstr "Gemmer..."
31b7f2792   Kload   Upgrade to ownclo...
172
  #: js/users.js:47
03e52840d   Kload   Init
173
174
  msgid "deleted"
  msgstr "Slettet"
31b7f2792   Kload   Upgrade to ownclo...
175
  #: js/users.js:47
03e52840d   Kload   Init
176
177
  msgid "undo"
  msgstr "fortryd"
31b7f2792   Kload   Upgrade to ownclo...
178
  #: js/users.js:79
03e52840d   Kload   Init
179
180
  msgid "Unable to remove user"
  msgstr "Kan ikke fjerne bruger"
31b7f2792   Kload   Upgrade to ownclo...
181
182
  #: js/users.js:95 templates/users.php:26 templates/users.php:90
  #: templates/users.php:118
03e52840d   Kload   Init
183
184
  msgid "Groups"
  msgstr "Grupper"
31b7f2792   Kload   Upgrade to ownclo...
185
  #: js/users.js:100 templates/users.php:92 templates/users.php:130
03e52840d   Kload   Init
186
187
  msgid "Group Admin"
  msgstr "Gruppe Administrator"
31b7f2792   Kload   Upgrade to ownclo...
188
  #: js/users.js:123 templates/users.php:170
03e52840d   Kload   Init
189
190
  msgid "Delete"
  msgstr "Slet"
31b7f2792   Kload   Upgrade to ownclo...
191
  #: js/users.js:284
03e52840d   Kload   Init
192
193
  msgid "add group"
  msgstr "Tilføj gruppe"
31b7f2792   Kload   Upgrade to ownclo...
194
  #: js/users.js:451
03e52840d   Kload   Init
195
196
  msgid "A valid username must be provided"
  msgstr "Et gyldigt brugernavn skal angives"
31b7f2792   Kload   Upgrade to ownclo...
197
  #: js/users.js:452 js/users.js:458 js/users.js:473
03e52840d   Kload   Init
198
199
  msgid "Error creating user"
  msgstr "Fejl ved oprettelse af bruger"
31b7f2792   Kload   Upgrade to ownclo...
200
  #: js/users.js:457
03e52840d   Kload   Init
201
202
  msgid "A valid password must be provided"
  msgstr "En gyldig adgangskode skal angives"
31b7f2792   Kload   Upgrade to ownclo...
203
204
205
206
207
  #: js/users.js:481
  msgid "Warning: Home directory for user \"{user}\" already exists"
  msgstr ""
  
  #: personal.php:45 personal.php:46
03e52840d   Kload   Init
208
209
  msgid "__language_name__"
  msgstr "Dansk"
31b7f2792   Kload   Upgrade to ownclo...
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
  #: templates/admin.php:8
  msgid "Everything (fatal issues, errors, warnings, info, debug)"
  msgstr ""
  
  #: templates/admin.php:9
  msgid "Info, warnings, errors and fatal issues"
  msgstr ""
  
  #: templates/admin.php:10
  msgid "Warnings, errors and fatal issues"
  msgstr ""
  
  #: templates/admin.php:11
  msgid "Errors and fatal issues"
  msgstr ""
  
  #: templates/admin.php:12
  msgid "Fatal issues only"
  msgstr ""
  
  #: templates/admin.php:22 templates/admin.php:36
03e52840d   Kload   Init
231
232
  msgid "Security Warning"
  msgstr "Sikkerhedsadvarsel"
31b7f2792   Kload   Upgrade to ownclo...
233
234
235
236
237
238
239
240
  #: templates/admin.php:25
  #, php-format
  msgid ""
  "You are accessing %s via HTTP. We strongly suggest you configure your server"
  " to require using HTTPS instead."
  msgstr ""
  
  #: templates/admin.php:39
03e52840d   Kload   Init
241
242
  msgid ""
  "Your data directory and your files are probably accessible from the "
31b7f2792   Kload   Upgrade to ownclo...
243
244
245
246
247
  "internet. The .htaccess file is not working. We strongly suggest that you "
  "configure your webserver in a way that the data directory is no longer "
  "accessible or you move the data directory outside the webserver document "
  "root."
  msgstr "Din data mappe og dine filer er muligvis tilgængelige fra internettet. .htaccess filen virker ikke. Vi anbefaler på det kraftigste at du konfigurerer din webserver så data mappen ikke længere er tilgængelig, eller at du flytter data mappen uden for webserverens dokument rod.  "
03e52840d   Kload   Init
248

31b7f2792   Kload   Upgrade to ownclo...
249
  #: templates/admin.php:50
03e52840d   Kload   Init
250
251
  msgid "Setup Warning"
  msgstr "Opsætnings Advarsel"
31b7f2792   Kload   Upgrade to ownclo...
252
  #: templates/admin.php:53
03e52840d   Kload   Init
253
254
255
256
  msgid ""
  "Your web server is not yet properly setup to allow files synchronization "
  "because the WebDAV interface seems to be broken."
  msgstr "Din webserver er endnu ikke sat op til at tillade fil synkronisering fordi WebDAV grænsefladen virker ødelagt."
31b7f2792   Kload   Upgrade to ownclo...
257
  #: templates/admin.php:54
03e52840d   Kload   Init
258
  #, php-format
31b7f2792   Kload   Upgrade to ownclo...
259
  msgid "Please double check the <a href=\"%s\">installation guides</a>."
03e52840d   Kload   Init
260
  msgstr "Dobbelttjek venligst <a href='%s'>installations vejledningerne</a>."
31b7f2792   Kload   Upgrade to ownclo...
261
  #: templates/admin.php:65
03e52840d   Kload   Init
262
263
  msgid "Module 'fileinfo' missing"
  msgstr "Module 'fileinfo' mangler"
31b7f2792   Kload   Upgrade to ownclo...
264
  #: templates/admin.php:68
03e52840d   Kload   Init
265
266
267
268
  msgid ""
  "The PHP module 'fileinfo' is missing. We strongly recommend to enable this "
  "module to get best results with mime-type detection."
  msgstr "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at få de bedste resultater med mime-type detektion."
31b7f2792   Kload   Upgrade to ownclo...
269
270
271
272
273
274
275
276
277
278
279
280
  #: templates/admin.php:79
  msgid "Your PHP version is outdated"
  msgstr ""
  
  #: templates/admin.php:82
  msgid ""
  "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or "
  "newer because older versions are known to be broken. It is possible that "
  "this installation is not working correctly."
  msgstr ""
  
  #: templates/admin.php:93
03e52840d   Kload   Init
281
282
  msgid "Locale not working"
  msgstr "Landestandard fungerer ikke"
31b7f2792   Kload   Upgrade to ownclo...
283
284
285
286
287
288
289
290
291
292
293
  #: templates/admin.php:98
  msgid "System locale can not be set to a one which supports UTF-8."
  msgstr ""
  
  #: templates/admin.php:102
  msgid ""
  "This means that there might be problems with certain characters in file "
  "names."
  msgstr ""
  
  #: templates/admin.php:106
03e52840d   Kload   Init
294
295
  #, php-format
  msgid ""
31b7f2792   Kload   Upgrade to ownclo...
296
297
298
  "We strongly suggest to install the required packages on your system to "
  "support one of the following locales: %s."
  msgstr ""
03e52840d   Kload   Init
299

31b7f2792   Kload   Upgrade to ownclo...
300
  #: templates/admin.php:118
03e52840d   Kload   Init
301
302
  msgid "Internet connection not working"
  msgstr "Internetforbindelse fungerer ikke"
31b7f2792   Kload   Upgrade to ownclo...
303
  #: templates/admin.php:121
03e52840d   Kload   Init
304
  msgid ""
31b7f2792   Kload   Upgrade to ownclo...
305
306
307
308
309
310
311
312
  "This server has no working internet connection. This means that some of the "
  "features like mounting of external storage, notifications about updates or "
  "installation of 3rd party apps don´t work. Accessing files from remote and "
  "sending of notification emails might also not work. We suggest to enable "
  "internet connection for this server if you want to have all features."
  msgstr "Denne ownCloud-server har ikke en fungerende forbindelse til internettet. Det betyder, at visse funktioner som montering af eksterne drev, oplysninger om opdatering eller installation af 3.-parts applikationer ikke fungerer. Det vil sandsynligvis heller ikke fungere at tilgå filer fra eksterne drev eller informationsemails. Vi opfordrer til at etablere forbindelse til internettet for denne server, såfremt du ønsker samtlige funktioner."
  
  #: templates/admin.php:135
03e52840d   Kload   Init
313
314
  msgid "Cron"
  msgstr "Cron"
31b7f2792   Kload   Upgrade to ownclo...
315
  #: templates/admin.php:142
03e52840d   Kload   Init
316
317
  msgid "Execute one task with each page loaded"
  msgstr "Udføre en opgave med hver side indlæst"
31b7f2792   Kload   Upgrade to ownclo...
318
  #: templates/admin.php:150
03e52840d   Kload   Init
319
  msgid ""
31b7f2792   Kload   Upgrade to ownclo...
320
321
322
  "cron.php is registered at a webcron service to call cron.php every 15 "
  "minutes over http."
  msgstr ""
03e52840d   Kload   Init
323

31b7f2792   Kload   Upgrade to ownclo...
324
325
326
  #: templates/admin.php:158
  msgid "Use systems cron service to call the cron.php file every 15 minutes."
  msgstr ""
03e52840d   Kload   Init
327

31b7f2792   Kload   Upgrade to ownclo...
328
  #: templates/admin.php:163
03e52840d   Kload   Init
329
330
  msgid "Sharing"
  msgstr "Deling"
31b7f2792   Kload   Upgrade to ownclo...
331
  #: templates/admin.php:169
03e52840d   Kload   Init
332
333
  msgid "Enable Share API"
  msgstr "Aktiver Share API"
31b7f2792   Kload   Upgrade to ownclo...
334
  #: templates/admin.php:170
03e52840d   Kload   Init
335
336
  msgid "Allow apps to use the Share API"
  msgstr "Tillad apps til at bruge Share API"
31b7f2792   Kload   Upgrade to ownclo...
337
  #: templates/admin.php:177
03e52840d   Kload   Init
338
339
  msgid "Allow links"
  msgstr "Tillad links"
31b7f2792   Kload   Upgrade to ownclo...
340
  #: templates/admin.php:178
03e52840d   Kload   Init
341
342
  msgid "Allow users to share items to the public with links"
  msgstr "Tillad brugere at dele elementer til offentligheden med links"
31b7f2792   Kload   Upgrade to ownclo...
343
344
345
346
347
348
349
350
351
352
  #: templates/admin.php:186
  msgid "Allow public uploads"
  msgstr "Tillad offentlig upload"
  
  #: templates/admin.php:187
  msgid ""
  "Allow users to enable others to upload into their publicly shared folders"
  msgstr "Tillad brugere at give andre mulighed for at uploade i deres offentligt delte mapper"
  
  #: templates/admin.php:195
03e52840d   Kload   Init
353
354
  msgid "Allow resharing"
  msgstr "Tillad videredeling"
31b7f2792   Kload   Upgrade to ownclo...
355
  #: templates/admin.php:196
03e52840d   Kload   Init
356
357
  msgid "Allow users to share items shared with them again"
  msgstr "Tillad brugere at dele elementer delt med dem igen"
31b7f2792   Kload   Upgrade to ownclo...
358
  #: templates/admin.php:203
03e52840d   Kload   Init
359
360
  msgid "Allow users to share with anyone"
  msgstr "Tillad brugere at dele med alle"
31b7f2792   Kload   Upgrade to ownclo...
361
  #: templates/admin.php:206
03e52840d   Kload   Init
362
363
  msgid "Allow users to only share with users in their groups"
  msgstr "Tillad brugere at kun dele med brugerne i deres grupper"
31b7f2792   Kload   Upgrade to ownclo...
364
365
366
367
368
369
370
371
372
  #: templates/admin.php:213
  msgid "Allow mail notification"
  msgstr "Tillad mail underretninger"
  
  #: templates/admin.php:214
  msgid "Allow user to send mail notification for shared files"
  msgstr "Tillad brugere at sende mail underretninger for delte filer"
  
  #: templates/admin.php:221
03e52840d   Kload   Init
373
374
  msgid "Security"
  msgstr "Sikkerhed"
31b7f2792   Kload   Upgrade to ownclo...
375
  #: templates/admin.php:234
03e52840d   Kload   Init
376
377
  msgid "Enforce HTTPS"
  msgstr "Gennemtving HTTPS"
31b7f2792   Kload   Upgrade to ownclo...
378
379
380
381
  #: templates/admin.php:236
  #, php-format
  msgid "Forces the clients to connect to %s via an encrypted connection."
  msgstr "Tving klienten til at forbinde til %s via en kryptetet forbindelse."
03e52840d   Kload   Init
382

31b7f2792   Kload   Upgrade to ownclo...
383
384
  #: templates/admin.php:242
  #, php-format
03e52840d   Kload   Init
385
  msgid ""
31b7f2792   Kload   Upgrade to ownclo...
386
387
388
  "Please connect to your %s via HTTPS to enable or disable the SSL "
  "enforcement."
  msgstr "Forbind venligst til din %s via HTTPS for at aktivere eller deaktivere SSL tvang."
03e52840d   Kload   Init
389

31b7f2792   Kload   Upgrade to ownclo...
390
  #: templates/admin.php:254
03e52840d   Kload   Init
391
392
  msgid "Log"
  msgstr "Log"
31b7f2792   Kload   Upgrade to ownclo...
393
  #: templates/admin.php:255
03e52840d   Kload   Init
394
395
  msgid "Log level"
  msgstr "Log niveau"
31b7f2792   Kload   Upgrade to ownclo...
396
  #: templates/admin.php:287
03e52840d   Kload   Init
397
398
  msgid "More"
  msgstr "Mere"
31b7f2792   Kload   Upgrade to ownclo...
399
400
401
402
403
  #: templates/admin.php:288
  msgid "Less"
  msgstr "Mindre"
  
  #: templates/admin.php:294 templates/personal.php:173
03e52840d   Kload   Init
404
405
  msgid "Version"
  msgstr "Version"
31b7f2792   Kload   Upgrade to ownclo...
406
  #: templates/admin.php:298 templates/personal.php:176
03e52840d   Kload   Init
407
408
409
410
411
412
413
414
  msgid ""
  "Developed by the <a href=\"http://ownCloud.org/contact\" "
  "target=\"_blank\">ownCloud community</a>, the <a "
  "href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is "
  "licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" "
  "target=\"_blank\"><abbr title=\"Affero General Public "
  "License\">AGPL</abbr></a>."
  msgstr "Udviklet af <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownClouds community</a>, og <a href=\"https://github.com/owncloud\" target=\"_blank\">kildekoden</a> er underlagt licensen <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
31b7f2792   Kload   Upgrade to ownclo...
415
  #: templates/apps.php:13
03e52840d   Kload   Init
416
417
  msgid "Add your App"
  msgstr "Tilføj din App"
31b7f2792   Kload   Upgrade to ownclo...
418
  #: templates/apps.php:28
03e52840d   Kload   Init
419
420
  msgid "More Apps"
  msgstr "Flere Apps"
31b7f2792   Kload   Upgrade to ownclo...
421
  #: templates/apps.php:33
03e52840d   Kload   Init
422
423
  msgid "Select an App"
  msgstr "Vælg en App"
31b7f2792   Kload   Upgrade to ownclo...
424
  #: templates/apps.php:39
03e52840d   Kload   Init
425
426
  msgid "See application page at apps.owncloud.com"
  msgstr "Se applikationens side på apps.owncloud.com"
31b7f2792   Kload   Upgrade to ownclo...
427
  #: templates/apps.php:41
03e52840d   Kload   Init
428
429
  msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
  msgstr "<span class=\"licence\"></span>-licenseret af <span class=\"author\"></span>"
03e52840d   Kload   Init
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
  #: templates/help.php:4
  msgid "User Documentation"
  msgstr "Brugerdokumentation"
  
  #: templates/help.php:6
  msgid "Administrator Documentation"
  msgstr "Administrator Dokumentation"
  
  #: templates/help.php:9
  msgid "Online Documentation"
  msgstr "Online dokumentation"
  
  #: templates/help.php:11
  msgid "Forum"
  msgstr "Forum"
  
  #: templates/help.php:14
  msgid "Bugtracker"
  msgstr "Bugtracker"
  
  #: templates/help.php:17
  msgid "Commercial Support"
  msgstr "Kommerciel support"
  
  #: templates/personal.php:8
03e52840d   Kload   Init
455
456
  msgid "Get the apps to sync your files"
  msgstr "Hent applikationerne for at synkronisere dine filer"
31b7f2792   Kload   Upgrade to ownclo...
457
  #: templates/personal.php:19
03e52840d   Kload   Init
458
  msgid "Show First Run Wizard again"
31b7f2792   Kload   Upgrade to ownclo...
459
460
461
462
463
464
  msgstr "Vis Første Kørsels Guiden igen."
  
  #: templates/personal.php:27
  #, php-format
  msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
  msgstr "Du har brugt <strong>%s</strong> af den tilgængelige <strong>%s</strong>"
03e52840d   Kload   Init
465

31b7f2792   Kload   Upgrade to ownclo...
466
  #: templates/personal.php:39 templates/users.php:23 templates/users.php:89
03e52840d   Kload   Init
467
468
  msgid "Password"
  msgstr "Kodeord"
31b7f2792   Kload   Upgrade to ownclo...
469
  #: templates/personal.php:40
03e52840d   Kload   Init
470
471
  msgid "Your password was changed"
  msgstr "Din adgangskode blev ændret"
31b7f2792   Kload   Upgrade to ownclo...
472
  #: templates/personal.php:41
03e52840d   Kload   Init
473
474
  msgid "Unable to change your password"
  msgstr "Ude af stand til at ændre dit kodeord"
31b7f2792   Kload   Upgrade to ownclo...
475
  #: templates/personal.php:42
03e52840d   Kload   Init
476
477
  msgid "Current password"
  msgstr "Nuværende adgangskode"
31b7f2792   Kload   Upgrade to ownclo...
478
  #: templates/personal.php:44
03e52840d   Kload   Init
479
  msgid "New password"
31b7f2792   Kload   Upgrade to ownclo...
480
  msgstr "Nyt kodeord"
03e52840d   Kload   Init
481

31b7f2792   Kload   Upgrade to ownclo...
482
  #: templates/personal.php:46
03e52840d   Kload   Init
483
484
  msgid "Change password"
  msgstr "Skift kodeord"
31b7f2792   Kload   Upgrade to ownclo...
485
486
487
  #: templates/personal.php:58 templates/users.php:88
  msgid "Full Name"
  msgstr ""
03e52840d   Kload   Init
488

31b7f2792   Kload   Upgrade to ownclo...
489
  #: templates/personal.php:73
03e52840d   Kload   Init
490
  msgid "Email"
31b7f2792   Kload   Upgrade to ownclo...
491
  msgstr "E-mail"
03e52840d   Kload   Init
492

31b7f2792   Kload   Upgrade to ownclo...
493
  #: templates/personal.php:75
03e52840d   Kload   Init
494
495
  msgid "Your email address"
  msgstr "Din emailadresse"
31b7f2792   Kload   Upgrade to ownclo...
496
  #: templates/personal.php:76
03e52840d   Kload   Init
497
498
  msgid "Fill in an email address to enable password recovery"
  msgstr "Indtast en emailadresse for at kunne få påmindelse om adgangskode"
31b7f2792   Kload   Upgrade to ownclo...
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
  #: templates/personal.php:86
  msgid "Profile picture"
  msgstr "Profilbillede"
  
  #: templates/personal.php:91
  msgid "Upload new"
  msgstr "Upload nyt"
  
  #: templates/personal.php:93
  msgid "Select new from Files"
  msgstr "Vælg nyt fra Filer"
  
  #: templates/personal.php:94
  msgid "Remove image"
  msgstr "Fjern billede"
  
  #: templates/personal.php:95
  msgid "Either png or jpg. Ideally square but you will be able to crop it."
  msgstr "Enten png eller jpg. Ideelt firkantet men du har mulighed for at beskære det. "
  
  #: templates/personal.php:97
  msgid "Your avatar is provided by your original account."
  msgstr ""
  
  #: templates/personal.php:101
  msgid "Abort"
  msgstr "Afbryd"
  
  #: templates/personal.php:102
  msgid "Choose as profile image"
  msgstr "Vælg som profilbillede"
  
  #: templates/personal.php:110 templates/personal.php:111
03e52840d   Kload   Init
532
533
  msgid "Language"
  msgstr "Sprog"
31b7f2792   Kload   Upgrade to ownclo...
534
  #: templates/personal.php:130
03e52840d   Kload   Init
535
536
  msgid "Help translate"
  msgstr "Hjælp med oversættelsen"
31b7f2792   Kload   Upgrade to ownclo...
537
  #: templates/personal.php:137
03e52840d   Kload   Init
538
539
  msgid "WebDAV"
  msgstr "WebDAV"
31b7f2792   Kload   Upgrade to ownclo...
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
  #: templates/personal.php:139
  #, php-format
  msgid ""
  "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via "
  "WebDAV</a>"
  msgstr ""
  
  #: templates/personal.php:150
  msgid "Encryption"
  msgstr "Kryptering"
  
  #: templates/personal.php:152
  msgid "The encryption app is no longer enabled, please decrypt all your files"
  msgstr ""
  
  #: templates/personal.php:158
  msgid "Log-in password"
  msgstr "Log-in kodeord"
03e52840d   Kload   Init
558

31b7f2792   Kload   Upgrade to ownclo...
559
560
561
562
563
  #: templates/personal.php:163
  msgid "Decrypt all Files"
  msgstr "Dekrypter alle Filer "
  
  #: templates/users.php:21
03e52840d   Kload   Init
564
565
  msgid "Login Name"
  msgstr "Loginnavn"
31b7f2792   Kload   Upgrade to ownclo...
566
  #: templates/users.php:30
03e52840d   Kload   Init
567
568
  msgid "Create"
  msgstr "Ny"
31b7f2792   Kload   Upgrade to ownclo...
569
570
571
572
573
574
575
576
577
578
579
  #: templates/users.php:36
  msgid "Admin Recovery Password"
  msgstr "Administrator gendannelse kodeord"
  
  #: templates/users.php:37 templates/users.php:38
  msgid ""
  "Enter the recovery password in order to recover the users files during "
  "password change"
  msgstr "Indtast et gendannelse kodeord for, at kunne gendanne brugerens filer ved ændring af kodeord"
  
  #: templates/users.php:42
03e52840d   Kload   Init
580
581
  msgid "Default Storage"
  msgstr "Standard opbevaring"
31b7f2792   Kload   Upgrade to ownclo...
582
583
584
585
586
  #: templates/users.php:44 templates/users.php:139
  msgid "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")"
  msgstr ""
  
  #: templates/users.php:48 templates/users.php:148
03e52840d   Kload   Init
587
588
  msgid "Unlimited"
  msgstr "Ubegrænset"
31b7f2792   Kload   Upgrade to ownclo...
589
  #: templates/users.php:66 templates/users.php:163
03e52840d   Kload   Init
590
591
  msgid "Other"
  msgstr "Andet"
31b7f2792   Kload   Upgrade to ownclo...
592
593
594
595
596
  #: templates/users.php:87
  msgid "Username"
  msgstr "Brugernavn"
  
  #: templates/users.php:94
03e52840d   Kload   Init
597
598
  msgid "Storage"
  msgstr "Opbevaring"
31b7f2792   Kload   Upgrade to ownclo...
599
600
601
  #: templates/users.php:108
  msgid "change full name"
  msgstr ""
03e52840d   Kload   Init
602

31b7f2792   Kload   Upgrade to ownclo...
603
  #: templates/users.php:112
03e52840d   Kload   Init
604
605
  msgid "set new password"
  msgstr "skift kodeord"
31b7f2792   Kload   Upgrade to ownclo...
606
  #: templates/users.php:143
03e52840d   Kload   Init
607
608
  msgid "Default"
  msgstr "Standard"