mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Language master file
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@104993 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
a809289a25
commit
ed11fdbcf1
@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
global $lang;
|
global $lang;
|
||||||
|
|
||||||
|
$lang['en_US']['Page']['PLURALNAME'] = array(
|
||||||
|
'Pags',
|
||||||
|
50,
|
||||||
|
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
||||||
|
);
|
||||||
|
$lang['en_US']['Page']['SINGULARNAME'] = array(
|
||||||
|
'Page',
|
||||||
|
50,
|
||||||
|
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
|
||||||
|
);
|
||||||
$lang['en_US']['AdvancedSearchForm']['ALLWORDS'] = 'All Words';
|
$lang['en_US']['AdvancedSearchForm']['ALLWORDS'] = 'All Words';
|
||||||
$lang['en_US']['AdvancedSearchForm']['ATLEAST'] = 'At Least One Of the Words';
|
$lang['en_US']['AdvancedSearchForm']['ATLEAST'] = 'At Least One Of the Words';
|
||||||
$lang['en_US']['AdvancedSearchForm']['EXACT'] = 'Exact Phrase';
|
$lang['en_US']['AdvancedSearchForm']['EXACT'] = 'Exact Phrase';
|
||||||
|
Loading…
Reference in New Issue
Block a user