PHP Classes

File: src/he.php

Recommend this page to a friend!
  Classes of Peter Kahl   PHP Language Info   src/he.php   Download  
File: src/he.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Language Info
Get information about a language
Author: By
Last change: Update of src/he.php
Date: 4 years ago
Size: 3,150 bytes
 

Contents

Class file image Download
<?php
/**
 * Language Info (Multilingual)
 * Converts language code to a full name in requested language.
 *
 * @version 2017-06-07 01:06:00 GMT
 * @author Peter Kahl <peter.kahl@colossalmind.com>
 * @since 2017
 * @license Apache License, Version 2.0
 *
 * Copyright 2017 Peter Kahl <peter.kahl@colossalmind.com>
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * <http://www.apache.org/licenses/LICENSE-2.0>
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

$text = array(
 
'00' => '?? ????',
 
'ar' => '????????',
 
'az' => '????',
 
'bg' => '???????',
 
'bn' => '??????',
 
'bo' => '?????',
 
'ceb' => '???? ???',
 
'cs' => '?\'???',
 
'cy' => '??????',
 
'da' => '???',
 
'de' => '?????',
 
'el' => '?????',
 
'en' => '??????',
 
'en-gb' => '?????? ??????',
 
'en-us' => '?????? ????????',
 
'es' => '?????',
 
'et' => '???????',
 
'fa' => '????????',
 
'fi' => '???????',
 
'fr' => '??????',
 
'gu' => '???\'?????',
 
'ha' => '?????',
 
'haw' => '?????',
 
'he' => '???????',
 
'hi' => '?????',
 
'hr' => '???????',
 
'hu' => '?????????',
 
'hy' => '?????????',
 
'id' => '?????????',
 
'is' => '????????',
 
'it' => '??????',
 
'ja' => '????',
 
'ka' => '????????',
 
'kh' => '???',
 
'kk' => '?????',
 
'ko' => '????????',
 
'ky' => '??????',
 
'la' => '?????????',
 
'lo' => '???',
 
'lt' => '??????',
 
'lv' => '?????',
 
'mk' => '???????',
 
'ml' => '????????',
 
'mn' => '??????????',
 
'my' => '??????',
 
'ne' => '??????',
 
'ne' => '??????',
 
'nl' => '??????',
 
'no' => '????????',
 
'pidgin' => '????\'??',
 
'pl' => '?????',
 
'ps' => '?????',
 
'pt' => '????????',
 
'ro' => '??????',
 
'ru' => '????',
 
'si' => '???????',
 
'sk' => '??????',
 
'sl' => '???????',
 
'so' => '?????',
 
'sq' => '??????',
 
'sr' => '?????',
 
'sv' => '??????',
 
'sw' => '?????????',
 
'ta' => '??????',
 
'th' => '????????',
 
'tl' => '?????',
 
'tr' => '?????',
 
'uk' => '????????',
 
'ur' => '?????',
 
'uz' => '??????',
 
'vi' => '????????',
 
'zh' => '????',
 
'zh-cn' => '????? ?????',
 
'zh-hk' => '????? ?????',
);