first import
[projectpier.git] / language / pt_br.php
blob3123236ad70302493dd6e033ff2297b99dc302a6
1 <?php
3 // Are we in Localization class? If not break!
4 if(!isset($this) || !($this instanceof Localization)) {
5 throw new InvalidInstanceError('$this', $this, 'Localization', "File '" . __FILE__ . "' can be included only from Localization class");
6 } // if
8 ?>