Skip to content

Commit

Permalink
Add french loca for all portal modules
Browse files Browse the repository at this point in the history
  • Loading branch information
osr-corgan committed Mar 11, 2009
1 parent 153017c commit 8144c77
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions dkpinfo/language/french.php
@@ -0,0 +1,29 @@
<?php
/*
* Project: EQdkp-Plus
* License: Creative Commons - Attribution-Noncommercial-Share Alike 3.0 Unported
* Link: http://creativecommons.org/licenses/by-nc-sa/3.0/
* -----------------------------------------------------------------------
* Began: 2008
* Date: $Date: 2008-07-29 00:30:30 +0200 (Di, 29 Jul 2008) $
* -----------------------------------------------------------------------
* @author $Author: osr-corgan $
* @copyright 2006-2008 Corgan - Stefan Knaak | Wallenium & the EQdkp-Plus Developer Team
* @link http://eqdkp-plus.com
* @package eqdkp-plus
* @version $Rev: 2450 $
*
* $Id: english.php 2450 2008-07-28 22:30:30Z osr-corgan $
*/

if ( !defined('EQDKP_INC') ){
header('HTTP/1.0 404 Not Found');exit;
}

$plang = array_merge($plang, array(
'dkpinfo' => 'Infos DKP',
'portal_info_raids' => 'Raids',
'portal_info_player' => 'Membres',
'portal_info_items' => 'Objets',
));
?>

0 comments on commit 8144c77

Please sign in to comment.