Code Search for Developers
 
 
  

languages.php from Brim at Krugle


Show languages.php syntax highlighted

<?php

/**
 * This file is part of the Brim project.
 * The brim-project is located at the following
 * location: {@link http://www.brim-project.org/ http://www.brim-project.org/}
 *
 * <pre> Enjoy :-) </pre>
 *
 * @author Barry Nauta
 * @package org.brim-project.framework
 * @subpackage configuration
 *
 * @copyright [brim-project.org] - Copyright (c) 2003 - 2007 Barry Nauta
 *
 * @license http://opensource.org/licenses/gpl-license.php
 * The GNU Public License
 */
//
// <language code>, <language name>, <translation exists>
//
$languages=array();
$languages[] = array ('en', 'English', true);
$languages[] = array ('en_US', 'English (American)', false);
$languages[] = array ('en_GB', 'English (British)', false);
$languages[] = array ('en_CA', 'English (Canadian)', false);
$languages[] = array ('cs', 'Czech', true);
$languages[] = array ('de', 'German', true);
$languages[] = array ('de_AT', 'German (Austria)', false);
$languages[] = array ('de_DE', 'German (Germany)', false);
$languages[] = array ('de_CH', 'German (Swiss)', false);
$languages[] = array ('da', 'Danish', true);
$languages[] = array ('eo', 'Esperanto', true);
$languages[] = array ('es', 'Spanish', true);
$languages[] = array ('es_CO', 'Spanish (Colombia) (Espa&#241;ol-Colombia)', true);
$languages[] = array ('fr', 'French (Fran&#0231;ais)', true);
$languages[] = array ('fr_FR', 'French (France) (Fran&#0231;ais)', false);
$languages[] = array ('fr_CH', 'French (Swiss) (Fran&#0231;ais)', false);
$languages[] = array ('gr_GR', 'Greek', true);
$languages[] = array ('he', 'Hebrew (&#1506;&#1489;&#1512;&#1497;&#1514;)', true);
$languages[] = array ('hu', 'Hungarian', true);
$languages[] = array ('it', 'Italian', true);
$languages[] = array ('nl', 'Dutch (Nederlands)', true);
$languages[] = array ('no', 'Norwegian', true);
$languages[] = array ('nb', 'Norwegian (Bokmal)', false);
$languages[] = array ('nn', 'Norwegian (Nynorsk)', false);
$languages[] = array ('pl', 'Polish', false);
$languages[] = array ('pt', 'Portuguese', true);
$languages[] = array ('pt_PT', 'Portuguese (Portugal)', false);
$languages[] = array ('pt_BR', 'Portuguese (Brazilian)', true);
$languages[] = array ('ro', 'Romanian', true);
$languages[] = array ('ru', 'Russian', false);
$languages[] = array ('sv', 'Swedish', true);
$languages[] = array ('zh_TW', 'Chinese (Traditional)', false);
?>




See more files for this project here

Brim

BRIM is a MVC framework, written in PHP and based on items with a hierarchical relationship. The list of plugins make BRIM a Information Manager with plugins like bookmarks, a calendar, contacts tasks, notes, RSS etc. The application is multilingual.

Project homepage: http://sourceforge.net/projects/brim
Programming language(s): JavaScript,PHP,SQL
License: other

  databaseConfiguration.example.php
  index.php
  languages.php
  ldapConfiguration.example.php
  menuItems.php
  plugins.php
  preferenceConfiguration.php
  realmConfiguration.php
  templates.php