mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-18 23:06:38 +00:00
18 lines
213 B
PHP
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',
|
|
|
|
|
|
);
|
|
|
|
?>
|