File "functions.php"

Full Path: /home/attunedd/public_html/wp-content/plugins/filester/includes/functions.php
File size: 1.52 KB
MIME-type: text/x-php
Charset: utf-8

<?php 
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
?>
<?php

if ( ! function_exists( 'njt_fs_locales' ) ) {
    function njt_fs_locales() {
        return array(
            'English' =>'en',
            'العربية' =>'ar',
            'Български' =>'bg',
            'Català' =>'ca',
            'Čeština' =>'cs',
            'Dansk' =>'da',
            'Deutsch' =>'de',
            'Ελληνικά' =>'el',
            'Español' =>'es',
            'فارسی' =>'fa',
            'Føroyskt' =>'fo',
            'Français' =>'fr',
            'Français (Canada)' =>'fr_CA',
            'עברית' =>'he',
            'Hrvatski' =>'hr',
            'Magyar' =>'hu',
            'Bahasa Indonesia' =>'id',
            'Italiano' =>'it',
            '日本語' =>'ja',
            '한국어' =>'ko',
            'Nederlands' => 'nl',
            'Norsk' => 'no',
            'Polski' =>'pl',
            'Português' =>'pt_BR',
            'Română' =>'ro',
            'Pусский' =>'ru',
            'සිංහල' =>'si',
            'Slovenčina' =>'sk',
            'Slovenščina' =>'sl',
            'Srpski' =>'sr',
            'Svenska' =>'sv',
            'Türkçe' =>'tr',
            'ئۇيغۇرچە' =>'ug_CN',
            'Український' =>'uk',
            'Tiếng Việt' =>'vi',
            '简体中文' =>'zh_CN',
            '正體中文' =>'zh_TW',
          );
    }
}