/Kernel/Language/da.pm

https://github.com/tobixen/otrs · Perl · 4542 lines · 4111 code · 210 blank · 221 comment · 0 complexity · 91566a94637666302db612f020a87ade MD5 · raw file

  1. # --
  2. # Kernel/Language/da.pm - provides da (Danish) language translation
  3. # Copyright (C) 2006 Thorsten Rossner <thorsten.rossner[at]stepstone.de>
  4. # Copyright (C) 2007-2008 Mads N. Vestergaard <mnv[at]timmy.dk>
  5. # Copyright (C) 2010 Lars Jørgensen <lajo[at]kb.dk>
  6. # --
  7. # This software comes with ABSOLUTELY NO WARRANTY. For details, see
  8. # the enclosed file COPYING for license information (AGPL). If you
  9. # did not receive this file, see http://www.gnu.org/licenses/agpl.txt.
  10. # --
  11. package Kernel::Language::da;
  12. use strict;
  13. use warnings;
  14. sub Data {
  15. my $Self = shift;
  16. # $$START$$
  17. # Last translation file sync: 2013-04-04 19:15:42
  18. # possible charsets
  19. $Self->{Charset} = ['utf-8', ];
  20. # date formats (%A=WeekDay;%B=LongMonth;%T=Time;%D=Day;%M=Month;%Y=Year;)
  21. $Self->{DateFormat} = '%D.%M.%Y %T';
  22. $Self->{DateFormatLong} = '%A %D %B %T %Y';
  23. $Self->{DateFormatShort} = '%D.%M.%Y';
  24. $Self->{DateInputFormat} = '%D.%M.%Y';
  25. $Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
  26. # csv separator
  27. $Self->{Separator} = '';
  28. $Self->{Translation} = {
  29. # Template: AAABase
  30. 'Yes' => 'Ja',
  31. 'No' => 'Nej',
  32. 'yes' => 'ja',
  33. 'no' => 'nej',
  34. 'Off' => 'Fra',
  35. 'off' => 'fra',
  36. 'On' => 'Til',
  37. 'on' => 'til',
  38. 'top' => 'start',
  39. 'end' => 'slut',
  40. 'Done' => 'Færdig',
  41. 'Cancel' => 'Annuller',
  42. 'Reset' => 'Nulstil',
  43. 'last' => 'sidste',
  44. 'before' => 'før',
  45. 'Today' => 'I dag',
  46. 'Tomorrow' => 'I morgen',
  47. 'Next week' => 'Næste uge',
  48. 'day' => 'dag',
  49. 'days' => 'dage',
  50. 'day(s)' => 'dag(e)',
  51. 'd' => 'd',
  52. 'hour' => 'time',
  53. 'hours' => 'timer',
  54. 'hour(s)' => 'time(r)',
  55. 'Hours' => 'Timer',
  56. 'h' => 't',
  57. 'minute' => 'minut',
  58. 'minutes' => 'minutter',
  59. 'minute(s)' => 'minut(ter)',
  60. 'Minutes' => 'Minutter',
  61. 'm' => 'm',
  62. 'month' => 'måned',
  63. 'months' => 'måneder',
  64. 'month(s)' => 'måned(er)',
  65. 'week' => 'uge',
  66. 'week(s)' => 'uge(r)',
  67. 'year' => 'år',
  68. 'years' => 'år',
  69. 'year(s)' => 'år',
  70. 'second(s)' => 'sekund(er)',
  71. 'seconds' => 'sekunder',
  72. 'second' => 'sekund',
  73. 's' => 's',
  74. 'wrote' => 'skrev',
  75. 'Message' => 'Meddelelse',
  76. 'Error' => 'Fejl',
  77. 'Bug Report' => 'Fejlrapport',
  78. 'Attention' => 'OBS',
  79. 'Warning' => 'Advarsel',
  80. 'Module' => 'Modul',
  81. 'Modulefile' => 'Modulfil',
  82. 'Subfunction' => 'Underfunktion',
  83. 'Line' => 'Linie',
  84. 'Setting' => 'Indstilling',
  85. 'Settings' => 'Indstillinger',
  86. 'Example' => 'Eksempel',
  87. 'Examples' => 'Eksempler',
  88. 'valid' => 'gyldig',
  89. 'Valid' => 'Gyldig',
  90. 'invalid' => 'ugyldig',
  91. 'Invalid' => 'Ugyldig',
  92. '* invalid' => '* ugyldig',
  93. 'invalid-temporarily' => 'ugyldig-midlertidigt',
  94. ' 2 minutes' => ' 2 minutter',
  95. ' 5 minutes' => ' 5 minutter',
  96. ' 7 minutes' => ' 7 minutter',
  97. '10 minutes' => '10 minutter',
  98. '15 minutes' => '15 minutter',
  99. 'Mr.' => 'Hr.',
  100. 'Mrs.' => 'Fru',
  101. 'Next' => 'Næste',
  102. 'Back' => 'Tilbage',
  103. 'Next...' => 'Næste...',
  104. '...Back' => '...Tilbage',
  105. '-none-' => '-ingen-',
  106. 'none' => 'ingen',
  107. 'none!' => 'ingen!',
  108. 'none - answered' => 'ingen - svarede',
  109. 'please do not edit!' => 'vær venlig ikke at redigere!',
  110. 'Need Action' => 'Behøver handling',
  111. 'AddLink' => 'TilføjLink',
  112. 'Link' => 'Link',
  113. 'Unlink' => 'Fjern link',
  114. 'Linked' => 'Linket',
  115. 'Link (Normal)' => 'Link (normal)',
  116. 'Link (Parent)' => 'Link (forældre)',
  117. 'Link (Child)' => 'Link (barn)',
  118. 'Normal' => 'Normal',
  119. 'Parent' => 'Forældre',
  120. 'Child' => 'Barn',
  121. 'Hit' => 'Resultat',
  122. 'Hits' => 'Antal resultater',
  123. 'Text' => 'Tekst',
  124. 'Standard' => 'Standard',
  125. 'Lite' => 'Let',
  126. 'User' => 'Bruger',
  127. 'Username' => 'Brugernavn',
  128. 'Language' => 'Sprog',
  129. 'Languages' => 'Sprog',
  130. 'Password' => 'Adgangskode',
  131. 'Preferences' => 'Indstillinger',
  132. 'Salutation' => 'Indledning',
  133. 'Salutations' => 'Indledninger',
  134. 'Signature' => 'Signatur',
  135. 'Signatures' => 'Signaturer',
  136. 'Customer' => 'Kunde',
  137. 'CustomerID' => 'Kunde-ID',
  138. 'CustomerIDs' => 'Kunde-ID\'er',
  139. 'customer' => 'kunde',
  140. 'agent' => 'agent',
  141. 'system' => 'system',
  142. 'Customer Info' => 'Kundeinfo',
  143. 'Customer Information' => 'Kundeoplysninger',
  144. 'Customer Company' => 'Kunde/Firma',
  145. 'Customer Companies' => 'Kunde/Firmaer',
  146. 'Company' => 'Firma',
  147. 'go!' => 'kør',
  148. 'go' => 'kør',
  149. 'All' => 'Alle',
  150. 'all' => 'alle',
  151. 'Sorry' => 'Beklager',
  152. 'update!' => 'opdater',
  153. 'update' => 'opdater',
  154. 'Update' => 'Opdater',
  155. 'Updated!' => 'Opdateret',
  156. 'submit!' => 'send',
  157. 'submit' => 'send',
  158. 'Submit' => 'Send',
  159. 'change!' => 'skift',
  160. 'Change' => 'Skift',
  161. 'change' => 'skift',
  162. 'click here' => 'klik her',
  163. 'Comment' => 'Kommentar',
  164. 'Invalid Option!' => 'Ugyldig valgmulighed!',
  165. 'Invalid time!' => 'Ugyldigt tidsrum!',
  166. 'Invalid date!' => 'Ugyldig dato!',
  167. 'Name' => 'Navn',
  168. 'Group' => 'Gruppe',
  169. 'Description' => 'Beskrivelse',
  170. 'description' => 'beskrivelse',
  171. 'Theme' => 'Tema',
  172. 'Created' => 'Oprettet',
  173. 'Created by' => 'Oprettet af',
  174. 'Changed' => 'ændret',
  175. 'Changed by' => 'ændret af',
  176. 'Search' => 'Søg',
  177. 'and' => 'og',
  178. 'between' => 'mellem',
  179. 'Fulltext Search' => 'Fritekstsøgning',
  180. 'Data' => 'Data',
  181. 'Options' => 'Valgmuligheder',
  182. 'Title' => 'Titel',
  183. 'Item' => 'Punkt',
  184. 'Delete' => 'Slet',
  185. 'Edit' => 'Rediger',
  186. 'View' => 'Vis',
  187. 'Number' => 'Nummer',
  188. 'System' => 'System',
  189. 'Contact' => 'Kontaktperson',
  190. 'Contacts' => 'Kontaktpersoner',
  191. 'Export' => 'Eksporter',
  192. 'Up' => 'Op',
  193. 'Down' => 'Ned',
  194. 'Add' => 'Tilføj',
  195. 'Added!' => 'Tilføjet',
  196. 'Category' => 'Kategori',
  197. 'Viewer' => 'Fremviser',
  198. 'Expand' => 'Udvid',
  199. 'Small' => 'Lille',
  200. 'Medium' => 'Medium',
  201. 'Large' => 'Stor',
  202. 'Date picker' => 'Datovælger',
  203. 'New message' => 'Ny meddelelse',
  204. 'New message!' => 'Ny meddelelse!',
  205. 'Please answer this ticket(s) to get back to the normal queue view!' =>
  206. 'Vær venlig at besvare én eller flere sager for at komme tilbage til køens normale visning',
  207. 'You have %s new message(s)!' => 'Du har %s ny(e) meddelelse(r)!',
  208. 'You have %s reminder ticket(s)!' => 'Du har %s sag(er) med påmindelser!',
  209. 'The recommended charset for your language is %s!' => 'Det anbefalede tegnsæt til dit sprog er %s!',
  210. 'Change your password.' => 'Ændr dit password',
  211. 'Please activate %s first!' => 'Aktiver venligst %s først',
  212. 'No suggestions' => 'Ingen forslag',
  213. 'Word' => 'Ord',
  214. 'Ignore' => 'Ignorer',
  215. 'replace with' => 'udskift med',
  216. 'There is no account with that login name.' => 'Der er ingen konto med det login-navn.',
  217. 'Login failed! Your user name or password was entered incorrectly.' =>
  218. 'Login fejlede. Dit brugernavn eller password blev indtastet forkert.',
  219. 'There is no acount with that user name.' => 'Der er ingen konto med det brugernavn.',
  220. 'Please contact your administrator' => 'Kontakt venligst din administrator',
  221. 'Logout' => 'Log ud',
  222. 'Logout successful. Thank you for using %s!' => 'Du er nu logget ud. Tak fordi du bruger %s.',
  223. 'Feature not active!' => 'Funktionen er ikke aktiv',
  224. 'Agent updated!' => 'Agent opdateret',
  225. 'Create Database' => 'Opret database',
  226. 'System Settings' => 'Systemindstillinger',
  227. 'Mail Configuration' => 'Mail-konfiguration',
  228. 'Finished' => 'Færdig',
  229. 'Install OTRS' => 'Installer OTRS',
  230. 'Intro' => 'Indledning',
  231. 'License' => 'Licens',
  232. 'Database' => 'Database',
  233. 'Configure Mail' => 'Konfigurer Mail',
  234. 'Database deleted.' => 'Database slettet.',
  235. 'Database setup succesful!' => 'Database konfigureret!',
  236. 'Login is needed!' => 'Login er påkrævet',
  237. 'Password is needed!' => 'Adgangskode er påkrævet',
  238. 'Take this Customer' => 'Tag denne kunde',
  239. 'Take this User' => 'Tag denne bruger',
  240. 'possible' => 'mulig',
  241. 'reject' => 'afvis',
  242. 'reverse' => 'omvendt',
  243. 'Facility' => 'Facilitet',
  244. 'Time Zone' => 'Tidszone',
  245. 'Pending till' => 'Afventer til',
  246. 'Don\'t use the Superuser account to work with OTRS! Create new Agents and work with these accounts instead.' =>
  247. 'Brug ikke Superuser-kontoen til at arbejde med OTRS! Opret nye agenter og arbejd med disse konti i stedet.',
  248. 'Dispatching by email To: field.' => 'Sendes via mail til: felt.',
  249. 'Dispatching by selected Queue.' => 'Sendes via den valgte kø.',
  250. 'No entry found!' => 'Ingen post fundet',
  251. 'Session invalid. Please log in again.' => '',
  252. 'Session has timed out. Please log in again.' => 'Sessionens tidsfrist er udløbet. Vær venlig at logge ind igen.',
  253. 'Session limit reached! Please try again later.' => '',
  254. 'No Permission!' => 'Ingen tilladelse.',
  255. '(Click here to add)' => '(Klik her for at tilføje)',
  256. 'Preview' => 'Vis udskrift',
  257. 'Package not correctly deployed! Please reinstall the package.' =>
  258. 'Pakken er ikke installeret korrekt! Installer den igen.',
  259. '%s is not writable!' => 'Der kan ikke skrives til %s!',
  260. 'Cannot create %s!' => 'Kan ikke oprette %s!',
  261. 'Check to activate this date' => '',
  262. 'You have Out of Office enabled, would you like to disable it?' =>
  263. 'Du har Out of Office aktiveret. Vil du deaktivere det?',
  264. 'Customer %s added' => 'Kunde %s er tilføjet',
  265. 'Role added!' => 'Rolle tilføjet',
  266. 'Role updated!' => 'Rolle opdateret',
  267. 'Attachment added!' => 'Vedhæftet fil tilføjet',
  268. 'Attachment updated!' => 'Vedhæftet fil opdateret',
  269. 'Response added!' => 'Svar tilføjet',
  270. 'Response updated!' => 'Svar opdateret',
  271. 'Group updated!' => 'Gruppe opdateret',
  272. 'Queue added!' => 'Kø tilføjet',
  273. 'Queue updated!' => 'Kø opdateret',
  274. 'State added!' => 'Tilstand tilføjet',
  275. 'State updated!' => 'Tilstand opdateret',
  276. 'Type added!' => 'Type tilføjet',
  277. 'Type updated!' => 'Type opdateret',
  278. 'Customer updated!' => 'Kunde opdateret',
  279. 'Customer company added!' => '',
  280. 'Customer company updated!' => '',
  281. 'Mail account added!' => 'Mail-konto tilføjet.',
  282. 'Mail account updated!' => 'Mail-konto opdateret.',
  283. 'System e-mail address added!' => 'System-mail-adresse tilføjet.',
  284. 'System e-mail address updated!' => 'System-mail-adresse opdateret.',
  285. 'Contract' => 'Kontrakt',
  286. 'Online Customer: %s' => 'Online kunde: %s ',
  287. 'Online Agent: %s' => 'Online Agent: %s ',
  288. 'Calendar' => 'Kalender',
  289. 'File' => 'Fil',
  290. 'Filename' => 'Filnavn',
  291. 'Type' => 'Type',
  292. 'Size' => 'Størrelse',
  293. 'Upload' => 'Upload',
  294. 'Directory' => 'Katalog',
  295. 'Signed' => 'Underskrevet',
  296. 'Sign' => 'Underskriv',
  297. 'Crypted' => 'Krypteret',
  298. 'Crypt' => 'Krypter',
  299. 'PGP' => 'PGP',
  300. 'PGP Key' => 'PGP-nøgle',
  301. 'PGP Keys' => 'PGP-nøgler',
  302. 'S/MIME' => 'S/MIME',
  303. 'S/MIME Certificate' => 'S/MIME-certifikat',
  304. 'S/MIME Certificates' => 'S/MIME-certifikater',
  305. 'Office' => 'Kontor',
  306. 'Phone' => 'Telefon',
  307. 'Fax' => 'Fax',
  308. 'Mobile' => 'Mobil',
  309. 'Zip' => 'Post Nr.',
  310. 'City' => 'By',
  311. 'Street' => 'Gade',
  312. 'Country' => 'Land',
  313. 'Location' => 'Lokation',
  314. 'installed' => 'installeret',
  315. 'uninstalled' => 'afinstalleret',
  316. 'Security Note: You should activate %s because application is already running!' =>
  317. 'Sikkerhedsadvarsel: Du burde aktivere %s, da applikationen allerede kører.',
  318. 'Unable to parse repository index document.' => 'Ikke i stand til at fortolke repositoriets index-dokument.',
  319. 'No packages for your framework version found in this repository, it only contains packages for other framework versions.' =>
  320. 'Ingen pakker for din version af frameworket fundet i dette repositorie, det indeholder kun pakker for andre versioner af frameworket.',
  321. 'No packages, or no new packages, found in selected repository.' =>
  322. 'Ingen pakker, eller ingen nye pakker, fundet i det valgte repositorie.',
  323. 'Edit the system configuration settings.' => 'Rediger systemets konfiguration',
  324. 'printed at' => 'udskrevet den',
  325. 'Loading...' => 'Indlæser...',
  326. 'Dear Mr. %s,' => 'Kære Hr. %s',
  327. 'Dear Mrs. %s,' => 'Kære Fru. %s',
  328. 'Dear %s,' => 'Kære %s',
  329. 'Hello %s,' => 'Hej %s',
  330. 'This email address already exists. Please log in or reset your password.' =>
  331. 'Denne mail-adresse eksisterer allerede. Log venligst ind, eller nulstil dit password.',
  332. 'New account created. Sent login information to %s. Please check your email.' =>
  333. 'Ny konto oprettet. Login-information sendt til %s. Tjek venligst din mail.',
  334. 'Please press Back and try again.' => 'Tryk venligst tilbage og prøv igen.',
  335. 'Sent password reset instructions. Please check your email.' => 'Instruktioner til nulstilling af password sendt. Tjek venligst din mail.',
  336. 'Sent new password to %s. Please check your email.' => 'Nyt password sendt til %s. Tjek venligst din mail.',
  337. 'Upcoming Events' => 'Forestående Hændelser',
  338. 'Event' => 'Hændelse',
  339. 'Events' => 'Hændelser',
  340. 'Invalid Token!' => 'Ugyldigt Token!',
  341. 'more' => 'mere',
  342. 'For more info see:' => 'For mere information se:',
  343. 'Package verification failed!' => 'Pakkeverifikation fejlede!',
  344. 'Collapse' => 'Sammenfold',
  345. 'Shown' => 'Viste',
  346. 'Shown customer users' => '',
  347. 'News' => 'Nyheder',
  348. 'Product News' => 'Produktnyheder',
  349. 'OTRS News' => 'OTRS-nyheder',
  350. '7 Day Stats' => 'Sidste 7 dage',
  351. 'Process Management information from database is not in sync with the system configuration, please synchronize all processes.' =>
  352. '',
  353. 'Bold' => 'Fed',
  354. 'Italic' => 'Kursiv',
  355. 'Underline' => 'Understreget',
  356. 'Font Color' => 'Skriftfarve',
  357. 'Background Color' => 'Baggrundsfarve',
  358. 'Remove Formatting' => 'Fjern formattering',
  359. 'Show/Hide Hidden Elements' => 'Vis/Skjul Skjulte Elementer',
  360. 'Align Left' => 'Venstrestil',
  361. 'Align Center' => 'Centrer',
  362. 'Align Right' => 'Højrestil',
  363. 'Justify' => 'Lige margener',
  364. 'Header' => 'Overskrift',
  365. 'Indent' => 'Ryk ind',
  366. 'Outdent' => 'Ryk ud',
  367. 'Create an Unordered List' => 'Lav punktliste',
  368. 'Create an Ordered List' => 'Lav talliste',
  369. 'HTML Link' => 'HTML-link',
  370. 'Insert Image' => 'Indsæt billede',
  371. 'CTRL' => 'Ctrl',
  372. 'SHIFT' => 'Shift',
  373. 'Undo' => 'Fortryd',
  374. 'Redo' => 'Gendan',
  375. 'Scheduler process is registered but might not be running.' => 'Scheduler-processen er registreret, men kører måske ikke.',
  376. 'Scheduler is not running.' => 'Scheduleren kører ikke.',
  377. # Template: AAACalendar
  378. 'New Year\'s Day' => 'Nytårsdag',
  379. 'International Workers\' Day' => '',
  380. 'Christmas Eve' => 'Juleaften',
  381. 'First Christmas Day' => 'Første juledag',
  382. 'Second Christmas Day' => 'Anden juledag',
  383. 'New Year\'s Eve' => 'Nytårs aften',
  384. # Template: AAAGenericInterface
  385. 'OTRS as requester' => '',
  386. 'OTRS as provider' => '',
  387. 'Webservice "%s" created!' => 'Webservice "%s" oprettet.',
  388. 'Webservice "%s" updated!' => 'Webservice "%s" opdateret.',
  389. # Template: AAAMonth
  390. 'Jan' => 'Jan',
  391. 'Feb' => 'Feb',
  392. 'Mar' => 'Mar',
  393. 'Apr' => 'Apr',
  394. 'May' => 'Maj',
  395. 'Jun' => 'Jun',
  396. 'Jul' => 'Jul',
  397. 'Aug' => 'Aug',
  398. 'Sep' => 'Sep',
  399. 'Oct' => 'Okt',
  400. 'Nov' => 'Nov',
  401. 'Dec' => 'Dec',
  402. 'January' => 'Januar',
  403. 'February' => 'Februar',
  404. 'March' => 'Marts',
  405. 'April' => 'April',
  406. 'May_long' => 'Maj',
  407. 'June' => 'Juni',
  408. 'July' => 'Juli',
  409. 'August' => 'August',
  410. 'September' => 'September',
  411. 'October' => 'Oktober',
  412. 'November' => 'November',
  413. 'December' => 'December',
  414. # Template: AAAPreferences
  415. 'Preferences updated successfully!' => 'Indstillingerne er opdateret',
  416. 'User Profile' => 'Brugerprofil',
  417. 'Email Settings' => 'Email-indstillinger',
  418. 'Other Settings' => 'Andre Indstillinger',
  419. 'Change Password' => 'Skift adgangskode',
  420. 'Current password' => 'Nuværende adgangskode',
  421. 'New password' => 'Ny adgangskode',
  422. 'Verify password' => 'Gentag adgangskode',
  423. 'Spelling Dictionary' => 'Ordbog til stavekontrol',
  424. 'Default spelling dictionary' => 'Standard-stavekontrol',
  425. 'Max. shown Tickets a page in Overview.' => 'Max. viste sager pr. side i oversigten.',
  426. 'The current password is not correct. Please try again!' => 'Det nuværende password er ikke korrekt. Prøv venligst igen.',
  427. 'Can\'t update password, your new passwords do not match. Please try again!' =>
  428. 'Kan ikke opdatere password, dine nye passwords er ikke ens. Prøv venligst igen.',
  429. 'Can\'t update password, it contains invalid characters!' => 'Kan ikke opdatere password, det indeholde ugyldige tegn.',
  430. 'Can\'t update password, it must be at least %s characters long!' =>
  431. 'Kan ikke opdatere password, det skal være mindst %s tegn langt.',
  432. 'Can\'t update password, it must contain at least 2 lowercase and 2 uppercase characters!' =>
  433. 'Kan ikke opdatere password, det skal indeholde mindst 2 små og 2 store bogstaver.',
  434. 'Can\'t update password, it must contain at least 1 digit!' => 'Kan ikke opdatere password, det skal indeholde mindst 1 tal.',
  435. 'Can\'t update password, it must contain at least 2 characters!' =>
  436. 'Kan ikke opdatere password, det skal indeholde mindst 2 tegn.',
  437. 'Can\'t update password, this password has already been used. Please choose a new one!' =>
  438. 'Kan ikke opdatere password, da dette password allerede har været brugt. Vælg venligst et nyt.',
  439. 'Select the separator character used in CSV files (stats and searches). If you don\'t select a separator here, the default separator for your language will be used.' =>
  440. 'Vælg det tegn, der skal bruges som separator i CSV-filer (rapporter og søgninger). Hvis du ikke vælger en separator her, vil standard-separatoren for dit sprog blive brugt.',
  441. 'CSV Separator' => 'CSV-skilletegn',
  442. # Template: AAAStats
  443. 'Stat' => 'Rapport',
  444. 'Sum' => 'Sum',
  445. 'Please fill out the required fields!' => 'Udfyld venligst de påkrævede felter.',
  446. 'Please select a file!' => 'Vælg venligst en fil',
  447. 'Please select an object!' => 'Vælg venligst et objekt',
  448. 'Please select a graph size!' => 'Vælg venligst graf-størrelse',
  449. 'Please select one element for the X-axis!' => 'Vælg venligst et element til X-aksen',
  450. 'Please select only one element or turn off the button \'Fixed\' where the select field is marked!' =>
  451. 'Vælg venligst kun et element, eller vend knappen \'Fixed\' hvor feltet er markeret',
  452. 'If you use a checkbox you have to select some attributes of the select field!' =>
  453. 'For at bruge en checkbox, skal du vælge nogle attributter fra feltet',
  454. 'Please insert a value in the selected input field or turn off the \'Fixed\' checkbox!' =>
  455. 'Indtast venligst en værdi, i det valghte input felt, eller fra vælg \'Fixed\' checkboxen.',
  456. 'The selected end time is before the start time!' => 'Den valgte sluttid, er før starttiden.',
  457. 'You have to select one or more attributes from the select field!' =>
  458. 'Du skal vælge en eller flere attributter fra det valgte felt.',
  459. 'The selected Date isn\'t valid!' => 'Den valgte dato er ugyldig.',
  460. 'Please select only one or two elements via the checkbox!' => 'Vælg kun ene eller 2 elemeter fra checkboksene.',
  461. 'If you use a time scale element you can only select one element!' =>
  462. 'Hvis du bruger en tidsskale, kan du kun vælge et element!',
  463. 'You have an error in your time selection!' => 'Der er fejl i den valgte tid',
  464. 'Your reporting time interval is too small, please use a larger time scale!' =>
  465. 'Rapportens tidsinterval er for kort, vælg en større tidsskala.',
  466. 'The selected start time is before the allowed start time!' => 'Den valgte starttid er før den tilladte starttid.',
  467. 'The selected end time is after the allowed end time!' => 'Den valgte sluttid er senere end den tilladte sluttid.',
  468. 'The selected time period is larger than the allowed time period!' =>
  469. 'Den valgte tidsperiode er længere end den tilladte tidsperiode.',
  470. 'Common Specification' => 'Generelle specifikationer',
  471. 'X-axis' => 'X-akse',
  472. 'Value Series' => 'Værdi-serier',
  473. 'Restrictions' => 'Begrænsninger',
  474. 'graph-lines' => 'graf-linjer',
  475. 'graph-bars' => 'graf-søjler',
  476. 'graph-hbars' => 'graf-hsøjler',
  477. 'graph-points' => 'graf-punkter',
  478. 'graph-lines-points' => 'graf-linje-punkter',
  479. 'graph-area' => 'graf-område',
  480. 'graph-pie' => 'graf-cirkel',
  481. 'extended' => 'udvidet',
  482. 'Agent/Owner' => 'Agent/Ejer',
  483. 'Created by Agent/Owner' => 'Oprettet af Agent/Ejer',
  484. 'Created Priority' => 'Oprettet prioritet',
  485. 'Created State' => 'Oprettet status',
  486. 'Create Time' => 'Oprettet tid',
  487. 'CustomerUserLogin' => 'KundeBrugerLogin',
  488. 'Close Time' => 'Sluttid',
  489. 'TicketAccumulation' => 'Sagsakkumulering',
  490. 'Attributes to be printed' => 'Attributter til udskrift',
  491. 'Sort sequence' => 'Sorteringsrækkefølge',
  492. 'Order by' => 'Sorter efter',
  493. 'Limit' => 'Grænse',
  494. 'Ticketlist' => 'Sagsliste',
  495. 'ascending' => 'stigende',
  496. 'descending' => 'faldende',
  497. 'First Lock' => 'Første Sagstrækning',
  498. 'Evaluation by' => 'Evalueret af',
  499. 'Total Time' => 'Total tid',
  500. 'Ticket Average' => 'Sagsgennemsnit',
  501. 'Ticket Min Time' => 'Sag min. tid',
  502. 'Ticket Max Time' => 'Sag max. tid',
  503. 'Number of Tickets' => 'Antal sager',
  504. 'Article Average' => 'Indlæg-gennemsnit',
  505. 'Article Min Time' => 'Indlæg min. tid',
  506. 'Article Max Time' => 'Indlæg max. tid',
  507. 'Number of Articles' => 'Antal indlæg',
  508. 'Accounted time by Agent' => 'Bogført tid af agent',
  509. 'Ticket/Article Accounted Time' => 'Registreret tid på sagen/indlægget',
  510. 'TicketAccountedTime' => 'Registreret tid på sagen',
  511. 'Ticket Create Time' => 'Sagens oprettelsestidspunkt',
  512. 'Ticket Close Time' => 'Sagens lukningstidspunkt',
  513. # Template: AAATicket
  514. 'Status View' => 'Statusoversigt',
  515. 'Bulk' => 'Massehandling',
  516. 'Lock' => 'Træk',
  517. 'Unlock' => 'Frigiv',
  518. 'History' => 'Historik',
  519. 'Zoom' => 'Vis',
  520. 'Age' => 'Alder',
  521. 'Bounce' => 'Overgiv',
  522. 'Forward' => 'Videresend',
  523. 'From' => 'Fra',
  524. 'To' => 'Til',
  525. 'Cc' => 'Cc',
  526. 'Bcc' => 'Bcc',
  527. 'Subject' => 'Emne',
  528. 'Move' => 'Flyt',
  529. 'Queue' => 'Kø',
  530. 'Queues' => 'Køer',
  531. 'Priority' => 'Prioritet',
  532. 'Priorities' => 'Prioriteter',
  533. 'Priority Update' => 'Opdatering af Prioritet',
  534. 'Priority added!' => 'Prioritet tilføjet.',
  535. 'Priority updated!' => 'Prioritet opdateret.',
  536. 'Signature added!' => 'Signatur tilføjet.',
  537. 'Signature updated!' => 'Signatur opdateret.',
  538. 'SLA' => 'SLA',
  539. 'Service Level Agreement' => 'Service Level Agreement',
  540. 'Service Level Agreements' => 'Service Level Agreements',
  541. 'Service' => 'Service',
  542. 'Services' => 'Services',
  543. 'State' => 'Tilstand',
  544. 'States' => 'Tilstande',
  545. 'Status' => 'Status',
  546. 'Statuses' => 'Status',
  547. 'Ticket Type' => 'Sagstype',
  548. 'Ticket Types' => 'Sagstyper',
  549. 'Compose' => 'Skrive',
  550. 'Pending' => 'Afventer',
  551. 'Owner' => 'Ejer',
  552. 'Owner Update' => 'Ændring af ejer',
  553. 'Responsible' => 'Ansvarlig',
  554. 'Responsible Update' => 'Opdatering af Ansvarlig',
  555. 'Sender' => 'Afsender',
  556. 'Article' => 'Indlæg',
  557. 'Ticket' => 'Sager',
  558. 'Createtime' => 'Oprettelsestid',
  559. 'plain' => 'almindelig',
  560. 'Email' => 'Mail',
  561. 'email' => 'mail',
  562. 'Close' => 'Luk',
  563. 'Action' => 'Handling',
  564. 'Attachment' => 'Vedhæftet fil',
  565. 'Attachments' => 'Vedhæftede filer',
  566. 'This message was written in a character set other than your own.' =>
  567. 'Denne meddelelse blev skrevet i et andet tegnsæt end dit eget.',
  568. 'If it is not displayed correctly,' => 'Vises den ikke korrekt,',
  569. 'This is a' => 'Dette er en',
  570. 'to open it in a new window.' => 'for at åbne i et nyt vindue.',
  571. 'This is a HTML email. Click here to show it.' => 'Dette er en mail i HTML. Klik her for at vise den.',
  572. 'Free Fields' => 'Frie felter',
  573. 'Merge' => 'Saml',
  574. 'merged' => 'samlet',
  575. 'closed successful' => 'Afsluttet',
  576. 'closed unsuccessful' => 'Afsluttet uden løsning',
  577. 'Locked Tickets Total' => 'Mine sager i alt',
  578. 'Locked Tickets Reminder Reached' => 'Mine sager, hvor påmindelsesfristen er nået',
  579. 'Locked Tickets New' => 'Mine nye sager',
  580. 'Responsible Tickets Total' => 'Sager, jeg er ansvarlig for i alt',
  581. 'Responsible Tickets New' => 'Nye sager, jeg er ansvarlig for',
  582. 'Responsible Tickets Reminder Reached' => 'Sager, jeg er ansvarlig for, hvor påmindelsesfristen er nået',
  583. 'Watched Tickets Total' => 'Fulgte sager i alt',
  584. 'Watched Tickets New' => 'Nye fulgte sager',
  585. 'Watched Tickets Reminder Reached' => 'Fulgte sager, hvor påmindelsesfristen er nået',
  586. 'All tickets' => 'Alle sager',
  587. 'Available tickets' => 'Frie sager',
  588. 'Escalation' => 'Eskalation',
  589. 'last-search' => 'sidste søgning',
  590. 'QueueView' => 'Køer',
  591. 'Ticket Escalation View' => 'Oversigt over eskalerede sager',
  592. 'Message from' => 'Besked fra',
  593. 'End message' => 'Slut på besked',
  594. 'Forwarded message from' => 'Videresendt besked fra',
  595. 'End forwarded message' => 'Slut på videresendt besked',
  596. 'new' => 'ny',
  597. 'open' => 'åben',
  598. 'Open' => 'Åben',
  599. 'Open tickets' => 'Åbne sager',
  600. 'closed' => 'lukket',
  601. 'Closed' => 'Lukket',
  602. 'Closed tickets' => 'Lukkede sager',
  603. 'removed' => 'fjernet',
  604. 'pending reminder' => 'afventer påmindelse',
  605. 'pending auto' => 'afventer auto',
  606. 'pending auto close+' => 'afventer autolukning+',
  607. 'pending auto close-' => 'afventer autolukning-',
  608. 'email-external' => 'mail-ekstern',
  609. 'email-internal' => 'mail-intern',
  610. 'note-external' => 'bemærkning-ekstern',
  611. 'note-internal' => 'bemærkning-intern',
  612. 'note-report' => 'bemærkning-rapport',
  613. 'phone' => 'telefon',
  614. 'sms' => 'sms',
  615. 'webrequest' => 'webanmodning',
  616. 'lock' => 'tildelt',
  617. 'unlock' => 'fri',
  618. 'very low' => 'meget lav',
  619. 'low' => 'lav',
  620. 'normal' => 'normal',
  621. 'high' => 'høj',
  622. 'very high' => 'meget høj',
  623. '1 very low' => '1 meget lav',
  624. '2 low' => '2 lav',
  625. '3 normal' => '3 normal',
  626. '4 high' => '4 høj',
  627. '5 very high' => '5 meget høj',
  628. 'auto follow up' => '',
  629. 'auto reject' => '',
  630. 'auto remove' => '',
  631. 'auto reply' => 'autosvar',
  632. 'auto reply/new ticket' => 'autosvar/ny sag',
  633. 'Ticket "%s" created!' => 'Sag "%s" oprettet.',
  634. 'Ticket Number' => 'Sagsnummer',
  635. 'Ticket Object' => 'Sagsobjekt',
  636. 'No such Ticket Number "%s"! Can\'t link it!' => 'Sag nummer "%s" eksisterer ikke! Kan ikke sammenkæde den.',
  637. 'You don\'t have write access to this ticket.' => 'Du har ikke rettigheder til at ændre denne sag.',
  638. 'Sorry, you need to be the ticket owner to perform this action.' =>
  639. 'Du skal eje denne sag for at udføre handlingen.',
  640. 'Ticket selected.' => 'Sag valgt.',
  641. 'Ticket is locked by another agent.' => 'Sagen ejes af en anden agent.',
  642. 'Ticket locked.' => 'Sag trukker.',
  643. 'Don\'t show closed Tickets' => 'Vis åbne sager',
  644. 'Show closed Tickets' => 'Vis lukkede sager',
  645. 'New Article' => 'Nyt indlæg',
  646. 'Unread article(s) available' => 'Der er ulæste indlæg',
  647. 'Remove from list of watched tickets' => 'Fjern fra listen over fulgte sager',
  648. 'Add to list of watched tickets' => 'Føj til listen over fulgte sager',
  649. 'Email-Ticket' => 'Email-sag',
  650. 'Create new Email Ticket' => 'Opret ny mail-sag',
  651. 'Phone-Ticket' => 'Ny Sag',
  652. 'Search Tickets' => 'Søg sager',
  653. 'Edit Customer Users' => 'Rediger kundebrugere',
  654. 'Edit Customer Company' => 'Rediger kunde-firma',
  655. 'Bulk Action' => 'Massehandling',
  656. 'Bulk Actions on Tickets' => 'Massehandlinger på sager',
  657. 'Send Email and create a new Ticket' => 'Send mail og opret en ny sag',
  658. 'Create new Email Ticket and send this out (Outbound)' => 'Opret ny mail-sag, og send den (Outbound)',
  659. 'Create new Phone Ticket (Inbound)' => 'Opret ny telefon-sag (Inbound)',
  660. 'Address %s replaced with registered customer address.' => 'Adresse %s erstattet med kundens registrerede adresse.',
  661. 'Customer automatically added in Cc.' => 'Kunde automatisk tilføjet i Cc.',
  662. 'Overview of all open Tickets' => 'Oversigt over alle åbne sager',
  663. 'Locked Tickets' => 'Mine sager',
  664. 'My Locked Tickets' => 'Mine sager',
  665. 'My Watched Tickets' => 'Fulgte sager',
  666. 'My Responsible Tickets' => 'Sager, jeg er ansvarlig for',
  667. 'Watched Tickets' => 'Fulgte sager',
  668. 'Watched' => 'Fulgte',
  669. 'Watch' => 'Følg',
  670. 'Unwatch' => 'Følg ikke',
  671. 'Lock it to work on it' => 'Træk sagen for at arbejde på den',
  672. 'Unlock to give it back to the queue' => 'Frigiv sagen og gør den ledig i køen',
  673. 'Show the ticket history' => 'Vis sagens historik',
  674. 'Print this ticket' => 'Udskriv denne sag',
  675. 'Print this article' => 'Udskriv dette indlæg',
  676. 'Split this article' => 'Opdel dette indlæg',
  677. 'Forward article via mail' => 'Videresend indlæg via mail',
  678. 'Change the ticket priority' => 'Ændr sagens prioritet',
  679. 'Change the ticket free fields!' => 'Skift sagens frie felter.',
  680. 'Link this ticket to other objects' => 'Kæd denne sag til andre objekter',
  681. 'Change the owner for this ticket' => 'Ændr denne sags ejer',
  682. 'Change the customer for this ticket' => 'Ændr denne sags kunde',
  683. 'Add a note to this ticket' => 'Tilføj en note til denne sag',
  684. 'Merge into a different ticket' => 'Saml til en anden sag',
  685. 'Set this ticket to pending' => 'Sæt denne sag til at afvente',
  686. 'Close this ticket' => 'Luk denne sag',
  687. 'Look into a ticket!' => 'Se nærmere på en sag.',
  688. 'Delete this ticket' => 'Slet denne sag',
  689. 'Mark as Spam!' => 'Marker som spam.',
  690. 'My Queues' => 'Mine køer',
  691. 'Shown Tickets' => 'Viste Sager',
  692. 'Your email with ticket number "<OTRS_TICKET>" is merged to "<OTRS_MERGE_TO_TICKET>".' =>
  693. 'Din sag nummer "<OTRS_TICKET>" er blevet samlet med sag nummer "<OTRS_MERGE_TO_TICKET>".',
  694. 'Ticket %s: first response time is over (%s)!' => 'Sag %s: Tidsgrænsen for første svar er overskredet (%s)!',
  695. 'Ticket %s: first response time will be over in %s!' => 'Sag %s: Tidsgrænsen for første svar overskrides om %s!',
  696. 'Ticket %s: update time is over (%s)!' => 'Sag %s: Opdateringstid er overskredet (%s)!',
  697. 'Ticket %s: update time will be over in %s!' => 'Sag %s: Opdateringstid overskrides om %s!',
  698. 'Ticket %s: solution time is over (%s)!' => 'Sag %s: Løsningstid er overskredet (%s)!',
  699. 'Ticket %s: solution time will be over in %s!' => 'Sag %s: løsningstid overskrides om %s!',
  700. 'There are more escalated tickets!' => 'Der er ikke flere eskalerede sager.',
  701. 'Plain Format' => 'Kildetekst',
  702. 'Reply All' => 'Svar alle',
  703. 'Direction' => 'Retning',
  704. 'Agent (All with write permissions)' => 'Agent (Alle med skrivetilladelser)',
  705. 'Agent (Owner)' => 'Agent (Ejer)',
  706. 'Agent (Responsible)' => 'Agent (Ansvarlig)',
  707. 'New ticket notification' => 'Besked om ny sag',
  708. 'Send me a notification if there is a new ticket in "My Queues".' =>
  709. 'Send mig en besked, hvis der er en ny sag i "Mine køer".',
  710. 'Send new ticket notifications' => 'Send besked om nye sager',
  711. 'Ticket follow up notification' => 'Besked om opfølgning på sager',
  712. 'Ticket lock timeout notification' => 'Besked om sagsfrigivelse efter tidsfristens udløb',
  713. 'Send me a notification if a ticket is unlocked by the system.' =>
  714. 'Send mig en besked, hvis systemet frigiver en sag.',
  715. 'Send ticket lock timeout notifications' => 'Send besked om udløb af tidsfrister',
  716. 'Ticket move notification' => 'Besked om flyttede sager',
  717. 'Send me a notification if a ticket is moved into one of "My Queues".' =>
  718. 'Send mig en besked, hvis en sag flyttes ind i en af "Mine køer".',
  719. 'Send ticket move notifications' => 'Send besked om flyttede sager',
  720. 'Your queue selection of your favourite queues. You also get notified about those queues via email if enabled.' =>
  721. 'Dit valg af favirot-køer. Du får også beskeder om hændelser i de køer, hvis det er aktiveret.',
  722. 'Custom Queue' => 'Tilpasset kø',
  723. 'QueueView refresh time' => 'Genindlæsningstid af kø-visningen',
  724. 'If enabled, the QueueView will automatically refresh after the specified time.' =>
  725. 'Hvis aktiveret vil Kø-visningen automatisk genindlæses efter den specificerede tid.',
  726. 'Refresh QueueView after' => 'Opdater kø-billedet efter',
  727. 'Screen after new ticket' => 'Skærm efter oprettelse af ny sag',
  728. 'Show this screen after I created a new ticket' => 'Vis dette billede efter jeg har oprettet en ny sag',
  729. 'Closed Tickets' => 'Lukkede sager',
  730. 'Show closed tickets.' => 'Vis lukkede sager.',
  731. 'Max. shown Tickets a page in QueueView.' => 'Max. viste sager pr. side i kø-visning.',
  732. 'Ticket Overview "Small" Limit' => 'Sagsoversigt "Lille" grænse',
  733. 'Ticket limit per page for Ticket Overview "Small"' => 'Antal sager pr side for Sagsoversigt "Lille"',
  734. 'Ticket Overview "Medium" Limit' => 'Sagsoversigt "Mellem" grænse',
  735. 'Ticket limit per page for Ticket Overview "Medium"' => 'Antal sager pr side for Sagsoversigt "Mellem"',
  736. 'Ticket Overview "Preview" Limit' => 'Sagsoversigt "Forhåndsvisnings" grænse',
  737. 'Ticket limit per page for Ticket Overview "Preview"' => 'Antal sager pr side for Sagsoversigt "Forhåndsvisning"',
  738. 'Ticket watch notification' => 'Besked om fulgte sager',
  739. 'Send me the same notifications for my watched tickets that the ticket owners will get.' =>
  740. 'For mine fulgte sager, send mig samme notifikationer som sagernes ejere får.',
  741. 'Send ticket watch notifications' => 'Send besked om fulgte sager',
  742. 'Out Of Office Time' => 'Ude af Kontoret',
  743. 'New Ticket' => 'Ny sag',
  744. 'Create new Ticket' => 'Opret ny sag',
  745. 'Customer called' => 'Opkald fra Kunde',
  746. 'phone call' => 'opringning',
  747. 'Phone Call Outbound' => 'Ring til kunden',
  748. 'Phone Call Inbound' => 'Kunden ringer',
  749. 'Reminder Reached' => 'Påmindelsesdato nået',
  750. 'Reminder Tickets' => 'Sager med påmindelser',
  751. 'Escalated Tickets' => 'Eskalerede Sager',
  752. 'New Tickets' => 'Nye Sager',
  753. 'Open Tickets / Need to be answered' => 'Åbne Sager',
  754. 'All open tickets, these tickets have already been worked on, but need a response' =>
  755. 'Alle åbne sager, der er i gang med at blive arbejdet på',
  756. 'All new tickets, these tickets have not been worked on yet' => 'Alle nye sager, der ikke er blevet arbejdet på endnu',
  757. 'All escalated tickets' => 'Alle eskalerede sager',
  758. 'All tickets with a reminder set where the reminder date has been reached' =>
  759. 'Alle sager med påmindelser, hvor påmindelsesfristen er nået',
  760. 'Archived tickets' => 'Arkiverede sager',
  761. 'Unarchived tickets' => 'Uarkiverede sager',
  762. 'History::Move' => 'Sag flyttet til kø "%s" (%s) fra kø "%s".',
  763. 'History::TypeUpdate' => 'Opdaterede Type til %s (ID=%s).',
  764. 'History::ServiceUpdate' => 'Opdaterede Service til %s (ID=%s).',
  765. 'History::SLAUpdate' => 'Opdateret SLA til %s (ID=%s).',
  766. 'History::NewTicket' => 'Ny sag [%s] oprettet (Kø=%s;P=%s;S=%s).',
  767. 'History::FollowUp' => 'Opfølgning til sag %s. %s',
  768. 'History::SendAutoReject' => 'Automatisk afvisning sendt til "%s".',
  769. 'History::SendAutoReply' => 'Automatisk svar sendt til "%s".',
  770. 'History::SendAutoFollowUp' => 'Automatisk opfølgning send til "%s".',
  771. 'History::Forward' => 'Videresendt til "%s".',
  772. 'History::Bounce' => 'Overgivet til "%s".',
  773. 'History::SendAnswer' => 'Email sendt til "%s".',
  774. 'History::SendAgentNotification' => '"%s"-besked sendt til "%s".',
  775. 'History::SendCustomerNotification' => 'Besked sendt til "%s".',
  776. 'History::EmailAgent' => 'Email sendt til agent.',
  777. 'History::EmailCustomer' => 'Email sendt til kunde.',
  778. 'History::PhoneCallAgent' => 'Agent ringede kunden op.',
  779. 'History::PhoneCallCustomer' => 'Kundende ringede os op.',
  780. 'History::AddNote' => 'Tilføjede bemærkning (%s).',
  781. 'History::Lock' => 'Sag trukket.',
  782. 'History::Unlock' => 'Sag frigivet.',
  783. 'History::TimeAccounting' => '%s tidsenheder registreret. Nu totalt %s tidsenheder brugt.',
  784. 'History::Remove' => 'Fjern %s',
  785. 'History::CustomerUpdate' => 'Opdateret: %s',
  786. 'History::PriorityUpdate' => 'Ændrede prioritet fra "%s" (%s) til "%s" (%s)',
  787. 'History::OwnerUpdate' => 'Ny ejer er "%s" (ID=%s)',
  788. 'History::LoopProtection' => 'Loop-beskyttelse! Intet autosvar sendt til "%s".',
  789. 'History::Misc' => 'Diverse %s',
  790. 'History::SetPendingTime' => 'Sag afventer til %s',
  791. 'History::StateUpdate' => 'Gammel status var "%s", ny status er "%s".',
  792. 'History::TicketDynamicFieldUpdate' => 'Opdateret: %s=%s;%s=%s;',
  793. 'History::WebRequestCustomer' => 'Kundeanmodning via web.',
  794. 'History::TicketLinkAdd' => 'Tilføjet link til sag %s.',
  795. 'History::TicketLinkDelete' => 'Slettet link til sag %s.',
  796. 'History::Subscribe' => 'Bruger "%s" følger nu sagen.',
  797. 'History::Unsubscribe' => 'Bruger "%s" følger ikke længere sagen.',
  798. 'History::SystemRequest' => 'System Request (%s)',
  799. 'History::ResponsibleUpdate' => 'Ny ansvarlig er "%s" (ID=%s)',
  800. 'History::ArchiveFlagUpdate' => 'Arkivflag opdateret',
  801. # Template: AAAWeekDay
  802. 'Sun' => 'Søn',
  803. 'Mon' => 'Man',
  804. 'Tue' => 'Tir',
  805. 'Wed' => 'Ons',
  806. 'Thu' => 'Tor',
  807. 'Fri' => 'Fre',
  808. 'Sat' => 'Lør',
  809. # Template: AdminAttachment
  810. 'Attachment Management' => 'Styring af vedhæftede filer',
  811. 'Actions' => 'Handlinger',
  812. 'Go to overview' => 'Gå til oversigt',
  813. 'Add attachment' => 'Vedhæft fil',
  814. 'List' => 'Liste',
  815. 'Validity' => 'Gyldighed',
  816. 'No data found.' => 'Ingen data fundet.',
  817. 'Download file' => 'Download fil',
  818. 'Delete this attachment' => 'Slet denne vedhæftede fil',
  819. 'Add Attachment' => 'Tilføj vedhæftet fil',
  820. 'Edit Attachment' => 'Rediger vedhæftet fil',
  821. 'This field is required.' => 'Dette felt skal udfyldes',
  822. 'or' => 'eller',
  823. # Template: AdminAutoResponse
  824. 'Auto Response Management' => 'Styring af autosvar',
  825. 'Add auto response' => 'Tilføj autosvar',
  826. 'Add Auto Response' => 'Tilføj autosvar',
  827. 'Edit Auto Response' => 'Rediger autosvar',
  828. 'Response' => 'Svar',
  829. 'Auto response from' => 'Autosvar fra',
  830. 'Reference' => 'Reference',
  831. 'You can use the following tags' => 'Du kan bruge følgende tags',
  832. 'To get the first 20 character of the subject.' => 'For at få de første 20 tegn af emnet.',
  833. 'To get the first 5 lines of the email.' => 'For at få de første 5 linjer af mailen.',
  834. 'To get the realname of the sender (if given).' => 'For at få afsenderes navn, hvis angivet.',
  835. 'To get the article attribute' => 'For at få indlægges attributter',
  836. ' e. g.' => 'f.eks.',
  837. 'Options of the current customer user data' => 'Valgmuligheder for den nuværende bruger',
  838. 'Ticket owner options' => 'Valgmuligheder for sagens ejer',
  839. 'Ticket responsible options' => 'Valgmuligheder for sagens ansvarlige',
  840. 'Options of the current user who requested this action' => 'Valgmuligheder for den bruger, der udfører denne handling',
  841. 'Options of the ticket data' => 'Valgmuligheder for sagens oplysninger',
  842. 'Options of ticket dynamic fields internal key values' => '',
  843. 'Options of ticket dynamic fields display values, useful for Dropdown and Multiselect fields' =>
  844. '',
  845. 'Config options' => 'Konfigrationsvalgmuligheder',
  846. 'Example response' => 'Eksempel på svar',
  847. # Template: AdminCustomerCompany
  848. 'Customer Company Management' => 'Administrer Kunde/Firma',
  849. 'Wildcards like \'*\' are allowed.' => 'Jokertegn som \'*\' er tilladt.',
  850. 'Add customer company' => 'Tilføj kunde/firma',
  851. 'Please enter a search term to look for customer companies.' => 'Indtast en søgestreng for at lede efter Kunde/Firmaer',
  852. 'Add Customer Company' => 'Tilføj kunde/firma',
  853. # Template: AdminCustomerUser
  854. 'Customer Management' => 'Administrer Kunde',
  855. 'Back to search result' => '',
  856. 'Add customer' => 'Tilføj kunde',
  857. 'Select' => 'Vælg',
  858. 'Hint' => 'Tip',
  859. 'Customer will be needed to have a customer history and to login via customer panel.' =>
  860. 'Kunder skal oprettes for at man kan følge historik på deres sager og de kan logge ind i kunde-delen af OTRS.',
  861. 'Please enter a search term to look for customers.' => 'Angiv søgeord for at lede efter kunder',
  862. 'Last Login' => 'Sidste login',
  863. 'Login as' => 'Login som',
  864. 'Switch to customer' => '',
  865. 'Add Customer' => 'Tilføj kunde',
  866. 'Edit Customer' => 'Rediger kunde',
  867. 'This field is required and needs to be a valid email address.' =>
  868. 'Dette felt er kævet og skal være en gyldig mail-adresse.',
  869. 'This email address is not allowed due to the system configuration.' =>
  870. 'Denne mailadresse er ikke tilladt ifølge systemkonfigurationen.',
  871. 'This email address failed MX check.' => 'Denne mail-adresse fejler MX-tjek.',
  872. 'DNS problem, please check your configuration and the error log.' =>
  873. 'DNS-problem. Tjek din konfiguration og fejl-loggen.',
  874. 'The syntax of this email address is incorrect.' => 'Syntaksen på denne mail-adresse er forkert.',
  875. # Template: AdminCustomerUserGroup
  876. 'Manage Customer-Group Relations' => 'Administrer Kunde/Gruppe-relationer',
  877. 'Notice' => 'Notits',
  878. 'This feature is disabled!' => 'Denne mulighed er deaktiveret!',
  879. 'Just use this feature if you want to define group permissions for customers.' =>
  880. 'Brug denne funktion, hvis du vil definere gruppetilladelser for kunder.',
  881. 'Enable it here!' => 'Aktiver det her!',
  882. 'Search for customers.' => 'Søg efter kunder.',
  883. 'Edit Customer Default Groups' => 'Rediger standardgrupper for kunder',
  884. 'These groups are automatically assigned to all customers.' => 'Disse grupper tildeles automatisk til alle kunder.',
  885. 'You can manage these groups via the configuration setting "CustomerGroupAlwaysGroups".' =>
  886. 'Du kan administrere disse grupper via konfigurationsindstillingen "CustomerGroupAlwaysGroups".',
  887. 'Filter for Groups' => 'Filtrer grupper',
  888. 'Select the customer:group permissions.' => 'Vælg kunde:gruppe-tilladelser.',
  889. 'If nothing is selected, then there are no permissions in this group (tickets will not be available for the customer).' =>
  890. 'Hvis intet er velgt, er der ingen tilladelser i denne gruppe (sager vil ikke være tilgængelige for kunden).',
  891. 'Search Result:' => 'Søgeresultat:',
  892. 'Customers' => 'Kunder',
  893. 'Groups' => 'Grupper',
  894. 'No matches found.' => 'Intet fundet',
  895. 'Change Group Relations for Customer' => 'Administrer Gruppe-relationer for Kunde',
  896. 'Change Customer Relations for Group' => 'Administrer Kunde-relationer for Gruppe',
  897. 'Toggle %s Permission for all' => 'Skift %s-tilladelse for alle',
  898. 'Toggle %s permission for %s' => 'Skift %s-tilladelse for %s',
  899. 'Customer Default Groups:' => 'Kundestandardgrupper:',
  900. 'No changes can be made to these groups.' => 'Ingen ændringer kan laves på disse grupper',
  901. 'ro' => 'ro',
  902. 'Read only access to the ticket in this group/queue.' => 'Kun læseadgang til sager i denne gruppe/kø.',
  903. 'rw' => 'rw',
  904. 'Full read and write access to the tickets in this group/queue.' =>
  905. 'Komplet læse- og skriveadgang til sagerne i denne gruppe/kø.',
  906. # Template: AdminCustomerUserService
  907. 'Manage Customer-Services Relations' => 'Administrer Kunde/Service-relationer',
  908. 'Edit default services' => 'Rediger standardservices',
  909. 'Filter for Services' => 'Filter for services',
  910. 'Allocate Services to Customer' => 'Tildel Services til Kunde',
  911. 'Allocate Customers to Service' => 'Tildel Kunder til Service',
  912. 'Toggle active state for all' => 'Skift aktiv tilstand for alle',
  913. 'Active' => 'Aktiv',
  914. 'Toggle active state for %s' => 'Skift aktiv tilstand for %s',
  915. # Template: AdminDynamicField
  916. 'Dynamic Fields Management' => 'Administrer Dynamiske Felter',
  917. 'Add new field for object' => '',
  918. 'To add a new field, select the field type form one of the object\'s list, the object defines the boundary of the field and it can\'t be changed after the field creation.' =>
  919. '',
  920. 'Dynamic Fields List' => 'Liste over Dynamiske Felter',
  921. 'Dynamic fields per page' => 'Dynamiske felter pr. side',
  922. 'Label' => '',
  923. 'Order' => 'Rækkefølge',
  924. 'Object' => 'Objekt',
  925. 'Delete this field' => 'Slet dette felt',
  926. 'Do you really want to delete this dynamic field? ALL associated data will be LOST!' =>
  927. 'Vil du virkelig slette dette dynamiske felt? ALT tilhørende data vil GÅ TABT!',
  928. 'Delete field' => 'Slet felt',
  929. # Template: AdminDynamicFieldCheckbox
  930. 'Dynamic Fields' => 'Dynamiske Felter',
  931. 'Field' => 'Felt',
  932. 'Go back to overview' => 'Gå tilbage til oversigt',
  933. 'General' => 'Generelt',
  934. 'This field is required, and the value should be alphabetic and numeric characters only.' =>
  935. '',
  936. 'Must be unique and only accept alphabetic and numeric characters.' =>
  937. '',
  938. 'Changing this value will require manual changes in the system.' =>
  939. '',
  940. 'This is the name to be shown on the screens where the field is active.' =>
  941. '',
  942. 'Field order' => 'Feltrækkefølge',
  943. 'This field is required and must be numeric.' => 'Dette felt er påkrævet og skal være numerisk.',
  944. 'This is the order in which this field will be shown on the screens where is active.' =>
  945. '',
  946. 'Field type' => 'Felttype',
  947. 'Object type' => 'Objekttype',
  948. 'Internal field' => '',
  949. 'This field is protected and can\'t be deleted.' => '',
  950. 'Field Settings' => 'Feltindstillinger',
  951. 'Default value' => 'Standardværdi',
  952. 'This is the default value for this field.' => '',
  953. 'Save' => 'Gem',
  954. # Template: AdminDynamicFieldDateTime
  955. 'Default date difference' => '',
  956. 'This field must be numeric.' => 'Dette felt skal være numerisk.',
  957. 'The difference from NOW (in seconds) to calculate the field default value (e.g. 3600 or -60).' =>
  958. '',
  959. 'Define years period' => '',
  960. 'Activate this feature to define a fixed range of years (in the future and in the past) to be displayed on the year part of the field.' =>
  961. '',
  962. 'Years in the past' => 'År tilbage',
  963. 'Years in the past to display (default: 5 years).' => '',
  964. 'Years in the future' => 'År frem',
  965. 'Years in the future to display (default: 5 years).' => '',
  966. 'Show link' => 'Vis link',
  967. 'Here you can specify an optional HTTP link for the field value in Overviews and Zoom screens.' =>
  968. '',
  969. # Template: AdminDynamicFieldDropdown
  970. 'Possible values' => 'Mulige værdier',
  971. 'Key' => 'Nøgle',
  972. 'Value' => 'Værdi',
  973. 'Remove value' => 'Fjern værdi',
  974. 'Add value' => 'Tilføj værdi',
  975. 'Add Value' => 'Tilføj Værdi',
  976. 'Add empty value' => 'Tilføj tom værdi',
  977. 'Activate this option to create an empty selectable value.' => '',
  978. 'Translatable values' => '',
  979. 'If you activate this option the values will be translated to the user defined language.' =>
  980. '',
  981. 'Note' => 'Note',
  982. 'You need to add the translations manually into the language translation files.' =>
  983. '',
  984. # Template: AdminDynamicFieldMultiselect
  985. # Template: AdminDynamicFieldText
  986. 'Number of rows' => 'Antal rækker',
  987. 'Specify the height (in lines) for this field in the edit mode.' =>
  988. '',
  989. 'Number of cols' => 'Antal kolonner',
  990. 'Specify the width (in characters) for this field in the edit mode.' =>
  991. '',
  992. # Template: AdminEmail
  993. 'Admin Notification' => 'Besked til admin',
  994. 'With this module, administrators can send messages to agents, group or role members.' =>
  995. 'Med dette modul kan administratorer sende beskeder til agenter, grupper eller rollemedlemmer.',
  996. 'Create Administrative Message' => 'Opret administrativ besked',
  997. 'Your message was sent to' => 'Din besked blev sendt til',
  998. 'Send message to users' => 'Send besked til brugere',
  999. 'Send message to group members' => 'Send besked til gruppemedlemmer',
  1000. 'Group members need to have permission' => 'Gruppemedlemmer skal have tilladelse',
  1001. 'Send message to role members' => 'Send besked til rollemedlemmer',
  1002. 'Also send to customers in groups' => 'Send også til kunder i grupper',
  1003. 'Body' => 'Hovedtekst',
  1004. 'Send' => 'Afsend',
  1005. # Template: AdminGenericAgent
  1006. 'Generic Agent' => 'Automatisk Agent',
  1007. 'Add job' => 'Tilføj job',
  1008. 'Last run' => 'Sidste kørsel',
  1009. 'Run Now!' => 'Kør nu',
  1010. 'Delete this task' => 'Slet dette job',
  1011. 'Run this task' => 'Kør job',
  1012. 'Job Settings' => 'Job-indstillinger',
  1013. 'Job name' => 'Job-navn',
  1014. 'Currently this generic agent job will not run automatically.' =>
  1015. 'Denne automatisk agent vil i øjeblikket ikke køre.',
  1016. 'To enable automatic execution select at least one value from minutes, hours and days!' =>
  1017. 'For at aktivere automatisk kørsel, vælg mindst en værdi fra minutter, timer og dage.',
  1018. 'Schedule minutes' => 'Planlæg minutter',
  1019. 'Schedule hours' => 'Planlæg timer',
  1020. 'Schedule days' => 'Planlæg dage',
  1021. 'Toggle this widget' => 'Slå denne widget til eller fra',
  1022. 'Ticket Filter' => 'Sagsfilter',
  1023. '(e. g. 10*5155 or 105658*)' => '(f.eks. 10*5155 eller 105658*)',
  1024. '(e. g. 234321)' => '(f.eks. 234321)',
  1025. 'Customer login' => 'Kunde-login',
  1026. '(e. g. U5150)' => '(f.eks. U5150)',
  1027. 'Fulltext-search in article (e. g. "Mar*in" or "Baue*").' => 'Fuldtekst-søgning i indlæg (f.eks. "Mar*in" eller "Niels*").',
  1028. 'Agent' => 'Agent',
  1029. 'Ticket lock' => 'Tildelt',
  1030. 'Create times' => 'Oprettelsestider',
  1031. 'No create time settings.' => 'Angiv ikke oprettelsestid.',
  1032. 'Ticket created' => 'Sag oprettet',
  1033. 'Ticket created between' => 'Sag oprettet mellem',
  1034. 'Change times' => 'Ændringstider',
  1035. 'No change time settings.' => 'Angiv ikke ændringstider',
  1036. 'Ticket changed' => 'Sag ændret',
  1037. 'Ticket changed between' => 'Sag ændret mellem',
  1038. 'Close times' => 'Afslutningstider',
  1039. 'No close time settings.' => 'Angiv ikke Afslutningstid',
  1040. 'Ticket closed' => 'Sag lukket',
  1041. 'Ticket closed between' => 'Sag lukket mellem',
  1042. 'Pending times' => 'Afventer-tider',
  1043. 'No pending time settings.' => 'Ingen afventningsfrist.',
  1044. 'Ticket pending time reached' => 'Sagens afventningsfrist er nået',
  1045. 'Ticket pending time reached between' => 'Sagens afventningsfrist er nået mellem',
  1046. 'Escalation times' => 'Eskalationsfrister',
  1047. 'No escalation time settings.' => 'Ingen eskaleringsfrister',
  1048. 'Ticket escalation time reached' => 'Sagens eskaleringsfrist er nået',
  1049. 'Ticket escalation time reached between' => 'Sagens eskaleringsfrist er nået mellem',
  1050. 'Escalation - first response time' => 'Eskalation - frist for første svar',
  1051. 'Ticket first response time reached' => 'Sagens frist for første svar er nået',
  1052. 'Ticket first response time reached between' => 'Sagens frist for første svar er nået mellem',
  1053. 'Escalation - update time' => 'Eskalation - frist for opdatering',
  1054. 'Ticket update time reached' => 'Sagens opdateringsfrist er nået',
  1055. 'Ticket update time reached between' => 'Sagens opdateringsfrist er nået mellem',
  1056. 'Escalation - solution time' => 'Eskalation - frist for løsning',
  1057. 'Ticket solution time reached' => 'Sagens løsningsfrist er nået',
  1058. 'Ticket solution time reached between' => 'Sagens løsningsfrist er nået mellem',
  1059. 'Archive search option' => 'Aktivt søgevalg',
  1060. 'Ticket Action' => 'Sags-handling',
  1061. 'Set new service' => 'Vælg ny service',
  1062. 'Set new Service Level Agreement' => 'Vælg ny Service Level Agreement',
  1063. 'Set new priority' => 'Vælg ny prioritet',
  1064. 'Set new queue' => 'Vælg ny kø',
  1065. 'Set new state' => 'Vælg ny tilstand',
  1066. 'Set new agent' => 'Vælg ny agent',
  1067. 'new owner' => 'Ny ejer',
  1068. 'new responsible' => 'Ny ansvarlig',
  1069. 'Set new ticket lock' => 'Tildel ny sagsejer',
  1070. 'New customer' => 'Ny kunde',
  1071. 'New customer ID' => 'Nyt kunde-ID',
  1072. 'New title' => 'Ny titel',
  1073. 'New type' => 'Ny type',
  1074. 'New Dynamic Field Values' => '',
  1075. 'Archive selected tickets' => 'Arkiver valgte sager',
  1076. 'Add Note' => 'Tilføj Bemærkning',
  1077. 'Time units' => 'Tidsenheder',
  1078. '(work units)' => '',
  1079. 'Ticket Commands' => 'Sagskommandoer',
  1080. 'Send agent/customer notifications on changes' => 'Send besked til agent/kunde ved ændringer',
  1081. 'CMD' => 'CMD',
  1082. 'This command will be executed. ARG[0] will be the ticket number. ARG[1] the ticket id.' =>
  1083. 'Denne kommando vil blive udført. ARG[0] bliver sagens nummer. ARG[1] sagens ID. ',
  1084. 'Delete tickets' => 'Slet sager',
  1085. 'Warning: All affected tickets will be removed from the database and cannot be restored!' =>
  1086. 'Advarsel: Alle berørte sager vil blive fjernet fra databasen og kan ikke gendannes!',
  1087. 'Execute Custom Module' => 'Udfør speciel-modul',
  1088. 'Param %s key' => 'Param %s nøgle',
  1089. 'Param %s value' => 'Param %s værdi',
  1090. 'Save Changes' => 'Gem ændringer',
  1091. 'Results' => 'Resultater',
  1092. '%s Tickets affected! What do you want to do?' => '%s sager vil blive berørt. Hvad vil du gøre?',
  1093. 'Warning: You used the DELETE option. All deleted tickets will be lost!' =>
  1094. 'Advarsel: Du bruger SLET-muligheden. Alle slettede sager vil gå tabt!',
  1095. 'Edit job' => 'Rediger job',
  1096. 'Run job' => 'Kør job',
  1097. 'Affected Tickets' => 'Berørte sager',
  1098. # Template: AdminGenericInterfaceDebugger
  1099. 'GenericInterface Debugger for Web Service %s' => '',
  1100. 'Web Services' => '',
  1101. 'Debugger' => '',
  1102. 'Go back to web service' => '',
  1103. 'Clear' => '',
  1104. 'Do you really want to clear the debug log of this web service?' =>
  1105. '',
  1106. 'Request List' => '',
  1107. 'Time' => 'Tid',
  1108. 'Remote IP' => '',
  1109. 'Loading' => 'Indlæser',
  1110. 'Select a single request to see its details.' => '',
  1111. 'Filter by type' => '',
  1112. 'Filter from' => '',
  1113. 'Filter to' => '',
  1114. 'Filter by remote IP' => '',
  1115. 'Refresh' => 'Opfrisk',
  1116. 'Request Details' => '',
  1117. 'An error occurred during communication.' => 'En fejl skete under kommunikation.',
  1118. 'Show or hide the content' => 'Vis eller skjul indhold',
  1119. 'Clear debug log' => '',
  1120. # Template: AdminGenericInterfaceInvokerDefault
  1121. 'Add new Invoker to Web Service %s' => '',
  1122. 'Change Invoker %s of Web Service %s' => '',
  1123. 'Add new invoker' => '',
  1124. 'Change invoker %s' => '',
  1125. 'Do you really want to delete this invoker?' => '',
  1126. 'All configuration data will be lost.' => '',
  1127. 'Invoker Details' => '',
  1128. 'The name is typically used to call up an operation of a remote web service.' =>
  1129. '',
  1130. 'Please provide a unique name for this web service invoker.' => '',
  1131. 'The name you entered already exists.' => '',
  1132. 'Invoker backend' => '',
  1133. 'This OTRS invoker backend module will be called to prepare the data to be sent to the remote system, and to process its response data.' =>
  1134. '',
  1135. 'Mapping for outgoing request data' => '',
  1136. 'Configure' => '',
  1137. 'The data from the invoker of OTRS will be processed by this mapping, to transform it to the kind of data the remote system expects.' =>
  1138. '',
  1139. 'Mapping for incoming response data' => '',
  1140. 'The response data will be processed by this mapping, to transform it to the kind of data the invoker of OTRS expects.' =>
  1141. '',
  1142. 'Event Triggers' => '',
  1143. 'Asynchronous' => '',
  1144. 'Delete this event' => '',
  1145. 'This invoker will be triggered by the configured events.' => '',
  1146. 'Do you really want to delete this event trigger?' => '',
  1147. 'Add Event Trigger' => '',
  1148. 'To add a new event select the event object and event name and click on the "+" button' =>
  1149. '',
  1150. 'Asynchronous event triggers are handled by the OTRS Scheduler in background (recommended).' =>
  1151. '',
  1152. 'Synchronous event triggers would be processed directly during the web request.' =>
  1153. '',
  1154. 'Save and continue' => '',
  1155. 'Save and finish' => '',
  1156. 'Delete this Invoker' => '',
  1157. 'Delete this Event Trigger' => '',
  1158. # Template: AdminGenericInterfaceMappingSimple
  1159. 'GenericInterface Mapping Simple for Web Service %s' => '',
  1160. 'Go back to' => 'Gå tilbage til',
  1161. 'Mapping Simple' => '',
  1162. 'Default rule for unmapped keys' => '',
  1163. 'This rule will apply for all keys with no mapping rule.' => '',
  1164. 'Default rule for unmapped values' => '',
  1165. 'This rule will apply for all values with no mapping rule.' => '',
  1166. 'New key map' => '',
  1167. 'Add key mapping' => '',
  1168. 'Mapping for Key ' => '',
  1169. 'Remove key mapping' => '',
  1170. 'Key mapping' => '',
  1171. 'Map key' => '',
  1172. 'matching the' => '',
  1173. 'to new key' => '',
  1174. 'Value mapping' => '',
  1175. 'Map value' => '',
  1176. 'to new value' => '',
  1177. 'Remove value mapping' => '',
  1178. 'New value map' => '',
  1179. 'Add value mapping' => '',
  1180. 'Do you really want to delete this key mapping?' => '',
  1181. 'Delete this Key Mapping' => '',
  1182. # Template: AdminGenericInterfaceOperationDefault
  1183. 'Add new Operation to Web Service %s' => '',
  1184. 'Change Operation %s of Web Service %s' => '',
  1185. 'Add new operation' => '',
  1186. 'Change operation %s' => '',
  1187. 'Do you really want to delete this operation?' => '',
  1188. 'Operation Details' => '',
  1189. 'The name is typically used to call up this web service operation from a remote system.' =>
  1190. '',
  1191. 'Please provide a unique name for this web service.' => '',
  1192. 'Mapping for incoming request data' => '',
  1193. 'The request data will be processed by this mapping, to transform it to the kind of data OTRS expects.' =>
  1194. '',
  1195. 'Operation backend' => '',
  1196. 'This OTRS operation backend module will be called internally to process the request, generating data for the response.' =>
  1197. '',
  1198. 'Mapping for outgoing response data' => '',
  1199. 'The response data will be processed by this mapping, to transform it to the kind of data the remote system expects.' =>
  1200. '',
  1201. 'Delete this Operation' => '',
  1202. # Template: AdminGenericInterfaceTransportHTTPSOAP
  1203. 'GenericInterface Transport HTTP::SOAP for Web Service %s' => '',
  1204. 'Network transport' => '',
  1205. 'Properties' => '',
  1206. 'Endpoint' => '',
  1207. 'URI to indicate a specific location for accessing a service.' =>
  1208. '',
  1209. 'e.g. http://local.otrs.com:8000/Webservice/Example' => '',
  1210. 'Namespace' => '',
  1211. 'URI to give SOAP methods a context, reducing ambiguities.' => '',
  1212. 'e.g urn:otrs-com:soap:functions or http://www.otrs.com/GenericInterface/actions' =>
  1213. '',
  1214. 'Maximum message length' => '',
  1215. 'This field should be an integer number.' => '',
  1216. 'Here you can specify the maximum size (in bytes) of SOAP messages that OTRS will process.' =>
  1217. '',
  1218. 'Encoding' => '',
  1219. 'The character encoding for the SOAP message contents.' => '',
  1220. 'e.g utf-8, latin1, iso-8859-1, cp1250, Etc.' => '',
  1221. 'SOAPAction' => '',
  1222. 'Set to "Yes" to send a filled SOAPAction header.' => '',
  1223. 'Set to "No" to send an empty SOAPAction header.' => '',
  1224. 'SOAPAction separator' => '',
  1225. 'Character to use as separator between name space and SOAP method.' =>
  1226. '',
  1227. 'Usually .Net web services uses a "/" as separator.' => '',
  1228. 'Authentication' => '',
  1229. 'The authentication mechanism to access the remote system.' => '',
  1230. 'A "-" value means no authentication.' => '',
  1231. 'The user name to be used to access the remote system.' => '',
  1232. 'The password for the privileged user.' => '',
  1233. 'Use SSL Options' => '',
  1234. 'Show or hide SSL options to connect to the remote system.' => '',
  1235. 'Certificate File' => '',
  1236. 'The full path and name of the SSL certificate file (must be in .p12 format).' =>
  1237. '',
  1238. 'e.g. /opt/otrs/var/certificates/SOAP/certificate.p12' => '',
  1239. 'Certificate Password File' => '',
  1240. 'The password to open the SSL certificate.' => '',
  1241. 'Certification Authority (CA) File' => '',
  1242. 'The full path and name of the certification authority certificate file that validates SSL certificate.' =>
  1243. '',
  1244. 'e.g. /opt/otrs/var/certificates/SOAP/CA/ca.pem' => '',
  1245. 'Certification Authority (CA) Directory' => '',
  1246. 'The full path of the certification authority directory where the CA certificates are stored in the file system.' =>
  1247. '',
  1248. 'e.g. /opt/otrs/var/certificates/SOAP/CA' => '',
  1249. 'Proxy Server' => '',
  1250. 'URI of a proxy server to be used (if needed).' => '',
  1251. 'e.g. http://proxy_hostname:8080' => '',
  1252. 'Proxy User' => '',
  1253. 'The user name to be used to access the proxy server.' => '',
  1254. 'Proxy Password' => '',
  1255. 'The password for the proxy user.' => '',
  1256. # Template: AdminGenericInterfaceWebservice
  1257. 'GenericInterface Web Service Management' => '',
  1258. 'Add web service' => '',
  1259. 'Clone web service' => '',
  1260. 'The name must be unique.' => '',
  1261. 'Clone' => '',
  1262. 'Export web service' => '',
  1263. 'Import web service' => '',
  1264. 'Configuration File' => '',
  1265. 'The file must be a valid web service configuration YAML file.' =>
  1266. '',
  1267. 'Import' => 'Importer',
  1268. 'Configuration history' => '',
  1269. 'Delete web service' => '',
  1270. 'Do you really want to delete this web service?' => '',
  1271. 'After you save the configuration you will be redirected again to the edit screen.' =>
  1272. '',
  1273. 'If you want to return to overview please click the "Go to overview" button.' =>
  1274. '',
  1275. 'Web Service List' => '',
  1276. 'Remote system' => '',
  1277. 'Provider transport' => '',
  1278. 'Requester transport' => '',
  1279. 'Details' => '',
  1280. 'Debug threshold' => '',
  1281. 'In provider mode, OTRS offers web services which are used by remote systems.' =>
  1282. '',
  1283. 'In requester mode, OTRS uses web services of remote systems.' =>
  1284. '',
  1285. 'Operations are individual system functions which remote systems can request.' =>
  1286. '',
  1287. 'Invokers prepare data for a request to a remote web service, and process its response data.' =>
  1288. '',
  1289. 'Controller' => '',
  1290. 'Inbound mapping' => '',
  1291. 'Outbound mapping' => '',
  1292. 'Delete this action' => '',
  1293. 'At least one %s has a controller that is either not active or not present, please check the controller registration or delete the %s' =>
  1294. '',
  1295. 'Delete webservice' => '',
  1296. 'Delete operation' => '',
  1297. 'Delete invoker' => '',
  1298. 'Clone webservice' => '',
  1299. 'Import webservice' => '',
  1300. # Template: AdminGenericInterfaceWebserviceHistory
  1301. 'GenericInterface Configuration History for Web Service %s' => '',
  1302. 'Go back to Web Service' => '',
  1303. 'Here you can view older versions of the current web service\'s configuration, export or even restore them.' =>
  1304. '',
  1305. 'Configuration History List' => '',
  1306. 'Version' => 'Version',
  1307. 'Create time' => '',
  1308. 'Select a single configuration version to see its details.' => '',
  1309. 'Export web service configuration' => '',
  1310. 'Restore web service configuration' => '',
  1311. 'Do you really want to restore this version of the web service configuration?' =>
  1312. '',
  1313. 'Your current web service configuration will be overwritten.' => '',
  1314. 'Show or hide the content.' => '',
  1315. 'Restore' => '',
  1316. # Template: AdminGroup
  1317. 'WARNING: When you change the name of the group \'admin\', before making the appropriate changes in the SysConfig, you will be locked out of the administrations panel! If this happens, please rename the group back to admin per SQL statement.' =>
  1318. 'ADVARSEL: Når du skifter navnet på gruppen \'admin\', før du laver de passende ændringer i SysConfig, vil du blive låst ude af administrationspanelet! Hvis det sker, skal du omdøbe gruppen tilbage til admin via SQL-statements.',
  1319. 'Group Management' => 'Gruppestyring',
  1320. 'Add group' => 'Tilføj gruppe',
  1321. 'The admin group is to get in the admin area and the stats group to get stats area.' =>
  1322. 'Admin-gruppen giver adgang til administratorområdet og statgruppen giver adgang til rapportområdet.',
  1323. 'Create new groups to handle access permissions for different groups of agent (e. g. purchasing department, support department, sales department, ...). ' =>
  1324. 'Opret grupper for at give adgang til forskellige grupper af agenter (f.eks. indkøb, support, salg).',
  1325. 'It\'s useful for ASP solutions. ' => 'Det er nyttigt for ASP-løsninger.',
  1326. 'Add Group' => 'Tilføj Gruppe',
  1327. 'Edit Group' => 'Rediger Gruppe',
  1328. # Template: AdminLog
  1329. 'System Log' => 'Systemlog',
  1330. 'Here you will find log information about your system.' => 'Her finder du log-information om dit system',
  1331. 'Hide this message' => 'Skjul denne besked',
  1332. 'Recent Log Entries' => 'Nylige log-føringer',
  1333. # Template: AdminMailAccount
  1334. 'Mail Account Management' => 'Administrer mail-konti',
  1335. 'Add mail account' => 'Tilføj mailkonto',
  1336. 'All incoming emails with one account will be dispatched in the selected queue!' =>
  1337. 'Alle indkommende mails med denne konto tildeles til den valgte kø.',
  1338. 'If your account is trusted, the already existing X-OTRS header at arrival time (for priority, ...) will be used! PostMaster filter will be used anyway.' =>
  1339. 'Er kontoen pålidelig, bliver X-OTRS-header-felter ved ankomsttidspunktet (for prioritering, osv.) anvendt. Der anvendes PostMaster-filter under alle omstændigheder.',
  1340. 'Host' => 'Vært',
  1341. 'Delete account' => 'Slet konto',
  1342. 'Fetch mail' => 'Hent mail',
  1343. 'Add Mail Account' => 'Tilføj mailkonto',
  1344. 'Example: mail.example.com' => 'F.eks. post.firma.dk',
  1345. 'IMAP Folder' => 'IMAP-mappe',
  1346. 'Only modify this if you need to fetch mail from a different folder than INBOX.' =>
  1347. 'Skal kun ændres, hvis du har behov for at hente mail fra en anden mappe end INBOX.',
  1348. 'Trusted' => 'Pålidelig',
  1349. 'Dispatching' => 'Tildeler',
  1350. 'Edit Mail Account' => 'Rediger mailkonto',
  1351. # Template: AdminNavigationBar
  1352. 'Admin' => 'Admin',
  1353. 'Agent Management' => 'Administrer Agenter',
  1354. 'Queue Settings' => 'Administrer Køer',
  1355. 'Ticket Settings' => 'Administrer Sager',
  1356. 'System Administration' => 'Administrer System',
  1357. # Template: AdminNotification
  1358. 'Notification Management' => 'Beskedstyring',
  1359. 'Select a different language' => 'Vælg et andet sprog',
  1360. 'Filter for Notification' => 'Filter for beskeder',
  1361. 'Notifications are sent to an agent or a customer.' => 'Beskeder sendes til en agent eller kunde.',
  1362. 'Notification' => 'Besked',
  1363. 'Edit Notification' => 'Rediger besked',
  1364. 'e. g.' => 'f.eks.',
  1365. 'Options of the current customer data' => 'Valgmuligheder med den aktuelle kundes data',
  1366. # Template: AdminNotificationEvent
  1367. 'Add notification' => 'Tilføj besked',
  1368. 'Delete this notification' => 'Slet denne besked',
  1369. 'Add Notification' => 'Tilføj besked',
  1370. 'Recipient groups' => 'Modtagergrupper',
  1371. 'Recipient agents' => 'Modtageragenter',
  1372. 'Recipient roles' => 'Modtagerroller',
  1373. 'Recipient email addresses' => 'Modtageres mail-adresser',
  1374. 'Article type' => 'Indlægstype',
  1375. 'Only for ArticleCreate event' => 'Kun ved ArticleCreate-hændelse (oprettelse af indlæg)',
  1376. 'Article sender type' => '',
  1377. 'Subject match' => 'Match emne',
  1378. 'Body match' => 'Match brødtekst',
  1379. 'Include attachments to notification' => 'Inkluder vedhæftninger til beskeden',
  1380. 'Notification article type' => 'Beskedens indlægstype',
  1381. 'Only for notifications to specified email addresses' => 'Kun for beskeder til de specificerede mail-adresser',
  1382. 'To get the first 20 character of the subject (of the latest agent article).' =>
  1383. 'For at få de første 20 tegn af emnet (af den seneste agent-indlæg).',
  1384. 'To get the first 5 lines of the body (of the latest agent article).' =>
  1385. 'For at få de første 5 linier af beskeden (af den seneste agent-indlæg).',
  1386. 'To get the first 20 character of the subject (of the latest customer article).' =>
  1387. 'For at få de første 20 tegn af emnet (af det seneste kunde-indlæg).',
  1388. 'To get the first 5 lines of the body (of the latest customer article).' =>
  1389. 'For at få de første 5 linier af beskeden (af den seneste agent-indlæg).',
  1390. # Template: AdminPGP
  1391. 'PGP Management' => 'PGP-styring',
  1392. 'Use this feature if you want to work with PGP keys.' => 'Brug denne funktion, hvis du vil arbejde med PGP-nøgler.',
  1393. 'Add PGP key' => 'Tilføj PGP-nøgle',
  1394. 'In this way you can directly edit the keyring configured in SysConfig.' =>
  1395. 'Du kan på denne måde direkte redigere den nøglering, der er konfigureret i SysConfig.',
  1396. 'Introduction to PGP' => 'Introduktion til PGP',
  1397. 'Result' => 'Resultat',
  1398. 'Identifier' => 'Identifikator',
  1399. 'Bit' => 'Bit',
  1400. 'Fingerprint' => 'Fingeraftryk',
  1401. 'Expires' => 'Udløber',
  1402. 'Delete this key' => 'Slet denne nøgle',
  1403. 'Add PGP Key' => 'Tilføj PGP-nøgle',
  1404. 'PGP key' => 'PGP-nøgle',
  1405. # Template: AdminPackageManager
  1406. 'Package Manager' => 'Pakkestyring',
  1407. 'Uninstall package' => 'Afinstaller pakke',
  1408. 'Do you really want to uninstall this package?' => 'Er du sikker på, du ønsker at afinstallere denne pakke?',
  1409. 'Reinstall package' => 'Geninstaller pakke',
  1410. 'Do you really want to reinstall this package? Any manual changes will be lost.' =>
  1411. 'Vil du virkelig geninstallere denne pakke? Alle manuelle ændringer vil gå tabt.',
  1412. 'Continue' => 'Fortsæt',
  1413. 'Install' => 'Installation',
  1414. 'Install Package' => 'Installer pakke',
  1415. 'Update repository information' => 'Opdater information i repositoriet',
  1416. 'Did not find a required feature? OTRS Group provides their subscription customers with exclusive Add-Ons:' =>
  1417. '',
  1418. 'Online Repository' => 'Online lagerdepot',
  1419. 'Vendor' => 'Leverandør',
  1420. 'Module documentation' => 'Modul-dokumentation',
  1421. 'Upgrade' => 'Opgrader',
  1422. 'Local Repository' => 'Lokalt lagerdepot',
  1423. 'Uninstall' => 'Afinstaller',
  1424. 'Reinstall' => 'Geninstaller',
  1425. 'Feature Add-Ons' => '',
  1426. 'Download package' => 'Download pakke',
  1427. 'Rebuild package' => 'Genopbyg pakke',
  1428. 'Metadata' => 'Metadata',
  1429. 'Change Log' => 'Ændringslog',
  1430. 'Date' => 'Dato',
  1431. 'List of Files' => 'Liste af filer',
  1432. 'Permission' => 'Tilladdelse',
  1433. 'Download' => 'Download',
  1434. 'Download file from package!' => 'Download fil fra pakke!',
  1435. 'Required' => 'Påkrævet',
  1436. 'PrimaryKey' => 'PrimærNøgle',
  1437. 'AutoIncrement' => 'AutoForhøjelse',
  1438. 'SQL' => 'SQL',
  1439. 'File differences for file %s' => 'Fil-difference for fil %s',
  1440. # Template: AdminPerformanceLog
  1441. 'Performance Log' => 'Ydelseslog',
  1442. 'This feature is enabled!' => 'Denne funktion er aktiveret',
  1443. 'Just use this feature if you want to log each request.' => 'Benyt denne funktion hvis du ønsker at alle forespørgsler skal logges.',
  1444. 'Activating this feature might affect your system performance!' =>
  1445. 'Aktivering af denne funktion kan have indflydelse på systemets ydeevne',
  1446. 'Disable it here!' => 'Deaktiver det her!',
  1447. 'Logfile too large!' => 'Logfil er for stor',
  1448. 'The logfile is too large, you need to reset it' => 'Logfilen er for stor, du bør nulstille den',
  1449. 'Overview' => 'Oversigt',
  1450. 'Range' => 'Område',
  1451. 'Interface' => 'Interface',
  1452. 'Requests' => 'Forespørgsel',
  1453. 'Min Response' => 'Min Svar',
  1454. 'Max Response' => 'Max Svar',
  1455. 'Average Response' => 'Gennemsnitligt Svar',
  1456. 'Period' => 'Periode',
  1457. 'Min' => 'Min',
  1458. 'Max' => 'Max',
  1459. 'Average' => 'Gennemsnitlig',
  1460. # Template: AdminPostMasterFilter
  1461. 'PostMaster Filter Management' => 'PostMasters filterstyring',
  1462. 'Add filter' => 'Tilføj filter',
  1463. 'To dispatch or filter incoming emails based on email headers. Matching using Regular Expressions is also possible.' =>
  1464. 'For at fordele eller filtrere indgående mail baseret på mail-headere. Det er også muligt at macthe på regulære udtryk.',
  1465. 'If you want to match only the email address, use EMAILADDRESS:info@example.com in From, To or Cc.' =>
  1466. 'Hvis du kun ønsker at matche mail adressen, så brug EMAILADDRESS:info@example.com i Fra, Til eller Cc.',
  1467. 'If you use Regular Expressions, you also can use the matched value in () as [***] in the \'Set\' action.' =>
  1468. 'Hvis du bruger regulære udtryk, kan du også bruge den matchede værdi i (), som [***] i \'Set\'-handlingen.',
  1469. 'Delete this filter' => 'Slet dette filter',
  1470. 'Add PostMaster Filter' => 'Tilføj Postmaster-filter',
  1471. 'Edit PostMaster Filter' => 'Rediger Postmaster-filter',
  1472. 'Filter name' => 'Filternavn',
  1473. 'The name is required.' => 'Navnet er påkrævet.',
  1474. 'Stop after match' => 'Stop, hvis matcher',
  1475. 'Filter Condition' => 'Filter-betingelse',
  1476. 'The field needs to be a valid regular expression or a literal word.' =>
  1477. 'Feltet skal indeholde et gyldigt regulært udtryk eller et ord.',
  1478. 'Set Email Headers' => 'Sæt mail-headers',
  1479. 'The field needs to be a literal word.' => 'Feltet skal være et ord.',
  1480. # Template: AdminPriority
  1481. 'Priority Management' => 'Administrer Prioriteter',
  1482. 'Add priority' => 'Tilføj prioritet',
  1483. 'Add Priority' => 'Tilføj prioritet',
  1484. 'Edit Priority' => 'Rediger prioritet',
  1485. # Template: AdminProcessManagement
  1486. 'Process Management' => '',
  1487. 'Filter for Processes' => '',
  1488. 'Filter' => 'Filter',
  1489. 'Process Name' => '',
  1490. 'Create New Process' => '',
  1491. 'Synchronize All Processes' => '',
  1492. 'Configuration import' => '',
  1493. 'Here you can upload a configuration file to import a process to your system. The file needs to be in .yml format as exported by process management module.' =>
  1494. '',
  1495. 'Overwrite existing entities' => '',
  1496. 'Upload process configuration' => '',
  1497. 'Import process configuration' => '',
  1498. 'To create a new Process you can either import a Process that was exported from another system or create a complete new one.' =>
  1499. '',
  1500. 'Changes to the Processes here only affect the behavior of the system, if you synchronize the Process data. By synchronizing the Processes, the newly made changes will be written to the Configuration.' =>
  1501. '',
  1502. 'Processes' => '',
  1503. 'Process name' => '',
  1504. 'Copy' => '',
  1505. 'Print' => 'Udskriv',
  1506. 'Export Process Configuration' => '',
  1507. 'Copy Process' => '',
  1508. # Template: AdminProcessManagementActivity
  1509. 'Cancel & close window' => 'Afbryd og luk vindue',
  1510. 'Go Back' => '',
  1511. 'Please note, that changing this activity will affect the following processes' =>
  1512. '',
  1513. 'Activity' => '',
  1514. 'Activity Name' => '',
  1515. 'Activity Dialogs' => '',
  1516. 'You can assign Activity Dialogs to this Activity by dragging the elements with the mouse from the left list to the right list.' =>
  1517. '',
  1518. 'Ordering the elements within the list is also possible by drag \'n\' drop.' =>
  1519. '',
  1520. 'Filter available Activity Dialogs' => '',
  1521. 'Available Activity Dialogs' => '',
  1522. 'Create New Activity Dialog' => '',
  1523. 'Assigned Activity Dialogs' => '',
  1524. 'As soon as you use this button or link, you will leave this screen and its current state will be saved automatically. Do you want to continue?' =>
  1525. '',
  1526. # Template: AdminProcessManagementActivityDialog
  1527. 'Please note that changing this activity dialog will affect the following activities' =>
  1528. '',
  1529. 'Activity Dialog' => '',
  1530. 'Activity dialog Name' => '',
  1531. 'Available in' => '',
  1532. 'Description (short)' => '',
  1533. 'Description (long)' => '',
  1534. 'The selected permission does not exist.' => '',
  1535. 'Required Lock' => '',
  1536. 'The selected required lock does not exist.' => '',
  1537. 'Submit Advice Text' => '',
  1538. 'Submit Button Text' => '',
  1539. 'Fields' => '',
  1540. 'You can assign Fields to this Activity Dialog by dragging the elements with the mouse from the left list to the right list.' =>
  1541. '',
  1542. 'Filter available fields' => '',
  1543. 'Available Fields' => '',
  1544. 'Assigned Fields' => '',
  1545. 'Edit Details for Field' => '',
  1546. 'ArticleType' => '',
  1547. 'Display' => '',
  1548. 'Edit Field Details' => '',
  1549. 'Customer interface does not support internal article types.' => '',
  1550. # Template: AdminProcessManagementPath
  1551. 'Path' => '',
  1552. 'Edit this transition' => '',
  1553. 'Transition Actions' => '',
  1554. 'You can assign Transition Actions to this Transition by dragging the elements with the mouse from the left list to the right list.' =>
  1555. '',
  1556. 'Filter available Transition Actions' => '',
  1557. 'Available Transition Actions' => '',
  1558. 'Create New Transition Action' => '',
  1559. 'Assigned Transition Actions' => '',
  1560. # Template: AdminProcessManagementPopupResponse
  1561. # Template: AdminProcessManagementProcessAccordion
  1562. 'Activities' => '',
  1563. 'Filter Activities...' => '',
  1564. 'Create New Activity' => '',
  1565. 'Filter Activity Dialogs...' => '',
  1566. 'Transitions' => '',
  1567. 'Filter Transitions...' => '',
  1568. 'Create New Transition' => '',
  1569. 'Filter Transition Actions...' => '',
  1570. # Template: AdminProcessManagementProcessEdit
  1571. 'Edit Process' => '',
  1572. 'Print process information' => '',
  1573. 'Delete Process' => '',
  1574. 'Delete Inactive Process' => '',
  1575. 'Available Process Elements' => '',
  1576. 'The Elements listed above in this sidebar can be moved to the canvas area on the right by using drag\'n\'drop.' =>
  1577. '',
  1578. 'You can place Activities on the canvas area to assign this Activity to the Process.' =>
  1579. '',
  1580. 'To assign an Activity Dialog to an Activity drop the Activity Dialog element from this sidebar over the Activity placed in the canvas area.' =>
  1581. '',
  1582. 'You can start a connection between to Activities by dropping the Transition element over the Start Activity of the connection. After that you can move the loose end of the arrow to the End Activity.' =>
  1583. '',
  1584. 'Actions can be assigned to a Transition by dropping the Action Element onto the label of a Transition.' =>
  1585. '',
  1586. 'Edit Process Information' => '',
  1587. 'The selected state does not exist.' => '',
  1588. 'Add and Edit Activities, Activity Dialogs and Transitions' => '',
  1589. 'Show EntityIDs' => '',
  1590. 'Extend the width of the Canvas' => '',
  1591. 'Extend the height of the Canvas' => '',
  1592. 'Remove the Activity from this Process' => '',
  1593. 'Do you really want to delete this Process?' => '',
  1594. 'Do you really want to delete this Activity?' => '',
  1595. 'Do you really want to delete this Activity Dialog?' => '',
  1596. 'Do you really want to delete this Transition?' => '',
  1597. 'Do you really want to delete this Transition Action?' => '',
  1598. 'Do you really want to remove this activity from the canvas? This can only be undone by leaving this screen without saving.' =>
  1599. '',
  1600. 'Do you really want to remove this transition from the canvas? This can only be undone by leaving this screen without saving.' =>
  1601. '',
  1602. 'Hide EntityIDs' => '',
  1603. 'Delete Entity' => '',
  1604. 'Remove Entity from canvas' => '',
  1605. 'This Activity is already used in the Process. You cannot add it twice!' =>
  1606. '',
  1607. 'This Activity cannot be deleted because it is the Start Activity.' =>
  1608. '',
  1609. 'This Transition is already used for this Activity. You cannot use it twice!' =>
  1610. '',
  1611. 'This TransitionAction is already used in this Path. You cannot use it twice!' =>
  1612. '',
  1613. 'No TransitionActions assigned.' => '',
  1614. 'The Start Event cannot loose the Start Transition!' => '',
  1615. 'No dialogs assigned yet. Just pick an activity dialog from the list on the left and drag it here.' =>
  1616. '',
  1617. # Template: AdminProcessManagementProcessNew
  1618. 'In this screen, you can create a new process. In order to make the new process available to users, please make sure to set its state to \'Active\' and synchronize after completing your work.' =>
  1619. '',
  1620. # Template: AdminProcessManagementProcessPrint
  1621. 'Start Activity' => '',
  1622. 'Contains %s dialog(s)' => '',
  1623. 'Assigned dialogs' => '',
  1624. 'Activities are not being used in this process.' => '',
  1625. 'Assigned fields' => '',
  1626. 'Activity dialogs are not being used in this process.' => '',
  1627. 'Condition linking' => '',
  1628. 'Conditions' => '',
  1629. 'Condition' => '',
  1630. 'Transitions are not being used in this process.' => '',
  1631. 'Module name' => '',
  1632. 'Configuration' => '',
  1633. 'Transition actions are not being used in this process.' => '',
  1634. # Template: AdminProcessManagementTransition
  1635. 'Please note that changing this transition will affect the following processes' =>
  1636. '',
  1637. 'Transition' => '',
  1638. 'Transition Name' => '',
  1639. 'Type of Linking between Conditions' => '',
  1640. 'Remove this Condition' => '',
  1641. 'Type of Linking' => '',
  1642. 'Remove this Field' => '',
  1643. 'Add a new Field' => '',
  1644. 'Add New Condition' => '',
  1645. # Template: AdminProcessManagementTransitionAction
  1646. 'Please note that changing this transition action will affect the following processes' =>
  1647. '',
  1648. 'Transition Action' => '',
  1649. 'Transition Action Name' => '',
  1650. 'Transition Action Module' => '',
  1651. 'Config Parameters' => '',
  1652. 'Remove this Parameter' => '',
  1653. 'Add a new Parameter' => '',
  1654. # Template: AdminQueue
  1655. 'Manage Queues' => 'Administrer Køer',
  1656. 'Add queue' => 'Tilføj kø',
  1657. 'Add Queue' => 'Tilføj kø',
  1658. 'Edit Queue' => 'Rediger kø',
  1659. 'Sub-queue of' => 'Underkø af',
  1660. 'Unlock timeout' => 'Tidsfrist for frigivelse',
  1661. '0 = no unlock' => '0 = ingen frigivelse',
  1662. 'Only business hours are counted.' => 'Kun normal kontor tid er beregnet.',
  1663. 'If an agent locks a ticket and does not close it before the unlock timeout has passed, the ticket will unlock and will become available for other agents.' =>
  1664. 'Hvis en agent trækker sagen og ikke lukker den før frigivelses-timeout, vil sagen blive frigivet og gjort tilgængelig for andre agenter.',
  1665. 'Notify by' => 'Adviser via',
  1666. '0 = no escalation' => '0 = ingen eskalering',
  1667. 'If there is not added a customer contact, either email-external or phone, to a new ticket before the time defined here expires, the ticket is escalated.' =>
  1668. 'Hvis der ikke har været kontakt fra kunden, enten via mail eller telefon, vedr. en ny sag inden den specificerede tid udløber, bliver sagen eskaleret.',
  1669. 'If there is an article added, such as a follow-up via email or the customer portal, the escalation update time is reset. If there is no customer contact, either email-external or phone, added to a ticket before the time defined here expires, the ticket is escalated.' =>
  1670. 'Hvis et indlæg tilføjes, som f.eks. en opfølging via mail eller kunde-portalen, nulstilles eskalerings-tiden. Hvis der ikke har været kontakt fra kunden, enten via mail eller telefon, tilføjet sagen inden den specificerede tid udløber, bliver sagen eskaleret.',
  1671. 'If the ticket is not set to closed before the time defined here expires, the ticket is escalated.' =>
  1672. 'Hvis sagen ikke er lukket inden den specificerede tid, bliver sagen eskaleret.',
  1673. 'Follow up Option' => 'Opfølgningsmulighed',
  1674. 'Specifies if follow up to closed tickets would re-open the ticket, be rejected or lead to a new ticket.' =>
  1675. 'Angiver, om opfølginger på lukkede sager vil resultere i en genåbning af sagen, en afvisning af opfølgningen eller en ny sag.',
  1676. 'Ticket lock after a follow up' => 'Sag tildelt efter opfølgning på lukket sag',
  1677. 'If a ticket is closed and the customer sends a follow up the ticket will be locked to the old owner.' =>
  1678. 'Hvis en kunde sender en opfølging på en lukket sag, vil sagen blive tildelt dens sidste ejer.',
  1679. 'System address' => 'Systemadresse',
  1680. 'Will be the sender address of this queue for email answers.' => 'Bliver til denne køs afsenderadresse for mail-svar.',
  1681. 'Default sign key' => 'Standard signeringsnøgle',
  1682. 'The salutation for email answers.' => 'Den hilsen, der bruges til mail-svar.',
  1683. 'The signature for email answers.' => 'Den signatur, der bruges til mail-svar.',
  1684. # Template: AdminQueueAutoResponse
  1685. 'Manage Queue-Auto Response Relations' => 'Administrer Kø/Autosvar-relationer',
  1686. 'Filter for Queues' => 'Filtrer køer',
  1687. 'Filter for Auto Responses' => 'Filtrer autosvar',
  1688. 'Auto Responses' => 'Autosvar',
  1689. 'Change Auto Response Relations for Queue' => 'Administrer autosvar-relationer for kø',
  1690. 'settings' => 'indstillinger',
  1691. # Template: AdminQueueResponses
  1692. 'Manage Response-Queue Relations' => 'Administrer Svar/Kø-relationer',
  1693. 'Filter for Responses' => 'Filtrer svar',
  1694. 'Responses' => 'Svar',
  1695. 'Change Queue Relations for Response' => 'Administrer kø-relationer for svar',
  1696. 'Change Response Relations for Queue' => 'Administrer svar-relationer for kø',
  1697. # Template: AdminResponse
  1698. 'Manage Responses' => 'Administrer svar',
  1699. 'Add response' => 'Tilføj svar',
  1700. 'A response is a default text which helps your agents to write faster answers to customers.' =>
  1701. 'Et svar er en skabelon, der hjælper dine agenter med at skrive hurtige og ensartede svar til kunderne.',
  1702. 'Don\'t forget to add new responses to queues.' => 'Glem ikke at føje svar til køer.',
  1703. 'Delete this entry' => 'Slet dette svar',
  1704. 'Add Response' => 'Tilføj svar',
  1705. 'Edit Response' => 'Rediger svar',
  1706. 'The current ticket state is' => 'Den aktuelle sags status er',
  1707. 'Your email address is' => 'Din mail-adresse er',
  1708. # Template: AdminResponseAttachment
  1709. 'Manage Responses <-> Attachments Relations' => 'Administrer svar/vedhæftede filer',
  1710. 'Filter for Attachments' => 'Filter for vedhæftede filer',
  1711. 'Change Response Relations for Attachment' => 'Administrer svar-relationer for vedhæftet fil',
  1712. 'Change Attachment Relations for Response' => 'Administrer vedhæftet fil-relationer for svar',
  1713. 'Toggle active for all' => 'Skift aktiv for alle',
  1714. 'Link %s to selected %s' => 'Kæd %s til valgte %s',
  1715. # Template: AdminRole
  1716. 'Role Management' => 'Rollestyring',
  1717. 'Add role' => 'Tilføj rolle',
  1718. 'Create a role and put groups in it. Then add the role to the users.' =>
  1719. 'Opret en rolle og indsæt grupper i den. Tilføj dernæst brugernes rolle.',
  1720. 'There are no roles defined. Please use the \'Add\' button to create a new role.' =>
  1721. 'Der er ikke defineret nogen roller. Brug \'Tilføj rolle\'-knappen for at oprette en ny rolle.',
  1722. 'Add Role' => 'Tilføj rolle',
  1723. 'Edit Role' => 'Rediger rolle',
  1724. # Template: AdminRoleGroup
  1725. 'Manage Role-Group Relations' => 'Administrer Rolle/Gruppe-relationer',
  1726. 'Filter for Roles' => 'Filtrer roller',
  1727. 'Roles' => 'Roller',
  1728. 'Select the role:group permissions.' => 'Vælg rolle:gruppe-rettigheder',
  1729. 'If nothing is selected, then there are no permissions in this group (tickets will not be available for the role).' =>
  1730. 'Hvis intet er valgt, er der ingen tilladelser i denne gruppe (sager vil ikke være tilgængelige for rollen).',
  1731. 'Change Role Relations for Group' => 'Administrer Rolle-relationer for Gruppe',
  1732. 'Change Group Relations for Role' => 'Administrer Gruppe-relationer for Rolle',
  1733. 'Toggle %s permission for all' => 'Skift %s-tilladelse for alle',
  1734. 'move_into' => 'flyt_til',
  1735. 'Permissions to move tickets into this group/queue.' => 'Tilladelser til at flytte sager ind i denne gruppe/kø.',
  1736. 'create' => 'opret',
  1737. 'Permissions to create tickets in this group/queue.' => 'Tilladelser til at oprette sager i denne gruppe/kø.',
  1738. 'priority' => 'prioritering',
  1739. 'Permissions to change the ticket priority in this group/queue.' =>
  1740. 'Tilladelser til at ændre sagprioriteringen i denne gruppe/kø.',
  1741. # Template: AdminRoleUser
  1742. 'Manage Agent-Role Relations' => 'Administrer agent/rolle-relationer',
  1743. 'Filter for Agents' => 'Filtrer agenter',
  1744. 'Agents' => 'Agenter',
  1745. 'Manage Role-Agent Relations' => 'Administrer rolle/agent-relationer',
  1746. 'Change Role Relations for Agent' => 'Skift rolle-relationer for agent',
  1747. 'Change Agent Relations for Role' => 'Skift agent-relationer for rolle',
  1748. # Template: AdminSLA
  1749. 'SLA Management' => 'SLA Administration',
  1750. 'Add SLA' => 'Tilføj SLA',
  1751. 'Edit SLA' => 'Rediger SLA',
  1752. 'Please write only numbers!' => 'Angiv venligst kun tal!',
  1753. # Template: AdminSMIME
  1754. 'S/MIME Management' => 'S/MIME Styring',
  1755. 'Add certificate' => 'Tilføj certifikat',
  1756. 'Add private key' => 'Tilføj private nøgle',
  1757. 'Filter for certificates' => 'Filter for certifikater',
  1758. 'Filter for SMIME certs' => 'Filter for SMIME-certifikater',
  1759. 'Here you can add relations to your private certificate, these will be embedded to the SMIME signature every time you use this certificate to sign an email.' =>
  1760. '',
  1761. 'See also' => 'Se også',
  1762. 'In this way you can directly edit the certification and private keys in file system.' =>
  1763. 'Du kan på denne måde direkte redigere certificeringsnøgler og private nøgler i filsystemet.',
  1764. 'Hash' => 'Hash',
  1765. 'Create' => 'Opret',
  1766. 'Handle related certificates' => '',
  1767. 'Read certificate' => '',
  1768. 'Delete this certificate' => 'Slet dette certifikat',
  1769. 'Add Certificate' => 'Tilføj certifikat',
  1770. 'Add Private Key' => 'Tilføj privat nøgle',
  1771. 'Secret' => 'Hemmelig',
  1772. 'Related Certificates for' => '',
  1773. 'Delete this relation' => '',
  1774. 'Available Certificates' => 'Tilgængelige Certifikater',
  1775. 'Relate this certificate' => '',
  1776. # Template: AdminSMIMECertRead
  1777. 'SMIME Certificate' => '',
  1778. 'Close window' => 'Luk vindue',
  1779. # Template: AdminSalutation
  1780. 'Salutation Management' => 'Administrer Indledninger',
  1781. 'Add salutation' => 'Tilføj indledning',
  1782. 'Add Salutation' => 'Tilføj Indledning',
  1783. 'Edit Salutation' => 'Rediger Indledning',
  1784. 'Example salutation' => 'Eksempel på indledning',
  1785. # Template: AdminScheduler
  1786. 'This option will force Scheduler to start even if the process is still registered in the database' =>
  1787. '',
  1788. 'Start scheduler' => '',
  1789. 'Scheduler could not be started. Check if scheduler is not running and try it again with Force Start option' =>
  1790. '',
  1791. # Template: AdminSecureMode
  1792. 'Secure mode needs to be enabled!' => 'Secure mode skal aktiveres!',
  1793. 'Secure mode will (normally) be set after the initial installation is completed.' =>
  1794. 'Secure Mode vil (normalt) blive aktiveret efter den indledende installation er fuldført.',
  1795. 'If secure mode is not activated, activate it via SysConfig because your application is already running.' =>
  1796. 'Hvis Secure Mode ikke er aktiveret, så aktiver det via SysConfig, da din applikation allerede kører.',
  1797. # Template: AdminSelectBox
  1798. 'SQL Box' => 'SQL Box',
  1799. 'Here you can enter SQL to send it directly to the application database.' =>
  1800. 'Her kan du indtaste SQL og sende de direkte til applikations-databasen.',
  1801. 'The syntax of your SQL query has a mistake. Please check it.' =>
  1802. 'Din SQL-syntax indeholder fejl. Tjek den venligst.',
  1803. 'There is at least one parameter missing for the binding. Please check it.' =>
  1804. 'Der mangler mindst et parameter for bindingen. Tjek det venligst.',
  1805. 'Result format' => 'Resultatformat',
  1806. 'Run Query' => 'Kør forespørgsel',
  1807. # Template: AdminService
  1808. 'Service Management' => 'Administrer Services',
  1809. 'Add service' => 'Tilføj service',
  1810. 'Add Service' => 'Tilføj service',
  1811. 'Edit Service' => 'Rediger service',
  1812. 'Sub-service of' => 'Under-service af',
  1813. # Template: AdminSession
  1814. 'Session Management' => 'Sessionsstyring',
  1815. 'All sessions' => 'Alle sessioner',
  1816. 'Agent sessions' => 'Agent-sessioner',
  1817. 'Customer sessions' => 'Kunde-sessioner',
  1818. 'Unique agents' => 'Ukikke agenter',
  1819. 'Unique customers' => 'Unikke kunder',
  1820. 'Kill all sessions' => 'Dræb alle sessioner',
  1821. 'Kill this session' => 'Dræb denne session',
  1822. 'Session' => 'Session',
  1823. 'Kill' => 'Dræb',
  1824. 'Detail View for SessionID' => 'Detaljer for SessionID',
  1825. # Template: AdminSignature
  1826. 'Signature Management' => 'Administrer signaturer',
  1827. 'Add signature' => 'Tilføj signatur',
  1828. 'Add Signature' => 'Tilføj Signatur',
  1829. 'Edit Signature' => 'Rediger signatur',
  1830. 'Example signature' => 'Eksempel på signatur',
  1831. # Template: AdminState
  1832. 'State Management' => 'Administrer Tilstande',
  1833. 'Add state' => 'Tilføj tilstand',
  1834. 'Please also update the states in SysConfig where needed.' => '',
  1835. 'Add State' => 'Tilføj tilstand',
  1836. 'Edit State' => 'Rediger tilstand',
  1837. 'State type' => 'Tilstandstype',
  1838. # Template: AdminSysConfig
  1839. 'SysConfig' => 'SysConfig',
  1840. 'Navigate by searching in %s settings' => 'Naviger ved at søge i %s-konfguration',
  1841. 'Navigate by selecting config groups' => 'Naviger ved at vælge konfigurationsgrupper',
  1842. 'Download all system config changes' => 'Download alle ændringer i systemkonfigurationen',
  1843. 'Export settings' => 'Eksporter konfiguration',
  1844. 'Load SysConfig settings from file' => 'Indlæs SysConfig-konfiguration fra fil',
  1845. 'Import settings' => 'Importer konfiguration',
  1846. 'Import Settings' => 'Importer Konfiguration',
  1847. 'Please enter a search term to look for settings.' => 'Indtaste søgeord for at lede i konfigurationen.',
  1848. 'Subgroup' => 'Undergruppe',
  1849. 'Elements' => 'Elementer',
  1850. # Template: AdminSysConfigEdit
  1851. 'Edit Config Settings' => 'Rediger konfigurationsindstillinger',
  1852. 'This config item is only available in a higher config level!' =>
  1853. 'Dette konfigurationsparameter er kun tilgængeligt på et højere konfigurationsniveau!',
  1854. 'Reset this setting' => 'Nulstil denne indstilling',
  1855. 'Error: this file could not be found.' => 'Fejl: Denne fil kan ikke findes.',
  1856. 'Error: this directory could not be found.' => 'Fejl: Dette biblotek kan ikke findes.',
  1857. 'Error: an invalid value was entered.' => 'Fejl: En ugyldig værdi er indtastet.',
  1858. 'Content' => 'Indhold',
  1859. 'Remove this entry' => 'Fjern denne parameter',
  1860. 'Add entry' => 'Tilføj parameter',
  1861. 'Remove entry' => 'Fjern parameter',
  1862. 'Add new entry' => 'Tilføj nyt parameter',
  1863. 'Create new entry' => 'Opret nyt parameter',
  1864. 'New group' => 'Ny gruppe',
  1865. 'Group ro' => 'Gruppe read-only',
  1866. 'Readonly group' => 'Readonly-gruppe',
  1867. 'New group ro' => 'Ny gruppe read-only',
  1868. 'Loader' => 'Indlæser',
  1869. 'File to load for this frontend module' => 'Fil, der skal indlæses til dette frontend-modul',
  1870. 'New Loader File' => 'Ny indlæsningsfil',
  1871. 'NavBarName' => 'NavBarNavn',
  1872. 'NavBar' => 'NavBar',
  1873. 'LinkOption' => 'LinkMulighed',
  1874. 'Block' => 'Blok',
  1875. 'AccessKey' => 'AdgangsNøgle',
  1876. 'Add NavBar entry' => 'Tilføj punkt til NavBar',
  1877. 'Year' => 'År',
  1878. 'Month' => 'Måned',
  1879. 'Day' => 'Dag',
  1880. 'Invalid year' => 'Ugyldigt år',
  1881. 'Invalid month' => 'Ugyldig måned',
  1882. 'Invalid day' => 'Ugyldig dag',
  1883. # Template: AdminSystemAddress
  1884. 'System Email Addresses Management' => 'Administrer systemets mail-adresser',
  1885. 'Add system address' => 'Tilføj systemadresse',
  1886. 'All incoming email with this address in To or Cc will be dispatched to the selected queue.' =>
  1887. 'Alt indgående mail med denne adresse i Til eller Cc, vil blive sendt til den valgte kø.',
  1888. 'Email address' => 'Mail-adresse',
  1889. 'Display name' => 'Vist navn',
  1890. 'Add System Email Address' => 'Tilføj system-mail-adresse',
  1891. 'Edit System Email Address' => 'Rediger system-mail-adresse',
  1892. 'The display name and email address will be shown on mail you send.' =>
  1893. 'Vist navn og mail-adresse vil blive vist på mail, du sender.',
  1894. # Template: AdminType
  1895. 'Type Management' => 'Administrer Typer',
  1896. 'Add ticket type' => 'Tilføj sagstype',
  1897. 'Add Type' => 'Tilføj type',
  1898. 'Edit Type' => 'Rediger type',
  1899. # Template: AdminUser
  1900. 'Add agent' => 'Tilføj agent',
  1901. 'Agents will be needed to handle tickets.' => 'Agenter skal oprettes for at kunne håndtere sager.',
  1902. 'Don\'t forget to add a new agent to groups and/or roles!' => 'Glem ikke at tilføje nye agenter til grupper og/eller roller!',
  1903. 'Please enter a search term to look for agents.' => 'Angiv en søgestreng for at lede efter agenter.',
  1904. 'Last login' => 'Sidste Login',
  1905. 'Switch to agent' => 'Skift til agent',
  1906. 'Add Agent' => 'Tilføj agent',
  1907. 'Edit Agent' => 'Rediger agent',
  1908. 'Firstname' => 'Fornavn',
  1909. 'Lastname' => 'Efternavn',
  1910. 'Password is required.' => 'Password er krævet.',
  1911. 'Start' => 'Start',
  1912. 'End' => 'Slut',
  1913. # Template: AdminUserGroup
  1914. 'Manage Agent-Group Relations' => 'Administrer Agent/Gruppe-relationer',
  1915. 'Change Group Relations for Agent' => 'Skift gruppe-relationer for agent',
  1916. 'Change Agent Relations for Group' => 'Skift agent-relationer for gruppe',
  1917. 'note' => 'note',
  1918. 'Permissions to add notes to tickets in this group/queue.' => 'Rettigheder til at tilføje noter til sager i denne gruppe/kø.',
  1919. 'owner' => 'ejer',
  1920. 'Permissions to change the owner of tickets in this group/queue.' =>
  1921. 'Rettigheder til at ændre ejer på sager i denne gruppe/kø',
  1922. # Template: AgentBook
  1923. 'Address Book' => 'Adressebog',
  1924. 'Search for a customer' => 'Søg efter en kunde',
  1925. 'Add email address %s to the To field' => 'Tilføj mail-adresse %s til Til-feltet',
  1926. 'Add email address %s to the Cc field' => 'Tilføj mail-adresse %s til Cc-feltet',
  1927. 'Add email address %s to the Bcc field' => 'Tilføj mail-adresse %s til Bcc-feltet',
  1928. 'Apply' => 'Opdater',
  1929. # Template: AgentCustomerInformationCenter
  1930. 'Customer Information Center' => '',
  1931. # Template: AgentCustomerInformationCenterBlank
  1932. # Template: AgentCustomerInformationCenterSearch
  1933. 'Customer ID' => 'Kunde-ID',
  1934. 'Customer User' => '',
  1935. # Template: AgentCustomerSearch
  1936. 'Search Customer' => 'Søg kunde',
  1937. 'Duplicated entry' => 'Dublet',
  1938. 'This address already exists on the address list.' => 'Denne adresse eksisterer allerede i adresselisten.',
  1939. 'It is going to be deleted from the field, please try again.' => '',
  1940. # Template: AgentCustomerTableView
  1941. # Template: AgentDashboard
  1942. 'Dashboard' => 'Oversigt',
  1943. # Template: AgentDashboardCalendarOverview
  1944. 'in' => 'om',
  1945. # Template: AgentDashboardCustomerCompanyInformation
  1946. # Template: AgentDashboardCustomerIDStatus
  1947. 'Escalated tickets' => '',
  1948. # Template: AgentDashboardCustomerUserList
  1949. 'Customer information' => '',
  1950. 'Phone ticket' => '',
  1951. 'Email ticket' => '',
  1952. '%s open ticket(s) of %s' => '',
  1953. '%s closed ticket(s) of %s' => '',
  1954. 'New phone ticket from %s' => '',
  1955. 'New email ticket to %s' => '',
  1956. # Template: AgentDashboardIFrame
  1957. # Template: AgentDashboardImage
  1958. # Template: AgentDashboardProductNotify
  1959. '%s %s is available!' => '%s %s er tilgængelig',
  1960. 'Please update now.' => 'Opdater venligst.',
  1961. 'Release Note' => 'Udgivelsesnote',
  1962. 'Level' => 'Niveau',
  1963. # Template: AgentDashboardRSSOverview
  1964. 'Posted %s ago.' => 'Offentliggjort %s siden.',
  1965. # Template: AgentDashboardTicketGeneric
  1966. 'My locked tickets' => 'Mine sager',
  1967. 'My watched tickets' => 'Sager, jeg følger',
  1968. 'My responsibilities' => 'Sager, jeg er ansvarlig for',
  1969. 'Tickets in My Queues' => 'Sager i Mine Køer',
  1970. # Template: AgentDashboardTicketStats
  1971. # Template: AgentDashboardUserOnline
  1972. 'out of office' => '',
  1973. # Template: AgentDashboardUserOutOfOffice
  1974. 'until' => '',
  1975. # Template: AgentHTMLReferenceForms
  1976. # Template: AgentHTMLReferenceOverview
  1977. # Template: AgentHTMLReferencePageLayout
  1978. 'The ticket has been locked' => 'Sagen er blevet trukket',
  1979. 'Undo & close window' => 'Afbryd og luk vindue',
  1980. # Template: AgentInfo
  1981. 'Info' => 'Info',
  1982. 'To accept some news, a license or some changes.' => 'For at acceptere nogle nyheder, en lices eller nogle ændringer.',
  1983. # Template: AgentLinkObject
  1984. 'Link Object: %s' => 'Kæd objekt: %s',
  1985. 'go to link delete screen' => 'gå til skærmen, hvor links kan slettes',
  1986. 'Select Target Object' => 'Vælg destinations-objekt',
  1987. 'Link Object' => 'Kæd',
  1988. 'with' => 'med',
  1989. 'Unlink Object: %s' => 'Fjern k?dning af objekt: %s',
  1990. 'go to link add screen' => 'gå til skærmen, hvor links kan tilføjes',
  1991. # Template: AgentNavigationBar
  1992. # Template: AgentPreferences
  1993. 'Edit your preferences' => 'Opdater dine indstillinger',
  1994. # Template: AgentSpelling
  1995. 'Spell Checker' => 'Stavekontrol',
  1996. 'spelling error(s)' => 'stavefejl',
  1997. 'Apply these changes' => 'Anvend disse ændringer',
  1998. # Template: AgentStatsDelete
  1999. 'Delete stat' => 'Slet rapport',
  2000. 'Stat#' => 'Rapport',
  2001. 'Do you really want to delete this stat?' => 'Vil du virkelig slette denne rapport?',
  2002. # Template: AgentStatsEditRestrictions
  2003. 'Step %s' => 'Skridt %s',
  2004. 'General Specifications' => 'Generelle specifikationer',
  2005. 'Select the element that will be used at the X-axis' => 'Vælg det element, der skal bruges på X-aksen',
  2006. 'Select the elements for the value series' => 'Vælg elementerne for værdiserien',
  2007. 'Select the restrictions to characterize the stat' => 'Vælg de restriktioner, der karakteriserer rapporten',
  2008. 'Here you can make restrictions to your stat.' => 'Her kan du begrænse din rapport',
  2009. 'If you remove the hook in the "Fixed" checkbox, the agent generating the stat can change the attributes of the corresponding element.' =>
  2010. 'Vis du fjerner markeringen i boksen "Fast", kan agenten ændrer attributterne ved det valgte element.',
  2011. 'Fixed' => 'Fast',
  2012. 'Please select only one element or turn off the button \'Fixed\'.' =>
  2013. 'Vælg venligst kun et Element, eller fravælg knappen \'Fast\'',
  2014. 'Absolute Period' => 'Absolut Periode',
  2015. 'Between' => 'Mellem',
  2016. 'Relative Period' => 'Relativ periode',
  2017. 'The last' => 'Den sidste',
  2018. 'Finish' => 'Færdig',
  2019. # Template: AgentStatsEditSpecification
  2020. 'Permissions' => 'Rettigheder',
  2021. 'You can select one or more groups to define access for different agents.' =>
  2022. 'Du kan vælge en eller flere grupper for at give adgang for forskellige agenter.',
  2023. 'Some result formats are disabled because at least one needed package is not installed.' =>
  2024. 'Nogle resultatformater er deaktiverede, fordi mindst en påkrævet pakke ikke er installeret.',
  2025. 'Please contact your administrator.' => 'Kontakt din administrator.',
  2026. 'Graph size' => 'Grafstørrelse',
  2027. 'If you use a graph as output format you have to select at least one graph size.' =>
  2028. 'iHvis du bruger en graf som output format skal du vælge mindst en graf størrelse',
  2029. 'Sum rows' => 'Antal rækker',
  2030. 'Sum columns' => 'Antal Kollonner',
  2031. 'Use cache' => 'Brug cache',
  2032. 'Most of the stats can be cached. This will speed up the presentation of this stat.' =>
  2033. 'De fleste statistikker kan blive cachet, det vil gøre præsentationen hurtigere',
  2034. 'If set to invalid end users can not generate the stat.' => 'Hvis sat til ugyldig, kan brugere ikke køre rapporten.',
  2035. # Template: AgentStatsEditValueSeries
  2036. 'Here you can define the value series.' => 'Her kan du definere værdiserien',
  2037. 'You have the possibility to select one or two elements.' => 'Du har mulighed for at vælge et eller to elementer.',
  2038. 'Then you can select the attributes of elements.' => 'Så vælger du elementernes attributter.',
  2039. 'Each attribute will be shown as single value series.' => 'Hver attribut vil blive vist som en enkelt værdieserie.',
  2040. 'If you don\'t select any attribute all attributes of the element will be used if you generate a stat, as well as new attributes which were added since the last configuration.' =>
  2041. 'Hvis du ikke vælger nogen attributter, vil alle elementets attributter blive brug, når du genererer rapporten, så vel som attributter, der er tilføjet siden sidste konfiguration.',
  2042. 'Scale' => 'Skala',
  2043. 'minimal' => 'minimum',
  2044. 'Please remember, that the scale for value series has to be larger than the scale for the X-axis (e.g. X-Axis => Month, ValueSeries => Year).' =>
  2045. 'Husk venligst at skalen for værdiserien, skal være større end den skala for X-Aksen (f.eks. X-Akse => Måned, VærdiSerie => år).',
  2046. # Template: AgentStatsEditXaxis
  2047. 'Here you can define the x-axis. You can select one element via the radio button.' =>
  2048. 'Her kan du definere x-aksen. Du kan vælge ét element.',
  2049. 'maximal period' => 'maksimal periode',
  2050. 'minimal scale' => 'minimal skala',
  2051. # Template: AgentStatsImport
  2052. 'Import Stat' => 'Importer Rapport',
  2053. 'File is not a Stats config' => 'Filen er ikke en rapport-konfiguration',
  2054. 'No File selected' => 'Ingen fil valgt',
  2055. # Template: AgentStatsOverview
  2056. 'Stats' => 'Rapporter',
  2057. # Template: AgentStatsPrint
  2058. 'No Element selected.' => 'Intet element er valgt.',
  2059. # Template: AgentStatsView
  2060. 'Export config' => 'Eksporter konfiguration',
  2061. 'With the input and select fields you can influence the format and contents of the statistic.' =>
  2062. 'Ved at udfylde felterne, kan du styre format og indhold i rapporten. Hvilke felter og formater, du kan arbejde med, er defineret af rapportadministratoren.',
  2063. 'Exactly what fields and formats you can influence is defined by the statistic administrator.' =>
  2064. 'Præcis hvilke felter og formater, du kan arbejde med, er defineret af rapportadministratoren.',
  2065. 'Stat Details' => 'Rapportdetaljer',
  2066. 'Format' => 'Format',
  2067. 'Graphsize' => 'Graf-størrelse',
  2068. 'Cache' => 'Cache',
  2069. 'Exchange Axis' => 'Ombyt akser',
  2070. 'Configurable params of static stat' => 'Konfigurerbare parametre af en statisk rapport',
  2071. 'No element selected.' => 'Intet element er valgt',
  2072. 'maximal period from' => 'maksimal periode fra',
  2073. 'to' => 'til',
  2074. # Template: AgentTicketActionCommon
  2075. 'Change Free Text of Ticket' => 'Rediger sagens fritekst',
  2076. 'Change Owner of Ticket' => 'Skift sagens ejer',
  2077. 'Close Ticket' => 'Luk sag',
  2078. 'Add Note to Ticket' => 'Tilføj bemærkning til sag',
  2079. 'Set Pending' => 'Indstil afventningsfrist',
  2080. 'Change Priority of Ticket' => 'Skift sagens prioritet',
  2081. 'Change Responsible of Ticket' => 'Skift sagens ansvarlige',
  2082. 'Service invalid.' => 'Ugyldig service.',
  2083. 'New Owner' => 'Ny Ejer',
  2084. 'Please set a new owner!' => 'Vælg venligst en ny ejer!',
  2085. 'Previous Owner' => 'Tidligere ejer',
  2086. 'Inform Agent' => 'Informer Agent',
  2087. 'Optional' => 'Valgfri',
  2088. 'Inform involved Agents' => 'Informer involverede Agenter',
  2089. 'Spell check' => 'Stavekontrol',
  2090. 'Note type' => 'Bemærkningstype',
  2091. 'Next state' => 'Næste status',
  2092. 'Pending date' => 'Afventer dato',
  2093. 'Date invalid!' => 'Ugyldig dato',
  2094. # Template: AgentTicketActionPopupClose
  2095. # Template: AgentTicketBounce
  2096. 'Bounce Ticket' => 'Overgiv sag',
  2097. 'Bounce to' => 'Overgiv til',
  2098. 'You need a email address.' => 'Du mangler en mail-adresse',
  2099. 'Need a valid email address or don\'t use a local email address.' =>
  2100. 'Der mangler en gyldig mail-adresse. Brug ikke en lokal mail-adresse.',
  2101. 'Next ticket state' => 'Sagens næste status',
  2102. 'Inform sender' => 'Informer afsender',
  2103. 'Send mail!' => 'Send mail',
  2104. # Template: AgentTicketBulk
  2105. 'Ticket Bulk Action' => 'Massehandling',
  2106. 'Send Email' => 'Send mail',
  2107. 'Merge to' => 'Saml til',
  2108. 'Invalid ticket identifier!' => 'Ugyldig sagsidentifikation!',
  2109. 'Merge to oldest' => 'Saml til ældste',
  2110. 'Link together' => 'Kæd sammen',
  2111. 'Link to parent' => 'Kæd til forælder',
  2112. 'Unlock tickets' => 'Frigiv sager',
  2113. # Template: AgentTicketClose
  2114. # Template: AgentTicketCompose
  2115. 'Compose answer for ticket' => 'Skriv svar til sag',
  2116. 'Remove Ticket Customer' => 'Fjern Sagens Kunde',
  2117. 'Please remove this entry and enter a new one with the correct value.' =>
  2118. 'Fjern venligst denne indtastning og skriv en ny med den korrekte værdi.',
  2119. 'Please include at least one recipient' => 'Der skal være mindst én modtager.',
  2120. 'Remove Cc' => 'Fjern Cc',
  2121. 'Remove Bcc' => 'Fjern Bcc',
  2122. 'Address book' => 'Adressebog',
  2123. 'Pending Date' => 'Afventer dato',
  2124. 'for pending* states' => 'for afventende tilstande',
  2125. 'Date Invalid!' => 'Ugyldig dato!',
  2126. # Template: AgentTicketCustomer
  2127. 'Change customer of ticket' => 'Skift sagens kunde',
  2128. 'Customer Data' => 'Kundedata',
  2129. 'Customer user' => 'Kundebruger',
  2130. # Template: AgentTicketEmail
  2131. 'Create New Email Ticket' => 'Opret ny mail-sag',
  2132. 'From queue' => 'Fra kø',
  2133. 'To customer' => 'Til kunde',
  2134. 'Please include at least one customer for the ticket.' => 'Der skal være mindst én kunde til sagen.',
  2135. 'Get all' => 'Hent alle',
  2136. # Template: AgentTicketEscalation
  2137. # Template: AgentTicketForward
  2138. 'Forward ticket: %s - %s' => 'Videresend sag: %s - %s',
  2139. # Template: AgentTicketFreeText
  2140. # Template: AgentTicketHistory
  2141. 'History of' => 'Historik af',
  2142. 'History Content' => 'Historikindhold',
  2143. 'Zoom view' => 'Zoom-visning',
  2144. # Template: AgentTicketMerge
  2145. 'Ticket Merge' => 'Sagssamling',
  2146. 'You need to use a ticket number!' => 'Du skal bruge et sagsnummer.',
  2147. 'A valid ticket number is required.' => 'Angiv et gyldigt sagsnummer',
  2148. 'Need a valid email address.' => 'Angiv en gyldig mail-adresse',
  2149. # Template: AgentTicketMove
  2150. 'Move Ticket' => 'Flyt Sag',
  2151. 'New Queue' => 'Ny Kø',
  2152. # Template: AgentTicketNote
  2153. # Template: AgentTicketOverviewMedium
  2154. 'Select all' => 'Vælg alle',
  2155. 'No ticket data found.' => 'Ingen sager fundet.',
  2156. 'First Response Time' => 'Frist til første svar',
  2157. 'Service Time' => 'Servicetid',
  2158. 'Update Time' => 'Opdateringstid',
  2159. 'Solution Time' => 'Løsningstid',
  2160. 'Move ticket to a different queue' => 'Flyt sag til anden kø',
  2161. 'Change queue' => 'Skift kø',
  2162. # Template: AgentTicketOverviewNavBar
  2163. 'Change search options' => 'Skift søgemuligheder',
  2164. 'Tickets per page' => 'Sager pr. side',
  2165. # Template: AgentTicketOverviewPreview
  2166. # Template: AgentTicketOverviewSmall
  2167. 'Escalation in' => 'Eskalerer om',
  2168. 'Locked' => 'Tildelt',
  2169. # Template: AgentTicketOwner
  2170. # Template: AgentTicketPending
  2171. # Template: AgentTicketPhone
  2172. 'Create New Phone Ticket' => 'Opret ny sag',
  2173. 'From customer' => 'Fra kunde',
  2174. 'To queue' => 'Til kø',
  2175. # Template: AgentTicketPhoneCommon
  2176. 'Phone call' => 'Telefonopkald',
  2177. # Template: AgentTicketPlain
  2178. 'Email Text Plain View' => 'Vis mailens kildetekst',
  2179. 'Plain' => 'Kildetekst',
  2180. 'Download this email' => 'Download denne mail',
  2181. # Template: AgentTicketPrint
  2182. 'Ticket-Info' => 'Sag-Info',
  2183. 'Accounted time' => 'Benyttet tid',
  2184. 'Linked-Object' => 'Linket-Objekt',
  2185. 'by' => 'af',
  2186. # Template: AgentTicketPriority
  2187. # Template: AgentTicketProcess
  2188. 'Create New Process Ticket' => '',
  2189. 'Process' => '',
  2190. # Template: AgentTicketProcessNavigationBar
  2191. # Template: AgentTicketQueue
  2192. # Template: AgentTicketResponsible
  2193. # Template: AgentTicketSearch
  2194. 'Search template' => 'Søgeskabelon',
  2195. 'Create Template' => 'Opret skabelon',
  2196. 'Create New' => 'Opret ny',
  2197. 'Profile link' => 'Link til profil',
  2198. 'Save changes in template' => 'Gem ændringer i skabelon',
  2199. 'Add another attribute' => 'Tilføj endnu en attribut',
  2200. 'Output' => 'Output',
  2201. 'Fulltext' => 'Fritekst',
  2202. 'Remove' => 'Fjern',
  2203. 'Searches in the attributes From, To, Cc, Subject and the article body, overriding other attributes with the same name.' =>
  2204. '',
  2205. 'Customer User Login' => 'Kundebrugers login',
  2206. 'Created in Queue' => 'Oprettet i kø',
  2207. 'Lock state' => 'Tildelt/fri',
  2208. 'Watcher' => 'Fulgte af',
  2209. 'Article Create Time (before/after)' => 'Indlæg skrevet (før/efter)',
  2210. 'Article Create Time (between)' => 'Indlæg skrevet (mellem)',
  2211. 'Ticket Create Time (before/after)' => 'Sag oprettet (før/efter)',
  2212. 'Ticket Create Time (between)' => 'Sag oprettet (mellem)',
  2213. 'Ticket Change Time (before/after)' => 'Sag ændret (før/efter)',
  2214. 'Ticket Change Time (between)' => 'Sag ændret (mellem)',
  2215. 'Ticket Close Time (before/after)' => 'Sag lukket (før/efter)',
  2216. 'Ticket Close Time (between)' => 'Sag lukket (mellem)',
  2217. 'Ticket Escalation Time (before/after)' => '',
  2218. 'Ticket Escalation Time (between)' => '',
  2219. 'Archive Search' => 'Arkiver søgning',
  2220. 'Run search' => 'Søg',
  2221. # Template: AgentTicketSearchOpenSearchDescriptionFulltext
  2222. # Template: AgentTicketSearchOpenSearchDescriptionTicketNumber
  2223. # Template: AgentTicketSearchResultPrint
  2224. # Template: AgentTicketZoom
  2225. 'Article filter' => 'Filtrer indlæg',
  2226. 'Article Type' => 'Indlægstype',
  2227. 'Sender Type' => 'Afsendertype',
  2228. 'Save filter settings as default' => 'Gem disse filterinstillinger som standard',
  2229. 'Archive' => '',
  2230. 'This ticket is archived.' => '',
  2231. 'Linked Objects' => 'Sammenkædede objekter',
  2232. 'Article(s)' => 'Indlæg',
  2233. 'Change Queue' => 'Skift kø',
  2234. 'There are currently no steps available for this process.' => '',
  2235. 'This item has no articles yet.' => '',
  2236. 'Article Filter' => 'Filtrer indlæg',
  2237. 'Add Filter' => 'Tilføj filter',
  2238. 'Set' => 'Indstil',
  2239. 'Reset Filter' => 'Nulstil filter',
  2240. 'Show one article' => 'Vis indlæg enkeltvis',
  2241. 'Show all articles' => 'Vis alle indlæg',
  2242. 'Unread articles' => 'Ulæste indlæg',
  2243. 'No.' => 'Nr.',
  2244. 'Unread Article!' => 'Ulæst indlæg',
  2245. 'Incoming message' => 'Indgående besked',
  2246. 'Outgoing message' => 'Udgående besked',
  2247. 'Internal message' => 'Intern besked',
  2248. 'Resize' => 'Ændr størrelse',
  2249. # Template: AttachmentBlocker
  2250. 'To protect your privacy, remote content was blocked.' => '',
  2251. 'Load blocked content.' => 'Vis blokeret indhold',
  2252. # Template: Copyright
  2253. # Template: CustomerAccept
  2254. # Template: CustomerError
  2255. 'Traceback' => 'Tilbagesporing',
  2256. # Template: CustomerFooter
  2257. 'Powered by' => ' ',
  2258. 'One or more errors occurred!' => 'En eller flere fejl opstod!',
  2259. 'Close this dialog' => 'Luk dette vindue',
  2260. 'Could not open popup window. Please disable any popup blockers for this application.' =>
  2261. 'Kan ikke åbne nyt vindue. Deaktiver din browsers popup-blokering for denne applikation.',
  2262. # Template: CustomerFooterSmall
  2263. # Template: CustomerHeader
  2264. # Template: CustomerHeaderSmall
  2265. # Template: CustomerLogin
  2266. 'JavaScript Not Available' => 'JavaScript ikke tilgængeligt',
  2267. 'In order to experience OTRS, you\'ll need to enable JavaScript in your browser.' =>
  2268. 'For at opleve OTRS, skal du aktivere JavaScript i din browser.',
  2269. 'Browser Warning' => 'Browser-advarsel',
  2270. 'The browser you are using is too old.' => 'Din browser er for gammel.',
  2271. 'OTRS runs with a huge lists of browsers, please upgrade to one of these.' =>
  2272. 'OTRS virker med en masse browsere, opgrader venligst til en af disse.',
  2273. 'Please see the documentation or ask your admin for further information.' =>
  2274. 'Se venligst dokumentationen eller kontakt din administrator for yderligere information.',
  2275. 'Login' => 'Login',
  2276. 'User name' => 'Brugernavn',
  2277. 'Your user name' => 'Dit brugernavn',
  2278. 'Your password' => 'Dit password',
  2279. 'Forgot password?' => 'Glemt dit password?',
  2280. 'Log In' => 'Login',
  2281. 'Not yet registered?' => 'Endnu ikke registreret?',
  2282. 'Sign up now' => 'Registrer dig nu',
  2283. 'Request new password' => 'Anmod om ny adgangskode',
  2284. 'Your User Name' => 'Dit brugernavn',
  2285. 'A new password will be sent to your email address.' => 'Et nyt password bliver sendt til din mail-adresse.',
  2286. 'Create Account' => 'Opret konto',
  2287. 'Please fill out this form to receive login credentials.' => 'Udfyld venligst denne formular for at modtage login-oplysninger',
  2288. 'How we should address you' => 'Hvordan skal vi tiltale dig',
  2289. 'Your First Name' => 'Dit fornavn',
  2290. 'Please supply a first name' => 'Indtast venligst dit fornavn',
  2291. 'Your Last Name' => 'Dit efternavn',
  2292. 'Please supply a last name' => 'Indtast venligst dit efternavn',
  2293. 'Your email address (this will become your username)' => 'Din mail-adresse (den bliver dit brugernavn)',
  2294. 'Please supply a' => 'Indtast venligst',
  2295. # Template: CustomerNavigationBar
  2296. 'Edit personal preferences' => 'Rediger dine personlige indstillinger',
  2297. 'Logout %s' => 'Log %s ud',
  2298. # Template: CustomerPreferences
  2299. # Template: CustomerRichTextEditor
  2300. # Template: CustomerTicketMessage
  2301. 'Service level agreement' => 'Service level agreement',
  2302. # Template: CustomerTicketOverview
  2303. 'Welcome!' => 'Velkommen!',
  2304. 'Please click the button below to create your first ticket.' => 'Klik på knappen herunder for at oprette din første sag.',
  2305. 'Create your first ticket' => 'Opret din første sag',
  2306. # Template: CustomerTicketPrint
  2307. 'Ticket Print' => 'Udskriv sag',
  2308. # Template: CustomerTicketSearch
  2309. 'Profile' => 'Profil',
  2310. 'e. g. 10*5155 or 105658*' => 'f.eks. 10*55 eller 105658*',
  2311. 'Fulltext search in tickets (e. g. "John*n" or "Will*")' => 'Fritekstsøgning i sager (f.eks. "Ni*olai eller Hans*")',
  2312. 'Recipient' => 'Modtager',
  2313. 'Carbon Copy' => 'Cc',
  2314. 'Time restrictions' => 'Tidsbegrænsninger',
  2315. 'No time settings' => '',
  2316. 'Only tickets created' => 'Kun sager oprettet',
  2317. 'Only tickets created between' => 'Kun sager oprettet mellem',
  2318. 'Ticket archive system' => 'Sagsarkivet',
  2319. 'Save search as template?' => 'Gem søgning som skabelon?',
  2320. 'Save as Template?' => 'Gem som skabelon?',
  2321. 'Save as Template' => 'Gem som skabelon',
  2322. 'Template Name' => 'Navn på skabelon',
  2323. 'Pick a profile name' => 'Vælg et profilnavn',
  2324. 'Output to' => 'Output til',
  2325. # Template: CustomerTicketSearchOpenSearchDescription
  2326. # Template: CustomerTicketSearchResultPrint
  2327. # Template: CustomerTicketSearchResultShort
  2328. 'of' => 'af',
  2329. 'Page' => 'Side',
  2330. 'Search Results for' => 'Søgeresultater for',
  2331. # Template: CustomerTicketZoom
  2332. 'Show article' => '',
  2333. 'Expand article' => 'Fold indlæg ud',
  2334. 'Information' => '',
  2335. 'Next Steps' => '',
  2336. 'There are no further steps in this process' => '',
  2337. 'Reply' => 'Svar',
  2338. # Template: CustomerWarning
  2339. # Template: Datepicker
  2340. 'Invalid date (need a future date)!' => 'Ugyldig dato (angiv dato i fremtiden)',
  2341. 'Previous' => 'Forrige',
  2342. 'Sunday' => 'Søndag',
  2343. 'Monday' => 'Mandag',
  2344. 'Tuesday' => 'Tirsdag',
  2345. 'Wednesday' => 'Onsdag',
  2346. 'Thursday' => 'Torsdag',
  2347. 'Friday' => 'Fredag',
  2348. 'Saturday' => 'Lørdag',
  2349. 'Su' => 'Sø',
  2350. 'Mo' => 'Ma',
  2351. 'Tu' => 'Ti',
  2352. 'We' => 'On',
  2353. 'Th' => 'To',
  2354. 'Fr' => 'Fr',
  2355. 'Sa' => 'Lø',
  2356. 'Open date selection' => 'Åbn datovælger',
  2357. # Template: Error
  2358. 'Oops! An Error occurred.' => 'Ups! Der skete en fejl.',
  2359. 'Error Message' => 'Fejlbesked',
  2360. 'You can' => 'Du kan',
  2361. 'Send a bugreport' => 'Sende en fejlrapport',
  2362. 'go back to the previous page' => 'gå tilbage til den forrige side',
  2363. 'Error Details' => 'Fejldetaljer',
  2364. # Template: Footer
  2365. 'Top of page' => 'Til toppen af siden',
  2366. # Template: FooterJS
  2367. 'If you now leave this page, all open popup windows will be closed, too!' =>
  2368. 'Hvis du forlader denne side, vil alle pop-up vinduer også blive lukket!',
  2369. 'A popup of this screen is already open. Do you want to close it and load this one instead?' =>
  2370. 'Et pop-up vindue med dette billede er allerede åbent. Vil du lukke det og åbne denne i stedet?',
  2371. 'Please enter at least one search value or * to find anything.' =>
  2372. '',
  2373. # Template: FooterSmall
  2374. # Template: HTMLHead
  2375. # Template: HTMLHeadBlockEvents
  2376. # Template: Header
  2377. 'Fulltext search' => '',
  2378. 'CustomerID Search' => '',
  2379. 'CustomerUser Search' => '',
  2380. 'You are logged in as' => 'Du er logget ind som',
  2381. # Template: HeaderSmall
  2382. # Template: Installer
  2383. 'JavaScript not available' => 'JavaScript ikke tilgængeligt',
  2384. 'Database Settings' => 'Database-indstillinger',
  2385. 'General Specifications and Mail Settings' => 'Generelle specifikationer og mail-indstillinger',
  2386. 'Registration' => 'Registrering',
  2387. 'Welcome to %s' => 'Velkommen til %s',
  2388. 'Web site' => 'Webside',
  2389. 'Database check successful.' => 'Databasen er tjekket ok.',
  2390. 'Mail check successful.' => 'Mail er tjekket ok.',
  2391. 'Error in the mail settings. Please correct and try again.' => 'Fejl i mail-indstillingerne. Ret dem venligst og prøv igen.',
  2392. # Template: InstallerConfigureMail
  2393. 'Configure Outbound Mail' => 'Konfigurer udgående mail',
  2394. 'Outbound mail type' => 'Udgående mail-type',
  2395. 'Select outbound mail type.' => 'Vælg udgående mail-type',
  2396. 'Outbound mail port' => 'Udgående mail-port',
  2397. 'Select outbound mail port.' => 'Vælg udgående mail-port.',
  2398. 'SMTP host' => 'SMTP-server',
  2399. 'SMTP host.' => 'SMTP-server.',
  2400. 'SMTP authentication' => 'SMTP-autentifikation',
  2401. 'Does your SMTP host need authentication?' => 'Har din SMTP-server brug for autentifikation?',
  2402. 'SMTP auth user' => 'SMTP autentifikations-bruger',
  2403. 'Username for SMTP auth.' => 'Brugernavn for SMTP-autentifikation',
  2404. 'SMTP auth password' => 'SMTP autentifikations-password',
  2405. 'Password for SMTP auth.' => 'Password for SMTP-autentifikation',
  2406. 'Configure Inbound Mail' => 'Konfigurer indgående mail',
  2407. 'Inbound mail type' => 'Indgående mail-type',
  2408. 'Select inbound mail type.' => 'Vælg indgående mail-type',
  2409. 'Inbound mail host' => 'Indågende mail-server',
  2410. 'Inbound mail host.' => 'Indgående mail-server.',
  2411. 'Inbound mail user' => 'Indgående mail-bruger',
  2412. 'User for inbound mail.' => 'Bruger for indgående mail',
  2413. 'Inbound mail password' => 'Indgående mail-password',
  2414. 'Password for inbound mail.' => 'Password for indgående mail.',
  2415. 'Result of mail configuration check' => 'Resultat af konfigurationstjek af indgående mail',
  2416. 'Check mail configuration' => 'Tjek mail-konfiguration',
  2417. 'Skip this step' => 'Spring dette trin over',
  2418. 'Skipping this step will automatically skip the registration of your OTRS. Are you sure you want to continue?' =>
  2419. 'Hvis du springer dette trin over, bliver OTRS ikke registreret. Er du sikker på, du vil fortsætte?',
  2420. # Template: InstallerDBResult
  2421. 'False' => 'Falsk',
  2422. # Template: InstallerDBStart
  2423. 'If you have set a root password for your database, it must be entered here. If not, leave this field empty. For security reasons we do recommend setting a root password. For more information please refer to your database documentation.' =>
  2424. 'Hvis du har sat et root kodeord til din database skal du taste det her. Hvis ikke, lad feltet være tomt. Af sikkerhedsmæssige årsager anbefaler vi at sætte et root kodeord. For mere information henviser vi til documentationen for din database.',
  2425. 'Currently only MySQL is supported in the web installer.' => 'Pt. understøttes kun MySQL af web-installeren.',
  2426. 'If you want to install OTRS on another database type, please refer to the file README.database.' =>
  2427. 'Hvis du vil installere OTRS på en anden database-type, tjek venligst filen README.database.',
  2428. 'Database-User' => 'Database-bruger',
  2429. 'New' => 'Ny',
  2430. 'A new database user with limited rights will be created for this OTRS system.' =>
  2431. 'En ny database-bruger med begrænsede rettigheder vil blive oprettet til dette OTRS-system.',
  2432. 'default \'hot\'' => 'standard \'hot\'',
  2433. 'DB host' => 'DB--- server',
  2434. 'Check database settings' => 'Tjek database-konfiguration',
  2435. 'Result of database check' => 'Resultat af database-konfigurationstjek',
  2436. # Template: InstallerFinish
  2437. 'To be able to use OTRS you have to enter the following line in your command line (Terminal/Shell) as root.' =>
  2438. 'For at kunne anvende OTRS, er du nødt til at indtaste følgende linje i din kommandolinje (Terminal/Shell) som root.',
  2439. 'Restart your webserver' => 'Genstart webserveren',
  2440. 'After doing so your OTRS is up and running.' => 'Når det er gjort, er din OTRS sat i gang og fungerer.',
  2441. 'Start page' => 'Startside',
  2442. 'Your OTRS Team' => 'Dit OTRS Team',
  2443. # Template: InstallerLicense
  2444. 'Accept license' => 'Accepter licens',
  2445. 'Don\'t accept license' => 'Accepter ikke icensen',
  2446. # Template: InstallerLicenseText
  2447. # Template: InstallerRegistration
  2448. 'Organization' => 'Organisation',
  2449. 'Position' => '',
  2450. 'Complete registration and continue' => 'Gennemfør registrering og fortsæt',
  2451. 'Please fill in all fields marked as mandatory.' => 'Udfyld venligst de obligatoriske felter.',
  2452. # Template: InstallerSystem
  2453. 'SystemID' => 'System-ID',
  2454. 'The identifier of the system. Each ticket number and each HTTP session ID contain this number.' =>
  2455. 'Systemets ID. Hver sagsnummer og hver HTTP-session-id indeholder dette nummer.',
  2456. 'System FQDN' => 'Systemets FQDN',
  2457. 'Fully qualified domain name of your system.' => 'Dit systems Fully Qualified Domain Name',
  2458. 'AdminEmail' => 'Admin-Email',
  2459. 'Email address of the system administrator.' => 'System-administrators mail-adresse.',
  2460. 'Log' => 'Log',
  2461. 'LogModule' => 'LogModul',
  2462. 'Log backend to use.' => 'Brug denne log-backend.',
  2463. 'LogFile' => 'Logfil',
  2464. 'Log file location is only needed for File-LogModule!' => 'Logfilens lokation skal kun bruges i forbindelse med File-LogModule!',
  2465. 'Webfrontend' => 'Webfrontend',
  2466. 'Default language' => 'Standardsprog',
  2467. 'Default language.' => 'Standardsprog.',
  2468. 'CheckMXRecord' => 'KontrollerMXRecord',
  2469. 'Email addresses that are manually entered are checked against the MX records found in DNS. Don\'t use this option if your DNS is slow or does not resolve public addresses.' =>
  2470. 'Mail-adresser, der indtastes manuelt, tjekkes mod MX-records fundet i DNS. Brug ikke denne valgmulighed, hvis din DNS er langsom eller ikke kan opløse offentlige adresser.',
  2471. # Template: LinkObject
  2472. 'Object#' => 'Objekt#',
  2473. 'Add links' => 'Tilføj links',
  2474. 'Delete links' => 'Slet links',
  2475. # Template: Login
  2476. 'Lost your password?' => 'Mistet din adgangskode?',
  2477. 'Request New Password' => 'Bed om nyt password',
  2478. 'Back to login' => 'Tilbage til login',
  2479. # Template: Motd
  2480. 'Message of the Day' => 'Dagens Besked',
  2481. # Template: NoPermission
  2482. 'Insufficient Rights' => 'Utilstrækkelige rettigheder',
  2483. 'Back to the previous page' => 'Tilbage til forrige side',
  2484. # Template: Notify
  2485. # Template: Pagination
  2486. 'Show first page' => 'Vis frøste side',
  2487. 'Show previous pages' => 'Vis forrige side',
  2488. 'Show page %s' => 'Vis side %s',
  2489. 'Show next pages' => 'Vis næste side',
  2490. 'Show last page' => 'Vis sidste side',
  2491. # Template: PictureUpload
  2492. 'Need FormID!' => 'Mangler FormID!',
  2493. 'No file found!' => 'Ingen fil fundet!',
  2494. 'The file is not an image that can be shown inline!' => 'Dette billede kan ikke vises!',
  2495. # Template: PrintFooter
  2496. 'URL' => 'URL',
  2497. # Template: PrintHeader
  2498. 'printed by' => 'udskrevet af',
  2499. # Template: PublicDefault
  2500. # Template: Redirect
  2501. # Template: RichTextEditor
  2502. # Template: SpellingInline
  2503. # Template: Test
  2504. 'OTRS Test Page' => 'OTRS prøveside',
  2505. 'Welcome %s' => 'Velkommen %s',
  2506. 'Counter' => 'Tæller',
  2507. # Template: Warning
  2508. 'Go back to the previous page' => 'Gå tilbage til forrige side',
  2509. # SysConfig
  2510. 'ACL module that allows closing parent tickets only if all its children are already closed ("State" shows which states are not available for the parent ticket until all child tickets are closed).' =>
  2511. 'ACL-modul, der kun tillader lukning af hovedsager, hvis alle undersager allerede er lukkede ("Tilstand" viser hvilke tilstande, der ikke kan vælges for hovedsagen indtal alle undersager er lukkede).',
  2512. 'Activates a blinking mechanism of the queue that contains the oldest ticket.' =>
  2513. 'Aktiverer en blinkemekanisme for den kø, der indeholder den ældste sag.',
  2514. 'Activates lost password feature for agents, in the agent interface.' =>
  2515. 'Aktiverer muligheden for at agenter kan nulstille deres passwords i agent-interfacet.',
  2516. 'Activates lost password feature for customers.' => 'Aktiverer muligheden for at kunder kan nulstille deres passwords i kunde-interfacet',
  2517. 'Activates support for customer groups.' => 'Aktiverer understøttelse af kundegrupper.',
  2518. 'Activates the article filter in the zoom view to specify which articles should be shown.' =>
  2519. 'Aktiverer indlægsfilteret i ZoomView for at specificere hvilke indlæg, der skal vises.',
  2520. 'Activates the available themes on the system. Value 1 means active, 0 means inactive.' =>
  2521. 'Aktiverer de tilgængelige temaer på dit system. 1 betyder aktiv, 0 betyder inaktiv.',
  2522. 'Activates the ticket archive system search in the customer interface.' =>
  2523. '',
  2524. 'Activates the ticket archive system to have a faster system by moving some tickets out of the daily scope. To search for these tickets, the archive flag has to be enabled in the ticket search.' =>
  2525. '',
  2526. 'Activates time accounting.' => '',
  2527. 'Adds a suffix with the actual year and month to the OTRS log file. A logfile for every month will be created.' =>
  2528. '',
  2529. 'Adds customers email addresses to recipients in the ticket compose screen of the agent interface.' =>
  2530. '',
  2531. 'Adds the one time vacation days for the indicated calendar. Please use single digit pattern for numbers from 1 to 9 (instead of 01 - 09).' =>
  2532. '',
  2533. 'Adds the one time vacation days. Please use single digit pattern for numbers from 1 to 9 (instead of 01 - 09).' =>
  2534. '',
  2535. 'Adds the permanent vacation days for the indicated calendar. Please use single digit pattern for numbers from 1 to 9 (instead of 01 - 09).' =>
  2536. '',
  2537. 'Adds the permanent vacation days. Please use single digit pattern for numbers from 1 to 9 (instead of 01 - 09).' =>
  2538. '',
  2539. 'Agent Notifications' => 'Beskeder til Agenter',
  2540. 'Agent interface article notification module to check PGP.' => '',
  2541. 'Agent interface article notification module to check S/MIME.' =>
  2542. '',
  2543. 'Agent interface module to access CIC search via nav bar.' => '',
  2544. 'Agent interface module to access fulltext search via nav bar.' =>
  2545. '',
  2546. 'Agent interface module to access search profiles via nav bar.' =>
  2547. '',
  2548. 'Agent interface module to check incoming emails in the Ticket-Zoom-View if the S/MIME-key is available and true.' =>
  2549. '',
  2550. 'Agent interface notification module to check the used charset.' =>
  2551. '',
  2552. 'Agent interface notification module to see the number of tickets an agent is responsible for.' =>
  2553. '',
  2554. 'Agent interface notification module to see the number of watched tickets.' =>
  2555. '',
  2556. 'Agents <-> Groups' => 'Agenter <-> Grupper',
  2557. 'Agents <-> Roles' => 'Agenter <-> Roller',
  2558. 'All customer users of a CustomerID' => '',
  2559. 'Allows adding notes in the close ticket screen of the agent interface.' =>
  2560. '',
  2561. 'Allows adding notes in the ticket free text screen of the agent interface.' =>
  2562. '',
  2563. 'Allows adding notes in the ticket note screen of the agent interface.' =>
  2564. '',
  2565. 'Allows adding notes in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  2566. '',
  2567. 'Allows adding notes in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  2568. '',
  2569. 'Allows adding notes in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  2570. '',
  2571. 'Allows adding notes in the ticket responsible screen of the agent interface.' =>
  2572. '',
  2573. 'Allows agents to exchange the axis of a stat if they generate one.' =>
  2574. '',
  2575. 'Allows agents to generate individual-related stats.' => '',
  2576. 'Allows choosing between showing the attachments of a ticket in the browser (inline) or just make them downloadable (attachment).' =>
  2577. '',
  2578. 'Allows choosing the next compose state for customer tickets in the customer interface.' =>
  2579. '',
  2580. 'Allows customers to change the ticket priority in the customer interface.' =>
  2581. '',
  2582. 'Allows customers to set the ticket SLA in the customer interface.' =>
  2583. '',
  2584. 'Allows customers to set the ticket priority in the customer interface.' =>
  2585. '',
  2586. 'Allows customers to set the ticket queue in the customer interface. If this is set to \'No\', QueueDefault should be configured.' =>
  2587. '',
  2588. 'Allows customers to set the ticket service in the customer interface.' =>
  2589. '',
  2590. 'Allows customers to set the ticket type in the customer interface. If this is set to \'No\', TicketTypeDefault should be configured.' =>
  2591. '',
  2592. 'Allows default services to be selected also for non existing customers.' =>
  2593. '',
  2594. 'Allows defining new types for ticket (if ticket type feature is enabled).' =>
  2595. '',
  2596. 'Allows defining services and SLAs for tickets (e. g. email, desktop, network, ...), and escalation attributes for SLAs (if ticket service/SLA feature is enabled).' =>
  2597. '',
  2598. 'Allows extended search conditions in ticket search of the agent interface. With this feature you can search e. g. with this kind of conditions like "(key1&&key2)" or "(key1||key2)".' =>
  2599. '',
  2600. 'Allows extended search conditions in ticket search of the customer interface. With this feature you can search w. g. with this kind of conditions like "(key1&&key2)" or "(key1||key2)".' =>
  2601. '',
  2602. 'Allows having a medium format ticket overview (CustomerInfo => 1 - shows also the customer information).' =>
  2603. '',
  2604. 'Allows having a small format ticket overview (CustomerInfo => 1 - shows also the customer information).' =>
  2605. '',
  2606. 'Allows the administrators to login as other customers, via the customer user administration panel.' =>
  2607. '',
  2608. 'Allows the administrators to login as other users, via the users administration panel.' =>
  2609. '',
  2610. 'Allows to set a new ticket state in the move ticket screen of the agent interface.' =>
  2611. '',
  2612. 'Attachments <-> Responses' => 'Vedhæftede filer <-> Svar',
  2613. 'Auto Responses <-> Queues' => '',
  2614. 'Automated line break in text messages after x number of chars.' =>
  2615. '',
  2616. 'Automatically lock and set owner to current Agent after selecting for an Bulk Action.' =>
  2617. '',
  2618. 'Automatically sets the owner of a ticket as the responsible for it (if ticket responsible feature is enabled).' =>
  2619. '',
  2620. 'Automatically sets the responsible of a ticket (if it is not set yet) after the first owner update.' =>
  2621. '',
  2622. 'Balanced white skin by Felix Niklas.' => '',
  2623. 'Blocks all the incoming emails that do not have a valid ticket number in subject with From: @example.com address.' =>
  2624. '',
  2625. 'Builds an article index right after the article\'s creation.' =>
  2626. '',
  2627. 'CMD example setup. Ignores emails where external CMD returns some output on STDOUT (email will be piped into STDIN of some.bin).' =>
  2628. '',
  2629. 'Cache time in seconds for agent authentication in the GenericInterface.' =>
  2630. '',
  2631. 'Cache time in seconds for customer authentication in the GenericInterface.' =>
  2632. '',
  2633. 'Cache time in seconds for the DB process backend.' => '',
  2634. 'Cache time in seconds for the ticket process navigation bar output module.' =>
  2635. '',
  2636. 'Cache time in seconds for the web service config backend.' => '',
  2637. 'Change password' => 'Skift password',
  2638. 'Change queue!' => 'Skift kø',
  2639. 'Change the customer for this ticket' => 'Ændr denne sags kunde',
  2640. 'Change the free fields for this ticket' => 'Ændr denne sags frie felter',
  2641. 'Change the priority for this ticket' => 'Ændr denne sags prioritet',
  2642. 'Change the responsible person for this ticket' => '',
  2643. 'Changes the owner of tickets to everyone (useful for ASP). Normally only agent with rw permissions in the queue of the ticket will be shown.' =>
  2644. '',
  2645. 'Checkbox' => '',
  2646. 'Checks the SystemID in ticket number detection for follow-ups (use "No" if SystemID has been changed after using the system).' =>
  2647. '',
  2648. 'Closed tickets of customer' => '',
  2649. 'Comment for new history entries in the customer interface.' => '',
  2650. 'Company Status' => '',
  2651. 'Company Tickets' => '',
  2652. 'Company name for the customer web interface. Will also be included in emails as an X-Header.' =>
  2653. '',
  2654. 'Configure Processes.' => '',
  2655. 'Configure your own log text for PGP.' => '',
  2656. 'Configures a default TicketDynmicField setting. "Name" defines the dynamic field which should be used, "Value" is the data that will be set, and "Event" defines the trigger event. Please check the developer manual (http://doc.otrs.org/), chapter "Ticket Event Module".' =>
  2657. '',
  2658. 'Configures the full-text index. Execute "bin/otrs.RebuildFulltextIndex.pl" in order to generate a new index.' =>
  2659. '',
  2660. 'Controls if customers have the ability to sort their tickets.' =>
  2661. '',
  2662. 'Controls if more than one from entry can be set in the new phone ticket in the agent interface.' =>
  2663. '',
  2664. 'Controls if the ticket and article seen flags are removed when a ticket is archived.' =>
  2665. '',
  2666. 'Converts HTML mails into text messages.' => '',
  2667. 'Create New process ticket' => '',
  2668. 'Create and manage Service Level Agreements (SLAs).' => 'Administrer Service Level Agreements (SLA\'er).',
  2669. 'Create and manage agents.' => 'Administrer agenter.',
  2670. 'Create and manage attachments.' => 'Administrer vedhæftede filer.',
  2671. 'Create and manage companies.' => 'Administrer firmaer.',
  2672. 'Create and manage customers.' => 'Administrer kunder.',
  2673. 'Create and manage dynamic fields.' => '',
  2674. 'Create and manage event based notifications.' => 'Administrer hændelsesbaserede beskeder.',
  2675. 'Create and manage groups.' => 'Administrer grupper.',
  2676. 'Create and manage queues.' => 'Administrer køer.',
  2677. 'Create and manage response templates.' => 'Administrer svar-skabeloner.',
  2678. 'Create and manage responses that are automatically sent.' => 'Administrer svar, der sendes automatisk.',
  2679. 'Create and manage roles.' => 'Administrer roller',
  2680. 'Create and manage salutations.' => 'Administrer tituleringer.',
  2681. 'Create and manage services.' => 'Administrer services.',
  2682. 'Create and manage signatures.' => 'Administrer signaturer.',
  2683. 'Create and manage ticket priorities.' => 'Administrer sagsprioriteter.',
  2684. 'Create and manage ticket states.' => 'Administrer sagstilstande.',
  2685. 'Create and manage ticket types.' => 'Administrer sagstyper.',
  2686. 'Create and manage web services.' => '',
  2687. 'Create new email ticket and send this out (outbound)' => 'Opret ny mail-sag og send den ud (udgående)',
  2688. 'Create new phone ticket (inbound)' => 'Opret ny sag',
  2689. 'Custom text for the page shown to customers that have no tickets yet.' =>
  2690. 'Tekst til den side, der vises til kunder, der endnu ikke har nogen sager.',
  2691. 'Customer Company Administration' => '',
  2692. 'Customer Company Information' => '',
  2693. 'Customer User Administration' => '',
  2694. 'Customer Users' => '',
  2695. 'Customer item (icon) which shows the closed tickets of this customer as info block. Setting CustomerUserLogin to 1 searches for tickets based on login name rather than CustomerID.' =>
  2696. '',
  2697. 'Customer item (icon) which shows the open tickets of this customer as info block. Setting CustomerUserLogin to 1 searches for tickets based on login name rather than CustomerID.' =>
  2698. '',
  2699. 'Customers <-> Groups' => 'Kunder <-> Grupper',
  2700. 'Customers <-> Services' => 'Kunder <-> Services',
  2701. 'Data used to export the search result in CSV format.' => 'Data brugt til at eksportere søgeresultatet i CSV-format.',
  2702. 'Date / Time' => 'Dato / Tid',
  2703. 'Debugs the translation set. If this is set to "Yes" all strings (text) without translations are written to STDERR. This can be helpful when you are creating a new translation file. Otherwise, this option should remain set to "No".' =>
  2704. 'Debugger oversættelsen. Er denne sat til "Ja", vil alle strenge (tekst) uden oversættelser blive skrevet til STDERR. Det kan hjælpe, hvis du er ved at lave en oversættelse af OTRS. Ellers bør denne valgmulighed sættes til "Nej".',
  2705. 'Default ACL values for ticket actions.' => '',
  2706. 'Default ProcessManagement entity prefixes for entity IDs that are automatically generated.' =>
  2707. '',
  2708. 'Default data to use on attribute for ticket search screen. Example: "TicketCreateTimePointFormat=year;TicketCreateTimePointStart=Last;TicketCreateTimePoint=2;".' =>
  2709. '',
  2710. 'Default data to use on attribute for ticket search screen. Example: "TicketCreateTimeStartYear=2010;TicketCreateTimeStartMonth=10;TicketCreateTimeStartDay=4;TicketCreateTimeStopYear=2010;TicketCreateTimeStopMonth=11;TicketCreateTimeStopDay=3;".' =>
  2711. '',
  2712. 'Default loop protection module.' => '',
  2713. 'Default queue ID used by the system in the agent interface.' => '',
  2714. 'Default skin for OTRS 3.0 interface.' => '',
  2715. 'Default skin for interface.' => '',
  2716. 'Default ticket ID used by the system in the agent interface.' =>
  2717. '',
  2718. 'Default ticket ID used by the system in the customer interface.' =>
  2719. '',
  2720. 'Default value for NameX' => '',
  2721. 'Define a filter for html output to add links behind a defined string. The element Image allows two input kinds. At once the name of an image (e.g. faq.png). In this case the OTRS image path will be used. The second possiblity is to insert the link to the image.' =>
  2722. '',
  2723. 'Define the max depth of queues.' => '',
  2724. 'Define the start day of the week for the date picker.' => 'Definer ugens første dag for datovælgeren.',
  2725. 'Defines a customer item, which generates a LinkedIn icon at the end of a customer info block.' =>
  2726. '',
  2727. 'Defines a customer item, which generates a XING icon at the end of a customer info block.' =>
  2728. '',
  2729. 'Defines a customer item, which generates a google icon at the end of a customer info block.' =>
  2730. '',
  2731. 'Defines a customer item, which generates a google maps icon at the end of a customer info block.' =>
  2732. '',
  2733. 'Defines a default list of words, that are ignored by the spell checker.' =>
  2734. '',
  2735. 'Defines a filter for html output to add links behind CVE numbers. The element Image allows two input kinds. At once the name of an image (e.g. faq.png). In this case the OTRS image path will be used. The second possiblity is to insert the link to the image.' =>
  2736. '',
  2737. 'Defines a filter for html output to add links behind MSBulletin numbers. The element Image allows two input kinds. At once the name of an image (e.g. faq.png). In this case the OTRS image path will be used. The second possiblity is to insert the link to the image.' =>
  2738. '',
  2739. 'Defines a filter for html output to add links behind a defined string. The element Image allows two input kinds. At once the name of an image (e.g. faq.png). In this case the OTRS image path will be used. The second possiblity is to insert the link to the image.' =>
  2740. '',
  2741. 'Defines a filter for html output to add links behind bugtraq numbers. The element Image allows two input kinds. At once the name of an image (e.g. faq.png). In this case the OTRS image path will be used. The second possiblity is to insert the link to the image.' =>
  2742. '',
  2743. 'Defines a filter to process the text in the articles, in order to highlight predefined keywords.' =>
  2744. '',
  2745. 'Defines a regular expression that excludes some addresses from the syntax check (if "CheckEmailAddresses" is set to "Yes"). Please enter a regex in this field for email addresses, that aren\'t syntactically valid, but are necessary for the system (i.e. "root@localhost").' =>
  2746. '',
  2747. 'Defines a regular expression that filters all email addresses that should not be used in the application.' =>
  2748. '',
  2749. 'Defines a useful module to load specific user options or to display news.' =>
  2750. '',
  2751. 'Defines all the X-headers that should be scanned.' => '',
  2752. 'Defines all the languages that are available to the application. The Key/Content pair links the front-end display name to the appropriate language PM file. The "Key" value should be the base-name of the PM file (i.e. de.pm is the file, then de is the "Key" value). The "Content" value should be the display name for the front-end. Specify any own-defined language here (see the developer documentation http://doc.otrs.org/ for more infomation). Please remember to use the HTML equivalents for non-ASCII characters (i.e. for the German oe = o umlaut, it is necessary to use the &ouml; symbol).' =>
  2753. '',
  2754. 'Defines all the parameters for the RefreshTime object in the customer preferences of the customer interface.' =>
  2755. '',
  2756. 'Defines all the parameters for the ShownTickets object in the customer preferences of the customer interface.' =>
  2757. '',
  2758. 'Defines all the parameters for this item in the customer preferences.' =>
  2759. '',
  2760. 'Defines all the possible stats output formats.' => '',
  2761. 'Defines an alternate URL, where the login link refers to.' => '',
  2762. 'Defines an alternate URL, where the logout link refers to.' => '',
  2763. 'Defines an alternate login URL for the customer panel..' => '',
  2764. 'Defines an alternate logout URL for the customer panel.' => '',
  2765. 'Defines an external link to the database of the customer (e.g. \'http://yourhost/customer.php?CID=$Data{"CustomerID"}\' or \'\').' =>
  2766. '',
  2767. 'Defines how the From field from the emails (sent from answers and email tickets) should look like.' =>
  2768. '',
  2769. 'Defines if a pre-sorting by priority should be done in the queue view.' =>
  2770. '',
  2771. 'Defines if a ticket lock is required in the close ticket screen of the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2772. '',
  2773. 'Defines if a ticket lock is required in the ticket bounce screen of the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2774. '',
  2775. 'Defines if a ticket lock is required in the ticket compose screen of the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2776. '',
  2777. 'Defines if a ticket lock is required in the ticket forward screen of the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2778. '',
  2779. 'Defines if a ticket lock is required in the ticket free text screen of the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2780. '',
  2781. 'Defines if a ticket lock is required in the ticket merge screen of a zoomed ticket in the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2782. '',
  2783. 'Defines if a ticket lock is required in the ticket note screen of the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2784. '',
  2785. 'Defines if a ticket lock is required in the ticket owner screen of a zoomed ticket in the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2786. '',
  2787. 'Defines if a ticket lock is required in the ticket pending screen of a zoomed ticket in the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2788. '',
  2789. 'Defines if a ticket lock is required in the ticket phone inbound screen of the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2790. '',
  2791. 'Defines if a ticket lock is required in the ticket phone outbound screen of the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2792. '',
  2793. 'Defines if a ticket lock is required in the ticket priority screen of a zoomed ticket in the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2794. '',
  2795. 'Defines if a ticket lock is required in the ticket responsible screen of the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2796. '',
  2797. 'Defines if a ticket lock is required to change the customer of a ticket in the agent interface (if the ticket isn\'t locked yet, the ticket gets locked and the current agent will be set automatically as its owner).' =>
  2798. '',
  2799. 'Defines if composed messages have to be spell checked in the agent interface.' =>
  2800. '',
  2801. 'Defines if the enhanced mode should be used (enables use of table, replace, subscript, superscript, paste from word, etc.).' =>
  2802. '',
  2803. 'Defines if time accounting is mandatory in the agent interface.' =>
  2804. '',
  2805. 'Defines if time accounting must be set to all tickets in bulk action.' =>
  2806. '',
  2807. 'Defines scheduler PID update time in seconds (floating point number).' =>
  2808. '',
  2809. 'Defines scheduler sleep time in seconds after processing all available tasks (floating point number).' =>
  2810. '',
  2811. 'Defines the IP regular expression for accessing the local repository. You need to enable this to have access to your local repository and the package::RepositoryList is required on the remote host.' =>
  2812. '',
  2813. 'Defines the URL CSS path.' => '',
  2814. 'Defines the URL base path of icons, CSS and Java Script.' => '',
  2815. 'Defines the URL image path of icons for navigation.' => '',
  2816. 'Defines the URL java script path.' => '',
  2817. 'Defines the URL rich text editor path.' => '',
  2818. 'Defines the address of a dedicated DNS server, if necessary, for the "CheckMXRecord" look-ups.' =>
  2819. '',
  2820. 'Defines the body text for notification mails sent to agents, about new password (after using this link the new password will be sent).' =>
  2821. '',
  2822. 'Defines the body text for notification mails sent to agents, with token about new requested password (after using this link the new password will be sent).' =>
  2823. '',
  2824. 'Defines the body text for notification mails sent to customers, about new account.' =>
  2825. '',
  2826. 'Defines the body text for notification mails sent to customers, about new password (after using this link the new password will be sent).' =>
  2827. '',
  2828. 'Defines the body text for notification mails sent to customers, with token about new requested password (after using this link the new password will be sent).' =>
  2829. '',
  2830. 'Defines the body text for rejected emails.' => '',
  2831. 'Defines the boldness of the line drawed by the graph.' => '',
  2832. 'Defines the colors for the graphs.' => '',
  2833. 'Defines the column to store the keys for the preferences table.' =>
  2834. '',
  2835. 'Defines the config parameters of this item, to be shown in the preferences view.' =>
  2836. '',
  2837. 'Defines the config parameters of this item, to be shown in the preferences view. Take care to maintain the dictionaries installed in the system in the data section.' =>
  2838. '',
  2839. 'Defines the connections for http/ftp, via a proxy.' => '',
  2840. 'Defines the date input format used in forms (option or input fields).' =>
  2841. '',
  2842. 'Defines the default CSS used in rich text editors.' => '',
  2843. 'Defines the default auto response type of the article for this operation.' =>
  2844. '',
  2845. 'Defines the default body of a note in the ticket free text screen of the agent interface.' =>
  2846. '',
  2847. 'Defines the default front-end (HTML) theme to be used by the agents and customers. The default themes are Standard and Lite. If you like, you can add your own theme. Please refer the administrator manual located at http://doc.otrs.org/.' =>
  2848. '',
  2849. 'Defines the default front-end language. All the possible values are determined by the available language files on the system (see the next setting).' =>
  2850. '',
  2851. 'Defines the default history type in the customer interface.' => '',
  2852. 'Defines the default maximum number of X-axis attributes for the time scale.' =>
  2853. '',
  2854. 'Defines the default maximum number of search results shown on the overview page.' =>
  2855. '',
  2856. 'Defines the default next state for a ticket after customer follow up in the customer interface.' =>
  2857. '',
  2858. 'Defines the default next state of a ticket after adding a note, in the close ticket screen of the agent interface.' =>
  2859. '',
  2860. 'Defines the default next state of a ticket after adding a note, in the ticket bulk screen of the agent interface.' =>
  2861. '',
  2862. 'Defines the default next state of a ticket after adding a note, in the ticket free text screen of the agent interface.' =>
  2863. '',
  2864. 'Defines the default next state of a ticket after adding a note, in the ticket note screen of the agent interface.' =>
  2865. '',
  2866. 'Defines the default next state of a ticket after adding a note, in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  2867. '',
  2868. 'Defines the default next state of a ticket after adding a note, in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  2869. '',
  2870. 'Defines the default next state of a ticket after adding a note, in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  2871. '',
  2872. 'Defines the default next state of a ticket after adding a note, in the ticket responsible screen of the agent interface.' =>
  2873. '',
  2874. 'Defines the default next state of a ticket after being bounced, in the ticket bounce screen of the agent interface.' =>
  2875. '',
  2876. 'Defines the default next state of a ticket after being forwarded, in the ticket forward screen of the agent interface.' =>
  2877. '',
  2878. 'Defines the default next state of a ticket if it is composed / answered in the ticket compose screen of the agent interface.' =>
  2879. '',
  2880. 'Defines the default note body text for phone tickets in the ticket phone inbound screen of the agent interface.' =>
  2881. '',
  2882. 'Defines the default note body text for phone tickets in the ticket phone outbound screen of the agent interface.' =>
  2883. '',
  2884. 'Defines the default priority of follow up customer tickets in the ticket zoom screen in the customer interface.' =>
  2885. '',
  2886. 'Defines the default priority of new customer tickets in the customer interface.' =>
  2887. '',
  2888. 'Defines the default priority of new tickets.' => '',
  2889. 'Defines the default queue for new customer tickets in the customer interface.' =>
  2890. '',
  2891. 'Defines the default selection at the drop down menu for dynamic objects (Form: Common Specification).' =>
  2892. '',
  2893. 'Defines the default selection at the drop down menu for permissions (Form: Common Specification).' =>
  2894. '',
  2895. 'Defines the default selection at the drop down menu for stats format (Form: Common Specification). Please insert the format key (see Stats::Format).' =>
  2896. '',
  2897. 'Defines the default sender type for phone tickets in the ticket phone inbound screen of the agent interface.' =>
  2898. '',
  2899. 'Defines the default sender type for phone tickets in the ticket phone outbound screen of the agent interface.' =>
  2900. '',
  2901. 'Defines the default sender type for tickets in the ticket zoom screen of the customer interface.' =>
  2902. '',
  2903. 'Defines the default shown ticket search attribute for ticket search screen.' =>
  2904. '',
  2905. 'Defines the default shown ticket search attribute for ticket search screen. Example: a text, 1, Search_DynamicField_Field1StartYear=2002; Search_DynamicField_Field1StartMonth=12; Search_DynamicField_Field1StartDay=12; Search_DynamicField_Field1StartHour=00; Search_DynamicField_Field1StartMinute=00; Search_DynamicField_Field1StartSecond=00; Search_DynamicField_Field1StopYear=2009; Search_DynamicField_Field1StopMonth=02; Search_DynamicField_Field1StopDay=10; Search_DynamicField_Field1StopHour=23; Search_DynamicField_Field1StopMinute=59; Search_DynamicField_Field1StopSecond=59;.' =>
  2906. '',
  2907. 'Defines the default sort criteria for all queues displayed in the queue view.' =>
  2908. '',
  2909. 'Defines the default sort order for all queues in the queue view, after priority sort.' =>
  2910. '',
  2911. 'Defines the default spell checker dictionary.' => '',
  2912. 'Defines the default state of new customer tickets in the customer interface.' =>
  2913. '',
  2914. 'Defines the default state of new tickets.' => '',
  2915. 'Defines the default subject for phone tickets in the ticket phone inbound screen of the agent interface.' =>
  2916. '',
  2917. 'Defines the default subject for phone tickets in the ticket phone outbound screen of the agent interface.' =>
  2918. '',
  2919. 'Defines the default subject of a note in the ticket free text screen of the agent interface.' =>
  2920. '',
  2921. 'Defines the default ticket attribute for ticket sorting in a ticket search of the customer interface.' =>
  2922. '',
  2923. 'Defines the default ticket attribute for ticket sorting in the escalation view of the agent interface.' =>
  2924. '',
  2925. 'Defines the default ticket attribute for ticket sorting in the locked ticket view of the agent interface.' =>
  2926. '',
  2927. 'Defines the default ticket attribute for ticket sorting in the responsible view of the agent interface.' =>
  2928. '',
  2929. 'Defines the default ticket attribute for ticket sorting in the status view of the agent interface.' =>
  2930. '',
  2931. 'Defines the default ticket attribute for ticket sorting in the watch view of the agent interface.' =>
  2932. '',
  2933. 'Defines the default ticket attribute for ticket sorting of the ticket search result of the agent interface.' =>
  2934. '',
  2935. 'Defines the default ticket bounced notification for customer/sender in the ticket bounce screen of the agent interface.' =>
  2936. '',
  2937. 'Defines the default ticket next state after adding a phone note in the ticket phone inbound screen of the agent interface.' =>
  2938. '',
  2939. 'Defines the default ticket next state after adding a phone note in the ticket phone outbound screen of the agent interface.' =>
  2940. '',
  2941. 'Defines the default ticket order (after priority sort) in the escalation view of the agent interface. Up: oldest on top. Down: latest on top.' =>
  2942. '',
  2943. 'Defines the default ticket order (after priority sort) in the status view of the agent interface. Up: oldest on top. Down: latest on top.' =>
  2944. '',
  2945. 'Defines the default ticket order in the responsible view of the agent interface. Up: oldest on top. Down: latest on top.' =>
  2946. '',
  2947. 'Defines the default ticket order in the ticket locked view of the agent interface. Up: oldest on top. Down: latest on top.' =>
  2948. '',
  2949. 'Defines the default ticket order in the ticket search result of the agent interface. Up: oldest on top. Down: latest on top.' =>
  2950. '',
  2951. 'Defines the default ticket order in the watch view of the agent interface. Up: oldest on top. Down: latest on top.' =>
  2952. '',
  2953. 'Defines the default ticket order of a search result in the customer interface. Up: oldest on top. Down: latest on top.' =>
  2954. '',
  2955. 'Defines the default ticket priority in the close ticket screen of the agent interface.' =>
  2956. '',
  2957. 'Defines the default ticket priority in the ticket bulk screen of the agent interface.' =>
  2958. '',
  2959. 'Defines the default ticket priority in the ticket free text screen of the agent interface.' =>
  2960. '',
  2961. 'Defines the default ticket priority in the ticket note screen of the agent interface.' =>
  2962. '',
  2963. 'Defines the default ticket priority in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  2964. '',
  2965. 'Defines the default ticket priority in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  2966. '',
  2967. 'Defines the default ticket priority in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  2968. '',
  2969. 'Defines the default ticket priority in the ticket responsible screen of the agent interface.' =>
  2970. '',
  2971. 'Defines the default ticket type for new customer tickets in the customer interface.' =>
  2972. '',
  2973. 'Defines the default type for article in the customer interface.' =>
  2974. '',
  2975. 'Defines the default type of forwarded message in the ticket forward screen of the agent interface.' =>
  2976. '',
  2977. 'Defines the default type of the article for this operation.' => '',
  2978. 'Defines the default type of the note in the close ticket screen of the agent interface.' =>
  2979. '',
  2980. 'Defines the default type of the note in the ticket bulk screen of the agent interface.' =>
  2981. '',
  2982. 'Defines the default type of the note in the ticket free text screen of the agent interface.' =>
  2983. '',
  2984. 'Defines the default type of the note in the ticket note screen of the agent interface.' =>
  2985. '',
  2986. 'Defines the default type of the note in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  2987. '',
  2988. 'Defines the default type of the note in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  2989. '',
  2990. 'Defines the default type of the note in the ticket phone inbound screen of the agent interface.' =>
  2991. '',
  2992. 'Defines the default type of the note in the ticket phone outbound screen of the agent interface.' =>
  2993. '',
  2994. 'Defines the default type of the note in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  2995. '',
  2996. 'Defines the default type of the note in the ticket responsible screen of the agent interface.' =>
  2997. '',
  2998. 'Defines the default type of the note in the ticket zoom screen of the customer interface.' =>
  2999. '',
  3000. 'Defines the default used Frontend-Module if no Action parameter given in the url on the agent interface.' =>
  3001. '',
  3002. 'Defines the default used Frontend-Module if no Action parameter given in the url on the customer interface.' =>
  3003. '',
  3004. 'Defines the default value for the action parameter for the public frontend. The action parameter is used in the scripts of the system.' =>
  3005. '',
  3006. 'Defines the default viewable sender types of a ticket (default: customer).' =>
  3007. '',
  3008. 'Defines the filter that processes the text in the articles, in order to highlight URLs.' =>
  3009. '',
  3010. 'Defines the format of responses in the ticket compose screen of the agent interface ($QData{"OrigFrom"} is From 1:1, $QData{"OrigFromName"} is only realname of From).' =>
  3011. '',
  3012. 'Defines the fully qualified domain name of the system. This setting is used as a variable, OTRS_CONFIG_FQDN which is found in all forms of messaging used by the application, to build links to the tickets within your system.' =>
  3013. '',
  3014. 'Defines the groups every customer user will be in (if CustomerGroupSupport is enabled and you don\'t want to manage every user for these groups).' =>
  3015. '',
  3016. 'Defines the height for the rich text editor component for this screen. Enter number (pixels) or percent value (relative).' =>
  3017. '',
  3018. 'Defines the height for the rich text editor component. Enter number (pixels) or percent value (relative).' =>
  3019. '',
  3020. 'Defines the height of the legend.' => '',
  3021. 'Defines the history comment for the close ticket screen action, which gets used for ticket history in the agent interface.' =>
  3022. '',
  3023. 'Defines the history comment for the email ticket screen action, which gets used for ticket history in the agent interface.' =>
  3024. '',
  3025. 'Defines the history comment for the phone ticket screen action, which gets used for ticket history in the agent interface.' =>
  3026. '',
  3027. 'Defines the history comment for the ticket free text screen action, which gets used for ticket history.' =>
  3028. '',
  3029. 'Defines the history comment for the ticket note screen action, which gets used for ticket history in the agent interface.' =>
  3030. '',
  3031. 'Defines the history comment for the ticket owner screen action, which gets used for ticket history in the agent interface.' =>
  3032. '',
  3033. 'Defines the history comment for the ticket pending screen action, which gets used for ticket history in the agent interface.' =>
  3034. '',
  3035. 'Defines the history comment for the ticket phone inbound screen action, which gets used for ticket history in the agent interface.' =>
  3036. '',
  3037. 'Defines the history comment for the ticket phone outbound screen action, which gets used for ticket history in the agent interface.' =>
  3038. '',
  3039. 'Defines the history comment for the ticket priority screen action, which gets used for ticket history in the agent interface.' =>
  3040. '',
  3041. 'Defines the history comment for the ticket responsible screen action, which gets used for ticket history in the agent interface.' =>
  3042. '',
  3043. 'Defines the history comment for the ticket zoom action, which gets used for ticket history in the customer interface.' =>
  3044. '',
  3045. 'Defines the history comment for this operation, which gets used for ticket history in the agent interface.' =>
  3046. '',
  3047. 'Defines the history type for the close ticket screen action, which gets used for ticket history in the agent interface.' =>
  3048. '',
  3049. 'Defines the history type for the email ticket screen action, which gets used for ticket history in the agent interface.' =>
  3050. '',
  3051. 'Defines the history type for the phone ticket screen action, which gets used for ticket history in the agent interface.' =>
  3052. '',
  3053. 'Defines the history type for the ticket free text screen action, which gets used for ticket history.' =>
  3054. '',
  3055. 'Defines the history type for the ticket note screen action, which gets used for ticket history in the agent interface.' =>
  3056. '',
  3057. 'Defines the history type for the ticket owner screen action, which gets used for ticket history in the agent interface.' =>
  3058. '',
  3059. 'Defines the history type for the ticket pending screen action, which gets used for ticket history in the agent interface.' =>
  3060. '',
  3061. 'Defines the history type for the ticket phone inbound screen action, which gets used for ticket history in the agent interface.' =>
  3062. '',
  3063. 'Defines the history type for the ticket phone outbound screen action, which gets used for ticket history in the agent interface.' =>
  3064. '',
  3065. 'Defines the history type for the ticket priority screen action, which gets used for ticket history in the agent interface.' =>
  3066. '',
  3067. 'Defines the history type for the ticket responsible screen action, which gets used for ticket history in the agent interface.' =>
  3068. '',
  3069. 'Defines the history type for the ticket zoom action, which gets used for ticket history in the customer interface.' =>
  3070. '',
  3071. 'Defines the history type for this operation, which gets used for ticket history in the agent interface.' =>
  3072. '',
  3073. 'Defines the hours and week days of the indicated calendar, to count the working time.' =>
  3074. '',
  3075. 'Defines the hours and week days to count the working time.' => '',
  3076. 'Defines the key to be checked with Kernel::Modules::AgentInfo module. If this user preferences key is true, the message is accepted by the system.' =>
  3077. '',
  3078. 'Defines the key to check with CustomerAccept. If this user preferences key is true, then the message is accepted by the system.' =>
  3079. '',
  3080. 'Defines the link type \'Normal\'. If the source name and the target name contain the same value, the resulting link is a non-directional one; otherwise, the result is a directional link.' =>
  3081. '',
  3082. 'Defines the link type \'ParentChild\'. If the source name and the target name contain the same value, the resulting link is a non-directional one; otherwise, the result is a directional link.' =>
  3083. '',
  3084. 'Defines the link type groups. The link types of the same group cancel one another. Example: If ticket A is linked per a \'Normal\' link with ticket B, then these tickets could not be additionally linked with link of a \'ParentChild\' relationship.' =>
  3085. '',
  3086. 'Defines the list of online repositories. Another installations can be used as repository, for example: Key="http://example.com/otrs/public.pl?Action=PublicRepository;File=" and Content="Some Name".' =>
  3087. '',
  3088. 'Defines the location to get online repository list for additional packages. The first available result will be used.' =>
  3089. '',
  3090. 'Defines the log module for the system. "File" writes all messages in a given logfile, "SysLog" uses the syslog daemon of the system, e.g. syslogd.' =>
  3091. '',
  3092. 'Defines the maximal size (in bytes) for file uploads via the browser.' =>
  3093. '',
  3094. 'Defines the maximal valid time (in seconds) for a session id.' =>
  3095. '',
  3096. 'Defines the maximum length (in characters) for a scheduler task data. WARNING: Do not modify this setting unless you are sure of the current Database length for \'task_data\' filed from \'scheduler_data_list\' table.' =>
  3097. '',
  3098. 'Defines the maximum number of pages per PDF file.' => '',
  3099. 'Defines the maximum size (in MB) of the log file.' => '',
  3100. 'Defines the module that shows a generic notification in the agent interface. Either "Text" - if configured - or the contents of "File" will be displayed.' =>
  3101. '',
  3102. 'Defines the module that shows all the currently loged in customers in the agent interface.' =>
  3103. '',
  3104. 'Defines the module that shows all the currently logged in agents in the agent interface.' =>
  3105. '',
  3106. 'Defines the module that shows the currently loged in agents in the customer interface.' =>
  3107. '',
  3108. 'Defines the module that shows the currently loged in customers in the customer interface.' =>
  3109. '',
  3110. 'Defines the module to authenticate customers.' => '',
  3111. 'Defines the module to display a notification in the agent interface, (only for agents on the admin group) if the scheduler is not running.' =>
  3112. '',
  3113. 'Defines the module to display a notification in the agent interface, if the agent is logged in while having out-of-office active.' =>
  3114. '',
  3115. 'Defines the module to display a notification in the agent interface, if the system is used by the admin user (normally you shouldn\'t work as admin).' =>
  3116. '',
  3117. 'Defines the module to generate html refresh headers of html sites, in the customer interface.' =>
  3118. '',
  3119. 'Defines the module to generate html refresh headers of html sites.' =>
  3120. '',
  3121. 'Defines the module to send emails. "Sendmail" directly uses the sendmail binary of your operating system. Any of the "SMTP" mechanisms use a specified (external) mailserver. "DoNotSendEmail" doesn\'t send emails and it is useful for test systems.' =>
  3122. '',
  3123. 'Defines the module used to store the session data. With "DB" the frontend server can be splitted from the db server. "FS" is faster.' =>
  3124. '',
  3125. 'Defines the name of the application, shown in the web interface, tabs and title bar of the web browser.' =>
  3126. '',
  3127. 'Defines the name of the column to store the data in the preferences table.' =>
  3128. '',
  3129. 'Defines the name of the column to store the user identifier in the preferences table.' =>
  3130. '',
  3131. 'Defines the name of the indicated calendar.' => '',
  3132. 'Defines the name of the key for customer sessions.' => '',
  3133. 'Defines the name of the session key. E.g. Session, SessionID or OTRS.' =>
  3134. '',
  3135. 'Defines the name of the table, where the customer preferences are stored.' =>
  3136. '',
  3137. 'Defines the next possible states after composing / answering a ticket in the ticket compose screen of the agent interface.' =>
  3138. '',
  3139. 'Defines the next possible states after forwarding a ticket in the ticket forward screen of the agent interface.' =>
  3140. '',
  3141. 'Defines the next possible states for customer tickets in the customer interface.' =>
  3142. '',
  3143. 'Defines the next state of a ticket after adding a note, in the close ticket screen of the agent interface.' =>
  3144. '',
  3145. 'Defines the next state of a ticket after adding a note, in the ticket bulk screen of the agent interface.' =>
  3146. '',
  3147. 'Defines the next state of a ticket after adding a note, in the ticket free text screen of the agent interface.' =>
  3148. '',
  3149. 'Defines the next state of a ticket after adding a note, in the ticket note screen of the agent interface.' =>
  3150. '',
  3151. 'Defines the next state of a ticket after adding a note, in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  3152. '',
  3153. 'Defines the next state of a ticket after adding a note, in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  3154. '',
  3155. 'Defines the next state of a ticket after adding a note, in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  3156. '',
  3157. 'Defines the next state of a ticket after adding a note, in the ticket responsible screen of the agent interface.' =>
  3158. '',
  3159. 'Defines the next state of a ticket after being bounced, in the ticket bounce screen of the agent interface.' =>
  3160. '',
  3161. 'Defines the next state of a ticket after being moved to another queue, in the move ticket screen of the agent interface.' =>
  3162. '',
  3163. 'Defines the parameters for the customer preferences table.' => '',
  3164. 'Defines the parameters for the dashboard backend. "Group" is used to restrict access to the plugin (e. g. Group: admin;group1;group2;). "Default" indicates if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTL" indicates the cache expiration period in minutes for the plugin.' =>
  3165. '',
  3166. 'Defines the parameters for the dashboard backend. "Group" is used to restrict access to the plugin (e. g. Group: admin;group1;group2;). "Default" indicates if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" defines the cache expiration period in minutes for the plugin.' =>
  3167. '',
  3168. 'Defines the parameters for the dashboard backend. "Limit" defines the number of entries displayed by default. "Group" is used to restrict access to the plugin (e. g. Group: admin;group1;group2;). "Default" indicates if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTL" indicates the cache expiration period in minutes for the plugin.' =>
  3169. '',
  3170. 'Defines the parameters for the dashboard backend. "Limit" defines the number of entries displayed by default. "Group" is used to restrict access to the plugin (e. g. Group: admin;group1;group2;). "Default" indicates if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" defines the cache expiration period in minutes for the plugin.' =>
  3171. '',
  3172. 'Defines the password to access the SOAP handle (bin/cgi-bin/rpc.pl).' =>
  3173. '',
  3174. 'Defines the path and TTF-File to handle bold italic monospaced font in PDF documents.' =>
  3175. '',
  3176. 'Defines the path and TTF-File to handle bold italic proportional font in PDF documents.' =>
  3177. '',
  3178. 'Defines the path and TTF-File to handle bold monospaced font in PDF documents.' =>
  3179. '',
  3180. 'Defines the path and TTF-File to handle bold proportional font in PDF documents.' =>
  3181. '',
  3182. 'Defines the path and TTF-File to handle italic monospaced font in PDF documents.' =>
  3183. '',
  3184. 'Defines the path and TTF-File to handle italic proportional font in PDF documents.' =>
  3185. '',
  3186. 'Defines the path and TTF-File to handle monospaced font in PDF documents.' =>
  3187. '',
  3188. 'Defines the path and TTF-File to handle proportional font in PDF documents.' =>
  3189. '',
  3190. 'Defines the path for scheduler to store its console output (SchedulerOUT.log and SchedulerERR.log).' =>
  3191. '',
  3192. 'Defines the path of the shown info file, that is located under Kernel/Output/HTML/Standard/CustomerAccept.dtl.' =>
  3193. '',
  3194. 'Defines the path to PGP binary.' => '',
  3195. 'Defines the path to open ssl binary. It may need a HOME env ($ENV{HOME} = \'/var/lib/wwwrun\';).' =>
  3196. '',
  3197. 'Defines the placement of the legend. This should be a two letter key of the form: \'B[LCR]|R[TCB]\'. The first letter indicates the placement (Bottom or Right), and the second letter the alignment (Left, Right, Center, Top, or Bottom).' =>
  3198. '',
  3199. 'Defines the postmaster default queue.' => '',
  3200. 'Defines the receipent target of the phone ticket and the sender of the email ticket ("Queue" shows all queues, "SystemAddress" displays all system addresses) in the agent interface.' =>
  3201. '',
  3202. 'Defines the receipent target of the tickets ("Queue" shows all queues, "SystemAddress" displays all system addresses) in the customer interface.' =>
  3203. '',
  3204. 'Defines the required permission to show a ticket in the escalation view of the agent interface.' =>
  3205. '',
  3206. 'Defines the search limit for the stats.' => '',
  3207. 'Defines the sender for rejected emails.' => '',
  3208. 'Defines the separator between the agents real name and the given queue email address.' =>
  3209. '',
  3210. 'Defines the spacing of the legends.' => '',
  3211. 'Defines the standard permissions available for customers within the application. If more permissions are needed, you can enter them here. Permissions must be hard coded to be effective. Please ensure, when adding any of the afore mentioned permissions, that the "rw" permission remains the last entry.' =>
  3212. '',
  3213. 'Defines the standard size of PDF pages.' => '',
  3214. 'Defines the state of a ticket if it gets a follow-up and the ticket was already closed.' =>
  3215. '',
  3216. 'Defines the state of a ticket if it gets a follow-up.' => '',
  3217. 'Defines the state type of the reminder for pending tickets.' => '',
  3218. 'Defines the subject for notification mails sent to agents, about new password.' =>
  3219. '',
  3220. 'Defines the subject for notification mails sent to agents, with token about new requested password.' =>
  3221. '',
  3222. 'Defines the subject for notification mails sent to customers, about new account.' =>
  3223. '',
  3224. 'Defines the subject for notification mails sent to customers, about new password.' =>
  3225. '',
  3226. 'Defines the subject for notification mails sent to customers, with token about new requested password.' =>
  3227. '',
  3228. 'Defines the subject for rejected emails.' => '',
  3229. 'Defines the system administrator\'s email address. It will be displayed in the error screens of the application.' =>
  3230. '',
  3231. 'Defines the system identifier. Every ticket number and http session string contain this ID. This ensures that only tickets which belong to your system will be processed as follow-ups (useful when communicating between two instances of OTRS).' =>
  3232. '',
  3233. 'Defines the target attribute in the link to external customer database. E.g. \'AsPopup PopupType_TicketAction\'.' =>
  3234. '',
  3235. 'Defines the target attribute in the link to external customer database. E.g. \'target="cdb"\'.' =>
  3236. '',
  3237. 'Defines the time in days to keep log backup files.' => '',
  3238. 'Defines the time in seconds after which the Scheduler performs an automatic self-restart.' =>
  3239. '',
  3240. 'Defines the time zone of the indicated calendar, which can be assigned later to a specific queue.' =>
  3241. '',
  3242. 'Defines the type of protocol, used by ther web server, to serve the application. If https protocol will be used instead of plain http, it must be specified it here. Since this has no affect on the web server\'s settings or behavior, it will not change the method of access to the application and, if it is wrong, it will not prevent you from logging into the application. This setting is used as a variable, OTRS_CONFIG_HttpType which is found in all forms of messaging used by the application, to build links to the tickets within your system.' =>
  3243. '',
  3244. 'Defines the used character for email quotes in the ticket compose screen of the agent interface.' =>
  3245. '',
  3246. 'Defines the user identifier for the customer panel.' => '',
  3247. 'Defines the username to access the SOAP handle (bin/cgi-bin/rpc.pl).' =>
  3248. '',
  3249. 'Defines the valid state types for a ticket.' => '',
  3250. 'Defines the valid states for unlocked tickets. To unlock tickets the script "bin/otrs.UnlockTickets.pl" can be used.' =>
  3251. '',
  3252. 'Defines the viewable locks of a ticket. Default: unlock, tmp_lock.' =>
  3253. '',
  3254. 'Defines the width for the rich text editor component for this screen. Enter number (pixels) or percent value (relative).' =>
  3255. '',
  3256. 'Defines the width for the rich text editor component. Enter number (pixels) or percent value (relative).' =>
  3257. '',
  3258. 'Defines the width of the legend.' => '',
  3259. 'Defines which article sender types should be shown in the preview of a ticket.' =>
  3260. '',
  3261. 'Defines which states should be set automatically (Content), after the pending time of state (Key) has been reached.' =>
  3262. '',
  3263. 'Defines wich article type should be expanded when entering the overview. If nothing defined, latest article will be expanded.' =>
  3264. '',
  3265. 'Delay time between autocomplete queries in milliseconds.' => '',
  3266. 'Deletes a session if the session id is used with an invalid remote IP address.' =>
  3267. '',
  3268. 'Deletes requested sessions if they have timed out.' => '',
  3269. 'Determines if the list of possible queues to move to ticket into should be displayed in a dropdown list or in a new window in the agent interface. If "New Window" is set you can add a move note to the ticket.' =>
  3270. '',
  3271. 'Determines if the search results container for the autocomplete feature should adjust its width dynamically.' =>
  3272. '',
  3273. 'Determines if the statistics module may generate ticket lists.' =>
  3274. '',
  3275. 'Determines the next possible ticket states, after the creation of a new email ticket in the agent interface.' =>
  3276. '',
  3277. 'Determines the next possible ticket states, after the creation of a new phone ticket in the agent interface.' =>
  3278. '',
  3279. 'Determines the next possible ticket states, for process tickets in the agent interface.' =>
  3280. '',
  3281. 'Determines the next screen after new customer ticket in the customer interface.' =>
  3282. '',
  3283. 'Determines the next screen after the follow up screen of a zoomed ticket in the customer interface.' =>
  3284. '',
  3285. 'Determines the next screen after the ticket is moved. LastScreenOverview will return to search results, queueview, dashboard or the like, LastScreenView will return to TicketZoom.' =>
  3286. '',
  3287. 'Determines the possible states for pending tickets that changed state after reaching time limit.' =>
  3288. '',
  3289. 'Determines the strings that will be shown as receipent (To:) of the phone ticket and as sender (From:) of the email ticket in the agent interface. For Queue as NewQueueSelectionType "<Queue>" shows the names of the queues and for SystemAddress "<Realname> <<Email>>" shows the name and email of the receipent.' =>
  3290. '',
  3291. 'Determines the strings that will be shown as receipent (To:) of the ticket in the customer interface. For Queue as CustomerPanelSelectionType, "<Queue>" shows the names of the queues, and for SystemAddress, "<Realname> <<Email>>" shows the name and email of the receipent.' =>
  3292. '',
  3293. 'Determines the way the linked objects are displayed in each zoom mask.' =>
  3294. '',
  3295. 'Determines which options will be valid of the recepient (phone ticket) and the sender (email ticket) in the agent interface.' =>
  3296. '',
  3297. 'Determines which queues will be valid for ticket\'s recepients in the customer interface.' =>
  3298. '',
  3299. 'Disables sending reminder notifications to the responsible agent of a ticket (Ticket::Responsible needs to be activated).' =>
  3300. '',
  3301. 'Disables the web installer (http://yourhost.example.com/otrs/installer.pl), to prevent the system from being hijacked. If set to "No", the system can be reinstalled and the current basic configuration will be used to pre-populate the questions within the installer script. If not active, it also disables the GenericAgent, PackageManager and SQL Box.' =>
  3302. '',
  3303. 'Display settings to override defaults for Process Tickets.' => '',
  3304. 'Displays the accounted time for an article in the ticket zoom view.' =>
  3305. '',
  3306. 'Dropdown' => '',
  3307. 'Dynamic Fields Checkbox Backend GUI' => '',
  3308. 'Dynamic Fields Date Time Backend GUI' => '',
  3309. 'Dynamic Fields Drop-down Backend GUI' => '',
  3310. 'Dynamic Fields GUI' => '',
  3311. 'Dynamic Fields Multiselect Backend GUI' => '',
  3312. 'Dynamic Fields Overview Limit' => '',
  3313. 'Dynamic Fields Text Backend GUI' => '',
  3314. 'Dynamic Fields used to export the search result in CSV format.' =>
  3315. '',
  3316. 'Dynamic fields groups for process widget. The key is the name of the group, the value contains the fields to be shown. Example: \'Key => My Group\', \'Content: Name_X, NameY\'.' =>
  3317. '',
  3318. 'Dynamic fields limit per page for Dynamic Fields Overview' => '',
  3319. 'Dynamic fields options shown in the ticket message screen of the customer interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required. NOTE. If you want to display these fields also in the ticket zoom of the customer interface, you have to enable them in CustomerTicketZoom###DynamicField.' =>
  3320. '',
  3321. 'Dynamic fields options shown in the ticket reply section in the ticket zoom screen of the customer interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3322. '',
  3323. 'Dynamic fields shown in the process widget in ticket zoom screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled.' =>
  3324. '',
  3325. 'Dynamic fields shown in the sidebar of the ticket zoom screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled.' =>
  3326. '',
  3327. 'Dynamic fields shown in the ticket close screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3328. '',
  3329. 'Dynamic fields shown in the ticket compose screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3330. '',
  3331. 'Dynamic fields shown in the ticket email screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3332. '',
  3333. 'Dynamic fields shown in the ticket forward screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3334. '',
  3335. 'Dynamic fields shown in the ticket free text screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3336. '',
  3337. 'Dynamic fields shown in the ticket medium format overview screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled.' =>
  3338. '',
  3339. 'Dynamic fields shown in the ticket move screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3340. '',
  3341. 'Dynamic fields shown in the ticket note screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3342. '',
  3343. 'Dynamic fields shown in the ticket overview screen of the customer interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3344. '',
  3345. 'Dynamic fields shown in the ticket owner screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3346. '',
  3347. 'Dynamic fields shown in the ticket pending screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3348. '',
  3349. 'Dynamic fields shown in the ticket phone inbound screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3350. '',
  3351. 'Dynamic fields shown in the ticket phone outbound screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3352. '',
  3353. 'Dynamic fields shown in the ticket phone screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3354. '',
  3355. 'Dynamic fields shown in the ticket preview format overview screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled.' =>
  3356. '',
  3357. 'Dynamic fields shown in the ticket print screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled.' =>
  3358. '',
  3359. 'Dynamic fields shown in the ticket print screen of the customer interface. Possible settings: 0 = Disabled, 1 = Enabled.' =>
  3360. '',
  3361. 'Dynamic fields shown in the ticket priority screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3362. '',
  3363. 'Dynamic fields shown in the ticket responsible screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and required.' =>
  3364. '',
  3365. 'Dynamic fields shown in the ticket search overview results screen of the customer interface. Possible settings: 0 = Disabled, 1 = Enabled.' =>
  3366. '',
  3367. 'Dynamic fields shown in the ticket search screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled, 2 = Enabled and shown by default.' =>
  3368. '',
  3369. 'Dynamic fields shown in the ticket search screen of the customer interface. Possible settings: 0 = Disabled, 1 = Enabled.' =>
  3370. '',
  3371. 'Dynamic fields shown in the ticket small format overview screen of the agent interface. Possible settings: 0 = Disabled, 1 = Enabled.' =>
  3372. '',
  3373. 'Dynamic fields shown in the ticket zoom screen of the customer interface. Possible settings: 0 = Disabled, 1 = Enabled.' =>
  3374. '',
  3375. 'DynamicField backend registration.' => '',
  3376. 'DynamicField object registration.' => '',
  3377. 'Edit customer company' => '',
  3378. 'Email Addresses' => 'Email-adresser',
  3379. 'Enables PDF output. The CPAN module PDF::API2 is required, if not installed, PDF output will be disabled.' =>
  3380. '',
  3381. 'Enables PGP support. When PGP support is enabled for signing and securing mail, it is HIGHLY recommended that the web server be run as the OTRS user. Otherwise, there will be problems with the privileges when accessing .gnupg folder.' =>
  3382. '',
  3383. 'Enables S/MIME support.' => 'Aktiverer S/MIME-understøttelse',
  3384. 'Enables customers to create their own accounts.' => 'Lader kunder oprette deres egne konti.',
  3385. 'Enables file upload in the package manager frontend.' => '',
  3386. 'Enables or disable the debug mode over frontend interface.' => '',
  3387. 'Enables or disables the autocomplete feature for the customer search in the agent interface.' =>
  3388. '',
  3389. 'Enables or disables the ticket watcher feature, to keep track of tickets without being the owner nor the responsible.' =>
  3390. '',
  3391. 'Enables performance log (to log the page response time). It will affect the system performance. Frontend::Module###AdminPerformanceLog must be enabled.' =>
  3392. '',
  3393. 'Enables spell checker support.' => 'Aktiverer understøttelse for stavekontrol.',
  3394. 'Enables ticket bulk action feature for the agent frontend to work on more than one ticket at a time.' =>
  3395. '',
  3396. 'Enables ticket bulk action feature only for the listed groups.' =>
  3397. '',
  3398. 'Enables ticket responsible feature, to keep track of a specific ticket.' =>
  3399. '',
  3400. 'Enables ticket watcher feature only for the listed groups.' => '',
  3401. 'Escalation view' => 'Eskalerede sager',
  3402. 'Event list to be displayed on GUI to trigger generic interface invokers.' =>
  3403. '',
  3404. 'Event module registration. For more performance you can define a trigger event (e. g. Event => TicketCreate).' =>
  3405. '',
  3406. 'Event module registration. For more performance you can define a trigger event (e. g. Event => TicketCreate). This is only possible if all Ticket dynamic fields need the same event.' =>
  3407. '',
  3408. 'Execute SQL statements.' => 'Udfør SQL-kommandoer.',
  3409. 'Executes follow up checks on In-Reply-To or References headers for mails that don\'t have a ticket number in the subject.' =>
  3410. '',
  3411. 'Executes follow up mail attachments checks in mails that don\'t have a ticket number in the subject.' =>
  3412. '',
  3413. 'Executes follow up mail body checks in mails that don\'t have a ticket number in the subject.' =>
  3414. '',
  3415. 'Executes follow up plain/raw mail checks in mails that don\'t have a ticket number in the subject.' =>
  3416. '',
  3417. 'Experimental "Slim" skin which tries to save screen space for power users.' =>
  3418. '',
  3419. 'Exports the whole article tree in search result (it can affect the system performance).' =>
  3420. '',
  3421. 'Fetches packages via proxy. Overwrites "WebUserAgent::Proxy".' =>
  3422. '',
  3423. 'File that is displayed in the Kernel::Modules::AgentInfo module, if located under Kernel/Output/HTML/Standard/AgentInfo.dtl.' =>
  3424. '',
  3425. 'Filter incoming emails.' => '',
  3426. 'Forces encoding of outgoing emails (7bit|8bit|quoted-printable|base64).' =>
  3427. '',
  3428. 'Forces to choose a different ticket state (from current) after lock action. Define the current state as key, and the next state after lock action as content.' =>
  3429. '',
  3430. 'Forces to unlock tickets after being moved to another queue.' =>
  3431. '',
  3432. 'Frontend language' => 'Sprog til frontend',
  3433. 'Frontend module registration (disable company link if no company feature is used).' =>
  3434. '',
  3435. 'Frontend module registration (disable ticket processes screen if no process available).' =>
  3436. '',
  3437. 'Frontend module registration for the agent interface.' => '',
  3438. 'Frontend module registration for the customer interface.' => '',
  3439. 'Frontend theme' => 'Tema til frontend',
  3440. 'GenericAgent' => 'Automatisk Agent',
  3441. 'GenericInterface Debugger GUI' => '',
  3442. 'GenericInterface Invoker GUI' => '',
  3443. 'GenericInterface Operation GUI' => '',
  3444. 'GenericInterface TransportHTTPSOAP GUI' => '',
  3445. 'GenericInterface Web Service GUI' => '',
  3446. 'GenericInterface Webservice History GUI' => '',
  3447. 'GenericInterface Webservice Mapping GUI' => '',
  3448. 'GenericInterface module registration for the invoker layer.' => '',
  3449. 'GenericInterface module registration for the mapping layer.' => '',
  3450. 'GenericInterface module registration for the operation layer.' =>
  3451. '',
  3452. 'GenericInterface module registration for the transport layer.' =>
  3453. '',
  3454. 'Gives end users the possibility to override the separator character for CSV files, defined in the translation files.' =>
  3455. '',
  3456. 'Grants access, if the customer ID of the ticket matches the customer user\'s ID and the customer user has group permissions on the queue the ticket is in.' =>
  3457. '',
  3458. 'Helps to extend your articles full-text search (From, To, Cc, Subject and Body search). Runtime will do full-text searches on live data (it works fine for up to 50.000 tickets). StaticDB will strip all articles and will build an index after article creation, increasing fulltext searches about 50%. To create an initial index use "bin/otrs.RebuildFulltextIndex.pl".' =>
  3459. '',
  3460. 'If "DB" was selected for Customer::AuthModule, a database driver (normally autodetection is used) can be specified.' =>
  3461. '',
  3462. 'If "DB" was selected for Customer::AuthModule, a password to connect to the customer table can be specified.' =>
  3463. '',
  3464. 'If "DB" was selected for Customer::AuthModule, a username to connect to the customer table can be specified.' =>
  3465. '',
  3466. 'If "DB" was selected for Customer::AuthModule, the DSN for the connection to the customer table must be specified.' =>
  3467. '',
  3468. 'If "DB" was selected for Customer::AuthModule, the column name for the CustomerPassword in the customer table must be specified.' =>
  3469. '',
  3470. 'If "DB" was selected for Customer::AuthModule, the crypt type of passwords must be specified.' =>
  3471. '',
  3472. 'If "DB" was selected for Customer::AuthModule, the name of the column for the CustomerKey in the customer table must be specified.' =>
  3473. '',
  3474. 'If "DB" was selected for Customer::AuthModule, the name of the table where your customer data should be stored must be specified.' =>
  3475. '',
  3476. 'If "DB" was selected for SessionModule, a table in database where session data will be stored must be specified.' =>
  3477. '',
  3478. 'If "FS" was selected for SessionModule, a directory where the session data will be stored must be specified.' =>
  3479. '',
  3480. 'If "HTTPBasicAuth" was selected for Customer::AuthModule, you can specify (by using a RegExp) to strip parts of REMOTE_USER (e. g. for to remove trailing domains). RegExp-Note, $1 will be the new Login.' =>
  3481. '',
  3482. 'If "HTTPBasicAuth" was selected for Customer::AuthModule, you can specify to strip leading parts of user names (e. g. for domains like example_domain\user to user).' =>
  3483. '',
  3484. 'If "LDAP" was selected for Customer::AuthModule and if you want to add a suffix to every customer login name, specifiy it here, e. g. you just want to write the username user but in your LDAP directory exists user@domain.' =>
  3485. '',
  3486. 'If "LDAP" was selected for Customer::AuthModule and special paramaters are needed for the Net::LDAP perl module, you can specify them here. See "perldoc Net::LDAP" for more information about the parameters.' =>
  3487. '',
  3488. 'If "LDAP" was selected for Customer::AuthModule and your users have only anonymous access to the LDAP tree, but you want to search through the data, you can do this with a user who has access to the LDAP directory. Specify the password for this special user here.' =>
  3489. '',
  3490. 'If "LDAP" was selected for Customer::AuthModule and your users have only anonymous access to the LDAP tree, but you want to search through the data, you can do this with a user who has access to the LDAP directory. Specify the username for this special user here.' =>
  3491. '',
  3492. 'If "LDAP" was selected for Customer::AuthModule, the BaseDN must be specified.' =>
  3493. '',
  3494. 'If "LDAP" was selected for Customer::AuthModule, the LDAP host can be specified.' =>
  3495. '',
  3496. 'If "LDAP" was selected for Customer::AuthModule, the user identifier must be specified.' =>
  3497. '',
  3498. 'If "LDAP" was selected for Customer::AuthModule, user attributes can be specified. For LDAP posixGroups use UID, for non LDAP posixGroups use full user DN.' =>
  3499. '',
  3500. 'If "LDAP" was selected for Customer::AuthModule, you can specify access attributes here.' =>
  3501. '',
  3502. 'If "LDAP" was selected for Customer::AuthModule, you can specify if the applications will stop if e. g. a connection to a server can\'t be established due to network problems.' =>
  3503. '',
  3504. 'If "LDAP" was selected for Customer::Authmodule, you can check if the user is allowed to authenticate because he is in a posixGroup, e.g. user needs to be in a group xyz to use OTRS. Specify the group, who may access the system.' =>
  3505. '',
  3506. 'If "LDAP" was selected, you can add a filter to each LDAP query, e.g. (mail=*), (objectclass=user) or (!objectclass=computer).' =>
  3507. '',
  3508. 'If "Radius" was selected for Customer::AuthModule, the password to authenticate to the radius host must be specified.' =>
  3509. '',
  3510. 'If "Radius" was selected for Customer::AuthModule, the radius host must be specified.' =>
  3511. '',
  3512. 'If "Radius" was selected for Customer::AuthModule, you can specify if the applications will stop if e. g. a connection to a server can\'t be established due to network problems.' =>
  3513. '',
  3514. 'If "Sendmail" was selected as SendmailModule, the location of the sendmail binary and the needed options must be specified.' =>
  3515. '',
  3516. 'If "SysLog" was selected for LogModule, a special log facility can be specified.' =>
  3517. '',
  3518. 'If "SysLog" was selected for LogModule, a special log sock can be specified (on solaris you may need to use \'stream\').' =>
  3519. '',
  3520. 'If "SysLog" was selected for LogModule, the charset that should be used for logging can be specified.' =>
  3521. '',
  3522. 'If "file" was selected for LogModule, a logfile must be specified. If the file doesn\'t exist, it will be created by the system.' =>
  3523. '',
  3524. 'If a note is added by an agent, sets the state of a ticket in the close ticket screen of the agent interface.' =>
  3525. '',
  3526. 'If a note is added by an agent, sets the state of a ticket in the ticket bulk screen of the agent interface.' =>
  3527. '',
  3528. 'If a note is added by an agent, sets the state of a ticket in the ticket free text screen of the agent interface.' =>
  3529. '',
  3530. 'If a note is added by an agent, sets the state of a ticket in the ticket note screen of the agent interface.' =>
  3531. '',
  3532. 'If a note is added by an agent, sets the state of a ticket in the ticket responsible screen of the agent interface.' =>
  3533. '',
  3534. 'If a note is added by an agent, sets the state of the ticket in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  3535. '',
  3536. 'If a note is added by an agent, sets the state of the ticket in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  3537. '',
  3538. 'If a note is added by an agent, sets the state of the ticket in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  3539. '',
  3540. 'If any of the "SMTP" mechanisms was selected as SendmailModule, and authentication to the mail server is needed, a password must be specified.' =>
  3541. '',
  3542. 'If any of the "SMTP" mechanisms was selected as SendmailModule, and authentication to the mail server is needed, an username must be specified.' =>
  3543. '',
  3544. 'If any of the "SMTP" mechanisms was selected as SendmailModule, the mailhost that sends out the mails must be specified.' =>
  3545. '',
  3546. 'If any of the "SMTP" mechanisms was selected as SendmailModule, the port where your mailserver is listening for incoming connections must be specified.' =>
  3547. '',
  3548. 'If enabled, OTRS will deliver all CSS files in minified form. WARNING: If you turn this off, there will likely be problems in IE 7, because it cannot load more than 32 CSS files.' =>
  3549. '',
  3550. 'If enabled, OTRS will deliver all JavaScript files in minified form.' =>
  3551. '',
  3552. 'If enabled, TicketPhone and TicketEmail will be open in new windows.' =>
  3553. '',
  3554. 'If enabled, the OTRS version tag will be removed from the HTTP headers.' =>
  3555. '',
  3556. 'If enabled, the different overviews (Dashboard, LockedView, QueueView) will automatically refresh after the specified time.' =>
  3557. '',
  3558. 'If enabled, the first level of the main menu opens on mouse hover (instead of click only).' =>
  3559. '',
  3560. 'If set, this address is used as envelope sender header in outgoing notifications. If no address is specified, the envelope sender header is empty.' =>
  3561. '',
  3562. 'If this regex matches, no message will be send by the autoresponder.' =>
  3563. '',
  3564. 'If you want to use a mirror database for agent ticket fulltext search or to generate stats, specify the DSN to this database.' =>
  3565. '',
  3566. 'If you want to use a mirror database for agent ticket fulltext search or to generate stats, the password to authenticate to this database can be specified.' =>
  3567. '',
  3568. 'If you want to use a mirror database for agent ticket fulltext search or to generate stats, the user to authenticate to this database can be specified.' =>
  3569. '',
  3570. 'Ignore article with system sender type for new article feature (e. g. auto responses or email notifications).' =>
  3571. '',
  3572. 'Includes article create times in the ticket search of the agent interface.' =>
  3573. '',
  3574. 'IndexAccelerator: to choose your backend TicketViewAccelerator module. "RuntimeDB" generates each queue view on the fly from ticket table (no performance problems up to approx. 60.000 tickets in total and 6.000 open tickets in the system). "StaticDB" is the most powerful module, it uses an extra ticket-index table that works like a view (recommended if more than 80.000 and 6.000 open tickets are stored in the system). Use the script "bin/otrs.RebuildTicketIndex.pl" for initial index update.' =>
  3575. '',
  3576. 'Install ispell or aspell on the system, if you want to use a spell checker. Please specify the path to the aspell or ispell binary on your operating system.' =>
  3577. '',
  3578. 'Interface language' => '',
  3579. 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' =>
  3580. '',
  3581. 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' =>
  3582. '',
  3583. 'It is possible to configure different themes, for example to distinguish between agents and customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid theme on your system. Please see the example entries for the proper form of the regex.' =>
  3584. '',
  3585. 'Link agents to groups.' => 'Kæd agenter til grupper.',
  3586. 'Link agents to roles.' => 'Kæd agenter til roller.',
  3587. 'Link attachments to responses templates.' => 'Kæd vedhæftede filer til svarskabeloner.',
  3588. 'Link customers to groups.' => 'Kæd kunder til grupper.',
  3589. 'Link customers to services.' => 'Kæd kunder til services.',
  3590. 'Link queues to auto responses.' => 'Kæd køer til autosvar',
  3591. 'Link responses to queues.' => 'Kæd svar til køer.',
  3592. 'Link roles to groups.' => 'Kæd roller til grupper.',
  3593. 'Links 2 tickets with a "Normal" type link.' => '',
  3594. 'Links 2 tickets with a "ParentChild" type link.' => '',
  3595. 'List of CSS files to always be loaded for the agent interface.' =>
  3596. '',
  3597. 'List of CSS files to always be loaded for the customer interface.' =>
  3598. '',
  3599. 'List of IE7-specific CSS files to always be loaded for the customer interface.' =>
  3600. '',
  3601. 'List of IE8-specific CSS files to always be loaded for the agent interface.' =>
  3602. '',
  3603. 'List of IE8-specific CSS files to always be loaded for the customer interface.' =>
  3604. '',
  3605. 'List of JS files to always be loaded for the agent interface.' =>
  3606. '',
  3607. 'List of JS files to always be loaded for the customer interface.' =>
  3608. '',
  3609. 'List of default StandardResponses which are assigned automatically to new Queues upon creation.' =>
  3610. '',
  3611. 'Log file for the ticket counter.' => 'Log-fil for sagsnummer-tælleren.',
  3612. 'Mail Accounts' => '',
  3613. 'Main menu registration.' => '',
  3614. 'Makes the application check the MX record of email addresses before sending an email or submitting a telephone or email ticket.' =>
  3615. '',
  3616. 'Makes the application check the syntax of email addresses.' => '',
  3617. 'Makes the picture transparent.' => 'Gør billedet transparant.',
  3618. 'Makes the session management use html cookies. If html cookies are disabled or if the client browser disabled html cookies, then the system will work as usual and append the session id to the links.' =>
  3619. '',
  3620. 'Manage PGP keys for email encryption.' => 'Administrer PGP-nøgler for mail-kryptering',
  3621. 'Manage POP3 or IMAP accounts to fetch email from.' => 'Administrer POP3- eller IMAP-konto, der skal hentes mail fra.',
  3622. 'Manage S/MIME certificates for email encryption.' => 'Administrer S/MIME-certifikater for mail-kryptering.',
  3623. 'Manage existing sessions.' => 'Administrer eksisterende sessioner.',
  3624. 'Manage notifications that are sent to agents.' => '',
  3625. 'Manage periodic tasks.' => 'Administrer periodiske opgaver.',
  3626. 'Max size (in characters) of the customer information table (phone and email) in the compose screen.' =>
  3627. '',
  3628. 'Max size (in rows) of the informed agents box in the agent interface.' =>
  3629. '',
  3630. 'Max size (in rows) of the involved agents box in the agent interface.' =>
  3631. '',
  3632. 'Max size of the subjects in an email reply.' => 'Max. størrelse på emnet i et mail-svar.',
  3633. 'Maximal auto email responses to own email-address a day (Loop-Protection).' =>
  3634. '',
  3635. 'Maximal size in KBytes for mails that can be fetched via POP3/POP3S/IMAP/IMAPS (KBytes).' =>
  3636. '',
  3637. 'Maximum number of tickets to be displayed in the result of a search in the agent interface.' =>
  3638. '',
  3639. 'Maximum number of tickets to be displayed in the result of a search in the customer interface.' =>
  3640. '',
  3641. 'Maximum size (in characters) of the customer information table in the ticket zoom view.' =>
  3642. '',
  3643. 'Module for To-selection in new ticket screen in the customer interface.' =>
  3644. '',
  3645. 'Module to check customer permissions.' => 'Modul til at tjekke kunde-rettigheder.',
  3646. 'Module to check if a user is in a special group. Access is granted, if the user is in the specified group and has ro and rw permissions.' =>
  3647. '',
  3648. 'Module to check if arrived emails should be marked as email-internal (because of original forwared internal email it college). ArticleType and SenderType define the values for the arrived email/article.' =>
  3649. '',
  3650. 'Module to check the agent responsible of a ticket.' => '',
  3651. 'Module to check the group permissions for the access to customer tickets.' =>
  3652. '',
  3653. 'Module to check the owner of a ticket.' => '',
  3654. 'Module to check the watcher agents of a ticket.' => '',
  3655. 'Module to compose signed messages (PGP or S/MIME).' => '',
  3656. 'Module to crypt composed messages (PGP or S/MIME).' => '',
  3657. 'Module to filter and manipulate incoming messages. Block/ignore all spam email with From: noreply@ address.' =>
  3658. '',
  3659. 'Module to filter and manipulate incoming messages. Get a 4 digit number to ticket free text, use regex in Match e. g. From => \'(.+?)@.+?\', and use () as [***] in Set =>.' =>
  3660. '',
  3661. 'Module to generate accounted time ticket statistics.' => '',
  3662. 'Module to generate html OpenSearch profile for short ticket search in the agent interface.' =>
  3663. '',
  3664. 'Module to generate html OpenSearch profile for short ticket search in the customer interface.' =>
  3665. '',
  3666. 'Module to generate ticket solution and response time statistics.' =>
  3667. '',
  3668. 'Module to generate ticket statistics.' => '',
  3669. 'Module to show notifications and escalations (ShownMax: max. shown escalations, EscalationInMinutes: Show ticket which will escalation in, CacheTime: Cache of calculated escalations in seconds).' =>
  3670. '',
  3671. 'Module to use database filter storage.' => '',
  3672. 'Multiselect' => '',
  3673. 'My Tickets' => 'Mine Sager',
  3674. 'Name of custom queue. The custom queue is a queue selection of your preferred queues and can be selected in the preferences settings.' =>
  3675. '',
  3676. 'NameX' => '',
  3677. 'New email ticket' => 'Opret ny sag ved at sende mail',
  3678. 'New phone ticket' => 'Opret ny sag',
  3679. 'New process ticket' => '',
  3680. 'Next possible ticket states after adding a phone note in the ticket phone inbound screen of the agent interface.' =>
  3681. '',
  3682. 'Next possible ticket states after adding a phone note in the ticket phone outbound screen of the agent interface.' =>
  3683. '',
  3684. 'Notifications (Event)' => '',
  3685. 'Number of displayed tickets' => '',
  3686. 'Number of lines (per ticket) that are shown by the search utility in the agent interface.' =>
  3687. '',
  3688. 'Number of tickets to be displayed in each page of a search result in the agent interface.' =>
  3689. '',
  3690. 'Number of tickets to be displayed in each page of a search result in the customer interface.' =>
  3691. '',
  3692. 'Open tickets of customer' => '',
  3693. 'Overloads (redefines) existing functions in Kernel::System::Ticket. Used to easily add customizations.' =>
  3694. '',
  3695. 'Overview Escalated Tickets' => '',
  3696. 'Overview Refresh Time' => '',
  3697. 'Overview of all open Tickets.' => 'Oversigt over alle åbne sager.',
  3698. 'PGP Key Management' => '',
  3699. 'PGP Key Upload' => '',
  3700. 'Parameters for the CreateNextMask object in the preference view of the agent interface.' =>
  3701. '',
  3702. 'Parameters for the CustomQueue object in the preference view of the agent interface.' =>
  3703. '',
  3704. 'Parameters for the FollowUpNotify object in the preference view of the agent interface.' =>
  3705. '',
  3706. 'Parameters for the LockTimeoutNotify object in the preference view of the agent interface.' =>
  3707. '',
  3708. 'Parameters for the MoveNotify object in the preference view of the agent interface.' =>
  3709. '',
  3710. 'Parameters for the NewTicketNotify object in the preferences view of the agent interface.' =>
  3711. '',
  3712. 'Parameters for the RefreshTime object in the preference view of the agent interface.' =>
  3713. '',
  3714. 'Parameters for the WatcherNotify object in the preference view of the agent interface.' =>
  3715. '',
  3716. 'Parameters for the dashboard backend of the customer company information of the agent interface . "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.' =>
  3717. '',
  3718. 'Parameters for the dashboard backend of the customer id status widget of the agent interface . "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.' =>
  3719. '',
  3720. 'Parameters for the dashboard backend of the customer user list overview of the agent interface . "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.' =>
  3721. '',
  3722. 'Parameters for the dashboard backend of the new tickets overview of the agent interface. "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.' =>
  3723. '',
  3724. 'Parameters for the dashboard backend of the ticket calendar of the agent interface. "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.' =>
  3725. '',
  3726. 'Parameters for the dashboard backend of the ticket escalation overview of the agent interface . "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.' =>
  3727. '',
  3728. 'Parameters for the dashboard backend of the ticket pending reminder overview of the agent interface . "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.' =>
  3729. '',
  3730. 'Parameters for the dashboard backend of the ticket pending reminder overview of the agent interface. "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.' =>
  3731. '',
  3732. 'Parameters for the dashboard backend of the ticket stats of the agent interface. "Limit" is the number of entries shown by default. "Group" is used to restrict the access to the plugin (e. g. Group: admin;group1;group2;). "Default" determines if the plugin is enabled by default or if the user needs to enable it manually. "CacheTTLLocal" is the cache time in minutes for the plugin.' =>
  3733. '',
  3734. 'Parameters for the pages (in which the dynamic fields are shown) of the dynamic fields overview.' =>
  3735. '',
  3736. 'Parameters for the pages (in which the tickets are shown) of the medium ticket overview.' =>
  3737. '',
  3738. 'Parameters for the pages (in which the tickets are shown) of the small ticket overview.' =>
  3739. '',
  3740. 'Parameters for the pages (in which the tickets are shown) of the ticket preview overview.' =>
  3741. '',
  3742. 'Parameters of the example SLA attribute Comment2.' => '',
  3743. 'Parameters of the example queue attribute Comment2.' => '',
  3744. 'Parameters of the example service attribute Comment2.' => '',
  3745. 'Path for the log file (it only applies if "FS" was selected for LoopProtectionModule and it is mandatory).' =>
  3746. '',
  3747. 'Path of the file that stores all the settings for the QueueObject object for the agent interface.' =>
  3748. '',
  3749. 'Path of the file that stores all the settings for the QueueObject object for the customer interface.' =>
  3750. '',
  3751. 'Path of the file that stores all the settings for the TicketObject for the agent interface.' =>
  3752. '',
  3753. 'Path of the file that stores all the settings for the TicketObject for the customer interface.' =>
  3754. '',
  3755. 'Performs the configured action for each event (as an Invoker) for each configured Webservice.' =>
  3756. '',
  3757. 'Permitted width for compose email windows.' => '',
  3758. 'Permitted width for compose note windows.' => '',
  3759. 'Picture-Upload' => '',
  3760. 'PostMaster Filters' => 'Postmaster-filtre',
  3761. 'PostMaster Mail Accounts' => 'Postmaster mail-konti',
  3762. 'Process Information' => '',
  3763. 'Process Management Activity Dialog GUI' => '',
  3764. 'Process Management Activity GUI' => '',
  3765. 'Process Management Path GUI' => '',
  3766. 'Process Management Transition Action GUI' => '',
  3767. 'Process Management Transition GUI' => '',
  3768. 'Protection against CSRF (Cross Site Request Forgery) exploits (for more info see http://en.wikipedia.org/wiki/Cross-site_request_forgery).' =>
  3769. '',
  3770. 'Queue view' => 'Køer',
  3771. 'Refresh Overviews after' => '',
  3772. 'Refresh interval' => 'Opdateringsfrekvens',
  3773. 'Removes the ticket watcher information when a ticket is archived.' =>
  3774. '',
  3775. 'Replaces the original sender with current customer\'s email address on compose answer in the ticket compose screen of the agent interface.' =>
  3776. '',
  3777. 'Required permissions to change the customer of a ticket in the agent interface.' =>
  3778. '',
  3779. 'Required permissions to use the close ticket screen in the agent interface.' =>
  3780. '',
  3781. 'Required permissions to use the ticket bounce screen in the agent interface.' =>
  3782. '',
  3783. 'Required permissions to use the ticket compose screen in the agent interface.' =>
  3784. '',
  3785. 'Required permissions to use the ticket forward screen in the agent interface.' =>
  3786. '',
  3787. 'Required permissions to use the ticket free text screen in the agent interface.' =>
  3788. '',
  3789. 'Required permissions to use the ticket merge screen of a zoomed ticket in the agent interface.' =>
  3790. '',
  3791. 'Required permissions to use the ticket note screen in the agent interface.' =>
  3792. '',
  3793. 'Required permissions to use the ticket owner screen of a zoomed ticket in the agent interface.' =>
  3794. '',
  3795. 'Required permissions to use the ticket pending screen of a zoomed ticket in the agent interface.' =>
  3796. '',
  3797. 'Required permissions to use the ticket phone inbound screen in the agent interface.' =>
  3798. '',
  3799. 'Required permissions to use the ticket phone outbound screen in the agent interface.' =>
  3800. '',
  3801. 'Required permissions to use the ticket priority screen of a zoomed ticket in the agent interface.' =>
  3802. '',
  3803. 'Required permissions to use the ticket responsible screen in the agent interface.' =>
  3804. '',
  3805. 'Resets and unlocks the owner of a ticket if it was moved to another queue.' =>
  3806. '',
  3807. 'Responses <-> Queues' => 'Svar <-> Kø',
  3808. 'Restores a ticket from the archive (only if the event is a state change, from closed to any open available state).' =>
  3809. '',
  3810. 'Roles <-> Groups' => 'Roller <-> Grupper',
  3811. 'Runs an initial wildcard search of the existing customer users when accessing the AdminCustomerUser module.' =>
  3812. '',
  3813. 'Runs the system in "Demo" mode. If set to "Yes", agents can change preferences, such as selection of language and theme via the agent web interface. These changes are only valid for the current session. It will not be possible for agents to change their passwords.' =>
  3814. '',
  3815. 'S/MIME Certificate Upload' => '',
  3816. 'Saves the attachments of articles. "DB" stores all data in the database (not recommended for storing big attachments). "FS" stores the data on the filesystem; this is faster but the webserver should run under the OTRS user. You can switch between the modules even on a system that is already in production without any loss of data.' =>
  3817. '',
  3818. 'Search backend default router.' => '',
  3819. 'Search backend router.' => '',
  3820. 'Select your frontend Theme.' => 'Vælg dit tema til frontend.',
  3821. 'Selects the cache backend to use.' => '',
  3822. 'Selects the module to handle uploads via the web interface. "DB" stores all uploads in the database, "FS" uses the file system.' =>
  3823. '',
  3824. 'Selects the ticket number generator module. "AutoIncrement" increments the ticket number, the SystemID and the counter are used with SystemID.counter format (e.g. 1010138, 1010139). With "Date" the ticket numbers will be generated by the current date, the SystemID and the counter. The format looks like Year.Month.Day.SystemID.counter (e.g. 200206231010138, 200206231010139). With "DateChecksum" the counter will be appended as checksum to the string of date and SystemID. The checksum will be rotated on a daily basis. The format looks like Year.Month.Day.SystemID.Counter.CheckSum (e.g. 2002070110101520, 2002070110101535). "Random" generates randomized ticket numbers in the format "SystemID.Random" (e.g. 100057866352, 103745394596).' =>
  3825. '',
  3826. 'Send me a notification if a customer sends a follow up and I\'m the owner of the ticket or the ticket is unlocked and is in one of my subscribed queues.' =>
  3827. 'Send mig en besked, hvis en kunde sender en opfølgning, og jeg er denne sags indehaver.',
  3828. 'Send notifications to users.' => 'Send beskeder til brugere.',
  3829. 'Send ticket follow up notifications' => 'Send besked om opfølgning til brugere',
  3830. 'Sender type for new tickets from the customer inteface.' => '',
  3831. 'Sends agent follow-up notification only to the owner, if a ticket is unlocked (the default is to send the notification to all agents).' =>
  3832. '',
  3833. 'Sends all outgoing email via bcc to the specified address. Please use this only for backup reasons.' =>
  3834. '',
  3835. 'Sends customer notifications just to the mapped customer. Normally, if no customer is mapped, the latest customer sender gets the notification.' =>
  3836. '',
  3837. 'Sends reminder notifications of unlocked ticket after reaching the reminder date (only sent to ticket owner).' =>
  3838. '',
  3839. 'Sends the notifications which are configured in the admin interface under "Notfication (Event)".' =>
  3840. '',
  3841. 'Set sender email addresses for this system.' => 'Administrer afsenderadresser for dette system.',
  3842. 'Set the default height (in pixels) of inline HTML articles in AgentTicketZoom.' =>
  3843. '',
  3844. 'Set the maximum height (in pixels) of inline HTML articles in AgentTicketZoom.' =>
  3845. '',
  3846. 'Set this to yes if you trust in all your public and private pgp keys, even if they are not certified with a trusted signature.' =>
  3847. '',
  3848. 'Sets if ticket owner must be selected by the agent.' => '',
  3849. 'Sets the PendingTime of a ticket to 0 if the state is changed to a non-pending state.' =>
  3850. '',
  3851. 'Sets the age in minutes (first level) for highlighting queues that contain untouched tickets.' =>
  3852. '',
  3853. 'Sets the age in minutes (second level) for highlighting queues that contain untouched tickets.' =>
  3854. '',
  3855. 'Sets the configuration level of the administrator. Depending on the config level, some sysconfig options will be not shown. The config levels are in in ascending order: Expert, Advanced, Beginner. The higher the config level is (e.g. Beginner is the highest), the less likely is it that the user can accidentally configure the system in a way that it is not usable any more.' =>
  3856. '',
  3857. 'Sets the default article type for new email tickets in the agent interface.' =>
  3858. '',
  3859. 'Sets the default article type for new phone tickets in the agent interface.' =>
  3860. '',
  3861. 'Sets the default body text for notes added in the close ticket screen of the agent interface.' =>
  3862. '',
  3863. 'Sets the default body text for notes added in the ticket move screen of the agent interface.' =>
  3864. '',
  3865. 'Sets the default body text for notes added in the ticket note screen of the agent interface.' =>
  3866. '',
  3867. 'Sets the default body text for notes added in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  3868. '',
  3869. 'Sets the default body text for notes added in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  3870. '',
  3871. 'Sets the default body text for notes added in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  3872. '',
  3873. 'Sets the default body text for notes added in the ticket responsible screen of the agent interface.' =>
  3874. '',
  3875. 'Sets the default link type of splitted tickets in the agent interface.' =>
  3876. '',
  3877. 'Sets the default next state for new phone tickets in the agent interface.' =>
  3878. '',
  3879. 'Sets the default next ticket state, after the creation of an email ticket in the agent interface.' =>
  3880. '',
  3881. 'Sets the default note text for new telephone tickets. E.g \'New ticket via call\' in the agent interface.' =>
  3882. '',
  3883. 'Sets the default priority for new email tickets in the agent interface.' =>
  3884. '',
  3885. 'Sets the default priority for new phone tickets in the agent interface.' =>
  3886. '',
  3887. 'Sets the default sender type for new email tickets in the agent interface.' =>
  3888. '',
  3889. 'Sets the default sender type for new phone ticket in the agent interface.' =>
  3890. '',
  3891. 'Sets the default subject for new email tickets (e.g. \'email Outbound\') in the agent interface.' =>
  3892. '',
  3893. 'Sets the default subject for new phone tickets (e.g. \'Phone call\') in the agent interface.' =>
  3894. '',
  3895. 'Sets the default subject for notes added in the close ticket screen of the agent interface.' =>
  3896. '',
  3897. 'Sets the default subject for notes added in the ticket move screen of the agent interface.' =>
  3898. '',
  3899. 'Sets the default subject for notes added in the ticket note screen of the agent interface.' =>
  3900. '',
  3901. 'Sets the default subject for notes added in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  3902. '',
  3903. 'Sets the default subject for notes added in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  3904. '',
  3905. 'Sets the default subject for notes added in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  3906. '',
  3907. 'Sets the default subject for notes added in the ticket responsible screen of the agent interface.' =>
  3908. '',
  3909. 'Sets the default text for new email tickets in the agent interface.' =>
  3910. '',
  3911. 'Sets the display order of the different items in the preferences view.' =>
  3912. '',
  3913. 'Sets the inactivity time (in seconds) to pass before a session is killed and a user is loged out.' =>
  3914. '',
  3915. 'Sets the maximum number of active agents within the timespan defined in SessionActiveTime.' =>
  3916. '',
  3917. 'Sets the maximum number of active customers within the timespan defined in SessionActiveTime.' =>
  3918. '',
  3919. 'Sets the minimal ticket counter size (if "AutoIncrement" was selected as TicketNumberGenerator). Default is 5, this means the counter starts from 10000.' =>
  3920. '',
  3921. 'Sets the minimum number of characters before autocomplete query is sent.' =>
  3922. '',
  3923. 'Sets the number of lines that are displayed in text messages (e.g. ticket lines in the QueueZoom).' =>
  3924. '',
  3925. 'Sets the number of search results to be displayed for the autocomplete feature.' =>
  3926. '',
  3927. 'Sets the options for PGP binary.' => '',
  3928. 'Sets the order of the different items in the customer preferences view.' =>
  3929. '',
  3930. 'Sets the password for private PGP key.' => '',
  3931. 'Sets the prefered time units (e.g. work units, hours, minutes).' =>
  3932. '',
  3933. 'Sets the prefix to the scripts folder on the server, as configured on the web server. This setting is used as a variable, OTRS_CONFIG_ScriptAlias which is found in all forms of messaging used by the application, to build links to the tickets within the system.' =>
  3934. '',
  3935. 'Sets the queue in the ticket close screen of a zoomed ticket in the agent interface.' =>
  3936. '',
  3937. 'Sets the queue in the ticket free text screen of a zoomed ticket in the agent interface.' =>
  3938. '',
  3939. 'Sets the queue in the ticket note screen of a zoomed ticket in the agent interface.' =>
  3940. '',
  3941. 'Sets the queue in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  3942. '',
  3943. 'Sets the queue in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  3944. '',
  3945. 'Sets the queue in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  3946. '',
  3947. 'Sets the queue in the ticket responsible screen of a zoomed ticket in the agent interface.' =>
  3948. '',
  3949. 'Sets the responsible agent of the ticket in the close ticket screen of the agent interface.' =>
  3950. '',
  3951. 'Sets the responsible agent of the ticket in the ticket bulk screen of the agent interface.' =>
  3952. '',
  3953. 'Sets the responsible agent of the ticket in the ticket free text screen of the agent interface.' =>
  3954. '',
  3955. 'Sets the responsible agent of the ticket in the ticket note screen of the agent interface.' =>
  3956. '',
  3957. 'Sets the responsible agent of the ticket in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  3958. '',
  3959. 'Sets the responsible agent of the ticket in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  3960. '',
  3961. 'Sets the responsible agent of the ticket in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  3962. '',
  3963. 'Sets the responsible agent of the ticket in the ticket responsible screen of the agent interface.' =>
  3964. '',
  3965. 'Sets the service in the close ticket screen of the agent interface (Ticket::Service needs to be activated).' =>
  3966. '',
  3967. 'Sets the service in the ticket free text screen of the agent interface (Ticket::Service needs to be activated).' =>
  3968. '',
  3969. 'Sets the service in the ticket note screen of the agent interface (Ticket::Service needs to be activated).' =>
  3970. '',
  3971. 'Sets the service in the ticket owner screen of a zoomed ticket in the agent interface (Ticket::Service needs to be activated).' =>
  3972. '',
  3973. 'Sets the service in the ticket pending screen of a zoomed ticket in the agent interface (Ticket::Service needs to be activated).' =>
  3974. '',
  3975. 'Sets the service in the ticket priority screen of a zoomed ticket in the agent interface (Ticket::Service needs to be activated).' =>
  3976. '',
  3977. 'Sets the service in the ticket responsible screen of the agent interface (Ticket::Service needs to be activated).' =>
  3978. '',
  3979. 'Sets the size of the statistic graph.' => '',
  3980. 'Sets the stats hook.' => '',
  3981. 'Sets the system time zone (required a system with UTC as system time). Otherwise this is a diff time to the local time.' =>
  3982. '',
  3983. 'Sets the ticket owner in the close ticket screen of the agent interface.' =>
  3984. '',
  3985. 'Sets the ticket owner in the ticket bulk screen of the agent interface.' =>
  3986. '',
  3987. 'Sets the ticket owner in the ticket free text screen of the agent interface.' =>
  3988. '',
  3989. 'Sets the ticket owner in the ticket note screen of the agent interface.' =>
  3990. '',
  3991. 'Sets the ticket owner in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  3992. '',
  3993. 'Sets the ticket owner in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  3994. '',
  3995. 'Sets the ticket owner in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  3996. '',
  3997. 'Sets the ticket owner in the ticket responsible screen of the agent interface.' =>
  3998. '',
  3999. 'Sets the ticket type in the close ticket screen of the agent interface (Ticket::Type needs to be activated).' =>
  4000. '',
  4001. 'Sets the ticket type in the ticket bulk screen of the agent interface.' =>
  4002. '',
  4003. 'Sets the ticket type in the ticket free text screen of the agent interface (Ticket::Type needs to be activated).' =>
  4004. '',
  4005. 'Sets the ticket type in the ticket note screen of the agent interface (Ticket::Type needs to be activated).' =>
  4006. '',
  4007. 'Sets the ticket type in the ticket owner screen of a zoomed ticket in the agent interface (Ticket::Type needs to be activated).' =>
  4008. '',
  4009. 'Sets the ticket type in the ticket pending screen of a zoomed ticket in the agent interface (Ticket::Type needs to be activated).' =>
  4010. '',
  4011. 'Sets the ticket type in the ticket priority screen of a zoomed ticket in the agent interface (Ticket::Type needs to be activated).' =>
  4012. '',
  4013. 'Sets the ticket type in the ticket responsible screen of the agent interface (Ticket::Type needs to be activated).' =>
  4014. '',
  4015. 'Sets the time (in seconds) a user is marked as active.' => '',
  4016. 'Sets the time type which should be shown.' => '',
  4017. 'Sets the timeout (in seconds) for http/ftp downloads.' => '',
  4018. 'Sets the timeout (in seconds) for package downloads. Overwrites "WebUserAgent::Timeout".' =>
  4019. '',
  4020. 'Sets the user time zone per user (required a system with UTC as system time and UTC under TimeZone). Otherwise this is a diff time to the local time.' =>
  4021. '',
  4022. 'Sets the user time zone per user based on java script / browser time zone offset feature at login time.' =>
  4023. '',
  4024. 'Show a responsible selection in phone and email tickets in the agent interface.' =>
  4025. '',
  4026. 'Show article as rich text even if rich text writing is disabled.' =>
  4027. '',
  4028. 'Show the current owner in the customer interface.' => '',
  4029. 'Show the current queue in the customer interface.' => '',
  4030. 'Shows a count of icons in the ticket zoom, if the article has attachments.' =>
  4031. '',
  4032. 'Shows a link in the menu for subscribing / unsubscribing from a ticket in the ticket zoom view of the agent interface.' =>
  4033. '',
  4034. 'Shows a link in the menu that allows linking a ticket with another object in the ticket zoom view of the agent interface.' =>
  4035. '',
  4036. 'Shows a link in the menu that allows merging tickets in the ticket zoom view of the agent interface.' =>
  4037. '',
  4038. 'Shows a link in the menu to access the history of a ticket in the ticket zoom view of the agent interface.' =>
  4039. '',
  4040. 'Shows a link in the menu to add a free text field in the ticket zoom view of the agent interface.' =>
  4041. '',
  4042. 'Shows a link in the menu to add a note in the ticket zoom view of the agent interface.' =>
  4043. '',
  4044. 'Shows a link in the menu to add a note to a ticket in every ticket overview of the agent interface.' =>
  4045. '',
  4046. 'Shows a link in the menu to close a ticket in every ticket overview of the agent interface.' =>
  4047. '',
  4048. 'Shows a link in the menu to close a ticket in the ticket zoom view of the agent interface.' =>
  4049. '',
  4050. 'Shows a link in the menu to delete a ticket in every ticket overview of the agent interface. Additional access control to show or not show this link can be done by using Key "Group" and Content like "rw:group1;move_into:group2".' =>
  4051. '',
  4052. 'Shows a link in the menu to delete a ticket in the ticket zoom view of the agent interface. Additional access control to show or not show this link can be done by using Key "Group" and Content like "rw:group1;move_into:group2".' =>
  4053. '',
  4054. 'Shows a link in the menu to go back in the ticket zoom view of the agent interface.' =>
  4055. '',
  4056. 'Shows a link in the menu to lock / unlock a ticket in the ticket overviews of the agent interface.' =>
  4057. '',
  4058. 'Shows a link in the menu to lock/unlock tickets in the ticket zoom view of the agent interface.' =>
  4059. '',
  4060. 'Shows a link in the menu to move a ticket in every ticket overview of the agent interface.' =>
  4061. '',
  4062. 'Shows a link in the menu to print a ticket or an article in the ticket zoom view of the agent interface.' =>
  4063. '',
  4064. 'Shows a link in the menu to see the customer who requested the ticket in the ticket zoom view of the agent interface.' =>
  4065. '',
  4066. 'Shows a link in the menu to see the history of a ticket in every ticket overview of the agent interface.' =>
  4067. '',
  4068. 'Shows a link in the menu to see the owner of a ticket in the ticket zoom view of the agent interface.' =>
  4069. '',
  4070. 'Shows a link in the menu to see the priority of a ticket in the ticket zoom view of the agent interface.' =>
  4071. '',
  4072. 'Shows a link in the menu to see the responsible agent of a ticket in the ticket zoom view of the agent interface.' =>
  4073. '',
  4074. 'Shows a link in the menu to set a ticket as pending in the ticket zoom view of the agent interface.' =>
  4075. '',
  4076. 'Shows a link in the menu to set a ticket as spam in every ticket overview of the agent interface. Additional access control to show or not show this link can be done by using Key "Group" and Content like "rw:group1;move_into:group2".' =>
  4077. '',
  4078. 'Shows a link in the menu to set the priority of a ticket in every ticket overview of the agent interface.' =>
  4079. '',
  4080. 'Shows a link in the menu to zoom a ticket in the ticket overviews of the agent interface.' =>
  4081. '',
  4082. 'Shows a link to access article attachments via a html online viewer in the zoom view of the article in the agent interface.' =>
  4083. '',
  4084. 'Shows a link to download article attachments in the zoom view of the article in the agent interface.' =>
  4085. '',
  4086. 'Shows a link to see a zoomed email ticket in plain text.' => '',
  4087. 'Shows a link to set a ticket as spam in the ticket zoom view of the agent interface. Additional access control to show or not show this link can be done by using Key "Group" and Content like "rw:group1;move_into:group2".' =>
  4088. '',
  4089. 'Shows a list of all the involved agents on this ticket, in the close ticket screen of the agent interface.' =>
  4090. '',
  4091. 'Shows a list of all the involved agents on this ticket, in the ticket free text screen of the agent interface.' =>
  4092. '',
  4093. 'Shows a list of all the involved agents on this ticket, in the ticket note screen of the agent interface.' =>
  4094. '',
  4095. 'Shows a list of all the involved agents on this ticket, in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  4096. '',
  4097. 'Shows a list of all the involved agents on this ticket, in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  4098. '',
  4099. 'Shows a list of all the involved agents on this ticket, in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  4100. '',
  4101. 'Shows a list of all the involved agents on this ticket, in the ticket responsible screen of the agent interface.' =>
  4102. '',
  4103. 'Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the close ticket screen of the agent interface.' =>
  4104. '',
  4105. 'Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the ticket free text screen of the agent interface.' =>
  4106. '',
  4107. 'Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the ticket note screen of the agent interface.' =>
  4108. '',
  4109. 'Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  4110. '',
  4111. 'Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  4112. '',
  4113. 'Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  4114. '',
  4115. 'Shows a list of all the possible agents (all agents with note permissions on the queue/ticket) to determine who should be informed about this note, in the ticket responsible screen of the agent interface.' =>
  4116. '',
  4117. 'Shows a preview of the ticket overview (CustomerInfo => 1 - shows also Customer-Info, CustomerInfoMaxSize max. size in characters of Customer-Info).' =>
  4118. '',
  4119. 'Shows all both ro and rw queues in the queue view.' => '',
  4120. 'Shows all open tickets (even if they are locked) in the escalation view of the agent interface.' =>
  4121. '',
  4122. 'Shows all open tickets (even if they are locked) in the status view of the agent interface.' =>
  4123. '',
  4124. 'Shows all the articles of the ticket (expanded) in the zoom view.' =>
  4125. '',
  4126. 'Shows all the customer identifiers in a multi-select field (not useful if you have a lot of customer identifiers).' =>
  4127. '',
  4128. 'Shows an owner selection in phone and email tickets in the agent interface.' =>
  4129. '',
  4130. 'Shows colors for different article types in the article table.' =>
  4131. '',
  4132. 'Shows customer history tickets in AgentTicketPhone, AgentTicketEmail and AgentTicketCustomer.' =>
  4133. '',
  4134. 'Shows either the last customer article\'s subject or the ticket title in the small format overview.' =>
  4135. '',
  4136. 'Shows existing parent/child queue lists in the system in the form of a tree or a list.' =>
  4137. '',
  4138. 'Shows the activated ticket attributes in the customer interface (0 = Disabled and 1 = Enabled).' =>
  4139. '',
  4140. 'Shows the articles sorted normally or in reverse, under ticket zoom in the agent interface.' =>
  4141. '',
  4142. 'Shows the customer user information (phone and email) in the compose screen.' =>
  4143. '',
  4144. 'Shows the customer user\'s info in the ticket zoom view.' => '',
  4145. 'Shows the message of the day (MOTD) in the agent dashboard. "Group" is used to restrict access to the plugin (e. g. Group: admin;group1;group2;). "Default" indicates if the plugin is enabled by default or if the user needs to enable it manually.' =>
  4146. '',
  4147. 'Shows the message of the day on login screen of the agent interface.' =>
  4148. '',
  4149. 'Shows the ticket history (reverse ordered) in the agent interface.' =>
  4150. '',
  4151. 'Shows the ticket priority options in the close ticket screen of the agent interface.' =>
  4152. '',
  4153. 'Shows the ticket priority options in the move ticket screen of the agent interface.' =>
  4154. '',
  4155. 'Shows the ticket priority options in the ticket bulk screen of the agent interface.' =>
  4156. '',
  4157. 'Shows the ticket priority options in the ticket free text screen of the agent interface.' =>
  4158. '',
  4159. 'Shows the ticket priority options in the ticket note screen of the agent interface.' =>
  4160. '',
  4161. 'Shows the ticket priority options in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  4162. '',
  4163. 'Shows the ticket priority options in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  4164. '',
  4165. 'Shows the ticket priority options in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  4166. '',
  4167. 'Shows the ticket priority options in the ticket responsible screen of the agent interface.' =>
  4168. '',
  4169. 'Shows the title fields in the close ticket screen of the agent interface.' =>
  4170. '',
  4171. 'Shows the title fields in the ticket free text screen of the agent interface.' =>
  4172. '',
  4173. 'Shows the title fields in the ticket note screen of the agent interface.' =>
  4174. '',
  4175. 'Shows the title fields in the ticket owner screen of a zoomed ticket in the agent interface.' =>
  4176. '',
  4177. 'Shows the title fields in the ticket pending screen of a zoomed ticket in the agent interface.' =>
  4178. '',
  4179. 'Shows the title fields in the ticket priority screen of a zoomed ticket in the agent interface.' =>
  4180. '',
  4181. 'Shows the title fields in the ticket responsible screen of the agent interface.' =>
  4182. '',
  4183. 'Shows time in long format (days, hours, minutes), if set to "Yes"; or in short format (days, hours), if set to "No".' =>
  4184. '',
  4185. 'Shows time use complete description (days, hours, minutes), if set to "Yes"; or just first letter (d, h, m), if set to "No".' =>
  4186. '',
  4187. 'Skin' => '',
  4188. 'Sorts the tickets (ascendingly or descendingly) when a single queue is selected in the queue view and after the tickets are sorted by priority. Values: 0 = ascending (oldest on top, default), 1 = descending (youngest on top). Use the QueueID for the key and 0 or 1 for value.' =>
  4189. '',
  4190. 'Spam Assassin example setup. Ignores emails that are marked with SpamAssassin.' =>
  4191. '',
  4192. 'Spam Assassin example setup. Moves marked mails to spam queue.' =>
  4193. '',
  4194. 'Specifies if an agent should receive email notification of his own actions.' =>
  4195. '',
  4196. 'Specifies the available note types for this ticket mask. If the option is deselected, ArticleTypeDefault is used and the option is removed from the mask.' =>
  4197. '',
  4198. 'Specifies the background color of the chart.' => '',
  4199. 'Specifies the background color of the picture.' => '',
  4200. 'Specifies the border color of the chart.' => '',
  4201. 'Specifies the border color of the legend.' => '',
  4202. 'Specifies the bottom margin of the chart.' => '',
  4203. 'Specifies the different article types that will be used in the system.' =>
  4204. '',
  4205. 'Specifies the different note types that will be used in the system.' =>
  4206. '',
  4207. 'Specifies the directory to store the data in, if "FS" was selected for TicketStorageModule.' =>
  4208. '',
  4209. 'Specifies the directory where SSL certificates are stored.' => '',
  4210. 'Specifies the directory where private SSL certificates are stored.' =>
  4211. '',
  4212. 'Specifies the email address that should be used by the application when sending notifications. The email address is used to build the complete display name for the notification master (i.e. "OTRS Notification Master" otrs@your.example.com). You can use the OTRS_CONFIG_FQDN variable as set in your configuation, or choose another email address. Notifications are messages such as en::Customer::QueueUpdate or en::Agent::Move.' =>
  4213. '',
  4214. 'Specifies the group where the user needs rw permissions so that he can access the "SwitchToCustomer" feature.' =>
  4215. '',
  4216. 'Specifies the left margin of the chart.' => '',
  4217. 'Specifies the name that should be used by the application when sending notifications. The sender name is used to build the complete display name for the notification master (i.e. "OTRS Notification Master" otrs@your.example.com). Notifications are messages such as en::Customer::QueueUpdate or en::Agent::Move.' =>
  4218. '',
  4219. 'Specifies the path of the file for the logo in the page header (gif|jpg|png, 700 x 100 pixel).' =>
  4220. '',
  4221. 'Specifies the path of the file for the performance log.' => '',
  4222. 'Specifies the path to the converter that allows the view of Microsoft Excel files, in the web interface.' =>
  4223. '',
  4224. 'Specifies the path to the converter that allows the view of Microsoft Word files, in the web interface.' =>
  4225. '',
  4226. 'Specifies the path to the converter that allows the view of PDF documents, in the web interface.' =>
  4227. '',
  4228. 'Specifies the path to the converter that allows the view of XML files, in the web interface.' =>
  4229. '',
  4230. 'Specifies the right margin of the chart.' => '',
  4231. 'Specifies the text color of the chart (e. g. caption).' => '',
  4232. 'Specifies the text color of the legend.' => '',
  4233. 'Specifies the text that should appear in the log file to denote a CGI script entry.' =>
  4234. '',
  4235. 'Specifies the top margin of the chart.' => '',
  4236. 'Specifies user id of the postmaster data base.' => '',
  4237. 'Specify how many sub directory levels to use when creating cache files. This should prevent too many cache files being in one directory.' =>
  4238. '',
  4239. 'Standard available permissions for agents within the application. If more permissions are needed, they can be entered here. Permissions must be defined to be effective. Some other good permissions have also been provided built-in: note, close, pending, customer, freetext, move, compose, responsible, forward, and bounce. Make sure that "rw" is always the last registered permission.' =>
  4240. '',
  4241. 'Start number for statistics counting. Every new stat increments this number.' =>
  4242. '',
  4243. 'Starts a wildcard search of the active object after the link object mask is started.' =>
  4244. '',
  4245. 'Statistics' => 'Rapporter',
  4246. 'Status view' => 'Statusoversigt',
  4247. 'Stores cookies after the browser has been closed.' => '',
  4248. 'Strips empty lines on the ticket preview in the queue view.' => '',
  4249. 'Textarea' => '',
  4250. 'The "bin/PostMasterMailAccount.pl" will reconnect to POP3/POP3S/IMAP/IMAPS host after the specified count of messages.' =>
  4251. '',
  4252. 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' =>
  4253. '',
  4254. 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' =>
  4255. '',
  4256. 'The divider between TicketHook and ticket number. E.g \': \'.' =>
  4257. '',
  4258. 'The duration in minutes after emitting an event, in which the new escalation notify and start events are suppressed.' =>
  4259. '',
  4260. 'The format of the subject. \'Left\' means \'[TicketHook#:12345] Some Subject\', \'Right\' means \'Some Subject [TicketHook#:12345]\', \'None\' means \'Some Subject\' and no ticket number. In the last case you should enable PostmasterFollowupSearchInRaw or PostmasterFollowUpSearchInReferences to recognize followups based on email headers and/or body.' =>
  4261. '',
  4262. 'The headline shown in the customer interface.' => '',
  4263. 'The identifier for a ticket, e.g. Ticket#, Call#, MyTicket#. The default is Ticket#.' =>
  4264. '',
  4265. 'The logo shown in the header of the agent interface. The URL to the image can be a relative URL to the skin image directory, or a full URL to a remote web server.' =>
  4266. '',
  4267. 'The logo shown in the header of the customer interface. The URL to the image can be a relative URL to the skin image directory, or a full URL to a remote web server.' =>
  4268. '',
  4269. 'The logo shown on top of the login box of the agent interface. The URL to the image must be relative URL to the skin image directory.' =>
  4270. '',
  4271. 'The text at the beginning of the subject in an email reply, e.g. RE, AW, or AS.' =>
  4272. '',
  4273. 'The text at the beginning of the subject when an email is forwarded, e.g. FW, Fwd, or WG.' =>
  4274. '',
  4275. 'This module and its PreRun() function will be executed, if defined, for every request. This module is useful to check some user options or to display news about new applications.' =>
  4276. '',
  4277. 'This option defines the dynamic field in which a Process Management activity entity id is stored.' =>
  4278. '',
  4279. 'This option defines the dynamic field in which a Process Management process entity id is stored.' =>
  4280. '',
  4281. 'This option defines the process tickets default lock.' => '',
  4282. 'This option defines the process tickets default priority.' => '',
  4283. 'This option defines the process tickets default queue.' => '',
  4284. 'This option defines the process tickets default state.' => '',
  4285. 'This setting allows you to override the built-in country list with your own list of countries. This is particularly handy if you just want to use a small select group of countries.' =>
  4286. '',
  4287. 'Ticket event module that triggers the escalation stop events.' =>
  4288. '',
  4289. 'Ticket overview' => 'Sagsoversigt',
  4290. 'Tickets' => 'Sager',
  4291. 'Time in seconds that gets added to the actual time if setting a pending-state (default: 86400 = 1 day).' =>
  4292. '',
  4293. 'Toggles display of OTRS FeatureAddons list in PackageManager.' =>
  4294. '',
  4295. 'Toolbar Item for a shortcut.' => '',
  4296. 'Turns on the animations used in the GUI. If you have problems with these animations (e.g. performance issues), you can turn them off here.' =>
  4297. '',
  4298. 'Turns on the remote ip address check. It should be set to "No" if the application is used, for example, via a proxy farm or a dialup connection, because the remote ip address is mostly different for the requests.' =>
  4299. '',
  4300. 'Types' => 'Typer',
  4301. 'Update Ticket "Seen" flag if every article got seen or a new Article got created.' =>
  4302. '',
  4303. 'Update and extend your system with software packages.' => '',
  4304. 'Updates the ticket escalation index after a ticket attribute got updated.' =>
  4305. '',
  4306. 'Updates the ticket index accelerator.' => '',
  4307. 'Uses Cc recipients in reply Cc list on compose an email answer in the ticket compose screen of the agent interface.' =>
  4308. '',
  4309. 'Uses richtext for viewing and editing: articles, salutations, signatures, standard responses, auto responses and notifications.' =>
  4310. '',
  4311. 'View performance benchmark results.' => 'Se resultat af performance test.',
  4312. 'View system log messages.' => 'Se systemets log',
  4313. 'Wear this frontend skin' => 'Brug dette skin',
  4314. 'Webservice path separator.' => '',
  4315. 'When tickets are merged, a note will be added automatically to the ticket which is no longer active. In this text area you can define this text (This text cannot be changed by the agent).' =>
  4316. '',
  4317. 'When tickets are merged, the customer can be informed per email by setting the check box "Inform Sender". In this text area, you can define a pre-formatted text which can later be modified by the agents.' =>
  4318. '',
  4319. 'Your queue selection of your favorite queues. You also get notified about those queues via email if enabled.' =>
  4320. 'Dit valg af foretrukne køer. Du får besked om handlinger i disse køer via mail, hvis det er aktiveret.',
  4321. #
  4322. # OBSOLETE ENTRIES FOR REFERENCE, DO NOT TRANSLATE!
  4323. #
  4324. ' (work units)' => ' (arbejdsenheder)',
  4325. 'Logout successful. Thank you for using OTRS!' => 'Du er nu logget ud. Tak fordi du bruger OTRS.',
  4326. 'Secure mode must be disabled in order to reinstall using the web-installer.' =>
  4327. 'Secure Mode skal deaktiveres, hvis OTRS skal geninstalleres med web-installeren.',
  4328. };
  4329. # $$STOP$$
  4330. return;
  4331. }
  4332. 1;