Changeset 2894
- Timestamp:
- 08/05/08 12:41:47 (4 months ago)
- Files:
-
- branches/release-42/lib/MT/L10N/de.pm (modified) (65 diffs)
- branches/release-42/lib/MT/L10N/es.pm (modified) (32 diffs)
- branches/release-42/lib/MT/L10N/fr.pm (modified) (32 diffs)
- branches/release-42/lib/MT/L10N/nl.pm (modified) (32 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-42/lib/MT/L10N/de.pm
r2835 r2894 18 18 19 19 ## php/lib/function.mtassettype.php 20 'image' => 'Bild', # OK21 'Image' => 'Bild', # OK22 'file' => 'Datei', # OK23 'File' => 'Datei', # OK24 'audio' => 'Töne', # OK25 'Audio' => 'Töne', # OK26 'video' => 'Video', # OK27 'Video' => 'Video', # OK20 'image' => 'Bild', 21 'Image' => 'Bild', 22 'file' => 'Datei', 23 'File' => 'Datei', 24 'audio' => 'Töne', 25 'Audio' => 'Töne', 26 'video' => 'Video', 27 'Video' => 'Video', 28 28 29 29 ## php/lib/function.mtvar.php 30 'You used a [_1] tag without a valid name attribute.' => '\'[_1]\'-Befehl ohne gÃŒltiges Namensattribut verwendet.', # Translate - Improved (2) # OK31 '\'[_1]\' is not a valid function for a hash.' => '\'[_1]\' ist keine gÃŒltige Hash-Funktion.', # OK32 '\'[_1]\' is not a valid function for an array.' => '\'[_1]\' ist keine gÃŒltige Array-Funktion.', # OK33 '[_1] [_2] [_3] is illegal.' => '[_1] [_2] [_3] ist ungÃŒltig.', # OK30 'You used a [_1] tag without a valid name attribute.' => '\'[_1]\'-Befehl ohne gÃŒltiges Namensattribut verwendet.', 31 '\'[_1]\' is not a valid function for a hash.' => '\'[_1]\' ist keine gÃŒltige Hash-Funktion.', 32 '\'[_1]\' is not a valid function for an array.' => '\'[_1]\' ist keine gÃŒltige Array-Funktion.', 33 '[_1] [_2] [_3] is illegal.' => '[_1] [_2] [_3] ist ungÃŒltig.', 34 34 35 35 ## php/lib/function.mtwidgetmanager.php 36 'Error: widgetset [_1] is empty.' => 'Fehler: Die Widgetgruppe \'[_1]\' ist leer.', # Translate - Improved (1) # OK 37 'Error compiling widgetset [_1]' => 'Fehler bei Kompilierung der Widgetgruppe \'[_1]\'', # Translate - Improved (1) # OK 36 'Error: widgetset [_1] is empty.' => 'Fehler: Die Widgetgruppe \'[_1]\' ist leer.', 37 'Error compiling widgetset [_1]' => 'Fehler bei Kompilierung der Widgetgruppe \'[_1]\'', 38 39 ## php/lib/thumbnail_lib.php 40 'GD support has not been available. Please install GD support.' => 'Keine GD-UnterstÃŒtzung vorhanden. Bitte installieren Sie die GD-Bibliothek.', # Translate - New # OK 38 41 39 42 ## php/lib/function.mtcommentauthor.php 40 'Anonymous' => 'Anonym', # OK43 'Anonymous' => 'Anonym', 41 44 42 45 ## php/lib/archive_lib.php 43 'Page' => 'Seite', # OK44 'Individual' => 'Individuell', # OK45 'Yearly' => 'JÀhrlich', # OK46 'Monthly' => 'Monatlich', # OK47 'Daily' => 'TÀglich', # OK48 'Weekly' => 'Wöchentlich', # OK49 'Author' => 'Autor', # OK50 '(Display Name not set)' => '(Kein Anzeigename gewÀhlt)', # OK51 'Author Yearly' => 'Autor jÀhrlich', # OK52 'Author Monthly' => 'Autor monatlich', # OK53 'Author Daily' => 'Autor tÀglich', # OK54 'Author Weekly' => 'Autor wöchentlich', # OK55 'Category Yearly' => 'Kategorie jÀhrlich', # OK56 'Category Monthly' => 'Kategorie monatlich', # OK57 'Category Daily' => 'Kategorie tÀglich', # OK58 'Category Weekly' => 'Kategorie wöchentlich', # OK46 'Page' => 'Seite', 47 'Individual' => 'Individuell', 48 'Yearly' => 'JÀhrlich', 49 'Monthly' => 'Monatlich', 50 'Daily' => 'TÀglich', 51 'Weekly' => 'Wöchentlich', 52 'Author' => 'Autor', 53 '(Display Name not set)' => '(Kein Anzeigename gewÀhlt)', 54 'Author Yearly' => 'Autor jÀhrlich', 55 'Author Monthly' => 'Autor monatlich', 56 'Author Daily' => 'Autor tÀglich', 57 'Author Weekly' => 'Autor wöchentlich', 58 'Category Yearly' => 'Kategorie jÀhrlich', 59 'Category Monthly' => 'Kategorie monatlich', 60 'Category Daily' => 'Kategorie tÀglich', 61 'Category Weekly' => 'Kategorie wöchentlich', 59 62 60 63 ## php/lib/block.mtsethashvar.php … … 63 66 64 67 ## php/lib/function.mtremotesigninlink.php 65 'TypeKey authentication is not enabled in this blog. MTRemoteSignInLink can\'t be used.' => 'TypeKey-Authentifizierung ist in diesem Blog nicht aktiviert. MTRemoteSignInLink kann daher nicht verwendet werden.', # OK68 'TypeKey authentication is not enabled in this blog. MTRemoteSignInLink can\'t be used.' => 'TypeKey-Authentifizierung ist in diesem Blog nicht aktiviert. MTRemoteSignInLink kann daher nicht verwendet werden.', 66 69 67 70 ## php/lib/block.mtauthorhaspage.php 68 'No author available' => 'Kein Autor verfÃŒgbar', # OK71 'No author available' => 'Kein Autor verfÃŒgbar', 69 72 70 73 ## php/lib/block.mtauthorhasentry.php 71 74 72 75 ## php/lib/function.mtproductname.php 73 '[_1] [_2]' => '[_1] [_2]', # OK76 '[_1] [_2]' => '[_1] [_2]', 74 77 75 78 ## php/lib/captcha_lib.php 76 'Captcha' => 'Captcha', # OK77 'Type the characters you see in the picture above.' => 'Geben Sie die Buchstaben ein, die Sie in obigem Bild sehen.', # OK79 'Captcha' => 'Captcha', 80 'Type the characters you see in the picture above.' => 'Geben Sie die Buchstaben ein, die Sie in obigem Bild sehen.', 78 81 79 82 ## php/lib/function.mtcommentauthorlink.php 80 83 81 84 ## php/lib/MTUtil.php 82 'userpic-[_1]-%wx%h%x' => 'userpic-[_1]-%wx%h%x', # OK85 'userpic-[_1]-%wx%h%x' => 'userpic-[_1]-%wx%h%x', 83 86 84 87 ## php/lib/function.mtsetvar.php 85 '\'[_1]\' is not a hash.' => '\'[_1]\' ist kein Hash-Wert.', # OK86 'Invalid index.' => 'Index ungÃŒltig.', # Translate - Improved (2) # OK87 '\'[_1]\' is not an array.' => '\'[_1]\' ist kein Array.', # OK88 '\'[_1]\' is not a valid function.' => '\'[_1]\' ist keine gÃŒltige Funktion.', # OK88 '\'[_1]\' is not a hash.' => '\'[_1]\' ist kein Hash-Wert.', 89 'Invalid index.' => 'Index ungÃŒltig.', 90 '\'[_1]\' is not an array.' => '\'[_1]\' ist kein Array.', 91 '\'[_1]\' is not a valid function.' => '\'[_1]\' ist keine gÃŒltige Funktion.', 89 92 90 93 ## php/lib/block.mtassets.php … … 101 104 102 105 ## php/lib/function.mtentryclasslabel.php 103 'page' => 'Seite', # Translate - Improved (1) # OK104 'entry' => 'Eintrag', # OK105 'Entry' => 'Eintrag', # OK106 'page' => 'Seite', 107 'entry' => 'Eintrag', 108 'Entry' => 'Eintrag', 106 109 107 110 ## php/mt.php.pre 108 'Page not found - [_1]' => 'Seite nicht gefunden - [_1]', # OK111 'Page not found - [_1]' => 'Seite nicht gefunden - [_1]', 109 112 110 113 ## default_templates/comment_response.mtml … … 123 126 ## default_templates/notify-entry.mtml 124 127 'A new [lc,_3] entitled \'[_1]\' has been published to [_2].' => 'Ein neuer [_3] namens \'[_1]\' wurde auf [_2] veröffentlicht.', 125 'View entry:' => 'Eintrag ansehen:', # OK126 'View page:' => 'Seite ansehen:', # OK128 'View entry:' => 'Eintrag ansehen:', 129 'View page:' => 'Seite ansehen:', 127 130 '[_1] Title: [_2]' => 'Titel: [_2]', 128 131 'Publish Date: [_1]' => 'Veröffentlichungsdatum:', … … 135 138 136 139 ## default_templates/monthly_archive_dropdown.mtml 137 'Select a Month...' => 'Monat auswÀhlen...', # OK140 'Select a Month...' => 'Monat auswÀhlen...', 138 141 139 142 ## default_templates/page.mtml 140 'Trackbacks' => 'TrackBacks', # OK141 'Comments' => 'Kommentare', # OK143 'Trackbacks' => 'TrackBacks', 144 'Comments' => 'Kommentare', 142 145 143 146 ## default_templates/entry_summary.mtml 144 147 'By [_1] on [_2]' => 'Von [_1] am [_2]', 145 '1 Comment' => '1 Kommentar', # OK146 '# Comments' => '# Kommentare', # OK147 'No Comments' => 'Keine Kommentare', # OK148 '1 TrackBack' => '1 TrackBack', # OK149 '# TrackBacks' => '# TrackBacks', # OK150 'No TrackBacks' => 'Keine TrackBacks', # OK151 'Tags' => 'Tags', # OK148 '1 Comment' => '1 Kommentar', 149 '# Comments' => '# Kommentare', 150 'No Comments' => 'Keine Kommentare', 151 '1 TrackBack' => '1 TrackBack', 152 '# TrackBacks' => '# TrackBacks', 153 'No TrackBacks' => 'Keine TrackBacks', 154 'Tags' => 'Tags', 152 155 'Continue reading <a href="[_1]" rel="bookmark">[_2]</a>.' => '<a rel="bookmark" href="[_1]">[_2]</a> weiterlesen', 153 156 154 157 ## default_templates/category_archive_list.mtml 155 'Categories' => 'Kategorien', # OK156 '[_1] ([_2])' => '[_1] ([_2])', # OK158 'Categories' => 'Kategorien', 159 '[_1] ([_2])' => '[_1] ([_2])', 157 160 158 161 ## default_templates/recent_comments.mtml 159 'Recent Comments' => 'Aktuelle Kommentare', # OK160 '< a href="[_1]">[_2] commented on [_3]</a>: [_4]' => '<a href="[_1]">[_2] meinte zu [_3]</a>: [_4]',162 'Recent Comments' => 'Aktuelle Kommentare', 163 '<strong>[_1]:</strong> [_2] <a href="[_3]" title="full comment on: [_4]">read more</a>' => '<strong>[_1]:</strong> [_2] <a href="[_3]" title="VollstÀndiger Kommentar zu: [_4]">weiter lesen</a>', # Translate - New # OK 161 164 162 165 ## default_templates/new-ping.mtml … … 176 179 177 180 ## default_templates/current_author_monthly_archive_list.mtml 178 '[_1]: Monthly Archives' => '[_1]: Monatsarchive', # OK181 '[_1]: Monthly Archives' => '[_1]: Monatsarchive', 179 182 180 183 ## default_templates/main_index_widgets_group.mtml 181 184 'This is a custom set of widgets that are conditioned to only appear on the homepage (or "main_index"). More info: [_1]' => 'Dies ist eine spezielle Widgetgrupe, die nur auf der Startseite angezeigt wird.', 182 'Recent Entries' => 'Aktuelle EintrÀge', # OK183 'Recent Assets' => 'Aktuelle Assets', # OK184 'Tag Cloud' => 'Tag-Wolke', # OK185 'Recent Entries' => 'Aktuelle EintrÀge', 186 'Recent Assets' => 'Aktuelle Assets', 187 'Tag Cloud' => 'Tag-Wolke', 185 188 186 189 ## default_templates/commenter_notify.mtml … … 216 219 'Subscribe to feed' => 'Feed abonnieren', 217 220 'Subscribe to this blog\'s feed' => 'Feed dieses Blogs abonnieren', 218 'Subscribe to a feed of all future entries tagged “[_1]“' => 'Feed aller kÃŒnftigen mit „[_1]“ getaggten EintrÀge abonnieren', # Translate - New # OK219 'Subscribe to a feed of all future entries matching “[_1]“' => 'Feed aller kÃŒnftigen EintrÀge mit „[_1]“ abonnieren', # Translate - New # OK220 'Feed of results tagged “[_1]“' => 'Feed aller mit „[_1]“ getaggten Ergebnisse abonnieren', # Translate - New # OK221 'Feed of results matching “[_1]“' => 'Feeds aller Ergebnisse zu „[_1]“ abonnieren', # Translate - New # OK221 'Subscribe to a feed of all future entries tagged “[_1]“' => 'Feed aller kÃŒnftigen mit „[_1]“ getaggten EintrÀge abonnieren', 222 'Subscribe to a feed of all future entries matching “[_1]“' => 'Feed aller kÃŒnftigen EintrÀge mit „[_1]“ abonnieren', 223 'Feed of results tagged “[_1]“' => 'Feed aller mit „[_1]“ getaggten Ergebnisse abonnieren', 224 'Feed of results matching “[_1]“' => 'Feeds aller Ergebnisse zu „[_1]“ abonnieren', 222 225 223 226 ## default_templates/date_based_author_archives.mtml … … 269 272 '<a href="[_1]">[_2]</a> was the previous entry in this blog.' => '<a href="[_1]">[_2]</a> ist der vorherige Eintrag in diesem Blog.', 270 273 '<a href="[_1]">[_2]</a> is the next entry in this blog.' => '<a href="[_1]">[_2]</a> ist der nÀchste Eintrag in diesem Blog.', 271 'This page is a archive of entries in the <strong>[_1]</strong> category from <strong>[_2]</strong>.' => 'Diese Seite enthÀlt alle EintrÀge der Kategorie <strong>[_1]</strong> aus <strong>[_2]</strong>.',274 'This page is an archive of entries in the <strong>[_1]</strong> category from <strong>[_2]</strong>.' => 'Diese Archivseite enthÀlt alle EintrÀge der Kategorie <strong>[_1]</strong> aus <strong>[_2]</strong>.', # Translate - New # OK 272 275 '<a href="[_1]">[_2]</a> is the previous archive.' => '<a href="[_1]">[_2]</a> ist das vorherige Archiv.', 273 276 '<a href="[_1]">[_2]</a> is the next archive.' => '<a href="[_1]">[_2]</a> ist das nÀchste Archiv.', 274 'This page is a archive of recent entries in the <strong>[_1]</strong> category.' => 'Diese Seite enthÀlt aktuelle EintrÀge der Kategorie <strong>[_1]</strong>.',277 'This page is an archive of recent entries in the <strong>[_1]</strong> category.' => 'Diese Seite enthÀlt aktuelle EintrÀge der Kategorie <strong>[_1]</strong>.', # Translate - New # OK 275 278 '<a href="[_1]">[_2]</a> is the previous category.' => '<a href="[_1]">[_2]</a> ist die vorherige Kategorie.', 276 279 '<a href="[_1]">[_2]</a> is the next category.' => '<a href="[_1]">[_2]</a> ist die nÀchste Kategorie.', 277 'This page is a archive of recent entries written by <strong>[_1]</strong> in <strong>[_2]</strong>.' => 'Diese Seite enthÀlt aktuelle EintrÀge von <strong>[_1]</srong> ÃŒber <strong>[_2]</strong>.',278 'This page is a archive of recent entries written by <strong>[_1]</strong>.' => 'Diese Seite enthÀlt aktuelle EintrÀge von <strong>[_1]</strong> ',280 'This page is an archive of recent entries written by <strong>[_1]</strong> in <strong>[_2]</strong>.' => 'Diese Seite enthÀlt aktuelle EintrÀge von <strong>[_1]</strong> aus <strong>[_2]</strong>.', # Translate - New # OK 281 'This page is an archive of recent entries written by <strong>[_1]</strong>.' => 'Diese Seite enthÀlt aktuelle EintrÀge von <strong>[_1]</strong>.', # Translate - New # OK 279 282 'This page is an archive of entries from <strong>[_2]</strong> listed from newest to oldest.' => 'Diese Seite enthÀlt alle EintrÀge von <strong>[_1]</strong> von neu nach alt.', 280 283 'Find recent content on the <a href="[_1]">main index</a>.' => 'Aktuelle EintrÀge finden Sie auf der <a href="[_1]">Startseite</a>.', … … 305 308 'Signing in...' => 'Anmelden...', 306 309 'You do not have permission to comment on this blog. ([_1]sign out[_2])' => 'Sie haben nicht die notwendige Berechtigung, um in diesem Blog Kommentare zu schreiben. ([_1]Abmelden[_2])', 307 'Thanks for signing in, __NAME__. ([_1]sign out[_2])' => 'Danke fÃŒr Ihre Anmeldung, __NAME__. ([_1]Abmelden[_2])', # Translate - New # OK310 'Thanks for signing in, __NAME__. ([_1]sign out[_2])' => 'Danke fÃŒr Ihre Anmeldung, __NAME__. ([_1]Abmelden[_2])', 308 311 '[_1]Sign in[_2] to comment.' => '[_1]Anmelden[_2] um zu kommentieren', 309 312 '[_1]Sign in[_2] to comment, or comment anonymously.' => '[_1]Anmelden[_2] um zu kommentieren oder anonym kommentieren', … … 338 341 '3-column layout - Secondary Sidebar' => '3-spaltiges Layout - SekundÀr-Seitenleiste', 339 342 343 ## default_templates/openid.mtml 344 '[_1] accepted here' => 'Hier wird [_1] akzeptiert', # Translate - New # OK 345 'http://www.movabletype.com/openid/' => 'http://www.movabletype.com/openid/', # Translate - New # OK 346 'Learn more about OpenID' => 'Mehr ÃŒber OpenID erfahren', # Translate - New # OK 347 348 340 349 ## default_templates/creative_commons.mtml 341 350 'This blog is licensed under a <a href="[_1]">Creative Commons License</a>.' => 'Dieses Blog steht unter einer <a href="[_1]">Creative Commons-Lizenz</a>.', … … 470 479 'Reading file \'[_1]\' failed: [_2]' => 'Datei \'[_1]\' kann nicht gelesen werden: [_2]', 471 480 'Reading image failed: [_1]' => 'Bild kann nicht geladen werden: [_1]', 472 'Scaling to [_1]x[_2] failed: [_3]' => ' Skalieren auf [_1]x[_2] fehlgeschlagen: [_3]',473 'Cropping a [_1]x[_1] square at [_2],[_3] failed: [_4]' => ' Quadratischer Beschnitt von [_1]x[_2] Pixeln ab [_2],[_3] fehlgeschlagen: [_4]',474 'Converting image to [_1] failed: [_2]' => ' Konvertierung des Fotos in [_1] fehlgeschlagen: [_2]',481 'Scaling to [_1]x[_2] failed: [_3]' => 'Bei der Skalierung auf [_1]x[_2] ist ein Fehler aufgetreten: [_3]', # Translate - Improved (3) # OK 482 'Cropping a [_1]x[_1] square at [_2],[_3] failed: [_4]' => 'Beim Erstellen des quadratischen Ausschnitts von [_1]x[_2] Pixeln GröÃe ab [_2],[_3] ist ein Fehler aufgetreten: [_4]', # Translate - Improved (6) # OK 483 'Converting image to [_1] failed: [_2]' => 'Bei der Konvertierung des Fotos in [_1] ist ein Fehler aufgetreten: [_2]', # Translate - Improved (4) # OK 475 484 'Can\'t load IPC::Run: [_1]' => 'IPC::Run kann nicht geladen werden: [_1]', 476 485 'Unsupported image file type: [_1]' => 'Nicht unterstÃŒtztes Bildformat: [_1]', 477 'Cropping to [_1]x[_1] failed: [_2]' => 'Be schneiden auf [_1]x[_1] fehlgeschlagen: [_2]',478 'Converting to [_1] failed: [_2]' => ' Konvertierung in [_1] fehlgeschlagen: [_2]',486 'Cropping to [_1]x[_1] failed: [_2]' => 'Beim Beschneiden auf [_1]x[_1] Pixel ist ein Fehler aufgetreten: [_2]', # Translate - Improved (3) # OK 487 'Converting to [_1] failed: [_2]' => 'Bei der Konvertierung in [_1] ist ein Fehler aufgetreten: [_2]', # Translate - Improved (3) # OK 479 488 'You do not have a valid path to the NetPBM tools on your machine.' => 'Kein gÃŒltiger Pfad zu den NetPBM-Tools gefunden.', 480 'Can\'t load GD: [_1]' => 'GD kann nicht geladen werden: [_1]', # Translate - New # OK 481 'Reading image failed: [_2]' => 'Einlesen der Bilddatei fehlgeschlagen: [_2]', # Translate - New # OK 489 'Can\'t load GD: [_1]' => 'GD kann nicht geladen werden: [_1]', 482 490 483 491 ## lib/MT/Trackback.pm … … 612 620 'Assigning entry comment and TrackBack counts...' => 'Weise Kommentar- und TrackBack-Zahlen zu...', 613 621 'Assigning embedded flag to asset placements...' => 'Weise Embedded-Flag an Asset-Platzierungen zu...', 614 'Updat eing template build types...' => 'Aktualisiere Vorlagen-Veröffentlichungsarten...', # Translate - New # OK622 'Updating template build types...' => 'Aktualisiere Vorlagenaufbauarten...', # Translate - New # OK 615 623 'Replacing file formats to use CategoryLabel tag...' => 'Ersetze Dateiformate fÃŒr CategoryLabel-Befehl...', 616 'Assigning all permissions to blog administrator...' => 'Weise Blog-Administrator sÀmtliche Berechtigungen zu...', # Translate - New # OK617 'Recover permissions of system administrators...' => 'Stelle Berechtigungen der System-Administratoren wieder her', # Translate - New # OK624 'Assigning all permissions to blog administrator...' => 'Weise Blog-Administrator sÀmtliche Berechtigungen zu...', 625 'Recover permissions of system administrators...' => 'Stelle Berechtigungen der System-Administratoren wieder her', 618 626 619 627 ## lib/MT/Core.pm … … 679 687 'Remove Temporary Files' => 'TemporÀre Dateien löschen', 680 688 'Remove Expired User Sessions' => 'Abgelaufene Sessions löschen', 681 'Remove Expired Search Caches' => 'Abgelaufene Such-Caches löschen', # Translate - New # OK689 'Remove Expired Search Caches' => 'Abgelaufene Such-Caches löschen', 682 690 683 691 ## lib/MT/ArchiveType/AuthorMonthly.pm … … 958 966 'Error creating new template: ' => 'Fehler beim Anlegen der neuen Vorlage', 959 967 'Skipping template \'[_1]\' since it appears to be a custom template.' => 'Ãberspringe Vorlage \'[_1]\', da es ein Custom Template zu sein scheint.', 960 'Refreshing template <strong>[_3]</strong> with <a href="?__mode=view&blog_id=[_1]&_type=template&id=[_2]">backup</a>' => ' Baue Vorlage <strong>[_3]</strong> mit <a href="?__mode=view&blog_id=[_1]&_type=template&id=[_2]">Backup</a> neu auf.',968 'Refreshing template <strong>[_3]</strong> with <a href="?__mode=view&blog_id=[_1]&_type=template&id=[_2]">backup</a>' => 'Setze Vorlage <strong>[_3]</strong>zurÃŒck und erstelle dabei eine <a href="?__mode=view&blog_id=[_1]&_type=template&id=[_2]">Sicherung</a>.', # Translate - Improved (5) # OK 961 969 'Skipping template \'[_1]\' since it has not been changed.' => 'Ãberspringe Vorlage \'[_1]\', da sie unverÀndert ist...', 962 970 'Copy of [_1]' => 'Kopie von [_1]', 963 971 'Permission denied: [_1]' => 'Zugriff verweigert: [_1]', 964 'Save failed: [_1]' => ' Speichern fehlgeschlagen: [_1]',972 'Save failed: [_1]' => 'Beim Speichern ist ein Fehler aufgetreten: [_1]', # Translate - Improved (2) # OK 965 973 'Invalid ID [_1]' => 'UngÃŒltige ID [_1]', 966 974 'Saving object failed: [_1]' => 'Das Objekt konnte nicht gespeichert werden: [_1]', 967 'Load failed: [_1]' => ' Laden fehlgeschlagen: [_1]',975 'Load failed: [_1]' => 'Beim Laden ist ein Fehler augetreten: [_1]', # Translate - Improved (2) # OK 968 976 '(no reason given)' => '(unbekannte Ursache)', 969 977 'Removing [_1] failed: [_2]' => '[_1] konnte nicht entfernt werden: [_2]', … … 1164 1172 ## lib/MT/CMS/Dashboard.pm 1165 1173 'Better, Stronger, Faster' => 'Besser, stÀrker, schneller', 1166 'A concerted effort has been made to make significant improvements to Movable Type\'s performance and reliability with added features like Server Side Includes and Template Module Caching.' => 'Movable Type wurde in den Punkten Leistung und ZuverlÀssigkeit signifikant verbessert und durch Funktionen wie Server Side Includes und Vorlagenmodul-Caching erweitert.', 1167 'Improved Template Management' => 'Verbesserte Vorlagenverwaltung', 1168 'The template editing interface has been enhanced to make designers more efficient at updating their site\'s design.' => 'Der ÃŒberarbeitete Vorlagen-Editor ermöglicht Gestaltern Designs schneller umzusetzen.', 1174 'Movable Type has undergone a significant overhaul in all aspects of performance. Memory utilization has been reduced, publishing times have been increased significantly and search is now 100x faster!' => 'Movable Type wurde in sÀmtlichen Perfomance-Aspekten grundlegend verbessert. Sie profitieren von reduzierter Speicherauslastung, signifikant schnelleren Veröffentlichung und bis zu hundertfach schnelleren Suche.', # Translate - New # OK 1175 'Module Caching' => 'Modul-Caching', 1176 'Template module and widget content can now be cached in the database to dramatically speed up publishing.' => 'Vorlagenmodule und Widget-Inhalte können jetzt in der Datenbank zwischengespeichert werden. Das bedeutet dramatisch beschleunigte VeröffentlichungsvorgÀnge.', # Translate - New # OK 1177 'Improved Template and Design Management' => 'Verbesserte Vorlagen- und Design-Verwaltung', # Translate - New # OK 1178 'The template editing interface has been enhanced to make designers more efficient at updating their site\'s design. The default templates have also been dramatically simplified to make it easier for you to edit and create the site you want.' => 'Mit der verbesserten Vorlagenbearbeitung können Designs effizienter umgesetzt werden. Die drastisch Vereinfachung des Quellcodes der Standardvorlagen beschleunigt die Umsetzung eigener Designs zusÀtzlich.', # Translate - New # OK 1169 1179 'Threaded Comments' => 'Thread-Darstellung fÃŒr Kommentare', 1170 1180 'Allow commenters on your blog to reply to each other increasing user engagement and creating more dynamic conversations.' => 'Kommentautoren können jetzt direkt auf andere Kommentare antworten. So können Konversationen dynamischer gefÃŒhrt und die Nutzerbeteiliung erhöht werden.', … … 1281 1291 'User \'[_1]\' untrusted commenter \'[_2]\'.' => 'Benutzer \'[_1]\' hat Kommentarautor \'[_2]\' das Vertrauen entzogen', 1282 1292 'Feedback Settings' => 'Feedback-Einstellungen', 1293 'Invalid request' => 'UngÃŒltige Anfrage', 1283 1294 'An error occurred: [_1]' => 'Es ist ein Fehler aufgetreten: [_1]', 1284 1295 'Parent comment id was not specified.' => 'ID des Elternkommentars nicht angegeben.', … … 1324 1335 1325 1336 ## lib/MT/BackupRestore/BackupFileHandler.pm 1326 'Uploaded file was backed up from Movable Type but the different schema version ([_1]) from the one in this system ([_2]). It is not safe to restore the file to this version of Movable Type.' => 'Die hochgeladene Sicherungsdatei stammt aus einer Movable Type-Installation mit anderer Schema-Version ([_1]) wie diese Installation ([_2]). Wir raten daher ausdrÃŒcklich davor ab, die Datei in diese Movable Type-Version einzuspielen.', # Translate - New # OK1337 'Uploaded file was backed up from Movable Type but the different schema version ([_1]) from the one in this system ([_2]). It is not safe to restore the file to this version of Movable Type.' => 'Die hochgeladene Sicherungsdatei stammt aus einer Movable Type-Installation mit anderer Schema-Version ([_1]) wie diese Installation ([_2]). Wir raten daher ausdrÃŒcklich davor ab, die Datei in diese Movable Type-Version einzuspielen.', 1327 1338 '[_1] is not a subject to be restored by Movable Type.' => '[_1] wird von Movable Type nicht wiederhergestellt.', 1328 1339 '[_1] records restored.' => '[_1] EintrÀge wiederhergestellt.', … … 1353 1364 1354 1365 ## lib/MT/App.pm 1366 'Invalid request: corrupt character data for character set [_1]' => 'UngÃŒltige Anfrage: Zeichenkette enthÀlt ungÃŒltige Zeichen fÃŒr Zeichensatz [_1]', # Translate - New # OK 1355 1367 'First Weblog' => 'Erstes Weblog', 1356 1368 'Error loading blog #[_1] for user provisioning. Check your NewUserTemplateBlogId setting.' => 'Fehler beim Laden von Blog #[_1] zur Nutzerbereitstellug. Bitte ÃŒberprÃŒfen Sie Ihre NewUserTemplateBlogId-Einstellung.', … … 1361 1373 'Error assigning blog administration rights to user \'[_1] (ID: [_2])\' for blog \'[_3] (ID: [_4])\'. No suitable blog administrator role was found.' => 'Fehler bei Zuweisung von Administratorensrechten fÃŒr Blog \'[_3] (ID: [_4])\') an Benutzer \'[_1] (ID: [_2])\'. Keine passende Administratorenrolle gefunden.', 1362 1374 'The login could not be confirmed because of a database error ([_1])' => 'Anmeldung konnte aufgrund eines Datenbankfehlers nicht durchgefÃŒhrt werden ([_1])', 1363 'Our apologies, but you do not have permission to access any blogs within this installation. If you feel you have reached this message in error, please contact your Movable Type system administrator.' => 'Sie haben keine Zugriffsrechte auf Blogs dieser Movable Type-Installation. Sollte diese Meldung irrtÃŒmlich angezeigt werden, wenden Sie sich bitte an Ihren Administrator.',1375 'Our apologies, but you do not have permission to access any blogs within this installation. If you feel you have reached this message in error, please contact your Movable Type system administrator.' => 'Sie haben leider keine Berechtigung, auf Blogs dieser Movable Type-Installation zuzugreifen. Sollte diese Meldung irrtÃŒmlich angezeigt werden, wenden Sie sich bitte an Ihren Administrator.', # Translate - Improved (15) # OK 1364 1376 'Invalid login.' => 'Benutzername oder Passwort ungÃŒltig', 1365 1377 'Failed login attempt by unknown user \'[_1]\'' => 'Fehlgeschlagener Anmeldeversuch von unbekanntem Benutzer \'[_1]\'', … … 1500 1512 'IP [_1] banned because comment rate exceeded 8 comments in [_2] seconds.' => 'IP [_1] gesperrt, da mehr als 8 Kommentare in [_2] Sekunden abgegeben wurden.', 1501 1513 'IP Banned Due to Excessive Comments' => 'IP-Adresse wegen exzessiver Kommentarabgabe gesperrt', 1502 'Invalid request' => 'UngÃŒltige Anfrage',1503 1514 'No entry_id' => 'Entry_id fehlt', 1504 1515 'No such entry \'[_1]\'.' => 'Kein Eintrag \'[_1]\'.', … … 1550 1561 1551 1562 ## lib/MT/App/Upgrader.pm 1552 'Failed to authenticate using given credentials: [_1].' => 'Authentifizierung fehlgeschlagen: [_1].',1563 'Failed to authenticate using given credentials: [_1].' => 'Authentifizierung mit angegebenen Anmeldedaten fehlgeschlagen: [_1].', 1553 1564 'You failed to validate your password.' => 'Die Passwörter sind nicht identisch.', 1554 1565 'You failed to supply a password.' => 'Bitte geben Sie Ihr Passwort an.', … … 1586 1597 'This module is used in test attribute of MTIf conditional tag.' => 'Dieses Modul ist fÃŒr das test-Attribut des MTif conditional-Befehls erforderlich.', 1587 1598 'This module is used by the Markdown text filter.' => 'Dieses Modul ist fÃŒr den Markdown-Textfilter erforderlich.', 1588 'This module is required in mt-search.cgi if you are running Movable Type on Perl older than Perl 5.8.' => 'Dieses Modul ist fÃŒr mt-search.cgi erforderlich, wenn Sie Movable Type unter Perl Àlter als Version 5.8 ausfÃŒhren.', # Translate - New # OK1599 'This module is required in mt-search.cgi if you are running Movable Type on Perl older than Perl 5.8.' => 'Dieses Modul ist fÃŒr mt-search.cgi erforderlich, wenn Sie Movable Type unter Perl Àlter als Version 5.8 ausfÃŒhren.', 1589 1600 'This module is required for file uploads (to determine the size of uploaded images in many different formats).' => 'Dieses Modul ist zur Bestimmung der GröÃe hochgeladener Dateien erforderlich.', 1590 1601 'This module is required for cookie authentication.' => 'Dieses Modul ist zur Cookie-Authentifizierung erforderlich.', … … 1594 1605 1595 1606 ## lib/MT/App/CMS.pm 1596 'This action will restore your global templates to factory settings without creating a backup. Click OK to continue or Cancel to abort.' => 'Diese Aktion setzt Ihre globalen Vorlagen auf die Werkseinstellungen zurÃŒck, ohne von den vorhandenen Vorlagen eine Sicherungskopie zu erstellen. Klicken Sie auf OK um fortzusetzen oder brechen Sie ab.',1597 1607 '_WARNING_PASSWORD_RESET_MULTI' => 'Sie sind dabei, die Passwörter mehrerer Benutzer zurÃŒcksetzen. Den Benutzern werden dazu zufÀllig erzeugte neue Passwörter per E-Mail zugeschickt werden.\n\nForsetzen?', 1598 1608 '_WARNING_DELETE_USER_EUM' => 'Löschen eines Benutzerkontos kann nicht rÃŒckgÀngig gemacht werden und fÃŒhrt zu verwaisten EintrÀgen. Es wird daher empfohlen, das Benutzerkonto zu belassen und stattdessen dem Benutzer alle Berechtigungen zu entziehen. Möchten Sie das Konto dennoch löschen?\nGelöschte Benutzer können ihre Benutzerkonten selbst solange wiederherstellen, wie sie noch im externen Verzeichnis aufgefÃŒhrt sind.', 1599 1609 '_WARNING_DELETE_USER' => 'Löschen eines Benutzerkontos kann nicht rÃŒckgÀngig gemacht werden und fÃŒhrt zu verwaisten EintrÀgen. Es wird daher empfohlen, das Benutzerkonto zu belassen und stattdessen dem Benutzer alle Berechtigungen zu entziehen. Möchten Sie das Konto dennoch löschen?', 1610 '_WARNING_REFRESH_TEMPLATES_FOR_BLOGS' => 'Mit dieser Aktion werden die Vorlagen der gewÀhlten Blogs auf die werkseitig ausgelieferten Standardvorlagen zurÃŒckgesetzt. Möchten Sie die Vorlagen der gewÀhlten Blogs wirklich zurÃŒcksetzen?', # Translate - New # OK 1600 1611 'Published [_1]' => 'Veröffentlichte [_1]', 1601 1612 'Unpublished [_1]' => 'Nicht veröffentlichte [_1]', … … 1620 1631 'Movable Type News' => 'News von Movable Type', 1621 1632 'Blog Stats' => 'Statistik', 1622 'Refresh Blog Templates' => 'Blog-Vorlagen neu aufbauen',1623 'Refresh Global Templates' => 'Globale Vorlagen neu aufbauen',1633 'Refresh Blog Templates' => 'Blog-Vorlagen zurÃŒcksetzen', # Translate - Improved (1) # OK 1634 'Refresh Global Templates' => 'Globale Vorlagen zurÃŒcksetzen', # Translate - Improved (1) # OK 1624 1635 'Use Publishing Profile' => 'Verwende Veröffentlichungsprofil', 1625 1636 'Unpublish Entries' => 'EintrÀge nicht mehr veröffentlichen', … … 1644 1655 'Recover Password(s)' => 'Passwort anfordern', 1645 1656 'Delete' => 'Löschen', 1646 'Refresh Template(s)' => 'Vorlage(n) neu aufbauen',1647 'Publish Template(s)' => 'Vorlage(n) veröffentlichen',1657 'Refresh Template(s)' => 'Vorlage(n) zurÃŒcksetzen', # Translate - Improved (1) # OK 1658 'Publish Template(s)' => 'Vorlage(n) zurÃŒcksetzen', # Translate - Improved (1) # OK 1648 1659 'Clone Template(s)' => 'Vorlage(n) klonen', 1649 1660 'Non-spam TrackBacks' => 'TrackBacks (auÃer Spam)', … … 1894 1905 'Date-Based Author Archives' => 'Datumsbasierte Autorenarchive', 1895 1906 'Date-Based Category Archives' => 'Datumsbasierte Kategoriearchive', 1907 'OpenID Accepted' => 'OpenID akzeptiert', # Translate - New # OK 1896 1908 'Comment throttle' => 'Kommentarbegrenzung', 1897 1909 'Commenter Confirm' => 'KommentarautorenbestÀtigung', … … 2054 2066 'To reconfigure the settings, click the \'Back\' button below.' => 'Um Ãnderungen an den Einstellungen vorzunehmen, klicken Sie auf \'ZurÃŒck\'.', 2055 2067 'Show the mt-config.cgi file generated by the wizard' => 'Vom Konfigurationshelfer erzeugte mt-config.cgi-Datei anzeigen', 2056 ' I will create the mt-config.cgi file manually.' => 'Ich werde mt-config.cgi manuell anlegen',2068 'The mt-config.cgi file has been created manually.' => 'Die mt-congig.cgi-Konfigurationsdatei wurde manuell erstellt.', # Translate - New # OK 2057 2069 'Retry' => 'Erneut versuchen', 2058 2070 … … 2113 2125 'Show Current Settings' => 'Einstellungen anzeigen', 2114 2126 'Database Type' => 'Datenbanktyp', 2115 'http://www.movabletype.org/documentation/[_1]' => 'http://www.movabletype.org/documentation/[_1]', # Translate - New # OK 2116 'If your database type is not listed in the menu above, then you need to <a target="help" href="[_1]">install the Perl module necessary to connect to your database</a>. If this is the case, please check your installation and <a href="javascript:void(0)" onclick="[_2]">re-test your installation</a>.' => 'Erscheint Ihr Datenbanktyp nicht in obigem MenÃŒ, <a target="help" href="[_1]">installieren Sie bitte die fÃŒr Ihren Datenbanktyp notwendigen Perl-Module</a>. Sollte das bereits geschehen sein, ÃŒberprÃŒfen Sie die Installation und <a href="#" onclick="[_2]">fÃŒhren Sie den Systemtest erneut aus</a>.', 2127 'http://www.movabletype.org/documentation/[_1]' => 'http://www.movabletype.org/documentation/[_1]', 2128 'Is your preferred database not listed? View the <a href="[_1]" target="_blank">Movable Type System Check</a> see if additional modules are necessary.' => 'Wird Ihr Datenbanksystem nicht aufgefÃŒhrt? FÃŒhren Sie die <a href="[_1]" target="_blank">Movable Type SystemÃŒberprÃŒfung</a> durch, um zu erfahren, ob zusÀtzliche Module erforderlich sind.', # Translate - New # OK 2129 'Once installed, <a href="javascript:void(0)" onclick="[_1]">click here to refresh this screen</a>.' => 'Klicken Sie nach der Installation <a href="javascript:void(0)" onclick="[_1]">hier, um diese Ansicht zu aktualisieren</a>.', # Translate - New # OK 2130 'Read more: <a href="[_1]" target="_blank">Setting Up Your Database</a>' => 'Mehr ÃŒber <a href="[_1]" target="blank">Datenbankkonfiguration</a> erfahren', # Translate - New # OK 2117 2131 'Database Path' => 'Datenbankpfad', 2118 2132 'The physical file path for your SQLite database. ' => 'Physischer Pfad zur SQLite-Datenbank', … … 2182 2196 'Custom Index Template' => 'Individuelle Indexvorlage', 2183 2197 'Link to File' => 'Mit Datei verlinken', 2184 'Learn more about <a href="http://www.movabletype.org/documentation/administrator/publishing/settings.html" target="_blank">publishing settings</a>' => '<a href="http://www.movabletype.org/documentation/administrator/publishing/settings.html" target="_blank">Mehr ÃŒber Veröffentlichungs-Einstellungen erfahren</a>', # Translate - New # OK2198 'Learn more about <a href="http://www.movabletype.org/documentation/administrator/publishing/settings.html" target="_blank">publishing settings</a>' => '<a href="http://www.movabletype.org/documentation/administrator/publishing/settings.html" target="_blank">Mehr ÃŒber Veröffentlichungs-Einstellungen erfahren</a>', 2185 2199 'Create Archive Mapping' => 'Neue ArchivverknÃŒpfung einrichten', 2186 2200 'Type' => 'Typ', … … 2199 2213 'Process as <strong>[_1]</strong> include' => 'Als <strong>[_1]</strong>-Include verarbeiten', 2200 2214 'Include cache path' => 'Include Cache-Pfad', 2201 'Module Caching' => 'Modul-Caching',2202 2215 'Disabled (<a href="[_1]">change publishing settings</a>)' => 'Deaktiviert (<a href="[_1]">Veröffentlichungsoptionen Àndern</a>)', 2203 2216 'No caching' => 'Keine Caching', … … 2281 2294 ## tmpl/cms/list_blog.tmpl 2282 2295 'You have successfully deleted the blogs from the Movable Type system.' => 'Blog(s) erfolgreich gelöscht', 2283 'You have successfully refreshed your templates.' => 'Vorlagen erfolgreich neu aufgebaut.', 2296 'You have successfully refreshed your templates.' => 'Vorlagen erfolgreich zurÃŒckgesetzt.', # Translate - Improved (1) # OK 2297 'You can not refresh templates: [_1]' => 'Sie können Vorlagen nicht zurÃŒcksetzen: [_1]', # Translate - New # OK 2284 2298 'Create Blog' => 'Blog anlegen', 2285 2299 … … 2477 2491 2478 2492 ## tmpl/cms/include/comment_detail.tmpl 2479 'By [_1]' => 'Von [_1]',2480 'replied to [_1]' => 'antwortete [_1]',2481 'on [_1]' => 'um [_1]',2482 2493 2483 2494 ## tmpl/cms/include/cfg_content_nav.tmpl … … 2556 2567 'Delete selected pages (x)' => 'Markierte Seiten löschen (x)', 2557 2568 'to republish' => 'zur erneuten Veröffentlichung', 2558 'Republish' => 'Seite',2559 2569 'Last Modified' => 'Zuletzt geÀndert', 2560 2570 'Created' => 'Angelegt', … … 2798 2808 2799 2809 ## tmpl/cms/dialog/refresh_templates.tmpl 2800 'Refresh Template Set' => 'Vorlagengruppen neu aufbauen', 2801 'Refresh [_1] template set' => 'Vorlagengruppe [_1] neu aufbauen', 2802 'Updates current templates while retaining any user-created or user-modified templates.' => 'Aktualisiert die gewÀhlten Vorlagen, ohne von Benutzern angelegte oder bearbeitete Vorlagen zu verÀndern', 2810 'Refresh Template Set' => 'Vorlagengruppen zurÃŒcksetzen', # Translate - Improved (1) # OK 2811 'Refresh [_1] template set' => 'Vorlagengruppe [_1] zurÃŒcksetzen', # Translate - Improved (1) # OK 2812 'Refresh global templates' => 'Globale Vorlagen zurÃŒcksetzen', # Translate - Case # Translate - Improved (1) # OK 2813 'Updates current templates while retaining any user-created templates.' => 'Aktualisiert die derzeit gewÀhlten Vorlagen, ohne von Benutzern angelegte Vorlagen zu verÀndern', # Translate - New # OK 2803 2814 'Apply a new template set' => 'Neue Vorlagengruppe installieren', 2804 2815 'Deletes all existing templates and install the selected template set.' => 'Löscht alle vorhandenen Vorlagen und installiert die gewÀhlten Vorlagengruppe.', … … 2806 2817 'Deletes all existing templates and installs factory default template set.' => 'Löscht alle vorhandenen Vorlagen und installiert die Movable Type-Standardvorlagen', 2807 2818 'Make backups of existing templates first' => 'Sichern Sie zuerst Ihre vorhandenen Vorlagen', 2808 'You have requested to <strong>refresh the current template set</strong>. This action will:' => 'Sie möchten <strong>die vorhandene Vorlagengruppe neu aufbauen</strong>. Das umfasst:', 2809 'potentially install new templates' => 'ggf. die Installation neuer Vorlagen', 2810 'overwrite some existing templates with new template code' => 'das Ãberschreiben vorhandener Vorlagen', 2811 'backups will be made of your templates and can be accessed through your backup filter' => 'die Anfertigung einer Sicherungskopie der vorhandenen Vorlagen', 2819 'You have requested to <strong>refresh the current template set</strong>. This action will:' => 'Sie möchten <strong>die derzeit gewÀhlte Vorlagengruppe zurÃŒcksetzen</strong>. Das bedeutet:', 2820 'You have requested to <strong>refresh the global templates</strong>. This action will:' => 'Sie möchten <strong>die globalen Vorlagen zurÃŒcksetzen</strong>. Das bedeutet:', # Translate - New # OK 2821 'make backups of your templates that can be accessed through your backup filter' => 'die vorhandenen Vorlagen werden gesichert und können spÀter wiederhergestellt werden', # Translate - New # OK 2822 'potentially install new templates' => 'ggf. werden neue Vorlagen installiert', # Translate - Improved (4) # OK 2823 'overwrite some existing templates with new template code' => 'einige vorhandene Vorlagen werden mit neuen Vorlagen ÃŒberschrieben', # Translate - Improved (8) # OK 2812 2824 'You have requested to <strong>apply a new template set</strong>. This action will:' => 'Sie möchten <strong>eine neue Vorlagengruppe installieren</a>. Das umfasst:', 2813 'delete all of the templates in your blog' => 'die Löschung aller vorhandenen Vorlagen Ihres Blogs', 2814 'install new templates from the selected template set' => 'die Installation der Movable Type-Standardvorlagen', 2825 'You have requested to <strong>reset to the default global templates</strong>. This action will:' => 'Sie möchten <strong>auf die globalen Standardvorlagen zurÃŒcksetzen</a>. Das bedeutet:', # Translate - New # OK 2826 'delete all of the templates in your blog' => 'alle Vorlagen Ihres Blogs werden gelöscht', # Translate - Improved (8) # OK 2827 'install new templates from the selected template set' => 'die gewÀhlte Vorlagengruppe wird neu installiert', # Translate - Improved (8) # OK 2828 'delete all of your global templates' => 'alle globalen Vorlagen werden gelöscht', # Translate - New # OK 2829 'install new templates from the default global templates' => 'die globalen Standardvorlagen werden neu installiert', # Translate - New # OK 2815 2830 'Are you sure you wish to continue?' => 'Möchten Sie wirklich fortsetzen?', 2816 2831 … … 2862 2877 ## tmpl/cms/dialog/asset_options.tmpl 2863 2878 'File Options' => 'Dateioptionen', 2864 'The file named \'[_1]\' has been uploaded. Size: [quant,_2,byte,bytes].' => 'Datei \'[_1]\' hochgeladen. GröÃe: [quant,_2,Byte,Bytes].',2865 2879 'Create entry using this uploaded file' => 'Eintrag mit hochgeladener Datei anlegen', 2866 2880 'Create a new entry using this uploaded file.' => 'Neuen Eintrag mit hochgeladener Datei anlegen', … … 3072 3086 3073 3087 ## tmpl/cms/refresh_results.tmpl 3074 'Template Refresh' => 'Vorlagen neu aufbauen',3088 'Template Refresh' => 'Vorlagen zurÃŒcksetzen', # Translate - Improved (1) # OK 3075 3089 'No templates were selected to process.' => 'Keine Vorlagen gewÀhlt.', 3076 3090 'Return to templates' => 'ZurÃŒck zu den Vorlagen', … … 3482 3496 ## tmpl/cms/popup/rebuilt.tmpl 3483 3497 'Success' => 'Erfolg', 3484 'The files for [_1] have been published.' => 'Dateien fÃŒr [_1] veröffentlicht.', # Translate - New # OK3498 'The files for [_1] have been published.' => 'Dateien fÃŒr [_1] veröffentlicht.', 3485 3499 'Your [_1] archives have been published.' => '[_1]-Archive veröffentlicht.', 3486 3500 'Your [_1] templates have been published.' => '[_1]-Vorlagen veröffentlicht.', … … 3550 3564 'Import File Encoding' => 'Zeichenkodierung der Importdatei', 3551 3565 'By default, Movable Type will attempt to automatically detect the character encoding of your import file. However, if you experience difficulties, you can set it explicitly.' => 'Movable Type versucht automatisch die korrekte Zeichenkodierung auszuwÀhlen. Sollte das fehlschlagen, können Sie sie auch explizit angeben.', 3552 '<mt:var name="display_name" >' => '<mt:var name="display_name">',3566 '<mt:var name="display_name" escape="html">' => '<mt:var name="display_name" escape="html">', # Translate - New # OK 3553 3567 'Default category for entries (optional)' => 'Standard-Kategorie fÃŒr EintrÀge (optional)', 3554 3568 'You can specify a default category for imported entries which have none assigned.' => 'Standardkdategorie fÃŒr importierte EintrÀge ohne Kategorie', … … 4035 4049 'Following' => 'Benutzer, denen Sie folgen', 4036 4050 'Followers' => 'Benutzer, die Ihnen folgen', 4037 'Friends' => 'Freunde',4038 'Friends Of' => 'Freunde von',4039 4051 'Welcome to the Movable Type Community Solution' => 'Willkommen zur Movable Type Community Solution', 4040 4052 'The Community Solution gives you to the tools to build a successful community with active, engaged conversations. Some key features to explore:' => 'Mit der Community Solution erhalten Sie alle Werkzeuge, die zum Aufbau erfolgreicher Communities mit aktiven, engagierten Mitgliedern erforderlich sind. Zu den SchlÃŒsselfunktionen gehören:', … … 4057 4069 'Recent Submissions' => 'Aktuelle BeitrÀge', 4058 4070 4059 ## addons/Community.pack/tmpl/widget/recent _favorites.mtml4060 'Recent Favorites' => 'Aktuelle Favoriten',4071 ## addons/Community.pack/tmpl/widget/recently_scored.mtml 4072 'Recently Scored' => 'KÃŒrzlich bewertet', 4061 4073 'There are no recently favorited entries.' => 'Keine kÃŒrzlich als Favoriten gespeicherte EintrÀge.', 4062 4074 … … 4069 4081 4070 4082 ## addons/Community.pack/config.yaml 4071 'Following Users' => 'Benutzern folgen', # Translate - New # OK4072 'Being Followed' => 'Gefolgt werden', # Translate - New # OK4083 'Following Users' => 'Benutzern folgen', 4084 'Being Followed' => 'Gefolgt werden', 4073 4085 'Login Form' => 'Anmeldeformular', 4074 4086 'Password Reset Form' => 'Passwortanforderungsformular', … … 4078 4090 'Profile View' => 'Profilansicht', 4079 4091 'Profile Edit Form' => 'Profilbearbeitungsformular', 4080 'Profile Feed' => 'Profil-Feed', # Translate - New # OK4092 'Profile Feed' => 'Profil-Feed', 4081 4093 'Form Field' => 'Formularfeld', 4082 4094 'Status Message' => 'Statusnachricht', … … 4091 4103 'New entry notification' => 'Eintragsbenachrichtigung', 4092 4104 'Community Blog' => 'Community-Blog', 4093 'Atom ' => 'Atom ', # Translate - New # OK4105 'Atom ' => 'Atom ', 4094 4106 'Entry Response' => 'Eintragsantworten', 4095 4107 'Displays error, pending or confirmation message when submitting an entry.' => 'Zeigt BestÀtigungs-, Moderations- und Fehlermeldungen zu neuen BeitrÀgen an.', … … 4100 4112 'Entry Form' => 'Eintragsformular', 4101 4113 'Content Navigation' => 'Inhaltsnavigation', 4102 'Activity Widgets' => 'AktivitÀten-Widgets', # Translate - New # OK4103 'Archive Widgets' => 'Archiv-Widgets', # Translate - New # OK4114 'Activity Widgets' => 'AktivitÀten-Widgets', 4115 'Archive Widgets' => 'Archiv-Widgets', 4104 4116 'Community Forum' => 'Community-Forum', 4105 'Entry Feed' => 'Eintrags-Feed', # Translate - New # OK4117 'Entry Feed' => 'Eintrags-Feed', 4106 4118 'Displays error, pending or confirmation message when submitting a entry.' => 'Zeigt BestÀtigungs-, Moderations- und Fehlermeldungen zu neuen BeitrÀgen an.', 4107 'Category Groups' => 'Kategoriegruppen',4108 4119 'Popular Entry' => 'Beliebter Eintrag', 4109 4120 'Entry Table' => 'Eintragstabelle', 4110 4121 'Content Header' => 'Inhaltskopf', 4122 'Category Groups' => 'Kategoriegruppen', 4123 'Default Widgets' => 'Standard-Widgets', 4111 4124 4112 4125 ## addons/Community.pack/templates/global/login_form.mtml 4113 4126 4114 4127 ## addons/Community.pack/templates/global/signin.mtml 4115 'You are signed in as <a href="[_1]">[_2]</a>' => 'Sie sind als <a href="[_1]">[_2]</a> angemeldet.', # Translate - New # OK4116 'You are signed in as [_1]' => 'Sie sind als [_1] angemeldet.', # Translate - New # OK4117 'Edit profile' => 'Profil bearbeiten', # Translate - Case # OK4128 'You are signed in as <a href="[_1]">[_2]</a>' => 'Sie sind als <a href="[_1]">[_2]</a> angemeldet.', 4129 'You are signed in as [_1]' => 'Sie sind als [_1] angemeldet.', 4130 'Edit profile' => 'Profil bearbeiten', 4118 4131 'Sign out' => 'Abmelden', 4119 4132 'Not a member? <a href="[_1]">Register</a>' => 'Noch kein Mitglied? <a href="[_1]>Registieren</a>', … … 4141 4154 'Go <a href="[_1]">back to the previous page</a> or <a href="[_2]">view your profile</a>.' => '<a href="[_1]>ZurÃŒck zur Ausgangsseite</a> oder <a href="[_2]>Profil ansehen</a>.', 4142 4155 'Upload New Userpic' => 'Neues Benutzerbild hochladen', 4156 4157 ## addons/Community.pack/templates/global/profile_feed.mtml 4158 'Posted [_1] to [_2]' => '[_1] in [_2] veröffentlicht', 4159 'Commented on [_1] in [_2]' => '[_1] in [_2] kommentiert', 4160 'Voted on [_1] in [_2]' => 'FÃŒr [_1] in [_2] gestimmt', 4161 '[_1] voted on <a href="[_2]">[_3]</a> in [_4]' => '[_1] hat fÃŒr <a href="[_2]">[_3]</a> in [_4] gestimmt', 4143 4162 4144 4163 ## addons/Community.pack/templates/global/header.mtml … … 4163 4182 'Recent Actions' => 'Aktuelle Aktionen', 4164 4183 'Comment Threads' => 'Kommentar-Threads', 4165 'Posted [_1] to [_2]' => '[_1] in [_2] veröffentlicht',4166 4184 'Commented on [_1]' => '[_1] kommentiert', 4167 4185 'Favorited [_1] on [_2]' => '[_1] in [_2] zum Favoriten gemacht', … … 4188 4206 4189 4207 ## addons/Community.pack/templates/global/javascript.mtml 4190 ' votes' => 'Stimmen', # Translate - New # OK4191 ' vote' => 'Stimme', # Translate - New # OK4208 'Vote' => 'Stimme', 4209 'Votes' => 'Stimmen', 4192 4210 4193 4211 ## addons/Community.pack/templates/global/register_notification_email.mtml … … 4224 4242 4225 4243 ## addons/Community.pack/templates/blog/entry_form.mtml 4244 'In order to create an entry on this blog you must first register.' => 'Um einen Eintrag in diesem Blog anzulegen, registrieren Sie sich bitte erst.', 4226 4245 'You don\'t have permission to post.' => 'Sie haben nicht genÃŒgend Benutzerrechte um zu veröffentlichen.', 4227 'Sign in to create an entry.' => 'Melden Sie sich an, um einen Eintrag zu schreiben.', # Translate - New # OK4246 'Sign in to create an entry.' => 'Melden Sie sich an, um einen Eintrag zu schreiben.', 4228 4247 'Select Category...' => 'Kategorie wÀhlen...', 4229 4248 … … 4231 4250 4232 4251 ## addons/Community.pack/templates/blog/syndication.mtml 4233 'Search results matching “<$mt:SearchString$>”' => 'Suchergebnisse fÃŒr „<$MTSearchString$>”',4234 4252 4235 4253 ## addons/Community.pack/templates/blog/recent_comments.mtml 4254 '<a href="[_1]">[_2] commented on [_3]</a>: [_4]' => '<a href="[_1]">[_2] meinte zu [_3]</a>: [_4]', 4236 4255 4237 4256 ## addons/Community.pack/templates/blog/comment_form.mtml … … 4251 4270 4252 4271 ## addons/Community.pack/templates/blog/entry_metadata.mtml 4253 'Vote' => 'Stimme', # Translate - New # OK4254 'Votes' => 'Stimmen', # Translate - New # OK4255 4272 4256 4273 ## addons/Community.pack/templates/blog/entry.mtml … … 4265 4282 4266 4283 ## addons/Community.pack/templates/blog/sidebar.mtml 4284 4285 ## addons/Community.pack/templates/blog/openid.mtml 4267 4286 4268 4287 ## addons/Community.pack/templates/blog/categories.mtml … … 4285 4304 ## addons/Community.pack/templates/blog/search.mtml 4286 4305 4287 ## addons/Community.pack/templates/forum/comment_response.mtml 4288 'Reply Submitted' => 'Antwort eingegangen', 4289 'Your reply has been accepted.' => 'Ihre Antwort ist bei uns eingegangen.', # Translate - New # OK 4290 'Thank you for replying.' => 'Vielen Dank, daà Sie geantwortet haben.', # Translate - New # OK 4291 'Your reply has been received and held for approval by the forum administrator.' => 'Ihre Antwort ist bei uns eingegangen. Sie wird veröffentlicht, sobald der Forums-Administrator sie freigeschaltet hat.', # Translate - New # OK 4292 'Reply Submission Error' => 'Es ist ein Fehler aufgetreten', 4293 'Your reply submission failed for the following reasons: [_1]' => 'Ihr konnte aus folgendem Grund nicht angemommen werden:', # Translate - New # OK 4294 'Return to the <a href="[_1]">original topic</a>.' => 'ZurÃŒck zum <a href="[_1]">Ausgangsthema</a>.', 4295 4296 ## addons/Community.pack/templates/forum/archive_index.mtml 4297 4298 ## addons/Community.pack/templates/forum/entry_table.mtml 4299 'Recent Topics' => 'Aktuelle Themen', 4300 'Replies' => 'Antworten', 4301 'Last Reply' => 'Letzte Antwort', 4302 'Permalink to this Reply' => 'Peramanenter Link zu dieser Antwort', 4303 'Closed' => 'Geschlossen', 4304 'Post the first topic in this forum.' => 'Eröffnen Sie das erste Thema in diesem Forum', 4305 4306 ## addons/Community.pack/templates/forum/sidebar.mtml 4307 'All Forums' => 'Alle Foren', 4308 '[_1] Forum' => '[_1]-Forum', 4306 ## addons/Community.pack/templates/forum/entry_summary.mtml 4309 4307 4310 4308 ## addons/Community.pack/templates/forum/main_index.mtml 4311 4309 'Forum Home' => 'Startseite', 4312 4310 4313 ## addons/Community.pack/templates/forum/category_groups.mtml4314 'Forum Groups' => 'Forengruppen',4315 'Last Topic: [_1] by [_2] on [_3]' => 'Letztes Thema: [_1] von [_2] um [_3]',4316 'Be the first to <a href="[_1]">post a topic in this forum</a>' => 'Seien Sie die erste Person, <a href="[_1]">die ein Thema in diesem Forum eröffnet</a>!', # Translate - New # OK4317 4318 4311 ## addons/Community.pack/templates/forum/page.mtml 4319 4320 ## addons/Community.pack/templates/forum/content_nav.mtml4321 'Start Topic' => 'Thema eröffnen',4322 4323 ## addons/Community.pack/templates/forum/entry_summary.mtml4324 4312 4325 4313 ## addons/Community.pack/templates/forum/entry_response.mtml … … 4331 4319 'Return to the <a href="[_1]">forum\'s homepage</a>.' => 'ZurÃŒck zur <a href="[_1]">Startseite</a> des Forums.', 4332 4320 4321 ## addons/Community.pack/templates/forum/content_nav.mtml 4322 'Start Topic' => 'Thema eröffnen', 4323 4324 ## addons/Community.pack/templates/forum/comment_response.mtml 4325 'Reply Submitted' => 'Antwort eingegangen', 4326 'Your reply has been accepted.' => 'Ihre Antwort ist bei uns eingegangen.', 4327 'Thank you for replying.' => 'Vielen Dank, daà Sie geantwortet haben.', 4328 'Your reply has been received and held for approval by the forum administrator.' => 'Ihre Antwort ist bei uns eingegangen. Sie wird veröffentlicht, sobald der Forums-Administrator sie freigeschaltet hat.', 4329 'Reply Submission Error' => 'Es ist ein Fehler aufgetreten', 4330 'Your reply submission failed for the following reasons: [_1]' => 'Ihr konnte aus folgendem Grund nicht angemommen werden:', 4331 'Return to the <a href="[_1]">original topic</a>.' => 'ZurÃŒck zum <a href="[_1]">Ausgangsthema</a>.', 4332 4333 4333 ## addons/Community.pack/templates/forum/content_header.mtml 4334 4334 4335 4335 ## addons/Community.pack/templates/forum/entry_detail.mtml 4336 4336 4337 ## addons/Community.pack/templates/forum/comment_detail.mtml 4338 '[_1] replied to <a href="[_2]">[_3]</a>' => '[_1] antwortete auf <a href="[_2]">[_3]</a>', 4339
