PHP Classes

File: Locale/fr_FR/translations.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Group Assign   Locale/fr_FR/translations.php   Download  
File: Locale/fr_FR/translations.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Kanboard Group Assign
Plugin to assign tasks to groups or multiple users
Author: By
Last change:
Date: 3 years ago
Size: 934 bytes
 

Contents

Class file image Download
<?php

return array(
   
'Assigned Group' => 'Groupe assigné',
   
'Assigned Group:' => 'Groupe assigné :',
   
'Other Assignees' => 'Autres assignés',
   
'Other Assignees:' => 'Autres assignés :',
   
'Send a task by email to assigned group members' => 'Envoyer une tâche par e-mail aux membres du groupe assigné',
   
'Send a task by email to the other assignees for a task.' => 'Envoyer une tâche par e-mail aux autres personnes assignées à la tâche',
   
'Send email notification of impending due date to Group Members Assigned' => 'Envoyer un e-mail de notification à l\'approche d\'une date d\'échéance aux membres du groupe assigné',
   
'Send email notification of impending due date to the other assignees of a task' => 'Envoyer un e-mail de notification à l\'approche d\'une date d\'échéance aux autres personnes assignées à la tâche',
   
'Assign the task to a specific group' => 'Assigner la tâche à un groupe spécifique'
);