Improve columns table in project settings

This commit is contained in:
Frederic Guillot
2017-02-08 19:12:16 -05:00
parent 73dce12797
commit 58d4231f06
36 changed files with 69 additions and 269 deletions

View File

@@ -16,17 +16,18 @@ class ProjectOverviewController extends BaseController
public function show() public function show()
{ {
$project = $this->getProject(); $project = $this->getProject();
$this->projectModel->getColumnStats($project); $columns = $this->columnModel->getAllWithTasksCount($project['id']);
$this->response->html($this->helper->layout->app('project_overview/show', array( $this->response->html($this->helper->layout->app('project_overview/show', array(
'project' => $project, 'project' => $project,
'title' => $project['name'], 'columns' => $columns,
'title' => $project['name'],
'description' => $this->helper->projectHeader->getDescription($project), 'description' => $this->helper->projectHeader->getDescription($project),
'users' => $this->projectUserRoleModel->getAllUsersGroupedByRole($project['id']), 'users' => $this->projectUserRoleModel->getAllUsersGroupedByRole($project['id']),
'roles' => $this->projectRoleModel->getList($project['id']), 'roles' => $this->projectRoleModel->getList($project['id']),
'events' => $this->helper->projectActivity->getProjectEvents($project['id'], 10), 'events' => $this->helper->projectActivity->getProjectEvents($project['id'], 10),
'images' => $this->projectFileModel->getAllImages($project['id']), 'images' => $this->projectFileModel->getAllImages($project['id']),
'files' => $this->projectFileModel->getAllDocuments($project['id']), 'files' => $this->projectFileModel->getAllDocuments($project['id']),
))); )));
} }
} }

View File

