root/trunk/mixiComment/plugins/mixiComment/lib/mixiComment/L10N/nl.pm @ 1480

Revision 1480, 1.7 kB (checked in by auno, 9 months ago)

Merged changes from internal. #99460

Line 
1package mixiComment::L10N::nl;
2
3use strict;
4use base 'mixiComment::L10N::en_us';
5use 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.' => 'Laat reageerders zich aanmelden op Movable Type met hun eigen mixi gebruikersnaam en wachtwoord via OpenID.',
11        'Sign in using your mixi ID' => 'Aanmelden met uw mixi ID',
12        'Click the button to sign in using your mixi ID' => 'Klik op de knop om aan te melden met uw mixi ID',
13        'mixi' => 'mixi',
14
15## plugins/mixiComment/lib/mixiComment/App.pm
16        'mixi reported that you failed to login.  Try again.' => 'mixi meldde dat het aanmelden mislukte.  Probeer opnieuw.',
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.' => 'Er werd reeds een mixi ID geregistreerd voor deze blog.  Als u de mixi ID voor de blog wenst aan te passen, <a href="[_1]">klik dan hier</a> om u aan te melden met uw mixi account.  Als u alle mixi gebruikers toestemming wenst te geven op uw blog te reageren (en niet enkel uw eigen mixi gebruikers), klik dan op de resetknop om deze instelling te verwijderen.',
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.' => 'Als u reacties wenst te beperken tot uw eigen mixi gebruikers, <a href="[_1]">klik dan hier</a> om u aan te melden met uw mixi account.',
21
22);
23
241;
Note: See TracBrowser for help on using the browser.