Changeset 1092
- Timestamp:
- 10/31/07 19:08:29 (2 years ago)
- Location:
- branches/athena
- Files:
-
- 1 added
- 3 removed
- 52 modified
-
build/build-themes.pl (deleted)
-
build/mt-dists/ja.mk (modified) (1 diff)
-
build/theme-builder.pl (added)
-
build/theme_templates/auto/screen.css.tt (modified) (1 diff)
-
build/theme_templates/modules/default/screen.css.tt (modified) (3 diffs)
-
build/theme_templates/modules/postheader/bottom_border.css.tt (modified) (1 diff)
-
default_templates/base_theme.mtml (modified) (4 diffs)
-
default_templates/comment_form.mtml (modified) (1 diff)
-
default_templates/comment_response.mtml (modified) (1 diff)
-
default_templates/entry_detail.mtml (modified) (2 diffs)
-
default_templates/entry_summary.mtml (modified) (1 diff)
-
default_templates/javascript.mtml (modified) (1 diff)
-
lib/MT/App/CMS.pm (modified) (8 diffs)
-
lib/MT/AtomServer.pm (modified) (3 diffs)
-
lib/MT/BackupRestore.pm (modified) (1 diff)
-
lib/MT/BackupRestore/BackupFileHandler.pm (modified) (1 diff)
-
lib/MT/Component.pm (modified) (1 diff)
-
lib/MT/Image.pm (modified) (1 diff)
-
lib/MT/L10N/de.pm (modified) (155 diffs)
-
lib/MT/L10N/es.pm (modified) (48 diffs)
-
lib/MT/L10N/fr.pm (modified) (77 diffs)
-
lib/MT/L10N/ja.pm (modified) (77 diffs)
-
lib/MT/L10N/nl.pm (modified) (53 diffs)
-
lib/MT/PluginData.pm (modified) (1 diff)
-
lib/MT/Upgrade.pm (modified) (1 diff)
-
lib/MT/Util.pm (modified) (4 diffs)
-
mt-static/css/structure.css (modified) (1 diff)
-
mt-static/js/edit.js (modified) (2 diffs)
-
mt-static/themes/cityscape-paris/screen.css (modified) (4 diffs)
-
mt-static/themes/cityscape-sf/screen.css (modified) (4 diffs)
-
mt-static/themes/cityscape-tokyo/screen.css (modified) (4 diffs)
-
mt-static/themes/hills-green/screen.css (modified) (4 diffs)
-
mt-static/themes/hills-pink/screen.css (modified) (4 diffs)
-
mt-static/themes/minimalist-green/screen.css (modified) (5 diffs)
-
mt-static/themes/minimalist-red/screen.css (modified) (5 diffs)
-
mt-static/themes/unity-blue/screen.css (modified) (4 diffs)
-
mt-static/themes/unity-tricolor/screen.css (modified) (4 diffs)
-
php/lib/archive_lib.php (modified) (3 diffs)
-
php/lib/block.mtarchivelist.php (modified) (2 diffs)
-
php/lib/mtdb_base.php (modified) (1 diff)
-
php/mt.php.pre (modified) (2 diffs)
-
plugins/TemplateRefresh/TemplateRefresh.pl (modified) (2 diffs)
-
plugins/TemplateRefresh/tmpl/results.tmpl (modified) (1 diff)
-
plugins/WXRImporter/WXRImporter.pl (modified) (1 diff)
-
plugins/WXRImporter/lib/WXRImporter/Import.pm (modified) (2 diffs)
-
plugins/WidgetManager/default_widgets/tag_cloud_module.tmpl (modified) (1 diff)
-
tmpl/cms/backup.tmpl (modified) (1 diff)
-
tmpl/cms/cfg_plugin.tmpl (modified) (1 diff)
-
tmpl/cms/edit_comment.tmpl (modified) (1 diff)
-
tmpl/cms/edit_entry.tmpl (modified) (1 diff)
-
tmpl/cms/include/itemset_action_widget.tmpl (modified) (1 diff)
-
tmpl/cms/list_ping.tmpl (modified) (2 diffs)
-
tmpl/email/new-comment.tmpl (modified) (1 diff)
-
tmpl/email/notify-entry.tmpl (modified) (1 diff)
-
tools/list-index (deleted)
-
tools/rebuild-indexes (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/athena/build/mt-dists/ja.mk
r1083 r1092 6 6 NEWS_URL = http://www.sixapart.jp/movabletype/ 7 7 NEWSBOX_URL = http://www.sixapart.jp/movabletype/news/newsbox.html 8 HELP_URL = http://www. sixapart.jp/movabletype/manual/enterprise/1.5/8 HELP_URL = http://www.movabletype.jp/documentation/ 9 9 CATEGORY_NAME_NODASH = 1 10 10 DEFAULT_TIMEZONE = 9 -
branches/athena/build/theme_templates/auto/screen.css.tt
r1091 r1092 1 1 [% PROCESS config.tt %] 2 /* 2 3 3 /* Vox Theme for Movable Type ============================================= */ 4 A Six Apart theme adapted for Movable Type default templates 4 5 5 /*6 6 [% IF theme.title %] 7 7 name: [% theme.title %] -
branches/athena/build/theme_templates/modules/default/screen.css.tt
r1091 r1092 60 60 } 61 61 62 .asset-footer { 63 margin-top: 10px; 64 border-top-width: 1px; 65 border-top-style: solid; 66 padding-top: 5px; 62 .asset-meta { 63 margin-top: .25em; 64 padding-top: 2px; 67 65 font-weight: normal; 66 67 display: block; 68 border-top: [% theme.content.post_name.border.width || '1px' %] [% theme.content.post_name.border.style || 'dashed' %] [% theme.content.post_name.border.color || theme.default.border.color %]; 69 padding-bottom: .3em; 68 70 } 69 71 … … 108 110 } 109 111 112 .asset-more-link, 113 .asset-meta, 114 .comment-footer, 115 .trackback-footer, 116 .typelist-thumbnailed { 117 font-size: 11px; 118 } 110 119 111 120 /* Footer */ 112 113 #header-inner {114 position: relative;115 }116 121 117 122 #footer-content, … … 136 141 } 137 142 138 .asset-more-link,139 .asset-footer,140 .comment-footer,141 .trackback-footer,142 .typelist-thumbnailed {143 font-size: 11px;144 } -
branches/athena/build/theme_templates/modules/postheader/bottom_border.css.tt
r1088 r1092 2 2 3 3 .asset-name a { 4 display: block;5 4 margin-bottom: 8px; 6 border-bottom: [% theme.content.post_name.border.width || '1px' %] [% theme.content.post_name.border.style || 'dashed' %] [% theme.content.post_name.border.color || theme.default.border.color %];7 padding-bottom: .3em;8 text-decoration: none;9 5 } 10 6 -
branches/athena/default_templates/base_theme.mtml
r1091 r1092 31 31 border:0; 32 32 } 33 /* reset strict by uncommenting lines below */33 /* strict reset by uncommenting lines below */ 34 34 address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var { 35 35 /* font-style:normal; */ … … 224 224 225 225 .asset-header, 226 .asset-meta,227 226 .asset-content, 228 227 .asset-body, 229 .asset-footer,230 228 .entry-categories, 231 229 .entry-tags, … … 259 257 } 260 258 259 .asset-meta { 260 font-size: 11px; 261 } 262 261 263 .content-nav { 262 264 text-align: center; … … 283 285 .asset-more, 284 286 .asset-more-link, 285 .asset-footer,286 287 .asset-excerpt, 287 288 .comment-content, -
branches/athena/default_templates/comment_form.mtml
r1091 r1092 13 13 </div> 14 14 </MTIfRegistrationAllowed> 15 <MTIfCommentsModerated>16 <div class="comments-open-moderated">17 <__trans phrase="(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)">18 </div>19 </MTIfCommentsModerated>20 15 <form method="post" action="<$MTCGIPath$><$MTCommentScript$>" name="comments_form" id="comments-form" onsubmit="if (this.bakecookie.checked) rememberMe(this)"> 21 16 <input type="hidden" name="static" value="1" /> -
branches/athena/default_templates/comment_response.mtml
r1090 r1092 20 20 <p><__trans phrase="Your comment has been received and held for approval by the blog owner."></p> 21 21 </MTSetVarBlock> 22 22 23 </MTIf> 23 24 -
branches/athena/default_templates/entry_detail.mtml
r1088 r1092 2 2 <div class="asset-header"> 3 3 <h1 class="asset-name"><$MTEntryTitle$></h1> 4 <$MTInclude module="<__trans phrase="Entry Metadata">"$> 4 5 </div> 5 6 <div class="asset-content"> … … 19 20 <$MTInclude module="<__trans phrase="Tags">"$> 20 21 </div> 21 <div class="asset-footer"> 22 <$MTInclude module="<__trans phrase="Entry Metadata">"$> 23 </div> 22 <div class="asset-footer"></div> 24 23 </div> -
branches/athena/default_templates/entry_summary.mtml
r1088 r1092 19 19 </MTIfNonEmpty> 20 20 </div> 21 <div class="asset-footer"></div> 21 22 </div> -
branches/athena/default_templates/javascript.mtml
r1090 r1092 183 183 } else { 184 184 <MTIfRegistrationRequired> 185 document.write('<a href="<$MTCGIPath$><$MTCommentScript$>?__mode=login&entry_id=' + entry_id + '&blog_id=' + blog_id + '&static=1"><__trans phrase="Sign in </a>to comment on this entry." escape="js">');185 document.write('<a href="<$MTCGIPath$><$MTCommentScript$>?__mode=login&entry_id=' + entry_id + '&blog_id=' + blog_id + '&static=1"><__trans phrase="Sign in" escape="js">' + '</a>' + '<__trans phrase=" to comment on this entry." escape="js">'); 186 186 <MTElse> 187 document.write('<a href="<$MTCGIPath$><$MTCommentScript$>?__mode=login&entry_id=' + entry_id + '&blog_id=' + blog_id + '&static=1"><__trans phrase="Sign in </a>to comment on this entry," escape="js"> <__trans phrase="or " escape="js"><a href="javascript:void(0);" onclick="showAnonymousForm();"><__trans phrase="comment anonymously." escape="js"></a>');187 document.write('<a href="<$MTCGIPath$><$MTCommentScript$>?__mode=login&entry_id=' + entry_id + '&blog_id=' + blog_id + '&static=1"><__trans phrase="Sign in" escape="js">' + '</a>' + '<__trans phrase=" to comment on this entry," escape="js"> <__trans phrase="or " escape="js"><a href="javascript:void(0);" onclick="showAnonymousForm();"><__trans phrase="comment anonymously." escape="js"></a>'); 188 188 </MTIfRegistrationRequired> 189 189 } -
branches/athena/lib/MT/App/CMS.pm
r1091 r1092 823 823 } 824 824 $filters{'asset'}{order} = 0; 825 $filters{'asset'}{label} = MT->translate("All Assets"); 825 $filters{'asset'}{label} = "All Assets"; # labels are translated later 826 # translate("All Assets"); 826 827 return \%filters; 827 828 } … … 2306 2307 search_label => $app->translate('Users'), 2307 2308 object_type => 'role', 2309 group_support => 1, 2308 2310 }, 2309 2311 } … … 2375 2377 search_label => $app->translate('Users'), 2376 2378 object_type => 'association', 2379 group_support => $app->model('group') ? 1 : 0, 2377 2380 }, 2378 2381 } … … 2451 2454 search_label => $app->translate('Users'), 2452 2455 object_type => 'role', 2456 group_support => $app->model('group') ? 1 : 0, 2453 2457 }, 2454 2458 } … … 6104 6108 $param{is_junk} = $obj->is_junk; 6105 6109 6110 $param{entry_class_label} = $obj->entry->class_label; 6111 $param{entry_class} = $obj->entry->class; 6112 6106 6113 ## Load next and previous entries for next/previous links 6107 6114 if ( my $next = $obj->next ) { … … 18410 18417 my ( $blog_ids, $asset_ids ) = 18411 18418 $app->restore_directory( $tmp, \$error ); 18412 $param->{open_dialog} = 1; 18413 $param->{blog_ids} = join( ',', @$blog_ids ) 18414 if defined $blog_ids; 18415 $param->{asset_ids} = join( ',', @$asset_ids ) 18416 if defined $asset_ids; 18417 $param->{tmp_dir} = $tmp; 18419 if (defined $blog_ids) { 18420 $param->{open_dialog} = 1; 18421 $param->{blog_ids} = join( ',', @$blog_ids ) 18422 if defined $blog_ids; 18423 $param->{asset_ids} = join( ',', @$asset_ids ) 18424 if defined $asset_ids; 18425 $param->{tmp_dir} = $tmp; 18426 } 18418 18427 } 18419 18428 } … … 18440 18449 my ( $blog_ids, $asset_ids ) = 18441 18450 $app->restore_directory( $tmp, \$error ); 18442 $param->{open_dialog} = 1; 18443 $param->{blog_ids} = join( ',', @$blog_ids ) 18444 if defined $blog_ids; 18445 $param->{asset_ids} = join( ',', @$asset_ids ) 18446 if defined $asset_ids; 18447 $param->{tmp_dir} = $tmp; 18451 if (defined $blog_ids) { 18452 $param->{open_dialog} = 1; 18453 $param->{blog_ids} = join( ',', @$blog_ids ) 18454 if defined $blog_ids; 18455 $param->{asset_ids} = join( ',', @$asset_ids ) 18456 if defined $asset_ids; 18457 $param->{tmp_dir} = $tmp; 18458 } 18448 18459 } 18449 18460 } … … 18767 18778 File::Spec->splitpath($uploaded); 18768 18779 if ( $current ne $uploaded_filename ) { 18769 close $fh ;18780 close $fh if $uploaded_filename; 18770 18781 $param->{error} = 18771 18782 $app->translate( 'Please upload [_1] in this page.', $current ); -
branches/athena/lib/MT/AtomServer.pm
r1090 r1092 674 674 if $fname =~ m!/|\.\.|\0|\|!; 675 675 676 my $local_relative = File::Spec->catfile('%r', $fname); 676 677 my $local = File::Spec->catfile($blog->site_path, $fname); 677 678 my $fmgr = $blog->file_mgr; … … 704 705 { 705 706 $asset = $asset_pkg->new(); 706 $asset->file_path($local );707 $asset->file_path($local_relative); 707 708 $asset->file_name($base.$ext); 708 709 $asset->file_ext($ext_copy); … … 714 715 } 715 716 my $original = $asset->clone; 716 my $url = $blog->site_url. $base . $ext;717 my $url = '%r/' . $base . $ext; 717 718 $asset->url($url); 718 719 if ($is_image) { -
branches/athena/lib/MT/BackupRestore.pm
r1088 r1092 120 120 MT->model('config') => 1, 121 121 MT->model('session') => 1, 122 MT->model(' schwartz_job') => 1,123 MT->model(' schwartz_error') => 1,124 MT->model(' schwartz_exitstatus') => 1,125 MT->model(' schwartz_funcmap') => 1,122 MT->model('ts_job') => 1, 123 MT->model('ts_error') => 1, 124 MT->model('ts_exitstatus') => 1, 125 MT->model('ts_funcmap') => 1, 126 126 }, 127 127 { -
branches/athena/lib/MT/BackupRestore/BackupFileHandler.pm
r1090 r1092 85 85 $obj = $class->load({ name => $column_data{name} }); 86 86 if ($obj) { 87 $self->{callback}->("\n"); 88 MT->log({ message => MT->translate( 89 "User with the same name '[_1]' found (ID:[_2]). Restore replaced this user with the data backed up.", 87 if ( $obj->id == MT->instance->user->id ) { 88 MT->log({ message => MT->translate( 89 "User with the same name as the name of the currently logged in ([_1]) found. Skipped the record.", $obj->name), 90 level => MT::Log::INFO(), 91 metadata => 'Permissions and Associations have been restored.', 92 class => 'system', 93 category => 'restore', 94 }); 95 $objects->{"$class#" . $column_data{id}} = $obj; 96 $self->{skip} += 1; 97 } 98 else { 99 $self->{callback}->("\n"); 100 MT->log({ message => MT->translate( 101 "User with the same name '[_1]' found (ID:[_2]). Restore replaced this user with the data backed up.", 90 102 $obj->name, $obj->id), 91 level => MT::Log::INFO(), 92 metadata => 'Permissions and Associations have been restored as well.', 93 class => 'system', 94 category => 'restore', 95 }); 96 my $old_id = delete $column_data{id}; 97 $objects->{"$class#$old_id"} = $obj; 98 my $child_classes = $obj->properties->{child_classes} || {}; 99 for my $class (keys %$child_classes) { 100 eval "use $class;"; 101 $class->remove({ author_id => $obj->id, blog_id => '0' }); 103 level => MT::Log::INFO(), 104 metadata => 'Permissions and Associations have been restored as well.', 105 class => 'system', 106 category => 'restore', 107 }); 108 my $old_id = delete $column_data{id}; 109 $objects->{"$class#$old_id"} = $obj; 110 my $child_classes = $obj->properties->{child_classes} || {}; 111 for my $class (keys %$child_classes) { 112 eval "use $class;"; 113 $class->remove({ author_id => $obj->id, blog_id => '0' }); 114 } 115 $self->{loaded} = 1; 102 116 } 103 $self->{loaded} = 1;104 117 } 105 118 } -
branches/athena/lib/MT/Component.pm
r1091 r1092 354 354 }) : ()), 355 355 ); 356 my $err = $tmpl->errstr unless defined $tmpl;357 356 return $c->error( 358 $mt->translate( "Loading template '[_1]' failed: [_2]", $file, $err ) )359 if $err;357 $mt->translate( "Loading template '[_1]' failed: [_2]", $file, MT::Template->errstr ) ) 358 unless defined $tmpl; 360 359 $tmpl->{__file} = $file if $type eq 'filename'; 361 360 -
branches/athena/lib/MT/Image.pm
r1083 r1092 120 120 $image->{data} = $blob; 121 121 } 122 my %Types = (jpg => 'jpeg', gif => 'gif' );122 my %Types = (jpg => 'jpeg', gif => 'gif', 'png' => 'png'); 123 123 my $type = $image->{type} = $Types{ lc $param{Type} }; 124 124 my($out, $err); -
branches/athena/lib/MT/L10N/de.pm
r1091 r1092 22 22 23 23 ## php/lib/function.mtcommentfields.php 24 'Thanks for signing in,' => 'Danke fÃŒr Ihre Anmeldung ',24 'Thanks for signing in,' => 'Danke fÃŒr Ihre Anmeldung, ', 25 25 'Now you can comment.' => 'Sie können jetzt Ihren Kommentar verfassen.', 26 26 'sign out' => 'abmelden', 27 '(If you haven\'t left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won\'t appear on the entry. Thanks for waiting.)' => '(Wenn Sie hier noch nicht kommentiert haben, wird Ihr Kommentar eventuell erst zeitverzögert freigeschaltet werden. Vielen Dank fÃŒr Ihre Geduld.)',27 '(If you haven\'t left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won\'t appear on the entry. Thanks for waiting.)' => '(Wenn Sie hier noch nicht kommentiert haben, muss Ihr Kommentar möglicherweise erst vom Betreiber dieses Blogs freigeschaltet werden, bevor er angezeigt wird. Vielen Dank fÃŒr Ihre Geduld.)', 28 28 'Remember me?' => 'Benutzername speichern?', 29 29 'Yes' => 'Ja', … … 35 35 'Sign in' => 'Anmelden', 36 36 '. Now you can comment.' => '. Sie können jetzt Ihren Kommentar verfassen.', 37 'If you have a TypeKey identity, you can ' => 'Wenn Sie ein e TypeKey-IdentitÀtbesitzen, ',37 'If you have a TypeKey identity, you can ' => 'Wenn Sie ein TypeKey-Konto besitzen, ', 38 38 'sign in' => 'melden Sie sich an', 39 'to use it here.' => ', um siehier zu verwenden.',39 'to use it here.' => ', um es hier zu verwenden.', 40 40 'Name' => 'Name', 41 41 'Email Address' => 'E-Mail-Adresse', 42 'URL' => ' Web-Adresse (URL)',42 'URL' => 'URL', 43 43 '(You may use HTML tags for style)' => '(HTML-Tags zur Textformatierung erlaubt)', 44 44 … … 69 69 'Category Yearly' => 'Kategorie jÀhrlich', 70 70 'Category Monthly' => 'Kategorie monatlich', 71 'Category Daily' => 'Kategorie Àtglich',71 'Category Daily' => 'Kategorie tÀglich', 72 72 'Category Weekly' => 'Kategorie wöchentlich', 73 73 … … 99 99 'Search Results' => 'Suchergebnisse', 100 100 'Search this site' => 'Diese Site durchsuchen', 101 'Search' => 'Suchen ',102 'Match case' => 'GroÃ-/Kleinschreibung ',103 'Regex search' => 'RegulÀre AusdrÃŒcke ',101 'Search' => 'Suchen:', 102 'Match case' => 'GroÃ-/Kleinschreibung beachten', 103 'Regex search' => 'RegulÀre AusdrÃŒcke verwenden', 104 104 'Matching entries matching “[_1]” from [_2]' => 'EintrÀge mit “[_1]” von [_2]', 105 105 'Entries tagged with “[_1]” from [_2]' => 'Mit “[_1]” getaggte EintrÀge von [_2]', … … 134 134 135 135 ## default_templates/entry_listing.mtml 136 '[_1] Archives' => '[_1] -Archive',136 '[_1] Archives' => '[_1] Archive', 137 137 'Recently in <em>[_1]</em> Category' => 'Neues in der Kategorie <em>[_1]</em>', 138 138 'Recently by <em>[_1]</em>' => 'Neues von <em>[_1]</em>', … … 141 141 ## default_templates/comment_response.mtml 142 142 'Comment Submitted' => 'Kommentar abgeschickt', 143 'Confirmation...' => 'BestÀtigung ...',143 'Confirmation...' => 'BestÀtigung', 144 144 'Your comment has been submitted!' => 'Ihr Kommentar wurde abgeschickt!', 145 145 'Comment Pending' => 'Kommentar noch nicht freigegeben', 146 146 'Thank you for commenting.' => 'Vielen Dank fÃŒr Ihren Kommentar', 147 'Your comment has been received and held for approval by the blog owner.' => 'Ihr Kommentar wurde gespeichert und muà nun vom Weblog-Betreiber freigegeben werden.',148 'Comment Submission Error' => ' Kommentar-Fehler',149 'Your comment submission failed for the following reasons:' => ' Beim Kommentieren ist folgender Fehler aufgetreten:',150 'Return to the <a href="[_1]">original entry</a>.' => '<a href="[_1]">ZurÃŒck zum Eintrag</a> .',147 'Your comment has been received and held for approval by the blog owner.' => 'Ihr Kommentar wurde abgeschickt. Er erscheint auf der Seite, sobald der Blogbetreiber ihn freigeschaltet hat.', 148 'Comment Submission Error' => 'Fehler beim Kommentieren', 149 'Your comment submission failed for the following reasons:' => 'Ihr Kommentar konnte aus folgenden GrÃŒnden nicht abgeschickt werden:', 150 'Return to the <a href="[_1]">original entry</a>.' => '<a href="[_1]">ZurÃŒck zum Eintrag</a>', 151 151 152 152 ## default_templates/sidebar_3col.mtml 153 'About this Entry' => 'Ãber diese n Eintrag',153 'About this Entry' => 'Ãber diese Seite', 154 154 'About this Archive' => 'Ãber dieses Archiv', 155 155 'About Archives' => 'Ãber die Archive', 156 156 'This page contains links to all the archived content.' => 'Diese Seite enthÀlt Links zu allen archivierten EintrÀgen.', 157 'This page contains a single entry by [_1] published on <em>[_2]</em>.' => 'Diese Seite enthÀlt einen einen einzelnen Eintrag von [_1] vo n<em>[_2]</em>.',157 'This page contains a single entry by [_1] published on <em>[_2]</em>.' => 'Diese Seite enthÀlt einen einen einzelnen Eintrag von [_1] vom <em>[_2]</em>.', 158 158 '<a href="[_1]">[_2]</a> was the previous entry in this blog.' => '<a href="[_1]">[_2]</a> ist der vorherige Eintrag in diesem Blog.', 159 159 '<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.', … … 169 169 'Find recent content on the <a href="[_1]">main index</a>.' => 'Aktuelle EintrÀge finden Sie auf der <a href="[_1]">Startseite</a>.', 170 170 'Find recent content on the <a href="[_1]">main index</a> or look in the <a href="[_2]">archives</a> to find all content.' => 'Aktuelle EintrÀge finden Sie auf der <a href="[_1]">Startseite</a>, alle EintrÀge in den <a href="[_2]">Archiven</a>.', 171 'Tag Cloud' => 'Tag -Wolke',171 'Tag Cloud' => 'Tags', 172 172 '[_1] ([_2])' => '[_1] ([_2])', 173 '[_1] <a href="[_2]">Archives</a>' => ' [_1]-<a href="[_2]">Archive</a>',173 '[_1] <a href="[_2]">Archives</a>' => '<a href="[_2]">[_1]</a>', 174 174 '[_1]: Monthly Archives' => '[_1]: Monatsarchive', 175 175 'Subscribe to feed' => 'Feed abonnieren', 176 'Subscribe to this blog\'s feed' => 'Feed dieses Weblogs abonnieren',176 'Subscribe to this blog\'s feed' => 'Feed dieses Blogs abonnieren', 177 177 'Powered by Movable Type [_1]' => 'Powered by Movable Type [_1]', 178 178 'If you use an RSS reader, you can subscribe to a feed of all future entries tagged “<$MTSearchString$>”.' => 'Wenn Sie einen Feedreader verwenden, können Sie einen Feed aller neuen mit “<$MTSearchString$>“ getaggten EintrÀge abonnieren.', … … 185 185 186 186 ## default_templates/javascript.mtml 187 'You do not have permission to comment on this blog.' => 'Sie haben nicht die notwendige n Zugriffsrechte, um in diesem Blog Kommentare zu schreiben.',188 ' Sign in</a> to comment on this entry.' => 'Anmelden</a>,um diesen Eintrag zu kommentieren.',189 ' Sign in</a> to comment on this entry,' => 'Anmelden</a>, um diesen Eintrag zu kommentieren',190 'or ' => 'oder ',191 'comment anonymously.' => ' anonym kommentieren.',187 'You do not have permission to comment on this blog.' => 'Sie haben nicht die notwendige Berechtigung, um in diesem Blog Kommentare zu schreiben.', 188 ' to comment on this entry.' => ' um diesen Eintrag zu kommentieren.', 189 ' to comment on this entry,' => ' um diesen Eintrag zu kommentieren,', 190 'or ' => 'oder ', 191 'comment anonymously.' => 'ohne Anmeldung kommentieren', 192 192 193 193 ## default_templates/entry_detail.mtml … … 197 197 198 198 ## default_templates/trackbacks.mtml 199 '[_1] TrackBacks' => '[_1] -TrackBacks',200 'Listed below are links to blogs that reference this entry: <a href="[_1]">[_2]</a>.' => 'Folgende EintrÀge anderer Blogs beziehen sich auf d iesen Eintrag:<a href="[_1]">[_2]</a>',199 '[_1] TrackBacks' => '[_1] TrackBacks', 200 'Listed below are links to blogs that reference this entry: <a href="[_1]">[_2]</a>.' => 'Folgende EintrÀge anderer Blogs beziehen sich auf den Eintrag <a href="[_1]">[_2]</a>', 201 201 'TrackBack URL for this entry: <span id="trackbacks-link">[_1]</span>' => 'TrackBack-URL dieses Eintrags: <span id="trackbacks-link">[_1]</span>', 202 '» <a href="[_1]">[_2]</a> from [_3]' => '» <a href="[_1]">[_2]</a> von [_3]', # Translate - New # OK203 '[_1] <a href="[_2]">Read More</a>' => '[_1] <a href="[_2]">Mehr</a>', # Translate - New # OK202 '» <a href="[_1]">[_2]</a> from [_3]' => '» <a href="[_1]">[_2]</a> von [_3]', 203 '[_1] <a href="[_2]">Read More</a>' => '[_1] <a href="[_2]">Mehr</a>', 204 204 'Tracked on <a href="[_1]">[_2]</a>' => 'Gesehen auf <a href="[_1]">[_2]</a>', 205 205 … … 250 250 'Entry \'[_1]\' (entry #[_2]) deleted by \'[_3]\' (user #[_4]) from xml-rpc' => 'Eintrag \'[_1]\' (Eintrag #[_2]) von \'[_3]\' (Benutzer #[_4]) via XML-RPC gelöscht', 251 251 'Not privileged to get entry' => 'Keine Leserechte', 252 'User does not have privileges' => 'Benutzer hat keine Zugriffsrechte',252 'User does not have privileges' => 'Benutzer hat keine Berechtigungen', 253 253 'Not privileged to set entry categories' => 'Keine Rechte zur Vergabe von Kategorien', 254 254 'Saving placement failed: [_1]' => 'Die Platzierung konnte nicht geladen werden: [_1]', … … 274 274 'failed' => 'Fehlgeschlagen', 275 275 'Saving user failed: [_1]' => 'Das Benutzerkonto konnte nicht gespeichert werden: [_1]', 276 'Assigning permissions for new user...' => 'Weise neuem Benutzer Zugriffsrechtezu...',277 'Saving permission failed: [_1]' => 'Die Zugriffsrechtekonnten nicht gespeichert werden: [_1]',276 'Assigning permissions for new user...' => 'Weise neuem Benutzer Berechigungen zu...', 277 'Saving permission failed: [_1]' => 'Die Berechtigungen konnten nicht gespeichert werden: [_1]', 278 278 'Creating new category (\'[_1]\')...' => 'Lege neue Kategorie an (\'[_1]\')...', 279 279 'Saving category failed: [_1]' => 'Die Kategorie konnte nicht gespeichert werden: [_1]', … … 325 325 '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.', 326 326 'The login could not be confirmed because of a database error ([_1])' => 'Anmeldung konnte aufgrund eines Datenbankfehlers nicht durchgefÃŒhrt werden ([_1])', 327 'Permission denied.' => 'Keine Zugriffsrechte.',328 'Invalid login.' => ' LoginungÃŒltig',327 'Permission denied.' => 'Keine Berechtigung.', 328 'Invalid login.' => 'Benutzername oder Passwort ungÃŒltig', 329 329 'Failed login attempt by unknown user \'[_1]\'' => 'Fehlgeschlagener Anmeldeversuch von unbekanntem Benutzer \'[_1]\'', 330 330 'This account has been disabled. Please see your system administrator for access.' => 'Dieses Benutzerkonto wurde gesperrt. Bitte wenden Sie sich an den Administrator.', … … 335 335 'Invalid login attempt from user \'[_1]\'' => 'UngÃŒltiger Anmeldeversuch von Benutzer \'[_1]\'', 336 336 'User \'[_1]\' (ID:[_2]) logged out' => 'Benutzer \'[_1]\' (ID:[_2]) abgemeldet', 337 'New Comment Added to \'[_1]\'' => 'Neuer Kommentar zu \'[_1]\' hinzugefÃŒgt',337 'New Comment Added to \'[_1]\'' => 'Neuer Kommentar zu \'[_1]\' eingegangen', 338 338 'Close' => 'SchlieÃen', 339 339 'Go Back' => 'ZurÃŒck', … … 361 361 362 362 ## lib/MT/Core.pm 363 'System Administrator' => 'System administrator',363 'System Administrator' => 'System verwalten', 364 364 'Create Blogs' => 'Blogs anlegen', 365 365 'Manage Plugins' => 'Plugins verwalten', … … 389 389 'SQLite Database (v2)' => 'SQLite-Datenbank (v2)', 390 390 'Convert Line Breaks' => 'ZeilenumbrÃŒche konvertieren', 391 'Rich Text' => ' Rich Text',391 'Rich Text' => 'Grafischer Editor', 392 392 'weblogs.com' => 'weblogs.com', 393 393 'technorati.com' => 'technorati.com', … … 398 398 'Blog URL' => 'Blog-URL', 399 399 'Blog ID' => 'Blog-ID', 400 'Blog Name' => ' Weblogname',400 'Blog Name' => 'Name des Blogs', 401 401 'Entry Body' => 'Eintragstext', 402 402 'Entry Excerpt' => 'Eintragsauszug', … … 434 434 'View image' => 'Bild ansehen', 435 435 'Permission denied setting image defaults for blog #[_1]' => 'Keine Benutzerrechte zur Ãnderung der Bild-Voreinstellungen fÃŒr Weblog #[_1]', 436 'Thumbnail image for [_1]' => 'Vorschaubild fÃŒr [_1]', # Translate - New # OK436 'Thumbnail image for [_1]' => 'Vorschaubild fÃŒr [_1]', 437 437 'Invalid basename \'[_1]\'' => 'UngÃŒltiger Basename \'[_1]\'', 438 438 'Error writing to \'[_1]\': [_2]' => 'Fehler beim Speichern unter\'[_1]\': [_2]', 439 'Popup Page for [_1]' => 'Popup-Seite fÃŒr [_1]', # Translate - New # OK439 'Popup Page for [_1]' => 'Popup-Seite fÃŒr [_1]', 440 440 441 441 ## lib/MT/BackupRestore.pm 442 442 'Backing up [_1] records:' => 'Sichere [_1]-EintrÀge:', 443 '[_1] records backed up...' => '[_1] -EintrÀge gesichert...',444 '[_1] records backed up.' => '[_1] -EintrÀge gesichert.',445 'There were no [_1] records to be backed up.' => 'Keine [_1]-EintrÀge zu s peichern.',443 '[_1] records backed up...' => '[_1] EintrÀge gesichert...', 444 '[_1] records backed up.' => '[_1] EintrÀge gesichert', 445 'There were no [_1] records to be backed up.' => 'Keine [_1]-EintrÀge zu sichern', 446 446 'No manifest file could be found in your import directory [_1].' => 'Keine Manifest-Datei im Importverzeichnis [_1] gefunden.', 447 447 'Can\'t open [_1].' => 'Kann [_1] nicht öffnen.', … … 469 469 '[_1] records restored.' => '[_1] EintrÀge wiederhergestellt.', 470 470 'Restoring [_1] records:' => 'Stelle [_1]-EintrÀge wieder her:', 471 'User with the same name as the name of the currently logged in ([_1]) found. Skipped the record.' => 'Benutzer mit dem Namen des derzeit angemeldeten Benutzers ([_1]) gefunden. Eintrag ÃŒbersprungen.', # Translate - New # OK 471 472 'User with the same name \'[_1]\' found (ID:[_2]). Restore replaced this user with the data backed up.' => 'Benutzer mit gleichem Namen \'[_1]\' gefunden (ID:[_2]). Die Benutzerdaten wurden entsprechend ersetzt.', 472 473 'Tag \'[_1]\' exists in the system.' => 'Tag \'[_1]\' bereits im System vorhanden.', … … 485 486 'RSS' => 'RSS', 486 487 'Entry' => 'Eintrag', 487 'Entry Listing' => 'Eintrags verzeichnis',488 'Entry Listing' => 'Eintragsliste', 488 489 'Comment Response' => 'Kommentarantworten', 489 490 'Shown for a comment error, pending or confirmation message.' => 'Wird bei Fehler-, Moderations- und BestÀtigungsmeldungen fÃŒr Kommentarautoren angezeigt.', … … 549 550 'Actions' => 'Aktionen', 550 551 'Warning' => 'Warnung', 551 'No [_1] could be found.' => 'Kein [_1] gefunden.',552 'No [_1] could be found.' => 'Keine [_1] vorhanden', 552 553 'Recursion attempt on [_1]: [_2]' => 'Rekursionsversuch bei [_1]: [_2]', 553 554 'Can\'t find included template [_1] \'[_2]\'' => 'Kann verwendete Vorlage [_1] \'[_2]\' nicht finden', … … 654 655 ## lib/MT/Mail.pm 655 656 'Unknown MailTransfer method \'[_1]\'' => 'Unbekannte MailTransfer-Methode \'[_1]\'', 656 'Sending mail via SMTP requires that your server have Mail::Sendmail installed: [_1]' => 'FÃŒr das Versenden von E mail mittels SMTP ist Mail::Sendmail erforderlich: [_1]',657 'Sending mail via SMTP requires that your server have Mail::Sendmail installed: [_1]' => 'FÃŒr das Versenden von E-Mail mittels SMTP ist Mail::Sendmail erforderlich: [_1]', 657 658 'Error sending mail: [_1]' => 'Fehler beim Versenden von Mail: [_1]', 658 659 'You do not have a valid path to sendmail on your machine. Perhaps you should try using SMTP?' => 'Kein gÃŒltiger sendmail-Pfad gefunden. Versuchen Sie stattdessen SMTP zu verwenden.', … … 670 671 671 672 ## lib/MT/Util.pm 672 'moments from now' => ' In einem Augenblick',673 'moments ago' => ' Vor einem Augenblick',674 '[quant,_1,hour,hours] from now' => ' In [quant,_1,Stunde,Stunden]',675 '[quant,_1,hour,hours] ago' => ' Vor [quant,_1,Stunde,Stunden]',676 '[quant,_1,minute,minutes] from now' => ' In [quant,_1,Minute,Minuten]',677 '[quant,_1,minute,minutes] ago' => ' Vor [quant,_1,Minute,Minuten]',678 '[quant,_1,day,days] from now' => ' In [quant,_1,Tag,Tagen]',679 '[quant,_1,day,days] ago' => ' Vor [quant,_1,Tag,Tagen]',680 'less than 1 minute from now' => ' In weniger als 1 Minute',681 'less than 1 minute ago' => ' Vor weniger als 1 Minute',682 '[quant,_1,hour,hours], [quant,_2,minute,minutes] from now' => ' In [quant,_1,Stunde,Stunden] [quant,_1,Minute,Minuten]',683 '[quant,_1,hour,hours], [quant,_2,minute,minutes] ago' => ' Vor [quant,_1,Stunde,Stunden] [quant,_1,Minute,Minuten]',684 '[quant,_1,day,days], [quant,_2,hour,hours] from now' => ' In [quant,_1,Tag,Tagen] [quant,_1,Stunde,Stunden]',685 '[quant,_1,day,days], [quant,_2,hour,hours] ago' => ' Vor [quant,_1,Tag,Tagen] [quant,_1,Stunde,Stunden]',673 'moments from now' => 'in einem Augenblick', 674 'moments ago' => 'vor einem Augenblick', 675 '[quant,_1,hour,hours] from now' => 'in [quant,_1,Stunde,Stunden]', 676 '[quant,_1,hour,hours] ago' => 'vor [quant,_1,Stunde,Stunden]', 677 '[quant,_1,minute,minutes] from now' => 'in [quant,_1,Minute,Minuten]', 678 '[quant,_1,minute,minutes] ago' => 'vor [quant,_1,Minute,Minuten]', 679 '[quant,_1,day,days] from now' => 'in [quant,_1,Tag,Tagen]', 680 '[quant,_1,day,days] ago' => 'vor [quant,_1,Tag,Tagen]', 681 'less than 1 minute from now' => 'in weniger als 1 Minute', 682 'less than 1 minute ago' => 'vor weniger als 1 Minute', 683 '[quant,_1,hour,hours], [quant,_2,minute,minutes] from now' => 'in [quant,_1,Stunde,Stunden] [quant,_1,Minute,Minuten]', 684 '[quant,_1,hour,hours], [quant,_2,minute,minutes] ago' => 'vor [quant,_1,Stunde,Stunden] [quant,_1,Minute,Minuten]', 685 '[quant,_1,day,days], [quant,_2,hour,hours] from now' => 'in [quant,_1,Tag,Tagen] [quant,_1,Stunde,Stunden]', 686 '[quant,_1,day,days], [quant,_2,hour,hours] ago' => 'vor [quant,_1,Tag,Tagen] [quant,_1,Stunde,Stunden]', 686 687 687 688 ## lib/MT/Placement.pm … … 723 724 'Template \'[_1]\' does not have an Output File.' => 'Vorlage \'[_1]\' hat keine Ausgabedatei.', 724 725 'An error occurred while publishing scheduled entries: [_1]' => 'Fehler bei der Veröffentlichung zeitgeplanter EintrÀge: [_1]', 725 'YEARLY_ADV' => 'J Àhrlich',726 'MONTHLY_ADV' => 'Monat lich',727 'CATEGORY_ADV' => 'Kategorie ',728 'PAGE_ADV' => 'Seite ',729 'INDIVIDUAL_ADV' => 'Einzel n',730 'DAILY_ADV' => 'T Àglich',731 'WEEKLY_ADV' => 'W öchentlich',732 'AUTHOR_ADV' => 'Autor ',733 'AUTHOR-YEARLY_ADV' => ' Autor jÀhrlich',734 'AUTHOR-MONTHLY_ADV' => ' Autor monatlich',735 'AUTHOR-WEEKLY_ADV' => ' Autor wöchentlich',736 'AUTHOR-DAILY_ADV' => ' Autor tÀglich',737 'CATEGORY-YEARLY_ADV' => ' Kategorie jÀhrlich',738 'CATEGORY-MONTHLY_ADV' => ' Kategorie monatlich',739 'CATEGORY-DAILY_ADV' => ' Kategorie tÀglich',740 'CATEGORY-WEEKLY_ADV' => ' Kategorie wöchentlich',726 'YEARLY_ADV' => 'Jahresarchive', 727 'MONTHLY_ADV' => 'Monatsarchive', 728 'CATEGORY_ADV' => 'Kategoriearchive', 729 'PAGE_ADV' => 'Seitenarchive', 730 'INDIVIDUAL_ADV' => 'Einzelarchive', 731 'DAILY_ADV' => 'Tagesarchive', 732 'WEEKLY_ADV' => 'Wochenarchive', 733 'AUTHOR_ADV' => 'Autorenarchive', 734 'AUTHOR-YEARLY_ADV' => 'jÀhrliche Autorenarchive', 735 'AUTHOR-MONTHLY_ADV' => 'monatliche Autorenarchive', 736 'AUTHOR-WEEKLY_ADV' => 'wöchentliche Autorenarchive', 737 'AUTHOR-DAILY_ADV' => 'tÀgliche Autorenarchive', 738 'CATEGORY-YEARLY_ADV' => 'jÀhrliche Kategoriearchive', 739 'CATEGORY-MONTHLY_ADV' => 'monatliche Kategoriearchive', 740 'CATEGORY-DAILY_ADV' => 'tÀgliche Kategoriearchive', 741 'CATEGORY-WEEKLY_ADV' => 'wöchentliche Kategoriearchive', 741 742 'author-display-name/index.html' => 'benutzer-name/index.html', 742 743 'author_display_name/index.html' => 'benutzer_name/index.html', … … 783 784 'Login failed: permission denied for user \'[_1]\'' => 'Login fehlgeschlagen: Zugriff verweigert fÃŒr Benutzer \'[_1]\'', 784 785 'Login failed: password was wrong for user \'[_1]\'' => 'Login fehlgeschlagen: Passwort fÃŒr Benutzer \'[_1]\' falsch', 785 'Signing up is not allowed.' => 'Anmelden nicht erlaubt .',786 'User requires username.' => 'Benutzername fÃŒr Benutzer erforderlich.',787 'User requires display name.' => 'Anzeigename fÃŒr Benutzer erforderlich.',788 'A user with the same name already exists.' => 'Ein Benutzer mit diesem Namen existiert bereits .',789 'User requires password.' => 'Passwort fÃŒr Benutzer erforderlich.',790 'User requires password recovery word/phrase.' => 'Passwort-Erinnerungs frage fÃŒr Benutzer erforderlich.',791 'Email Address is invalid.' => 'E-Mail-Adresse ungÃŒltig .',792 'Email Address is required for password recovery.' => 'E-Mail-Ad dresse zur Erzeugung eines neuen Passworts erforderlich .',793 'URL is invalid.' => 'URL ist ungÃŒltig .',786 'Signing up is not allowed.' => 'Anmelden nicht erlaubt', 787 'User requires username.' => 'Benutzername erforderlich', 788 'User requires display name.' => 'Anzeigename erforderlich', 789 'A user with the same name already exists.' => 'Ein Benutzer mit diesem Namen existiert bereits', 790 'User requires password.' => 'Passwort erforderlich', 791 'User requires password recovery word/phrase.' => 'Passwort-Erinnerungssatz erforderlich', 792 'Email Address is invalid.' => 'E-Mail-Adresse ungÃŒltig', 793 'Email Address is required for password recovery.' => 'E-Mail-Adresse erforderlich (fÃŒr Passwort-Anforderungen)', 794 'URL is invalid.' => 'URL ist ungÃŒltig', 794 795 'Text entered was wrong. Try again.' => 'Der eingegebene Text ist falsch. Bitte versuchen Sie es erneut.', 795 796 'Something wrong happened when trying to process signup: [_1]' => 'Bei der Bearbeitung der Registrierung ist ein Fehler aufgetreten: [_1]', … … 798 799 'Commenter \'[_1]\' (ID:[_2]) has been successfully registered.' => 'Kommentarautor \'[_1]\' (ID:[_2]) erfolgreich registriert.', 799 800 'Thanks for the confirmation. Please sign in to comment.' => 'Vielen Dank fÃŒr Ihre BestÀtigung. Sie können sich jetzt anmelden und kommentieren.', 800 '[_1] registered to the blog \'[_2]\'' => '[_1] hat sich fÃŒr das Blog \'[_2]\' registriert.', # Translate - New # OK801 '[_1] registered to the blog \'[_2]\'' => '[_1] hat sich fÃŒr das Blog \'[_2]\' registriert.', 801 802 'No id' => 'Keine ID', 802 803 'No such comment' => 'Kein entsprechender Kommentar', … … 815 816 'Comment text is required.' => 'Kommentartext ist Pflichtfeld.', 816 817 'An error occurred: [_1]' => 'Es ist ein Fehler aufgetreten: [_1]', 817 'Registration is required.' => 'Registrierung ist erforderlich.',818 'Name and email address are required.' => 'Name und E mail sind Pflichtfelder.',818 'Registration is required.' => 'Registrierung erforderlich', 819 'Name and email address are required.' => 'Name und E-Mail-Adresse sind Pflichtfelder', 819 820 'Invalid email address \'[_1]\'' => 'UngÃŒltige E-Mail-Adresse \'[_1]\'', 820 821 'Invalid URL \'[_1]\'' => 'UngÃŒltige Web-Adresse (URL) \'[_1]\'', … … 839 840 'The [_1] database driver is required to use [_2].' => 'Ein [_1]-Datenbanktreiber ist erforderlich, um [_2] zu nutzen.', 840 841 'The [_1] driver is required to use [_2].' => 'Ein [_1]-Treiber ist erforderlich, um [_2] zu nutzen.', 841 'An error occurred while attempting to connect to the database. Check the settings and try again.' => ' Bei dem Versuch, eine Verbindung zur Datenbank aufzubauen, ist ein Fehler aufgetreten. Bitte ÃŒberprÃŒfen Sie Einstellungen und versuchenes erneut.',842 'An error occurred while attempting to connect to the database. Check the settings and try again.' => 'Es konnte keine Verbindung zur Datenbank aufgebaut werden. Bitte ÃŒberprÃŒfen Sie die Einstellungen und versuchen Sie es erneut.', 842 843 'SMTP Server' => 'SMTP-Server', 843 844 'Sendmail' => 'Sendmail', … … 866 867 ## lib/MT/App/Upgrader.pm 867 868 'Failed to authenticate using given credentials: [_1].' => 'Authentifizierung fehlgeschlagen: [_1].', 868 'You failed to validate your password.' => ' Passwort und Wiederholung des Passworts stimmen nicht ÃŒberein',869 'You failed to supply a password.' => ' Passwort erforderlich',870 'The e-mail address is required.' => ' E-Mail-Adresse erforderlich',869 'You failed to validate your password.' => 'Die Passwörter sind nicht identisch.', 870 'You failed to supply a password.' => 'Bitte geben Sie Ihr Passwort an.', 871 'The e-mail address is required.' => 'Bitte geben Sie Ihre E-Mail-Adresse an.', 871 872 'The path provided below is not writable.' => 'Der unten angegebene Pfad ist nicht beschreibbar.', 872 873 'Invalid session.' => 'UngÃŒltige Session', … … 885 886 ## lib/MT/App/CMS.pm 886 887 '_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?', 887 '_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 Zugriffsrechtezu 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.',888 '_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 Zugriffsrechtezu entziehen. Möchten Sie das Konto dennoch löschen?',888 '_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.', 889 '_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?', 889 890 'All Assets' => 'Alle Assets', 890 'Published [_1]' => ' [_1] veröffentlicht',891 'Unpublished [_1]' => ' [_1] nicht mehr veröffentlicht',892 'Scheduled [_1]' => ' [_1] zeitgeplant',893 'My [_1]' => 'Mein [_1]',891 'Published [_1]' => 'Veröffentlichte [_1]', 892 'Unpublished [_1]' => 'Nicht veröffentlichte [_1]', 893 'Scheduled [_1]' => 'Zeitgeplante [_1]', 894 'My [_1]' => 'Meine [_1]', 894 895 '[_1] with comments in the last 7 days' => '[_1] mit Kommentaren in den letzten 7 Tagen', 895 '[_1] posted between [_2] and [_3]' => ' [_1] veröffentlicht zwischen dem [_2] und dem [_3]',896 '[_1] posted since [_2]' => ' [_1] veröffentlicht seit [_2]',897 '[_1] posted on or before [_2]' => ' [_1] veröffentlicht am oder vor dem [_2]',896 '[_1] posted between [_2] and [_3]' => 'Zwischen dem [_2] und dem [_3] veröffentlichte [_1]', 897 '[_1] posted since [_2]' => 'Seit dem [_2] veröffentlichte [_1]', 898 '[_1] posted on or before [_2]' => 'Am oder vor dem [_2] veröffentlichte [_1]', 898 899 'All comments by [_1] \'[_2]\'' => 'Alle Kommentare von [_1] \'[_2]\'', 899 900 'Commenter' => 'Kommentarautor', … … 903 904 'Comments posted on or before [_1]' => 'Bis [_1] veröffentlichte Kommentare', 904 905 'Invalid blog' => 'UngÃŒltiges Blog', 905 'Password Recovery' => ' Passwort verschicken',906 'Password Recovery' => 'Neues Passwort anfordern', 906 907 'Invalid password recovery attempt; can\'t recover password in this configuration' => 'UngÃŒltiger Versuch der Passwortanforderung. Passwörter können in dieser Konfiguration nicht angefordert werden.', 907 908 'Invalid author_id' => 'UngÃŒltige Autoren-ID', 908 909 'Can\'t recover password in this configuration' => 'Passwörter können in dieser Konfiguration nicht angefordert werden', 909 910 'Invalid user name \'[_1]\' in password recovery attempt' => 'UngÃŒltiger Benutzername \'[_1]\' zur Passwortanforderung verwendet', 910 'User name or birthplace is incorrect.' => ' Benutzername oder Geburtsort ungÃŒltig.',911 'User has not set birthplace; cannot recover password' => ' Geburtsort nicht angegeben; Passwort kann nicht angefordert werden',912 'Invalid attempt to recover password (used birthplace \'[_1]\')' => 'UngÃŒltiger Versuch der Passwortanforderung (angegebener Geburtsort: \'[_1]\')',913 'User does not have email address' => 'Benutzer hat keine E mail-Adresse',911 'User name or birthplace is incorrect.' => 'Der angegebene Benutzername ist unbekannt oder der Erinnerungssatz falsch', 912 'User has not set birthplace; cannot recover password' => 'Erinnerungssatz nicht definiert; Passwort kann nicht angefordert werden', 913 'Invalid attempt to recover password (used birthplace \'[_1]\')' => 'UngÃŒltiger Versuch der Passwortanforderung (angegebener Erinnerungssatz: \'[_1]\')', 914 'User does not have email address' => 'Benutzer hat keine E-Mail-Adresse', 914 915 'Password was reset for user \'[_1]\' (user #[_2]). Password was sent to the following address: [_3]' => 'Passwort von Benutzer \'[_1]\' (#[_2]) zurÃŒckgesetzt und an [_3] verschickt', 915 916 'Error sending mail ([_1]); please fix the problem, then try again to recover your password.' => 'Beim Mailversand ist ein Fehler aufgetreten ([_1]). ÃberprÃŒfen Sie die entsprechenden Einstellungen und versuchen Sie dann erneut, ein neues Passwort anzufordern.', … … 935 936 'Blog Activity Feed' => 'AktivitÀtsfeed', 936 937 '*User deleted*' => 'Benutzer gelöscht', 937 'All Feedback' => ' JedesFeedback',938 'All Feedback' => 'Feedback', 938 939 'Activity Log' => 'AktivitÀten', 939 'System Activity Feed' => 'System -AktivitÀtsfeed',940 'System Activity Feed' => 'Systemfeed', 940 941 'Activity log for blog \'[_1]\' (ID:[_2]) reset by \'[_3]\'' => 'AktivitÀtsprotokoll von \'[_1]\' (ID:[_2]) on \'[_3]\' zurÃŒckgesetzt', 941 942 'Activity log reset by \'[_1]\'' => 'AktivitÀtsprotokoll zurÃŒckgesetzt von \'[_1]\'', 942 'Please select a blog.' => 'Bitte wÀhlen Sie ein Blog aus.',943 'Please select a blog.' => 'Bitte wÀhlen Sie ein Blog', 943 944 'Import/Export' => 'Import/Export', 944 945 'Invalid parameter' => 'UngÃŒltiges Parameter', … … 955 956 'One or more errors were found in this template.' => 'Die Vorlage enthÀlt einen oder mehrere Fehler', 956 957 'General Settings' => 'Allgemeine Einstellungen', 957 'Publishing Settings' => ' Grundeinstellungen',958 'Publishing Settings' => 'Veröffentlichungs-Einstellungen', 958 959 'Plugin Settings' => 'Plugin-Einstellungen', 959 960 'Settings' => 'Einstellungen', … … 961 962 'Edit Comment' => 'Kommentar bearbeiten', 962 963 'Authenticated Commenters' => 'Authentifizierte Kommentarautoren', 963 'Commenter Details' => ' Details zu Kommentarautor',964 'Commenter Details' => 'Kommentarautor-Details', 964 965 'Commenters' => 'Kommentarautoren', 965 966 'New Entry' => 'Neuer Eintrag', … … 972 973 'pages' => 'Seiten', 973 974 'Create New User' => 'Neues Benutzerkonto anlegen', 974 'User requires username' => 'Benutzer erfordert Benutzername',975 'User requires password' => ' Benutzer erfodert Benutzername',976 'User requires password recovery word/phrase' => ' Author erfordert Passwort-Erinnerungssatz',977 'Email Address is required for password recovery' => 'E-Mail-Adresse bei Passwort-Anfrage erforderlich',975 'User requires username' => 'Benutzername erforderlich', 976 'User requires password' => 'Passwort erforderlich', 977 'User requires password recovery word/phrase' => 'Passwort-Erinnerungssatz erforderlich', 978 'Email Address is required for password recovery' => 'E-Mail-Adresse erforderlich (fÃŒr Passwort-Anforderungen)', 978 979 'Website URL is imperfect' => 'Website-URL ungÃŒltig', 979 980 'The value you entered was not a valid email address' => 'E-Mail-Adresse ungÃŒltig', … … 1040 1041 'One of the entries ([_1]) did not actually exist' => 'Einer der EintrÀge ([_1]) ist nicht vorhanden', 1041 1042 '[_1] \'[_2]\' (ID:[_3]) status changed from [_4] to [_5]' => 'Status von [_1] \'[_2]\' (ID:[_3]) von [_4] in [_5] geÀndert.', 1042 'You don\'t have permission to approve this comment.' => 'Sie haben keine Zugriffsrechtezur Freischaltung dieses Kommentars.',1043 'You don\'t have permission to approve this comment.' => 'Sie haben keine Berechtigung zur Freischaltung dieses Kommentars.', 1043 1044 'Comment on missing entry!' => 'Kommentar gehört zu fehlendem Eintrag', 1044 1045 'Orphaned comment' => 'Verwaister Kommentar', 1045 'Comments Activity Feed' => 'Kommentar -AktivitÀtsfeed',1046 'Comments Activity Feed' => 'Kommentarfeed', 1046 1047 'Orphaned' => 'Verwaist', 1047 'Plugin Set: [_1]' => 'Plugin- Set: [_1]',1048 'Plugin Set: [_1]' => 'Plugin-Gruppe: [_1]', 1048 1049 'Plugins' => 'Plugins', 1049 1050 'Junk TrackBacks' => 'TrackBacks als Spam behandeln', 1050 'TrackBacks where <strong>[_1]</strong> is "[_2]".' => 'TrackBacks, bei denen <strong>[_1]</strong> "[_2]" ist.',1051 'TrackBack Activity Feed' => 'TrackBack -AktivitÀtsfeed',1051 'TrackBacks where <strong>[_1]</strong> is "[_2]".' => 'TrackBacks, mit <strong>[_1]</strong> "[_2]"', 1052 'TrackBack Activity Feed' => 'TrackBackfeed', 1052 1053 'No Excerpt' => 'Kein Auszug', 1053 1054 'No Title' => 'Keine Ãberschrift', 1054 1055 'Orphaned TrackBack' => 'Verwaistes TrackBack', 1055 'category' => 'Kategorie ',1056 'Category' => 'Kategorie ',1056 'category' => 'Kategorien', 1057 'Category' => 'Kategorien', 1057 1058 'Tag' => 'Tag', 1058 1059 'Entry Status' => 'Eintragsstatus', … … 1088 1089 'Role name cannot be blank.' => 'Rollenname erforderlich', 1089 1090 'Another role already exists by that name.' => 'Rolle mit diesem Namen bereits vorhanden', 1090 'You cannot define a role without permissions.' => 'Rollen ohne Zugriffsrechtenicht möglich',1091 'No permissions.' => 'Keine Zugriffsrechte.',1091 'You cannot define a role without permissions.' => 'Rollen ohne Berechtigungen nicht möglich', 1092 'No permissions.' => 'Keine Berechtigung..', 1092 1093 'No such entry \'[_1]\'' => 'Kein Eintrag \'[_1]\'', 1093 'No email address for user \'[_1]\'' => 'Keine E mail-Addresse fÃŒr Benutzer \'[_1]\'',1094 'No email address for user \'[_1]\'' => 'Keine E-Mail-Addresse fÃŒr Benutzer \'[_1]\'', 1094 1095 'entry' => 'Eintrag', 1095 1096 'No valid recipients found for the entry notification.' => 'Keine gÃŒltigen EmpfÀnger fÃŒr Benachrichtigungen gefunden.', 1096 1097 '[_1] Update: [_2]' => '[_1] Update: [_2]', 1097 1098 'Error sending mail ([_1]); try another MailTransfer setting?' => 'Mailversand fehlgeschlagen([_1]). ÃberprÃŒfen Sie die MailTransfer-Einstellungen.', 1098 'Archive Root' => 'Archiv- Root',1099 'Site Root' => ' Site-Root',1099 'Archive Root' => 'Archiv-Wurzel', 1100 'Site Root' => 'Wurzelverzeichnis', 1100 1101 'Can\'t load blog #[_1].' => 'Kann Blog #[_1] nicht laden.', 1101 1102 'Please select a file to upload.' => 'Bitte wÀhlen Sie die hochzuladende Datei aus', … … 1138 1139 'represents a user who will be created afterwards' => 'steht fÃŒr ein Benutzerkonto, das spÀter angelegt werden wird', 1139 1140 'Select Blogs' => 'Weblogs auswÀhlen', 1140 'Blogs Selected' => ' AusgewÀhlte Weblogs',1141 'Blogs Selected' => 'GewÀhlte Weblogs', 1141 1142 'Search Blogs' => 'Blogs suchen', 1142 1143 'Select Users' => 'GewÀhlte Benutzer', … … 1153 1154 '' => '', # Translate - New # OK 1154 1155 'Grant Permissions' => 'Rechte zuweisen', 1155 'Backup' => ' Backup',1156 'Backup' => 'Sichern', 1156 1157 'Backup & Restore' => 'Sichern & Wiederherstellen', 1157 1158 'Temporary directory needs to be writable for backup to work correctly. Please check TempDir configuration directive.' => 'Das temporÀre Verzeichnis muss zur DurchfÃŒhrung der Sicherung beschreibbar sein. Bitte ÃŒberprÃŒfen Sie Ihre TempDir-Einstellung.', … … 1199 1200 'Handy Shortcuts' => 'NÃŒtzliche AbkÃŒrzungen', 1200 1201 'Movable Type News' => 'News von Movable Type', 1201 'Blog Stats' => ' Blog-Statistik',1202 'Blog Stats' => 'Statistik', 1202 1203 'Unpublish Entries' => 'EintrÀge nicht mehr veröffentlichen', 1203 1204 'Add Tags...' => 'Tags hinzufÃŒgen...', … … 1213 1214 'Tags to add to selected assets' => 'Zu gewÀhlten Assets hinzuzufÃŒgende Tags', 1214 1215 'Tags to remove from selected assets' => 'Von gewÀhlten Assets zu entfernende Tags', 1215 'Unpublish TrackBack(s)' => 'TrackBack snicht mehr veröffentlichen',1216 'Unpublish Comment(s)' => 'Kommentar enicht mehr veröffentlichen',1217 'Trust Commenter(s)' => 'Kommentarautor envertrauen',1218 'Untrust Commenter(s)' => 'Kommentarautor ennicht mehr vertrauen',1219 'Ban Commenter(s)' => 'Kommentarautor ensperren',1220 'Unban Commenter(s)' => 'Kommentator sperre aufheben',1216 'Unpublish TrackBack(s)' => 'TrackBack(s) nicht mehr veröffentlichen', 1217 'Unpublish Comment(s)' => 'Kommentar(e) nicht mehr veröffentlichen', 1218 'Trust Commenter(s)' => 'Kommentarautor(en) vertrauen', 1219 'Untrust Commenter(s)' => 'Kommentarautor(en) nicht mehr vertrauen', 1220 'Ban Commenter(s)' => 'Kommentarautor(en) sperren', 1221 'Unban Commenter(s)' => 'Kommentator(en) nicht mehr sperren', 1221 1222 'Recover Password(s)' => 'Passwort anfordern', 1222 1223 'Delete' => 'Löschen', 1223 'Non-spam TrackBacks' => 'TrackBacks , die nicht Spam sind', # Translate - New # OK1224 'Non-spam TrackBacks' => 'TrackBacks (auÃer Spam)', 1224 1225 'TrackBacks on my entries' => 'TrackBacks zu meinen EintrÀgen', 1225 1226 'Published TrackBacks' => 'Veröffentlichte TrackBacks', … … 1227 1228 'TrackBacks marked as Spam' => 'Als Spam markierte TrackBacks', 1228 1229 'All TrackBacks in the last 7 days' => 'Alle TrackBacks der letzten 7 Tage', 1229 'Non-spam Comments' => 'Kommentare , die nicht Spam sind',1230 'Non-spam Comments' => 'Kommentare (auÃer Spam)', 1230 1231 'Comments on my entries' => 'Kommentare zu meinen EintrÀgen', 1231 1232 'Pending comments' => 'Zu moderierende Kommentare', … … 1239 1240 'Template Modules' => 'Vorlagenmodule', 1240 1241 'System Templates' => 'System-Vorlagen', 1241 'Tags with entries' => ' Tags von EintrÀgen',1242 'Tags with pages' => ' Tags von Seiten',1243 'Tags with assets' => ' Tags von Assets',1244 'Enabled Users' => 'Aktiv ierte Benutzerkonten:',1245 'Disabled Users' => 'Deaktivierte Benutzerkonten :',1242 'Tags with entries' => 'Eintrags-Tags', 1243 'Tags with pages' => 'Seiten-Tags', 1244 'Tags with assets' => 'Assets-Tags', 1245 'Enabled Users' => 'Aktive Benutzerkonten', 1246 'Disabled Users' => 'Deaktivierte Benutzerkonten', 1246 1247 'Authors' => 'Autoren', 1247 1248 'Create' => 'Neu', 1248 1249 'Manage' => 'Verwalten', 1249 1250 'Design' => 'Gestalten', 1250 'Preferences' => ' Einstellungen',1251 'Preferences' => 'Konfigurieren', 1251 1252 'Tools' => 'Tools', 1252 1253 'Blog' => 'Blog', … … 1256 1257 'Address Book' => 'Adressbuch', 1257 1258 'System Information' => 'Systeminformation', 1258 'Import' => 'Import ',1259 'Import' => 'Importieren', 1259 1260 'Export' => 'Exportieren', 1260 'System Overview' => 'System einstellungen',1261 'System Overview' => 'SystemÃŒbersicht', 1261 1262 '/' => '/', 1262 1263 '<' => '<', … … 1311 1312 'TrackBack on category \'[_1]\' (ID:[_2]).' => 'TrackBack fÃŒr Kategorie \'[_1]\' (ID:[_2])', 1312 1313 'Can\'t create RSS feed \'[_1]\': ' => 'RSS-Feed kann nicht angelegt werden \'[_1]\': ', 1313 'New TrackBack Ping to Entry [_1] ([_2])' => 'Neuer TrackBack-Ping bei Eintrag [_1] ([_2])',1314 'New TrackBack Ping to Category [_1] ([_2])' => 'Neuer TrackBack-Ping bei Kategorie [_1] ([_2])',1314 'New TrackBack Ping to Entry [_1] ([_2])' => 'Neuer TrackBack-Ping fÃŒr Eintrag [_2] (#[_1])', 1315 'New TrackBack Ping to Category [_1] ([_2])' => 'Neuer TrackBack-Ping fÃŒr Kategorie [_2] (#[_1])', 1315 1316 1316 1317 ## lib/MT/FileMgr/Local.pm … … 1372 1373 'Welcome to my new blog powered by Movable Type. This is the first post on my blog and was created for me automatically when I finished the installation process. But that is ok, because I will soon be creating posts of my own!' => 'Willkommen zu meinem neuen Movable Type-Blog. Dieser Eintrag hier ist nur ein automatisch erzeugter Platzhalter, damit hier etwas steht, bis ich meine ersten eigenen EintrÀge geschrieben habe.', 1373 1374 'Movable Type also created a comment for me as well so that I could see what a comment will look like on my blog once people start submitting comments on all the posts I will write.' => 'Ein Beispielkommentar wurde auch gleich angelegt, so daà man sehen kann, wie die Kommentare von Lesern dargestellt werden werden.', 1374 'Can administer the blog.' => 'Kann das Blog verwalten .',1375 'Can administer the blog.' => 'Kann das Blog verwalten', 1375 1376 'Editor' => 'Editor', 1376 'Can upload files, edit all entries/categories/tags on a blog and publish the blog.' => 'Kann alle EintrÀge, Kategorien und Tags bearbeiten, Dateien hochladen und das Blog veröffentlichen .', # Translate - New # OK1377 'Can create entries, edit their own, upload files and publish.' => 'Kann EintrÀge anlegen und veröffentlichen, eigene EintrÀge bearbeiten und Dateien hochladen .,',1377 'Can upload files, edit all entries/categories/tags on a blog and publish the blog.' => 'Kann alle EintrÀge, Kategorien und Tags bearbeiten, Dateien hochladen und das Blog veröffentlichen', 1378 'Can create entries, edit their own, upload files and publish.' => 'Kann EintrÀge anlegen und veröffentlichen, eigene EintrÀge bearbeiten und Dateien hochladen', 1378 1379 'Designer' => 'Designer', 1379 'Can edit, manage and publish blog templates.' => 'Kann Vorlagen bearbeiten, verwalten und veröffentlichen .', # Translate - New # OK1380 'Can edit, manage and publish blog templates.' => 'Kann Vorlagen bearbeiten, verwalten und veröffentlichen', 1380 1381 'Webmaster' => 'Webmaster', 1381 'Can manage pages and publish blog templates.' => 'Kann Seiten verwalten und Vorlagen veröffentlichen .', # Translate - New # OK1382 'Contributor' => ' Autor',1383 'Can create entries, edit their own and comment.' => 'Kann EintrÀge anlegen, kommentieren und eigene EintrÀge bearbeiten .',1382 'Can manage pages and publish blog templates.' => 'Kann Seiten verwalten und Vorlagen veröffentlichen', 1383 'Contributor' => 'Gastautor', 1384 'Can create entries, edit their own and comment.' => 'Kann EintrÀge anlegen, kommentieren und eigene EintrÀge bearbeiten', 1384 1385 'Moderator' => 'Moderator', 1385 1386 'Can comment and manage feedback.' => 'Kann kommentieren und Feedback verwalten', 1386 'Can comment.' => 'Kann kommentieren .',1387 'Can comment.' => 'Kann kommentieren', 1387 1388 'Removing Dynamic Site Bootstrapper index template...' => 'Entferne Indexvorlage des Dynamic Site Bootstrappers...', 1388 1389 'Fixing binary data for Microsoft SQL Server storage...' => 'Bereite BinÀrdaten fÃŒr Speicherung in Microsoft SQL Server vor...', … … 1417 1418 'Assigning blog administration permissions...' => 'Weise Administrationsrechte zu...', 1418 1419 'Setting blog allow pings status...' => 'Weise Ping-Status zu...', 1419 'Updating blog comment email requirements...' => 'Aktualis ere Email-Einstellungen der Kommentarfunktion...',1420 'Updating blog comment email requirements...' => 'Aktualisiere E-Mail-Einstellungen der Kommentarfunktion...', 1420 1421 'Assigning entry basenames for old entries...' => 'Weise AlteintrÀgen Basenames zu...', 1421 1422 'Updating user web services passwords...' => 'Aktualisierte Passwörter fÃŒr Webdienste...', … … 1432 1433 'Assigning junk status for comments...' => 'Setze Junkstatus der Kommentare...', 1433 1434 'Assigning visible status for TrackBacks...' => 'Setzte Sichtbarkeitsstatus fÃŒr TrackBacks...', 1434 'Assigning junk status for TrackBacks...' => 'Setze Junks Status der TrackBacks...',1435 'Assigning junk status for TrackBacks...' => 'Setze Junkstatus der TrackBacks...', 1435 1436 'Assigning basename for categories...' => 'Weise Kategorien Basenames zu...', 1436 1437 'Assigning user status...' => 'Weise Benuzerstatus zu...', 1437 'Migrating permissions to roles...' => 'Migriere Zugriffsrechteauf Rollen...',1438 'Migrating permissions to roles...' => 'Migriere Berechtigung auf Rollen...', 1438 1439 'Populating authored and published dates for entries...' => 'Ãbernehme Zeitstempel fÃŒr EintrÀge...', 1439 1440 'Classifying category records...' => 'Klassifiziere Kategoriedaten...', … … 1529 1530 1530 1531 ## mt-static/js/edit.js 1531 'Enter email address:' => 'E mail-Adresse eingeben:',1532 'Enter email address:' => 'E-Mail-Adresse eingeben:', 1532 1533 'Enter the link address:' => 'Link-Adresse eingeben:', 1533 1534 'Enter the text to link to:' => 'Link-Text eingeben:', … … 1548 1549 'Are you sure you want to [_2] this [_1]?' => '[_1] wirklich [_2]?', 1549 1550 'Are you sure you want to [_3] the [_1] selected [_2]?' => 'Die [_1] ausgewÀhlten [_2] wirklich [_3]?', 1550 'Are you certain you want to remove this role? By doing so you will be taking away the permissions currently assigned to any users and groups associated with this role.' => 'Rolle wirklich entfernen? Entfernen der Rolle en zieht allen derzeit damit verknÃŒpften Benutzern und Gruppen die entsprechenden Zugriffsrechte.',1551 'Are you certain you want to remove these [_1] roles? By doing so you will be taking away the permissions currently assigned to any users and groups associated with these roles.' => '[_1] Rolle(n) wirklich entfernen? Entfernen der Rollen en zieht allen derzeit damit verknÃŒpften Benutzern und Gruppen die entsprechenden Zugriffsrechte.',1551 'Are you certain you want to remove this role? By doing so you will be taking away the permissions currently assigned to any users and groups associated with this role.' => 'Rolle wirklich entfernen? Entfernen der Rolle entzieht allen derzeit damit verknÃŒpften Benutzern und Gruppen die entsprechenden Berechtigungen.', 1552 'Are you certain you want to remove these [_1] roles? By doing so you will be taking away the permissions currently assigned to any users and groups associated with these roles.' => '[_1] Rolle(n) wirklich entfernen? Entfernen der Rollen entzieht allen derzeit damit verknÃŒpften Benutzern und Gruppen die entsprechenden Berechtigungen.', 1552 1553 'You did not select any [_1] [_2].' => 'Sie haben keine [_1] [_2] gewÀhlt', 1553 1554 'You can only act upon a minimum of [_1] [_2].' => 'Nur möglich fÃŒr mindestens [_1] [_2].', … … 1617 1618 ## tmpl/comment/signup.tmpl 1618 1619 'Create an account' => 'Konto anlegen', 1619 'Your login name.' => 'Ihr Anmeldename',1620 'Your login name.' => 'Ihr Benutzername', 1620 1621 'Display Name' => 'Angezeigter Name', 1621 1622 'The name appears on your comment.' => 'Dieser Name wird unter Ihren Kommentaren angezeigt.', … … 1623 1624 'Initial Password' => 'Passwort', 1624 1625 'Select a password for yourself.' => 'Eigenes Passwort', 1625 'Password Confirm' => 'Pass owrtbestÀtigung',1626 'Password Confirm' => 'PasswortbestÀtigung', 1626 1627 'Repeat the password for confirmation.' => 'Passwort zur BestÀtigung wiederholen', 1627 1628 'Password recovery word/phrase' => 'Erinnerungssatz', 1628 1629 'This word or phrase will be required to recover the password if you forget it.' => 'Dieser Begriff oder Satz wird abgefragt, wenn Sie Ihr Passwort vergessen haben und daher ein neues Passwort anfordern möchten.', 1629 'Website URL' => 'Web -Adresse (URL)',1630 'Website URL' => 'Website', 1630 1631 'The URL of your website. (Optional)' => 'URL Ihrer Website (optional)', 1631 1632 'Enter your login name.' => 'Geben Sie Ihren Anmeldenamen ein.', … … 1638 1639 'Sign in using' => 'Anmelden mit', 1639 1640 'Forgot your password?' => 'Passwort vergessen?', 1640 'Not a member? <a href="[_1]">Sign Up</a>!' => 'Noch nicht Mitglied? <a href="[_1]">Einfach anmelden</a>!',1641 'Not a member? <a href="[_1]">Sign Up</a>!' => 'Noch nicht registriert? <a href="[_1]">Einfach jetzt registrieren</a>!', 1641 1642 1642 1643 ## tmpl/comment/profile.tmpl … … 1645 1646 'Confirm Password' => 'Passwort bestÀtigen', 1646 1647 'Password recovery' => 'Passwort anfordern', 1647 'Save' => ' Speichern',1648 'Save' => 'OK', 1648 1649 'Return to the <a href="[_1]">original page</a>.' => 'ZurÃŒck zur <a href="[_1]">Ausgangsseite</a>.', 1649 1650 … … 1656 1657 'Before you can leave a comment you must first complete the registration process by confirming your account. An email has been sent to [_1].' => 'Bevor Sie kommentieren können, mÃŒssen Sie noch Ihre Registrierung bestÀtigen. Dazu haben wir Ihnen eine E-Mail an [_1] geschickt.', 1657 1658 'To complete the registration process you must first confirm your account. An email has been sent to [_1].' => 'Um die Registrierung abzuschlieÃen, bestÀtigen Sie bitte Ihre Anmeldung. Dazu haben wir Ihnen eine E-Mail an [_1] geschickt.', 1658 'To confirm and activate your account please check your inbox and click on the link found in the email we just sent you.' => 'Um Ihre Registrierung zu bestÀtigen und Ihr Konto zu aktivieren, klicken Sie bitte auf den Link in d er E-Mail, die wir Ihnen soeben zugeschickt haben.',1659 'Return to the original entry.' => 'ZurÃŒck zum Ausgangseintrag',1660 'Return to the original page.' => 'ZurÃŒck zur Ausgangsseite',1659 'To confirm and activate your account please check your inbox and click on the link found in the email we just sent you.' => 'Um Ihre Registrierung zu bestÀtigen und Ihr Konto zu aktivieren, klicken Sie bitte auf den Link in dieser E-Mail.', 1660 'Return to the original entry.' => 'ZurÃŒck zum ursprÃŒnglichen Eintrag', 1661 'Return to the original page.' => 'ZurÃŒck zur ursprÃŒnglichen Seite', 1661 1662 1662 1663 ## tmpl/comment/register.tmpl … … 1681 1682 'Quickfilters' => 'Schnellfilter', 1682 1683 'Are you sure you want to remove this role?' => 'Rolle wirklich entfernen?', 1683 'Your changes have been saved.' => ' Die Ãnderungen wurden gespeichert.',1684 'Your changes have been saved.' => 'Ãnderungen gespeichert', 1684 1685 'Add a user to this blog' => 'Benutzer zu diesem Blog hinzufÃŒgen', 1685 1686 'Showing only: [_1]' => 'Zeige nur: [_1]', 1686 'Remove filter' => ' Filter löschen',1687 'Remove filter' => 'aufheben', 1687 1688 'All [_1]' => 'Alle [_1]', 1688 1689 'change' => 'Àndern', 1689 '[_1] where [_2] is [_3]' => '[_1] bei denen [_2] [_3] ist.',1690 'Show only [_1] where' => 'Zeige nur [_1] bei denen',1690 '[_1] where [_2] is [_3]' => '[_1] mit [_2] [_3]', 1691 'Show only [_1] where' => 'Zeige nur [_1] mit ', 1691 1692 'role' => 'Rolle', 1692 1693 'status' => 'Status', 1693 'is' => ' ist',1694 'is' => '', 1694 1695 'enabled' => 'aktiviert', 1695 1696 'disabled' => 'deaktiviert', 1696 1697 'pending' => 'Nicht veröffentlicht', 1697 'Filter' => ' Filter',1698 'Filter' => 'Zeigen', 1698 1699 'user' => 'Benutzer', 1699 1700 'users' => 'Benutzer', … … 1705 1706 ## tmpl/cms/list_role.tmpl 1706 1707 'Roles for [_1] in' => 'Rollen fÃŒr [_1] in', 1707 'Roles: System-wide' => 'System weiteRollen',1708 'Roles: System-wide' => 'System: Rollen', 1708 1709 'You have successfully deleted the role(s).' => 'Rolle(n) erfolgreich gelöscht.', 1709 1710 'roles' => 'Rollen', … … 1712 1713 'Create Role' => 'Rolle anlegen', 1713 1714 '_USER_STATUS_CAPTION' => 'Status', 1714 'In Blog' => 'Im Blog', # Translate - New # OK1715 'In Blog' => 'Im Blog', 1715 1716 'Via Group' => 'Ãber Gruppe', 1716 1717 'Members' => 'Mitglieder', … … 1720 1721 1721 1722 ## tmpl/cms/cfg_spam.tmpl 1722 'Spam Settings' => 'Spam- Konfiguration',1723 'Spam Settings' => 'Spam-Einstellungen', 1723 1724 'Your spam preferences have been saved.' => 'Spam-Einstellungen gespeichert.', 1724 1725 'Auto-Delete Spam' => 'Spam automatisch löschen', 1725 'If enabled, feedback reported as spam will be automatically erased after a number of days.' => 'Falls aktiviert, wird als Spam markiertes Feedback nach einer Anzahl von Tagen automatisch gelöscht.',1726 'If enabled, feedback reported as spam will be automatically erased after a number of days.' => 'Falls aktiviert, wird als Spam markiertes Feedback nach einer wÀhlbaren Anzahl von Tagen automatisch gelöscht.', 1726 1727 'Delete Spam After' => 'Spam löschen nach', 1727 1728 'When an item has been reported as spam for this many days, it is automatically deleted.' => 'Wenn ein Feedback fÃŒr lÀnger als angegeben als Spam markiert war, wird es automatisch gelöscht.', … … 1752 1753 'Create [_1]' => '[_1] anlegen', 1753 1754 'Edit [_1]' => '[_1] bearbeiten', 1754 'A saved version of this [_1] was auto-saved [_3]. <a href="[_2]">Recover auto-saved content</a>' => ' Eine Version dieses [_1] wurde automatisch gespeichert [_3]. <a href="[_2]">Automatisch gespeicherten Inhaltwiederherstellen</a>.',1755 'A saved version of this [_1] was auto-saved [_3]. <a href="[_2]">Recover auto-saved content</a>' => '[_1] automatisch gespeichert [_3]. <a href="[_2]">Automatisch gespeicherte Version wiederherstellen</a>.', 1755 1756 'Your [_1] has been saved.' => '[_1] gespeichert.', 1756 1757 'One or more errors occurred when sending update pings or TrackBacks.' => 'Es sind ein oder mehrere Fehler beim Senden von TrackBacks aufgetreten.', … … 1763 1764 'You have successfully deleted the checked comment(s).' => 'Der bzw. die markierten Kommentare wurden erfolgreich gelöscht.', 1764 1765 'You have successfully deleted the checked TrackBack(s).' => 'TrackBack(s) gelöscht.', 1765 '[_1] Summary' => ' [_1]-Zusammenfassung',1766 'Created [_1] by [_2].' => ' [_1] von [_2] angelegt.',1767 'Last edited [_1] by [_2].' => ' Von [_2] zuletzt bearbeiteter [_1].',1768 'Published [_1].' => ' [_1] veröffentlicht.',1769 'This [_1] has received <a href="[_4]">[quant,_2,comment,comments]</a> and <a href="[_5]">[quant,_3,trackback,trackbacks]</a>.' => ' Diese(r) [_1] hat<a href="[_4]">[quant,_2,Kommentar,Kommentare]</a> und <a1770 href="[_5]">[quant,_3,TrackBack,TrackBacks]</a> .',1766 '[_1] Summary' => 'Zusammenfassung', 1767 'Created [_1] by [_2].' => 'Angelegt von [_2] [_1]', 1768 'Last edited [_1] by [_2].' => 'Zuletzt bearbeitet von [_2] [_1]', 1769 'Published [_1].' => 'Veröffentlicht [_1]', 1770 'This [_1] has received <a href="[_4]">[quant,_2,comment,comments]</a> and <a href="[_5]">[quant,_3,trackback,trackbacks]</a>.' => 'Bisher <a href="[_4]">[quant,_2,Kommentar,Kommentare]</a> und <a 1771 href="[_5]">[quant,_3,TrackBack,TrackBacks]</a>', 1771 1772 'Display Options' => 'Anzeigeoptionen', 1772 1773 'Fields' => 'Felder', 1773 1774 'Title' => 'Titel', 1774 'Body' => 'Text körper',1775 'Excerpt' => 'Zusammen fassung',1776 'Keywords' => 'SchlÃŒssel wörter',1777 'Publishing' => 'Veröffentlich en',1778 'Top' => ' Anfang',1775 'Body' => 'Text', 1776 'Excerpt' => 'Zusammen- fassung', 1777 'Keywords' => 'SchlÃŒssel- wörter', 1778 'Publishing' => 'Veröffentlichung', 1779 'Top' => 'Oben', 1779 1780 'Both' => 'Sowohl als auch', 1780 'Bottom' => ' Ende',1781 'Bottom' => 'Unten', 1781 1782 'Reset display options' => 'Anzeigeoptionen zurÃŒcksetzen', 1782 1783 'Reset display options to blog defaults' => 'Anzeigeoptionen auf Standardeinstellungen zurÃŒcksetzen', … … 1789 1790 'You have unsaved changes to your [_1] that will be lost.' => 'Es liegen nicht gespeicherte Ãnderungen vor, die verloren gehen werden.', 1790 1791 'Publish On' => 'Veröffentlichen um', 1791 'Publish Date' => ' Zeitpunkt der Veröffentlichung',1792 'Make primary' => ' PrimÀr machen',1792 'Publish Date' => 'Veröffent- lichungs- zeitpunkt', 1793 'Make primary' => 'Als Hauptkategorie', 1793 1794 'Add sub category' => 'Unterkategorie hinzufÃŒgen', 1794 1795 'Add [_1] name' => '[_1]-Name hinzufÃŒgen', … … 1797 1798 'Preview this [_1] (v)' => 'Vorschau auf [_1]', 1798 1799 'Delete this [_1] (v)' => '[_1] löschen (v)', 1799 'Share this [_1]' => ' [_1] teilen',1800 'Share this [_1]' => 'Benachrichtigung versenden', 1800 1801 '_external_link_target' => '_new', 1801 'View published [_1]' => ' Veröffentlichten[_1] ansehen',1802 'View published [_1]' => '[_1] ansehen', 1802 1803 '« Previous' => '« Vorheriger', 1803 1804 'Manage [_1]' => '[_1] verwalten', 1804 1805 'Next »' => 'NÀchster »', 1805 'Extended' => 'Erweitert ',1806 'Format:' => 'Format :',1806 'Extended' => 'Erweiterter Text', 1807 'Format:' => 'Formatierung:', 1807 1808 'Decrease Text Size' => 'TextgröÃe verkleinern', 1808 1809 'Increase Text Size' => 'TextgröÃe vergröÃern', … … 1833 1834 '(delimited by \'[_1]\')' => '(Trennung durch \'[_1]\')', 1834 1835 'Change [_1]' => '[_1] Àndern', 1835 'Add [_1]' => '[_1] einfÃŒgen',1836 'Add [_1]' => '[_1] wÀhlen', 1836 1837 'Status' => 'Status', 1837 1838 'You must configure blog before you can publish this [_1].' => 'Vor dem Veröffentlichen mÃŒssen Sie das Blog konfigurieren.', 1838 'Scheduled' => 'Z eitgeplant',1839 'Scheduled' => 'Zu bestimmtem Zeitpunkt', 1839 1840 'Select entry date' => 'Eintragsdatum wÀhlen', 1840 1841 'Unlock this entry’s output filename for editing' => 'Dateinamen manuell bearbeiten', … … 1842 1843 'Warning: Changing this entry\'s basename may break inbound links.' => 'Warnung: Wenn Sie den Basename nachtrÀglich Àndern, können externe Links zu diesem Eintrag ungÃŒltig werden.', 1843 1844 'Accept' => 'Annehmen', 1844 'Outbound TrackBack URLs' => 'TrackBack- URLs',1845 'Outbound TrackBack URLs' => 'TrackBack- URLs', 1845 1846 'View Previously Sent TrackBacks' => 'TrackBacks anzeigen', 1846 ' <a href="[_1]">QuickPost to [_2]</a> - Drag this link to your browser\'s toolbar then click it when you are on a site you want to blog about.' => '<a href="[_1]">QuickPost fÃŒr [_2]</a> - Ziehen Sie diesen Link in die Lesezeichenleiste Ihres Browsers und klicken Sie darauf, wenn Sie sich auf einer Website befinden, ÃŒber die Sie bloggen möchten.',1847 '[_1]QuickPost to [_2]</a> - Drag this link to your browser\'s toolbar then click it when you are on a site you want to blog about.' => '[_1]QuickPost fÃŒr [_2]</a> - Ziehen Sie diesen Link in die Lesezeichenleiste Ihres Browsers und klicken Sie darauf, wenn Sie sich auf einer Website befinden, ÃŒber die Sie bloggen möchten.', 1847 1848 'Auto-saving...' => 'Autospeichern...', 1848 1849 'Last auto-save at [_1]:[_2]:[_3]' => 'Zuletzt automatisch gespeichert um [_1]:[_2]:[_3]', 1849 'None selected' => 'Keine ausgewÀhlt',1850 'None selected' => 'Keine', 1850 1851 1851 1852 ## tmpl/cms/system_check.tmpl … … 1855 1856 'Active Users' => 'Aktive Benutzer', 1856 1857 'Users who have logged in within 90 days are considered <strong>active</strong> in Movable Type license agreement.' => 'Benutzer, die sich innerhalb der letzten 90 Tage eingeloggt haben, gelten nach den Movable Type-Lizenzbedingungen als <strong>aktiv</strong>.', 1857 'Movable Type could not find the script named \'mt-check.cgi\'. To resolve this issue, please ensure that the mt-check.cgi script exists and/or the CheckScript configuration parameter references it properly.' => 'Movable Type konnte die Datei \'mt-check.cgi\' nicht finden. Stellen Sie sicher, daà die Datei vorhanden ist und MTCheckScript die richtigen Pfadangaben enthÀlt.', # Translate - New # OK1858 'Movable Type could not find the script named \'mt-check.cgi\'. To resolve this issue, please ensure that the mt-check.cgi script exists and/or the CheckScript configuration parameter references it properly.' => 'Movable Type konnte die Datei \'mt-check.cgi\' nicht finden. Stellen Sie sicher, daà die Datei vorhanden ist und MTCheckScript die richtigen Pfadangaben enthÀlt.', 1858 1859 1859 1860 ## tmpl/cms/import.tmpl 1860 'You must select a blog to import.' => 'WÀhlen Sie ein zu importierendes Blog.',1861 'Transfer weblog entries into Movable Type from other Movable Type installations or even other blogging tools or export your entries to create a backup or copy.' => 'Mit der Import/Export-Funktionen können EintrÀge aus anderen Movable Type-Installationen oder aus anderen Weblog-Systemen ÃŒbernommen und bestehende EintrÀgein einem Austauschformat gesichert werden.',1862 'Blog to Import' => ' Zu importierendes Blog',1863 'Select a blog to import.' => 'WÀhlen Sie das zu importierende Blog',1864 'Select blog' => ' Weblog wÀhlen',1861 'You must select a blog to import.' => 'WÀhlen Sie, in welches Blog importiert werden soll', 1862 'Transfer weblog entries into Movable Type from other Movable Type installations or even other blogging tools or export your entries to create a backup or copy.' => 'Mit der Import/Export-Funktionen können EintrÀge aus anderen Movable Type-Installationen oder aus anderen Weblog-Systemen ÃŒbernommen werden. Bestehende EintrÀge können in einem Austauschformat gesichert werden.', 1863 'Blog to Import' => 'Importziel', 1864 'Select a blog to import.' => 'WÀhlen Sie, in welches Blog importiert werden soll', 1865 'Select blog' => 'Blog wÀhlen', 1865 1866 'Importing from' => 'Importieren aus', 1866 1867 'Ownership of imported entries' => 'Besitzer importierter EintrÀge', … … 1884 1885 1885 1886 ## tmpl/cms/cfg_system_feedback.tmpl 1886 'System: Feedback Settings' => 'System weiteFeedback-Einstellungen',1887 'System: Feedback Settings' => 'System: Feedback-Einstellungen', 1887 1888 'Your feedback preferences have been saved.' => 'Ihre Feedback-Einstellungen wurden gespeichert.', 1888 1889 'Feedback: Master Switch' => 'Feedback-Hauptschalter', … … 1890 1891 'Disable comments for all blogs' => 'Kommentare fÃŒr alle Blogs deaktivieren', 1891 1892 'Disable TrackBacks for all blogs' => 'TrackBacks fÃŒr alle Blogs deaktivieren', 1892 'Outbound Notifications' => ' AusgehendeBenachrichtigungen',1893 'Notification pings' => 'Benachrichtigungs- Pings',1893 'Outbound Notifications' => 'Benachrichtigungen', 1894 'Notification pings' => 'Benachrichtigungs- Pings', 1894 1895 'This feature allows you to disable sending notification pings when a new entry is created.' => 'Mit dieser Funktion können Sie die automatische Versendung von Benachrichtigungs-Pings bei Veröffentlichung eines neuen Eintrags unterbinden.', 1895 'Disable notification pings for all blogs' => ' Benachrichtigungs-Pings fÃŒr alle Blogs deaktivieren',1896 'Outbound TrackBacks' => ' Ausgehende TrackBacks',1897 'Limit outbound TrackBacks and TrackBack auto-discovery for the purposes of keeping your installation private.' => 'SchrÀnken Sie ausgehendeTrackBacks und TrackBack Auto-Discovery auf bestimmte Sites ein, um diese Movable Type-Installation nichtöffentlich zu halten.',1896 'Disable notification pings for all blogs' => 'Versendung von Benachrichtigungs-Pings fÃŒr alle Blogs deaktivieren', 1897 'Outbound TrackBacks' => 'TrackBack-Versand', 1898 'Limit outbound TrackBacks and TrackBack auto-discovery for the purposes of keeping your installation private.' => 'SchrÀnken Sie den Versand von TrackBacks und TrackBack Auto-Discovery auf bestimmte Sites ein, um diese Movable Type-Installation nichtöffentlich zu halten.', 1898 1899 'Allow to any site' => 'Zu allen Sites', 1899 1900 'Disabled' => 'Deaktiviert', 1900 '(No outbound TrackBacks)' => '(Kein e ausgehenden TrackBacks)',1901 '(No outbound TrackBacks)' => '(Kein TrackBack-Versand)', 1901 1902 'Only allow to blogs on this installation' => 'Nur zu Blogs dieser Installation', 1902 1903 'Only allow the sites on the following domains:' => 'Nur zu Sites auf folgenden Domains:', … … 1932 1933 'Custom Index Template' => 'Individuelle Indexvorlage', 1933 1934 'Output File' => 'Ausgabedatei', 1934 'Publish Options' => 'Veröffentlichungs optionen',1935 'Publish Options' => 'Veröffentlichungs- optionen', 1935 1936 'Enable dynamic publishing for this template' => 'Vorlage dynamisch veröffentlichen', 1936 'Publish this template automatically when rebuilding index templates' => 'Diese Vorlage bei Neu veröffentlichungvon Indexvorlagen automatisch veröffentlichen',1937 'Publish this template automatically when rebuilding index templates' => 'Diese Vorlage bei Neuaufbau von Indexvorlagen automatisch veröffentlichen', 1937 1938 'Link to File' => 'Mit Datei verlinken', 1938 1939 'Create New Archive Mapping' => 'Neue ArchivverknÃŒpfung einrichten', … … 1954 1955 'Update the status of this comment' => 'Kommentarstatus aktualisieren', 1955 1956 'Approved' => 'Freigeschaltet', 1956 'Unapproved' => 'N och nicht freigeschaltet',1957 'Unapproved' => 'Nicht freigeschaltet', 1957 1958 'Reported as Spam' => 'Als Spam gemeldet', 1958 1959 'View all comments with this status' => 'Alle Kommentare mit diesem Status anzeigen', … … 1961 1962 'Test' => 'Test', 1962 1963 'Score' => 'Bewertung', 1963 'Results' => ' Ergebnis',1964 'Results' => 'Treffer', 1964 1965 'The name of the person who posted the comment' => 'Name des Kommentarautors', 1965 1966 'Trusted' => 'vertraut', … … 1979 1980 'URL of commenter' => 'URL des Kommentarautors', 1980 1981 'View all comments with this URL' => 'Alle Kommentare mit dieser URL anzeigen', 1981 ' Entry this comment was made on' => 'Eintrag zu diesem Kommentar',1982 ' Entry no longer exists' => 'Eintrag nicht mehr vorhanden',1983 'View all comments on this entry' => 'Alle Kommentare zu diesem Eintrag anzeigen',1982 '[_1] this comment was made on' => '[_1] zum Kommentar', # Translate - New # OK 1983 '[_1] no longer exists' => '[_1] existiert nicht mehr', # Translate - New 1984 'View all comments on this [_1]' => 'Alle Kommentare zu diesem Eintrag oder dieser Seite', # Translate - New # OK 1984 1985 'Date' => 'Datum', 1985 1986 'Date this comment was made' => 'Datum, an dem dieser Kommentar abgegeben wurde', … … 2010 2011 2011 2012 ## tmpl/cms/cfg_registration.tmpl 2012 'Registration Settings' => 'Registrierungs einstellungen',2013 'Your blog preferences have been saved.' => ' Ihre Voreinstellungen wurden gespeichert.',2013 'Registration Settings' => 'Registrierungs-Einstellungen', 2014 'Your blog preferences have been saved.' => 'Einstellungen ÃŒbernommen.', 2014 2015 'User Registration' => 'Benutzerregistrierung', 2015 2016 'Allow registration for Movable Type.' => 'Registrierungen bei Movable Type erlauben', … … 2017 2018 'Note: Registration is currently disabled at the system level.' => 'Hinweis: Registrierung derzeit systemweit deaktiviert.', 2018 2019 'Allow Registration' => 'Registrierung erlauben', 2019 'Authentication Methods' => 'Authentifizierungs methoden',2020 'Authentication Methods' => 'Authentifizierungs- methoden', 2020 2021 'Note: You have selected to accept comments from authenticated commenters only but authentication is not enabled. In order to receive authenticated comments, you must enable authentication.' => 'Hinweis: Sie möchten Kommentare nur von authentifizierten Kommentarautoren zulassen. Allerdings haben Sie die Authentifizierung nicht aktiviert.', 2021 'Native' => ' Nativ',2022 'Native' => 'nativ', 2022 2023 'Require E-mail Address for Comments via TypeKey' => 'E-Mail-Adresse fÃŒr Kommentare via TypeKey erfordern', 2023 2024 'If enabled, visitors must allow their TypeKey account to share e-mail address when commenting.' => 'Falls aktiviert, mÃŒssen Leser, die sich zum Kommentieren mit TypeKey anmelden, von TypeKey ihre E-Mail-Adresse ÃŒbermitteln lassen. ', … … 2063 2064 'Upload New File' => 'Neue Datei hochladen', 2064 2065 'Upload New Image' => 'Neues Bild hochladen', 2065 'Reset' => ' ZurÃŒcksetzen',2066 'Reset' => 'zurÃŒcksetzen', 2066 2067 'Asset Name' => 'Assetname', 2067 2068 'Size' => 'GröÃe', … … 2094 2095 2095 2096 ## tmpl/cms/dialog/entry_notify.tmpl 2096 'Send a Notification' => 'Benachrichtigung vers chicken',2097 'Send a Notification' => 'Benachrichtigung versenden', 2097 2098 'You must specify at least one recipient.' => 'Bitte geben Sie mindestens einen EmpfÀnger an.', 2098 2099 'Your blog\'s name, this entry\'s title and a link to view it will be sent in the notification. Additionally, you can add a message, include an excerpt of the entry and/or send the entire entry.' => 'Benachrichtigungen enthalten den Names Ihres Blogs, den Namen des Eintrags und einen Link zum Eintrag. ZusÀtzlich können Sie eine persönliche Nachricht eingeben und den Text des Eintrags oder einen Auszug daraus anhÀngen.', … … 2169 2170 'Your Web services password is currently' => 'Ihr Passwort fÃŒr Webdienste lautet derzeit', 2170 2171 '_WARNING_PASSWORD_RESET_SINGLE' => 'Sie sind dabei, das Passwort von [_1] zurÃŒckzusetzen. Dazu wird ein zufÀllig erzeugtes neues Passwort per E-Mail an [_2] verschickt werden.\n\nForsetzen?', 2171 'This profile has been updated.' => 'Profil aktualisiert .',2172 'This profile has been updated.' => 'Profil aktualisiert', 2172 2173 'A new password has been generated and sent to the email address [_1].' => 'Ein neues Passwort wurde erzeugt und an [_1] verschickt.', 2173 2174 'Movable Type Enterprise has just attempted to disable your account during synchronization with the external directory. Some of the external user management settings must be wrong. Please correct your configuration before proceeding.' => 'Movable Type Enterprise hat wÀhrend der Synchronisation versucht, Ihr Benutzerkonto zu deaktivieren. Das deutet auf einen Fehler in der externen Benutzerverwaltung hin. ÃberprÃŒfen Sie daher die dortigen Einstellungen, bevor Sie Ihre Arbeit in Movable Type forsetzen.', … … 2188 2189 'This word or phrase will be required to recover a forgotten password.' => 'Dieser Ausdruck wird abgefragt, wenn das Passwort vergessen und daher ein neues Passwort angefordert wurde.', 2189 2190 'Preferred language of this user.' => 'Bevorzugte Sprache des Benutzers', 2190 'Text Format' => 'Textformat ',2191 'Text Format' => 'Textformatierung', 2191 2192 'Preferred text format option.' => 'Bevorzugte Formatierungsoption', 2192 2193 '(Use Blog Default)' => '(Standard verwenden)', … … 2198 2199 'For use by Activity feeds and with XML-RPC and Atom-enabled clients.' => 'Erforderlich fÃŒr AktivitÀtsfeeds und fÃŒr externe Software, die ÃŒber XML-RPC oder ATOM-API auf das Weblog zugreift', 2199 2200 'Reveal' => 'Anzeigen', 2200 'System Permissions' => ' Zugriffsrechte',2201 'System Permissions' => 'Berechtigungen', 2201 2202 'Options' => 'Optionen', 2202 'Create personal blog for user' => 'Persönliches Blog anlegen fÃŒr Benutzer',2203 'Create personal blog for user' => 'Persönliches Blog fÃŒr den Benutzer anlegen', 2203 2204 'Create [_1] (s)' => '[_1] anlegen (s)', 2204 2205 '_USAGE_PASSWORD_RESET' => 'Hier können Sie das Passwort dieses Benutzers zurÃŒcksetzen. Dazu wird ein zufÀlliges neues Passwort erzeugt und an <strong>[_1]</strong> verschickt werden.', … … 2229 2230 2230 2231 ## tmpl/cms/login.tmpl 2231 'Your Movable Type session has ended.' => 'Ihre Movable Type-Sitzung ist abgelaufen .',2232 'Your Movable Type session has ended.' => 'Ihre Movable Type-Sitzung ist abgelaufen oder Sie haben sich abgemeldet.', 2232 2233 'Your Movable Type session has ended. If you wish to sign in again, you can do so below.' => 'Ihre Movable Type-Sitzung ist abgelaufen. Unten können Sie sich erneut anmelden.', 2233 2234 'Your Movable Type session has ended. Please sign in again to continue this action.' => 'Ihre Movable Type-Sitzung ist abgelaufen. Bitte melden Sie sich erneut an, um den Vorgang fortzusetzen.', … … 2236 2237 ## tmpl/cms/cfg_archives.tmpl 2237 2238 'Error: Movable Type was not able to create a directory for publishing your blog. If you create this directory yourself, assign sufficient permissions that allow Movable Type to create files within it.' => 'Fehler: Movable Type konnte kein Verzeichnis zur Veröffentlichung Ihres Blogs anlegen. Wenn Sie das Verzeichnis manuell angelegt haben, stellen Sie bitte sicher, daà der Webserver Schreibrechte fÃŒr das Verzeichnis hat.', 2238 'Your blog\'s archive configuration has been saved.' => ' Archivkonfiguration gespeichert.',2239 'Your blog\'s archive configuration has been saved.' => 'Einstellungen ÃŒbernommen', 2239 2240 'You have successfully added a new archive-template association.' => 'Sie haben erfolgreich eine neue VerknÃŒpfung zwischen Archiven und Vorlagen hinzugefÃŒgt.', 2240 2241 'You may need to update your \'Master Archive Index\' template to account for your new archive configuration.' => 'Eventuell mÃŒssen Sie Ihre Vorlage fÃŒr das Archiv-Index aktualisieren, um die neue Archiv-Konfiguration zu ÃŒbernehmen.', 2241 'The selected archive-template associations have been deleted.' => 'Die ausgewÀhlten VerknÃŒpfungen zwischen Archiven und Vorlagen wurden gelöscht.',2242 'You must set your Local Site Path.' => ' Sie mÃŒssen den Pfad Ihres lokalen Verzeichnis festlegen.',2243 'You must set a valid Site URL.' => 'Bitte geben Sie eine gÃŒltige Adresse (URL) an .',2244 'You must set a valid Local Site Path.' => 'Bitte geben Sie ein gÃŒltiges lokales Verzeichnis an .',2242 'The selected archive-template associations have been deleted.' => 'Die gewÀhlten VerknÃŒpfungen zwischen Archiven und Vorlagen wurden gelöscht.', 2243 'You must set your Local Site Path.' => 'Bitte wÀhlen Sie ein Wurzelverzeichnis', 2244 'You must set a valid Site URL.' => 'Bitte geben Sie eine gÃŒltige Adresse (URL) an', 2245 'You must set a valid Local Site Path.' => 'Bitte geben Sie ein gÃŒltiges lokales Verzeichnis an', 2245 2246 'Publishing Paths' => 'System-Pfade', 2246 2247 'Site URL' => 'Webadresse (URL)', … … 2261 2262 'Publishing Options' => 'Veröffentlichungsoptionen', 2262 2263 'Preferred Archive Type' => 'Bevorzugter Archivtyp', 2263 'Used for creating links to an archived entry (permalink). Select from the archive types used in this blogs archive templates.' => ' Zur Erzeugung von Links zu archivierten EintrÀgen (Permalinks). WÀhlen Sie aus den in den Archivvorlagen dieses Blogs aufgefÃŒhrten Archivarten.',2264 'Used for creating links to an archived entry (permalink). Select from the archive types used in this blogs archive templates.' => 'Bestimmt, mit welcher Art Archivseite Permalinks verlinkt werden. Welche Archivarten zur VerfÃŒgung stehen, hÀngt von den verwendeten Vorlagen ab.', 2264 2265 'No archives are active' => 'Archive nicht aktiviert', 2265 'Publishing Method' => 'Veröffentlichungs methode',2266 'Publishing Method' => 'Veröffentlichungs- methode', 2266 2267 'Publish all templates statically' => 'Alle Vorlagen statisch veröffentlichen', 2267 2268 'Publish only Archive Templates dynamically' => 'Nur Archivvorlagen dynamisch veröffentlichen', … … 2281 2282 2282 2283 ## tmpl/cms/cfg_system_users.tmpl 2283 'System: User Settings' => 'System weiteBenutzereinstellungen',2284 'System: User Settings' => 'System: Benutzereinstellungen', 2284 2285 'Your settings have been saved.' => 'Die Einstellungen wurden gespeichert.', 2285 2286 '(No blog selected)' => '(Kein Blog gewÀhlt)', … … 2288 2289 '(None selected)' => '(Kein Blog gewÀhlt)', 2289 2290 'Select a system administrator you wish to notify when commenters successfully registered themselves.' => 'Bestimmen Sie, welcher Systemadministrator benachrichtigt werden soll, wenn ein Kommentarautor sich erfolgreich selbst registriert hat.', 2290 'Allow commenters to register to Movable Type' => ' Kommentarautoren bei Movable Type registrieren lassen',2291 'Allow commenters to register to Movable Type' => 'Falls aktiv, können sich Benutzer bei dieser Movable Type-Installation als Kommentarautor selbst registrieren', 2291 2292 'Notify the following administrators upon registration:' => 'Bei Registrierungen folgende Administratoren benachrichtigen:', 2292 2293 'Select Administrators' => 'Administratoren wÀhlen', 2293 'Clear' => ' ZurÃŒcksetzen',2294 'Clear' => 'zurÃŒcksetzen', 2294 2295 'Note: System Email Address is not set. Emails will not be sent.' => 'Hinweis: System-E-Mail-Adresse nicht konfiguriert. E-Mails können daher nicht verschickt werden.', 2295 2296 'New User Defaults' => 'Voreinstellungen fÃŒr neue Benutzer', … … 2299 2300 'Personal blog clone source' => 'Klonvorlage fÃŒr persönliche Blogs', 2300 2301 'Select a blog you wish to use as the source for new personal blogs. The new blog will be identical to the source except for the name, publishing paths and permissions.' => 'WÀhlen Sie, welches Blog Vorlage fÃŒr persönliche Blogs sein soll. Neue Blogs sind mit den Ausnahmen Name, Pfade und Berechtigungen mit der Vorlage identisch.', 2301 'Change blog' => ' Blog wechseln',2302 'Default Site URL' => 'Standard- Siteadresse (URL)',2302 'Change blog' => 'Anderes Blog wÀhlen', 2303 'Default Site URL' => 'Standard- Webadresse (URL)', 2303 2304 'Define the default site URL for new blogs. This URL will be appended with a unique identifier for the blog.' => 'WÀhlen Sie die Standard-URL fÃŒr neue Weblogs. Dieser URL wird ein individueller Bezeichner fÃŒr jedes Weblog angehÀngt.', 2304 'Default Site Root' => 'Standard- Wurzelverzeichnis',2305 'Default Site Root' => 'Standard- Wurzelverzeichnis', 2305 2306 'Define the default site root for new blogs. This path will be appended with a unique identifier for the blog.' => 'WÀhlen Sie das Standard-Wurzelverzeichnis fÃŒr neue Weblogs. Dem Pfad wird ein individueller Bezeichner fÃŒr jedes Weblog angehÀngt.', 2306 2307 'Default User Language' => 'Standard-Sprache', … … 2339 2340 'UTC-10 (Aleutians-Hawaii Time)' => 'UTC-10 (Aleuten-Hawaii-Zeit)', 2340 2341 'UTC-11 (Nome Time)' => 'UTC-11 (Alaska, Nome-Zeit)', 2341 'Default Tag Delimiter' => 'Standard- Tag-Trennzeichen',2342 'Default Tag Delimiter' => 'Standard- Tag-Trennzeichen', 2342 2343 'Define the default delimiter for entering tags.' => 'WÀhlen Sie das Standard-Trennzeichen fÃŒr die Eingabe von Tags', 2343 2344 2344 2345 ## tmpl/cms/cfg_prefs.tmpl 2345 2346 'Your preferences have been saved.' => 'Die Einstellungen wurden gespeichert.', 2346 'You must set your Blog Name.' => ' Sie haben keinen Blognamen gewÀhlt',2347 'You did not select a timezone.' => ' Sie haben keine Zeitzone ausgewÀhlt.',2347 'You must set your Blog Name.' => 'Bitte geben Sie einen Blognamen an', 2348 'You did not select a timezone.' => 'Bitte wÀhlen Sie einen Zeitzone', 2348 2349 'Name your blog. The blog name can be changed at any time.' => 'Geben Sie Ihrem Blog einen Namen. Der Name kann jederzeit geÀndert werden.', 2349 2350 'Enter a description for your blog.' => 'Geben Sie eine Beschreibung Ihres Blogs ein.', … … 2354 2355 'Remove license' => 'Lizenz entfernen', 2355 2356 'Your blog does not have an explicit Creative Commons license.' => 'FÃŒr dieses Blog liegt keine Creative Commons-Lizenz vor.', 2356 'Select a license' => ' Lizenz wÀhlen',2357 'Select a license' => 'Creative Commons-Lizenz wÀhlen', 2357 2358 2358 2359 ## tmpl/cms/error.tmpl … … 2361 2362 'Permissions for [_1]' => 'Berechtigungen fÃŒr [_1]', 2362 2363 'Group Associations for [_1]' => 'Gruppenzuweisungen fÃŒr [_1]', 2363 'Permissions: System-wide' => 'System weite Zugriffsrechte',2364 'Permissions: System-wide' => 'System: Berechtigungen', 2364 2365 'Users & Groups for [_1]' => 'Benutzer und Gruppen fÃŒr [_1]', 2365 2366 'Users for [_1]' => 'Benutzer fÃŒr [_1]', … … 2367 2368 'permissions' => 'Berechtigungen', 2368 2369 'Remove selected assocations (x)' => 'GewÀhlte Zuweisungen löschen', 2369 'Revoke Permission' => ' Zugriffsrecht enziehen',2370 'Revoke Permission' => 'Berechtigung entziehen', 2370 2371 'The user <em>[_1]</em> is currently disabled.' => 'Das Benutzerkonto von <em>[_1]</em> ist derzeit deaktiviert.', 2371 2372 'The group <em>[_1]</em> is currently disabled.' => 'Die Gruppe <em>[_1]</em> ist derzeit deaktiviert.', 2372 'You have successfully revoked the given permission(s).' => ' Zugriffsrechte erfolgreich entzogen.',2373 'You have successfully granted the given permission(s).' => ' Zugriffsrechte erfolgreich vergeben.',2374 'Grant Permission' => ' Zugriffsrechtevergeben',2373 'You have successfully revoked the given permission(s).' => 'Berechtigungen erfolgreich entzogen', 2374 'You have successfully granted the given permission(s).' => 'Berechtigungen erfolgreich vergeben', 2375 'Grant Permission' => 'Berechtigungen vergeben', 2375 2376 'You can not create associations for disabled users.' => 'Deaktivierte Benutzerkonten können nicht zugewiesen werden.', 2376 2377 'Add [_1] to a blog' => '[_1] zu Blog hinzufÃŒgen', … … 2379 2380 'Assign Role to User' => 'Rolle an Benutzer zuweisen', 2380 2381 'Add a group to this blog' => 'Diesem Blog Gruppe hinzufÃŒgen', 2381 'Grant permission to a group' => ' Zugriffsrechtan Gruppe vergeben',2382 'Grant permission to a user' => ' Zugriffsrechtan Benutzer vergeben',2382 'Grant permission to a group' => 'Berechtigung an Gruppe vergeben', 2383 'Grant permission to a user' => 'Berechtigung an Benutzer vergeben', 2383 2384 'User/Group' => 'Benutzer/Gruppe', 2384 'Created On' => 'Angelegt am/um',2385 'Created On' => 'Angelegt', 2385 2386 2386 2387 ## tmpl/cms/list_comment.tmpl … … 2395 2396 '[_1] on entries created within the last [_2] days' => '[_1] zu EintrÀgen, die in den letzten [_2] Tagen angelegt wurden', 2396 2397 '[_1] on entries created more than [_2] days ago' => '[_1] zu EintrÀgen, die vor mehr als [_2] Tagen angelegt wurden', 2397 '[_1] where [_2] [_3]' => '[_1] bei denen[_2] [_3]',2398 '[_1] where [_2] [_3]' => '[_1] mit [_2] [_3]', 2398 2399 'Publish selected [_1] (a)' => 'GewÀhlte [_1] veröffentlichen', 2399 2400 'Are you sure you want to remove all comments reported as spam?' => 'Wirklich alle als Spam gemeldeten Kommentare löschen?', … … 2401 2402 ## tmpl/cms/rebuilding.tmpl 2402 2403 'Publishing...' => 'Veröffentliche...', 2403 'Publishing [_1]...' => 'Veröffentliche [_1] ...',2404 'Publishing [_1] [_2]...' => 'Veröffentliche [_1] -[_2]',2405 'Publishing [_1] dynamic links...' => 'Veröffentliche [_1] dynamische Links',2406 'Publishing [_1] archives...' => 'Veröffentliche [_1] -Archive',2407 'Publishing [_1] templates...' => 'Veröffentliche [_1] -Vorlagen',2404 'Publishing [_1]...' => 'Veröffentliche [_1]...', 2405 'Publishing [_1] [_2]...' => 'Veröffentliche [_1] [_2]', 2406 'Publishing [_1] dynamic links...' => 'Veröffentliche [_1] (dynamisch)', 2407 'Publishing [_1] archives...' => 'Veröffentliche [_1]...', 2408 'Publishing [_1] templates...' => 'Veröffentliche [_1]...', 2408 2409 2409 2410 ## tmpl/cms/include/template_table.tmpl … … 2424 2425 2425 2426 ## tmpl/cms/include/footer.tmpl 2426 'Dashboard' => ' Dashboard',2427 'Dashboard' => 'Ãbersichtsseite', 2427 2428 'Compose Entry' => 'Eintrag schreiben', 2428 2429 'System Settings' => 'Systemeinstellungen', … … 2450 2451 2451 2452 ## tmpl/cms/include/anonymous_comment.tmpl 2452 'Anonymous Comments' => ' Anonyme Kommentare',2453 'Require E-mail Address for Anonymous Comments' => 'E-Mail-Adresse von anonymen Kommentarautoren verlangen',2454 'If enabled, visitors must provide a valid e-mail address when commenting.' => 'Wenn diese Option aktiv ist, mÃŒssen Kommentarautoren eine gÃŒltige E mail-Adresse angeben.',2453 'Anonymous Comments' => 'Kommentarabgabe ohne Registrierung zulassen', 2454 'Require E-mail Address for Anonymous Comments' => 'E-Mail-Adresse von nicht registrierten Kommentarautoren verlangen', 2455 'If enabled, visitors must provide a valid e-mail address when commenting.' => 'Wenn diese Option aktiv ist, mÃŒssen Kommentarautoren eine gÃŒltige E-Mail-Adresse angeben.', 2455 2456 2456 2457 ## tmpl/cms/include/header.tmpl … … 2460 2461 'Create a new blog' => 'Neues Blog anlegen', 2461 2462 'Write Entry' => 'Eintrag schreiben', 2462 'Blog Dashboard' => ' Blog-Dashboard',2463 'Blog Dashboard' => 'Ãbersichtsseite', 2463 2464 'View Site' => 'Ansehen', 2464 2465 'Search (q)' => 'Suche (q)', … … 2515 2516 'Compact' => 'Kompakt', 2516 2517 'Expanded' => 'Erweitert', 2517 'Action Bar' => 'MenÃŒ leiste',2518 'Date Format' => ' Datumsformat',2519 'Relative' => 'Relativ (z.B. "Vor 20 Minuten")',2518 'Action Bar' => 'MenÃŒ- leiste', 2519 'Date Format' => 'Zeit- angaben', 2520 'Relative' => 'Relativ', 2520 2521 'Full' => 'Absolut', 2521 2522 2522 2523 ## tmpl/cms/include/cfg_content_nav.tmpl 2523 2524 'Registration' => 'Registrierung', 2524 'Web Services' => 'Web -Dienste',2525 'Web Services' => 'Webdienste', 2525 2526 2526 2527 ## tmpl/cms/include/blog_table.tmpl … … 2575 2576 2576 2577 ## tmpl/cms/include/backup_start.tmpl 2577 'Tools: Backup' => 'Tools: Sicherung', 2578 'Backing up Movable Type' => 'Eine Sicherungskopie von Movable Type erstellen', 2578 'Backing up Movable Type' => 'Erstelle Sicherung', 2579 2579 2580 2580 ## tmpl/cms/include/commenter_table.tmpl … … 2602 2602 ## tmpl/cms/include/log_table.tmpl 2603 2603 'No log records could be found.' => 'Keine ProtokolleintrÀge gefunden', 2604 'Log Message' => ' Protokolleintrag',2605 '_LOG_TABLE_BY' => ' Nach',2604 'Log Message' => 'Eintrag', 2605 '_LOG_TABLE_BY' => 'Von', 2606 2606 'IP: [_1]' => 'IP: [_1]', 2607 2607 '[_1]' => '[_1]', … … 2618 2618 2619 2619 ## tmpl/cms/list_blog.tmpl 2620 'You have successfully deleted the blogs from the Movable Type system.' => ' Die Weblogs wurden erfolgreich aus dem System gelöscht.',2620 'You have successfully deleted the blogs from the Movable Type system.' => 'Blog(s) erfolgreich gelöscht', 2621 2621 'Create Blog' => 'Blog anlegen', 2622 2622 'Delete selected blogs (x)' => 'GewÀhlte Blogs löschen (x)', … … 2636 2636 2637 2637 ## tmpl/cms/list_author.tmpl 2638 'Users: System-wide' => 'System weiteBenutzerkonten',2639 '_USAGE_AUTHORS_LDAP' => 'Eine Liste aller Benutzerkonten dieser Movable Type-Installation. Durch Anklicken eines Namens können Sie die Zugriffsrechtedes jeweiligen Benutzers festlegen. Um ein Benutzerkonto zu sperren, wÀhlen Sie das KontrollkÀstchen neben dem entsprechenden Namen an und klicken Sie auf DEAKTIVIEREN. Der jeweilige Benutzer kann sich dann nicht mehr an Movable Type anmelden.',2638 'Users: System-wide' => 'System: Benutzerkonten', 2639 '_USAGE_AUTHORS_LDAP' => 'Eine Liste aller Benutzerkonten dieser Movable Type-Installation. Durch Anklicken eines Namens können Sie die Berechtigungen des jeweiligen Benutzers festlegen. Um ein Benutzerkonto zu sperren, wÀhlen Sie das KontrollkÀstchen neben dem entsprechenden Namen an und klicken Sie auf DEAKTIVIEREN. Der jeweilige Benutzer kann sich dann nicht mehr an Movable Type anmelden.', 2640 2640 'You have successfully disabled the selected user(s).' => 'GewÀhlte Benutzerkonten erfolgreich deaktiviert', 2641 2641 'You have successfully enabled the selected user(s).' => 'GewÀhlte Benutzerkonten erfolgreich aktiviert', … … 2647 2647 'Enable selected users (e)' => 'GewÀhlte Benutzerkonten aktivieren (e)', 2648 2648 '_USER_ENABLE' => 'Aktivieren', 2649 '_NO_SUPERUSER_DISABLE' => 'Sie sind Verwalter dieser Movable Type-Installation. Sie können daher nicht Ihr eigenes Benutzerkonto deaktivieren.',2649 '_NO_SUPERUSER_DISABLE' => 'Sie können Ihr eigenes Benutzerkonto nicht deaktivieren, da Sie Verwalter dieser Movable Type-Installation sind.', 2650 2650 'Disable selected users (d)' => 'GewÀhlte Benutzerkonten deaktivieren (d)', 2651 2651 '_USER_DISABLE' => 'Deaktivieren', 2652 'Showing All Users' => 'Zeige alle Benutzer', # Translate - New # OK2652 'Showing All Users' => 'Zeige alle Benutzer', 2653 2653 2654 2654 ## tmpl/cms/popup/rebuilt.tmpl 2655 2655 'Success' => 'Erfolg', 2656 2656 'All of your files have been published.' => 'Alle Dateien veröffentlicht.', 2657 'Your [_1] archives have been published.' => '[_1] -Archiveveröffentlicht',2657 'Your [_1] archives have been published.' => '[_1] veröffentlicht', 2658 2658 'Your [_1] templates have been published.' => '[_1]-Vorlagen veröffentlicht', 2659 2659 'View your site.' => 'Site ansehen', … … 2663 2663 2664 2664 ## tmpl/cms/popup/rebuild_confirm.tmpl 2665 'Publish [_1]' => 'Veröffentliche [_1]', # Translate - New # OK2665 'Publish [_1]' => 'Veröffentliche [_1]', 2666 2666 'Publish <em>[_1]</em>' => '<em>[_1]</em> veröffentlichen', 2667 2667 '_REBUILD_PUBLISH' => 'Veröffentlichen', … … 2669 2669 'Index Template: [_1]' => 'Index-Vorlagen: [_1]', 2670 2670 'Only Indexes' => 'Nur Indizes', 2671 'Only [_1] Archives' => 'Nur [_1]-Archive',2671 'Only [_1] Archives' => 'Nur Archive: [_1]', 2672 2672 'Publish (s)' => 'Veröffentlichen (s)', 2673 2673 … … 2680 2680 'Your [_1] has been deleted from the database.' => '[_1] aus Datenbank gelöscht.', 2681 2681 'Go back' => 'ZurÃŒck', 2682 'tag (exact match)' => 'Tag (genau er Treffer)',2683 'tag (fuzzy match)' => 'Tag (unscharf er Treffer)',2682 'tag (exact match)' => 'Tag (genau)', 2683 'tag (fuzzy match)' => 'Tag (unscharf)', 2684 2684 'published' => 'veröffentlicht', 2685 2685 'unpublished' => 'nicht veröffentlicht', 2686 2686 'scheduled' => 'zeitgeplant', 2687 'Select A User:' => 'Benutzerkonto auswÀhlen:',2687 'Select A User:' => 'Benutzerkonto wÀhlen... ', 2688 2688 'User Search...' => 'Benutzer suchen...', 2689 2689 'Recent Users...' => 'Letzte Benutzer...', … … 2700 2700 2701 2701 ## tmpl/cms/view_log.tmpl 2702 'The activity log has been reset.' => ' Das AktivitÀtsprotokoll wurde zurÃŒckgesetzt.',2702 'The activity log has been reset.' => 'AktivitÀtsprotokoll zurÃŒckgesetzt', 2703 2703 'All times are displayed in GMT[_1].' => 'Alle Zeiten in GMT[_1]', 2704 2704 'All times are displayed in GMT.' => 'Alle Zeiten in GMT', … … 2712 2712 'Are you sure you want to reset the activity log?' => 'AktivitÀtsprotokoll wirklich zurÃŒcksetzen?', 2713 2713 'Showing all log records' => 'Alle EintrÀge', 2714 'Showing log records where' => 'EintrÀge bei denen',2715 'Show log records where' => 'Zeige EintrÀge bei denen',2716 'level' => ' Level',2714 'Showing log records where' => 'EintrÀge mit', 2715 'Show log records where' => 'Zeige EintrÀge mit', 2716 'level' => 'Art', 2717 2717 'classification' => 'Thema', 2718 2718 'Security' => 'Sicherheit', … … 2726 2726 2727 2727 ## tmpl/cms/list_tag.tmpl 2728 'Your tag changes and additions have been made.' => 'Tag-Ãnderungen ÃŒbernommen .',2729 'You have successfully deleted the selected tags.' => 'Markierte Tags erfolgreich gelöscht .',2728 'Your tag changes and additions have been made.' => 'Tag-Ãnderungen ÃŒbernommen', 2729 'You have successfully deleted the selected tags.' => 'Markierte Tags erfolgreich gelöscht', 2730 2730 'tag' => 'Tag', 2731 2731 'tags' => 'Tags', 2732 'Specify new name of the tag.' => 'Geben Sie den neuen Tagnamen an .',2733 'Tag Name' => ' Tagname',2732 'Specify new name of the tag.' => 'Geben Sie den neuen Tagnamen an', 2733 'Tag Name' => 'Name des Tags', 2734 2734 'Click to edit tag name' => 'Klicken, um Tagname zu bearbeiten', 2735 2735 'Rename [_1]' => '[_1] umbenennen', … … 2750 2750 2751 2751 ## tmpl/cms/list_category.tmpl 2752 'Your [_1] changes and additions have been made.' => ' [_1]-Ãnderungen erfolgreich durchgefÃŒhrt.',2753 'You have successfully deleted the selected [_1].' => ' GewÀhlte [_1] erfolgreich gelöscht.',2754 'Create new top level [_1]' => 'Neue Haupt -[_1] anlegen',2755 'New Parent [_1]' => 'Neue Mutter -[_1]',2752 'Your [_1] changes and additions have been made.' => 'Ãnderungen ÃŒbernommen.', 2753 'You have successfully deleted the selected [_1].' => 'Ãnderungen ÃŒbernommen.', 2754 'Create new top level [_1]' => 'Neue Haupt[_1] anlegen', 2755 'New Parent [_1]' => 'Neue Mutter[_1]', 2756 2756 'Top Level' => 'Hauptebene', 2757 2757 'Collapse' => 'Einklappen', … … 2762 2762 2763 2763 ## tmpl/cms/setup_initial_blog.tmpl 2764 'Create Your First Blog' => ' Legen Sie Ihr erstes Blog an',2764 'Create Your First Blog' => 'Das erste Blog anlegen', 2765 2765 'The blog name is required.' => 'Blog-Name erforderlich.', 2766 2766 'The blog URL is required.' => 'Blog-URL erforderlich.', 2767 2767 'The publishing path is required.' => 'Pfadangabe erforderlich.', 2768 2768 'The timezone is required.' => 'Zeitzone erforderlich.', 2769 'In order to properly publish your blog, you must provide Movable Type with your blog\'s URL and the path on the filesystem where its files should be published.' => 'Damit Ihr Blog ordnungsgemÀÃg veröffentlicht werden kann, geben Sie bitte die Webadresse (URL) und den Dateisystempfad an, in denen Movable Type die erforderlich Dateien ablegen soll.',2769 'In order to properly publish your blog, you must provide Movable Type with your blog\'s URL and the path on the filesystem where its files should be published.' => 'Damit Ihr Blog veröffentlicht werden kann, geben Sie bitte die Webadresse (URL), unter der der Blog erscheinen soll, und den Pfad im Dateisystem, unter dem Movable Type die Dateien dieses Blog ablegen soll, an.', 2770 2770 'My First Blog' => 'Mein erstes Blog', 2771 2771 'Publishing Path' => 'Veröffentlichungspfad', 2772 'Your \'Publishing Path\' is the path on your web server\'s file system where Movable Type will publish all the files for your blog. Your web server must have write access to this directory.' => 'Der Veröffentlichungspfad ist der Pfad auf Ihrem Webserver, in dem Movable Type die fÃŒr Ihren Blog erforderlichen Dateienablegt.',2772 'Your \'Publishing Path\' is the path on your web server\'s file system where Movable Type will publish all the files for your blog. Your web server must have write access to this directory.' => 'Der Veröffentlichungspfad ist der Pfad auf Ihrem Webserver, in dem Movable Type die Dateien dieses Blogs ablegt.', 2773 2773 'Finish install (s)' => 'Installation abschlieÃen (s)', 2774 2774 'Finish install' => 'Installation abschlieÃen', … … 2800 2800 'Note: TrackBacks are currently disabled at the system level.' => 'Hinweis: TrackBacks sind derzeit im Gesamtsystem deaktiviert.', 2801 2801 'Accept TrackBacks' => 'TrackBacks zulassen', 2802 'If enabled, TrackBacks will be accepted from any source.' => ' Legt fest, ob TrackBacks von allen Quellen zugelassen sind',2802 'If enabled, TrackBacks will be accepted from any source.' => 'Falls aktiviert, werden TrackBacks akzeptiert', 2803 2803 'TrackBack Policy' => 'TrackBack-Regeln', 2804 2804 'Moderation' => 'Moderation', … … 2810 2810 'Specify when Movable Type should notify you of new TrackBacks if at all.' => 'Legt fest, ob und wann Sie bei neuen TrackBacks benachrichtigt werden', 2811 2811 'On' => 'Immer', 2812 'Only when attention is required' => 'Nur wenn ich etwas machen muss',2812 'Only when attention is required' => 'Nur wenn eine Entscheidung erforderlich ist', 2813 2813 'Off' => 'Nie', 2814 2814 'TrackBack Options' => 'TrackBack-Optionen', … … 2836 2836 'Search for other TrackBacks with this status' => 'Weitere TrackBacks mit diesem Status suchen', 2837 2837 'Target Entry' => 'Zieleintrag', 2838 'Entry no longer exists' => 'Eintrag nicht mehr vorhanden', 2838 2839 'No title' => 'Kein Name', 2839 2840 'View all TrackBacks on this entry' => 'Alle TrackBacks bei diesem Eintrag anzeigen', 2840 'Target Category' => 'Zielkategorie', # Translate - New # OK2841 'Target Category' => 'Zielkategorie', 2841 2842 'Category no longer exists' => 'Kategorie nicht mehr vorhanden', 2842 2843 'View all TrackBacks on this category' => 'Alle TrackBacks in dieser Kategorie anzeigen', … … 2847 2848 2848 2849 ## tmpl/cms/cfg_plugin.tmpl 2849 'System Plugin Settings' => 'System weite Plugin-Einstellungen', # Translate - New # OK2850 'System Plugin Settings' => 'System: Plugin-Einstellungen', 2850 2851 'http://www.sixapart.com/pronet/plugins/' => 'http://www.sixapart.com/pronet/plugins/', 2851 2852 'Find Plugins' => 'Weitere Plugins', 2852 'Plugin System' => 'Plugin-System', # Translate - New # OK2853 'Manually enable or disable plugin-system functionality. Re-enabling plugin-system functionality, will return all plugins to their original state.' => 'Das Plugin-System kann manuell aktiviert oder deaktiviert werden. Reaktivierung der Plugin-Funktion setzt alle Plugins in ihren Ausgangszustand zurÃŒck.', # Translate - New # OK2854 'Disable plugin functionality' => 'Plugin-Funktion deaktivieren', # Translate - New # OK2853 'Plugin System' => 'Plugin-System', 2854 'Manually enable or disable plugin-system functionality. Re-enabling plugin-system functionality, will return all plugins to their original state.' => 'Das Plugin-System kann manuell aktiviert oder deaktiviert werden. Reaktivierung der Plugin-Funktion setzt alle Plugins in ihren Ausgangszustand zurÃŒck.', 2855 'Disable plugin functionality' => 'Plugin-Funktion deaktivieren', 2855 2856 'Disable Plugins' => 'Plugins deaktivieren', 2856 'Enable plugin functionality' => 'Plugin-Funktion aktivieren', # Translate - New # OK2857 'Enable plugin functionality' => 'Plugin-Funktion aktivieren', 2857 2858 'Enable Plugins' => 'Plugins aktivieren', 2858 'Your plugin settings have been saved.' => ' Ihre Plugins-Einstellungen wurden gespeichert.',2859 'Your plugin settings have been reset.' => ' Ihre Plugin-Einstellungen wurden zurÃŒckgesetzt.',2860 'Your plugins have been reconfigured. Since you\'re running mod_perl, you will need to restart your web server for these changes to take effect.' => ' Ihre Plugins wurden neu konfiguriert. Da Sie mod_perl verwenden, mÃŒssen Sie Ihren Webserver neu starten, damit die Ãnderungen wirksam werden.',2861 'Your plugins have been reconfigured.' => ' Ihre Plugins wurden neu konfiguriert.',2859 'Your plugin settings have been saved.' => 'Plugin-Einstellungen ÃŒbernommen', 2860 'Your plugin settings have been reset.' => 'Plugin-Einstellungen zurÃŒckgesetzt', 2861 'Your plugins have been reconfigured. Since you\'re running mod_perl, you will need to restart your web server for these changes to take effect.' => 'Einstellungen ÃŒbernommen. Da Sie mod_perl verwenden, mÃŒssen Sie Ihren Webserver neu starten, damit die Ãnderungen wirksam werden.', 2862 'Your plugins have been reconfigured.' => 'Einstellungen ÃŒbernommen', 2862 2863 'Are you sure you want to reset the settings for this plugin?' => 'Wollen Sie die Plugin-Einstellungen wirklich zurÃŒcksezten?', 2863 'Are you sure you want to disable plugin functionality?' => 'Plugin-Funktion wirklich deaktivieren?', # Translate - New # OK2864 'Disable this plugin?' => ' DiesesPlugin deaktivieren?',2865 'Are you sure you want to enable plugin functionality? (This will re-enable any plugins that have were not individually disabled.)' => 'Plugin-Funktion wirklich aktivieren? (Plugins, die nicht individuell deaktiviert wurden, werden dabei wieder aktiviert.)', # Translate - New # OK2866 'Enable this plugin?' => ' DiesesPlugin aktivieren?',2864 'Are you sure you want to disable plugin functionality?' => 'Plugin-Funktion wirklich deaktivieren?', 2865 'Disable this plugin?' => 'Plugin deaktivieren?', 2866 'Are you sure you want to enable plugin functionality? (This will re-enable any plugins that were not individually disabled.)' => 'Plugin-Funktion wirklich aktivieren? (Reaktiviert alle Plugins, die nicht separat deaktiviert worden sind.)', # Translate - New # OK 2867 'Enable this plugin?' => 'Plugin aktivieren?', 2867 2868 'Failed to Load' => 'Fehler beim Laden', 2868 2869 '(Disable)' => '(Deaktivieren)', … … 2873 2874 'Plugin error:' => 'Plugin-Fehler:', 2874 2875 'Info' => 'Info', 2875 'Resources' => 'Res ourcen',2876 'Resources' => 'Ressourcen', 2876 2877 'Run [_1]' => '[_1] ausfÃŒhren', 2877 2878 'Documentation for [_1]' => 'Dokumentation zu [_1]', 2878 2879 'Documentation' => 'Dokumentation', 2879 2880 'More about [_1]' => 'Mehr ÃŒber [_1]', 2880 'Plugin Home' => 'Plugin- Hauptseite',2881 'Plugin Home' => 'Plugin-Website', 2881 2882 'Author of [_1]' => 'Autor von [_1]', 2882 2883 'Tags:' => 'Tags:', 2883 2884 'Tag Attributes:' => 'Tag-Attribute:', 2884 'Text Filters' => 'Text -Filter',2885 'Junk Filters:' => 'Junk -Filter',2886 'Reset to Defaults' => ' Standardwerte setzen',2887 'No plugins with blog-level configuration settings are installed.' => 'Es sind keine Plugins installiert, die Einstellungen auf Blogebene erfordern.', # Translate - New # OK2885 'Text Filters' => 'Textfilter', 2886 'Junk Filters:' => 'Junkfilter', 2887 'Reset to Defaults' => 'Voreinstellungen', 2888 'No plugins with blog-level configuration settings are installed.' => 'Es sind keine Plugins installiert, die Einstellungen auf Blogebene erfordern.', 2888 2889 'No plugins with configuration settings are installed.' => 'Es sind keine Plugins installiert, die Einstellungen erfordern.', 2889 2890 2890 2891 ## tmpl/cms/edit_folder.tmpl 2891 2892 'Edit Folder' => 'Ordner bearbeiten', 2892 'Your folder changes have been made.' => ' Die Ãnderungen wurden gespeichert.',2893 'Your folder changes have been made.' => 'Ãnderungen gespeichert', 2893 2894 'You must specify a label for the folder.' => 'Sie mÃŒssen diesem Ordner eine Bezeichnung geben', 2894 2895 'Label' => 'Bezeichnung', 2895 2896 2896 2897 ## tmpl/cms/backup.tmpl 2897 'What to backup' => ' Was sichern?',2898 'What to backup' => 'Umfang der Sicherung', 2898 2899 'This option will backup Users, Roles, Associations, Blogs, Entries, Categories, Templates and Tags.' => 'Hier können Sie eine Sicherungskopie Ihrer Blogs erstellen. Sicherungen umfassen Benutzerkonten, Rollen, VerknÃŒpfungen, Blogs, EintrÀge, Kategoriedefinitionen, Vorlagen und Tags.', 2899 'Everything' => ' Alles',2900 'Everything' => 'Mit allen Blogs', 2900 2901 'Choose blogs...' => 'Blogs wÀhlen...', 2901 2902 'Archive Format' => 'Archivformat', … … 2904 2905 'zip' => 'ZIP', 2905 2906 'Don\'t compress' => 'Nicht komprimieren', 2906 'Target File Size' => ' ZielgröÃe',2907 'Target File Size' => 'GewÃŒnschte DateigröÃe ', 2907 2908 'Approximate file size per backup file.' => 'UngefÀhre GröÃe pro Backupdatei (MB)', 2908 'Don\'t Divide' => ' Nicht aufteilen',2909 'Don\'t Divide' => 'Sicherungsdatei nicht aufteilen', 2909 2910 'Make Backup (b)' => 'Sicherung erstellen (b)', 2910 2911 'Make Backup' => 'Sicherung erstellen', … … 2913 2914 'Web Services Settings' => 'Webdienste-Einstellungen', 2914 2915 'Six Apart Services' => 'Six Apart-Dienste', 2915 'Your TypeKey token is used to access Six Apart services like its free Authentication service.' => 'Ihr TypeKey-Token ermöglicht Ihnen Zugriff auf von Six Apart angebotene Dienste. Dazu gehören der kostenlose Authentifierzungsdienst TypeKey.',2916 'Your TypeKey token is used to access Six Apart services like its free Authentication service.' => 'Ihr TypeKey-Token ermöglicht Ihnen Zugriff auf von Six Apart angebotene Webdienste. Dazu gehören der kostenlose Authentifierzungsdienst TypeKey.', 2916 2917 'TypeKey is enabled.' => 'TypeKey wird verwendet.', 2917 2918 'TypeKey token:' => 'TypeKey-Token:', … … 2928 2929 'Others:' => 'Andere:', 2929 2930 '(Separate URLs with a carriage return.)' => '(Pro Zeile eine URL)', 2930 'Recently Updated Key' => '"KÃŒrzlich aktualisiert"- SchlÃŒssel',2931 'Recently Updated Key' => '"KÃŒrzlich aktualisiert"- SchlÃŒssel', 2931 2932 'If you have received a recently updated key (by virtue of your purchase), enter it here.' => 'Wenn Sie einen "KÃŒrzlich aktualisiert"-SchlÃŒssel erhalten haben, tragen Sie ihn hier ein.', 2932 2933 … … 2941 2942 'Unlock this category’s output filename for editing' => 'Dateinamen manuell bearbeiten', 2942 2943 'Warning: Changing this category\'s basename may break inbound links.' => 'Achtung: Ãnderungen des Basenames können bestehende externe Links auf diese Kategorieseite ungÃŒltig machen', 2943 'Inbound TrackBacks' => 'TrackBack s (inbound)',2944 'Inbound TrackBacks' => 'TrackBack-Empfang', 2944 2945 'Accept Trackbacks' => 'TrackBacks zulassen', 2945 2946 'If enabled, TrackBacks will be accepted for this category from any source.' => 'Wenn die Option aktiv ist, sind Kategorie-TrackBacks aus allen Quellen zugelassen', … … 2962 2963 2963 2964 ## tmpl/cms/cfg_system_general.tmpl 2964 'System: General Settings' => 'System weiteGrundeinstellungen',2965 'System Email' => 'System- E-Mail-Adresse',2966 'The email address used in the From: header of each email sent from the system. The address is used in password recovery, commenter registration, comment, trackback notification, entry notification and a few other minor events.' => ' Die E-Mail-Adresse, die als Absenderadresse der vom System verschickten E-Mails verwendet werden soll. E-Mails werden vom System verschickt bei Passwortanforderungen, Registrierungen von Kommentarautoren, fÃŒr Benachrichtigungen ÃŒber neue Kommentare, TrackBacks und EintrÀge und ineinigen weiteren FÀllen.',2965 'System: General Settings' => 'System: Grundeinstellungen', 2966 'System Email' => 'System- E-Mail-Adresse', 2967 'The email address used in the From: header of each email sent from the system. The address is used in password recovery, commenter registration, comment, trackback notification, entry notification and a few other minor events.' => 'Geben Sie die E-Mail-Adresse an, die als Absenderadresse der vom System verschickten E-Mails verwendet werden soll. E-Mails werden vom System verschickt bei Passwortanforderungen, Registrierungen von Kommentarautoren, fÃŒr Benachrichtigungen ÃŒber neue Kommentare, TrackBacks und EintrÀge und einigen weiteren FÀllen.', 2967 2968 2968 2969 ## tmpl/cms/dashboard.tmpl 2969 2970 'Select a Widget...' => 'Widget wÀhlen...', 2970 'Your Dashboard has been updated.' => ' Dashboardaktualisiert.',2971 'You have attempted to use a feature that you do not have permission to access. If you believe you are seeing this message in error contact your system administrator.' => 'Sie haben fÃŒr die gewÃŒnschte Funktion keine Zugriffsrechte. Bei Fragen wenden Sie sich bitte an Ihren Systemadministrator.',2972 'Your dashboard is empty!' => 'Ihr Dashboardist leer!',2971 'Your Dashboard has been updated.' => 'Ãbersichtsseite aktualisiert.', 2972 'You have attempted to use a feature that you do not have permission to access. If you believe you are seeing this message in error contact your system administrator.' => 'Sie haben fÃŒr die gewÃŒnschte Funktion keine Berechtigung. Bei Fragen wenden Sie sich bitte an Ihren Systemadministrator.', 2973 'Your dashboard is empty!' => 'Ihre Ãbersichtsseite ist leer!', 2973 2974 2974 2975 ## tmpl/cms/cfg_comments.tmpl … … 2977 2978 'Comment authentication is not available because one of the needed modules, MIME::Base64 or LWP::UserAgent is not installed. Talk to your host about getting this module installed.' => 'Kommentarauthentifizierung ist derzeit nicht möglich, da ein erforderliches Modul nicht installiert ist (MIME::Base64 oder LWP::UserAgent). Bitte wenden Sie sich an Ihren Administrator.', 2978 2979 'Accept Comments' => 'Kommentare zulassen', 2979 'If enabled, comments will be accepted.' => 'Falls aktiviert, werden Kommentare zugelassen .',2980 'Commenting Policy' => 'Kommentierungs -Regeln',2980 'If enabled, comments will be accepted.' => 'Falls aktiviert, werden Kommentare zugelassen', 2981 'Commenting Policy' => 'Kommentierungsregeln', 2981 2982 'Immediately approve comments from' => 'Kommentare automatisch freischalten von', 2982 2983 'Specify what should happen to comments after submission. Unapproved comments are held for moderation.' => 'Geben Sie an, was mit neuen Kommentaren geschehen soll. UngeprÃŒfte Kommentare werden zur Moderierung zurÃŒckgehalten.', 2983 'No one' => ' Niemand',2984 'Trusted commenters only' => ' Nurvon vertrauten Kommentarautoren',2985 'Any authenticated commenters' => ' Von allen authentifizierten Kommentarautoren',2986 'Anyone' => ' Jeder',2984 'No one' => 'niemandem', 2985 'Trusted commenters only' => 'von vertrauten Kommentarautoren', 2986 'Any authenticated commenters' => 'von allen authentifizierten Kommentarautoren', 2987 'Anyone' => 'jedem', 2987 2988 'Allow HTML' => 'HTML zulassen', 2988 2989 'If enabled, users will be able to enter a limited set of HTML in their comments. If not, all HTML will be stripped out.' => 'Wenn die Option aktiv ist, darf HTML in Kommentaren verwendet werden. Andernfalls wird HTML aus Kommentaren automatisch herausgefiltert.', … … 2996 2997 'Specify when Movable Type should notify you of new comments if at all.' => 'Legt fest, ob und wann Movable Type Email-Benachrichtigungen ÃŒber neue Kommentare versendet.', 2997 2998 'Comment Display Options' => 'Anzeigeoptionen', 2998 'Comment Order' => 'Kommentar- Reihenfolge',2999 'Comment Order' => 'Kommentar- reihenfolge', 2999 3000 'Select whether you want visitor comments displayed in ascending (oldest at top) or descending (newest at top) order.' => 'WÀhlen Sie aus, ob Kommentare von Besuchern in aufsteigender (Àltester zuerst) oder absteigender (neuester zuerst) Reihenfolge angezeigt werden sollen.', 3000 3001 'Ascending' => 'Aufsteigend', … … 3007 3008 'No CAPTCHA provider available' => 'Keine CAPTCHA-Quelle verfÃŒgbar', 3008 3009 'No CAPTCHA provider is available in this system. Please check to see if Image::Magick is installed, and CaptchaImageSourceBase directive points to captcha-source directory under mt-static/images.' => 'Keine CAPTCHA-Quelle verfÃŒgbar. Bitte ÃŒberprÃŒfen Sie, ob Image::Magick installiert ist und die CaptchaImageSourceBase-Direktive auf das Captcha-Quellverzeichnis im Ordner mt-static/images verweist.', 3009 'Use Comment Confirmation Page' => ' KommentarbestÀtigungs-Seite verwenden',3010 'Use comment confirmation page' => ' KommentarbestÀtigungsseite',3010 'Use Comment Confirmation Page' => 'Bei Abgabe von Kommentaren BestÀtigungsseite anzeigen', 3011 'Use comment confirmation page' => 'Bei Abgabe von Kommentaren BestÀtigungsseite anzeigen', 3011 3012 3012 3013 ## tmpl/cms/edit_blog.tmpl 3013 3014 'Your blog configuration has been saved.' => 'Ihre Blog-Konfiguration wurde gespeichert.', 3014 'You must set your Site URL.' => ' Sie mÃŒssen Ihre Webadresse (URL) festlegen.',3015 'You must set your Site URL.' => 'Bitte wÀhlen Sie einen Webadresse (URL)', 3015 3016 'Your Site URL is not valid.' => 'Die gewÀhlte Webadresse (URL) ist ungÃŒltig.', 3016 3017 'You can not have spaces in your Site URL.' => 'Die Adresse (URL) darf keine Leerzeichen enthalten.', … … 3057 3058 3058 3059 ## tmpl/cms/cfg_entry.tmpl 3059 'Entry Settings' => 'Eintrags -Einstellungen',3060 'Entry Settings' => 'Eintragsanezeige', 3060 3061 'Display Settings' => 'Anzeige-Einstellungen', 3061 'Entry Listing Default' => ' Reihenfolgen-Einstellungen',3062 'Entry Listing Default' => 'Anzahl', 3062 3063 'Select the number of days of entries or the exact number of entries you would like displayed on your blog.' => 'Geben Sie entweder die gröÃte Zahl EintrÀge an, die auf der Startseite höchstens angezeigt werden sollen, oder die gröÃte Zahl Tage, aus denen dort EintrÀge erscheinen sollen.', 3063 3064 'Days' => 'Tage', 3064 'Entry Order' => ' Eintragsreihenfolge',3065 'Entry Order' => 'Rreihenfolge', 3065 3066 'Select whether you want your entries displayed in ascending (oldest at top) or descending (newest at top) order.' => 'Geben Sie an, ob EintrÀge in chronologischer (Àlteste zuerst) oder umgekehrt chronologischer Reihenfolge (neueste zuerst) angezeigt werden sollen.', 3066 3067 'Excerpt Length' => 'AuszugslÀnge', … … 3086 3087 'Suomi' => 'Finnisch', 3087 3088 'Swedish' => 'Schwedisch', 3088 'Basename Length' => 'Basename -LÀnge',3089 'Basename Length' => 'BasenamelÀnge', 3089 3090 'Specifies the default length of an auto-generated basename. The range for this setting is 15 to 250.' => 'Setzt den Wert fÃŒr den automatisch generierten Basename des Eintrags. Mögliche LÀnge: 15 bis 250.', 3090 3091 'New Entry Defaults' => 'Standardwerte', … … 3097 3098 'Replace Word Chars' => 'Word-Zeichen ersetzen', 3098 3099 'Smart Replace' => 'Smart Replace', 3099 'Replace UTF-8 characters frequently used by word processors with their more common web equivalents.' => ' Von Textverarbeitungen erzeugte UTF-8-Sonderzeichen durch gebrÀuchlichere Ãquivalente ersetzen.',3100 'No substitution' => 'Kein Ersetzung',3100 'Replace UTF-8 characters frequently used by word processors with their more common web equivalents.' => 'Mit dieser Option können von Textverarbeitungen erzeugte UTF-8-Sonderzeichen automatisch durch gebrÀuchlichere Ãquivalente ersetzt werden.', 3101 'No substitution' => 'Keine Zeichen ersetzen', 3101 3102 'Character entities (&#8221;, &#8220;, etc.)' => 'EntitÀten (&#8221;, &#8220; usw.)', 3102 'ASCII equivalents (", \', ..., -, --)' => 'ASCII-Ãquivalente (", \', ..., -, --)',3103 'ASCII equivalents (", \', ..., -, --)' => 'ASCII-Ãquivalente (", \', ..., -, --)', 3103 3104 'Replace Fields' => 'Felder ersetzen', 3104 3105 'Extended entry' => 'Erweiterter Eintrag', 3105 'Default Editor Fields' => 'Standard-E ditorfelder',3106 'Default Editor Fields' => 'Standard-Eingabefelder', 3106 3107 'Editor Fields' => 'Eingabefelder', 3107 3108 '_USAGE_ENTRYPREFS' => 'WÀhlen Sie aus, welche Formularfelder in der Eingabemaske angezeigt werden sollen.', … … 3118 3119 'Regex Match' => 'RegulÀre AusdrÃŒcke verwenden', 3119 3120 'Limited Fields' => 'Felder eingrenzen', 3120 'Date Range' => 'Zeit spanne',3121 'Reported as Spam?' => 'Als Spam melden?',3122 'Search Fields:' => 'Felder durchsuchen:',3121 'Date Range' => 'Zeitraum eingrenzen', 3122 'Reported as Spam?' => 'Als Spam gemeldet?', 3123 'Search Fields:' => 'Felder eingrenzen:', 3123 3124 'Extended Entry' => 'Erweiterter Eintrag', 3124 'E-mail Address' => 'E mail-Addresse',3125 'E-mail Address' => 'E-Mail-Addresse', 3125 3126 'Source URL' => 'Quell-URL', 3126 3127 'Page Body' => 'Seitenkörper', … … 3129 3130 'Output Filename' => 'Ausgabe-Dateiname', 3130 3131 'Linked Filename' => 'Verlinkter Dateiname', 3131 '_DATE_FROM' => 'Von', # Translate - New # OK3132 '_DATE_TO' => 'Bis', # Translate - New # OK3132 '_DATE_FROM' => 'Von', 3133 '_DATE_TO' => 'Bis', 3133 3134 'Successfully replaced [quant,_1,record,records].' => '[quant,_1,Element,Elemente] erfolgreich ersetzt.', 3134 3135 'Showing first [_1] results.' => 'Zeige die ersten [_1] Treffer.', 3135 3136 'Show all matches' => 'Zeige alle Treffer', 3136 '[quant,_1,result,results] found' => '[quant,_1, Ergebnis,Ergebnisse] gefunden',3137 '[quant,_1,result,results] found' => '[quant,_1,Treffer,Treffer] gefunden', 3137 3138 'No entries were found that match the given criteria.' => 'Keine den Kritierien entsprechenden EintrÀge gefunden.', 3138 3139
