da-utf.inc.php 100 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314
  1. <?php
  2. // -------------------------------------------------------------------------------
  3. // | net2ftp: a web based FTP client |
  4. // | Copyright (c) 2003-2013 by David Gartner |
  5. // | |
  6. // | This program is free software; you can redistribute it and/or |
  7. // | modify it under the terms of the GNU General Public License |
  8. // | as published by the Free Software Foundation; either version 2 |
  9. // | of the License, or (at your option) any later version. |
  10. // | |
  11. // -------------------------------------------------------------------------------
  12. // -------------------------------------------------------------------------------
  13. // | For credits, see the credits.txt file |
  14. // -------------------------------------------------------------------------------
  15. // | |
  16. // | INSTRUCTIONS |
  17. // | |
  18. // | The messages to translate are listed below. |
  19. // | The structure of each line is like this: |
  20. // | $message["Hello world!"] = "Hello world!"; |
  21. // | |
  22. // | Keep the text between square brackets [] as it is. |
  23. // | Translate the 2nd part, keeping the same punctuation and HTML tags. |
  24. // | |
  25. // | The English message, for example |
  26. // | $message["net2ftp is written in PHP!"] = "net2ftp is written in PHP!"; |
  27. // | should become after translation: |
  28. // | $message["net2ftp is written in PHP!"] = "net2ftp est ecrit en PHP!"; |
  29. // | $message["net2ftp is written in PHP!"] = "net2ftp is geschreven in PHP!"; |
  30. // | |
  31. // | Note that the variable starts with a dollar sign $, that the value is |
  32. // | enclosed in double quotes " and that the line ends with a semi-colon ; |
  33. // | Be careful when editing this file, do not erase those special characters. |
  34. // | |
  35. // | Some messages also contain one or more variables which start with a percent |
  36. // | sign, for example %1\$s or %2\$s. The English message, for example |
  37. // | $messages[...] = ["The file %1\$s was copied to %2\$s "] |
  38. // | should becomes after translation: |
  39. // | $messages[...] = ["Le fichier %1\$s a été copié vers %2\$s "] |
  40. // | |
  41. // | When a real percent sign % is needed in the text it is entered as %% |
  42. // | otherwise it is interpreted as a variable. So no, it's not a mistake. |
  43. // | |
  44. // | Between the messages to translate there is additional PHP code, for example: |
  45. // | if ($net2ftp_globals["state2"] == "rename") { // <-- PHP code |
  46. // | $net2ftp_messages["Rename file"] = "Rename file"; // <-- message |
  47. // | } // <-- PHP code |
  48. // | This code is needed to load the messages only when they are actually needed. |
  49. // | There is no need to change or delete any of that PHP code; translate only |
  50. // | the message. |
  51. // | |
  52. // | Thanks in advance to all the translators! |
  53. // | David. |
  54. // | |
  55. // -------------------------------------------------------------------------------
  56. // -------------------------------------------------------------------------
  57. // Language settings
  58. // -------------------------------------------------------------------------
  59. // HTML lang attribute
  60. $net2ftp_messages["en"] = "da";
  61. // HTML dir attribute: left-to-right (LTR) or right-to-left (RTL)
  62. $net2ftp_messages["ltr"] = "ltr";
  63. // CSS style: align left or right (use in combination with LTR or RTL)
  64. $net2ftp_messages["left"] = "left";
  65. $net2ftp_messages["right"] = "right";
  66. // Encoding
  67. $net2ftp_messages["iso-8859-1"] = "UTF-8";
  68. // -------------------------------------------------------------------------
  69. // Status messages
  70. // -------------------------------------------------------------------------
  71. // When translating these messages, keep in mind that the text should not be too long
  72. // It should fit in the status textbox
  73. $net2ftp_messages["Connecting to the FTP server"] = "Forbinder til FTP serveren";
  74. $net2ftp_messages["Logging into the FTP server"] = "Logger p&aring; FTP serveren";
  75. $net2ftp_messages["Setting the passive mode"] = "S&aelig;tter passiv modus";
  76. $net2ftp_messages["Getting the FTP system type"] = "Henter FTP system type";
  77. $net2ftp_messages["Changing the directory"] = "&AElig;ndrer mappevisning";
  78. $net2ftp_messages["Getting the current directory"] = "Henter aktuelle mappevisning";
  79. $net2ftp_messages["Getting the list of directories and files"] = "Henter liste over mapper og filer";
  80. $net2ftp_messages["Parsing the list of directories and files"] = "Indl&aelig;ser liste over mapper og filer";
  81. $net2ftp_messages["Logging out of the FTP server"] = "Logger af FTP serveren";
  82. $net2ftp_messages["Getting the list of directories and files"] = "Henter liste over mapper og filer";
  83. $net2ftp_messages["Printing the list of directories and files"] = "Viser liste over mapper og filer";
  84. $net2ftp_messages["Processing the entries"] = "Bearbejder opgaver";
  85. $net2ftp_messages["Processing entry %1\$s"] = "Bearbejder opgave %1\$s";
  86. $net2ftp_messages["Checking files"] = "Kontrollerer filer";
  87. $net2ftp_messages["Transferring files to the FTP server"] = "Overf&oslash;rer filer til FTP serveren";
  88. $net2ftp_messages["Decompressing archives and transferring files"] = "Udpakker arkiver og overf&oslash;rer filer";
  89. $net2ftp_messages["Searching the files..."] = "S&oslash;ger i filer...";
  90. $net2ftp_messages["Uploading new file"] = "Uploader ny fil";
  91. $net2ftp_messages["Reading the file"] = "L&aelig;ser fil";
  92. $net2ftp_messages["Parsing the file"] = "Indl&aelig;ser fil";
  93. $net2ftp_messages["Reading the new file"] = "L&aelig;ser den nye fil";
  94. $net2ftp_messages["Reading the old file"] = "L&aelig;ser den gamle fil";
  95. $net2ftp_messages["Comparing the 2 files"] = "Sammenligner filer";
  96. $net2ftp_messages["Printing the comparison"] = "Viser sammenligning";
  97. $net2ftp_messages["Sending FTP command %1\$s of %2\$s"] = "Sender FTP kommando %1\$s ud af %2\$s";
  98. $net2ftp_messages["Getting archive %1\$s of %2\$s from the FTP server"] = "Henter %1\$s ud af %2\$s arkiver fra FTP serveren";
  99. $net2ftp_messages["Creating a temporary directory on the FTP server"] = "Opretter midlertidig mappe p&aring; FTP serveren";
  100. $net2ftp_messages["Setting the permissions of the temporary directory"] = "Retter tilladelser for den midlertidige mappe";
  101. $net2ftp_messages["Copying the net2ftp installer script to the FTP server"] = "Kopierer net2ftp installer scriptet til FTP serveren";
  102. $net2ftp_messages["Script finished in %1\$s seconds"] = "Script udf&oslash;rt p&aring; %1\$s sekunder";
  103. $net2ftp_messages["Script halted"] = "Script afbrudt";
  104. // Used on various screens
  105. $net2ftp_messages["Please wait..."] = "Vent venligst...";
  106. // -------------------------------------------------------------------------
  107. // index.php
  108. // -------------------------------------------------------------------------
  109. $net2ftp_messages["Unexpected state string: %1\$s. Exiting."] = "Uventet strengtilstand: %1\$s. Afbryder.";
  110. $net2ftp_messages["This beta function is not activated on this server."] = "Denne beta funktion er ikke aktiveret p&aring; denne server.";
  111. $net2ftp_messages["This function has been disabled by the Administrator of this website."] = "Denne funktion er blevet deaktiveret af websidens administrator.";
  112. // -------------------------------------------------------------------------
  113. // /includes/browse.inc.php
  114. // -------------------------------------------------------------------------
  115. $net2ftp_messages["The directory <b>%1\$s</b> does not exist or could not be selected, so the directory <b>%2\$s</b> is shown instead."] = "Mappen <b>%1\$s</b> findes enten ikke, eller kunne ikke hentes, mappen <b>%2\$s</b> vises i stedet for.";
  116. $net2ftp_messages["Your root directory <b>%1\$s</b> does not exist or could not be selected."] = "Rodmappen <b>%1\$s</b> findes enten ikke eller kunne ikke hentes.";
  117. $net2ftp_messages["The directory <b>%1\$s</b> could not be selected - you may not have sufficient rights to view this directory, or it may not exist."] = "Mappen <b>%1\$s</b> kunne ikke hentes - du har m&aring;ske ikke tilstr&aelig;kkelige rettigheder for at se denne mappe, eller ogs&aring; findes mappen ikke.";
  118. $net2ftp_messages["Entries which contain banned keywords can't be managed using net2ftp. This is to avoid Paypal or Ebay scams from being uploaded through net2ftp."] = "Mapper og filer der indeholder blokkerede n&oslash;gleord kan ikke h&aring;ndteres i net2ftp. Dette er for at undg&aring; misbrug med bl.a. Paypal eller Ebay.";
  119. $net2ftp_messages["Files which are too big can't be downloaded, uploaded, copied, moved, searched, zipped, unzipped, viewed or edited; they can only be renamed, chmodded or deleted."] = "Filer som er for store kan ikke downloades, uploades, kopieres, flyttes, gennems&oslash;ges, komprimeres, udpakkes, vises eller redigeres. De kan kun omd&oslash;bes, slettes eller du kan rette filens chmod-rettigheder.";
  120. $net2ftp_messages["Execute %1\$s in a new window"] = "K&oslash;r %1\$s i et nyt vindue";
  121. // -------------------------------------------------------------------------
  122. // /includes/main.inc.php
  123. // -------------------------------------------------------------------------
  124. $net2ftp_messages["Please select at least one directory or file!"] = "V&aelig;lg mindst en mappe eller fil!";
  125. // -------------------------------------------------------------------------
  126. // /includes/authorizations.inc.php
  127. // -------------------------------------------------------------------------
  128. // checkAuthorization()
  129. $net2ftp_messages["The FTP server <b>%1\$s</b> is not in the list of allowed FTP servers."] = "FTP serveren <b>%1\$s</b> er ikke p&aring; listen over tilladte FTP servere.";
  130. $net2ftp_messages["The FTP server <b>%1\$s</b> is in the list of banned FTP servers."] = "FTP serveren <b>%1\$s</b> er p&aring; listen over blokerede FTP servere.";
  131. $net2ftp_messages["The FTP server port %1\$s may not be used."] = "FTP serverporten: %1\$s kan ikke benyttes.";
  132. $net2ftp_messages["Your IP address (%1\$s) is not in the list of allowed IP addresses."] = "Din IP adresse (%1\$s) er ikke p&aring; listen over tilladte IP adresser.";
  133. $net2ftp_messages["Your IP address (%1\$s) is in the list of banned IP addresses."] = "Din IP adresse (%1\$s) er p&aring; listen over blokerede IP adresser.";
  134. // isAuthorizedDirectory()
  135. $net2ftp_messages["Table net2ftp_users contains duplicate rows."] = "Tabellen net2ftp_users Indeholder dubletter.";
  136. // checkAdminUsernamePassword()
  137. $net2ftp_messages["You did not enter your Administrator username or password."] = "Du fik ikke indtastet dit brugernavn eller din adgangskode.";
  138. $net2ftp_messages["Wrong username or password. Please try again."] = "Forkert brugernavn eller adgangskode. Pr&oslash;v igen.";
  139. // -------------------------------------------------------------------------
  140. // /includes/consumption.inc.php
  141. // -------------------------------------------------------------------------
  142. $net2ftp_messages["Unable to determine your IP address."] = "Kan ikke afg&oslash;re din IP adresses ophav.";
  143. $net2ftp_messages["Table net2ftp_log_consumption_ipaddress contains duplicate rows."] = "Tabellen net2ftp_log_consumption_ipaddress indeholder dubletter.";
  144. $net2ftp_messages["Table net2ftp_log_consumption_ftpserver contains duplicate rows."] = "Tabellen net2ftp_log_consumption_ftpserver indeholder dubletter.";
  145. $net2ftp_messages["The variable <b>consumption_ipaddress_datatransfer</b> is not numeric."] = "Variablen <b>consumption_ipaddress_datatransfer</b> er ikke nummerisk.";
  146. $net2ftp_messages["Table net2ftp_log_consumption_ipaddress could not be updated."] = "Tabellen net2ftp_log_consumption_ipaddress kunne ikke opdateres.";
  147. $net2ftp_messages["Table net2ftp_log_consumption_ipaddress contains duplicate entries."] = "Tabellen net2ftp_log_consumption_ipaddress indeholder dubletter.";
  148. $net2ftp_messages["Table net2ftp_log_consumption_ftpserver could not be updated."] = "Tabellen net2ftp_log_consumption_ftpserver kunne ikke opdateres.";
  149. $net2ftp_messages["Table net2ftp_log_consumption_ftpserver contains duplicate entries."] = "Tabellen net2ftp_log_consumption_ftpserver indeholder dubletter.";
  150. $net2ftp_messages["Table net2ftp_log_access could not be updated."] = "Tabellen net2ftp_log_access kunne ikke opdateres.";
  151. $net2ftp_messages["Table net2ftp_log_access contains duplicate entries."] = "Tabellen net2ftp_log_access indeholder dubletter.";
  152. // -------------------------------------------------------------------------
  153. // /includes/database.inc.php
  154. // -------------------------------------------------------------------------
  155. $net2ftp_messages["Unable to connect to the MySQL database. Please check your MySQL database settings in net2ftp's configuration file settings.inc.php."] = "Kan ikke f&aring; forbindelse til MySQL databasen. Kontroll&eacute;r dine MySQL indstillinger i net2ftp's konfigurationsfil settings.inc.php.";
  156. $net2ftp_messages["Unable to select the MySQL database. Please check your MySQL database settings in net2ftp's configuration file settings.inc.php."] = "Kan ikke v&aelig;lge MySQL databasen. Kontroll&eacute;r dine MySQL indstillinger i net2ftp's konfigurationsfil settings.inc.php.";
  157. // -------------------------------------------------------------------------
  158. // /includes/errorhandling.inc.php
  159. // -------------------------------------------------------------------------
  160. $net2ftp_messages["An error has occured"] = "En fejl er opst&aring;et";
  161. $net2ftp_messages["Go back"] = "Tilbage";
  162. $net2ftp_messages["Go to the login page"] = "G&aring; til login siden";
  163. // -------------------------------------------------------------------------
  164. // /includes/filesystem.inc.php
  165. // -------------------------------------------------------------------------
  166. // ftp_openconnection()
  167. $net2ftp_messages["The <a href=\"http://www.php.net/manual/en/ref.ftp.php\" target=\"_blank\">FTP module of PHP</a> is not installed.<br /><br /> The administrator of this website should install this module. Installation instructions are given on <a href=\"http://www.php.net/manual/en/ftp.installation.php\" target=\"_blank\">php.net</a><br />"] = "The <a href=\"http://www.php.net/manual/en/ref.ftp.php\" target=\"_blank\">FTP module of PHP</a> is not installed.<br /><br /> The administrator of this website should install this module. Installation instructions are given on <a href=\"http://www.php.net/manual/en/ftp.installation.php\" target=\"_blank\">php.net</a><br />";
  168. $net2ftp_messages["The <a href=\"http://www.php.net/manual/en/function.ftp-ssl-connect.php\" target=\"_blank\">FTP and/or OpenSSL modules of PHP</a> is not installed.<br /><br /> The administrator of this website should install these modules. Installation instructions are given on php.net: <a href=\"http://www.php.net/manual/en/ftp.installation.php\" target=\"_blank\">here for FTP</a>, and <a href=\"http://www.php.net/manual/en/openssl.installation.php\" target=\"_blank\">here for OpenSSL</a><br />"] = "The <a href=\"http://www.php.net/manual/en/function.ftp-ssl-connect.php\" target=\"_blank\">FTP and/or OpenSSL modules of PHP</a> is not installed.<br /><br /> The administrator of this website should install these modules. Installation instructions are given on php.net: <a href=\"http://www.php.net/manual/en/ftp.installation.php\" target=\"_blank\">here for FTP</a>, and <a href=\"http://www.php.net/manual/en/openssl.installation.php\" target=\"_blank\">here for OpenSSL</a><br />";
  169. $net2ftp_messages["The <a href=\"http://www.php.net/manual/en/function.ssh2-sftp.php\" target=\"_blank\">SSH2 module of PHP</a> is not installed.<br /><br /> The administrator of this website should install this module. Installation instructions are given on <a href=\"http://www.php.net/manual/en/ssh2.installation.php\" target=\"_blank\">php.net</a><br />"] = "The <a href=\"http://www.php.net/manual/en/function.ssh2-sftp.php\" target=\"_blank\">SSH2 module of PHP</a> is not installed.<br /><br /> The administrator of this website should install this module. Installation instructions are given on <a href=\"http://www.php.net/manual/en/ssh2.installation.php\" target=\"_blank\">php.net</a><br />";
  170. $net2ftp_messages["Unable to connect to FTP server <b>%1\$s</b> on port <b>%2\$s</b>.<br /><br />Are you sure this is the address of the FTP server? This is often different from that of the HTTP (web) server. Please contact your ISP helpdesk or system administrator for help.<br />"] = "Kan ikke f&aring; forbindelse til FTP serveren <b>%1\$s</b> via port <b>%2\$s</b>.<br /><br />Kontroller at dette er den rigtige adresse til FTP serveren. Denne er ofte forskellig fra HTTP (web) serveren. Kontakt din udbyders helpdesk eller administrator for yderligere hj&aelig;lp.<br />";
  171. $net2ftp_messages["Unable to login to FTP server <b>%1\$s</b> with username <b>%2\$s</b>.<br /><br />Are you sure your username and password are correct? Please contact your ISP helpdesk or system administrator for help.<br />"] = "Kan ikke logge p&aring; FTP serveren <b>%1\$s</b> med brugernavnet <b>%2\$s</b>.<br /><br />Kontroller om brugernavn og adgangskode er korrekt indtastet. Kontakt din udbyders helpdesk eller administrator for yderligere hj&aelig;lp.<br />";
  172. $net2ftp_messages["Unable to switch to the passive mode on FTP server <b>%1\$s</b>."] = "Kan ikke skifte til passiv modus p&aring; FTP serveren <b>%1\$s</b>.";
  173. // ftp_openconnection2()
  174. $net2ftp_messages["Unable to connect to the second (target) FTP server <b>%1\$s</b> on port <b>%2\$s</b>.<br /><br />Are you sure this is the address of the second (target) FTP server? This is often different from that of the HTTP (web) server. Please contact your ISP helpdesk or system administrator for help.<br />"] = "Kan ikke skabe forbindelse til FTP serveren <b>%1\$s</b> via port <b>%2\$s</b>.<br /><br />Kontroll&eacute;r adressen for FTP serveren? Denne er ofte forskellig fra HTTP (web) serveren. Kontakt din udbyders helpdesk eller administrator for yderligere hj&aelig;lp.<br />";
  175. $net2ftp_messages["Unable to login to the second (target) FTP server <b>%1\$s</b> with username <b>%2\$s</b>.<br /><br />Are you sure your username and password are correct? Please contact your ISP helpdesk or system administrator for help.<br />"] = "Kan ikke logge p&aring; FTP serveren <b>%1\$s</b> med brugernavnet <b>%2\$s</b>.<br /><br />Kontroll&eacute;r at dette er det rigtige brugernavn og adgangskode for denne server. Kontakt din udbyders helpdesk eller administrator for yderligere hj&aelig;lp.<br />";
  176. $net2ftp_messages["Unable to switch to the passive mode on the second (target) FTP server <b>%1\$s</b>."] = "Kan ikke skifte til passiv modus p&aring; FTP serveren <b>%1\$s</b>.";
  177. // ftp_myrename()
  178. $net2ftp_messages["Unable to rename directory or file <b>%1\$s</b> into <b>%2\$s</b>"] = "Kan ikke omd&oslash;be mappen eller filen <b>%1\$s</b> til <b>%2\$s</b>";
  179. // ftp_mychmod()
  180. $net2ftp_messages["Unable to execute site command <b>%1\$s</b>. Note that the CHMOD command is only available on Unix FTP servers, not on Windows FTP servers."] = "Kan ikke udf&oslash;re site command <b>%1\$s</b>. Bem&aelig;rk at CHMOD kommandoen kun er tilg&aelig;ngelig p&aring; Unix FTP servere, ikke p&aring; Windows FTP servere.";
  181. $net2ftp_messages["Directory <b>%1\$s</b> successfully chmodded to <b>%2\$s</b>"] = "Mappen <b>%1\$s</b> blev chmodded til <b>%2\$s</b>";
  182. $net2ftp_messages["Processing entries within directory <b>%1\$s</b>:"] = "Processing entries within directory <b>%1\$s</b>:";
  183. $net2ftp_messages["File <b>%1\$s</b> was successfully chmodded to <b>%2\$s</b>"] = "Filen <b>%1\$s</b> blev chmodded til <b>%2\$s</b>";
  184. $net2ftp_messages["All the selected directories and files have been processed."] = "Alle de valgte mapper og filer er bearbejdet.";
  185. // ftp_rmdir2()
  186. $net2ftp_messages["Unable to delete the directory <b>%1\$s</b>"] = "Kan ikke slette mappen <b>%1\$s</b>";
  187. // ftp_delete2()
  188. $net2ftp_messages["Unable to delete the file <b>%1\$s</b>"] = "Kan ikke slette filen <b>%1\$s</b>";
  189. // ftp_newdirectory()
  190. $net2ftp_messages["Unable to create the directory <b>%1\$s</b>"] = "Kan ikke oprette mappen <b>%1\$s</b>";
  191. // ftp_readfile()
  192. $net2ftp_messages["Unable to create the temporary file"] = "Kan ikke oprette den midlertidige fil";
  193. $net2ftp_messages["Unable to get the file <b>%1\$s</b> from the FTP server and to save it as temporary file <b>%2\$s</b>.<br />Check the permissions of the %3\$s directory.<br />"] = "Kan ikke hente filen <b>%1\$s</b> fra FTP serveren og gemme den som den midlertidig fil <b>%2\$s</b>.<br />Kontroll&eacute;r rettighederne for mappen %3\$s.<br />";
  194. $net2ftp_messages["Unable to open the temporary file. Check the permissions of the %1\$s directory."] = "Kan ikke &aring;bne den midlertidige fil. Kontroll&eacute;r rettighederne for mappen %1\$s.";
  195. $net2ftp_messages["Unable to read the temporary file"] = "Kan ikke l&aelig;se den midlertidige fil";
  196. $net2ftp_messages["Unable to close the handle of the temporary file"] = "Kan ikke lukke den midlertidige fils handle";
  197. $net2ftp_messages["Unable to delete the temporary file"] = "Kan ikke slette den midlertidige fil";
  198. // ftp_writefile()
  199. $net2ftp_messages["Unable to create the temporary file. Check the permissions of the %1\$s directory."] = "Kan ikke oprette den midlertidige fil. Kontroll&eacute;r rettighederne for mappen %1\$s.";
  200. $net2ftp_messages["Unable to open the temporary file. Check the permissions of the %1\$s directory."] = "Kan ikke &aring;bne den midlertidige fil. Kontroll&eacute;r rettighederne for mappen %1\$s.";
  201. $net2ftp_messages["Unable to write the string to the temporary file <b>%1\$s</b>.<br />Check the permissions of the %2\$s directory."] = "Kan ikke skrive strengen til den midlertidige fil <b>%1\$s</b>.<br />Kontroll&eacute;r rettighederne for mappen %2\$s.";
  202. $net2ftp_messages["Unable to close the handle of the temporary file"] = "Kan ikke lukke den midlertidige fils handle";
  203. $net2ftp_messages["Unable to put the file <b>%1\$s</b> on the FTP server.<br />You may not have write permissions on the directory."] = "Kan ikke sende filen <b>%1\$s</b> til FTP serveren.<br />Du har muligvis ikke skriverettigheder for denne mappe.";
  204. $net2ftp_messages["Unable to delete the temporary file"] = "Kan ikke slette den midlertidige fil";
  205. // ftp_copymovedelete()
  206. $net2ftp_messages["Processing directory <b>%1\$s</b>"] = "Behandler mappen <b>%1\$s</b>";
  207. $net2ftp_messages["The target directory <b>%1\$s</b> is the same as or a subdirectory of the source directory <b>%2\$s</b>, so this directory will be skipped"] = "Destinationen <b>%1\$s</b> er den samme mappe eller en undermappe til den oprindelige mappe <b>%2\$s</b>, denne mappe springes over";
  208. $net2ftp_messages["The directory <b>%1\$s</b> contains a banned keyword, so this directory will be skipped"] = "Mappen <b>%1\$s</b> indeholder et blokeret n&oslash;gleord. Denne mappe springes over";
  209. $net2ftp_messages["The directory <b>%1\$s</b> contains a banned keyword, aborting the move"] = "Mappen <b>%1\$s</b> indeholder et blokeret n&oslash;gleord. Afbryder flytning";
  210. $net2ftp_messages["Unable to create the subdirectory <b>%1\$s</b>. It may already exist. Continuing the copy/move process..."] = "Kan ikke oprette undermappen <b>%1\$s</b>. Den findes m&aring;ske allerede. Forts&aelig;tter kopiering/flytning...";
  211. $net2ftp_messages["Created target subdirectory <b>%1\$s</b>"] = "Oprettede undermappen <b>%1\$s</b>";
  212. $net2ftp_messages["The directory <b>%1\$s</b> could not be selected, so this directory will be skipped"] = "Mappen <b>%1\$s</b> kunne ikke v&aelig;lges. Denne mappe springes over";
  213. $net2ftp_messages["Unable to delete the subdirectory <b>%1\$s</b> - it may not be empty"] = "Kan ikke slette undermappen <b>%1\$s</b> - den er m&aring;ske ikke tom";
  214. $net2ftp_messages["Deleted subdirectory <b>%1\$s</b>"] = "Slettede undermappen <b>%1\$s</b>";
  215. $net2ftp_messages["Deleted subdirectory <b>%1\$s</b>"] = "Slettede undermappen <b>%1\$s</b>";
  216. $net2ftp_messages["Unable to move the directory <b>%1\$s</b>"] = "Unable to move the directory <b>%1\$s</b>";
  217. $net2ftp_messages["Moved directory <b>%1\$s</b>"] = "Moved directory <b>%1\$s</b>";
  218. $net2ftp_messages["Processing of directory <b>%1\$s</b> completed"] = "Behandling af mappen <b>%1\$s</b> f&aelig;rdig";
  219. $net2ftp_messages["The target for file <b>%1\$s</b> is the same as the source, so this file will be skipped"] = "Destinationen for filen <b>%1\$s</b> er den samme som den oprindelige mappe. Denne fil springes over";
  220. $net2ftp_messages["The file <b>%1\$s</b> contains a banned keyword, so this file will be skipped"] = "Filen <b>%1\$s</b> indeholder et blokeret n&oslash;gleord. Denne fil springes over";
  221. $net2ftp_messages["The file <b>%1\$s</b> contains a banned keyword, aborting the move"] = "Filen <b>%1\$s</b> indeholder et blokeret n&oslash;gleord. Afbryder flytning";
  222. $net2ftp_messages["The file <b>%1\$s</b> is too big to be copied, so this file will be skipped"] = "Filen <b>%1\$s</b> er for stor til at blive kopieret. Denne fil springes over";
  223. $net2ftp_messages["The file <b>%1\$s</b> is too big to be moved, aborting the move"] = "Filen <b>%1\$s</b> er for stor til at blive flyttet. Afbryder flytning";
  224. $net2ftp_messages["Unable to copy the file <b>%1\$s</b>"] = "Kan ikke kopiere filen <b>%1\$s</b>";
  225. $net2ftp_messages["Copied file <b>%1\$s</b>"] = "Kopierede filen <b>%1\$s</b>";
  226. $net2ftp_messages["Unable to move the file <b>%1\$s</b>, aborting the move"] = "Kan ikke flytte filen <b>%1\$s</b>. Afbryder flytning";
  227. $net2ftp_messages["Unable to move the file <b>%1\$s</b>"] = "Unable to move the file <b>%1\$s</b>";
  228. $net2ftp_messages["Moved file <b>%1\$s</b>"] = "Flyttede filen <b>%1\$s</b>";
  229. $net2ftp_messages["Unable to delete the file <b>%1\$s</b>"] = "Kan ikke slette filen <b>%1\$s</b>";
  230. $net2ftp_messages["Deleted file <b>%1\$s</b>"] = "Slettede filen <b>%1\$s</b>";
  231. $net2ftp_messages["All the selected directories and files have been processed."] = "Alle de valgte mapper og filer er bearbejdet.";
  232. // ftp_processfiles()
  233. // ftp_getfile()
  234. $net2ftp_messages["Unable to copy the remote file <b>%1\$s</b> to the local file using FTP mode <b>%2\$s</b>"] = "Kan ikke kopiere den fjerne fil <b>%1\$s</b> til den lokale fil via FTP modus <b>%2\$s</b>";
  235. $net2ftp_messages["Unable to delete file <b>%1\$s</b>"] = "Unable to delete file <b>%1\$s</b>";
  236. // ftp_putfile()
  237. $net2ftp_messages["The file is too big to be transferred"] = "Filen er for stor til at blive sendt";
  238. $net2ftp_messages["Daily limit reached: the file <b>%1\$s</b> will not be transferred"] = "Daglig gr&aelig;nse n&aring;et: filen <b>%1\$s</b> bliver ikke overf&oslash;rt";
  239. $net2ftp_messages["Unable to copy the local file to the remote file <b>%1\$s</b> using FTP mode <b>%2\$s</b>"] = "Kan ikke kopiere den lokale fil til den fjerne fil <b>%1\$s</b> via FTP modus <b>%2\$s</b>";
  240. $net2ftp_messages["Unable to delete the local file"] = "Kan ikke slette den lokale fil";
  241. // ftp_downloadfile()
  242. $net2ftp_messages["Unable to delete the temporary file"] = "Kan ikke slette den midlertidige fil";
  243. $net2ftp_messages["Unable to send the file to the browser"] = "Kan ikke sende filen til browseren";
  244. // ftp_zip()
  245. $net2ftp_messages["Unable to create the temporary file"] = "Kan ikke oprette den midlertidige fil";
  246. $net2ftp_messages["The zip file has been saved on the FTP server as <b>%1\$s</b>"] = "Arkivet er gemt p&aring; FTP serveren med navnet <b>%1\$s</b>";
  247. $net2ftp_messages["Requested files"] = "Requested files";
  248. $net2ftp_messages["Dear,"] = "K&aelig;re,";
  249. $net2ftp_messages["Someone has requested the files in attachment to be sent to this email account (%1\$s)."] = "Nogen har bedt om at de vedh&aelig;ftede filer i denne mail skulle sendes til denne e-mail adresse (%1\$s).";
  250. $net2ftp_messages["If you know nothing about this or if you don't trust that person, please delete this email without opening the Zip file in attachment."] = "Hvis du ikke kender til dette eller hvis du ikke har tillid til afsenderen s&aring; slet denne e-mail og lad v&aelig;re med at &aring;bne det vedh&aelig;ftede arkiv.";
  251. $net2ftp_messages["Note that if you don't open the Zip file, the files inside cannot harm your computer."] = "Bem&aelig;rk: Hvis du ikke &aring;bner arkiverne s&aring; kan filerne i arkivet ikke skade din computer.";
  252. $net2ftp_messages["Information about the sender: "] = "Information om afsenderen: ";
  253. $net2ftp_messages["IP address: "] = "IP addresse: ";
  254. $net2ftp_messages["Time of sending: "] = "Afsendelsestidspunkt: ";
  255. $net2ftp_messages["Sent via the net2ftp application installed on this website: "] = "Sendt via net2ftp programmet installeret p&aring; dette website: ";
  256. $net2ftp_messages["Webmaster's email: "] = "Webmasterens e-mail: ";
  257. $net2ftp_messages["Message of the sender: "] = "Afsenderens meddelelse: ";
  258. $net2ftp_messages["net2ftp is free software, released under the GNU/GPL license. For more information, go to http://www.net2ftp.com."] = "net2ftp er gratis software der er udgivet under GNU/GPL licensen. For yderligere information, g&aring; til http://www.net2ftp.com.";
  259. $net2ftp_messages["The zip file has been sent to <b>%1\$s</b>."] = "Arkivet er blevet sendt til <b>%1\$s</b>.";
  260. // acceptFiles()
  261. $net2ftp_messages["File <b>%1\$s</b> is too big. This file will not be uploaded."] = "Filen <b>%1\$s</b> er for stor. Denne fil bliver ikke uploadet.";
  262. $net2ftp_messages["File <b>%1\$s</b> is contains a banned keyword. This file will not be uploaded."] = "Filen <b>%1\$s</b> indeholder blokerede n&oslash;gleord. Denne fil bliver ikke uploadet.";
  263. $net2ftp_messages["Could not generate a temporary file."] = "Kan ikke oprette en midlertidig fil.";
  264. $net2ftp_messages["File <b>%1\$s</b> could not be moved"] = "Filen <b>%1\$s</b> kunne ikke flyttes";
  265. $net2ftp_messages["File <b>%1\$s</b> is OK"] = "Filen <b>%1\$s</b> er OK";
  266. $net2ftp_messages["Unable to move the uploaded file to the temp directory.<br /><br />The administrator of this website has to <b>chmod 777</b> the /temp directory of net2ftp."] = "Kan ikke flytte den uploadede fil til den midlertidige mappe.<br /><br />Administratoren af denne webside skal s&aelig;tte rettighederne for /temp mappen i net2ftp til<b>chmod 777</b>.";
  267. $net2ftp_messages["You did not provide any file to upload."] = "Du skal v&aelig;lge de filer der skal uploades.";
  268. // ftp_transferfiles()
  269. $net2ftp_messages["File <b>%1\$s</b> could not be transferred to the FTP server"] = "Filen <b>%1\$s</b> kunne ikke overf&oslash;res til FTP serveren";
  270. $net2ftp_messages["File <b>%1\$s</b> has been transferred to the FTP server using FTP mode <b>%2\$s</b>"] = "Filen <b>%1\$s</b> blev overf&oslash;rt til FTP servern via FTP modus <b>%2\$s</b>";
  271. $net2ftp_messages["Transferring files to the FTP server"] = "Overf&oslash;rer filer til FTP serveren";
  272. // ftp_unziptransferfiles()
  273. $net2ftp_messages["Processing archive nr %1\$s: <b>%2\$s</b>"] = "Behandler arkiv nr. %1\$s: <b>%2\$s</b>";
  274. $net2ftp_messages["Archive <b>%1\$s</b> was not processed because its filename extension was not recognized. Only zip, tar, tgz and gz archives are supported at the moment."] = "Arkivet <b>%1\$s</b> blev ikke behandlet fordi filtypen ikke blev genkendt. Kun zip, tar, tgz og gz arkiver underst&oslash;ttes i &oslash;jeblikket.";
  275. $net2ftp_messages["Unable to extract the files and directories from the archive"] = "Kan ikke udpakke filer og mapper fra arkivet";
  276. $net2ftp_messages["Archive contains filenames with ../ or ..\\ - aborting the extraction"] = "Arkiv indeholder filnavne med ../ eller ..\\ - afbryder udpakning";
  277. $net2ftp_messages["Could not unzip entry %1\$s (error code %2\$s)"] = "Could not unzip entry %1\$s (error code %2\$s)";
  278. $net2ftp_messages["Created directory %1\$s"] = "Oprettede mappen %1\$s";
  279. $net2ftp_messages["Could not create directory %1\$s"] = "Kan ikke oprette mappen %1\$s";
  280. $net2ftp_messages["Copied file %1\$s"] = "Kopierede fil %1\$s";
  281. $net2ftp_messages["Could not copy file %1\$s"] = "Kan ikke kopiere filen %1\$s";
  282. $net2ftp_messages["Unable to delete the temporary directory"] = "Kan ikke slette den midlertidige mappe";
  283. $net2ftp_messages["Unable to delete the temporary file %1\$s"] = "Kan ikke slette den midlertidige fil %1\$s";
  284. // ftp_mysite()
  285. $net2ftp_messages["Unable to execute site command <b>%1\$s</b>"] = "Kan ikke udf&oslash;re site command <b>%1\$s</b>";
  286. // shutdown()
  287. $net2ftp_messages["Your task was stopped"] = "Handlingen blev afbrudt";
  288. $net2ftp_messages["The task you wanted to perform with net2ftp took more time than the allowed %1\$s seconds, and therefor that task was stopped."] = "Handlingen du var i gang med at udf&oslash;re p&aring; net2ftp tog l&aelig;ngere tid end de tilladte %1\$s sekunder og blev derfor stoppet.";
  289. $net2ftp_messages["This time limit guarantees the fair use of the web server for everyone."] = "Denne tidsbegr&aelig;nsning sikrer at fair forbrug af serverens ressourcer for alle brugere.";
  290. $net2ftp_messages["Try to split your task in smaller tasks: restrict your selection of files, and omit the biggest files."] = "Pr&oslash;v at dele din handling op i mindre handlinger: begr&aelig;ns dit udvalg af filer og undg&aring; de st&oslash;rste filer.";
  291. $net2ftp_messages["If you really need net2ftp to be able to handle big tasks which take a long time, consider installing net2ftp on your own server."] = "Hvis du har behov for at net2ftp skal udf&oslash;re handlinger der tager l&aelig;ngere tid burde du overveje at installere net2ftp p&aring; din egen server.";
  292. // SendMail()
  293. $net2ftp_messages["You did not provide any text to send by email!"] = "Du har ikke angivet noget tekst der skal sendes via e-mail!";
  294. $net2ftp_messages["You did not supply a From address."] = "Du har ikke angivet en Fra adresse.";
  295. $net2ftp_messages["You did not supply a To address."] = "Du har ikke angivet en Til adresse.";
  296. $net2ftp_messages["Due to technical problems the email to <b>%1\$s</b> could not be sent."] = "Tekniske problemer forhindrede afsendelsen af e-mailen <b>%1\$s</b>.";
  297. // tempdir2()
  298. $net2ftp_messages["Unable to create a temporary directory because (unvalid parent directory)"] = "Unable to create a temporary directory because (unvalid parent directory)";
  299. $net2ftp_messages["Unable to create a temporary directory because (parent directory is not writeable)"] = "Unable to create a temporary directory because (parent directory is not writeable)";
  300. $net2ftp_messages["Unable to create a temporary directory (too many tries)"] = "Unable to create a temporary directory (too many tries)";
  301. // -------------------------------------------------------------------------
  302. // /includes/logging.inc.php
  303. // -------------------------------------------------------------------------
  304. // logAccess(), logLogin(), logError()
  305. $net2ftp_messages["Unable to execute the SQL query."] = "Kan ikke udf&oslash;re SQL foresp&oslash;rgsel.";
  306. $net2ftp_messages["Unable to open the system log."] = "Kan ikke &aring;bne system loggen.";
  307. $net2ftp_messages["Unable to write a message to the system log."] = "Kan ikke skrive i system loggen.";
  308. // getLogStatus(), putLogStatus()
  309. $net2ftp_messages["Table net2ftp_log_status contains duplicate entries."] = "Table net2ftp_log_status contains duplicate entries.";
  310. $net2ftp_messages["Table net2ftp_log_status could not be updated."] = "Table net2ftp_log_status could not be updated.";
  311. // rotateLogs()
  312. $net2ftp_messages["The log tables were renamed successfully."] = "The log tables were renamed successfully.";
  313. $net2ftp_messages["The log tables could not be renamed."] = "The log tables could not be renamed.";
  314. $net2ftp_messages["The log tables were copied successfully."] = "The log tables were copied successfully.";
  315. $net2ftp_messages["The log tables could not be copied."] = "The log tables could not be copied.";
  316. $net2ftp_messages["The oldest log table was dropped successfully."] = "The oldest log table was dropped successfully.";
  317. $net2ftp_messages["The oldest log table could not be dropped."] = "The oldest log table could not be dropped.";
  318. // -------------------------------------------------------------------------
  319. // /includes/registerglobals.inc.php
  320. // -------------------------------------------------------------------------
  321. $net2ftp_messages["Please enter your username and password for FTP server "] = "Indtast dit brugernavn og adgangskode til FTP serveren ";
  322. $net2ftp_messages["You did not fill in your login information in the popup window.<br />Click on \"Go to the login page\" below."] = "Du fik ikke udfyldt login informationerne i popup vinduet.<br />Klik p&aring; \"G&aring; til login siden\" herunder.";
  323. $net2ftp_messages["Access to the net2ftp Admin panel is disabled, because no password has been set in the file settings.inc.php. Enter a password in that file, and reload this page."] = "Adgang til net2ftp administrationspanelet er deaktiveret fordi ingen adgangskode er sat i filen settings.inc.php. Indtast en adgangskode i den fil og opdater denne side.";
  324. $net2ftp_messages["Please enter your Admin username and password"] = "Indtast dit administrationsbrugernavn og adgangskode";
  325. $net2ftp_messages["You did not fill in your login information in the popup window.<br />Click on \"Go to the login page\" below."] = "Du fik ikke udfyldt login informationerne i popup vinduet.<br />Klik p&aring; \"G&aring; til login siden\" herunder.";
  326. $net2ftp_messages["Wrong username or password for the net2ftp Admin panel. The username and password can be set in the file settings.inc.php."] = "Forkert brugernavn eller adgangskode til net2ftp administrationspanelet. Brugernavn og adgangskode kan angives i filen settings.inc.php.";
  327. // -------------------------------------------------------------------------
  328. // /skins/skins.inc.php
  329. // -------------------------------------------------------------------------
  330. $net2ftp_messages["Blue"] = "Bl&aring;t";
  331. $net2ftp_messages["Grey"] = "Gr&aring;t";
  332. $net2ftp_messages["Black"] = "Sort";
  333. $net2ftp_messages["Yellow"] = "Gult";
  334. $net2ftp_messages["Pastel"] = "Pastel";
  335. // getMime()
  336. $net2ftp_messages["Directory"] = "Mappe";
  337. $net2ftp_messages["Symlink"] = "Symlink";
  338. $net2ftp_messages["ASP script"] = "ASP script";
  339. $net2ftp_messages["Cascading Style Sheet"] = "Cascading Style Sheet";
  340. $net2ftp_messages["HTML file"] = "HTML fil";
  341. $net2ftp_messages["Java source file"] = "Java source fil";
  342. $net2ftp_messages["JavaScript file"] = "JavaScript fil";
  343. $net2ftp_messages["PHP Source"] = "PHP Source";
  344. $net2ftp_messages["PHP script"] = "PHP script";
  345. $net2ftp_messages["Text file"] = "Tekstfil";
  346. $net2ftp_messages["Bitmap file"] = "Bitmap fil";
  347. $net2ftp_messages["GIF file"] = "GIF fil";
  348. $net2ftp_messages["JPEG file"] = "JPEG fil";
  349. $net2ftp_messages["PNG file"] = "PNG fil";
  350. $net2ftp_messages["TIF file"] = "TIF fil";
  351. $net2ftp_messages["GIMP file"] = "GIMP fil";
  352. $net2ftp_messages["Executable"] = "Program";
  353. $net2ftp_messages["Shell script"] = "Shell script";
  354. $net2ftp_messages["MS Office - Word document"] = "MS Office - Word dokument";
  355. $net2ftp_messages["MS Office - Excel spreadsheet"] = "MS Office - Excel regneark";
  356. $net2ftp_messages["MS Office - PowerPoint presentation"] = "MS Office - PowerPoint pr&aelig;sentation";
  357. $net2ftp_messages["MS Office - Access database"] = "MS Office - Access database";
  358. $net2ftp_messages["MS Office - Visio drawing"] = "MS Office - Visio tegning";
  359. $net2ftp_messages["MS Office - Project file"] = "MS Office - Project fil";
  360. $net2ftp_messages["OpenOffice - Writer 6.0 document"] = "OpenOffice - Writer 6.0 dokument";
  361. $net2ftp_messages["OpenOffice - Writer 6.0 template"] = "OpenOffice - Writer 6.0 skabelon";
  362. $net2ftp_messages["OpenOffice - Calc 6.0 spreadsheet"] = "OpenOffice - Calc 6.0 regneark";
  363. $net2ftp_messages["OpenOffice - Calc 6.0 template"] = "OpenOffice - Calc 6.0 skabelon";
  364. $net2ftp_messages["OpenOffice - Draw 6.0 document"] = "OpenOffice - Draw 6.0 dokument";
  365. $net2ftp_messages["OpenOffice - Draw 6.0 template"] = "OpenOffice - Draw 6.0 skabelon";
  366. $net2ftp_messages["OpenOffice - Impress 6.0 presentation"] = "OpenOffice - Impress 6.0 pr&aelig;sentation";
  367. $net2ftp_messages["OpenOffice - Impress 6.0 template"] = "OpenOffice - Impress 6.0 skabelon";
  368. $net2ftp_messages["OpenOffice - Writer 6.0 global document"] = "OpenOffice - Writer 6.0 globalt dokument";
  369. $net2ftp_messages["OpenOffice - Math 6.0 document"] = "OpenOffice - Math 6.0 dokument";
  370. $net2ftp_messages["StarOffice - StarWriter 5.x document"] = "StarOffice - StarWriter 5.x dokument";
  371. $net2ftp_messages["StarOffice - StarWriter 5.x global document"] = "StarOffice - StarWriter 5.x globalt dokument";
  372. $net2ftp_messages["StarOffice - StarCalc 5.x spreadsheet"] = "StarOffice - StarCalc 5.x regneark";
  373. $net2ftp_messages["StarOffice - StarDraw 5.x document"] = "StarOffice - StarDraw 5.x dokument";
  374. $net2ftp_messages["StarOffice - StarImpress 5.x presentation"] = "StarOffice - StarImpress 5.x pr&aelig;sentation";
  375. $net2ftp_messages["StarOffice - StarImpress Packed 5.x file"] = "StarOffice - StarImpress pakket 5.x fil";
  376. $net2ftp_messages["StarOffice - StarMath 5.x document"] = "StarOffice - StarMath 5.x dokument";
  377. $net2ftp_messages["StarOffice - StarChart 5.x document"] = "StarOffice - StarChart 5.x dokument";
  378. $net2ftp_messages["StarOffice - StarMail 5.x mail file"] = "StarOffice - StarMail 5.x mail fil";
  379. $net2ftp_messages["Adobe Acrobat document"] = "Adobe Acrobat dokument";
  380. $net2ftp_messages["ARC archive"] = "ARC arkiv";
  381. $net2ftp_messages["ARJ archive"] = "ARJ arkiv";
  382. $net2ftp_messages["RPM"] = "RPM";
  383. $net2ftp_messages["GZ archive"] = "GZ arkiv";
  384. $net2ftp_messages["TAR archive"] = "TAR arkiv";
  385. $net2ftp_messages["Zip archive"] = "Zip arkiv";
  386. $net2ftp_messages["MOV movie file"] = "MOV film";
  387. $net2ftp_messages["MPEG movie file"] = "MPEG film";
  388. $net2ftp_messages["Real movie file"] = "Real film";
  389. $net2ftp_messages["Quicktime movie file"] = "Quicktime film";
  390. $net2ftp_messages["Shockwave flash file"] = "Shockwave flash fil";
  391. $net2ftp_messages["Shockwave file"] = "Shockwave fil";
  392. $net2ftp_messages["WAV sound file"] = "WAV lydfil";
  393. $net2ftp_messages["Font file"] = "Font fil";
  394. $net2ftp_messages["%1\$s File"] = "%1\$s Fil";
  395. $net2ftp_messages["File"] = "Fil";
  396. // getAction()
  397. $net2ftp_messages["Back"] = "Tilbage";
  398. $net2ftp_messages["Submit"] = "Udf&oslash;r";
  399. $net2ftp_messages["Refresh"] = "Opdater";
  400. $net2ftp_messages["Details"] = "Detalier";
  401. $net2ftp_messages["Icons"] = "Ikoner";
  402. $net2ftp_messages["List"] = "Liste";
  403. $net2ftp_messages["Logout"] = "Log ud";
  404. $net2ftp_messages["Help"] = "Hj&aelig;lp";
  405. $net2ftp_messages["Bookmark"] = "Gem som favorit/bogm&aelig;rke";
  406. $net2ftp_messages["Save"] = "Gem";
  407. $net2ftp_messages["Default"] = "Standard";
  408. // -------------------------------------------------------------------------
  409. // /skins/[skin]/header.template.php and footer.template.php
  410. // -------------------------------------------------------------------------
  411. $net2ftp_messages["Help Guide"] = "Hj&aelig;lp";
  412. $net2ftp_messages["Forums"] = "Forum";
  413. $net2ftp_messages["License"] = "Licens";
  414. $net2ftp_messages["Powered by"] = "Styres via";
  415. $net2ftp_messages["You are now taken to the net2ftp forums. These forums are for net2ftp related topics only - not for generic webhosting questions."] = "Du sendes videre til net2ftp forummet. Dette forum er kun for net2ftp relatede emner - det er IKKE for generelle sp&oslash;rgsm&aring;l om webhosting.";
  416. $net2ftp_messages["Standard"] = "Standard";
  417. $net2ftp_messages["Mobile"] = "Mobile";
  418. // -------------------------------------------------------------------------
  419. // Admin module
  420. if ($net2ftp_globals["state"] == "admin") {
  421. // -------------------------------------------------------------------------
  422. // /modules/admin/admin.inc.php
  423. $net2ftp_messages["Admin functions"] = "Administrationsfunktioner";
  424. // /skins/[skin]/admin1.template.php
  425. $net2ftp_messages["Version information"] = "Version information";
  426. $net2ftp_messages["This version of net2ftp is up-to-date."] = "Denne version af net2ftp er opdateret.";
  427. $net2ftp_messages["The latest version information could not be retrieved from the net2ftp.com server. Check the security settings of your browser, which may prevent the loading of a small file from the net2ftp.com server."] = "Information om den nyeste version kunne ikke hentes fra net2ftps server. Kontroll&eacute;r sikkerhedsindstillingerne for din browser da disse kan forhindre indl&aelig;sningen fra net2ftp.com serveren.";
  428. $net2ftp_messages["Logging"] = "Logger";
  429. $net2ftp_messages["Date from:"] = "Fra dato:";
  430. $net2ftp_messages["to:"] = "til:";
  431. $net2ftp_messages["Empty logs"] = "T&oslash;m logs";
  432. $net2ftp_messages["View logs"] = "Se logs";
  433. $net2ftp_messages["Go"] = "Udf&oslash;r";
  434. $net2ftp_messages["Setup MySQL tables"] = "Ops&aelig;t MySQL tabeller";
  435. $net2ftp_messages["Create the MySQL database tables"] = "Opret MySQL databasetabellerne";
  436. } // end admin
  437. // -------------------------------------------------------------------------
  438. // Admin_createtables module
  439. if ($net2ftp_globals["state"] == "admin_createtables") {
  440. // -------------------------------------------------------------------------
  441. // /modules/admin_createtables/admin_createtables.inc.php
  442. $net2ftp_messages["Admin functions"] = "Administrationsfunktioner";
  443. $net2ftp_messages["The handle of file %1\$s could not be opened."] = "Handle for filen %1\$s kunne ikke &aring;bnes.";
  444. $net2ftp_messages["The file %1\$s could not be opened."] = "Filen %1\$s kunne ikke &aring;bnes.";
  445. $net2ftp_messages["The handle of file %1\$s could not be closed."] = "Handle for filen %1\$s kunne ikke lukkes.";
  446. $net2ftp_messages["The connection to the server <b>%1\$s</b> could not be set up. Please check the database settings you've entered."] = "Forbindelse til serveren <b>%1\$s</b> kunne ikke etableres. Kontroll&eacute;r de angivne oplysninger for databasen.";
  447. $net2ftp_messages["Unable to select the database <b>%1\$s</b>."] = "Kan ikke finde databasen <b>%1\$s</b>.";
  448. $net2ftp_messages["The SQL query nr <b>%1\$s</b> could not be executed."] = "SQL foresp&oslash;rgslen nr. <b>%1\$s</b> kunne ikke udf&oslash;res.";
  449. $net2ftp_messages["The SQL query nr <b>%1\$s</b> was executed successfully."] = "SQL foresp&oslash;rgslen nr. <b>%1\$s</b> er udf&oslash;rt.";
  450. // /skins/[skin]/admin_createtables1.template.php
  451. $net2ftp_messages["Please enter your MySQL settings:"] = "Indtast dine MySQL indstillinger:";
  452. $net2ftp_messages["MySQL username"] = "MySQL brugernavn";
  453. $net2ftp_messages["MySQL password"] = "MySQL adgangskode";
  454. $net2ftp_messages["MySQL database"] = "MySQL database";
  455. $net2ftp_messages["MySQL server"] = "MySQL server";
  456. $net2ftp_messages["This SQL query is going to be executed:"] = "Denne SQL foresp&oslash;rgsel bliver k&oslash;rt:";
  457. $net2ftp_messages["Execute"] = "K&oslash;r";
  458. // /skins/[skin]/admin_createtables2.template.php
  459. $net2ftp_messages["Settings used:"] = "Anvendte indstillinger:";
  460. $net2ftp_messages["MySQL password length"] = "L&aelig;ngde af MySQL adgangskode";
  461. $net2ftp_messages["Results:"] = "Resultater:";
  462. } // end admin_createtables
  463. // -------------------------------------------------------------------------
  464. // Admin_viewlogs module
  465. if ($net2ftp_globals["state"] == "admin_viewlogs") {
  466. // -------------------------------------------------------------------------
  467. // /modules/admin_createtables/admin_viewlogs.inc.php
  468. $net2ftp_messages["Admin functions"] = "Administrationsfunktioner";
  469. $net2ftp_messages["Unable to execute the SQL query <b>%1\$s</b>."] = "Kan ikke udf&oslash;re SQL foresp&oslash;rgslen <b>%1\$s</b>.";
  470. $net2ftp_messages["No data"] = "Ingen data";
  471. } // end admin_viewlogs
  472. // -------------------------------------------------------------------------
  473. // Admin_emptylogs module
  474. if ($net2ftp_globals["state"] == "admin_emptylogs") {
  475. // -------------------------------------------------------------------------
  476. // /modules/admin_createtables/admin_emptylogs.inc.php
  477. $net2ftp_messages["Admin functions"] = "Administrationsfunktioner";
  478. $net2ftp_messages["The table <b>%1\$s</b> was emptied successfully."] = "Tabellen <b>%1\$s</b> er t&oslash;mt.";
  479. $net2ftp_messages["The table <b>%1\$s</b> could not be emptied."] = "Tabellen <b>%1\$s</b> kunne ikke t&oslash;mmes.";
  480. $net2ftp_messages["The table <b>%1\$s</b> was optimized successfully."] = "Tabellen <b>%1\$s</b> er optimeret.";
  481. $net2ftp_messages["The table <b>%1\$s</b> could not be optimized."] = "Tabellen <b>%1\$s</b> kunne ikke optimeres.";
  482. } // end admin_emptylogs
  483. // -------------------------------------------------------------------------
  484. // Advanced module
  485. if ($net2ftp_globals["state"] == "advanced") {
  486. // -------------------------------------------------------------------------
  487. // /modules/advanced/advanced.inc.php
  488. $net2ftp_messages["Advanced functions"] = "Avancerede funktioner";
  489. // /skins/[skin]/advanced1.template.php
  490. $net2ftp_messages["Go"] = "Udf&oslash;r";
  491. $net2ftp_messages["Disabled"] = "Deaktiveret";
  492. $net2ftp_messages["Advanced FTP functions"] = "Avancerede FTP funktioner";
  493. $net2ftp_messages["Send arbitrary FTP commands to the FTP server"] = "Send arbitr&aelig;re FTP kommandoer til FTP serveren";
  494. $net2ftp_messages["This function is available on PHP 5 only"] = "Denne funktion er kun tilg&aelig;ngelig i PHP 5 eller nyere";
  495. $net2ftp_messages["Troubleshooting functions"] = "Fejls&oslash;gningsfunktioner";
  496. $net2ftp_messages["Troubleshoot net2ftp on this webserver"] = "Fejls&oslash;g net2ftp p&aring; denne server";
  497. $net2ftp_messages["Troubleshoot an FTP server"] = "Fejs&oslash;g en FTP server";
  498. $net2ftp_messages["Test the net2ftp list parsing rules"] = "Test net2ftp udskriftsregler";
  499. $net2ftp_messages["Translation functions"] = "Overs&aelig;ttelsesfunktioner";
  500. $net2ftp_messages["Introduction to the translation functions"] = "Introduktion til overs&aelig;ttelsesfunktionerne";
  501. $net2ftp_messages["Extract messages to translate from code files"] = "Pr&aelig;cise meddelelse der skal overs&aelig;ttes fra kode filen";
  502. $net2ftp_messages["Check if there are new or obsolete messages"] = "Unders&oslash;g om der er nye eller overfl&oslash;dige meddelelser";
  503. $net2ftp_messages["Beta functions"] = "Beta funktioner";
  504. $net2ftp_messages["Send a site command to the FTP server"] = "Send et site command til FTP serveren";
  505. $net2ftp_messages["Apache: password-protect a directory, create custom error pages"] = "Apache: sikre mapper vha. adgangskoder, lav egne fejlsider";
  506. $net2ftp_messages["MySQL: execute an SQL query"] = "MySQL: udf&oslash;r en SQL foresp&oslash;rgsel";
  507. // advanced()
  508. $net2ftp_messages["The site command functions are not available on this webserver."] = "Site command funktionerne er ikke tilg&aelig;ngelige p&aring; denne webserver.";
  509. $net2ftp_messages["The Apache functions are not available on this webserver."] = "Apache funktionerne er ikke tilg&aelig;ngelige p&aring; denne webserver.";
  510. $net2ftp_messages["The MySQL functions are not available on this webserver."] = "MySQL funktionerne er ikke tilg&aelig;ngelige p&aring; denne webserver.";
  511. $net2ftp_messages["Unexpected state2 string. Exiting."] = "Uventet state2 streng. Afslutter.";
  512. } // end advanced
  513. // -------------------------------------------------------------------------
  514. // Advanced_ftpserver module
  515. if ($net2ftp_globals["state"] == "advanced_ftpserver") {
  516. // -------------------------------------------------------------------------
  517. // /modules/advanced_ftpserver/advanced_ftpserver.inc.php
  518. $net2ftp_messages["Troubleshoot an FTP server"] = "Fejs&oslash;g en FTP server";
  519. // /skins/[skin]/advanced_ftpserver1.template.php
  520. $net2ftp_messages["Connection settings:"] = "Forbindelsesindstillinger:";
  521. $net2ftp_messages["FTP server"] = "FTP server";
  522. $net2ftp_messages["FTP server port"] = "FTP server port";
  523. $net2ftp_messages["Username"] = "Brugernavn";
  524. $net2ftp_messages["Password"] = "Adgangskode";
  525. $net2ftp_messages["Password length"] = "L&aelig;ngde p&aring; adgangskode";
  526. $net2ftp_messages["Passive mode"] = "Passiv modus";
  527. $net2ftp_messages["Directory"] = "Mappe";
  528. $net2ftp_messages["Printing the result"] = "Udskriver resultatet";
  529. // /skins/[skin]/advanced_ftpserver2.template.php
  530. $net2ftp_messages["Connecting to the FTP server: "] = "Forbinder til FTP serveren: ";
  531. $net2ftp_messages["Logging into the FTP server: "] = "Logger p&aring; FTP serveren: ";
  532. $net2ftp_messages["Setting the passive mode: "] = "S&aelig;tter passiv modus: ";
  533. $net2ftp_messages["Getting the FTP server system type: "] = "Henter FTP server system type: ";
  534. $net2ftp_messages["Changing to the directory %1\$s: "] = "Skifter til mappen %1\$s: ";
  535. $net2ftp_messages["The directory from the FTP server is: %1\$s "] = "Mappen fra FTP serveren er: %1\$s ";
  536. $net2ftp_messages["Getting the raw list of directories and files: "] = "Henter r&aring; data om mapper og filer: ";
  537. $net2ftp_messages["Trying a second time to get the raw list of directories and files: "] = "Pr&oslash;ver p&aring;ny at hente r&aring; data om mapper og filer: ";
  538. $net2ftp_messages["Closing the connection: "] = "Lukker forbindelsen: ";
  539. $net2ftp_messages["Raw list of directories and files:"] = "R&aring; data over mapper og filer:";
  540. $net2ftp_messages["Parsed list of directories and files:"] = "Udskrevet liste over mapper og filer:";
  541. $net2ftp_messages["OK"] = "OK";
  542. $net2ftp_messages["not OK"] = "ej OK";
  543. } // end advanced_ftpserver
  544. // -------------------------------------------------------------------------
  545. // Advanced_parsing module
  546. if ($net2ftp_globals["state"] == "advanced_parsing") {
  547. // -------------------------------------------------------------------------
  548. $net2ftp_messages["Test the net2ftp list parsing rules"] = "Test net2ftp udskriftsregler";
  549. $net2ftp_messages["Sample input"] = "Testinput";
  550. $net2ftp_messages["Parsed output"] = "Parsed output";
  551. } // end advanced_parsing
  552. // -------------------------------------------------------------------------
  553. // Advanced_webserver module
  554. if ($net2ftp_globals["state"] == "advanced_webserver") {
  555. // -------------------------------------------------------------------------
  556. $net2ftp_messages["Troubleshoot your net2ftp installation"] = "Test din net2ftp installation";
  557. $net2ftp_messages["Printing the result"] = "Udskriver resultatet";
  558. $net2ftp_messages["Checking if the FTP module of PHP is installed: "] = "Kontrollerer om PHP-FTP modulet er installeret: ";
  559. $net2ftp_messages["yes"] = "Ja";
  560. $net2ftp_messages["no - please install it!"] = "nej - installer dette modul!";
  561. $net2ftp_messages["Checking the permissions of the directory on the web server: a small file will be written to the /temp folder and then deleted."] = "Kontrollerer mappetilladelser p&aring; webserveren: en lille fil bliver oprettet i /temp mappen og derefter slettet.";
  562. $net2ftp_messages["Creating filename: "] = "Opretter filnavn: ";
  563. $net2ftp_messages["OK. Filename: %1\$s"] = "OK. Filnavn: %1\$s";
  564. $net2ftp_messages["not OK"] = "ej OK";
  565. $net2ftp_messages["OK"] = "OK";
  566. $net2ftp_messages["not OK. Check the permissions of the %1\$s directory"] = "ej OK. Kontroller tilladelserne for mappen %1\$s";
  567. $net2ftp_messages["Opening the file in write mode: "] = "&Aring;bner filen i skrivningsmodus: ";
  568. $net2ftp_messages["Writing some text to the file: "] = "Skriver noget tekst i filen: ";
  569. $net2ftp_messages["Closing the file: "] = "Lukker filen: ";
  570. $net2ftp_messages["Deleting the file: "] = "Sletter filen: ";
  571. $net2ftp_messages["Testing the FTP functions"] = "Tester FTP funktionerne";
  572. $net2ftp_messages["Connecting to a test FTP server: "] = "Forbinder til en test FTP server: ";
  573. $net2ftp_messages["Connecting to the FTP server: "] = "Forbinder til FTP serveren: ";
  574. $net2ftp_messages["Logging into the FTP server: "] = "Logger p&aring; FTP serveren: ";
  575. $net2ftp_messages["Setting the passive mode: "] = "S&aelig;tter passiv modus: ";
  576. $net2ftp_messages["Getting the FTP server system type: "] = "Henter FTP server system type: ";
  577. $net2ftp_messages["Changing to the directory %1\$s: "] = "Skifter til mappen %1\$s: ";
  578. $net2ftp_messages["The directory from the FTP server is: %1\$s "] = "Mappen fra FTP serveren er: %1\$s ";
  579. $net2ftp_messages["Getting the raw list of directories and files: "] = "Henter r&aring; data om mapper og filer: ";
  580. $net2ftp_messages["Trying a second time to get the raw list of directories and files: "] = "Pr&oslash;ver p&aring;ny at hente r&aring; data om mapper og filer: ";
  581. $net2ftp_messages["Closing the connection: "] = "Lukker forbindelsen: ";
  582. $net2ftp_messages["Raw list of directories and files:"] = "R&aring; data over mapper og filer:";
  583. $net2ftp_messages["Parsed list of directories and files:"] = "Udskrevet liste over mapper og filer:";
  584. $net2ftp_messages["OK"] = "OK";
  585. $net2ftp_messages["not OK"] = "ej OK";
  586. } // end advanced_webserver
  587. // -------------------------------------------------------------------------
  588. // Bookmark module
  589. if ($net2ftp_globals["state"] == "bookmark") {
  590. // -------------------------------------------------------------------------
  591. $net2ftp_messages["Drag and drop one of the links below to the bookmarks bar"] = "Drag and drop one of the links below to the bookmarks bar";
  592. $net2ftp_messages["Right-click on one of the links below and choose \"Add to Favorites...\""] = "Right-click on one of the links below and choose \"Add to Favorites...\"";
  593. $net2ftp_messages["Right-click on one the links below and choose \"Add Link to Bookmarks...\""] = "Right-click on one the links below and choose \"Add Link to Bookmarks...\"";
  594. $net2ftp_messages["Right-click on one of the links below and choose \"Bookmark link...\""] = "Right-click on one of the links below and choose \"Bookmark link...\"";
  595. $net2ftp_messages["Right-click on one of the links below and choose \"Bookmark This Link...\""] = "Right-click on one of the links below and choose \"Bookmark This Link...\"";
  596. $net2ftp_messages["One click access (net2ftp won't ask for a password - less safe)"] = "One click access (net2ftp won't ask for a password - less safe)";
  597. $net2ftp_messages["Two click access (net2ftp will ask for a password - safer)"] = "Two click access (net2ftp will ask for a password - safer)";
  598. $net2ftp_messages["Note: when you will use this bookmark, a popup window will ask you for your username and password."] = "Bem&aelig;rk: N&aring;r du benytter dette bogm&aelig;rke bliver du spurgt om dit brugernavn og adgangskode";
  599. } // end bookmark
  600. // -------------------------------------------------------------------------
  601. // Browse module
  602. if ($net2ftp_globals["state"] == "browse") {
  603. // -------------------------------------------------------------------------
  604. // /modules/browse/browse.inc.php
  605. $net2ftp_messages["Choose a directory"] = "V&aelig;lg en mappe";
  606. $net2ftp_messages["Please wait..."] = "Vent venligst...";
  607. // browse()
  608. $net2ftp_messages["Directories with names containing \' cannot be displayed correctly. They can only be deleted. Please go back and select another subdirectory."] = "Mapper der indeholder tegnet \' kan ikke vises korrekt. De kan kun slettes. G&aring; tilbage og v&aelig;lg en anden mappe.";
  609. $net2ftp_messages["Daily limit reached: you will not be able to transfer data"] = "Daglig datagr&aelig;nse n&aring;et: Du kan ikke overf&oslash;re mere data i dag";
  610. $net2ftp_messages["In order to guarantee the fair use of the web server for everyone, the data transfer volume and script execution time are limited per user, and per day. Once this limit is reached, you can still browse the FTP server but not transfer data to/from it."] = "For at h&aring;ndh&aelig;ve et fair forbrug af vores webserver er der sat begr&aelig;nsninger p&aring; hvor meget data hver bruger kan overf&oslash;re pr. dag. N&aring;r gr&aelig;nsen er n&aring;et kan du stadig bruge net2ftp, men du kan ikke overf&oslash;re data til eller fra serveren.";
  611. $net2ftp_messages["If you need unlimited usage, please install net2ftp on your own web server."] = "Har du behov for ubegr&aelig;nset forbrug s&aring; kan du installere net2ftp p&aring; din egen server.";
  612. // printdirfilelist()
  613. // Keep this short, it must fit in a small button!
  614. $net2ftp_messages["New dir"] = "Ny mappe";
  615. $net2ftp_messages["New file"] = "Ny fil";
  616. $net2ftp_messages["HTML templates"] = "HTML skabeloner";
  617. $net2ftp_messages["Upload"] = "Upload";
  618. $net2ftp_messages["Java Upload"] = "Upload via Java";
  619. $net2ftp_messages["Flash Upload"] = "Upload via Flash";
  620. $net2ftp_messages["Install"] = "net2ftp Installer";
  621. $net2ftp_messages["Advanced"] = "Avanceret";
  622. $net2ftp_messages["Copy"] = "Kopi&eacute;r";
  623. $net2ftp_messages["Move"] = "Flyt";
  624. $net2ftp_messages["Delete"] = "Slet";
  625. $net2ftp_messages["Rename"] = "Omd&oslash;b";
  626. $net2ftp_messages["Chmod"] = "Rettigheder";
  627. $net2ftp_messages["Download"] = "Download";
  628. $net2ftp_messages["Unzip"] = "Udpak";
  629. $net2ftp_messages["Zip"] = "Komprim&eacute;r";
  630. $net2ftp_messages["Size"] = "St&oslash;rrelse";
  631. $net2ftp_messages["Search"] = "S&oslash;g";
  632. $net2ftp_messages["Go to the parent directory"] = "G&aring; til &oslash;vre mappe";
  633. $net2ftp_messages["Go"] = "Udf&oslash;r";
  634. $net2ftp_messages["Transform selected entries: "] = "Bearbejdt valgte: ";
  635. $net2ftp_messages["Transform selected entry: "] = "Bearbejdt den valgte: ";
  636. $net2ftp_messages["Make a new subdirectory in directory %1\$s"] = "Lav en undermappe i mappen: %1\$s";
  637. $net2ftp_messages["Create a new file in directory %1\$s"] = "Lav en ny fil i mappen: %1\$s";
  638. $net2ftp_messages["Create a website easily using ready-made templates"] = "Lav hurtigt en webside via eksisterende skabeloner";
  639. $net2ftp_messages["Upload new files in directory %1\$s"] = "Upload nye filer til mappen: %1\$s";
  640. $net2ftp_messages["Upload directories and files using a Java applet"] = "Upload mapper og filer via et Java applet";
  641. $net2ftp_messages["Upload files using a Flash applet"] = "Upload filer via et Flash applet";
  642. $net2ftp_messages["Install software packages (requires PHP on web server)"] = "Install&eacute;r software pakker (kr&aelig;ver PHP installeret p&aring; denne server)";
  643. $net2ftp_messages["Go to the advanced functions"] = "G&aring; til de udvidede indstillinger";
  644. $net2ftp_messages["Copy the selected entries"] = "Kopi&eacute;r valgte";
  645. $net2ftp_messages["Move the selected entries"] = "Flyt valgte";
  646. $net2ftp_messages["Delete the selected entries"] = "Slet valgte";
  647. $net2ftp_messages["Rename the selected entries"] = "Omd&oslash;b valgte";
  648. $net2ftp_messages["Chmod the selected entries (only works on Unix/Linux/BSD servers)"] = "Ret rettigheder (Chmod) for de valgte mapper og filer (virker kun p&aring; Unix/Linux/BSD servere)";
  649. $net2ftp_messages["Download a zip file containing all selected entries"] = "Download en zip fil med alle filer og mapper";
  650. $net2ftp_messages["Unzip the selected archives on the FTP server"] = "Udpak det valgte arkiv p&aring; FTP serveren";
  651. $net2ftp_messages["Zip the selected entries to save or email them"] = "Komprimer de valgte filer og mapper og enten gem eller email dem";
  652. $net2ftp_messages["Calculate the size of the selected entries"] = "Udregn st&oslash;rrelsen p&aring; det valgte";
  653. $net2ftp_messages["Find files which contain a particular word"] = "Find filer som indeholder et bestemt ord";
  654. $net2ftp_messages["Click to sort by %1\$s in descending order"] = "Klik for at sortere via %1\$s i faldende orden";
  655. $net2ftp_messages["Click to sort by %1\$s in ascending order"] = "Klik for at sortere via %1\$s i stigende orden";
  656. $net2ftp_messages["Ascending order"] = "Stigende orden";
  657. $net2ftp_messages["Descending order"] = "Faldende orden";
  658. $net2ftp_messages["Upload files"] = "Upload filer";
  659. $net2ftp_messages["Up"] = "Op";
  660. $net2ftp_messages["Click to check or uncheck all rows"] = "Mark&eacute;r alle, eller fjern alle markeringer";
  661. $net2ftp_messages["All"] = "Alle";
  662. $net2ftp_messages["Name"] = "Navn";
  663. $net2ftp_messages["Type"] = "Type";
  664. //$net2ftp_messages["Size"] = "Size";
  665. $net2ftp_messages["Owner"] = "Ejer";
  666. $net2ftp_messages["Group"] = "Gruppe";
  667. $net2ftp_messages["Perms"] = "Rettigheder";
  668. $net2ftp_messages["Mod Time"] = "Sidst &aelig;ndret";
  669. $net2ftp_messages["Actions"] = "Handlinger";
  670. $net2ftp_messages["Select the directory %1\$s"] = "V&aelig;lg mappen: %1\$s";
  671. $net2ftp_messages["Select the file %1\$s"] = "V&aelig;lg filen: %1\$s";
  672. $net2ftp_messages["Select the symlink %1\$s"] = "V&aelig;lg symlinket: %1\$s";
  673. $net2ftp_messages["Go to the subdirectory %1\$s"] = "G&aring; til mappen: %1\$s";
  674. $net2ftp_messages["Download the file %1\$s"] = "Download filen: %1\$s";
  675. $net2ftp_messages["Follow symlink %1\$s"] = "F&oslash;lg symlinket: %1\$s";
  676. $net2ftp_messages["View"] = "Vis kildekode";
  677. $net2ftp_messages["Edit"] = "Redig&eacute;r";
  678. $net2ftp_messages["Update"] = "Opdat&eacute;r";
  679. $net2ftp_messages["Open"] = "&Aring;ben";
  680. $net2ftp_messages["View the highlighted source code of file %1\$s"] = "Se den fremh&aelig;vede kildekode for filen: %1\$s";
  681. $net2ftp_messages["Edit the source code of file %1\$s"] = "Rediger kildekoden for filen: %1\$s";
  682. $net2ftp_messages["Upload a new version of the file %1\$s and merge the changes"] = "Upload en ny version af filen: %1\$s og sammenflet &aelig;ndringerne med den nuv&aelig;rende fil";
  683. $net2ftp_messages["View image %1\$s"] = "Se billedet: %1\$s";
  684. $net2ftp_messages["View the file %1\$s from your HTTP web server"] = "Se filen: %1\$s fra din HTTP web server";
  685. $net2ftp_messages["(Note: This link may not work if you don't have your own domain name.)"] = "(Bem&aelig;rk: Dette link virker m&aring;ske ikke hvis du ikke har dit eget internetdom&aelig;ne.)";
  686. $net2ftp_messages["This folder is empty"] = "Denne mappe er tom";
  687. // printSeparatorRow()
  688. $net2ftp_messages["Directories"] = "Mapper";
  689. $net2ftp_messages["Files"] = "Filer";
  690. $net2ftp_messages["Symlinks"] = "Symlinks";
  691. $net2ftp_messages["Unrecognized FTP output"] = "Ukendt FTP output";
  692. $net2ftp_messages["Number"] = "Nummer";
  693. $net2ftp_messages["Size"] = "St&oslash;rrelse";
  694. $net2ftp_messages["Skipped"] = "Spring over";
  695. $net2ftp_messages["Data transferred from this IP address today"] = "Data overf&oslash;rt fra denne IP adresse i dag";
  696. $net2ftp_messages["Data transferred to this FTP server today"] = "Data overf&oslash;rt til denne FTP server i dag";
  697. // printLocationActions()
  698. $net2ftp_messages["Language:"] = "Sprog:";
  699. $net2ftp_messages["Skin:"] = "Tema:";
  700. $net2ftp_messages["View mode:"] = "Se modus:";
  701. $net2ftp_messages["Directory Tree"] = "Mappeoversigt";
  702. // ftp2http()
  703. $net2ftp_messages["Execute %1\$s in a new window"] = "K&oslash;r %1\$s i et nyt vindue";
  704. $net2ftp_messages["This file is not accessible from the web"] = "Denne fil kan ikke bruges p&aring; nettet";
  705. // printDirectorySelect()
  706. $net2ftp_messages["Double-click to go to a subdirectory:"] = "Dobbeltklik for at g&aring; til en mappe:";
  707. $net2ftp_messages["Choose"] = "V&aelig;lg";
  708. $net2ftp_messages["Up"] = "Op";
  709. } // end browse
  710. // -------------------------------------------------------------------------
  711. // Calculate size module
  712. if ($net2ftp_globals["state"] == "calculatesize") {
  713. // -------------------------------------------------------------------------
  714. $net2ftp_messages["Size of selected directories and files"] = "St&oslash;rrelse p&aring; valgte filer og mapper";
  715. $net2ftp_messages["The total size taken by the selected directories and files is:"] = "Den samlede st&oslash;rrelse p&aring; de valgte filer og mapper er:";
  716. $net2ftp_messages["The number of files which were skipped is:"] = "Antal filer der ikke blev regnet med:";
  717. } // end calculatesize
  718. // -------------------------------------------------------------------------
  719. // Chmod module
  720. if ($net2ftp_globals["state"] == "chmod") {
  721. // -------------------------------------------------------------------------
  722. $net2ftp_messages["Chmod directories and files"] = "Ret rettigheder (Chmod) for filer og mapper";
  723. $net2ftp_messages["Set all permissions"] = "S&aelig;t alt til dette";
  724. $net2ftp_messages["Read"] = "L&aelig;s";
  725. $net2ftp_messages["Write"] = "Skriv";
  726. $net2ftp_messages["Execute"] = "K&oslash;r";
  727. $net2ftp_messages["Owner"] = "Ejer";
  728. $net2ftp_messages["Group"] = "Gruppe";
  729. $net2ftp_messages["Everyone"] = "Alle";
  730. $net2ftp_messages["To set all permissions to the same values, enter those permissions and click on the button \"Set all permissions\""] = "To set all permissions to the same values, enter those permissions and click on the button \"Set all permissions\"";
  731. $net2ftp_messages["Set the permissions of directory <b>%1\$s</b> to: "] = "Set the permissions of directory <b>%1\$s</b> to: ";
  732. $net2ftp_messages["Set the permissions of file <b>%1\$s</b> to: "] = "S&aelig;t rettigheder for filen: <b>%1\$s</b> til: ";
  733. $net2ftp_messages["Set the permissions of symlink <b>%1\$s</b> to: "] = "S&aelig;t rettigheder for symlinket: <b>%1\$s</b> til: ";
  734. $net2ftp_messages["Chmod value"] = "Chmod v&aelig;rdi";
  735. $net2ftp_messages["Chmod also the subdirectories within this directory"] = "Ret ogs&aring; undermapper i denne mappe";
  736. $net2ftp_messages["Chmod also the files within this directory"] = "Ret ogs&aring; filer i denne mappe";
  737. $net2ftp_messages["The chmod nr <b>%1\$s</b> is out of the range 000-777. Please try again."] = "Indtastningen: <b>%1\$s</b> Er ugyldig. (fra 000 til 777). Pr&oslash;v igen.";
  738. } // end chmod
  739. // -------------------------------------------------------------------------
  740. // Clear cookies module
  741. // -------------------------------------------------------------------------
  742. // No messages
  743. // -------------------------------------------------------------------------
  744. // Copy/Move/Delete module
  745. if ($net2ftp_globals["state"] == "copymovedelete") {
  746. // -------------------------------------------------------------------------
  747. $net2ftp_messages["Choose a directory"] = "V&aelig;lg en mappe";
  748. $net2ftp_messages["Copy directories and files"] = "Kopi&eacute;r mapper og filer";
  749. $net2ftp_messages["Move directories and files"] = "Flyt mapper og filer";
  750. $net2ftp_messages["Delete directories and files"] = "Slet mapper og filer";
  751. $net2ftp_messages["Are you sure you want to delete these directories and files?"] = "Er du sikker p&aring; du vil slette disse mapper og filer?";
  752. $net2ftp_messages["All the subdirectories and files of the selected directories will also be deleted!"] = "Alle undermapper og filer vil ogs&aring; blive slettet!";
  753. $net2ftp_messages["Set all targetdirectories"] = "Ret alles nye placering";
  754. $net2ftp_messages["To set a common target directory, enter that target directory in the textbox above and click on the button \"Set all targetdirectories\"."] = "For at rette alles nye placering s&aring; indtast placeringen i feltet herover og klik p&aring; \"Ret alles nye placering\".";
  755. $net2ftp_messages["Note: the target directory must already exist before anything can be copied into it."] = "Bem&aelig;rk: placeringen skal v&aelig;re oprettet i forvejen f&oslash;r du kan kopiere noget dertil.";
  756. $net2ftp_messages["Different target FTP server:"] = "Anden FTP server:";
  757. $net2ftp_messages["Username"] = "Brugernavn";
  758. $net2ftp_messages["Password"] = "Adgangskode";
  759. $net2ftp_messages["Leave empty if you want to copy the files to the same FTP server."] = "Efterlad disse felter blanke hvis du ikke vil kopiere noget til andre FTP servere.";
  760. $net2ftp_messages["If you want to copy the files to another FTP server, enter your login data."] = "Hvis du vil kopiere filerne til en anden FTP server skal du angive FTP serverens login oplysninger.";
  761. $net2ftp_messages["Leave empty if you want to move the files to the same FTP server."] = "Efterlad disse felter blanke hvis du ikke vil flytte noget til andre FTP servere.";
  762. $net2ftp_messages["If you want to move the files to another FTP server, enter your login data."] = "Hvis du vil flytte filerne til en anden FTP server skal du angive FTP serverens login oplysninger.";
  763. $net2ftp_messages["Copy directory <b>%1\$s</b> to:"] = "Kopi&eacute;r mappen: <b>%1\$s</b> til:";
  764. $net2ftp_messages["Move directory <b>%1\$s</b> to:"] = "Flyt mappen: <b>%1\$s</b> til:";
  765. $net2ftp_messages["Directory <b>%1\$s</b>"] = "Mappe: <b>%1\$s</b>";
  766. $net2ftp_messages["Copy file <b>%1\$s</b> to:"] = "Kopi&eacute;r fil <b>%1\$s</b> til:";
  767. $net2ftp_messages["Move file <b>%1\$s</b> to:"] = "Flyt fil <b>%1\$s</b> til:";
  768. $net2ftp_messages["File <b>%1\$s</b>"] = "File <b>%1\$s</b>";
  769. $net2ftp_messages["Copy symlink <b>%1\$s</b> to:"] = "Kopi&eacute;r symlink <b>%1\$s</b> til:";
  770. $net2ftp_messages["Move symlink <b>%1\$s</b> to:"] = "Flyt symlink <b>%1\$s</b> til:";
  771. $net2ftp_messages["Symlink <b>%1\$s</b>"] = "Symlink <b>%1\$s</b>";
  772. $net2ftp_messages["Target directory:"] = "Placering:";
  773. $net2ftp_messages["Target name:"] = "Navn:";
  774. $net2ftp_messages["Processing the entries:"] = "Behandler opgave:";
  775. } // end copymovedelete
  776. // -------------------------------------------------------------------------
  777. // Download file module
  778. // -------------------------------------------------------------------------
  779. // No messages
  780. // -------------------------------------------------------------------------
  781. // EasyWebsite module
  782. if ($net2ftp_globals["state"] == "easyWebsite") {
  783. // -------------------------------------------------------------------------
  784. $net2ftp_messages["Create a website in 4 easy steps"] = "Lav en webside med 4 nemme trin";
  785. $net2ftp_messages["Template overview"] = "Skabelonoversigt";
  786. $net2ftp_messages["Template details"] = "Skabelon detaljer";
  787. $net2ftp_messages["Files are copied"] = "Filerne bliver kopieret";
  788. $net2ftp_messages["Edit your pages"] = "Rediger dine sider";
  789. // Screen 1 - printTemplateOverview
  790. $net2ftp_messages["Click on the image to view the details of a template."] = "Klik p&aring; billedet for at se detaljer for en skabelon.";
  791. $net2ftp_messages["Back to the Browse screen"] = "Tilbage til oversigten";
  792. $net2ftp_messages["Template"] = "Skabelon";
  793. $net2ftp_messages["Copyright"] = "Copyright";
  794. $net2ftp_messages["Click on the image to view the details of this template"] = "Klik p&aring; billedet for at se detaljer for skabelonen";
  795. // Screen 2 - printTemplateDetails
  796. $net2ftp_messages["The template files will be copied to your FTP server. Existing files with the same filename will be overwritten. Do you want to continue?"] = "Skabelonfilerne bliver kopieret til din FTP server. Eksisterende filer med det samme filnavn bliver overskrevet. Vil du forts&aelig;tte?";
  797. $net2ftp_messages["Install template to directory: "] = "Installer skabelon til mappen: ";
  798. $net2ftp_messages["Install"] = "net2ftp Installer";
  799. $net2ftp_messages["Size"] = "St&oslash;rrelse";
  800. $net2ftp_messages["Preview page"] = "Gennemse side";
  801. $net2ftp_messages["opens in a new window"] = "&aring;bner i et nyt vindue";
  802. // Screen 3
  803. $net2ftp_messages["Please wait while the template files are being transferred to your server: "] = "Vent venligst mens skabelon filerne bliver overf&oslash;rt til din server: ";
  804. $net2ftp_messages["Done."] = "F&aelig;rdig.";
  805. $net2ftp_messages["Continue"] = "Forts&aelig;t";
  806. // Screen 4 - printEasyAdminPanel
  807. $net2ftp_messages["Edit page"] = "Rediger side";
  808. $net2ftp_messages["Browse the FTP server"] = "Gennemse FTP serveren";
  809. $net2ftp_messages["Add this link to your favorites to return to this page later on!"] = "Tilf&oslash;j denne side til dine favoritter for at vende tilbage senere!";
  810. $net2ftp_messages["Edit website at %1\$s"] = "Rediger side hos %1\$s";
  811. $net2ftp_messages["Internet Explorer: right-click on the link and choose \"Add to Favorites...\""] = "Internet Explorer: h&oslash;jreklik p&aring; linket og v&aelig;lg \"F&oslash;j til favoritter...\"";
  812. $net2ftp_messages["Netscape, Mozilla, Firefox: right-click on the link and choose \"Bookmark This Link...\""] = "Netscape, Mozilla, Firefox: h&oslash;jreklik p&aring; linket og v&aelig;lg \"Bogm&aelig;rk dette link...\"";
  813. // ftp_copy_local2ftp
  814. $net2ftp_messages["WARNING: Unable to create the subdirectory <b>%1\$s</b>. It may already exist. Continuing..."] = "ADVARSEL: kunne ikke skabe mappen <b>%1\$s</b>. Den eksisterer m&aring;ske i forvejen. Forts&aelig;tter...";
  815. $net2ftp_messages["Created target subdirectory <b>%1\$s</b>"] = "Oprettede undermappen <b>%1\$s</b>";
  816. $net2ftp_messages["WARNING: Unable to copy the file <b>%1\$s</b>. Continuing..."] = "ADVARSEL: Kan ikke kopiere filen <b>%1\$s</b>. Forts&aelig;tter...";
  817. $net2ftp_messages["Copied file <b>%1\$s</b>"] = "Kopierede filen <b>%1\$s</b>";
  818. }
  819. // -------------------------------------------------------------------------
  820. // Edit module
  821. if ($net2ftp_globals["state"] == "edit") {
  822. // -------------------------------------------------------------------------
  823. // /modules/edit/edit.inc.php
  824. $net2ftp_messages["Unable to open the template file"] = "Kan ikke &aring;bne skabelon filen";
  825. $net2ftp_messages["Unable to read the template file"] = "Kan ikke l&aelig;se skabelon filen";
  826. $net2ftp_messages["Please specify a filename"] = "Indtast et filnavn";
  827. $net2ftp_messages["Status: This file has not yet been saved"] = "Status: Denne fil er ikke blevet gemt endnu";
  828. $net2ftp_messages["Status: Saved on <b>%1\$s</b> using mode %2\$s"] = "Status: Gemt d. <b>%1\$s</b> via %2\$s";
  829. $net2ftp_messages["Status: <b>This file could not be saved</b>"] = "Status: <b>Denne fil kunne ikke gemmes</b>";
  830. $net2ftp_messages["Not yet saved"] = "Not yet saved";
  831. $net2ftp_messages["Could not be saved"] = "Could not be saved";
  832. $net2ftp_messages["Saved at %1\$s"] = "Saved at %1\$s";
  833. // /skins/[skin]/edit.template.php
  834. $net2ftp_messages["Directory: "] = "Mappe: ";
  835. $net2ftp_messages["File: "] = "Fil: ";
  836. $net2ftp_messages["New file name: "] = "Nyt filnavn: ";
  837. $net2ftp_messages["Character encoding: "] = "Tegns&aelig;t: ";
  838. $net2ftp_messages["Note: changing the textarea type will save the changes"] = "Bem&aelig;rk: ved at &aelig;ndre textarea typen bliver filen automatisk gemt";
  839. $net2ftp_messages["Copy up"] = "Kopier op";
  840. $net2ftp_messages["Copy down"] = "Kopier ned";
  841. } // end if edit
  842. // -------------------------------------------------------------------------
  843. // Find string module
  844. if ($net2ftp_globals["state"] == "findstring") {
  845. // -------------------------------------------------------------------------
  846. // /modules/findstring/findstring.inc.php
  847. $net2ftp_messages["Search directories and files"] = "S&oslash;g i mapper og filer";
  848. $net2ftp_messages["Search again"] = "S&oslash;g igen";
  849. $net2ftp_messages["Search results"] = "S&oslash;geresultater";
  850. $net2ftp_messages["Please enter a valid search word or phrase."] = "Indtast et ord eller en s&aelig;tning.";
  851. $net2ftp_messages["Please enter a valid filename."] = "Indtast et gyldigt filnavn.";
  852. $net2ftp_messages["Please enter a valid file size in the \"from\" textbox, for example 0."] = "Indtast en gyldig filst&oslash;rrelse i \"fra\" tekstfeltet, f.eks. 0.";
  853. $net2ftp_messages["Please enter a valid file size in the \"to\" textbox, for example 500000."] = "Indtast en gyldig filst&oslash;rrelse i \"til\" tekstfeltet, f.eks. 500000.";
  854. $net2ftp_messages["Please enter a valid date in Y-m-d format in the \"from\" textbox."] = "Indtast en gyldig dato i formatet &Aring;&Aring;&Aring;&Aring;-M-D i \"fra\" tekstfeltet.";
  855. $net2ftp_messages["Please enter a valid date in Y-m-d format in the \"to\" textbox."] = "Indtast en gyldig dato i formatet &Aring;&Aring;&Aring;&Aring;-M-D i \"til\" tekstfeltet.";
  856. $net2ftp_messages["The word <b>%1\$s</b> was not found in the selected directories and files."] = "Ordet <b>%1\$s</b> blev ikke fundet iblandt de valgte mapper og filer.";
  857. $net2ftp_messages["The word <b>%1\$s</b> was found in the following files:"] = "Ordet <b>%1\$s</b> blev fundet i f&oslash;lgende mapper og filer:";
  858. // /skins/[skin]/findstring1.template.php
  859. $net2ftp_messages["Search for a word or phrase"] = "S&oslash;g efter et ord eller en s&aelig;tning";
  860. $net2ftp_messages["Case sensitive search"] = "Forskel p&aring; store og sm&aring; bogstaver";
  861. $net2ftp_messages["Restrict the search to:"] = "Begr&aelig;ns s&oslash;gningen til";
  862. $net2ftp_messages["files with a filename like"] = "filer med et filnavn som";
  863. $net2ftp_messages["(wildcard character is *)"] = "(wildcard tegnet er *)";
  864. $net2ftp_messages["files with a size"] = "filer med en st&oslash;rrelse";
  865. $net2ftp_messages["files which were last modified"] = "filer der senest blev &aelig;ndret";
  866. $net2ftp_messages["from"] = "fra";
  867. $net2ftp_messages["to"] = "til";
  868. $net2ftp_messages["Directory"] = "Mappe";
  869. $net2ftp_messages["File"] = "Fil";
  870. $net2ftp_messages["Line"] = "Linje";
  871. $net2ftp_messages["Action"] = "Handling";
  872. $net2ftp_messages["View"] = "Vis kildekode";
  873. $net2ftp_messages["Edit"] = "Redig&eacute;r";
  874. $net2ftp_messages["View the highlighted source code of file %1\$s"] = "Se den fremh&aelig;vede kildekode for filen: %1\$s";
  875. $net2ftp_messages["Edit the source code of file %1\$s"] = "Rediger kildekoden for filen: %1\$s";
  876. } // end findstring
  877. // -------------------------------------------------------------------------
  878. // Help module
  879. // -------------------------------------------------------------------------
  880. // No messages yet
  881. // -------------------------------------------------------------------------
  882. // Install size module
  883. if ($net2ftp_globals["state"] == "install") {
  884. // -------------------------------------------------------------------------
  885. // /modules/install/install.inc.php
  886. $net2ftp_messages["Install software packages"] = "Installer software pakker";
  887. $net2ftp_messages["Unable to open the template file"] = "Kan ikke &aring;bne skabelon filen";
  888. $net2ftp_messages["Unable to read the template file"] = "Kan ikke l&aelig;se skabelon filen";
  889. $net2ftp_messages["Unable to get the list of packages"] = "Ude af stand til at hente listen over pakker";
  890. // /skins/blue/install1.template.php
  891. $net2ftp_messages["The net2ftp installer script has been copied to the FTP server."] = "Net2ftp installer scriptet er kopieret til FTP serveren.";
  892. $net2ftp_messages["This script runs on your web server and requires PHP to be installed."] = "Dette script k&oslash;rer via din web server og kr&aelig;ver at PHP er installeret.";
  893. $net2ftp_messages["In order to run it, click on the link below."] = "For at k&oslash;re scriptet skal du klikke p&aring; linket herunder.";
  894. $net2ftp_messages["net2ftp has tried to determine the directory mapping between the FTP server and the web server."] = "Net2ftp pr&oslash;vede at afg&oslash;re mappestrukturen mellem FTP serveren og web serveren.";
  895. $net2ftp_messages["Should this link not be correct, enter the URL manually in your web browser."] = "Hvis dette link ikke er korrekt skal du manuelt indtaste URL adressen i din web browser.";
  896. } // end install
  897. // -------------------------------------------------------------------------
  898. // Java upload module
  899. if ($net2ftp_globals["state"] == "jupload") {
  900. // -------------------------------------------------------------------------
  901. $net2ftp_messages["Upload directories and files using a Java applet"] = "Upload mapper og filer via et Java applet";
  902. $net2ftp_messages["Your browser does not support applets, or you have disabled applets in your browser settings."] = "Your browser does not support applets, or you have disabled applets in your browser settings.";
  903. $net2ftp_messages["To use this applet, please install the newest version of Sun's java. You can get it from <a href=\"http://www.java.com/\">java.com</a>. Click on Get It Now."] = "To use this applet, please install the newest version of Sun's java. You can get it from <a href=\"http://www.java.com/\">java.com</a>. Click on Get It Now.";
  904. $net2ftp_messages["The online installation is about 1-2 MB and the offline installation is about 13 MB. This 'end-user' java is called JRE (Java Runtime Environment)."] = "The online installation is about 1-2 MB and the offline installation is about 13 MB. This 'end-user' java is called JRE (Java Runtime Environment).";
  905. $net2ftp_messages["Alternatively, use net2ftp's normal upload or upload-and-unzip functionality."] = "Alternatively, use net2ftp's normal upload or upload-and-unzip functionality.";
  906. } // end jupload
  907. // -------------------------------------------------------------------------
  908. // Login module
  909. if ($net2ftp_globals["state"] == "login") {
  910. // -------------------------------------------------------------------------
  911. $net2ftp_messages["Login!"] = "Log ind!";
  912. $net2ftp_messages["Once you are logged in, you will be able to:"] = "N&aring;r du er logget p&aring; kan du:";
  913. $net2ftp_messages["Navigate the FTP server"] = "Nagivere i din FTP server";
  914. $net2ftp_messages["Once you have logged in, you can browse from directory to directory and see all the subdirectories and files."] = "N&aring;r du er logget p&aring; kan du navigere igennem dine mapper og se alle dine filer.";
  915. $net2ftp_messages["Upload files"] = "Upload filer";
  916. $net2ftp_messages["There are 3 different ways to upload files: the standard upload form, the upload-and-unzip functionality, and the Java Applet."] = "Der er tre m&aring;der at uploade filer p&aring;: den normale upload form, upload en komprimeret fil og udpak filer og mapper, og via et Java Applet.";
  917. $net2ftp_messages["Download files"] = "Downloade filer";
  918. $net2ftp_messages["Click on a filename to quickly download one file.<br />Select multiple files and click on Download; the selected files will be downloaded in a zip archive."] = "Klik p&aring; et filnavn for at downloade den fil.<br />V&aelig;lg flere filer og klik p&aring; Download; de valge filer bliver downloadet i et komprimeret format.";
  919. $net2ftp_messages["Zip files"] = "Komprim&eacute;r filer";
  920. $net2ftp_messages["... and save the zip archive on the FTP server, or email it to someone."] = "... og gem den komprimerede fil p&aring; FTP serveren, eller mail den til en eller anden.";
  921. $net2ftp_messages["Unzip files"] = "Udpak arkiver";
  922. $net2ftp_messages["Different formats are supported: .zip, .tar, .tgz and .gz."] = "Flere formater underst&oslash;ttes: .zip, .tar, .tgz og .gz.";
  923. $net2ftp_messages["Install software"] = "Install&eacute;r software";
  924. $net2ftp_messages["Choose from a list of popular applications (PHP required)."] = "V&aelig;lg fra en liste over popul&aelig;re produkter (PHP p&aring;kr&aelig;ves).";
  925. $net2ftp_messages["Copy, move and delete"] = "Kopi&eacute;r, flyt og slet";
  926. $net2ftp_messages["Directories are handled recursively, meaning that their content (subdirectories and files) will also be copied, moved or deleted."] = "Mappers indhold (undermapper og filer) inkluderes ogs&aring; n&aring;r du kopierer, flytter eller sletter mapper.";
  927. $net2ftp_messages["Copy or move to a 2nd FTP server"] = "Kopi&eacute;r eller flyt til en anden FTP server";
  928. $net2ftp_messages["Handy to import files to your FTP server, or to export files from your FTP server to another FTP server."] = "Brugbart for at importere filer til din FTP server, eller for at eksportere filer fra din server til en anden FTP server.";
  929. $net2ftp_messages["Rename and chmod"] = "Omd&oslash;b og rediger rettigheder (chmod)";
  930. $net2ftp_messages["Chmod handles directories recursively."] = "Chmod af mapper p&aring;virker ogs&aring; mappers indhold.";
  931. $net2ftp_messages["View code with syntax highlighting"] = "Se kildekode med farvefremh&aelig;vet syntax";
  932. $net2ftp_messages["PHP functions are linked to the documentation on php.net."] = "PHP funktioner linkes til php.net for hurigt at finde en beskrivelse.";
  933. $net2ftp_messages["Plain text editor"] = "Normal tekstredigering";
  934. $net2ftp_messages["Edit text right from your browser; every time you save the changes the new file is transferred to the FTP server."] = "Ret tekst direkte i din browser, hver gang du gemmer dine &aelig;ndringer bliver filen opdateret p&aring; din FTP server.";
  935. $net2ftp_messages["HTML editors"] = "HTML editorer";
  936. $net2ftp_messages["Edit HTML a What-You-See-Is-What-You-Get (WYSIWYG) form; there are 2 different editors to choose from."] = "Ret HTML i en What-You-See-Is-What-You-Get (WYSIWYG) editor; Der er to forskellige editorer at v&aelig;lge imellem.";
  937. $net2ftp_messages["Code editor"] = "Kode editor";
  938. $net2ftp_messages["Edit HTML and PHP in an editor with syntax highlighting."] = "Ret HTML og PHP i en editor med farvefremh&aelig;vning af syntax.";
  939. $net2ftp_messages["Search for words or phrases"] = "S&oslash;g efter ord eller s&aelig;tninger";
  940. $net2ftp_messages["Filter out files based on the filename, last modification time and filesize."] = "Filtr&eacute;r filer via filnavn, filst&oslash;rrelse og hvorn&aring;r de sidst er &aelig;ndret.";
  941. $net2ftp_messages["Calculate size"] = "Udregn st&oslash;rrelse";
  942. $net2ftp_messages["Calculate the size of directories and files."] = "Udregn samlet st&oslash;rrelse p&aring; flere filer og mapper.";
  943. $net2ftp_messages["FTP server"] = "FTP server";
  944. $net2ftp_messages["Example"] = "Eksempel";
  945. $net2ftp_messages["Port"] = "Port";
  946. $net2ftp_messages["Protocol"] = "Protocol";
  947. $net2ftp_messages["Username"] = "Brugernavn";
  948. $net2ftp_messages["Password"] = "Adgangskode";
  949. $net2ftp_messages["Anonymous"] = "Log p&aring; som anonym";
  950. $net2ftp_messages["Passive mode"] = "Passiv modus";
  951. $net2ftp_messages["Initial directory"] = "Mappe";
  952. $net2ftp_messages["Language"] = "Sprog";
  953. $net2ftp_messages["Skin"] = "Tema";
  954. $net2ftp_messages["FTP mode"] = "FTP modus";
  955. $net2ftp_messages["Automatic"] = "Automatisk";
  956. $net2ftp_messages["Login"] = "Log ind";
  957. $net2ftp_messages["Clear cookies"] = "Ryd cookies";
  958. $net2ftp_messages["Admin"] = "Administrator";
  959. $net2ftp_messages["Please enter an FTP server."] = "Indtast en FTP server.";
  960. $net2ftp_messages["Please enter a username."] = "Indtast et brugernavn.";
  961. $net2ftp_messages["Please enter a password."] = "Indtast en adganskode.";
  962. } // end login
  963. // -------------------------------------------------------------------------
  964. // Login module
  965. if ($net2ftp_globals["state"] == "login_small") {
  966. // -------------------------------------------------------------------------
  967. $net2ftp_messages["Please enter your Administrator username and password."] = "Indtast enten dit brugernavn eller din adgangskode.";
  968. $net2ftp_messages["Please enter your username and password for FTP server <b>%1\$s</b>."] = "Indtast dit brugernavn og adgangskode for FTP serveren: <b>%1\$s</b>.";
  969. $net2ftp_messages["Username"] = "Brugernavn";
  970. $net2ftp_messages["Your session has expired; please enter your password for FTP server <b>%1\$s</b> to continue."] = "Dit login er udl&oslash;bet. Log ind igen for at forts&aelig;tte dit arbejde p&aring; FTP serveren: <b>%1\$s</b>.";
  971. $net2ftp_messages["Your IP address has changed; please enter your password for FTP server <b>%1\$s</b> to continue."] = "Din IP adresse er &aelig;ndret; log ind igen for at forts&aelig;tte dit arbejde p&aring; FTP serveren: <b>%1\$s</b>.";
  972. $net2ftp_messages["Password"] = "Adgangskode";
  973. $net2ftp_messages["Login"] = "Log ind";
  974. $net2ftp_messages["Continue"] = "Forts&aelig;t";
  975. } // end login_small
  976. // -------------------------------------------------------------------------
  977. // Logout module
  978. if ($net2ftp_globals["state"] == "logout") {
  979. // -------------------------------------------------------------------------
  980. // logout.inc.php
  981. $net2ftp_messages["Login page"] = "Login side";
  982. // logout.template.php
  983. $net2ftp_messages["You have logged out from the FTP server. To log back in, <a href=\"%1\$s\" title=\"Login page (accesskey l)\" accesskey=\"l\">follow this link</a>."] = "Du er logget ud af din FTP server. <a href=\"%1\$s\" title=\"Login side (ALT + l)\" accesskey=\"l\">Log p&aring; igen</a>.";
  984. $net2ftp_messages["Note: other users of this computer could click on the browser's Back button and access the FTP server."] = "Bem&aelig;rk: andre brugere af denne computer kan klikke p&aring; tilbageknappen i browseren og f&aring; adgang til FTP serveren.";
  985. $net2ftp_messages["To prevent this, you must close all browser windows."] = "For at undg&aring; dette, s&aring; luk alle browservinduer.";
  986. $net2ftp_messages["Close"] = "Luk";
  987. $net2ftp_messages["Click here to close this window"] = "Luk dette vindue";
  988. } // end logout
  989. // -------------------------------------------------------------------------
  990. // New directory module
  991. if ($net2ftp_globals["state"] == "newdir") {
  992. // -------------------------------------------------------------------------
  993. $net2ftp_messages["Create new directories"] = "Opret en ny mappe";
  994. $net2ftp_messages["The new directories will be created in <b>%1\$s</b>."] = "Den nye mappe bliver oprettet i: <b>%1\$s</b>.";
  995. $net2ftp_messages["New directory name:"] = "Mappenavn:";
  996. $net2ftp_messages["Directory <b>%1\$s</b> was successfully created."] = "Mappen: <b>%1\$s</b> er oprettet.";
  997. $net2ftp_messages["Directory <b>%1\$s</b> could not be created."] = "Mappen: <b>%1\$s</b> kunne ikke oprettes.";
  998. } // end newdir
  999. // -------------------------------------------------------------------------
  1000. // Raw module
  1001. if ($net2ftp_globals["state"] == "raw") {
  1002. // -------------------------------------------------------------------------
  1003. // /modules/raw/raw.inc.php
  1004. $net2ftp_messages["Send arbitrary FTP commands"] = "Send arbitr&aelig;r FTP kommando";
  1005. // /skins/[skin]/raw1.template.php
  1006. $net2ftp_messages["List of commands:"] = "liste over kommandoer:";
  1007. $net2ftp_messages["FTP server response:"] = "FTP server svar:";
  1008. } // end raw
  1009. // -------------------------------------------------------------------------
  1010. // Rename module
  1011. if ($net2ftp_globals["state"] == "rename") {
  1012. // -------------------------------------------------------------------------
  1013. $net2ftp_messages["Rename directories and files"] = "Omd&oslash;b mapper og filer";
  1014. $net2ftp_messages["Old name: "] = "Gammelt navn: ";
  1015. $net2ftp_messages["New name: "] = "Nyt navn: ";
  1016. $net2ftp_messages["The new name may not contain any dots. This entry was not renamed to <b>%1\$s</b>"] = "Det nye navn m&aring; ikke indeholde punktummer. Denne mappe eller fil kunne ikke omd&oslash;bes til <b>%1\$s</b>";
  1017. $net2ftp_messages["The new name may not contain any banned keywords. This entry was not renamed to <b>%1\$s</b>"] = "Det nye navn m&aring; ikke indeholde blokerede n&oslash;gleord. Denne mappe eller fil kunne ikke omd&oslash;bes til <b>%1\$s</b>";
  1018. $net2ftp_messages["<b>%1\$s</b> was successfully renamed to <b>%2\$s</b>"] = "<b>%1\$s</b> blev omd&oslash;bt til <b>%2\$s</b>";
  1019. $net2ftp_messages["<b>%1\$s</b> could not be renamed to <b>%2\$s</b>"] = "<b>%1\$s</b> kunne ikke omd&oslash;bes til <b>%2\$s</b>";
  1020. } // end rename
  1021. // -------------------------------------------------------------------------
  1022. // Unzip module
  1023. if ($net2ftp_globals["state"] == "unzip") {
  1024. // -------------------------------------------------------------------------
  1025. // /modules/unzip/unzip.inc.php
  1026. $net2ftp_messages["Unzip archives"] = "Udpak arkiver";
  1027. $net2ftp_messages["Getting archive %1\$s of %2\$s from the FTP server"] = "Henter %1\$s ud af %2\$s arkiver fra FTP serveren";
  1028. $net2ftp_messages["Unable to get the archive <b>%1\$s</b> from the FTP server"] = "Kan ikke hente arkivet: <b>%1\$s</b> fra FTP serveren";
  1029. // /skins/[skin]/unzip1.template.php
  1030. $net2ftp_messages["Set all targetdirectories"] = "Ret alles nye placering";
  1031. $net2ftp_messages["To set a common target directory, enter that target directory in the textbox above and click on the button \"Set all targetdirectories\"."] = "For at rette alles nye placering s&aring; indtast placeringen i feltet herover og klik p&aring; \"Ret alles nye placering\".";
  1032. $net2ftp_messages["Note: the target directory must already exist before anything can be copied into it."] = "Bem&aelig;rk: placeringen skal v&aelig;re oprettet i forvejen f&oslash;r du kan kopiere noget dertil.";
  1033. $net2ftp_messages["Unzip archive <b>%1\$s</b> to:"] = "Udpakker arkiv: <b>%1\$s</b> til:";
  1034. $net2ftp_messages["Target directory:"] = "Placering:";
  1035. $net2ftp_messages["Use folder names (creates subdirectories automatically)"] = "Brug undermapper (opretter undermapper automatisk)";
  1036. } // end unzip
  1037. // -------------------------------------------------------------------------
  1038. // Upload module
  1039. if ($net2ftp_globals["state"] == "upload") {
  1040. // -------------------------------------------------------------------------
  1041. $net2ftp_messages["Upload to directory:"] = "Upload til mappe:";
  1042. $net2ftp_messages["Files"] = "Filer";
  1043. $net2ftp_messages["Archives"] = "Arkiver";
  1044. $net2ftp_messages["Files entered here will be transferred to the FTP server."] = "Valgte filer bliver overf&oslash;rt til FTP serveren.";
  1045. $net2ftp_messages["Archives entered here will be decompressed, and the files inside will be transferred to the FTP server."] = "Valgte arkiver bliver automatisk udpakket og filerne overf&oslash;res til FTP serveren.";
  1046. $net2ftp_messages["Add another"] = "Tilf&oslash;j flere";
  1047. $net2ftp_messages["Use folder names (creates subdirectories automatically)"] = "Brug undermapper (opretter undermapper automatisk)";
  1048. $net2ftp_messages["Choose a directory"] = "V&aelig;lg en mappe";
  1049. $net2ftp_messages["Please wait..."] = "Vent venligst...";
  1050. $net2ftp_messages["Uploading... please wait..."] = "Uploader... vent venligst...";
  1051. $net2ftp_messages["If the upload takes more than the allowed <b>%1\$s seconds<\/b>, you will have to try again with less/smaller files."] = "Hvis det tager mere end <b>%1\$s sekunder<\/b> for at uploade filen m&aring; du pr&oslash;ve igen med f&aelig;rre eller mindre filer.";
  1052. $net2ftp_messages["This window will close automatically in a few seconds."] = "Dette vindue lukker automatisk om f&aring; sekunder.";
  1053. $net2ftp_messages["Close window now"] = "Luk vindue";
  1054. $net2ftp_messages["Upload files and archives"] = "Upload filer og mapper";
  1055. $net2ftp_messages["Upload results"] = "Upload resultater";
  1056. $net2ftp_messages["Checking files:"] = "Kontrollerer filer:";
  1057. $net2ftp_messages["Transferring files to the FTP server:"] = "Overf&oslash;rer filer til FTP serveren:";
  1058. $net2ftp_messages["Decompressing archives and transferring files to the FTP server:"] = "Dekomprimerer arkiver og overf&oslash;rer filer til FTP serveren:";
  1059. $net2ftp_messages["Upload more files and archives"] = "Upload flere filer og mapper";
  1060. } // end upload
  1061. // -------------------------------------------------------------------------
  1062. // Messages which are shared by upload and jupload
  1063. if ($net2ftp_globals["state"] == "upload" || $net2ftp_globals["state"] == "jupload") {
  1064. // -------------------------------------------------------------------------
  1065. $net2ftp_messages["Restrictions:"] = "Begr&aelig;nsninger:";
  1066. $net2ftp_messages["The maximum size of one file is restricted by net2ftp to <b>%1\$s</b> and by PHP to <b>%2\$s</b>"] = "Den maksimale filst&oslash;rrelse er sat af net2ftp til at v&aelig;re <b>%1\$s</b> og af PHP til at v&aelig;re <b>%2\$s</b>";
  1067. $net2ftp_messages["The maximum execution time is <b>%1\$s seconds</b>"] = "Upload af filer m&aring; h&oslash;jst vare <b>%1\$s sekunder</b>";
  1068. $net2ftp_messages["The FTP transfer mode (ASCII or BINARY) will be automatically determined, based on the filename extension"] = "FTP overf&oslash;rselsmodus (ASCII eller BINARY) vil automatisk blive besluttet ud fra filernes endelser";
  1069. $net2ftp_messages["If the destination file already exists, it will be overwritten"] = "Hvis destinationen findes i forvejen bliver indholdet erstattet";
  1070. } // end upload or jupload
  1071. // -------------------------------------------------------------------------
  1072. // View module
  1073. if ($net2ftp_globals["state"] == "view") {
  1074. // -------------------------------------------------------------------------
  1075. // /modules/view/view.inc.php
  1076. $net2ftp_messages["View file %1\$s"] = "Se fil %1\$s";
  1077. $net2ftp_messages["View image %1\$s"] = "Se billedet: %1\$s";
  1078. $net2ftp_messages["View Macromedia ShockWave Flash movie %1\$s"] = "Se Macromedia ShockWave Flash film %1\$s";
  1079. $net2ftp_messages["Image"] = "Billede";
  1080. // /skins/[skin]/view1.template.php
  1081. $net2ftp_messages["Syntax highlighting powered by <a href=\"http://luminous.asgaard.co.uk\">Luminous</a>"] = "Syntax fremh&aelig;vning styres via <a href=\"http://luminous.asgaard.co.uk\">Luminous</a>";
  1082. $net2ftp_messages["To save the image, right-click on it and choose 'Save picture as...'"] = "For at gemme billedet, h&oslash;jreklik og v&aelig;lg 'Gem billede som...'";
  1083. } // end view
  1084. // -------------------------------------------------------------------------
  1085. // Zip module
  1086. if ($net2ftp_globals["state"] == "zip") {
  1087. // -------------------------------------------------------------------------
  1088. // /modules/zip/zip.inc.php
  1089. $net2ftp_messages["Zip entries"] = "Komprimerede filer";
  1090. // /skins/[skin]/zip1.template.php
  1091. $net2ftp_messages["Save the zip file on the FTP server as:"] = "Gem den komprimerede fil p&aring; FTP serveren som:";
  1092. $net2ftp_messages["Email the zip file in attachment to:"] = "Mail den komprimerede fil som en vedh&aelig;ftning til:";
  1093. $net2ftp_messages["Note that sending files is not anonymous: your IP address as well as the time of the sending will be added to the email."] = "Bem&aelig;rk det ikke er anonymt at sende filer: din IP adresse og afsendelsestidspunktet bliver noteret i mailen.";
  1094. $net2ftp_messages["Some additional comments to add in the email:"] = "Tilf&oslash;j yderligere kommentarer til mailen:";
  1095. $net2ftp_messages["You did not enter a filename for the zipfile. Go back and enter a filename."] = "Du angav ikke et filnavn for den komprimerede fil. G&aring; tilbage og angiv et filnavn.";
  1096. $net2ftp_messages["The email address you have entered (%1\$s) does not seem to be valid.<br />Please enter an address in the format <b>[email protected]</b>"] = "Den valgte mailadresse (%1\$s) bestod ikke valideringen.<br />Indtast en mail i formatet <b>eksempel@dom&aelig;ne.dk</b>";
  1097. } // end zip
  1098. ?>