PageRenderTime 48ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/themes/admin/javascript/filemanager/language/Language.de.js

https://gitlab.com/fredec/ionizecms-1.0.8.x
JavaScript | 125 lines | 100 code | 16 blank | 9 comment | 11 complexity | 8fcb61a1d4dbf4e83d73f101f046fec7 MD5 | raw file
  1. /*
  2. Script: Language.de.js
  3. MooTools Filemanager - Language Strings in German
  4. Translation:
  5. [Christoph Pojer](http://cpojer.net)
  6. */
  7. Filemanager.Language.de = {
  8. more: 'Details',
  9. width: 'Breite:',
  10. height: 'Höhe:',
  11. ok: 'Ok',
  12. open: 'Datei wählen',
  13. upload: 'Datei hochladen',
  14. create: 'Ordner erstellen',
  15. createdir: 'Bitte gib einen Ordnernamen ein:',
  16. cancel: 'Abbrechen',
  17. error: 'Fehler',
  18. information: 'Information',
  19. type: 'Typ:',
  20. size: 'Größe:',
  21. dir: 'Verzeichnis:',
  22. modified: 'Zuletzt bearbeitet:',
  23. preview: 'Vorschau',
  24. close: 'Schließen',
  25. destroy: 'Löschen',
  26. destroyfile: 'Bist du sicher, dass du diese Datei löschen möchtest?',
  27. rename: 'Umbenennen',
  28. renamefile: 'Gib einen neuen Dateinamen ein:',
  29. rn_mv_cp: 'Rename/Move/Copy',
  30. download: 'Download',
  31. nopreview: '<i>Keine Vorschau verfügbar</i>',
  32. title: 'Titel:',
  33. artist: 'Artist:',
  34. album: 'Album:',
  35. length: 'Länge:',
  36. bitrate: 'Bitrate:',
  37. deselect: 'Entfernen',
  38. nodestroy: 'Dateien löschen wurde auf diesem Server deaktiviert.',
  39. toggle_side_boxes: 'Thumbnail view',
  40. toggle_side_list: 'List view',
  41. show_dir_thumb_gallery: 'Show thumbnails of the files in the preview pane',
  42. drag_n_drop: 'Drag & drop has been enabled for this directory',
  43. drag_n_drop_disabled: 'Drag & drop has been temporarily disabled for this directory',
  44. goto_page: 'Go to page',
  45. 'backend.disabled': 'Dieser Funktion wurde auf diesem Server deaktiviert.',
  46. 'backend.authorized': 'Akt fehlgeschlagen: Du hast keine Genehmigung.',
  47. 'backend.path': 'Der angegebene Ordner oder Datei existiert nicht. Bitte kontaktiere den Administrator dieser Website.',
  48. 'backend.exists': 'Der angegebene Speicherort existiert bereits. Bitte kontaktiere den Administrator dieser Website.',
  49. 'backend.mime': 'Der angegebene Dateityp ist nicht erlaubt.',
  50. 'backend.extension': 'Die Datei hat eine unbekannte oder unerlaubte Datei-Erweiterung.',
  51. 'backend.size': 'Die Datei, die du hochgeladen hast, ist zu groß um sie auf diesem Server zu verarbeiten. Bitte lade eine kleinere Datei hoch.',
  52. 'backend.partial': 'Die Datei wurde nur teilweise hochgeladen. Bitte lade sie erneut hoch.',
  53. 'backend.nofile': 'Es wurde keine Datei angezeigt/hochgeladen oder der Datei konnte nicht gefunden werden.',
  54. 'backend.default': 'Der Datei-Upload ist fehlgeschlagen.',
  55. 'backend.path_not_writable': 'You do not have write/upload permissions for this directory.',
  56. 'backend.filename_maybe_too_large': 'The filename/path is probably too long for the server filesystem. Please retry with a shorter file name.',
  57. 'backend.fmt_not_allowed': 'You are not allowed to upload this file format/name.',
  58. 'backend.read_error': 'Cannot read / download the specified file.',
  59. 'backend.unidentified_error': 'An unindentified error occurred while communicating with the backend (web server).',
  60. 'backend.nonewfile': 'A new name for the file to be moved / copied is missing.',
  61. 'backend.corrupt_img': 'This file is a not a image or a corrupt file: ', // path
  62. 'backend.resize_inerr': 'This file could not be resized due to an internal error.',
  63. 'backend.copy_failed': 'An error occurred while copying the file / directory: ', // oldlocalpath : newlocalpath
  64. 'backend.delete_cache_entries_failed': 'An error occurred when attempting to delete the item cache (thumbnails, metadata)',
  65. 'backend.mkdir_failed': 'An error occurred when attempting to create the directory: ', // path
  66. 'backend.move_failed': 'An error occurred while moving / renaming the file / directory: ', // oldlocalpath : newlocalpath
  67. 'backend.path_tampering': 'Path tampering detected.',
  68. 'backend.realpath_failed': 'Cannot translate the given file specification to a valid storage location: ', // $path
  69. 'backend.unlink_failed': 'An error occurred when attempting to delete the file / directory: ', // path
  70. // Image.class.php:
  71. 'backend.process_nofile': 'The image processing unit did not receive a valid file location to work on.',
  72. 'backend.imagecreatetruecolor_failed': 'The image processing unit failed: GD imagecreatetruecolor() failed.',
  73. 'backend.imagealphablending_failed': 'The image processing unit failed: cannot perform the required image alpha blending.',
  74. 'backend.imageallocalpha50pctgrey_failed': 'The image processing unit failed: cannot allocate space for the alpha channel and the 50% background.',
  75. 'backend.imagecolorallocatealpha_failed': 'The image processing unit failed: cannot allocate space for the alpha channel for this color image.',
  76. 'backend.imagerotate_failed': 'The image processing unit failed: GD imagerotate() failed.',
  77. 'backend.imagecopyresampled_failed': 'The image processing unit failed: GD imagecopyresampled() failed. Image resolution: ', /* x * y */
  78. 'backend.imagecopy_failed': 'The image processing unit failed: GD imagecopy() failed.',
  79. 'backend.imageflip_failed': 'The image processing unit failed: cannot flip the image.',
  80. 'backend.imagejpeg_failed': 'The image processing unit failed: GD imagejpeg() failed.',
  81. 'backend.imagepng_failed': 'The image processing unit failed: GD imagepng() failed.',
  82. 'backend.imagegif_failed': 'The image processing unit failed: GD imagegif() failed.',
  83. 'backend.imagecreate_failed': 'The image processing unit failed: GD imagecreate() failed.',
  84. 'backend.cvt2truecolor_failed': 'conversion to True Color failed. Image resolution: ', /* x * y */
  85. 'backend.no_imageinfo': 'Corrupt image or not an image file at all.',
  86. 'backend.img_will_not_fit': 'Server error: image does not fit in available RAM; minimum required (estimate): ', /* XXX MBytes */
  87. 'backend.unsupported_imgfmt': 'unsupported image format: ', /* jpeg/png/gif/... */
  88. /* FU */
  89. uploader: {
  90. unknown: 'Unbekannter Fehler',
  91. sizeLimitMin: 'Die Datei "<em>${name}</em>" (${size}), ist zu klein. Minimaldateigröße: <strong>${size_min}</strong>!',
  92. sizeLimitMax: 'Die Datei "<em>${name}</em>" (${size}), ist zu groß. Dateigrößen-Limit: <strong>${size_max}</strong>!',
  93. mod_security: 'No response was given from the uploader, this may mean that "mod_security" is active on the server and one of the rules in mod_security has cancelled this request. If you can not disable mod_security, you may need to use the NoFlash Uploader.'
  94. },
  95. flash: {
  96. hidden: 'Um den Uploader benutzen zu können, muss er im Browser freigegeben werden und die Seite muss neu geladen werden (Adblock).',
  97. disabled: 'Um den Uploader benutzen zu können, muss die geblockte Flash Datei freigegeben werden und die Seite muss neu geladen werden (Flashblock).',
  98. flash: 'Um Dateien hochzuladen muss <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Adobe Flash</a> installiert werden.'
  99. },
  100. resizeImages: 'Große Bilder bei Upload verkleinern',
  101. serialize: 'Galerie speichern',
  102. gallery: {
  103. text: 'Bildtext',
  104. save: 'Speichern',
  105. remove: 'Entfernen',
  106. drag: 'Verschiebe Bilder in diesen Bereich um eine Galerie zu erstellen...'
  107. }
  108. };