|
Revision 1480, 1.6 kB
(checked in by auno, 9 months ago)
|
|
Merged changes from internal. #99460
|
| Line | |
|---|
| 1 | package mixiComment::L10N::de; |
|---|
| 2 | |
|---|
| 3 | use strict; |
|---|
| 4 | use base 'mixiComment::L10N::en_us'; |
|---|
| 5 | use vars qw( %Lexicon ); |
|---|
| 6 | |
|---|
| 7 | %Lexicon = ( |
|---|
| 8 | |
|---|
| 9 | ## plugins/mixiComment/mixiComment.pl |
|---|
| 10 | 'Allows commenters to sign in to Movable Type 4 using their own mixi username and password via OpenID.' => 'Ermöglicht es Kommentarautoren, sich per OpenID mit ihrem mixi-Benutzernamen und -Passwort bei Movable Type 4 anzumelden', |
|---|
| 11 | 'Sign in using your mixi ID' => 'Mit Ihrer mixi-ID anmelden', |
|---|
| 12 | 'Click the button to sign in using your mixi ID' => 'Klicken Sie den Knopf an, um sich mit Ihrer mixi-ID anzumelden', |
|---|
| 13 | 'mixi' => 'mixi', |
|---|
| 14 | |
|---|
| 15 | ## plugins/mixiComment/lib/mixiComment/App.pm |
|---|
| 16 | 'mixi reported that you failed to login. Try again.' => 'Ihre Anmeldung ÃŒber mixi ist fehlgeschlagen. Bitte versuchen Sie es erneut.', |
|---|
| 17 | |
|---|
| 18 | ## plugins/mixiComment/tmpl/config.tmpl |
|---|
| 19 | 'A mixi ID has already been registered in this blog. If you want to change the mixi ID for the blog, <a href="[_1]">click here</a> to sign in using your mixi account. If you want all of the mixi users to comment to your blog (not only your my mixi users), click the reset button to remove the setting.' => 'Es ist bereits eine mixi-ID fÌr Ihr Blog registriert. <a href="[_1]">Klicken Sie hier</a>, um die mixi-ID dieses Blogs zu Àndern. Klicken Sie auf ZurÌcksetzen, um alle mixi-Benutzer kommentieren zu lassen. Derzeit können nur Ihre my mixi-Benutzer kommentieren.', |
|---|
| 20 | 'If you want to restrict comments only from your my mixi users, <a href="[_1]">click here</a> to sign in using your mixi account.' => 'Wenn Sie nur Ihre my mixi-Benutzer kommentieren lassen wollen, <a href="[_1]">klicken Sie hier</a>, um sich mit Ihrer mixi-ID anzumelden.', |
|---|
| 21 | |
|---|
| 22 | ); |
|---|
| 23 | |
|---|
| 24 | 1; |
|---|