Admin Intro languages for PWG Menu.

git-svn-id: http://piwigo.org/svn/trunk@1725 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital 2007-01-16 06:04:07 +00:00
commit e5db05ea3a
2 changed files with 12 additions and 0 deletions

View file

@ -572,5 +572,11 @@ $lang['note_check_more_info'] = 'Go to %s or %s for more informations.';
$lang['note_check_more_info_forum'] = 'the forum';
$lang['note_check_more_info_wiki'] = 'the wiki';
$lang['Duplicates'] = 'Files with same name in more than one physical category';
$lang['WIKI'] = 'WIKI / DOC';
$lang['DEMO'] = 'DEMO';
$lang['HOME'] = 'HOME';
$lang['FORUM'] = 'FORUM';
$lang['BUGS'] = 'BUGS';
$lang['EXTENSIONS'] = 'EXTENSIONS';
?>

View file

@ -571,5 +571,11 @@ $lang['note_check_more_info_forum'] = 'le forum';
$lang['note_check_more_info_wiki'] = 'le wiki';
$lang['Duplicates'] = 'Fichiers portant le même nom dans plusieurs' .
' catégories physiques';
$lang['WIKI'] = 'WIKI / DOC';
$lang['DEMO'] = 'DÉMO';
$lang['HOME'] = 'ACCUEIL PWG';
$lang['FORUM'] = 'FORUM';
$lang['BUGS'] = 'BOGUES';
$lang['EXTENSIONS'] = 'EXTENSIONS';
?>