mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-22 17:29:57 -04:00
git-svn-id: http://gallery.svn.sourceforge.net/svnroot/gallery/trunk/eval/gx/gallery3/trunk@18408 57fcd75e-5312-0410-8df3-f5eb6fbb1595
7 lines
175 B
PHP
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',
|
|
); |