Login   Register  
PHP Classes
elePHPant
Icontem

File: country/extcountry_de.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Fidel Bravo  >  Kalender  >  country/extcountry_de.php  >  Download  
File: country/extcountry_de.php
Role: Configuration script
Content type: text/plain
Description: Language File
Class: Kalender
Display month calendars denoting holidays
Author: By
Last change:
Date: 2006-02-13 05:59
Size: 449 bytes
 

Contents

Class file image Download
<?php
$_LANG 
= array(
    
'de' => array(
        
"germanunityday"     => 'Tag der Deutschen Einheit',
        
"fidel"                => 'Fidel Geburtstag',    
    ),
    
'es' => array(
        
"germanunityday"     => 'Dia de la Unidad Alemana',
        
"fidel"                => 'Fidel cumpleaņos',    
    ),    
    
'en' => array(
        
"germanunityday"     => 'German Unity Day',
        
"fidel"                => 'Fidel birthday',                    
    )        
);

$GLOBALS['_LOCALLANG'] = array_merge_recursive ($GLOBALS['_LOCALLANG'], $_LANG);

?>