2020-09-04 09:09:26 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @copyright 2020 Podlibre
|
|
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
|
|
* @link https://castopod.org/
|
|
|
|
*/
|
|
|
|
|
|
|
|
return [
|
2020-10-02 15:38:16 +00:00
|
|
|
'yes' => 'Yes',
|
|
|
|
'no' => 'No',
|
2021-04-02 17:20:02 +00:00
|
|
|
'cancel' => 'Cancel',
|
2020-10-02 15:38:16 +00:00
|
|
|
'optional' => 'Optional',
|
2021-04-02 17:20:02 +00:00
|
|
|
'more' => 'More',
|
2020-10-02 15:38:16 +00:00
|
|
|
'no_data' => 'No data found!',
|
2021-04-02 17:20:02 +00:00
|
|
|
'close' => 'Close',
|
2020-09-04 09:09:26 +00:00
|
|
|
'home' => 'Home',
|
|
|
|
'explicit' => 'Explicit',
|
|
|
|
'mediumDate' => '{0,date,medium}',
|
|
|
|
'powered_by' => 'Powered by {castopod}.',
|
2020-10-02 15:38:16 +00:00
|
|
|
'actions' => 'Actions',
|
|
|
|
'pageInfo' => 'Page {currentPage} out of {pageCount}',
|
2021-04-02 17:20:02 +00:00
|
|
|
'go_back' => 'Go back',
|
2020-09-08 11:45:17 +00:00
|
|
|
'forms' => [
|
2020-10-02 15:38:16 +00:00
|
|
|
'multiSelect' => [
|
|
|
|
'selectText' => 'Press to select',
|
|
|
|
'loadingText' => 'Loading...',
|
|
|
|
'noResultsText' => 'No results found',
|
|
|
|
'noChoicesText' => 'No choices to choose from',
|
|
|
|
'maxItemText' => 'Cannot add more items',
|
|
|
|
],
|
2020-09-08 11:45:17 +00:00
|
|
|
'image_size_hint' =>
|
|
|
|
'Image must be squared with at least 1400px wide and tall.',
|
|
|
|
],
|
2020-09-04 09:09:26 +00:00
|
|
|
];
|