Skip to content

Commit

Permalink
Merge pull request datamweb#26 from l-vanel/develop
Browse files Browse the repository at this point in the history
lang: create french ShieldOAuthLang file
  • Loading branch information
datamweb authored Jan 15, 2023
2 parents 05b0a8f + 0d16111 commit 8264340
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions src/Language/fr/ShieldOAuthLang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php

declare(strict_types=1);

/**
* This file is part of Shield OAuth.
*
* (c) Datamweb <pooya_parsa_dadashi@yahoo.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

namespace Datamweb\ShieldOAuth\Language\fr;

// ShieldOAuthLang language file
return [
// Errors List
'unknown' => 'Erreur inconnue!',
'Callback' => [
'oauth_class_not_set' => 'Une erreur s’est produite, il semble que la classe OAuth n’est pas définie.',
'anti_forgery' => 'Votre demande a été détectée comme erronée. Nous sommes désolés!',
],

// ShieldOAuthButton in views
'other' => 'Autre',
'login_by' => 'Connectez-vous avec : ',
'register_by' => 'Inscrivez-vous avec : ',

// Errors List For all OAuth
'Github' => [
'github' => 'Github',
'not_allow' => "Vous ne pouvez pas vous connecter ou vous inscrire avec GitHub maintenant!",
],
'Google' => [
'google' => 'Google',
'not_allow' => "Vous ne pouvez pas vous connecter ou vous inscrire avec Google maintenant!",

],
// 'Yahoo' => [
// 'yahoo' => 'Yahoo',
// 'not_allow' => "Vous ne pouvez pas vous connecter ou vous inscrire avec Yahoo maintenant!",

// ],
];

0 comments on commit 8264340

Please sign in to comment.