diff options
author | Gerry Weißbach <gerry.w@gammaproduction.de> | 2014-08-29 11:59:15 +0200 |
---|---|---|
committer | Gerry Weißbach <gerry.w@gammaproduction.de> | 2014-08-29 11:59:15 +0200 |
commit | 5e7f4d50cbbc788c9c0483a0a2ff1b536e4ffe8c (patch) | |
tree | f21a22e5c1ef7f9a8ecd78370cb94472c7407279 /lib/plugins/extension/lang/it | |
parent | 04585e6c37e0352a5bc568fc8c938aeafa1c160e (diff) | |
parent | 12e60eea4f8a0a84213b972847203e57e590c59b (diff) | |
download | rpg-5e7f4d50cbbc788c9c0483a0a2ff1b536e4ffe8c.tar.gz rpg-5e7f4d50cbbc788c9c0483a0a2ff1b536e4ffe8c.tar.bz2 |
Merge branch 'master' of https://github.com/splitbrain/dokuwiki
Diffstat (limited to 'lib/plugins/extension/lang/it')
-rw-r--r-- | lib/plugins/extension/lang/it/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/it/lang.php b/lib/plugins/extension/lang/it/lang.php index fbf163d57..7dff6c5b2 100644 --- a/lib/plugins/extension/lang/it/lang.php +++ b/lib/plugins/extension/lang/it/lang.php @@ -4,6 +4,7 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author Francesco <francesco.cavalli@hotmail.com> + * @author Fabio <fabioslurp@yahoo.it> */ $lang['btn_enable'] = 'Abilita'; $lang['btn_disable'] = 'Disabilita'; @@ -36,6 +37,7 @@ $lang['status_template'] = 'modello'; $lang['error_badurl'] = 'URLs deve iniziare con http o https'; $lang['error_dircreate'] = 'Impossibile creare una cartella temporanea per ricevere il download'; $lang['error_download'] = 'Impossibile scaricare il file: %s'; +$lang['noperms'] = 'La directory Extension non è scrivibile'; $lang['notplperms'] = 'Il modello di cartella non è scrivibile'; $lang['nopluginperms'] = 'La cartella plugin non è scrivibile'; $lang['install_url'] = 'Installa da URL:'; |