| 1 | # WidgetManager plugin for Movable Type |
|---|
| 2 | # Author: Byrne Reese, Six Apart (http://www.sixapart.com) |
|---|
| 3 | # Released under the Artistic License |
|---|
| 4 | # |
|---|
| 5 | package WidgetManager::L10N::de; |
|---|
| 6 | |
|---|
| 7 | use strict; |
|---|
| 8 | use base 'WidgetManager::L10N::en_us'; |
|---|
| 9 | use vars qw( %Lexicon ); |
|---|
| 10 | |
|---|
| 11 | ## plugins/WidgetManager/lib/WidgetManager/Plugin.pm |
|---|
| 12 | 'Can\'t find included template widget \'[_1]\'' => 'Kann in Vorlage angegebenes Widget \'[_1]\' nicht finden', |
|---|
| 13 | 'Cloning Widgets for blog...' => 'Klone Widgets fÃŒr Blog...', |
|---|
| 14 | |
|---|
| 15 | ## plugins/WidgetManager/lib/WidgetManager/CMS.pm |
|---|
| 16 | 'Can\'t duplicate the existing \'[_1]\' Widget Manager. Please go back and enter a unique name.' => 'Die Widgetgruppe \'[_1]\' kann nicht dupliziert werden. Bitte wÀhlen Sie einen bisher noch nicht verwendeten Namen.', |
|---|
| 17 | 'Main Menu' => 'HauptmenÌ', |
|---|
| 18 | 'Widget Manager' => 'Widget Manager', |
|---|
| 19 | 'New Widget Set' => 'Neue Widgetgruppe', |
|---|
| 20 | |
|---|
| 21 | ## plugins/WidgetManager/default_widgets/monthly_archive_dropdown.mtml |
|---|
| 22 | 'Select a Month...' => 'Monat auswÀhlen...', |
|---|
| 23 | |
|---|
| 24 | ## plugins/WidgetManager/default_widgets/category_archive_list.mtml |
|---|
| 25 | |
|---|
| 26 | ## plugins/WidgetManager/default_widgets/calendar.mtml |
|---|
| 27 | 'Monthly calendar with links to daily posts' => 'Monatskalender mit Link zu Tagesarchiven', |
|---|
| 28 | 'Sun' => 'So', |
|---|
| 29 | 'Mon' => 'Mo', |
|---|
| 30 | 'Tue' => 'Di', |
|---|
| 31 | 'Wed' => 'Mi', |
|---|
| 32 | 'Thu' => 'Do', |
|---|
| 33 | 'Fri' => 'Fr', |
|---|
| 34 | 'Sat' => 'Sa', |
|---|
| 35 | |
|---|
| 36 | ## plugins/WidgetManager/default_widgets/recent_entries.mtml |
|---|
| 37 | |
|---|
| 38 | ## plugins/WidgetManager/default_widgets/current_author_monthly_archive_list.mtml |
|---|
| 39 | |
|---|
| 40 | ## plugins/WidgetManager/default_widgets/date_based_author_archives.mtml |
|---|
| 41 | 'Author Yearly Archives' => 'JÀhrliche Autorenarchive', |
|---|
| 42 | 'Author Weekly Archives' => 'Wöchentliche Autorenarchive', |
|---|
| 43 | 'Author Daily Archives' => 'TÀgliche Autorenarchive', |
|---|
| 44 | |
|---|
| 45 | ## plugins/WidgetManager/default_widgets/main_index_meta_widget.mtml |
|---|
| 46 | 'This is a custom set of widgets that are conditioned to only appear on the homepage (or "main_index"). More info: [_1]' => 'Dies ist eine spezielle Widgetgrupe, die nur auf der Startseite angezeigt wird.', |
|---|
| 47 | |
|---|
| 48 | ## plugins/WidgetManager/default_widgets/syndication.mtml |
|---|
| 49 | 'Search results matching “<$mt:SearchString$>”' => 'Treffer mit „<$MTSearchString$>“', |
|---|
| 50 | |
|---|
| 51 | ## plugins/WidgetManager/default_widgets/current_category_monthly_archive_list.mtml |
|---|
| 52 | |
|---|
| 53 | ## plugins/WidgetManager/default_widgets/recent_comments.mtml |
|---|
| 54 | '<a href="[_1]">[_2] commented on [_3]</a>: [_4]' => '<a href="[_1]">[_2] meinte zu [_3]</a>: [_4]', |
|---|
| 55 | |
|---|
| 56 | ## plugins/WidgetManager/default_widgets/technorati_search.mtml |
|---|
| 57 | 'Technorati' => 'Technorati', |
|---|
| 58 | '<a href=\'http://www.technorati.com/\'>Technorati</a> search' => '<a href=\'http://www.technorati.com/\'>Technorati</a>-Suche', |
|---|
| 59 | 'this blog' => 'in diesem Blog', |
|---|
| 60 | 'all blogs' => 'in allen Blogs', |
|---|
| 61 | 'Blogs that link here' => 'Blogs, die Links auf diese Seite enthalte', |
|---|
| 62 | |
|---|
| 63 | ## plugins/WidgetManager/default_widgets/monthly_archive_list.mtml |
|---|
| 64 | |
|---|
| 65 | ## plugins/WidgetManager/default_widgets/signin.mtml |
|---|
| 66 | 'You are signed in as ' => 'Sie sind angemeldet als', |
|---|
| 67 | 'You do not have permission to sign in to this blog.' => 'Sie haben keine Berechtigung zur Anmeldung an diesem Blog.', |
|---|
| 68 | |
|---|
| 69 | ## plugins/WidgetManager/default_widgets/pages_list.mtml |
|---|
| 70 | |
|---|
| 71 | ## plugins/WidgetManager/default_widgets/archive_meta_widget.mtml |
|---|
| 72 | 'This is a custom set of widgets that are conditioned to serve different content based upon what type of archive it is included. More info: [_1]' => 'Dies ist eine spezielle Widgetgruppe, die vom jeweiligen Archivtyp abhÀngige Inhalte ausgibt.', |
|---|
| 73 | 'Current Category Monthly Archives' => 'Monatsarchive der aktuellen Kategorie', |
|---|
| 74 | |
|---|
| 75 | ## plugins/WidgetManager/default_widgets/date_based_category_archives.mtml |
|---|
| 76 | 'Category Yearly Archives' => 'JÀhrliche Kategoriearchive', |
|---|
| 77 | 'Category Weekly Archives' => 'Wöchentliche Kategoriearchive', |
|---|
| 78 | 'Category Daily Archives' => 'TÀgliche Kategoriearchive', |
|---|
| 79 | |
|---|
| 80 | ## plugins/WidgetManager/default_widgets/widgets.cfg |
|---|
| 81 | 'About This Page' => 'Ãber diese Seite', |
|---|
| 82 | 'Current Author Monthly Archives' => 'Monatsarchive des aktuellen Autors', |
|---|
| 83 | 'Calendar' => 'Kalendar', |
|---|
| 84 | 'Creative Commons' => 'Creative Commons', |
|---|
| 85 | 'Home Page Widgets' => 'Startseiten-Widgets', |
|---|
| 86 | 'Monthly Archives Dropdown' => 'Monatsarchive (Dropdown)', |
|---|
| 87 | 'Page Listing' => 'SeitenÃŒbersicht', # Translate - New # OK |
|---|
| 88 | 'Powered By' => 'Powered by', |
|---|
| 89 | 'Syndication' => 'Syndizierung', |
|---|
| 90 | 'Technorati Search' => 'Technorati-Suche', |
|---|
| 91 | 'Date-Based Author Archives' => 'Datumsbasierte Autorenarchive', |
|---|
| 92 | 'Date-Based Category Archives' => 'Datumsbasierte Kategoriearchive', |
|---|
| 93 | |
|---|
| 94 | ## plugins/WidgetManager/default_widgets/creative_commons.mtml |
|---|
| 95 | 'This weblog is licensed under a' => 'Dieses Weblog steht unter einer', |
|---|
| 96 | 'Creative Commons License' => 'Creative Commons-Lizenz', |
|---|
| 97 | |
|---|
| 98 | ## plugins/WidgetManager/default_widgets/about_this_page.mtml |
|---|
| 99 | |
|---|
| 100 | ## plugins/WidgetManager/default_widgets/author_archive_list.mtml |
|---|
| 101 | |
|---|
| 102 | ## plugins/WidgetManager/default_widgets/powered_by.mtml |
|---|
| 103 | |
|---|
| 104 | ## plugins/WidgetManager/default_widgets/tag_cloud.mtml |
|---|
| 105 | |
|---|
| 106 | ## plugins/WidgetManager/default_widgets/recent_assets.mtml |
|---|
| 107 | |
|---|
| 108 | ## plugins/WidgetManager/default_widgets/search.mtml |
|---|
| 109 | |
|---|
| 110 | ## plugins/WidgetManager/tmpl/edit.tmpl |
|---|
| 111 | 'Edit Widget Set' => 'Widgetgruppe bearbeiten', |
|---|
| 112 | 'Please use a unique name for this widget set.' => 'Bitte verwenden Sie fÃŒr die Widgetgruppe einen eindeutigen Namen.', |
|---|
| 113 | 'You already have a widget set named \'[_1].\' Please use a unique name for this widget set.' => 'Eine Widgetgruppe namens \'[_1]\' ist bereits vorhanden. Bitte wÀhlen Sie einen Namen, der noch nicht verwendet wurde.', |
|---|
| 114 | 'Your changes to the Widget Set have been saved.' => 'Ãnderungen gespeichert.', |
|---|
| 115 | 'Set Name' => 'Gruppenname', |
|---|
| 116 | 'Drag and drop the widgets you want into the Installed column.' => 'Ziehen Sie die Widgets, die angezeigt werden sollen, in die Spalte \'Installierte Widgets\'. Soll ein Widget nicht mehr angezeigt werden, schieben Sie es zurÃŒck in die Spalte \'VerfÃŒgbare Widgets\'.', |
|---|
| 117 | 'Installed Widgets' => 'Installierte Widgets', |
|---|
| 118 | 'Available Widgets' => 'VerfÃŒgbare Widgets', |
|---|
| 119 | 'Save changes to this widget set (s)' => 'WidgetÀnderungen speichern (s)', |
|---|
| 120 | |
|---|
| 121 | ## plugins/WidgetManager/tmpl/list.tmpl |
|---|
| 122 | 'Widget Sets' => 'Widgetgruppen', |
|---|
| 123 | 'Widget Set' => 'Widgetgruppe', |
|---|
| 124 | 'Delete selected Widget Sets (x)' => 'GewÀhlte Widget-Gruppen löschen', |
|---|
| 125 | 'Helpful Tips' => 'NÃŒtzliche Hinweise', |
|---|
| 126 | 'To add a widget set to your templates, use the following syntax:' => 'Um eine Widgetgruppe in eine Vorlage einzubinden, verwenden Sie folgenden Code:', |
|---|
| 127 | '<strong><$MTWidgetSet name="Name of the Widget Set"$></strong>' => '<strong><$MTWidgetSet name="Name der Widgetgruppe"$></strong>', |
|---|
| 128 | 'Edit Widget Templates' => 'Widgetvorlagen bearbeiten', |
|---|
| 129 | 'Your changes to the widget set have been saved.' => 'Ãnderungen gespeichert.', |
|---|
| 130 | 'You have successfully deleted the selected widget set(s) from your blog.' => 'Widget-Gruppe(n) erfolgreich gelöscht.', |
|---|
| 131 | 'Create Widget Set' => 'Widgetgruppe anlegen', |
|---|
| 132 | 'No Widget Sets could be found.' => 'Keine Widgetgruppen gefunden.', |
|---|
| 133 | |
|---|
| 134 | ## plugins/WidgetManager/WidgetManager.pl |
|---|
| 135 | 'Maintain your blog\'s widget content using a handy drag and drop interface.' => 'Widgets einfach mit der Maus zusammenstellen', |
|---|
| 136 | 'Widgets' => 'Widgets', |
|---|
| 137 | |
|---|
| 138 | ); |
|---|
| 139 | 1; |
|---|
| 140 | |
|---|