mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
24 lines
No EOL
861 B
PHP
24 lines
No EOL
861 B
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: العربية [MA]
|
|
Version: auto
|
|
Language URI: http://piwigo.org/ext/extension_view.php?eid=
|
|
Author: Piwigo team
|
|
Author URI: http://piwigo.org
|
|
*/
|
|
|
|
// Langage informations
|
|
$lang_info['language_name'] = 'Arabic';
|
|
$lang_info['country'] = 'Morocco';
|
|
$lang_info['direction'] = 'rtl';
|
|
$lang_info['code'] = 'ar';
|
|
$lang_info['zero_plural'] = true;
|
|
$lang_info['parent']= "ar_SA";
|
|
|
|
?>
|