- Update plugin localizations from trunk
parent
080c74859d
commit
7fde6ff46a
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$labels = array();
|
||||
$labels['userinfo'] = 'Info utilisateur';
|
||||
$labels['created'] = 'Date de création';
|
||||
$labels['lastlogin'] = 'Dernière connexion';
|
||||
$labels['defaultidentity'] = 'Identité principale';
|
||||
|
||||
?>
|
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$labels = array();
|
||||
$labels['userinfo'] = 'Informatii utilisator';
|
||||
$labels['created'] = 'Data creatiei';
|
||||
$labels['lastlogin'] = 'Ultima conectare';
|
||||
$labels['defaultidentity'] = 'Identitate principala';
|
||||
|
||||
?>
|
Loading…
Reference in New Issue