-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[main] | ||
host = https://www.transifex.com | ||
|
||
[o:silverstripe:p:silverstripe-crontask:r:master] | ||
file_filter = lang/<lang>.yml | ||
source_file = lang/en.yml | ||
source_lang = en | ||
type = YML | ||
|
||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
en: | ||
SilverStripe\CronTask\Controllers\CronTaskController: | ||
NO_IMPLEMENTERS: 'There are no implementators of CronTask to run' | ||
WILL_RUN_AT: '{task} will run at {time}.' | ||
WILL_START_NOW: '{task} will start now.' | ||
SilverStripe\CronTask\CronTaskController: | ||
NO_IMPLEMENTERS: 'There are no implementators of CronTask to run' | ||
WILL_RUN_AT: '{task} will run at {time}.' | ||
WILL_START_NOW: '{task} will start now.' | ||
SilverStripe\CronTask\CronTaskStatus: | ||
PLURALNAME: 'Cron Task Statuss' | ||
PLURALS: | ||
one: 'A Cron Task Status' | ||
other: '{count} Cron Task Statuss' | ||
SINGULARNAME: 'Cron Task Status' | ||
db_LastChecked: 'Last checked' | ||
db_LastRun: 'Last run' | ||
db_TaskClass: 'Task class' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters