upgrade
This commit is contained in:
5
plugin/card_game/lang/english.php
Normal file
5
plugin/card_game/lang/english.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$strings['openDeckCardGame'] = 'You have won a Chamilo card! Open it to see its contents.';
|
||||
$strings['engageDeckCardGame'] = 'Come back everyday to win new cards.';
|
||||
$strings['cardgameloose'] = 'You already have this piece. Come back tomorrow.';
|
||||
5
plugin/card_game/lang/french.php
Normal file
5
plugin/card_game/lang/french.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$strings['openDeckCardGame'] = 'Tu as gagné une carte Chamilo ! Ouvre-la pour voir son contenu.';
|
||||
$strings['engageDeckCardGame'] = 'Revenez tous les jours pour gagner de nouvelles cartes.';
|
||||
$strings['cardgameloose'] = 'Vous avez déja cette pièce. Revenez demain.';
|
||||
5
plugin/card_game/lang/spanish.php
Normal file
5
plugin/card_game/lang/spanish.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$strings['openDeckCardGame'] = 'Has ganado una tarjeta Chamilo ! Ábrela para ver su contenido.';
|
||||
$strings['engageDeckCardGame'] = 'Regresa todos los días para ganar nuevas tarjetas.';
|
||||
$strings['cardgameloose'] = 'Ya tienes esta pieza. Regresa mañana para más.';
|
||||
Reference in New Issue
Block a user