0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
lang
/
[
Home
]
File: flagmapping.php
<?php // -*- coding:utf-8 -*- // (c) Copyright 2002-2011 by authors of the Tiki Wiki CMS Groupware Project // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // $Id: flagmapping.php 33195 2011-03-02 17:43:40Z changi67 $ /** \brief This table associates language country (flag name) and language name in the current language * PLEASE : Translators, update this file with your flag for your own language (if applicable) **/ //this script may only be included - so its better to die if called directly. if (strpos($_SERVER["SCRIPT_NAME"],basename(__FILE__)) !== false) { header("location: index.php"); exit; } $flagmapping = array( 'ca' => array('Catalan_Countries'), 'cs' => array('Czech_Republic'), 'da' => array('Denmark'), 'de' => array('Germany'), 'en' => array('United_States'), 'en-uk' => array('United_Kingdom'), 'es' => array('Spain'), 'el' => array('Greece'), 'fi' => array('Finland'), 'fj' => array('Fiji'), 'fr' => array('France'), 'he' => array('Israel'), 'hr' => array('Croatia'), 'id' => array('Indonesia'), 'is' => array('Iceland'), 'it' => array('Italy'), 'ja' => array('Japan'), 'lt' => array('Lithuania'), 'hu' => array('Hungary'), 'nl' => array('Netherlands'), 'no' => array('Norway'), 'pl' => array('Poland'), 'pt' => array('Portugal'), 'pt-br' => array('Brazil'), 'ro' => array('Romania'), 'ru' => array('Russian_Federation'), 'sb' => array('Solomon_Islands'), 'sk' => array('Slovakia'), 'sl' => array('Slovenia'), 'sr-latn' => array('Serbia'), 'sq' => array('Albania'), 'sv' => array('Sweden'), 'tr' => array('Turkey'), 'tv' => array('Tuvalu'), 'uk' => array('Ukraine'), 'cy' => array('Wales'), 'vi' => array('Viet_Nam'), );
© 2017 -
ZeroByte.ID
.