aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it/admin.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2019-12-04 08:27:39 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-12-04 08:27:39 +0100
commit3e49b44839237693ce1a8151325942704917f6c6 (patch)
tree75a1af8089d48d3bb14de2d9d98c503ee76433e2 /app/i18n/it/admin.php
parentde2b323847e0a91119625e4f506f51ec9d43872f (diff)
Update i18n cli tools (#2673)
* Update i18n cli tools Few things were bugging me when using the cli tool for i18n. So I've modified the tools to be easier to use. First, the tool automatically adds missing keys to all languages. This way, we always have all keys in all languages. Second, the tool detects all untranslated keys and adds automatically the todo comment after the value. Third, when adding a new key, the key is pushed to all languages at once. There is no need to duplicate it manually. Thus making the duplication process obsolete. Fourth, translation and ignore keys are manipulated at the same time. Thus we don't have obsolete ignored strings anymore. * Add i18n rules I find that having the common rules in the Makefile is easier to use, as long as you know they are here. As it is self documented, people will see the new rules when using make. * Use long parameters in Makefile I find that using long parameters in scripts makes it easier to understand what's going on. So I've switched all short parameters to long one. * Format all i18n files I've used the updated version of the cli tools to have some output that can be consistently formated. This commit is a huge formating commit. Nothing was added but some comments were removed in the process.
Diffstat (limited to 'app/i18n/it/admin.php')
-rw-r--r--app/i18n/it/admin.php52
1 files changed, 26 insertions, 26 deletions
diff --git a/app/i18n/it/admin.php b/app/i18n/it/admin.php
index 768cb8eb5..6b1cf1198 100644
--- a/app/i18n/it/admin.php
+++ b/app/i18n/it/admin.php
@@ -67,8 +67,8 @@ return array(
'ok' => 'Estensione JSON presente.',
),
'mbstring' => array(
- 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - Translation
- 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO - Translation
+ 'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO - Translation
+ 'ok' => 'You have the recommended library mbstring for Unicode.', // TODO - Translation
),
'minz' => array(
'nok' => 'Manca il framework Minz.',
@@ -83,9 +83,9 @@ return array(
'ok' => 'PDO e altri driver supportati (pdo_mysql, pdo_sqlite, pdo_pgsql).',
),
'php' => array(
- '_' => 'Installazione PHP',
'nok' => 'Versione PHP %s FreshRSS richiede almeno la versione %s.',
'ok' => 'Versione PHP %s, compatibile con FreshRSS.',
+ '_' => 'Installazione PHP',
),
'tables' => array(
'nok' => 'Rilevate tabelle mancanti nel database.',
@@ -106,26 +106,25 @@ return array(
),
),
'extensions' => array(
- 'author' => 'Author', //TODO - Translation
- 'community' => 'Available community extensions', //TODO - Translation
- 'description' => 'Description', //TODO - Translation
+ 'author' => 'Author', // TODO - Translation
+ 'community' => 'Available community extensions', // TODO - Translation
+ 'description' => 'Description', // TODO - Translation
'disabled' => 'Disabilitata',
'empty_list' => 'Non ci sono estensioni installate',
'enabled' => 'Abilitata',
- 'latest' => 'Installed', //TODO - Translation
- 'name' => 'Name', //TODO - Translation
+ 'latest' => 'Installed', // TODO - Translation
+ 'name' => 'Name', // TODO - Translation
'no_configure_view' => 'Questa estensioni non può essere configurata.',
'system' => array(
- '_' => 'Estensioni di sistema',
'no_rights' => 'Estensione di sistema (non hai i permessi su questo tipo)',
+ '_' => 'Estensioni di sistema',
),
'title' => 'Estensioni',
- 'update' => 'Update available', //TODO - Translation
+ 'update' => 'Update available', // TODO - Translation
'user' => 'Estensioni utente',
- 'version' => 'Version', //TODO - Translation
+ 'version' => 'Version', // TODO - Translation
),
'stats' => array(
- '_' => 'Statistiche',
'all_feeds' => 'Tutti i feeds',
'category' => 'Categoria',
'entry_count' => 'Articoli',
@@ -135,7 +134,7 @@ return array(
'entry_per_hour' => 'Per ora (media: %.2f articoli)',
'entry_per_month' => 'Per mese (media: %.2f articoli)',
'entry_repartition' => 'Ripartizione contenuti',
- 'feed' => 'Feed',
+ 'feed' => 'Feed', // TODO - Translation
'feed_per_category' => 'Feeds per categoria',
'idle' => 'Feeds non aggiornati',
'main' => 'Statistiche principali',
@@ -155,31 +154,32 @@ return array(
'status_unread' => 'Non letti',
'title' => 'Statistiche',
'top_feed' => 'I migliori 10 feeds',
+ '_' => 'Statistiche',
),
'system' => array(
- '_' => 'Configurazione di sistema',
- 'auto-update-url' => 'Auto-update server URL', //TODO - Translation
- 'force_email_validation' => 'Force email addresses validation', //TODO - Translation
+ 'auto-update-url' => 'Auto-update server URL', // TODO - Translation
+ 'cookie-duration' => array(
+ 'help' => 'in seconds', // TODO - Translation
+ 'number' => 'Duration to keep logged in', // TODO - Translation
+ ),
+ 'force_email_validation' => 'Force email addresses validation', // TODO - Translation
'instance-name' => 'Nome istanza',
'max-categories' => 'Limite categorie per utente',
'max-feeds' => 'Limite feeds per utente',
- 'cookie-duration' => array(
- 'help' => 'in seconds', // @todo translate
- 'number' => 'Duration to keep logged in', // @todo translate
- ),
'registration' => array(
'help' => '0 significa che non esiste limite sui profili',
'number' => 'Numero massimo di profili',
),
+ '_' => 'Configurazione di sistema',
),
'update' => array(
- '_' => 'Aggiornamento sistema',
'apply' => 'Applica',
'check' => 'Controlla la presenza di nuovi aggiornamenti',
'current_version' => 'FreshRSS versione %s.',
'last' => 'Ultima verifica: %s',
'none' => 'Nessun aggiornamento da applicare',
'title' => 'Aggiorna sistema',
+ '_' => 'Aggiornamento sistema',
),
'user' => array(
'articles_and_size' => '%s articoli (%s)',
@@ -187,19 +187,19 @@ return array(
'back_to_manage' => '← Return to user list', // TODO - Translation
'create' => 'Crea nuovo utente',
'database_size' => 'Database size', // TODO - Translation
- 'delete_users' => 'Delete user', //TODO - Translation
- 'feed_count' => 'Feeds', //TODO - Translation
+ 'delete_users' => 'Delete user', // TODO - Translation
+ 'feed_count' => 'Feeds', // TODO - Translation
'language' => 'Lingua',
'list' => 'User list', // TODO - Translation
'number' => ' %d profilo utente creato',
'numbers' => 'Sono presenti %d profili utente',
'password_form' => 'Password<br /><small>(per il login classico)</small>',
'password_format' => 'Almeno 7 caratteri',
- 'selected' => 'Selected user', //TODO - Translation
+ 'selected' => 'Selected user', // TODO - Translation
'title' => 'Gestione utenti',
- 'update_users' => 'Update user', //TODO - Translation
- 'user_list' => 'Lista utenti',
+ 'update_users' => 'Update user', // TODO - Translation
'username' => 'Nome utente',
'users' => 'Utenti',
+ 'user_list' => 'Lista utenti',
),
);