Add setting option to disable private projects

This commit is contained in:
Frederic Guillot
2016-02-13 12:39:49 -05:00
parent 5d20b93b3a
commit 567d623446
31 changed files with 91 additions and 3 deletions

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1121,4 +1121,7 @@ return array(
'End date: ' => 'Date de fin : ',
'New due date: ' => 'Nouvelle date d\'échéance : ',
'Start date changed: ' => 'Date de début modifiée : ',
'Disable private projects' => 'Désactiver les projets privés',
'Do you really want to remove this custom filter: "%s"?' => 'Voulez-vous vraiment supprimer ce filtre personalisé : « %s » ?',
'Remove a custom filter' => 'Supprimer un filtre personalisé',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
'End date: ' => 'Data final: ',
'New due date: ' => 'Nova data estimada: ',
'Start date changed: ' => 'Data inicio alterada: ',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);

View File

@@ -1118,4 +1118,7 @@ return array(
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
);