PHP Classes

File: country/extcountry_de.php

Recommend this page to a friend!
  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: 18 years ago
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);

?>