mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@76915 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0fbe39262f
commit
be8f29c5e9
@ -886,7 +886,7 @@ class Requirements_Backend {
|
|||||||
$fileContent = JSMin::minify($fileContent);
|
$fileContent = JSMin::minify($fileContent);
|
||||||
}
|
}
|
||||||
// write a header comment for each file for easier identification and debugging
|
// write a header comment for each file for easier identification and debugging
|
||||||
$combinedData .= "/****** FILE: $file *****/\n" . $fileContent . "\n;\n";
|
$combinedData .= "/****** FILE: $file *****/\n" . $fileContent . "\n\n";
|
||||||
}
|
}
|
||||||
if(!file_exists(dirname($base . $combinedFile))) {
|
if(!file_exists(dirname($base . $combinedFile))) {
|
||||||
Filesystem::makeFolder(dirname($base . $combinedFile));
|
Filesystem::makeFolder(dirname($base . $combinedFile));
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
global $lang;
|
global $lang;
|
||||||
|
|
||||||
$lang['en_US']['Page']['PLURALNAME'] = array(
|
$lang['en_US']['Page']['PLURALNAME'] = array(
|
||||||
'Pags',
|
'Pages',
|
||||||
50,
|
50,
|
||||||
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
||||||
);
|
);
|
||||||
@ -185,7 +185,7 @@ $lang['en_US']['ErrorPage']['CODE'] = 'Error code';
|
|||||||
$lang['en_US']['ErrorPage']['DEFAULTERRORPAGECONTENT'] = '<p>Sorry, it seems you were trying to access a page that doesn\'t exist.</p><p>Please check the spelling of the URL you were trying to access and try again.</p>';
|
$lang['en_US']['ErrorPage']['DEFAULTERRORPAGECONTENT'] = '<p>Sorry, it seems you were trying to access a page that doesn\'t exist.</p><p>Please check the spelling of the URL you were trying to access and try again.</p>';
|
||||||
$lang['en_US']['ErrorPage']['DEFAULTERRORPAGETITLE'] = 'Page not found';
|
$lang['en_US']['ErrorPage']['DEFAULTERRORPAGETITLE'] = 'Page not found';
|
||||||
$lang['en_US']['ErrorPage']['PLURALNAME'] = array(
|
$lang['en_US']['ErrorPage']['PLURALNAME'] = array(
|
||||||
'Error Pags',
|
'Error Pages',
|
||||||
50,
|
50,
|
||||||
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
||||||
);
|
);
|
||||||
@ -271,7 +271,7 @@ $lang['en_US']['GSTNumberField']['VALIDATION'] = 'Please enter a valid GST Numbe
|
|||||||
$lang['en_US']['GSTNumberField']['VALIDATIONJS'] = 'Please enter a valid GST Number';
|
$lang['en_US']['GSTNumberField']['VALIDATIONJS'] = 'Please enter a valid GST Number';
|
||||||
$lang['en_US']['GhostPage']['NOLINKED'] = 'This ghost page has no linked page.';
|
$lang['en_US']['GhostPage']['NOLINKED'] = 'This ghost page has no linked page.';
|
||||||
$lang['en_US']['GhostPage']['PLURALNAME'] = array(
|
$lang['en_US']['GhostPage']['PLURALNAME'] = array(
|
||||||
'Ghost Pags',
|
'Ghost Pages',
|
||||||
50,
|
50,
|
||||||
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
||||||
);
|
);
|
||||||
@ -612,7 +612,7 @@ $lang['en_US']['RedirectorPage']['HASBEENSETUP'] = 'A redirector page has been s
|
|||||||
$lang['en_US']['RedirectorPage']['HEADER'] = 'This page will redirect users to another page';
|
$lang['en_US']['RedirectorPage']['HEADER'] = 'This page will redirect users to another page';
|
||||||
$lang['en_US']['RedirectorPage']['OTHERURL'] = 'Other website URL';
|
$lang['en_US']['RedirectorPage']['OTHERURL'] = 'Other website URL';
|
||||||
$lang['en_US']['RedirectorPage']['PLURALNAME'] = array(
|
$lang['en_US']['RedirectorPage']['PLURALNAME'] = array(
|
||||||
'Redirector Pags',
|
'Redirector Pages',
|
||||||
50,
|
50,
|
||||||
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
||||||
);
|
);
|
||||||
@ -819,7 +819,7 @@ $lang['en_US']['VirtualPage']['CHOOSE'] = 'Choose a page to link to';
|
|||||||
$lang['en_US']['VirtualPage']['EDITCONTENT'] = 'click here to edit the content';
|
$lang['en_US']['VirtualPage']['EDITCONTENT'] = 'click here to edit the content';
|
||||||
$lang['en_US']['VirtualPage']['HEADER'] = 'This is a virtual page';
|
$lang['en_US']['VirtualPage']['HEADER'] = 'This is a virtual page';
|
||||||
$lang['en_US']['VirtualPage']['PLURALNAME'] = array(
|
$lang['en_US']['VirtualPage']['PLURALNAME'] = array(
|
||||||
'Virtual Pags',
|
'Virtual Pages',
|
||||||
50,
|
50,
|
||||||
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user