From 49783adbb021d599d40c4088080506b97998586d Mon Sep 17 00:00:00 2001 From: brunoais Date: Sun, 3 Apr 2016 10:35:39 +0100 Subject: [PATCH] [TR][IT] Re-added the mistakenly deleted Mauron's IT translation https://github.com/Mauron --- language/it/acp/permissions_strings.php | 33 ++++++++++++++++++++++++ language/it/common.php | 34 +++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 language/it/acp/permissions_strings.php create mode 100644 language/it/common.php diff --git a/language/it/acp/permissions_strings.php b/language/it/acp/permissions_strings.php new file mode 100644 index 0000000..905043e --- /dev/null +++ b/language/it/acp/permissions_strings.php @@ -0,0 +1,33 @@ + 'Può leggere argomenti aperti da altri', + 'BRUNOAIS_ROLE_READ_OTHERS_TOPICS' => 'Accesso standard tranne argomenti aperti da altri', + 'BRUNOAIS_ROLE_DESCRIPTION_READ_OTHERS_TOPICS' => 'Può usare molte caratteristiche del forum, come per Accesso standard, ma non può visualizzare gli argomenti aperti da altri utenti.', + +)); diff --git a/language/it/common.php b/language/it/common.php new file mode 100644 index 0000000..3471f4d --- /dev/null +++ b/language/it/common.php @@ -0,0 +1,34 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +* For full copyright and license information, please see +* the docs/CREDITS.txt file. +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. + +$lang = array_merge($lang, array( + 'SORRY_AUTH_READ_OTHER' => 'Non sei autorizzato a leggere quest’argomento.', + +));