Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman authored and Damian Mooyman committed Aug 19, 2015
1 parent 060406b commit 4af3832
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 7 deletions.
33 changes: 33 additions & 0 deletions lang/de.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
de:
QueuedJobsAdmin:
MENUTITLE: Aufträge
DeleteObjectJob:
DELETE_JOB: 'Knoten löschen'
DELETE_OBJ2: '{title} löschen'
QueuedJobs:
JOB_PAUSED: 'Auftrag pausiert um %s'
JOB_TYPE: 'Auftragstyp'
JobsFieldTitle: Aufträge
TABLE_ADDE: Hinzugefügt
TABLE_MESSAGES: Nachricht
TABLE_NUM_PROCESSED: Fertig
TABLE_STARTED: Gestartet
TABLE_STATUS: Status
TABLE_TITLE: Titel
TABLE_TOTAL: Insgesamt
CREATE_NEW_JOB: 'Neuen Auftrag erstellen'
START_JOB_TIME: 'Auftrag starten um'
ScheduledExecution:
EXECUTE_EVERY: 'Alle ausführen'
ExecuteEveryDay: Tag
ExecuteEveryFortnight: Zwei Wochen
ExecuteEveryHour: Stunde
ExecuteEveryMinute: Minute
ExecuteEveryMonth: Monat
ExecuteEveryWeek: Woche
ExecuteEveryYear: Jahr
FIRST_EXECUTION: 'Erste Ausführung'
NEXT_RUN_DATE: 'Nächstes Ausführungsdatum'
ScheduleTabTitle: Planen
ScheduledExecutionJob:
Title: 'Geplante Ausführung für {title}'
17 changes: 10 additions & 7 deletions lang/en.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
en:
QueuedJobsAdmin:
MENUTITLE: Jobs
CreateQueuedJobTask:
Description: 'A task used to create a queued job. Pass the queued job class name as the "name" parameter, pass an optional "start" parameter (parseable by strtotime) to set a start time for the job.'
DeleteObjectJob:
Expand All @@ -9,21 +7,28 @@ en:
GenerateSitemapJob:
REGENERATE: 'Regenerate Google sitemap .xml file'
ProcessJobQueueTask:
Description: 'Used via a cronjob to execute queued jobs that need running'
Description: 'Used via a cron job to execute queued jobs that need to be run.'
PublishItemsJob:
Title: 'Publish items beneath {title}'
QueuedJobDescriptor:
PLURALNAME: 'Queued Job Descriptors'
SINGULARNAME: 'Queued Job Descriptor'
QueuedJobRule:
PLURALNAME: 'Queued Job Rules'
SINGULARNAME: 'Queued Job Rule'
QueuedJobs:
CREATE_JOB_TYPE: 'Create job of type'
CREATE_NEW_JOB: 'Create new job'
JOB_EXCEPT: 'Job caused exception %s in %s at line %s'
JOB_PAUSED: 'Job paused at %s'
JOB_STALLED: 'Job stalled after %s attempts - please check'
JOB_TYPE: 'Job Type'
JOB_TYPE_PARAMS: 'Constructor parameters for job creation'
JobsFieldTitle: Jobs
MEMORY_RELEASE: 'Job releasing memory and waiting (%s used)'
STALLED_JOB: 'Stalled job'
STALLED_JOB_MSG: 'A job named %s appears to have stalled. It has been paused, please login to check it'
START_JOB_TIME: 'Start job at'
TABLE_ADDE: Added
TABLE_MESSAGES: Message
TABLE_NUM_PROCESSED: Done
Expand All @@ -32,11 +37,9 @@ en:
TABLE_STATUS: Status
TABLE_TITLE: Title
TABLE_TOTAL: Total
CREATE_JOB_TYPE: 'Create job of type'
CREATE_NEW_JOB: 'Create new job'
JOB_TYPE_PARAMS: 'Constructor parameters for job creation'
START_JOB_TIME: 'Start job at'
TIME_LIMIT: 'Queue has passed time limit and will restart before continuing'
QueuedJobsAdmin:
MENUTITLE: Jobs
ScheduledExecution:
EXECUTE_EVERY: 'Execute every'
EXECUTE_FREE: 'Scheduled (in strtotime format from first execution)'
Expand Down

0 comments on commit 4af3832

Please sign in to comment.