summaryrefslogtreecommitdiff
path: root/app/Locales/it_IT/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-04 23:31:03 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-04 23:31:03 -0400
commit8e5673e3d289e4d28b4fc9f20721bda9f1c858c7 (patch)
treea5dc3eff7408e8709d20ea92b926c5424d70c5f9 /app/Locales/it_IT/translations.php
parentf531d57dc27b9d1568de0a10b19f69e8c2b2f156 (diff)
Improve settings page and move some config parameters to the database
Diffstat (limited to 'app/Locales/it_IT/translations.php')
-rw-r--r--app/Locales/it_IT/translations.php20
1 files changed, 19 insertions, 1 deletions
diff --git a/app/Locales/it_IT/translations.php b/app/Locales/it_IT/translations.php
index 6acac109..e5b5eb57 100644
--- a/app/Locales/it_IT/translations.php
+++ b/app/Locales/it_IT/translations.php
@@ -83,7 +83,7 @@ return array(
'Settings' => 'Impostazioni',
'Application settings' => 'Impostazioni dell\'applicazione',
'Language' => 'Lingua',
- 'Webhooks token:' => 'Identificatore (token) per i webhooks :',
+ 'Webhook token:' => 'Identificatore (token) per i webhooks :',
// 'API token:' => '',
'More information' => 'Più informazioni',
'Database size:' => 'Dimensioni della base dati:',
@@ -516,4 +516,22 @@ return array(
// 'Reference' => '',
// 'Reference: %s' => '',
// 'Label' => '',
+ // 'Database' => '',
+ // 'About' => '',
+ // 'Database driver:' => '',
+ // 'Board settings' => '',
+ // 'URL and token' => '',
+ // 'Webhook settings' => '',
+ // 'URL for task creation:' => '',
+ // 'Reset token' => '',
+ // 'API endpoint:' => '',
+ // 'Refresh interval for private board' => '',
+ // 'Refresh interval for public board' => '',
+ // 'Task highlight period' => '',
+ // 'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => '',
+ // 'Frequency in second (60 seconds by default)' => '',
+ // 'Frequency in second (0 to disable this feature, 10 seconds by default)' => '',
+ // 'Application URL' => '',
+ // 'Example: http://example.kanboard.net/ (used by email notifications)' => '',
+ // 'Token regenerated.' => '',
);