Files
gallery3/modules/forge/i18n/en_US/forge.php
T

7 lines
175 B
PHP
Raw Normal View History

2008-10-31 22:12:14 +00:00
<?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',
);