@@ -18,11 +18,12 @@ class ProjectViewController extends BaseController
public function show() public function show()
{ {
$project = $this->getProject(); $project = $this->getProject();
$columns = $this->columnModel->getAllWithTasksCount($project['id']);
$this->response->html($this->helper->layout->project('project_view/show', array( $this->response->html($this->helper->layout->project('project_view/show', array(
'project' => $project, 'project' => $project,
'stats' => $this->projectModel->getTaskStats($project['id']), 'columns' => $columns,
'title' => $project['name'], 'title' => $project['name'],
))); )));
} }

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Akcije', 'Actions' => 'Akcije',
'Inactive' => 'Neaktivan', 'Inactive' => 'Neaktivan',
'Active' => 'Aktivan', 'Active' => 'Aktivan',
'%d tasks on the board' => '%d zadataka na tabli',
'%d tasks in total' => '%d zadataka ukupno',
'Unable to update this board.' => 'Nemogu da ažuriram ovu ploču.', 'Unable to update this board.' => 'Nemogu da ažuriram ovu ploču.',
'Disable' => 'Onemogući', 'Disable' => 'Onemogući',
'Enable' => 'Omogući', 'Enable' => 'Omogući',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Gotovo', 'Done' => 'Gotovo',
'Application version:' => 'Verzija aplikacije:', 'Application version:' => 'Verzija aplikacije:',
'Id' => 'Id', 'Id' => 'Id',
'%d closed tasks' => '%d zatvorenih zadataka',
'No task for this project' => 'Nema dodijeljenih zadataka ovom projektu',
'Public link' => 'Javni link', 'Public link' => 'Javni link',
'Timezone' => 'Vremenska zona', 'Timezone' => 'Vremenska zona',
'Sorry, I didn\'t find this information in my database!' => 'Na žalost, nije pronađena informacija u bazi', 'Sorry, I didn\'t find this information in my database!' => 'Na žalost, nije pronađena informacija u bazi',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Kreiranje zadatka', 'Task creation' => 'Kreiranje zadatka',
'Closing a task' => 'Zatvaranja zadatka', 'Closing a task' => 'Zatvaranja zadatka',
'Assign a color to a specific user' => 'Dodeli boju korisniku', 'Assign a color to a specific user' => 'Dodeli boju korisniku',
'Column title' => 'Naslov kolone',
'Position' => 'Pozicija', 'Position' => 'Pozicija',
'Duplicate to another project' => 'Dupliciraj u drugi projekat', 'Duplicate to another project' => 'Dupliciraj u drugi projekat',
'Duplicate' => 'Dupliciraj', 'Duplicate' => 'Dupliciraj',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Želim obavještenja samo za ove projekte:', 'I want to receive notifications only for those projects:' => 'Želim obavještenja samo za ove projekte:',
'view the task on Kanboard' => 'Pregledaj zadatke', 'view the task on Kanboard' => 'Pregledaj zadatke',
'Public access' => 'Javni pristup', 'Public access' => 'Javni pristup',
'Active tasks' => 'Aktivni zadaci',
'Disable public access' => 'Zabrani javni pristup', 'Disable public access' => 'Zabrani javni pristup',
'Enable public access' => 'Dozvoli javni pristup', 'Enable public access' => 'Dozvoli javni pristup',
'Public access disabled' => 'Javni pristup onemogućen!', 'Public access disabled' => 'Javni pristup onemogućen!',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Akce', 'Actions' => 'Akce',
'Inactive' => 'Neaktivní', 'Inactive' => 'Neaktivní',
'Active' => 'Aktivní', 'Active' => 'Aktivní',
'%d tasks on the board' => '%d úkolů na nástěnce',
'%d tasks in total' => '%d úkolů celkem',
'Unable to update this board.' => 'Nástěnku není možné aktualizovat', 'Unable to update this board.' => 'Nástěnku není možné aktualizovat',
'Disable' => 'Zakázat projekt', 'Disable' => 'Zakázat projekt',
'Enable' => 'Povolit projekt', 'Enable' => 'Povolit projekt',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Dokončeno', 'Done' => 'Dokončeno',
'Application version:' => 'Verze:', 'Application version:' => 'Verze:',
'Id' => 'ID', 'Id' => 'ID',
'%d closed tasks' => '%d dokončených úkolů',
'No task for this project' => 'Tento projekt nemá žádné úkoly',
'Public link' => 'Veřejný odkaz', 'Public link' => 'Veřejný odkaz',
'Timezone' => 'Časová zóna', 'Timezone' => 'Časová zóna',
'Sorry, I didn\'t find this information in my database!' => 'Omlouváme se, tuto informaci nelze nalézt!', 'Sorry, I didn\'t find this information in my database!' => 'Omlouváme se, tuto informaci nelze nalézt!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Vytváření úkolu', 'Task creation' => 'Vytváření úkolu',
'Closing a task' => 'Uzavření úkolu', 'Closing a task' => 'Uzavření úkolu',
'Assign a color to a specific user' => 'Přiřadit barvu konkrétnímu uživateli', 'Assign a color to a specific user' => 'Přiřadit barvu konkrétnímu uživateli',
'Column title' => 'Název sloupce',
'Position' => 'Pozice', 'Position' => 'Pozice',
'Duplicate to another project' => 'Vytvořit kopii v jiném projektu', 'Duplicate to another project' => 'Vytvořit kopii v jiném projektu',
'Duplicate' => 'Vytvořit kopii', 'Duplicate' => 'Vytvořit kopii',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Přeji si dostávat upozornění pouze pro následující projekty:', 'I want to receive notifications only for those projects:' => 'Přeji si dostávat upozornění pouze pro následující projekty:',
'view the task on Kanboard' => 'Zobrazit úkol na Kanboard', 'view the task on Kanboard' => 'Zobrazit úkol na Kanboard',
'Public access' => 'Veřejný přístup', 'Public access' => 'Veřejný přístup',
'Active tasks' => 'Aktivní úkoly',
'Disable public access' => 'Zakázat veřejný přístup', 'Disable public access' => 'Zakázat veřejný přístup',
'Enable public access' => 'Povolit veřejný přístup', 'Enable public access' => 'Povolit veřejný přístup',
'Public access disabled' => 'Veřejný přístup zakázán', 'Public access disabled' => 'Veřejný přístup zakázán',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Handlinger', 'Actions' => 'Handlinger',
'Inactive' => 'Inaktiv', 'Inactive' => 'Inaktiv',
'Active' => 'Aktiv', 'Active' => 'Aktiv',
'%d tasks on the board' => '%d Opgaver på boardet',
'%d tasks in total' => '%d Opgaver i alt',
'Unable to update this board.' => 'Ikke muligt at opdatere dette board', 'Unable to update this board.' => 'Ikke muligt at opdatere dette board',
'Disable' => 'Deaktiver', 'Disable' => 'Deaktiver',
'Enable' => 'Aktiver', 'Enable' => 'Aktiver',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Færdig', 'Done' => 'Færdig',
'Application version:' => 'Version:', 'Application version:' => 'Version:',
'Id' => 'ID', 'Id' => 'ID',
'%d closed tasks' => '%d lukket opgavet',
'No task for this project' => 'Ingen opgaver i dette projekt',
'Public link' => 'Offentligt link', 'Public link' => 'Offentligt link',
'Timezone' => 'Tidszone', 'Timezone' => 'Tidszone',
'Sorry, I didn\'t find this information in my database!' => 'Denne information kunne ikke findes i databasen!', 'Sorry, I didn\'t find this information in my database!' => 'Denne information kunne ikke findes i databasen!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Opgave oprettelse', 'Task creation' => 'Opgave oprettelse',
'Closing a task' => 'Lukke en opgave', 'Closing a task' => 'Lukke en opgave',
'Assign a color to a specific user' => 'Tildel en farve til en bestemt bruger', 'Assign a color to a specific user' => 'Tildel en farve til en bestemt bruger',
'Column title' => 'Kolonne titel',
'Position' => 'Position', 'Position' => 'Position',
'Duplicate to another project' => 'Kopier til et andet projekt', 'Duplicate to another project' => 'Kopier til et andet projekt',
'Duplicate' => 'Kopier', 'Duplicate' => 'Kopier',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Jeg vil kun have notifikationer for disse projekter:', 'I want to receive notifications only for those projects:' => 'Jeg vil kun have notifikationer for disse projekter:',
'view the task on Kanboard' => 'se opgaven på Kanboard', 'view the task on Kanboard' => 'se opgaven på Kanboard',
'Public access' => 'Offentlig adgang', 'Public access' => 'Offentlig adgang',
'Active tasks' => 'Aktive opgaver',
'Disable public access' => 'Deaktiver offentlig adgang', 'Disable public access' => 'Deaktiver offentlig adgang',
'Enable public access' => 'Aktivér offentlig adgang', 'Enable public access' => 'Aktivér offentlig adgang',
'Public access disabled' => 'Offentlig adgang deaktiveret', 'Public access disabled' => 'Offentlig adgang deaktiveret',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Aktionen', 'Actions' => 'Aktionen',
'Inactive' => 'Inaktiv', 'Inactive' => 'Inaktiv',
'Active' => 'Aktiv', 'Active' => 'Aktiv',
'%d tasks on the board' => '%d Aufgaben auf dieser Pinnwand',
'%d tasks in total' => '%d Aufgaben insgesamt',
'Unable to update this board.' => 'Ändern dieser Pinnwand nicht möglich.', 'Unable to update this board.' => 'Ändern dieser Pinnwand nicht möglich.',
'Disable' => 'Deaktivieren', 'Disable' => 'Deaktivieren',
'Enable' => 'Aktivieren', 'Enable' => 'Aktivieren',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Erledigt', 'Done' => 'Erledigt',
'Application version:' => 'Version:', 'Application version:' => 'Version:',
'Id' => 'ID', 'Id' => 'ID',
'%d closed tasks' => '%d abgeschlossene Aufgaben',
'No task for this project' => 'Keine Aufgaben in diesem Projekt',
'Public link' => 'Öffentlicher Link', 'Public link' => 'Öffentlicher Link',
'Timezone' => 'Zeitzone', 'Timezone' => 'Zeitzone',
'Sorry, I didn\'t find this information in my database!' => 'Diese Information wurde in der Datenbank nicht gefunden!', 'Sorry, I didn\'t find this information in my database!' => 'Diese Information wurde in der Datenbank nicht gefunden!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Aufgabe erstellen', 'Task creation' => 'Aufgabe erstellen',
'Closing a task' => 'Aufgabe abschließen', 'Closing a task' => 'Aufgabe abschließen',
'Assign a color to a specific user' => 'Einem Benutzer eine Farbe zuordnen', 'Assign a color to a specific user' => 'Einem Benutzer eine Farbe zuordnen',
'Column title' => 'Spaltentitel',
'Position' => 'Position', 'Position' => 'Position',
'Duplicate to another project' => 'In ein anderes Projekt duplizieren', 'Duplicate to another project' => 'In ein anderes Projekt duplizieren',
'Duplicate' => 'Duplizieren', 'Duplicate' => 'Duplizieren',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Ich möchte nur für diese Projekte Benachrichtigungen erhalten:', 'I want to receive notifications only for those projects:' => 'Ich möchte nur für diese Projekte Benachrichtigungen erhalten:',
'view the task on Kanboard' => 'diese Aufgabe auf dem Kanboard zeigen', 'view the task on Kanboard' => 'diese Aufgabe auf dem Kanboard zeigen',
'Public access' => 'Öffentlicher Zugriff', 'Public access' => 'Öffentlicher Zugriff',
'Active tasks' => 'Aktive Aufgaben',
'Disable public access' => 'Öffentlichen Zugriff deaktivieren', 'Disable public access' => 'Öffentlichen Zugriff deaktivieren',
'Enable public access' => 'Öffentlichen Zugriff aktivieren', 'Enable public access' => 'Öffentlichen Zugriff aktivieren',
'Public access disabled' => 'Öffentlicher Zugriff deaktiviert', 'Public access disabled' => 'Öffentlicher Zugriff deaktiviert',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Ενέργειες', 'Actions' => 'Ενέργειες',
'Inactive' => 'Ανενεργός', 'Inactive' => 'Ανενεργός',
'Active' => 'Ενεργός', 'Active' => 'Ενεργός',
'%d tasks on the board' => '%d εργασίες στον κεντρικό πίνακα έργου',
'%d tasks in total' => '%d εργασιών στο σύνολο',
'Unable to update this board.' => 'Αδύνατη η ενημέρωση αυτού του πίνακα', 'Unable to update this board.' => 'Αδύνατη η ενημέρωση αυτού του πίνακα',
'Disable' => 'Απενεργοποίηση', 'Disable' => 'Απενεργοποίηση',
'Enable' => 'Ενεργοποίηση', 'Enable' => 'Ενεργοποίηση',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Ολοκληρωμένα', 'Done' => 'Ολοκληρωμένα',
'Application version:' => 'Version εφαρμογής :', 'Application version:' => 'Version εφαρμογής :',
'Id' => 'Αναγνωριστικό.', 'Id' => 'Αναγνωριστικό.',
'%d closed tasks' => '%d κλειστές εργασίες',
'No task for this project' => 'Αριθμός εργασιών για το έργο',
'Public link' => 'Δημόσιος σύνδεσμος', 'Public link' => 'Δημόσιος σύνδεσμος',
'Timezone' => 'Timezone', 'Timezone' => 'Timezone',
'Sorry, I didn\'t find this information in my database!' => 'Δυστυχώς δεν βρέθηκε αυτή η πληροφορία στη βάση δεδομένων', 'Sorry, I didn\'t find this information in my database!' => 'Δυστυχώς δεν βρέθηκε αυτή η πληροφορία στη βάση δεδομένων',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Δημιουργία εργασίας', 'Task creation' => 'Δημιουργία εργασίας',
'Closing a task' => 'Κλείσιμο εργασίας', 'Closing a task' => 'Κλείσιμο εργασίας',
'Assign a color to a specific user' => 'Ανάθεση χρώματος σε συγκεκριμένο χρήστη', 'Assign a color to a specific user' => 'Ανάθεση χρώματος σε συγκεκριμένο χρήστη',
'Column title' => 'Τίτλος στήλης',
'Position' => 'Θέση', 'Position' => 'Θέση',
'Duplicate to another project' => 'Αντιγραφή σε άλλο έργο', 'Duplicate to another project' => 'Αντιγραφή σε άλλο έργο',
'Duplicate' => 'Αντιγραφή', 'Duplicate' => 'Αντιγραφή',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Θέλω να ενημερώνομαι αποκλειστικά για:', 'I want to receive notifications only for those projects:' => 'Θέλω να ενημερώνομαι αποκλειστικά για:',
'view the task on Kanboard' => 'Προβολή της εργασίας στο Kanboard', 'view the task on Kanboard' => 'Προβολή της εργασίας στο Kanboard',
'Public access' => 'Ανοιχτή πρόσβαση', 'Public access' => 'Ανοιχτή πρόσβαση',
'Active tasks' => 'Ενεργοποιημένες εργασίες',
'Disable public access' => 'Απενεργοποίηση δημόσιας πρόσβασης', 'Disable public access' => 'Απενεργοποίηση δημόσιας πρόσβασης',
'Enable public access' => 'Ενεργοποίηση δημόσιας πρόσβασης', 'Enable public access' => 'Ενεργοποίηση δημόσιας πρόσβασης',
'Public access disabled' => 'Δημόσια πρόσβαση απενεργοποιήθηκε', 'Public access disabled' => 'Δημόσια πρόσβαση απενεργοποιήθηκε',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Acciones', 'Actions' => 'Acciones',
'Inactive' => 'Inactivo', 'Inactive' => 'Inactivo',
'Active' => 'Activo', 'Active' => 'Activo',
'%d tasks on the board' => '%d tareas en el tablero',
'%d tasks in total' => '%d tareas en total',
'Unable to update this board.' => 'No se puede actualizar este tablero.', 'Unable to update this board.' => 'No se puede actualizar este tablero.',
'Disable' => 'Desactivar', 'Disable' => 'Desactivar',
'Enable' => 'Activar', 'Enable' => 'Activar',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Hecho', 'Done' => 'Hecho',
'Application version:' => 'Versión de la aplicación:', 'Application version:' => 'Versión de la aplicación:',
'Id' => 'Identificador', 'Id' => 'Identificador',
'%d closed tasks' => '%d tareas completadas',
'No task for this project' => 'Ninguna tarea para este proyecto',
'Public link' => 'Enlace público', 'Public link' => 'Enlace público',
'Timezone' => 'Zona horaria', 'Timezone' => 'Zona horaria',
'Sorry, I didn\'t find this information in my database!' => '¡Lo siento, no he encontrado esta información en mi base de datos!', 'Sorry, I didn\'t find this information in my database!' => '¡Lo siento, no he encontrado esta información en mi base de datos!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Creación de una tarea', 'Task creation' => 'Creación de una tarea',
'Closing a task' => 'Cerrar una tarea', 'Closing a task' => 'Cerrar una tarea',
'Assign a color to a specific user' => 'Asignar un color a un usuario específico', 'Assign a color to a specific user' => 'Asignar un color a un usuario específico',
'Column title' => 'Título de la columna',
'Position' => 'Posición', 'Position' => 'Posición',
'Duplicate to another project' => 'Duplicar a otro proyecto', 'Duplicate to another project' => 'Duplicar a otro proyecto',
'Duplicate' => 'Duplicar', 'Duplicate' => 'Duplicar',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Quiero recibir notificaciones sólo de estos proyectos:', 'I want to receive notifications only for those projects:' => 'Quiero recibir notificaciones sólo de estos proyectos:',
'view the task on Kanboard' => 'ver la tarea en Kanboard', 'view the task on Kanboard' => 'ver la tarea en Kanboard',
'Public access' => 'Acceso público', 'Public access' => 'Acceso público',
'Active tasks' => 'Tareas activas',
'Disable public access' => 'Desactivar acceso público', 'Disable public access' => 'Desactivar acceso público',
'Enable public access' => 'Activar acceso público', 'Enable public access' => 'Activar acceso público',
'Public access disabled' => 'Acceso público desactivado', 'Public access disabled' => 'Acceso público desactivado',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Toiminnot', 'Actions' => 'Toiminnot',
'Inactive' => 'Ei aktiivinen', 'Inactive' => 'Ei aktiivinen',
'Active' => 'Aktiivinen', 'Active' => 'Aktiivinen',
'%d tasks on the board' => '%d tehtävää taululla',
'%d tasks in total' => '%d tehtävää yhteensä',
'Unable to update this board.' => 'Taulun muuttaminen ei onnistunut.', 'Unable to update this board.' => 'Taulun muuttaminen ei onnistunut.',
'Disable' => 'Disabloi', 'Disable' => 'Disabloi',
'Enable' => 'Aktivoi', 'Enable' => 'Aktivoi',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Tehty', 'Done' => 'Tehty',
'Application version:' => 'Ohjelman versio:', 'Application version:' => 'Ohjelman versio:',
'Id' => 'Id', 'Id' => 'Id',
'%d closed tasks' => '%d suljettua tehtävää',
'No task for this project' => 'Ei tehtävää tälle projektille',
'Public link' => 'Julkinen linkki', 'Public link' => 'Julkinen linkki',
'Timezone' => 'Aikavyöhyke', 'Timezone' => 'Aikavyöhyke',
'Sorry, I didn\'t find this information in my database!' => 'Anteeksi, en löytänyt tätä tietoa tietokannastani', 'Sorry, I didn\'t find this information in my database!' => 'Anteeksi, en löytänyt tätä tietoa tietokannastani',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Tehtävän luominen', 'Task creation' => 'Tehtävän luominen',
'Closing a task' => 'Tehtävää suljetaan', 'Closing a task' => 'Tehtävää suljetaan',
'Assign a color to a specific user' => 'Valitse väri käyttäjälle', 'Assign a color to a specific user' => 'Valitse väri käyttäjälle',
'Column title' => 'Sarakkeen nimi',
'Position' => 'Positio', 'Position' => 'Positio',
'Duplicate to another project' => 'Kopioi toiseen projektiin', 'Duplicate to another project' => 'Kopioi toiseen projektiin',
'Duplicate' => 'Monista', 'Duplicate' => 'Monista',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Haluan vastaanottaa ilmoituksia ainoastaan näistä projekteista:', 'I want to receive notifications only for those projects:' => 'Haluan vastaanottaa ilmoituksia ainoastaan näistä projekteista:',
'view the task on Kanboard' => 'katso tehtävää Kanboardissa', 'view the task on Kanboard' => 'katso tehtävää Kanboardissa',
'Public access' => 'Julkinen käyttöoikeus', 'Public access' => 'Julkinen käyttöoikeus',
'Active tasks' => 'Aktiiviset tehtävät',
'Disable public access' => 'Poista käytöstä julkinen käyttöoikeus', 'Disable public access' => 'Poista käytöstä julkinen käyttöoikeus',
'Enable public access' => 'Ota käyttöön ', 'Enable public access' => 'Ota käyttöön ',
'Public access disabled' => 'Julkinen käyttöoikeus ei ole käytössä', 'Public access disabled' => 'Julkinen käyttöoikeus ei ole käytössä',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Actions', 'Actions' => 'Actions',
'Inactive' => 'Inactif', 'Inactive' => 'Inactif',
'Active' => 'Actif', 'Active' => 'Actif',
'%d tasks on the board' => '%d tâches sur le tableau',
'%d tasks in total' => '%d tâches au total',
'Unable to update this board.' => 'Impossible de mettre à jour ce tableau.', 'Unable to update this board.' => 'Impossible de mettre à jour ce tableau.',
'Disable' => 'Désactiver', 'Disable' => 'Désactiver',
'Enable' => 'Activer', 'Enable' => 'Activer',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Terminé', 'Done' => 'Terminé',
'Application version:' => 'Version de l\'application :', 'Application version:' => 'Version de l\'application :',
'Id' => 'Id.', 'Id' => 'Id.',
'%d closed tasks' => '%d tâches terminées',
'No task for this project' => 'Aucune tâche pour ce projet',
'Public link' => 'Lien public', 'Public link' => 'Lien public',
'Timezone' => 'Fuseau horaire', 'Timezone' => 'Fuseau horaire',
'Sorry, I didn\'t find this information in my database!' => 'Désolé, je n\'ai pas trouvé cette information dans ma base de données !', 'Sorry, I didn\'t find this information in my database!' => 'Désolé, je n\'ai pas trouvé cette information dans ma base de données !',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Création d\'une tâche', 'Task creation' => 'Création d\'une tâche',
'Closing a task' => 'Fermeture d\'une tâche', 'Closing a task' => 'Fermeture d\'une tâche',
'Assign a color to a specific user' => 'Assigner une couleur à un utilisateur', 'Assign a color to a specific user' => 'Assigner une couleur à un utilisateur',
'Column title' => 'Titre de la colonne',
'Position' => 'Position', 'Position' => 'Position',
'Duplicate to another project' => 'Dupliquer dans un autre projet', 'Duplicate to another project' => 'Dupliquer dans un autre projet',
'Duplicate' => 'Dupliquer', 'Duplicate' => 'Dupliquer',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Je souhaite reçevoir les notifications uniquement pour les projets sélectionnés :', 'I want to receive notifications only for those projects:' => 'Je souhaite reçevoir les notifications uniquement pour les projets sélectionnés :',
'view the task on Kanboard' => 'voir la tâche sur Kanboard', 'view the task on Kanboard' => 'voir la tâche sur Kanboard',
'Public access' => 'Accès public', 'Public access' => 'Accès public',
'Active tasks' => 'Tâches actives',
'Disable public access' => 'Désactiver l\'accès public', 'Disable public access' => 'Désactiver l\'accès public',
'Enable public access' => 'Activer l\'accès public', 'Enable public access' => 'Activer l\'accès public',
'Public access disabled' => 'Accès public désactivé', 'Public access disabled' => 'Accès public désactivé',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Műveletek', 'Actions' => 'Műveletek',
'Inactive' => 'Inaktív', 'Inactive' => 'Inaktív',
'Active' => 'Aktív', 'Active' => 'Aktív',
'%d tasks on the board' => '%d feladat a táblán',
'%d tasks in total' => 'Összesen %d feladat',
'Unable to update this board.' => 'Nem lehet frissíteni a táblát.', 'Unable to update this board.' => 'Nem lehet frissíteni a táblát.',
'Disable' => 'Letiltás', 'Disable' => 'Letiltás',
'Enable' => 'Engedélyezés', 'Enable' => 'Engedélyezés',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Kész', 'Done' => 'Kész',
'Application version:' => 'Alkalmazás verzió:', 'Application version:' => 'Alkalmazás verzió:',
'Id' => 'ID', 'Id' => 'ID',
'%d closed tasks' => '%d lezárt feladat',
'No task for this project' => 'Nincs feladat ebben a projektben',
'Public link' => 'Nyilvános hivatkozás', 'Public link' => 'Nyilvános hivatkozás',
'Timezone' => 'Időzóna', 'Timezone' => 'Időzóna',
'Sorry, I didn\'t find this information in my database!' => 'Ez az információ nem található az adatbázisban!', 'Sorry, I didn\'t find this information in my database!' => 'Ez az információ nem található az adatbázisban!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Feladat létrehozása', 'Task creation' => 'Feladat létrehozása',
'Closing a task' => 'Feladat lezárása', 'Closing a task' => 'Feladat lezárása',
'Assign a color to a specific user' => 'Szín hozzárendelése a felhasználóhoz', 'Assign a color to a specific user' => 'Szín hozzárendelése a felhasználóhoz',
'Column title' => 'Oszlopfejléc',
'Position' => 'Pozíció', 'Position' => 'Pozíció',
'Duplicate to another project' => 'Másolás másik projektbe', 'Duplicate to another project' => 'Másolás másik projektbe',
'Duplicate' => 'Másolás', 'Duplicate' => 'Másolás',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Csak ezekről a projektekről kérek értesítést:', 'I want to receive notifications only for those projects:' => 'Csak ezekről a projektekről kérek értesítést:',
'view the task on Kanboard' => 'feladat megtekintése a Kanboardon', 'view the task on Kanboard' => 'feladat megtekintése a Kanboardon',
'Public access' => 'Nyilvános hozzáférés', 'Public access' => 'Nyilvános hozzáférés',
'Active tasks' => 'Aktív feladatok',
'Disable public access' => 'Nyilvános hozzáférés letiltása', 'Disable public access' => 'Nyilvános hozzáférés letiltása',
'Enable public access' => 'Nyilvános hozzáférés engedélyezése', 'Enable public access' => 'Nyilvános hozzáférés engedélyezése',
'Public access disabled' => 'Nyilvános hozzáférés letiltva', 'Public access disabled' => 'Nyilvános hozzáférés letiltva',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Tindakan', 'Actions' => 'Tindakan',
'Inactive' => 'Non Aktif', 'Inactive' => 'Non Aktif',
'Active' => 'Aktif', 'Active' => 'Aktif',
'%d tasks on the board' => '%d tugas di papan',
'%d tasks in total' => '%d tugas di total',
'Unable to update this board.' => 'Tidak dapat memperbarui papan ini', 'Unable to update this board.' => 'Tidak dapat memperbarui papan ini',
'Disable' => 'Nonaktifkan', 'Disable' => 'Nonaktifkan',
'Enable' => 'Aktifkan', 'Enable' => 'Aktifkan',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Selesai', 'Done' => 'Selesai',
'Application version:' => 'Versi aplikasi:', 'Application version:' => 'Versi aplikasi:',
'Id' => 'ID', 'Id' => 'ID',
'%d closed tasks' => '%d tugas yang ditutup',
'No task for this project' => 'Tidak ada tugas dalam proyek ini',
'Public link' => 'Tautan publik', 'Public link' => 'Tautan publik',
'Timezone' => 'Zona waktu', 'Timezone' => 'Zona waktu',
'Sorry, I didn\'t find this information in my database!' => 'Maaf, saya tidak dapat menemukan informasi ini dalam database saya!', 'Sorry, I didn\'t find this information in my database!' => 'Maaf, saya tidak dapat menemukan informasi ini dalam database saya!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Membuat tugas', 'Task creation' => 'Membuat tugas',
'Closing a task' => 'Menutup tugas', 'Closing a task' => 'Menutup tugas',
'Assign a color to a specific user' => 'Menetapkan warna untuk pengguna tertentu', 'Assign a color to a specific user' => 'Menetapkan warna untuk pengguna tertentu',
'Column title' => 'Judul kolom',
'Position' => 'Posisi', 'Position' => 'Posisi',
'Duplicate to another project' => 'Duplikasi ke proyek lain', 'Duplicate to another project' => 'Duplikasi ke proyek lain',
'Duplicate' => 'Duplikat', 'Duplicate' => 'Duplikat',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Saya ingin menerima pemberitahuan hanya untuk proyek-proyek yang dipilih :', 'I want to receive notifications only for those projects:' => 'Saya ingin menerima pemberitahuan hanya untuk proyek-proyek yang dipilih :',
'view the task on Kanboard' => 'lihat tugas di Kanboard', 'view the task on Kanboard' => 'lihat tugas di Kanboard',
'Public access' => 'Akses publik', 'Public access' => 'Akses publik',
'Active tasks' => 'Tugas aktif',
'Disable public access' => 'Nonaktifkan akses publik', 'Disable public access' => 'Nonaktifkan akses publik',
'Enable public access' => 'Aktifkan akses publik', 'Enable public access' => 'Aktifkan akses publik',
'Public access disabled' => 'Akses publik dinonaktifkan', 'Public access disabled' => 'Akses publik dinonaktifkan',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Azioni', 'Actions' => 'Azioni',
'Inactive' => 'Inattivo', 'Inactive' => 'Inattivo',
'Active' => 'Attivo', 'Active' => 'Attivo',
'%d tasks on the board' => '%d task sulla bacheca',
'%d tasks in total' => '%d task in totale',
'Unable to update this board.' => 'Impossibile aggiornare questa bacheca.', 'Unable to update this board.' => 'Impossibile aggiornare questa bacheca.',
'Disable' => 'Disattiva', 'Disable' => 'Disattiva',
'Enable' => 'Attiva', 'Enable' => 'Attiva',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Fatto', 'Done' => 'Fatto',
'Application version:' => 'Versione dell\'applicazione:', 'Application version:' => 'Versione dell\'applicazione:',
// 'Id' => '', // 'Id' => '',
'%d closed tasks' => '%d task chiusi',
'No task for this project' => 'Nessun task per questo progetto',
'Public link' => 'Link pubblico', 'Public link' => 'Link pubblico',
'Timezone' => 'Fuso orario', 'Timezone' => 'Fuso orario',
'Sorry, I didn\'t find this information in my database!' => 'Spiacente, non ho trovato questa informazione sul database!', 'Sorry, I didn\'t find this information in my database!' => 'Spiacente, non ho trovato questa informazione sul database!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Creazione di un task', 'Task creation' => 'Creazione di un task',
'Closing a task' => 'Chiusura di un task', 'Closing a task' => 'Chiusura di un task',
'Assign a color to a specific user' => 'Assegna un colore ad un utente specifico', 'Assign a color to a specific user' => 'Assegna un colore ad un utente specifico',
'Column title' => 'Titolo della colonna',
'Position' => 'Posizione', 'Position' => 'Posizione',
'Duplicate to another project' => 'Duplica in un altro progetto', 'Duplicate to another project' => 'Duplica in un altro progetto',
'Duplicate' => 'Duplica', 'Duplicate' => 'Duplica',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Vorrei ricevere le notifiche solo da questi progetti:', 'I want to receive notifications only for those projects:' => 'Vorrei ricevere le notifiche solo da questi progetti:',
'view the task on Kanboard' => 'visualizza il task su Kanboard', 'view the task on Kanboard' => 'visualizza il task su Kanboard',
'Public access' => 'Accesso pubblico', 'Public access' => 'Accesso pubblico',
'Active tasks' => 'Task attivi',
'Disable public access' => 'Disabilita l\'accesso pubblico', 'Disable public access' => 'Disabilita l\'accesso pubblico',
'Enable public access' => 'Abilita l\'accesso pubblico', 'Enable public access' => 'Abilita l\'accesso pubblico',
'Public access disabled' => 'Accesso pubblico disattivato', 'Public access disabled' => 'Accesso pubblico disattivato',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'アクション', 'Actions' => 'アクション',
'Inactive' => '無効', 'Inactive' => '無効',
'Active' => '有効', 'Active' => '有効',
'%d tasks on the board' => '%d 個のタスク',
'%d tasks in total' => '合計 %d 個のタスク',
'Unable to update this board.' => 'ボードを更新できませんでした', 'Unable to update this board.' => 'ボードを更新できませんでした',
'Disable' => '無効にする', 'Disable' => '無効にする',
'Enable' => '有効にする', 'Enable' => '有効にする',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Done', 'Done' => 'Done',
'Application version:' => 'アプリケーションのバージョン:', 'Application version:' => 'アプリケーションのバージョン:',
'Id' => 'ID', 'Id' => 'ID',
'%d closed tasks' => '%d 個のクローズしたタスク',
'No task for this project' => 'このプロジェクトにタスクがありません',
'Public link' => '公開アクセス用リンク', 'Public link' => '公開アクセス用リンク',
'Timezone' => 'タイムゾーン', 'Timezone' => 'タイムゾーン',
'Sorry, I didn\'t find this information in my database!' => 'データベース上で情報が見つかりませんでした!', 'Sorry, I didn\'t find this information in my database!' => 'データベース上で情報が見つかりませんでした!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'タスクを作る', 'Task creation' => 'タスクを作る',
'Closing a task' => 'タスクをクローズする', 'Closing a task' => 'タスクをクローズする',
'Assign a color to a specific user' => '色をユーザに割り当てる', 'Assign a color to a specific user' => '色をユーザに割り当てる',
'Column title' => 'カラムのタイトル',
'Position' => '位置', 'Position' => '位置',
'Duplicate to another project' => '別のプロジェクトに複製する', 'Duplicate to another project' => '別のプロジェクトに複製する',
'Duplicate' => '複製する', 'Duplicate' => '複製する',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => '以下のプロジェクトにのみ通知を受け取る:', 'I want to receive notifications only for those projects:' => '以下のプロジェクトにのみ通知を受け取る:',
'view the task on Kanboard' => 'Kanboard でタスクを見る', 'view the task on Kanboard' => 'Kanboard でタスクを見る',
'Public access' => '公開アクセス設定', 'Public access' => '公開アクセス設定',
'Active tasks' => 'アクティブなタスク',
'Disable public access' => '公開アクセスを無効にする', 'Disable public access' => '公開アクセスを無効にする',
'Enable public access' => '公開アクセスを有効にする', 'Enable public access' => '公開アクセスを有効にする',
'Public access disabled' => '公開アクセスは無効化されています', 'Public access disabled' => '公開アクセスは無効化されています',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Actions', 'Actions' => 'Actions',
'Inactive' => '무효', 'Inactive' => '무효',
'Active' => '유효', 'Active' => '유효',
'%d tasks on the board' => '%d개의 할일',
'%d tasks in total' => '총 %d개의 할일',
'Unable to update this board.' => '보드를 갱신할 수 없었습니다', 'Unable to update this board.' => '보드를 갱신할 수 없었습니다',
'Disable' => '비활성화', 'Disable' => '비활성화',
'Enable' => '유효하게 한다', 'Enable' => '유효하게 한다',
@@ -146,8 +144,6 @@ return array(
'Done' => '완료', 'Done' => '완료',
'Application version:' => '애플리케이션의 버전:', 'Application version:' => '애플리케이션의 버전:',
'Id' => 'ID', 'Id' => 'ID',
'%d closed tasks' => '%d개의 마친 할일',
'No task for this project' => '이 프로젝트에 할일이 없습니다',
'Public link' => '공개 접속 링크', 'Public link' => '공개 접속 링크',
'Timezone' => '시간대', 'Timezone' => '시간대',
'Sorry, I didn\'t find this information in my database!' => '데이터베이스에서 정보가 발견되지 않았습니다!', 'Sorry, I didn\'t find this information in my database!' => '데이터베이스에서 정보가 발견되지 않았습니다!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => '할일을 만들', 'Task creation' => '할일을 만들',
'Closing a task' => '할일을 닫혔다', 'Closing a task' => '할일을 닫혔다',
'Assign a color to a specific user' => '색을 사용자에 할당', 'Assign a color to a specific user' => '색을 사용자에 할당',
'Column title' => '컬럼의 제목',
'Position' => '위치', 'Position' => '위치',
'Duplicate to another project' => '다른 프로젝트에 복사', 'Duplicate to another project' => '다른 프로젝트에 복사',
'Duplicate' => '복사', 'Duplicate' => '복사',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => '다음 프로젝트의 알림만 받겠습니다:', 'I want to receive notifications only for those projects:' => '다음 프로젝트의 알림만 받겠습니다:',
'view the task on Kanboard' => 'Kanboard에서 할일을 본다', 'view the task on Kanboard' => 'Kanboard에서 할일을 본다',
'Public access' => '공개 접속 설정', 'Public access' => '공개 접속 설정',
'Active tasks' => '활성화된 할일',
'Disable public access' => '공개 접속 비활성화', 'Disable public access' => '공개 접속 비활성화',
'Enable public access' => '공개 접속 활성화', 'Enable public access' => '공개 접속 활성화',
'Public access disabled' => '공개 접속 불가', 'Public access disabled' => '공개 접속 불가',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Tindakan', 'Actions' => 'Tindakan',
'Inactive' => 'Tidak Aktif', 'Inactive' => 'Tidak Aktif',
'Active' => 'Aktif', 'Active' => 'Aktif',
'%d tasks on the board' => '%d tugasan di papan',
'%d tasks in total' => 'Sejumlah %d tugasan',
'Unable to update this board.' => 'Tidak berupaya mengemaskini papan ini', 'Unable to update this board.' => 'Tidak berupaya mengemaskini papan ini',
'Disable' => 'Nyah-Upaya', 'Disable' => 'Nyah-Upaya',
'Enable' => 'Aktifkan', 'Enable' => 'Aktifkan',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Selesai', 'Done' => 'Selesai',
'Application version:' => 'Versi aplikasi :', 'Application version:' => 'Versi aplikasi :',
'Id' => 'Id.', 'Id' => 'Id.',
'%d closed tasks' => '%d tugas yang ditutup',
'No task for this project' => 'Tidak ada tugas dalam projek ini',
'Public link' => 'Pautan publik', 'Public link' => 'Pautan publik',
'Timezone' => 'Zona waktu', 'Timezone' => 'Zona waktu',
'Sorry, I didn\'t find this information in my database!' => 'Maaf, saya tidak menemukan informasi ini dalam basis data saya !', 'Sorry, I didn\'t find this information in my database!' => 'Maaf, saya tidak menemukan informasi ini dalam basis data saya !',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Membuat tugas', 'Task creation' => 'Membuat tugas',
'Closing a task' => 'Menutup tugas', 'Closing a task' => 'Menutup tugas',
'Assign a color to a specific user' => 'Menetapkan warna untuk pengguna tertentu', 'Assign a color to a specific user' => 'Menetapkan warna untuk pengguna tertentu',
'Column title' => 'Judul kolom',
'Position' => 'Posisi', 'Position' => 'Posisi',
'Duplicate to another project' => 'Duplikasi ke projek lain', 'Duplicate to another project' => 'Duplikasi ke projek lain',
'Duplicate' => 'Duplikasi', 'Duplicate' => 'Duplikasi',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Saya ingin menerima pemberitahuan hanya untuk projek-projek yang dipilih :', 'I want to receive notifications only for those projects:' => 'Saya ingin menerima pemberitahuan hanya untuk projek-projek yang dipilih :',
'view the task on Kanboard' => 'lihat tugas di Kanboard', 'view the task on Kanboard' => 'lihat tugas di Kanboard',
'Public access' => 'Akses awam', 'Public access' => 'Akses awam',
'Active tasks' => 'Tugas aktif',
'Disable public access' => 'Nyahaktifkan akses awam', 'Disable public access' => 'Nyahaktifkan akses awam',
'Enable public access' => 'Aktifkan akses awam', 'Enable public access' => 'Aktifkan akses awam',
'Public access disabled' => 'Akses awam dinyahaktif', 'Public access disabled' => 'Akses awam dinyahaktif',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Handlinger', 'Actions' => 'Handlinger',
'Inactive' => 'Inaktiv', 'Inactive' => 'Inaktiv',
'Active' => 'Aktiv', 'Active' => 'Aktiv',
'%d tasks on the board' => '%d Oppgaver på hovedsiden',
'%d tasks in total' => '%d Oppgaver i alt',
'Unable to update this board.' => 'Ikke mulig at oppdatere hovedsiden', 'Unable to update this board.' => 'Ikke mulig at oppdatere hovedsiden',
'Disable' => 'Deaktiver', 'Disable' => 'Deaktiver',
'Enable' => 'Aktiver', 'Enable' => 'Aktiver',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Utført', 'Done' => 'Utført',
'Application version:' => 'Versjon:', 'Application version:' => 'Versjon:',
'Id' => 'ID', 'Id' => 'ID',
'%d closed tasks' => '%d lukkede oppgaver',
'No task for this project' => 'Ingen oppgaver i dette prosjektet',
'Public link' => 'Offentligt lenke', 'Public link' => 'Offentligt lenke',
'Timezone' => 'Tidssone', 'Timezone' => 'Tidssone',
'Sorry, I didn\'t find this information in my database!' => 'Denne informasjonen kunne ikke finnes i databasen!', 'Sorry, I didn\'t find this information in my database!' => 'Denne informasjonen kunne ikke finnes i databasen!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Oppgaveoprettelse', 'Task creation' => 'Oppgaveoprettelse',
'Closing a task' => 'Lukke en oppgave', 'Closing a task' => 'Lukke en oppgave',
'Assign a color to a specific user' => 'Tildel en farge til en bestemt bruker', 'Assign a color to a specific user' => 'Tildel en farge til en bestemt bruker',
'Column title' => 'Kolonne tittel',
'Position' => 'Posisjon', 'Position' => 'Posisjon',
'Duplicate to another project' => 'Kopier til et annet prosjekt', 'Duplicate to another project' => 'Kopier til et annet prosjekt',
'Duplicate' => 'Kopier', 'Duplicate' => 'Kopier',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Jeg vil kun ha varslinger for disse prosjekter:', 'I want to receive notifications only for those projects:' => 'Jeg vil kun ha varslinger for disse prosjekter:',
'view the task on Kanboard' => 'se oppgaven påhovedsiden', 'view the task on Kanboard' => 'se oppgaven påhovedsiden',
'Public access' => 'Offentlig tilgang', 'Public access' => 'Offentlig tilgang',
'Active tasks' => 'Aktive oppgaver',
'Disable public access' => 'Deaktiver offentlig tilgang', 'Disable public access' => 'Deaktiver offentlig tilgang',
'Enable public access' => 'Aktiver offentlig tilgang', 'Enable public access' => 'Aktiver offentlig tilgang',
'Public access disabled' => 'Offentlig tilgang er deaktivert', 'Public access disabled' => 'Offentlig tilgang er deaktivert',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Acties', 'Actions' => 'Acties',
'Inactive' => 'Inactief', 'Inactive' => 'Inactief',
'Active' => 'Actief', 'Active' => 'Actief',
'%d tasks on the board' => '%d taken op het bord',
'%d tasks in total' => '%d taken in totaal',
'Unable to update this board.' => 'Update van dit bord niet mogelijk.', 'Unable to update this board.' => 'Update van dit bord niet mogelijk.',
'Disable' => 'Deactiveren', 'Disable' => 'Deactiveren',
'Enable' => 'Activeren', 'Enable' => 'Activeren',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Afgewerkt', 'Done' => 'Afgewerkt',
'Application version:' => 'Applicatie versie :', 'Application version:' => 'Applicatie versie :',
'Id' => 'Id', 'Id' => 'Id',
'%d closed tasks' => '%d gesloten taken',
'No task for this project' => 'Geen taken voor dit project',
'Public link' => 'Publieke link', 'Public link' => 'Publieke link',
'Timezone' => 'Tijdzone', 'Timezone' => 'Tijdzone',
'Sorry, I didn\'t find this information in my database!' => 'Sorry deze informatie kon niet worden gevonden in de database !', 'Sorry, I didn\'t find this information in my database!' => 'Sorry deze informatie kon niet worden gevonden in de database !',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Taak aanmaken', 'Task creation' => 'Taak aanmaken',
'Closing a task' => 'Taak sluiten', 'Closing a task' => 'Taak sluiten',
'Assign a color to a specific user' => 'Wijs een kleur toe aan een gebruiker', 'Assign a color to a specific user' => 'Wijs een kleur toe aan een gebruiker',
'Column title' => 'Kolom titel',
'Position' => 'Positie', 'Position' => 'Positie',
'Duplicate to another project' => 'Dupliceren in een ander project', 'Duplicate to another project' => 'Dupliceren in een ander project',
'Duplicate' => 'Dupliceren', 'Duplicate' => 'Dupliceren',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Ik wil notificaties ontvangen van de volgende projecten :', 'I want to receive notifications only for those projects:' => 'Ik wil notificaties ontvangen van de volgende projecten :',
'view the task on Kanboard' => 'taak bekijken op Kanboard', 'view the task on Kanboard' => 'taak bekijken op Kanboard',
'Public access' => 'Publieke toegang', 'Public access' => 'Publieke toegang',
'Active tasks' => 'Actieve taken',
'Disable public access' => 'Publieke toegang uitschakelen', 'Disable public access' => 'Publieke toegang uitschakelen',
'Enable public access' => 'Publieke toegang inschakelen', 'Enable public access' => 'Publieke toegang inschakelen',
'Public access disabled' => 'Publieke toegang uitgeschakeld', 'Public access disabled' => 'Publieke toegang uitgeschakeld',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Akcje', 'Actions' => 'Akcje',
'Inactive' => 'Nieaktywny', 'Inactive' => 'Nieaktywny',
'Active' => 'Aktywny', 'Active' => 'Aktywny',
'%d tasks on the board' => '%d zadań na tablicy',
'%d tasks in total' => '%d wszystkich zadań',
'Unable to update this board.' => 'Nie można zaktualizować tablicy.', 'Unable to update this board.' => 'Nie można zaktualizować tablicy.',
'Disable' => 'Wyłącz', 'Disable' => 'Wyłącz',
'Enable' => 'Włącz', 'Enable' => 'Włącz',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Zakończone', 'Done' => 'Zakończone',
'Application version:' => 'Wersja aplikacji:', 'Application version:' => 'Wersja aplikacji:',
'Id' => 'Id', 'Id' => 'Id',
'%d closed tasks' => '%d zamkniętych zadań',
'No task for this project' => 'Brak zadań dla tego projektu',
'Public link' => 'Link publiczny', 'Public link' => 'Link publiczny',
'Timezone' => 'Strefa czasowa', 'Timezone' => 'Strefa czasowa',
'Sorry, I didn\'t find this information in my database!' => 'Niestety nie znaleziono tej informacji w bazie danych', 'Sorry, I didn\'t find this information in my database!' => 'Niestety nie znaleziono tej informacji w bazie danych',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Tworzenie zadania', 'Task creation' => 'Tworzenie zadania',
'Closing a task' => 'Zamknięcie zadania', 'Closing a task' => 'Zamknięcie zadania',
'Assign a color to a specific user' => 'Przypisz kolor do wybranego użytkownika', 'Assign a color to a specific user' => 'Przypisz kolor do wybranego użytkownika',
'Column title' => 'Tytuł kolumny',
'Position' => 'Pozycja', 'Position' => 'Pozycja',
'Duplicate to another project' => 'Skopiuj do innego projektu', 'Duplicate to another project' => 'Skopiuj do innego projektu',
'Duplicate' => 'Utwórz kopię', 'Duplicate' => 'Utwórz kopię',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Chcę otrzymywać powiadomienia tylko dla poniższych projektów:', 'I want to receive notifications only for those projects:' => 'Chcę otrzymywać powiadomienia tylko dla poniższych projektów:',
'view the task on Kanboard' => 'Zobacz zadanie', 'view the task on Kanboard' => 'Zobacz zadanie',
'Public access' => 'Dostęp publiczny', 'Public access' => 'Dostęp publiczny',
'Active tasks' => 'Aktywne zadania',
'Disable public access' => 'Zablokuj dostęp publiczny', 'Disable public access' => 'Zablokuj dostęp publiczny',
'Enable public access' => 'Odblokuj dostęp publiczny', 'Enable public access' => 'Odblokuj dostęp publiczny',
'Public access disabled' => 'Dostęp publiczny zablokowany', 'Public access disabled' => 'Dostęp publiczny zablokowany',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Ações', 'Actions' => 'Ações',
'Inactive' => 'Inativo', 'Inactive' => 'Inativo',
'Active' => 'Ativo', 'Active' => 'Ativo',
'%d tasks on the board' => '%d tarefas no board',
'%d tasks in total' => '%d tarefas no total',
'Unable to update this board.' => 'Não foi possível atualizar este board.', 'Unable to update this board.' => 'Não foi possível atualizar este board.',
'Disable' => 'Desativar', 'Disable' => 'Desativar',
'Enable' => 'Ativar', 'Enable' => 'Ativar',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Feito', 'Done' => 'Feito',
'Application version:' => 'Versão da aplicação:', 'Application version:' => 'Versão da aplicação:',
'Id' => 'Id', 'Id' => 'Id',
'%d closed tasks' => '%d tarefas finalizadas',
'No task for this project' => 'Não há tarefa para este projeto',
'Public link' => 'Link público', 'Public link' => 'Link público',
'Timezone' => 'Fuso horário', 'Timezone' => 'Fuso horário',
'Sorry, I didn\'t find this information in my database!' => 'Desculpe, não encontrei esta informação no meu banco de dados!', 'Sorry, I didn\'t find this information in my database!' => 'Desculpe, não encontrei esta informação no meu banco de dados!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Criação de tarefa', 'Task creation' => 'Criação de tarefa',
'Closing a task' => 'Finalizando uma tarefa', 'Closing a task' => 'Finalizando uma tarefa',
'Assign a color to a specific user' => 'Designar uma cor para um usuário específico', 'Assign a color to a specific user' => 'Designar uma cor para um usuário específico',
'Column title' => 'Título da coluna',
'Position' => 'Posição', 'Position' => 'Posição',
'Duplicate to another project' => 'Duplicar para outro projeto', 'Duplicate to another project' => 'Duplicar para outro projeto',
'Duplicate' => 'Duplicar', 'Duplicate' => 'Duplicar',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Quero receber notificações apenas destes projetos:', 'I want to receive notifications only for those projects:' => 'Quero receber notificações apenas destes projetos:',
'view the task on Kanboard' => 'ver a tarefa no Kanboard', 'view the task on Kanboard' => 'ver a tarefa no Kanboard',
'Public access' => 'Acesso público', 'Public access' => 'Acesso público',
'Active tasks' => 'Tarefas ativas',
'Disable public access' => 'Desabilitar o acesso público', 'Disable public access' => 'Desabilitar o acesso público',
'Enable public access' => 'Habilitar o acesso público', 'Enable public access' => 'Habilitar o acesso público',
'Public access disabled' => 'Acesso público desabilitado', 'Public access disabled' => 'Acesso público desabilitado',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Acções', 'Actions' => 'Acções',
'Inactive' => 'Inactivo', 'Inactive' => 'Inactivo',
'Active' => 'Activo', 'Active' => 'Activo',
'%d tasks on the board' => '%d tarefas no quadro',
'%d tasks in total' => '%d tarefas no total',
'Unable to update this board.' => 'Não foi possível actualizar este quadro.', 'Unable to update this board.' => 'Não foi possível actualizar este quadro.',
'Disable' => 'Desactivar', 'Disable' => 'Desactivar',
'Enable' => 'Activar', 'Enable' => 'Activar',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Finalizado', 'Done' => 'Finalizado',
'Application version:' => 'Versão da aplicação:', 'Application version:' => 'Versão da aplicação:',
'Id' => 'Id', 'Id' => 'Id',
'%d closed tasks' => '%d tarefas finalizadas',
'No task for this project' => 'Não há tarefa para este projeto',
'Public link' => 'Link público', 'Public link' => 'Link público',
'Timezone' => 'Fuso horário', 'Timezone' => 'Fuso horário',
'Sorry, I didn\'t find this information in my database!' => 'Desculpe, não encontrei esta informação na minha base de dados!', 'Sorry, I didn\'t find this information in my database!' => 'Desculpe, não encontrei esta informação na minha base de dados!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Criação de tarefa', 'Task creation' => 'Criação de tarefa',
'Closing a task' => 'A finalizar uma tarefa', 'Closing a task' => 'A finalizar uma tarefa',
'Assign a color to a specific user' => 'Designar uma cor para um utilizador específico', 'Assign a color to a specific user' => 'Designar uma cor para um utilizador específico',
'Column title' => 'Título da coluna',
'Position' => 'Posição', 'Position' => 'Posição',
'Duplicate to another project' => 'Duplicar para outro projeto', 'Duplicate to another project' => 'Duplicar para outro projeto',
'Duplicate' => 'Duplicar', 'Duplicate' => 'Duplicar',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Quero receber notificações apenas destes projetos:', 'I want to receive notifications only for those projects:' => 'Quero receber notificações apenas destes projetos:',
'view the task on Kanboard' => 'ver a tarefa no Kanboard', 'view the task on Kanboard' => 'ver a tarefa no Kanboard',
'Public access' => 'Acesso público', 'Public access' => 'Acesso público',
'Active tasks' => 'Tarefas activas',
'Disable public access' => 'Desactivar o acesso público', 'Disable public access' => 'Desactivar o acesso público',
'Enable public access' => 'Activar o acesso público', 'Enable public access' => 'Activar o acesso público',
'Public access disabled' => 'Acesso público desactivado', 'Public access disabled' => 'Acesso público desactivado',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Действия', 'Actions' => 'Действия',
'Inactive' => 'Неактивен', 'Inactive' => 'Неактивен',
'Active' => 'Активен', 'Active' => 'Активен',
'%d tasks on the board' => '%d задач на доске',
'%d tasks in total' => 'всего %d задач',
'Unable to update this board.' => 'Не удалось обновить эту доску.', 'Unable to update this board.' => 'Не удалось обновить эту доску.',
'Disable' => 'Выключить проект', 'Disable' => 'Выключить проект',
'Enable' => 'Включить проект', 'Enable' => 'Включить проект',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Выполнено', 'Done' => 'Выполнено',
'Application version:' => 'Версия приложения:', 'Application version:' => 'Версия приложения:',
'Id' => 'ID', 'Id' => 'ID',
'%d closed tasks' => '%d завершённых задач',
'No task for this project' => 'Нет задач для этого проекта',
'Public link' => 'Ссылка для просмотра', 'Public link' => 'Ссылка для просмотра',
'Timezone' => 'Часовой пояс', 'Timezone' => 'Часовой пояс',
'Sorry, I didn\'t find this information in my database!' => 'К сожалению, информация в базе данных не найдена!', 'Sorry, I didn\'t find this information in my database!' => 'К сожалению, информация в базе данных не найдена!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Создание задачи', 'Task creation' => 'Создание задачи',
'Closing a task' => 'Завершение задачи', 'Closing a task' => 'Завершение задачи',
'Assign a color to a specific user' => 'Назначить определённый цвет пользователю', 'Assign a color to a specific user' => 'Назначить определённый цвет пользователю',
'Column title' => 'Название колонки',
'Position' => 'Расположение', 'Position' => 'Расположение',
'Duplicate to another project' => 'Клонировать в другой проект', 'Duplicate to another project' => 'Клонировать в другой проект',
'Duplicate' => 'Клонировать', 'Duplicate' => 'Клонировать',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Я хочу получать уведомления только по этим проектам:', 'I want to receive notifications only for those projects:' => 'Я хочу получать уведомления только по этим проектам:',
'view the task on Kanboard' => 'посмотреть задачу на Kanboard', 'view the task on Kanboard' => 'посмотреть задачу на Kanboard',
'Public access' => 'Общий доступ', 'Public access' => 'Общий доступ',
'Active tasks' => 'Активные задачи',
'Disable public access' => 'Отключить общий доступ', 'Disable public access' => 'Отключить общий доступ',
'Enable public access' => 'Включить общий доступ', 'Enable public access' => 'Включить общий доступ',
'Public access disabled' => 'Общий доступ отключён', 'Public access disabled' => 'Общий доступ отключён',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Akcje', 'Actions' => 'Akcje',
'Inactive' => 'Neaktivan', 'Inactive' => 'Neaktivan',
'Active' => 'Aktivan', 'Active' => 'Aktivan',
'%d tasks on the board' => '%d zadataka na tabli',
'%d tasks in total' => '%d zadataka ukupno',
'Unable to update this board.' => 'Nemogu da ažuriram ovu tablu.', 'Unable to update this board.' => 'Nemogu da ažuriram ovu tablu.',
'Disable' => 'Onemogući', 'Disable' => 'Onemogući',
'Enable' => 'Omogući', 'Enable' => 'Omogući',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Gotovo', 'Done' => 'Gotovo',
'Application version:' => 'Verzija aplikacije:', 'Application version:' => 'Verzija aplikacije:',
'Id' => 'Id', 'Id' => 'Id',
'%d closed tasks' => '%d zatvorenih zadataka',
'No task for this project' => 'Nema dodeljenih zadataka ovom projektu',
'Public link' => 'Javni link', 'Public link' => 'Javni link',
'Timezone' => 'Vremenska zona', 'Timezone' => 'Vremenska zona',
'Sorry, I didn\'t find this information in my database!' => 'Na žalost, nije pronađena informacija u bazi', 'Sorry, I didn\'t find this information in my database!' => 'Na žalost, nije pronađena informacija u bazi',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Kreiranje zadatka', 'Task creation' => 'Kreiranje zadatka',
'Closing a task' => 'Zatvaranja zadatka', 'Closing a task' => 'Zatvaranja zadatka',
'Assign a color to a specific user' => 'Dodeli boju korisniku', 'Assign a color to a specific user' => 'Dodeli boju korisniku',
'Column title' => 'Naslov kolone',
'Position' => 'Pozicija', 'Position' => 'Pozicija',
'Duplicate to another project' => 'Kopiraj u drugi projekat', 'Duplicate to another project' => 'Kopiraj u drugi projekat',
'Duplicate' => 'Napravi kopiju', 'Duplicate' => 'Napravi kopiju',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Želim obaveštenja samo za ovaj projekat:', 'I want to receive notifications only for those projects:' => 'Želim obaveštenja samo za ovaj projekat:',
'view the task on Kanboard' => 'Pregledaj zadatke', 'view the task on Kanboard' => 'Pregledaj zadatke',
'Public access' => 'Javni pristup', 'Public access' => 'Javni pristup',
'Active tasks' => 'Aktivni zadaci',
'Disable public access' => 'Zabrani javni pristup', 'Disable public access' => 'Zabrani javni pristup',
'Enable public access' => 'Dozvoli javni pristup', 'Enable public access' => 'Dozvoli javni pristup',
'Public access disabled' => 'Javni pristup onemogućen!', 'Public access disabled' => 'Javni pristup onemogućen!',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'Åtgärder', 'Actions' => 'Åtgärder',
'Inactive' => 'Inaktiv', 'Inactive' => 'Inaktiv',
'Active' => 'Aktiv', 'Active' => 'Aktiv',
'%d tasks on the board' => '%d uppgifter på tavlan',
'%d tasks in total' => '%d uppgifter totalt',
'Unable to update this board.' => 'Kunde inte uppdatera tavlan', 'Unable to update this board.' => 'Kunde inte uppdatera tavlan',
'Disable' => 'Inaktivera', 'Disable' => 'Inaktivera',
'Enable' => 'Aktivera', 'Enable' => 'Aktivera',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Slutfört', 'Done' => 'Slutfört',
'Application version:' => 'Version:', 'Application version:' => 'Version:',
'Id' => 'ID', 'Id' => 'ID',
'%d closed tasks' => '%d stängda uppgifter',
'No task for this project' => 'Inga uppgifter i detta projekt',
'Public link' => 'Publik länk', 'Public link' => 'Publik länk',
'Timezone' => 'Tidszon', 'Timezone' => 'Tidszon',
'Sorry, I didn\'t find this information in my database!' => 'Informationen kunde inte hittas i databasen.', 'Sorry, I didn\'t find this information in my database!' => 'Informationen kunde inte hittas i databasen.',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Skapa uppgift', 'Task creation' => 'Skapa uppgift',
'Closing a task' => 'Stänger en uppgift', 'Closing a task' => 'Stänger en uppgift',
'Assign a color to a specific user' => 'Tilldela en färg till en specifik användare', 'Assign a color to a specific user' => 'Tilldela en färg till en specifik användare',
'Column title' => 'Kolumnens titel',
'Position' => 'Position', 'Position' => 'Position',
'Duplicate to another project' => 'Kopiera till ett annat projekt', 'Duplicate to another project' => 'Kopiera till ett annat projekt',
'Duplicate' => 'Kopiera uppgiften', 'Duplicate' => 'Kopiera uppgiften',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Jag vill endast få notiser för dessa projekt:', 'I want to receive notifications only for those projects:' => 'Jag vill endast få notiser för dessa projekt:',
'view the task on Kanboard' => 'Visa uppgiften på Kanboard', 'view the task on Kanboard' => 'Visa uppgiften på Kanboard',
'Public access' => 'Publik åtkomst', 'Public access' => 'Publik åtkomst',
'Active tasks' => 'Aktiva uppgifter',
'Disable public access' => 'Inaktivera publik åtkomst', 'Disable public access' => 'Inaktivera publik åtkomst',
'Enable public access' => 'Aktivera publik åtkomst', 'Enable public access' => 'Aktivera publik åtkomst',
'Public access disabled' => 'Publik åtkomst har inaktiverats', 'Public access disabled' => 'Publik åtkomst har inaktiverats',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'การกระทำ', 'Actions' => 'การกระทำ',
'Inactive' => 'ไม่เปิดใช้งาน', 'Inactive' => 'ไม่เปิดใช้งาน',
'Active' => 'เปิดใช้งาน', 'Active' => 'เปิดใช้งาน',
'%d tasks on the board' => '%d งานบนบอร์ด',
'%d tasks in total' => '%d งานทั้งหมด',
'Unable to update this board.' => 'ไม่สามารถปรับปรุงบอร์ดได้.', 'Unable to update this board.' => 'ไม่สามารถปรับปรุงบอร์ดได้.',
'Disable' => 'ปิดการทำงาน', 'Disable' => 'ปิดการทำงาน',
'Enable' => 'เปิดการทำงาน', 'Enable' => 'เปิดการทำงาน',
@@ -146,8 +144,6 @@ return array(
'Done' => 'เสร็จ', 'Done' => 'เสร็จ',
'Application version:' => 'แอพเวอร์ชัน:', 'Application version:' => 'แอพเวอร์ชัน:',
'Id' => 'ไอดี', 'Id' => 'ไอดี',
'%d closed tasks' => '%d งานที่ปิด',
'No task for this project' => 'ไม่มีงานสำหรับโปรเจคนี้',
'Public link' => 'ลิงค์สาธารณะ', 'Public link' => 'ลิงค์สาธารณะ',
'Timezone' => 'เขตเวลา', 'Timezone' => 'เขตเวลา',
'Sorry, I didn\'t find this information in my database!' => 'เสียใจด้วย ไม่สามารถหาข้อมูลในฐานข้อมูลได้', 'Sorry, I didn\'t find this information in my database!' => 'เสียใจด้วย ไม่สามารถหาข้อมูลในฐานข้อมูลได้',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'สร้างงาน', 'Task creation' => 'สร้างงาน',
'Closing a task' => 'กำลังปิดงาน', 'Closing a task' => 'กำลังปิดงาน',
'Assign a color to a specific user' => 'กำหนดสีให้ผู้ใช้แบบเจาะจง', 'Assign a color to a specific user' => 'กำหนดสีให้ผู้ใช้แบบเจาะจง',
'Column title' => 'หัวเรื่องคอลัมน์',
'Position' => 'ตำแหน่ง', 'Position' => 'ตำแหน่ง',
'Duplicate to another project' => 'ทำซ้ำในโปรเจคอื่น', 'Duplicate to another project' => 'ทำซ้ำในโปรเจคอื่น',
'Duplicate' => 'ทำซ้ำ', 'Duplicate' => 'ทำซ้ำ',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'ฉันต้องการรับการแจ้งเตือนสำหรับโปรเจค:', 'I want to receive notifications only for those projects:' => 'ฉันต้องการรับการแจ้งเตือนสำหรับโปรเจค:',
'view the task on Kanboard' => 'แสดงงานบน Kanboard', 'view the task on Kanboard' => 'แสดงงานบน Kanboard',
'Public access' => 'การเข้าถึงสาธารณะ', 'Public access' => 'การเข้าถึงสาธารณะ',
'Active tasks' => 'งานที่กำลังใช้งาน',
'Disable public access' => 'ปิดการเข้าถึงสาธารณะ', 'Disable public access' => 'ปิดการเข้าถึงสาธารณะ',
'Enable public access' => 'เปิดการเข้าถึงสาธารณะ', 'Enable public access' => 'เปิดการเข้าถึงสาธารณะ',
'Public access disabled' => 'การเข้าถึงสาธารณะถูกปิด', 'Public access disabled' => 'การเข้าถึงสาธารณะถูกปิด',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => 'İşlemler', 'Actions' => 'İşlemler',
'Inactive' => 'Aktif değil', 'Inactive' => 'Aktif değil',
'Active' => 'Aktif', 'Active' => 'Aktif',
'%d tasks on the board' => '%d görev bu panoda',
'%d tasks in total' => '%d görev toplam',
'Unable to update this board.' => 'Bu pano güncellenemiyor.', 'Unable to update this board.' => 'Bu pano güncellenemiyor.',
'Disable' => 'Devre dışı bırak', 'Disable' => 'Devre dışı bırak',
'Enable' => 'Etkinleştir', 'Enable' => 'Etkinleştir',
@@ -146,8 +144,6 @@ return array(
'Done' => 'Tamamlandı', 'Done' => 'Tamamlandı',
'Application version:' => 'Uygulama versiyonu:', 'Application version:' => 'Uygulama versiyonu:',
'Id' => 'Kod', 'Id' => 'Kod',
'%d closed tasks' => '%d kapatılmış görevler',
'No task for this project' => 'Bu proje için görev yok',
'Public link' => 'Dışa açık link', 'Public link' => 'Dışa açık link',
'Timezone' => 'Saat dilimi', 'Timezone' => 'Saat dilimi',
'Sorry, I didn\'t find this information in my database!' => 'Üzgünüm, bu bilgiyi veri tabanımda bulamadım.', 'Sorry, I didn\'t find this information in my database!' => 'Üzgünüm, bu bilgiyi veri tabanımda bulamadım.',
@@ -188,7 +184,6 @@ return array(
'Task creation' => 'Görev oluşturma', 'Task creation' => 'Görev oluşturma',
'Closing a task' => 'Bir görev kapatılıyor', 'Closing a task' => 'Bir görev kapatılıyor',
'Assign a color to a specific user' => 'Bir kullanıcıya renk tanımla', 'Assign a color to a specific user' => 'Bir kullanıcıya renk tanımla',
'Column title' => 'Sütun başlığı',
'Position' => 'Pozisyon', 'Position' => 'Pozisyon',
'Duplicate to another project' => 'Başka bir projeye kopyala', 'Duplicate to another project' => 'Başka bir projeye kopyala',
'Duplicate' => 'Kopya oluştur', 'Duplicate' => 'Kopya oluştur',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => 'Yalnızca bu projelerle ilgili bildirim almak istiyorum:', 'I want to receive notifications only for those projects:' => 'Yalnızca bu projelerle ilgili bildirim almak istiyorum:',
'view the task on Kanboard' => 'bu görevi Kanboard üzerinde göster', 'view the task on Kanboard' => 'bu görevi Kanboard üzerinde göster',
'Public access' => 'Dışa açık erişim', 'Public access' => 'Dışa açık erişim',
'Active tasks' => 'Aktif görevler',
'Disable public access' => 'Dışa açık erişimi kapat', 'Disable public access' => 'Dışa açık erişimi kapat',
'Enable public access' => 'Dışa açık erişimi aç', 'Enable public access' => 'Dışa açık erişimi aç',
'Public access disabled' => 'Dışa açık erişim kapatıldı', 'Public access disabled' => 'Dışa açık erişim kapatıldı',

View File

@@ -58,8 +58,6 @@ return array(
'Actions' => '动作', 'Actions' => '动作',
'Inactive' => '未激活', 'Inactive' => '未激活',
'Active' => '激活', 'Active' => '激活',
'%d tasks on the board' => '看板目前有%d个任务',
'%d tasks in total' => '总共有%d个任务',
'Unable to update this board.' => '无法更新该看板。', 'Unable to update this board.' => '无法更新该看板。',
'Disable' => '停用', 'Disable' => '停用',
'Enable' => '启用', 'Enable' => '启用',
@@ -146,8 +144,6 @@ return array(
'Done' => '完成', 'Done' => '完成',
'Application version:' => '应用程序版本:', 'Application version:' => '应用程序版本:',
'Id' => '编号', 'Id' => '编号',
'%d closed tasks' => '%d个已关闭任务',
'No task for this project' => '该项目尚无任务',
'Public link' => '公开链接', 'Public link' => '公开链接',
'Timezone' => '时区', 'Timezone' => '时区',
'Sorry, I didn\'t find this information in my database!' => '抱歉,无法在数据库中找到该信息!', 'Sorry, I didn\'t find this information in my database!' => '抱歉,无法在数据库中找到该信息!',
@@ -188,7 +184,6 @@ return array(
'Task creation' => '任务创建', 'Task creation' => '任务创建',
'Closing a task' => '正在关闭任务', 'Closing a task' => '正在关闭任务',
'Assign a color to a specific user' => '为特定用户指派颜色', 'Assign a color to a specific user' => '为特定用户指派颜色',
'Column title' => '栏目名称',
'Position' => '位置', 'Position' => '位置',
'Duplicate to another project' => '复制到另一项目', 'Duplicate to another project' => '复制到另一项目',
'Duplicate' => '复制', 'Duplicate' => '复制',
@@ -318,7 +313,6 @@ return array(
'I want to receive notifications only for those projects:' => '我仅需要收到下面项目的通知:', 'I want to receive notifications only for those projects:' => '我仅需要收到下面项目的通知:',
'view the task on Kanboard' => '在看板中查看此任务', 'view the task on Kanboard' => '在看板中查看此任务',
'Public access' => '公开访问', 'Public access' => '公开访问',
'Active tasks' => '活动任务',
'Disable public access' => '停止公开访问', 'Disable public access' => '停止公开访问',
'Enable public access' => '开启公开访问', 'Enable public access' => '开启公开访问',
'Public access disabled' => '已经禁止公开访问', 'Public access disabled' => '已经禁止公开访问',

View File

@@ -92,24 +92,4 @@ class BoardModel extends Base
return $this->boardModel->create($project_to, $columns); return $this->boardModel->create($project_to, $columns);
} }
/**
* Get the total of tasks per column
*
* @access public
* @param integer $project_id
* @param boolean $prepend Prepend default value
* @return array
*/
public function getColumnStats($project_id, $prepend = false)
{
$listing = $this->db
->hashtable(TaskModel::TABLE)
->eq('project_id', $project_id)
->eq('is_active', 1)
->groupBy('column_id')
->getAll('column_id', 'COUNT(*) AS total');
return $prepend ? array(-1 => t('All columns')) + $listing : $listing;
}
} }

View File

@@ -261,32 +261,6 @@ class ProjectModel extends Base
->count(); ->count();
} }
/**
* Gather some task metrics for a given project
*
* @access public
* @param integer $project_id Project id
* @return array
*/
public function getTaskStats($project_id)
{
$stats = array();
$stats['nb_active_tasks'] = 0;
$columns = $this->columnModel->getAll($project_id);
$column_stats = $this->boardModel->getColumnStats($project_id);
foreach ($columns as &$column) {
$column['nb_active_tasks'] = isset($column_stats[$column['id']]) ? $column_stats[$column['id']] : 0;
$stats['nb_active_tasks'] += $column['nb_active_tasks'];
}
$stats['columns'] = $columns;
$stats['nb_tasks'] = $this->taskFinderModel->countByProjectId($project_id);
$stats['nb_inactive_tasks'] = $stats['nb_tasks'] - $stats['nb_active_tasks'];
return $stats;
}
/** /**
* Get stats for each column of a project * Get stats for each column of a project
* *
@@ -296,13 +270,11 @@ class ProjectModel extends Base
*/ */
public function getColumnStats(array &$project) public function getColumnStats(array &$project)
{ {
$project['columns'] = $this->columnModel->getAll($project['id']); $project['columns'] = $this->columnModel->getAllWithTasksCount($project['id']);
$project['nb_active_tasks'] = 0; $project['nb_active_tasks'] = 0;
$stats = $this->boardModel->getColumnStats($project['id']);
foreach ($project['columns'] as &$column) { foreach ($project['columns'] as $column) {
$column['nb_tasks'] = isset($stats[$column['id']]) ? $stats[$column['id']] : 0; $project['nb_active_tasks'] += $column['nb_open_tasks'];
$project['nb_active_tasks'] += $column['nb_tasks'];
} }
return $project; return $project;

View File

@@ -15,7 +15,7 @@
data-save-position-url="<?= $this->url->href('ColumnController', 'move', array('project_id' => $project['id'])) ?>"> data-save-position-url="<?= $this->url->href('ColumnController', 'move', array('project_id' => $project['id'])) ?>">
<thead> <thead>
<tr> <tr>
<th class="column-40"><?= t('Column title') ?></th> <th class="column-40"><?= t('Column') ?></th>
<th class="column-10"><?= t('Task limit') ?></th> <th class="column-10"><?= t('Task limit') ?></th>
<th class="column-20"><?= t('Visible on dashboard') ?></th> <th class="column-20"><?= t('Visible on dashboard') ?></th>
<th class="column-10"><?= t('Open tasks') ?></th> <th class="column-10"><?= t('Open tasks') ?></th>
@@ -36,10 +36,10 @@
<?php endif ?> <?php endif ?>
</td> </td>
<td> <td>
<?= $this->text->e($column['task_limit']) ?> <?= $column['task_limit'] ?: '∞' ?>
</td> </td>
<td> <td>
<?= $column['hide_in_dashboard'] == 1 ? t('Yes') : t('No') ?> <?= $column['hide_in_dashboard'] == 0 ? t('Yes') : t('No') ?>
</td> </td>
<td> <td>
<?= $column['nb_open_tasks'] ?> <?= $column['nb_open_tasks'] ?>

View File

@@ -42,7 +42,7 @@
</td> </td>
<td class="dashboard-project-stats"> <td class="dashboard-project-stats">
<?php foreach ($project['columns'] as $column): ?> <?php foreach ($project['columns'] as $column): ?>
<strong title="<?= t('Task count') ?>"><?= $column['nb_tasks'] ?></strong> <strong title="<?= t('Task count') ?>"><?= $column['nb_open_tasks'] ?></strong>
<small><?= $this->text->e($column['title']) ?></small> <small><?= $this->text->e($column['title']) ?></small>
<?php endforeach ?> <?php endforeach ?>
</td> </td>

View File

@@ -88,7 +88,7 @@
<?php endif ?> <?php endif ?>
<td class="dashboard-project-stats"> <td class="dashboard-project-stats">
<?php foreach ($project['columns'] as $column): ?> <?php foreach ($project['columns'] as $column): ?>
<strong title="<?= t('Task count') ?>"><?= $column['nb_tasks'] ?></strong> <strong title="<?= t('Task count') ?>"><?= $column['nb_open_tasks'] ?></strong>
<small><?= $this->text->e($column['title']) ?></small> <small><?= $this->text->e($column['title']) ?></small>
<?php endforeach ?> <?php endforeach ?>
</td> </td>

View File

@@ -1,7 +1,7 @@
<div class="project-overview-columns"> <div class="project-overview-columns">
<?php foreach ($project['columns'] as $column): ?> <?php foreach ($columns as $column): ?>
<div class="project-overview-column"> <div class="project-overview-column">
<strong title="<?= t('Task count') ?>"><?= $column['nb_tasks'] ?></strong> <strong title="<?= t('Task count') ?>"><?= $column['nb_open_tasks'] ?></strong>
<small><?= $this->text->e($column['title']) ?></small> <small><?= $this->text->e($column['title']) ?></small>
</div> </div>
<?php endforeach ?> <?php endforeach ?>

View File

@@ -1,6 +1,6 @@
<section id="main"> <section id="main">
<?= $this->projectHeader->render($project, 'ProjectOverviewController', 'show') ?> <?= $this->projectHeader->render($project, 'ProjectOverviewController', 'show') ?>
<?= $this->render('project_overview/columns', array('project' => $project)) ?> <?= $this->render('project_overview/columns', array('project' => $project, 'columns' => $columns)) ?>
<?= $this->hook->render('template:project-overview:before-description', array('project' => $project)) ?> <?= $this->hook->render('template:project-overview:before-description', array('project' => $project)) ?>
<?= $this->render('project_overview/description', array('project' => $project)) ?> <?= $this->render('project_overview/description', array('project' => $project)) ?>
<?= $this->render('project_overview/attachments', array('project' => $project, 'images' => $images, 'files' => $files)) ?> <?= $this->render('project_overview/attachments', array('project' => $project, 'images' => $images, 'files' => $files)) ?>

View File

@@ -21,7 +21,7 @@
</td> </td>
<td class="dashboard-project-stats"> <td class="dashboard-project-stats">
<?php foreach ($project['columns'] as $column): ?> <?php foreach ($project['columns'] as $column): ?>
<strong title="<?= t('Task count') ?>"><?= $column['nb_tasks'] ?></strong> <strong title="<?= t('Task count') ?>"><?= $column['nb_open_tasks'] ?></strong>
<span><?= $this->text->e($column['title']) ?></span> <span><?= $this->text->e($column['title']) ?></span>
<?php endforeach ?> <?php endforeach ?>
</td> </td>

View File

@@ -31,57 +31,8 @@
<?php if ($project['end_date']): ?> <?php if ($project['end_date']): ?>
<li><?= t('End date: ').$this->dt->date($project['end_date']) ?></li> <li><?= t('End date: ').$this->dt->date($project['end_date']) ?></li>
<?php endif ?> <?php endif ?>
<?php if ($stats['nb_tasks'] > 0): ?>
<?php if ($stats['nb_active_tasks'] > 0): ?>
<li><?= $this->url->link(t('%d tasks on the board', $stats['nb_active_tasks']), 'BoardViewController', 'show', array('project_id' => $project['id'], 'search' => 'status:open')) ?></li>
<?php endif ?>
<?php if ($stats['nb_inactive_tasks'] > 0): ?>
<li><?= $this->url->link(t('%d closed tasks', $stats['nb_inactive_tasks']), 'TaskListController', 'show', array('project_id' => $project['id'], 'search' => 'status:closed')) ?></li>
<?php endif ?>
<li><?= t('%d tasks in total', $stats['nb_tasks']) ?></li>
<?php else: ?>
<li><?= t('No task for this project') ?></li>
<?php endif ?>
</ul> </ul>
<div class="page-header">
<h2><?= t('Board') ?></h2>
</div>
<table class="table-striped table-scrolling">
<tr>
<th class="column-40"><?= t('Column') ?></th>
<th class="column-20"><?= t('Task limit') ?></th>
<th class="column-20"><?= t('Active tasks') ?></th>
<th class="column-20"><?= t('Hide tasks in this column in the dashboard') ?></th>
</tr>
<?php foreach ($stats['columns'] as $column): ?>
<tr>
<td>
<?= $this->text->e($column['title']) ?>
<?php if (! empty($column['description'])): ?>
<span class="tooltip" title="<?= $this->text->markdownAttribute($column['description']) ?>">
<i class="fa fa-info-circle"></i>
</span>
<?php endif ?>
</td>
<td><?= $column['task_limit'] ?: '∞' ?></td>
<td><?= $column['nb_active_tasks'] ?></td>
<td>
<?php if ($column['hide_in_dashboard'] == 1): ?>
<?= t('Yes') ?>
<?php else: ?>
<?= t('No') ?>
<?php endif ?>
</td>
</tr>
<?php endforeach ?>
</table>
<?php if (! empty($project['description'])): ?> <?php if (! empty($project['description'])): ?>
<div class="page-header"> <div class="page-header">
<h2><?= t('Description') ?></h2> <h2><?= t('Description') ?></h2>
@@ -91,3 +42,48 @@
<?= $this->text->markdown($project['description']) ?> <?= $this->text->markdown($project['description']) ?>
</article> </article>
<?php endif ?> <?php endif ?>
<div class="page-header">
<h2><?= t('Columns') ?></h2>
</div>
<?php if (empty($columns)): ?>
<p class="alert alert-error"><?= t('Your board doesn\'t have any columns!') ?></p>
<?php else: ?>
<table class="table-striped table-scrolling"
<thead>
<tr>
<th class="column-40"><?= t('Column') ?></th>
<th class="column-10"><?= t('Task limit') ?></th>
<th class="column-20"><?= t('Visible on dashboard') ?></th>
<th class="column-15"><?= t('Open tasks') ?></th>
<th class="column-15"><?= t('Closed tasks') ?></th>
</tr>
</thead>
<tbody>
<?php foreach ($columns as $column): ?>
<tr data-column-id="<?= $column['id'] ?>">
<td>
<?= $this->text->e($column['title']) ?>
<?php if (! empty($column['description'])): ?>
<span class="tooltip" title="<?= $this->text->markdownAttribute($column['description']) ?>">
<i class="fa fa-info-circle"></i>
</span>
<?php endif ?>
</td>
<td>
<?= $column['task_limit'] ?: '∞' ?>
</td>
<td>
<?= $column['hide_in_dashboard'] == 0 ? t('Yes') : t('No') ?>
</td>
<td>
<?= $column['nb_open_tasks'] ?>
</td>
<td>
<?= $column['nb_closed_tasks'] ?>
</td>
</tr>
<?php endforeach ?>
</tbody>
</table>
<?php endif ?>