Sync locales
This commit is contained in:
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
'Project members' => 'Članovi projekta',
|
'Project members' => 'Članovi projekta',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
// 'Project members' => '',
|
// 'Project members' => '',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
// 'Project members' => '',
|
// 'Project members' => '',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
'Enter group name...' => 'Geben Sie den Gruppennamen ein...',
|
'Enter group name...' => 'Geben Sie den Gruppennamen ein...',
|
||||||
'Role:' => 'Rolle:',
|
'Role:' => 'Rolle:',
|
||||||
'Project members' => 'Projektmitglieder',
|
'Project members' => 'Projektmitglieder',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -876,7 +876,6 @@ return array(
|
|||||||
'Average cycle time: ' => 'Tiempo Medio de Ciclo: ',
|
'Average cycle time: ' => 'Tiempo Medio de Ciclo: ',
|
||||||
'Cycle Time' => 'Tiempo de Ciclo',
|
'Cycle Time' => 'Tiempo de Ciclo',
|
||||||
'Lead Time' => 'Plazo de Entrega',
|
'Lead Time' => 'Plazo de Entrega',
|
||||||
'Compare hours' => 'Comparar Tiempo estimado vs Tiempo real',
|
|
||||||
'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Esta gráfica muestra el plazo medio de entrega y de ciclo para las %d últimas tareas transcurridas.',
|
'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Esta gráfica muestra el plazo medio de entrega y de ciclo para las %d últimas tareas transcurridas.',
|
||||||
'Average time into each column' => 'Tiempo medio en cada columna',
|
'Average time into each column' => 'Tiempo medio en cada columna',
|
||||||
'Lead and cycle time' => 'Plazo de entrega y de ciclo',
|
'Lead and cycle time' => 'Plazo de entrega y de ciclo',
|
||||||
@@ -1100,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
'Project members' => 'Miembros de proyecto',
|
'Project members' => 'Miembros de proyecto',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
'Estimated vs actual time' => 'Tiempo estimado vs real',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
// 'Project members' => '',
|
// 'Project members' => '',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -714,7 +714,7 @@ return array(
|
|||||||
'Disable two factor authentication' => 'Désactiver l\'authentification à deux facteurs',
|
'Disable two factor authentication' => 'Désactiver l\'authentification à deux facteurs',
|
||||||
'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Voulez-vous vraiment désactiver l\'authentification à deux facteurs pour cet utilisateur : « %s » ?',
|
'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Voulez-vous vraiment désactiver l\'authentification à deux facteurs pour cet utilisateur : « %s » ?',
|
||||||
'Edit link' => 'Modifier un lien',
|
'Edit link' => 'Modifier un lien',
|
||||||
'Start to type task title...' => 'Entrez le titre de la tâche…',
|
'Start to type task title...' => 'Entrez le titre de la tâche...',
|
||||||
'A task cannot be linked to itself' => 'Une tâche ne peut être liée à elle-même',
|
'A task cannot be linked to itself' => 'Une tâche ne peut être liée à elle-même',
|
||||||
'The exact same link already exists' => 'Un lien identique existe déjà',
|
'The exact same link already exists' => 'Un lien identique existe déjà',
|
||||||
'Recurrent task is scheduled to be generated' => 'La tâche récurrente est programmée pour être créée',
|
'Recurrent task is scheduled to be generated' => 'La tâche récurrente est programmée pour être créée',
|
||||||
@@ -1102,4 +1102,18 @@ return array(
|
|||||||
'Enter group name...' => 'Entrez le nom du groupe...',
|
'Enter group name...' => 'Entrez le nom du groupe...',
|
||||||
'Role:' => 'Rôle :',
|
'Role:' => 'Rôle :',
|
||||||
'Project members' => 'Membres du project',
|
'Project members' => 'Membres du project',
|
||||||
|
'Compare hours for "%s"' => 'Comparer les heures pour « %s »',
|
||||||
|
'%s mentioned you in the task #%d' => '%s vous a mentionné dans la tâche n°%d',
|
||||||
|
'%s mentioned you in a comment on the task #%d' => '%s vous a mentionné dans un commentaire de la tâche n°%d',
|
||||||
|
'You were mentioned in the task #%d' => 'Vous avez été mentionné dans la tâche n°%d',
|
||||||
|
'You were mentioned in a comment on the task #%d' => 'Vous avez été mentionné dans un commentaire de la tâche n°%d',
|
||||||
|
'Mentioned' => 'Mentionné',
|
||||||
|
'Compare Estimated Time vs Actual Time' => 'Comparer le temps estimé et le temps actuel',
|
||||||
|
'Estimated hours: ' => 'Heures estimées :',
|
||||||
|
'Actual hours: ' => 'Heures actuelles :',
|
||||||
|
'Hours Spent' => 'Heures passées',
|
||||||
|
'Hours Estimated' => 'Heures estimées',
|
||||||
|
'Estimated Time' => 'Temps estimé',
|
||||||
|
'Actual Time' => 'Temps actuel',
|
||||||
|
'Estimated vs actual time' => 'Temps estimé vs actuel',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
// 'Project members' => '',
|
// 'Project members' => '',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
'Project members' => 'Anggota proyek',
|
'Project members' => 'Anggota proyek',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
// 'Project members' => '',
|
// 'Project members' => '',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
// 'Project members' => '',
|
// 'Project members' => '',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
'Project members' => 'Prosjektmedlemmer',
|
'Project members' => 'Prosjektmedlemmer',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
// 'Project members' => '',
|
// 'Project members' => '',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -811,7 +811,7 @@ return array(
|
|||||||
// 'The field "%s" have been updated' => '',
|
// 'The field "%s" have been updated' => '',
|
||||||
// 'The description have been modified' => '',
|
// 'The description have been modified' => '',
|
||||||
// 'Do you really want to close the task "%s" as well as all subtasks?' => '',
|
// 'Do you really want to close the task "%s" as well as all subtasks?' => '',
|
||||||
//'Swimlane: %s' => '',
|
// 'Swimlane: %s' => '',
|
||||||
'I want to receive notifications for:' => 'Wysyłaj powiadomienia dla:',
|
'I want to receive notifications for:' => 'Wysyłaj powiadomienia dla:',
|
||||||
'All tasks' => 'Wszystkich zadań',
|
'All tasks' => 'Wszystkich zadań',
|
||||||
'Only for tasks assigned to me' => 'Tylko zadań przypisanych do mnie',
|
'Only for tasks assigned to me' => 'Tylko zadań przypisanych do mnie',
|
||||||
@@ -911,7 +911,7 @@ return array(
|
|||||||
'Current column: %s' => 'Bieżąca kolumna: %s',
|
'Current column: %s' => 'Bieżąca kolumna: %s',
|
||||||
'Current category: %s' => 'Bieżąca kategoria: %s',
|
'Current category: %s' => 'Bieżąca kategoria: %s',
|
||||||
'no category' => 'brak kategorii',
|
'no category' => 'brak kategorii',
|
||||||
//'Current assignee: %s' => '',
|
// 'Current assignee: %s' => '',
|
||||||
'not assigned' => 'Brak osoby odpowiedzialnej',
|
'not assigned' => 'Brak osoby odpowiedzialnej',
|
||||||
'Author:' => 'Autor',
|
'Author:' => 'Autor',
|
||||||
'contributors' => 'współautorzy',
|
'contributors' => 'współautorzy',
|
||||||
@@ -1005,7 +1005,7 @@ return array(
|
|||||||
'Expand swimlane' => 'Rozwiń swimlane',
|
'Expand swimlane' => 'Rozwiń swimlane',
|
||||||
'Add a new filter' => 'Dodaj nowy filtr',
|
'Add a new filter' => 'Dodaj nowy filtr',
|
||||||
'Share with all project members' => 'Udostępnij wszystkim uczestnikom projektu',
|
'Share with all project members' => 'Udostępnij wszystkim uczestnikom projektu',
|
||||||
//'Shared' => '',
|
// 'Shared' => '',
|
||||||
'Owner' => 'Właściciel',
|
'Owner' => 'Właściciel',
|
||||||
'Unread notifications' => 'Nieprzeczytane powiadomienia',
|
'Unread notifications' => 'Nieprzeczytane powiadomienia',
|
||||||
'My filters' => 'Moje filtry',
|
'My filters' => 'Moje filtry',
|
||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
'Enter group name...' => 'Wprowadź nazwę grupy...',
|
'Enter group name...' => 'Wprowadź nazwę grupy...',
|
||||||
'Role:' => 'Rola:',
|
'Role:' => 'Rola:',
|
||||||
'Project members' => 'Uczestnicy projektu',
|
'Project members' => 'Uczestnicy projektu',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
'Project members' => 'Membros de projeto',
|
'Project members' => 'Membros de projeto',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
'Enter group name...' => 'Escreva o nome do Grupo',
|
'Enter group name...' => 'Escreva o nome do Grupo',
|
||||||
'Role:' => 'Função:',
|
'Role:' => 'Função:',
|
||||||
'Project members' => 'Membros do projecto',
|
'Project members' => 'Membros do projecto',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
'Project members' => 'Участники проекта',
|
'Project members' => 'Участники проекта',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
// 'Project members' => '',
|
// 'Project members' => '',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
// 'Project members' => '',
|
// 'Project members' => '',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
// 'Project members' => '',
|
// 'Project members' => '',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
// 'Project members' => '',
|
// 'Project members' => '',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1099,4 +1099,18 @@ return array(
|
|||||||
// 'Enter group name...' => '',
|
// 'Enter group name...' => '',
|
||||||
// 'Role:' => '',
|
// 'Role:' => '',
|
||||||
// 'Project members' => '',
|
// 'Project members' => '',
|
||||||
|
// 'Compare hours for "%s"' => '',
|
||||||
|
// '%s mentioned you in the task #%d' => '',
|
||||||
|
// '%s mentioned you in a comment on the task #%d' => '',
|
||||||
|
// 'You were mentioned in the task #%d' => '',
|
||||||
|
// 'You were mentioned in a comment on the task #%d' => '',
|
||||||
|
// 'Mentioned' => '',
|
||||||
|
// 'Compare Estimated Time vs Actual Time' => '',
|
||||||
|
// 'Estimated hours: ' => '',
|
||||||
|
// 'Actual hours: ' => '',
|
||||||
|
// 'Hours Spent' => '',
|
||||||
|
// 'Hours Estimated' => '',
|
||||||
|
// 'Estimated Time' => '',
|
||||||
|
// 'Actual Time' => '',
|
||||||
|
// 'Estimated vs actual time' => '',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<?= $this->url->link(t('Lead and cycle time'), 'analytic', 'leadAndCycleTime', array('project_id' => $project['id'])) ?>
|
<?= $this->url->link(t('Lead and cycle time'), 'analytic', 'leadAndCycleTime', array('project_id' => $project['id'])) ?>
|
||||||
</li>
|
</li>
|
||||||
<li <?= $this->app->checkMenuSelection('analytic', 'compareHours') ?>>
|
<li <?= $this->app->checkMenuSelection('analytic', 'compareHours') ?>>
|
||||||
<?= $this->url->link(t('Compare hours'), 'analytic', 'compareHours', array('project_id' => $project['id'])) ?>
|
<?= $this->url->link(t('Estimated vs actual time'), 'analytic', 'compareHours', array('project_id' => $project['id'])) ?>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="sidebar-collapse"><a href="#" title="<?= t('Hide sidebar') ?>"><i class="fa fa-chevron-left"></i></a></div>
|
<div class="sidebar-collapse"><a href="#" title="<?= t('Hide sidebar') ?>"><i class="fa fa-chevron-left"></i></a></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user