Files
zynapse/config/strings/_global.php
2010-02-25 00:16:53 +02:00

18 lines
213 B
PHP

<?php
/*
Global Strings
- language independent strings accessible directly from the
point that Znap::initialize() is called
*/
$strings = array(
// 'my_string' => 'some awesome text',
);
?>