mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
42 lines
No EOL
1.4 KiB
PHP
42 lines
No EOL
1.4 KiB
PHP
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | This file is part of Piwigo. |
|
|
// | |
|
|
// | For copyright and license information, please view the COPYING.txt |
|
|
// | file that was distributed with this source code. |
|
|
// +-----------------------------------------------------------------------+
|
|
/*
|
|
Language Name: Wolof [SN]
|
|
Version: auto
|
|
Language URI: http://piwigo.org/ext/extension_view.php?eid=737
|
|
Author: Piwigo team
|
|
Author URI: http://piwigo.org
|
|
*/
|
|
|
|
// Langage informations
|
|
$lang_info['language_name'] = 'Wolof';
|
|
$lang_info['country'] = 'Sénégal';
|
|
$lang_info['direction'] = 'ltr';
|
|
$lang_info['code'] = 'wo';
|
|
$lang_info['zero_plural'] = true;
|
|
|
|
$lang['day'][0] = 'Dibeer ji ';
|
|
$lang['day'][1] = 'Altine';
|
|
$lang['day'][2] = 'Talaata';
|
|
$lang['day'][3] = 'àllarba';
|
|
$lang['day'][4] = 'Alxames';
|
|
$lang['day'][5] = 'àjjuma ';
|
|
$lang['day'][6] = 'Gaawu-aset';
|
|
$lang['month'][10] = 'Tabaski';
|
|
$lang['month'][11] = 'Tamkharit';
|
|
$lang['month'][12] = 'Digui Gamou';
|
|
$lang['month'][1] = 'Gamou';
|
|
$lang['month'][2] = 'Raki Gamou';
|
|
$lang['month'][3] = 'Rakâti Gamou';
|
|
$lang['month'][4] = 'Mâmou Kôr';
|
|
$lang['month'][5] = 'Ndèyou Kôr';
|
|
$lang['month'][6] = 'Baraxlou';
|
|
$lang['month'][7] = 'Kôr';
|
|
$lang['month'][8] = 'Kori';
|
|
$lang['month'][9] = 'Digui Tabaski';
|
|
$lang['All'] = 'toute 2'; |