Files
gallery3/modules/forge/i18n/en_US/forge.php
2008-10-31 22:12:14 +00:00

7 lines
175 B
PHP

<?php
$lang = array
(
'invalid_input' => 'Error loading %s: All inputs must be constructed with a name',
'unknown_input' => 'Unable to find a Forge input class for: %s',
);