diff options
author | Unknwon <u@gogs.io> | 2017-02-21 12:17:39 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-21 12:17:39 -0500 |
commit | 437df04d8c8de62e3c75c38d34d305c3dea5bafe (patch) | |
tree | 78733b92145ca3bc1c5efa72631a0fa5f39d1085 /conf/locale/locale_it-IT.ini | |
parent | 8216360da89bec1f3df75fe15ee57bfdcc290339 (diff) |
Prepare release
Diffstat (limited to 'conf/locale/locale_it-IT.ini')
-rw-r--r-- | conf/locale/locale_it-IT.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/locale/locale_it-IT.ini b/conf/locale/locale_it-IT.ini index fc92c24c..fcaf59ae 100644 --- a/conf/locale/locale_it-IT.ini +++ b/conf/locale/locale_it-IT.ini @@ -398,7 +398,6 @@ migrate.failed=Migrazione non riuscita: %v mirror_from=mirror da forked_from=forkato da -fork_from_self=Non puoi forkare il tuo stesso repository! copy_link=Copia copy_link_success=Copiato! copy_link_error=Premere ⌘-C o Ctrl-C per copiare @@ -474,6 +473,7 @@ editor.add_subdir=Aggiungi sottocartella... editor.unable_to_upload_files=È fallito il caricamento dei file su '%s': %v editor.upload_files_to_dir=Carica file su '%s' +commits.commit_history=Commit History commits.commits=Commits commits.search=Ricerca una versione commits.find=Cerca @@ -656,6 +656,7 @@ settings.protect_require_pull_request=Require pull request instead direct pushin settings.protect_require_pull_request_desc=Enable this option to disable direct pushing to this branch. Commits have to be pushed to another non-protected branch and merged to this branch through pull request. settings.protect_whitelist_committers=Whitelist who can push to this branch settings.protect_whitelist_committers_desc=Add people or teams to whitelist of direct push to this branch. +settings.update_protect_branch_success=Protect options for this branch has been updated successfully! settings.hooks=Webhooks settings.githooks=Git Hooks settings.basic_settings=Impostazioni di Base @@ -937,7 +938,7 @@ dashboard.git_gc_repos=Fare la procedura di garbage collection sui repository dashboard.git_gc_repos_success=Tutti i repository hanno fatto la procedura di garbage collection con successo. dashboard.resync_all_sshkeys=Riscrivi il file '.ssh/authorized_keys' (attenzione: le chiavi non appartenenti a Gogs saranno perse) dashboard.resync_all_sshkeys_success=Tutte le chiavi pubbliche riscritte con successo. -dashboard.resync_all_hooks=Resync pre-receive, update and post-receive hooks of all repositories. +dashboard.resync_all_hooks=Resync pre-receive, update and post-receive hooks of all repositories dashboard.resync_all_hooks_success=All repositories' pre-receive, update and post-receive hooks have been resynced successfully. dashboard.reinit_missing_repos=Reinitialize all repository records that lost Git files dashboard.reinit_missing_repos_success=All repository records that lost Git files have been reinitialized successfully. |