Initial Commit
This commit is contained in:
20
local/modules/Carousel/I18n/en_US.php
Normal file
20
local/modules/Carousel/I18n/en_US.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'A descriptive title' => 'A descriptive title',
|
||||
'A short description, used when a summary or an introduction is required' => 'A short description, used when a summary or an introduction is required',
|
||||
'A short text, used when an additional or supplemental information is required.' => 'A short text, used when an additional or supplemental information is required.',
|
||||
'Alternative image text' => 'Alternative image text',
|
||||
'Carousel image' => 'Carousel image',
|
||||
'Conclusion' => 'Conclusion',
|
||||
'Detailed description' => 'Detailed description',
|
||||
'Displayed when image is not visible' => 'Displayed when image is not visible',
|
||||
'Image URL' => 'Image URL',
|
||||
'Image position in carousel' => 'Image position in carousel',
|
||||
'Please enter a valid URL' => 'Please enter a valid URL',
|
||||
'Short additional text' => 'Short additional text',
|
||||
'Short description text' => 'Short description text',
|
||||
'Summary' => 'Summary',
|
||||
'The detailed description.' => 'The detailed description.',
|
||||
'Title' => 'Title',
|
||||
);
|
||||
Reference in New Issue
Block a user