PageRenderTime 45ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/components/admin/extplorer/languages/islenska.php

https://code.google.com/p/mwenhanced/
PHP | 322 lines | 267 code | 33 blank | 22 comment | 0 complexity | beffe7da3822df53f57fbaf883260376 MD5 | raw file
Possible License(s): LGPL-2.1, AGPL-3.0, AGPL-1.0, GPL-2.0, MPL-2.0-no-copyleft-exception
  1. <?php
  2. // Íslenska fyrir joomlaXplorer ver 1.2.1 (translated by gudjon@247.is)
  3. global $_VERSION;
  4. $GLOBALS["charset"] = "iso-8859-1";
  5. $GLOBALS["text_dir"] = "ltr"; // ('ltr' for left to right, 'rtl' for right to left)
  6. $GLOBALS["date_fmt"] = "Y/m/d H:i";
  7. $GLOBALS["error_msg"] = array(
  8. // error
  9. "error" => "Villa(ur)",
  10. "back" => "Bakka",
  11. // root
  12. "home" => "Mappa heimasv??isins er ekki til, vinsamlegast kanna?u stillingarnar.",
  13. "abovehome" => "?essi mappa getur ekki veri? sta?sett fyrir ofan heimasv??i? ?itt.",
  14. "targetabovehome" => "Mappan getur ekki veri? sta?sett fyrir ofan heimasv??i? ?itt.",
  15. // exist
  16. "direxist" => "?essi mappa er ekki til.",
  17. //"filedoesexist" => "?etta skjal er ?egar til.",
  18. "fileexist" => "?essi skrá er ekki til.",
  19. "itemdoesexist" => "?essi hlutur er ?egar til.",
  20. "itemexist" => "?essi hlutur er ekki til.",
  21. "targetexist" => "?essi mappa er ekki til.",
  22. "targetdoesexist" => "?essi hlutur er ?egar til.",
  23. // open
  24. "opendir" => "Gat ekki opna? möppuna.",
  25. "readdir" => "Gat ekki lesi? möppuna.",
  26. // access
  27. "accessdir" => "?ú hefur ekki a?gang a? ?essari möppu.",
  28. "accessfile" => "?ú hefur ekki a?gang a? ?essari skrá.",
  29. "accessitem" => "?ú hefur ekki a?gang a? ?essum hlut.",
  30. "accessfunc" => "?ú hefur ekki a?gang a? ?essari skipun.",
  31. "accesstarget" => "?ú hefur ekki a?gang a? ?essari möppu.",
  32. // actions
  33. "permread" => "Gat ekki sótt a?gangsstýringar.",
  34. "permchange" => "Gat ekki breytt a?gangsstýringum.",
  35. "openfile" => "Gat ekki opna? skjali?.",
  36. "savefile" => "Vistun skjalsins mistókst.",
  37. "createfile" => "Gat ekki búi? til skránna.",
  38. "createdir" => "Gat ekki búi? til skránna.",
  39. "uploadfile" => "Gat ekki sótt skránna.",
  40. "copyitem" => "Afritun mistókst.",
  41. "moveitem" => "Ekki tókst a? f?ra skránna.",
  42. "delitem" => "Ekki tókst a? ey?a skránni.",
  43. "chpass" => "Mistókst a? breyta lykilor?inu.",
  44. "deluser" => "Gat ekki fjarl?gt notanda.",
  45. "adduser" => "Gat ekki b?tt inn notanda.",
  46. "saveuser" => "Saving user failed.",
  47. "searchnothing" => "You must supply something to search for.",
  48. // misc
  49. "miscnofunc" => "Virknin er ekki tilt?k.",
  50. "miscfilesize" => "Skráinn er of stór.",
  51. "miscfilepart" => "Hluti af skránni var sóttur.",
  52. "miscnoname" => "Vinsamlegast skrá?u inn nafn.",
  53. "miscselitems" => "?ú hefur ekki vali? neina hluti.",
  54. "miscdelitems" => "Ertu viss um a? ey?a ?essum {0} hlut(um)?",
  55. "miscdeluser" => "Ertu viss um a? vilja ey?a ?essum notanda '{0}'?",
  56. "miscnopassdiff" => "Nýa lykilor?i? er eins.",
  57. "miscnopassmatch" => "Lykilor?in standast ekki.",
  58. "miscfieldmissed" => "Ekki voru allir reiti rétt útfylltir.",
  59. "miscnouserpass" => "Notendanafn e?a lykilor? rangt.",
  60. "miscselfremove" => "?ú getur ekki fjarl?gt sjáfan ?ig.",
  61. "miscuserexist" => "Notandi er ?egar til.",
  62. "miscnofinduser" => "Finn ekki notanda.",
  63. "extract_noarchive" => "Skráinn er ekki ?jöppu? safnskrá.",
  64. "extract_unknowntype" => "Ó?ekkt safnskrá",
  65. 'chmod_none_not_allowed' => 'Changing Permissions to <none> is not allowed',
  66. 'archive_dir_notexists' => 'The Save-To Directory you have specified does not exist.',
  67. 'archive_dir_unwritable' => 'Please specify a writable directory to save the archive to.',
  68. 'archive_creation_failed' => 'Failed saving the Archive File'
  69. );
  70. $GLOBALS["messages"] = array(
  71. // links
  72. "permlink" => "BREYTA A?GANGSSTÝRINGUM",
  73. "editlink" => "BREYTA",
  74. "downlink" => "NI?URHALA",
  75. "uplink" => "UPP",
  76. "homelink" => "HEIM",
  77. "reloadlink" => "ENDURHLA?A",
  78. "copylink" => "AFRITA",
  79. "movelink" => "F?RA",
  80. "dellink" => "EY?A",
  81. "comprlink" => "GEYMA",
  82. "adminlink" => "ADMIN",
  83. "logoutlink" => "ÚTSKRÁ",
  84. "uploadlink" => "UPPHALA",
  85. "searchlink" => "LEIT",
  86. "extractlink" => "Af?jappa",
  87. 'chmodlink' => 'Breyta (chmod) A?gangsstýringum (möppu/skrá(a))', // new mic
  88. 'mossysinfolink' => 'eXtplorer upplýsingar (eXtplorer, Server, PHP, mySQL)', // new mic
  89. 'logolink' => 'Fara á heimasí?u joomlaXplorer (new window)', // new mic
  90. // list
  91. "nameheader" => "Nafn",
  92. "sizeheader" => "St?r?",
  93. "typeheader" => "Ger?",
  94. "modifheader" => "Breytt",
  95. "permheader" => "A?gangur",
  96. "actionheader" => "A?ger?ir",
  97. "pathheader" => "Sló?",
  98. // buttons
  99. "btncancel" => "H?tta",
  100. "btnsave" => "Vista",
  101. "btnchange" => "Breyta",
  102. "btnreset" => "Endurstilla",
  103. "btnclose" => "Loka",
  104. "btncreate" => "Búa til",
  105. "btnsearch" => "Leita",
  106. "btnupload" => "Upphala",
  107. "btncopy" => "Afrita",
  108. "btnmove" => "F?ra",
  109. "btnlogin" => "Innskrá",
  110. "btnlogout" => "Útskrá",
  111. "btnadd" => "B?ta inn",
  112. "btnedit" => "Breyta",
  113. "btnremove" => "Taka út",
  114. // user messages, new in joomlaXplorer 1.3.0
  115. 'renamelink' => 'RENAME',
  116. 'confirm_delete_file' => 'Are you sure you want to delete this file? \\n%s',
  117. 'success_delete_file' => 'Item(s) successfully deleted.',
  118. 'success_rename_file' => 'The directory/file %s was successfully renamed to %s.',
  119. // actions
  120. "actdir" => "Mappa",
  121. "actperms" => "Breyta a?gangsstýringum",
  122. "actedit" => "Breyta skjali",
  123. "actsearchresults" => "Ni?urstö?ur leitar",
  124. "actcopyitems" => "Afrita hlut(i)",
  125. "actcopyfrom" => "Afrita frá /%s til /%s ",
  126. "actmoveitems" => "F?ra hlut(i)",
  127. "actmovefrom" => "F?ra frá /%s til /%s ",
  128. "actlogin" => "Innskrá",
  129. "actloginheader" => "Innskrá til a? nota QuiXplorer",
  130. "actadmin" => "Kerfisstjórn",
  131. "actchpwd" => "Breyta lykilor?i",
  132. "actusers" => "Notendur",
  133. "actarchive" => "Geyma hlut(i)",
  134. "actupload" => "Upphala skrá(m)",
  135. // misc
  136. "miscitems" => "Hlut(i)",
  137. "miscfree" => "Frítt",
  138. "miscusername" => "Notendanafn",
  139. "miscpassword" => "Lykilor?",
  140. "miscoldpass" => "Gamla lykilor?i?",
  141. "miscnewpass" => "Nýtt lykilor?",
  142. "miscconfpass" => "Sta?festa lykilor?",
  143. "miscconfnewpass" => "Sta?festa nýtt lykilor?",
  144. "miscchpass" => "Breyta lykilor?i",
  145. "mischomedir" => "Heimasv??i",
  146. "mischomeurl" => "Sló?",
  147. "miscshowhidden" => "Sýna falda hluti",
  148. "mischidepattern" => "Hylja sló?",
  149. "miscperms" => "A?gangsstýring",
  150. "miscuseritems" => "(nafn, heimasv??i, sýna falda hluti, a?gangsstýringar, virkur)",
  151. "miscadduser" => "B?ta vi? notenda",
  152. "miscedituser" => "breyta notanda '%s'",
  153. "miscactive" => "Virkur",
  154. "misclang" => "Tungumál",
  155. "miscnoresult" => "Engar ni?urstö?ur fengust.",
  156. "miscsubdirs" => "Leita í undirmöppum",
  157. "miscpermnames" => array("Sko?a eingöngu","Breyta","Breyta lykilor?i","Breyta & Breyta lykior?i",
  158. "Administrator"),
  159. "miscyesno" => array("Já","Nei","J","N"),
  160. "miscchmod" => array("Eigandi", "Hópur", "Almennt"),
  161. // from here all new by mic
  162. 'miscowner' => 'Eigandi',
  163. 'miscownerdesc' => '<strong>Lýsing:</strong><br />Notandi (UID) /<br />Hópur (GID)<br />Leyfi:<br /><strong> %s ( %s ) </strong>/<br /><strong> %s ( %s )</strong>',
  164. // sysinfo (new by mic)
  165. 'simamsysinfo' => 'eXtplorer Upplýsingar',
  166. 'sisysteminfo' => 'Kerfisupplýsingar',
  167. 'sibuilton' => 'Stýrikerfi',
  168. 'sidbversion' => 'Útgáfa gagnagrunns (MySQL)',
  169. 'siphpversion' => 'PHP útgáfa',
  170. 'siphpupdate' => 'Upplýsingar: <span style="color: red;">PHP sem ?ú ert a? nota er <strong>ekki</strong> raunverulega!</span><br />To guarantee all functions and features of eXtplorer and addons,<br />you should use as minimum <strong>PHP.Version 4.3</strong>!',
  171. 'siwebserver' => 'Webserver',
  172. 'siwebsphpif' => 'WebServer - PHP Interface',
  173. 'simamboversion' => 'eXtplorer útgáfa',
  174. 'siuseragent' => 'Útgáfa Vafrara',
  175. 'sirelevantsettings' => 'Important PHP Settings',
  176. 'sisafemode' => 'Safe Mode',
  177. 'sibasedir' => 'Open basedir',
  178. 'sidisplayerrors' => 'PHP Errors',
  179. 'sishortopentags' => 'Short Open Tags',
  180. 'sifileuploads' => 'Datei Uploads',
  181. 'simagicquotes' => 'Magic Quotes',
  182. 'siregglobals' => 'Register Globals',
  183. 'sioutputbuf' => 'Output Buffer',
  184. 'sisesssavepath' => 'Session Savepath',
  185. 'sisessautostart' => 'Session auto start',
  186. 'sixmlenabled' => 'XML enabled',
  187. 'sizlibenabled' => 'ZLIB enabled',
  188. 'sidisabledfuncs' => 'Non enabled functions',
  189. 'sieditor' => 'WYSIWYG Editor',
  190. 'siconfigfile' => 'Config file',
  191. 'siphpinfo' => 'PHP Info',
  192. 'siphpinformation' => 'PHP Information',
  193. 'sipermissions' => 'Permissions',
  194. 'sidirperms' => 'Directory permissions',
  195. 'sidirpermsmess' => 'To be shure that all functions and features of eXtplorer are working correct, following folders should have permission to write [chmod 0777]',
  196. 'sionoff' => array( 'Á', 'Af' ),
  197. 'extract_warning' => "Villtu af?jappa ?essari skrá? Hér?\\nA?rar skrár g?tu veri? yfirskrifa?ar ef ekki er fari? varlega!",
  198. 'extract_success' => "A?jöppun tókst",
  199. 'extract_failure' => "Af?jöppun mistókst",
  200. 'overwrite_files' => 'Overwrite existing file(s)?',
  201. "viewlink" => "VIEW",
  202. "actview" => "Showing source of file",
  203. // added by Paulino Michelazzo (paulino@michelazzo.com.br) to fun_chmod.php file
  204. 'recurse_subdirs' => 'Recurse into subdirectories?',
  205. // added by Paulino Michelazzo (paulino@michelazzo.com.br) to footer.php file
  206. 'check_version' => 'Check for latest version',
  207. // added by Paulino Michelazzo (paulino@michelazzo.com.br) to fun_rename.php file
  208. 'rename_file' => 'Rename a directory or file...',
  209. 'newname' => 'New Name',
  210. // added by Paulino Michelazzo (paulino@michelazzo.com.br) to fun_edit.php file
  211. 'returndir' => 'Return to directory after saving?',
  212. 'line' => 'Line',
  213. 'column' => 'Column',
  214. 'wordwrap' => 'Wordwrap: (IE only)',
  215. 'copyfile' => 'Copy file into this filename',
  216. // Bookmarks
  217. 'quick_jump' => 'Quick Jump To',
  218. 'already_bookmarked' => 'This directory is already bookmarked',
  219. 'bookmark_was_added' => 'This directory was added to the bookmark list.',
  220. 'not_a_bookmark' => 'This directory is not a bookmark.',
  221. 'bookmark_was_removed' => 'This directory was removed from the bookmark list.',
  222. 'bookmarkfile_not_writable' => "Failed to %s the bookmark.\n The Bookmark File '%s' \nis not writable.",
  223. 'lbl_add_bookmark' => 'Add this Directory as Bookmark',
  224. 'lbl_remove_bookmark' => 'Remove this Directory from the Bookmark List',
  225. 'enter_alias_name' => 'Please enter the alias name for this bookmark',
  226. 'normal_compression' => 'normal compression',
  227. 'good_compression' => 'good compression',
  228. 'best_compression' => 'best compression',
  229. 'no_compression' => 'no compression',
  230. 'creating_archive' => 'Creating Archive File...',
  231. 'processed_x_files' => 'Processed %s of %s Files',
  232. 'ftp_header' => 'Local FTP Authentication',
  233. 'ftp_login_lbl' => 'Please enter the login credentials for the FTP server',
  234. 'ftp_login_name' => 'FTP User Name',
  235. 'ftp_login_pass' => 'FTP Password',
  236. 'ftp_hostname_port' => 'FTP Server Hostname and Port <br />(Port is optional)',
  237. 'ftp_login_check' => 'Checking FTP connection...',
  238. 'ftp_connection_failed' => "The FTP server could not be contacted. \nPlease check that the FTP server is running on your server.",
  239. 'ftp_login_failed' => "The FTP login failed. Please check the username and password and try again.",
  240. 'switch_file_mode' => 'Current mode: <strong>%s</strong>. You could switch to %s mode.',
  241. 'symlink_target' => 'Target of the Symbolic Link',
  242. "permchange" => "CHMOD Success:",
  243. "savefile" => "The File was saved.",
  244. "moveitem" => "Moving succeeded.",
  245. "copyitem" => "Copying succeeded.",
  246. 'archive_name' => 'Name of the Archive File',
  247. 'archive_saveToDir' => 'Save the Archive in this directory',
  248. 'editor_simple' => 'Simple Editor Mode',
  249. 'editor_syntaxhighlight' => 'Syntax-Highlighted Mode',
  250. 'newlink' => 'New File/Directory',
  251. 'show_directories' => 'Show Directories',
  252. 'actlogin_success' => 'Login successful!',
  253. 'actlogin_failure' => 'Login failed, try again.',
  254. 'directory_tree' => 'Directory Tree',
  255. 'browsing_directory' => 'Browsing Directory',
  256. 'filter_grid' => 'Filter',
  257. 'paging_page' => 'Page',
  258. 'paging_of_X' => 'of {0}',
  259. 'paging_firstpage' => 'First Page',
  260. 'paging_lastpage' => 'Last Page',
  261. 'paging_nextpage' => 'Next Page',
  262. 'paging_prevpage' => 'Previous Page',
  263. 'paging_info' => 'Displaying Items {0} - {1} of {2}',
  264. 'paging_noitems' => 'No items to display',
  265. 'aboutlink' => 'About...',
  266. 'password_warning_title' => 'Important - Change your Password!',
  267. 'password_warning_text' => 'The user account you are logged in with (admin with password admin) corresponds to the default eXtplorer priviliged account. Your eXtplorer installation is open to intrusion and you should immediately fix this security hole!',
  268. 'change_password_success' => 'Your Password has been changed!',
  269. 'success' => 'Success',
  270. 'failure' => 'Failure',
  271. 'dialog_title' => 'Website Dialog',
  272. 'upload_processing' => 'Processing Upload, please wait...',
  273. 'upload_completed' => 'Upload successful!',
  274. 'acttransfer' => 'Transfer from another Server',
  275. 'transfer_processing' => 'Processing Server-to-Server Transfer, please wait...',
  276. 'transfer_completed' => 'Transfer completed!',
  277. 'max_file_size' => 'Maximum File Size',
  278. 'max_post_size' => 'Maximum Upload Limit',
  279. 'done' => 'Done.',
  280. 'permissions_processing' => 'Applying Permissions, please wait...',
  281. 'archive_created' => 'The Archive File has been created!',
  282. 'save_processing' => 'Saving File...',
  283. 'current_user' => 'This script currently runs with the permissions of the following user:',
  284. 'your_version' => 'Your Version',
  285. 'search_processing' => 'Searching, please wait...',
  286. 'url_to_file' => 'URL of the File',
  287. 'file' => 'File'
  288. );
  289. ?>