mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Update client
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
use Alchemy\Phrasea\Application;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
@@ -18,9 +20,9 @@
|
|||||||
class module_client
|
class module_client
|
||||||
{
|
{
|
||||||
|
|
||||||
public function getLanguage($lng)
|
public function getLanguage(Application $app, $lng)
|
||||||
{
|
{
|
||||||
$registry = registry::get_instance();
|
$registry = $app['phraseanet.registry'];
|
||||||
$out = array();
|
$out = array();
|
||||||
$out['createWinInvite'] = _('paniers:: Quel nom souhaitez vous donner a votre panier ?');
|
$out['createWinInvite'] = _('paniers:: Quel nom souhaitez vous donner a votre panier ?');
|
||||||
$out['chuNameEmpty'] = _('paniers:: Quel nom souhaitez vous donner a votre panier ?');
|
$out['chuNameEmpty'] = _('paniers:: Quel nom souhaitez vous donner a votre panier ?');
|
||||||
|
Reference in New Issue
Block a user