|
Revision 1480, 1.9 kB
(checked in by auno, 9 months ago)
|
|
Merged changes from internal. #99460
|
| Line | |
|---|
| 1 | package mixiComment::L10N::fr; |
|---|
| 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.' => 'Permet aux auteurs de commentaires de s\'identifier sur Movable Type en utilisant leur nom d\'utilisateur mixi via OpenID.', # Translate - New |
|---|
| 11 | 'Sign in using your mixi ID' => 'S\'identifier en utilisant votre identifiant mixi', # Translate - New |
|---|
| 12 | 'Click the button to sign in using your mixi ID' => 'Cliquez sur le bouton pour vous identifier en utilisant votre identifiant mixi.', # Translate - New |
|---|
| 13 | 'mixi' => 'mixi', # Translate - New |
|---|
| 14 | |
|---|
| 15 | ## plugins/mixiComment/lib/mixiComment/App.pm |
|---|
| 16 | 'mixi reported that you failed to login. Try again.' => 'mixi n\'a pas réussi à vous identifier. Veuillez réessayer.', # Translate - New |
|---|
| 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.' => 'Un ID mixi est déjà enregistré sur ce blog. Si vous souhaitez modifier l\'ID mixi, <a href="[_1]">cliquez ici</a> pour vous identifier en utilisant votre compte mixi. Si vous souhaitez permettre à tous les utilisateurs mixi de commenter sur votre blog (et pas uniquement vos utilisateurs mixi), cliquez sur le bouton de réinitialisation pour retirer les paramÚtres.', # Translate - New |
|---|
| 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 vous souhaitez restreindre les commentaires à uniquement vos utilisateurs mixi, <a href="[_1]">cliquez ici</a> pour vous identifier en utilisant votre compte mixi.', # Translate - New |
|---|
| 21 | |
|---|
| 22 | ); |
|---|
| 23 | |
|---|
| 24 | 1; |
|---|