Convert all module lang files from XML to PHP

This commit is contained in:
Kijin Sung 2016-01-31 16:01:17 +09:00
parent 9b621d9c8c
commit 615416ab7f
297 changed files with 13745 additions and 17656 deletions

View file

@ -0,0 +1,11 @@
<?php
$lang->counter = 'Coumpteur';
$lang->cmd_select_date = 'Choisir un Jour';
$lang->cmd_select_counter_type['hour'] = 'Par Heure';
$lang->cmd_select_counter_type['day'] = 'Par Jour';
$lang->cmd_select_counter_type['month'] = 'Par Mois';
$lang->cmd_select_counter_type['year'] = 'Par Année';
$lang->total_counter = 'Statut Total';
$lang->selected_day_counter = 'Statut Journal';
$lang->unique_visitor = 'Visiteurs';
$lang->pageview = 'Vues';