summaryrefslogtreecommitdiff
path: root/app/Locales/it_IT
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-08-30 14:08:46 -0800
committerFrédéric Guillot <fred@kanboard.net>2014-08-30 14:08:46 -0800
commit9194a2604d79ef97994d01c35fb454f745b5412c (patch)
tree365dd4294e536c440610bee4f07a1bffb00d00eb /app/Locales/it_IT
parente1eba08398c6c6ece684f9db6dedb0dff5d43071 (diff)
Projects management refactoring
Diffstat (limited to 'app/Locales/it_IT')
-rw-r--r--app/Locales/it_IT/translations.php16
1 files changed, 14 insertions, 2 deletions
diff --git a/app/Locales/it_IT/translations.php b/app/Locales/it_IT/translations.php
index 08d82d79..9dad1d6d 100644
--- a/app/Locales/it_IT/translations.php
+++ b/app/Locales/it_IT/translations.php
@@ -176,7 +176,7 @@ return array(
'List of projects' => 'Lista di progetti',
'Completed tasks for "%s"' => 'Compiti fatti da « %s »',
'%d closed tasks' => '%d compiti chiusi',
- 'no task for this project' => 'nessun compito per questo progetto',
+ 'No task for this project' => 'Nessun compito per questo progetto',
'Public link' => 'Link pubblico',
'There is no column in your project!' => 'Non c\'è nessuna colonna per questo progetto!',
'Change assignee' => 'Cambiare la persona assegnata',
@@ -191,7 +191,6 @@ return array(
'Edit project access list' => 'Modificare i permessi del progetto',
'Edit users access' => 'Modificare i permessi degli utenti',
'Allow this user' => 'Permettere a questo utente',
- 'Project access list for "%s"' => 'Permessi del progetto « %s »',
'Only those users have access to this project:' => 'Solo questi utenti hanno accesso a questo progetto:',
'Don\'t forget that administrators have access to everything.' => 'Non dimenticare che gli amministratori hanno accesso a tutto.',
'revoke' => 'revocare',
@@ -422,4 +421,17 @@ return array(
'[Kanboard] Notification' => '[Kanboard] Notification',
'I want to receive notifications only for those projects:' => 'Vorrei ricevere le notifiche solo da questi progetti:',
'view the task on Kanboard' => 'vedere il compito su Kanboard',
+ // 'Public access' => '',
+ // 'Categories management' => '',
+ // 'Users management' => '',
+ // 'Active tasks' => '',
+ // 'Disable public access' => '',
+ // 'Enable public access' => '',
+ // 'Active projects' => '',
+ // 'Inactive projects' => '',
+ // 'Public access disabled' => '',
+ // 'Do you really want to disable this project: "%s"?' => '',
+ // 'Do you really want to duplicate this project: "%s"?' => '',
+ // 'Do you really want to enable this project: "%s"?' => '',
+ // 'Project activation' => '',
);