mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
25 lines
862 B
PHP
25 lines
862 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: Հայերեն (Hayerēn) [AM]
|
|
Version: auto
|
|
Language URI: http://piwigo.org/ext/extension_view.php?eid=969
|
|
Author: Piwigo team
|
|
Author URI: http://piwigo.org
|
|
*/
|
|
|
|
// Langage informations
|
|
$lang_info['language_name'] = 'Հայերեն';
|
|
$lang_info['country'] = 'Հայաստան';
|
|
$lang_info['direction'] = 'ltr';
|
|
$lang_info['code'] = 'hy';
|
|
$lang_info['zero_plural'] = false;
|
|
|
|
|
|
|