-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEW: Add Translation Starter Template
- Fixes #9
- Loading branch information
Showing
2 changed files
with
89 additions
and
0 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,88 @@ | ||
<!-- REMOVE THIS SECTION --> | ||
<!-- ------------------- --> | ||
<!-- TEMPLATE FILE FOR LOCAL TRANSLATIONS - KEEP FILENAME IN LOWERCASE AS translations.php UNDER LANGUAGE CODE --> | ||
<!-- EXAMPLE FILE: /Locale/en_GB/translations.php --> | ||
<!-- EXAMPLE FILE: /Locale/en_US/translations.php --> | ||
<!-- EXAMPLE FILE: /Locale/fr_FR/translations.php --> | ||
<!-- EXAMPLE FILE: /Locale/de_DE/translations.php --> | ||
<!-- ------------------- --> | ||
<!-- REMOVE THIS SECTION --> | ||
<?php | ||
return array( | ||
// | ||
// GENERAL | ||
// | ||
'This plugin adds a new Automatic Action to provide the user with a final email report. Upon closing tasks, automatic emails can be sent of each task description with full comment history to selected recipients or the assigned project email address.' => '', | ||
'Email subject' => '', | ||
// | ||
// Action/EmailTaskHistory.php | ||
// | ||
'EmailTaskHistory > Send task description and complete comment history on task closure' => '', | ||
'Send to Assignee' => '', | ||
'Send to Creator' => '', | ||
'Assignee & Creator' => '', | ||
'Assignee & Project Email' => '', | ||
'Creator & Project Email' => '', | ||
'Project Email' => '', | ||
'Assignee, Creator & Project Email' => '', | ||
'Include the Task Title and ID in subject line?' => '', | ||
'Include the Project Name in the subject line?' => '', | ||
'Include the Project Identifier in the subject line?' => '', | ||
'Task history emailed to the task assignee @"%s" with subject "%s".' => '', | ||
'Task history emailed to the task creator @"%s" with subject "%s".' => '', | ||
'Task history emailed to the project email address with subject "%s".' => '', | ||
// | ||
// action_creation/params.php | ||
// | ||
'Define action parameters' => '', | ||
'Action' => '', | ||
'Event' => '', | ||
'Options' => '', | ||
// | ||
// comment/show.php | ||
// | ||
'Created at:' => '', | ||
'Local Time' => '', | ||
'LT' => '', | ||
'Updated at:' => '', | ||
'ID: ' => '', | ||
// | ||
// notification/footer.php | ||
// | ||
'System Generated Email' => '', | ||
'View Task' => '', | ||
'View Board' => '', | ||
// | ||
// notification/task_create.php | ||
// | ||
'Summary' => '', | ||
'Task Status:' => '', | ||
'Task N°:' => '', | ||
'Project:' => '', | ||
'Priority:' => '', | ||
'Reference:' => '', | ||
'Complexity:' => '', | ||
'Created:' => '', | ||
'Started:' => '', | ||
'Modified:' => '', | ||
'Due Date:' => '', | ||
'Completed:' => '', | ||
'Created by %s' => '', | ||
'Assigned to %s' => '', | ||
'Nobody was assigned to this task' => '', | ||
'Board Column:' => '', | ||
'Swimlane:' => '', | ||
'Category:' => '', | ||
'Task Position:' => '', | ||
'Recurrence:' => '', | ||
'Recurrent task is scheduled to be generated' => '', | ||
'Recurrent task has been generated' => '', | ||
'This task was created by: ' => '', | ||
'This task has created this child task: ' => '', | ||
'Description' => '', | ||
// | ||
// task_comments/show.php | ||
// | ||
'Comments' => '', | ||
'No comments' => '', | ||
); |
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