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

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

Merged changes from internal. #99460

Line 
1package mixiComment::L10N::es;
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.' => 'Permite a los comentaristas identificarse en Movable Type 4 usando su propio usuario y contraseña de mixi vía OpenID.',
11        'Sign in using your mixi ID' => 'Identifíquese usando su ID de mixi ID',
12        'Click the button to sign in using your mixi ID' => 'Click the button to sign in using your mixi ID',
13        'mixi' => 'mixi',
14
15## plugins/mixiComment/lib/mixiComment/App.pm
16        'mixi reported that you failed to login.  Try again.' => 'mixi informó que falló la identificación. Inténtelo de nuevo.',
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.' => 'Ya se ha registrado un ID de mixi en este blog. Si desea modificar el ID de mixi del blog, <a href="[_1]">haga clic aquí</a> para identificarse en su cuenta de mixi. Si desea que todos los usuarios de mixi puedan comentar en el blog (no solo sus usuarios de my mixi), haga clic en el botón de reiniciar para eliminar la configuración.',
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.' => 'Si desea restringir los comentarios a sus usuarios de my mixi, <a href="[_1]">haga clic aquí</a> para identificarse en su cuenta de mixi.',
21
22);
23
241;
Note: See TracBrowser for help on using the browser.