Skip to content

Commit

Permalink
NEW: Add Translation Starter Template
Browse files Browse the repository at this point in the history
- Fixes #9
  • Loading branch information
aljawaid committed Jan 14, 2023
1 parent a8d270e commit 089ca8a
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
88 changes: 88 additions & 0 deletions Locale/translations-starter-template.php
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' => '',
);
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Translations

- English (UK), French, German
- _Contributors welcome_
- _Starter template available_


Authors & Contributors
Expand Down

0 comments on commit 089ca8a

Please sign in to comment.