From: <txm...@us...> - 2012-07-28 14:44:21
|
Revision: 9940 http://xoops.svn.sourceforge.net/xoops/?rev=9940&view=rev Author: txmodxoops Date: 2012-07-28 14:44:15 +0000 (Sat, 28 Jul 2012) Log Message: ----------- Added italian language IP Log Added Paths: ----------- XoopsLanguages/italian/modules/iplog/ XoopsLanguages/italian/modules/iplog/language/ XoopsLanguages/italian/modules/iplog/language/italian/ XoopsLanguages/italian/modules/iplog/language/italian/admin.php XoopsLanguages/italian/modules/iplog/language/italian/help/ XoopsLanguages/italian/modules/iplog/language/italian/help/help.html XoopsLanguages/italian/modules/iplog/language/italian/help/index.html XoopsLanguages/italian/modules/iplog/language/italian/index.html XoopsLanguages/italian/modules/iplog/language/italian/mail_template/ XoopsLanguages/italian/modules/iplog/language/italian/mail_template/index.html XoopsLanguages/italian/modules/iplog/language/italian/modinfo.php Added: XoopsLanguages/italian/modules/iplog/language/italian/admin.php =================================================================== --- XoopsLanguages/italian/modules/iplog/language/italian/admin.php (rev 0) +++ XoopsLanguages/italian/modules/iplog/language/italian/admin.php 2012-07-28 14:44:15 UTC (rev 9940) @@ -0,0 +1,71 @@ +<?php +/* + * Logs Guest and users IP Addresses for a period of time and provides + * basic statistic of them in XOOPS Copyright (C) 2012 Simon Roberts + * Contact: wishcraft - si...@ch... + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * See /docs/license.pdf for full license. + * + * Shouts:- Mamba (www.xoops.org), flipse (www.nlxoops.nl) + * Many thanks for your additional work with version 1.01 + * + * Version: 1.01 Final + * Published: Chronolabs + * Download: http://code.google.com/p/chronolabs + * This File: admin.php + * Description: Administration Admin English Langauge Constants + * Date: 28/07/2015 5:45PM AEST + * License: GNU3 + * + */ + +define("_AM_IPLOG_SECONDS", "Secondi"); +define("_AM_IPLOG_UNKNOWN", "Unknown"); + +define("_AM_IPLOG_TH_IP_ID", "IP ID"); +define("_AM_IPLOG_TH_UNAME", "Username"); +define("_AM_IPLOG_TH_IP", "IP"); +define("_AM_IPLOG_TH_COUNTRY_CODE", "Codice paese"); +define("_AM_IPLOG_TH_NAME", "IP paese"); +define("_AM_IPLOG_TH_REGION", "IP Regione"); +define("_AM_IPLOG_TH_CONTINENT", "IP Continente"); +define("_AM_IPLOG_TH_NETWORK_ADDY", "NetBIOS"); +define("_AM_IPLOG_TH_PROXY_IP", "Proxy IP"); +define("_AM_IPLOG_TH_AGENT", "User Agent"); +define("_AM_IPLOG_TH_START", "Inizio Sessione"); +define("_AM_IPLOG_TH_END", "Fine Sessione"); +define("_AM_IPLOG_TH_ONLINE", "Tempo Online"); +define("_AM_IPLOG_TH_ACTIONS", "Azioni"); + +define("_AM_IPLOG_LOG_H1", "Registro IP utente corrente"); +define("_AM_IPLOG_LOG_P", "Questo è il log corrente degli utenti registrati per indirizzi IP"); + +//Dashboard +define('_AM_IPLOG_ADMIN_COUNTS_BY_COUNTRY', 'Totale sessioni di utenti provenienti da paesi'); +define('_AM_IPLOG_ADMIN_COUNTS_BY_REGION', 'Totale utenti sessioni da regione'); +define('_AM_IPLOG_ADMIN_COUNTS_BY_CONTINENT', 'Totale utenti sessioni dal continente'); +define('_AM_IPLOG_ADMIN_SUM_BY_COUNTRY', 'Numero di minuti sul paese'); +define('_AM_IPLOG_ADMIN_SUM_BY_REGION', 'Numero di minuti sulla regione'); +define('_AM_IPLOG_ADMIN_SUM_BY_CONTINENT', 'Numero di minuti sul continente'); +define('_AM_IPLOG_ADMIN_AVG_BY_COUNTRY', 'Adverage numero di minuti sul paese'); +define('_AM_IPLOG_ADMIN_AVG_BY_REGION', 'Adverage numero di minuti sulla regione'); +define('_AM_IPLOG_ADMIN_AVG_BY_CONTINENT', 'Adverage numero di minuti sul continente'); + +//About +define('_AM_IPLOG_ABOUT_MAKEDONATE', 'Fai la donazione a Chronolabs co-op'); + +define('_AM_MSG_LOG_DELETE', 'Sei sicuro di voler eliminare - %s (%s) - ID %s?'); +define('_AM_MSG_LOG_DELETED', 'IP Voce eliminato!'); +?> Added: XoopsLanguages/italian/modules/iplog/language/italian/help/help.html =================================================================== --- XoopsLanguages/italian/modules/iplog/language/italian/help/help.html (rev 0) +++ XoopsLanguages/italian/modules/iplog/language/italian/help/help.html 2012-07-28 14:44:15 UTC (rev 9940) @@ -0,0 +1,54 @@ +<!-- +-- Logs Guest and users IP Addresses for a period of time and provides +-- basic statistic of them in XOOPS Copyright (C) 2012 Simon Roberts +-- Contact: wishcraft - si...@ch... +-- +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- See /docs/license.pdf for full license. +-- +-- Shouts:- Mamba (www.xoops.org), flipse (www.nlxoops.nl) +-- Many thanks for your additional work with version 1.01 +-- +-- Version: 1.01 Final +-- Published: Chronolabs +-- Download: http://code.google.com/p/chronolabs +-- This File: help.html +-- Description: Online help Root Smarty Template File +-- Date: 28/07/2015 5:45PM AEST +-- License: GNU3 +--> +<div id="help-template" class="outer"> + <h1 class="head">Aiuto: + <a class="ui-corner-all tooltip" href="<{$xoops_url}>/modules/iplog/admin/dashboard.php" + title="Torna alla Amministrazione di IP Log"> IP Log <img src="<{xoAdminIcons home.png}>" + alt="Torna alla Amministrazione di IP Log"/> + </a></h1> + <!-- -----Help Content ---------- --> + + <h4 class="odd">Descriptione</h4> + + <p class="even"> + IP Log è un modulo per registrare gli indirizzi IP solo degli utenti, oppure gli utenti ed ospiti anonimi.<br /><br /> + </p> + <h4 class="odd">Installa/disinstalla</h4> + + Misure speciali necessarie, non seguire il processo di installazione standard - estrarre /htdocs nella cartella + XOOPS ROOT Path. Installare il modulo attraverso Admin -> System Module -> Modules. Se avete bisogno di dettagliate + istruzioni su come installare un modulo, si prega di consultare il <a href="http://goo.gl/adT2i">XOOPS Operations + Manual</a>.<br /><br /> + Assicurarsi di installare la chiave API di IPInfoDB.com nelle preferenze altrimenti il modulo non funziona, + Questo avviene correttamente andando su www.ipinfodb.com registrarsi, e dopo aver confermato il tuo + indirizzo e-mail, ti verrà fornita la chiave API per incollarla nel suo campo nelle preferenze.</p> + <!-- -----Help Content ---------- --> +</div> \ No newline at end of file Added: XoopsLanguages/italian/modules/iplog/language/italian/help/index.html =================================================================== --- XoopsLanguages/italian/modules/iplog/language/italian/help/index.html (rev 0) +++ XoopsLanguages/italian/modules/iplog/language/italian/help/index.html 2012-07-28 14:44:15 UTC (rev 9940) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsLanguages/italian/modules/iplog/language/italian/index.html =================================================================== --- XoopsLanguages/italian/modules/iplog/language/italian/index.html (rev 0) +++ XoopsLanguages/italian/modules/iplog/language/italian/index.html 2012-07-28 14:44:15 UTC (rev 9940) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsLanguages/italian/modules/iplog/language/italian/mail_template/index.html =================================================================== --- XoopsLanguages/italian/modules/iplog/language/italian/mail_template/index.html (rev 0) +++ XoopsLanguages/italian/modules/iplog/language/italian/mail_template/index.html 2012-07-28 14:44:15 UTC (rev 9940) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Added: XoopsLanguages/italian/modules/iplog/language/italian/modinfo.php =================================================================== --- XoopsLanguages/italian/modules/iplog/language/italian/modinfo.php (rev 0) +++ XoopsLanguages/italian/modules/iplog/language/italian/modinfo.php 2012-07-28 14:44:15 UTC (rev 9940) @@ -0,0 +1,81 @@ +<?php +/* + * Logs Guest and users IP Addresses for a period of time and provides + * basic statistic of them in XOOPS Copyright (C) 2012 Simon Roberts + * Contact: wishcraft - si...@ch... + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * See /docs/license.pdf for full license. + * + * Shouts:- Mamba (www.xoops.org), flipse (www.nlxoops.nl) + * Many thanks for your additional work with version 1.01 + * + * Version: 1.01 Final + * Published: Chronolabs + * Download: http://code.google.com/p/chronolabs + * This File: modinfo.php + * Description: Module Global Language Defines & constants + * Date: 28/07/2015 5:45PM AEST + * License: GNU3 + * + */ + +define("_MI_IPLOG_NAME", "User IP Logger"); +define("_MI_IPLOG_DESC", "Modulo per la registrazione di indirizzi IP utente"); + +//Admin links +define("_MI_IPLOG_INDEX", "Index"); +define("_MI_IPLOG_LOG", "IP Logs"); +define("_MI_IPLOG_GRAPHS", "Grafici"); +define('_MI_IPLOG_DASHBOARD', 'Dashboard'); +define('_MI_IPLOG_ABOUT', 'Info sul modulo'); + +//Preferences +define('_MI_IPLOG_LOGDROPS', 'Log elimina se dopo'); +define('_MI_IPLOG_LOGDROPS_DESC', 'Questo è quanto il registro rimane sul tuo sito per dopo un record raggiunge questa et\xE0 viene eliminato!'); +define('_MI_IPLOG_LOGDROPS_24HOURS', '24 Ore'); +define('_MI_IPLOG_LOGDROPS_1WEEK', '1 Settimana'); +define('_MI_IPLOG_LOGDROPS_FORTNIGHT', 'Una quindicina di giorni'); +define('_MI_IPLOG_LOGDROPS_1MONTH', '1 Mese'); +define('_MI_IPLOG_LOGDROPS_2MONTHS', '2 Mesi'); +define('_MI_IPLOG_LOGDROPS_3MONTHS', '3 Mesi'); +define('_MI_IPLOG_LOGDROPS_4MONTHS', '4 Mesi'); +define('_MI_IPLOG_LOGDROPS_5MONTHS', '5 Mesi'); +define('_MI_IPLOG_LOGDROPS_6MONTHS', '6 Mesi'); +define('_MI_IPLOG_LOGDROPS_12MONTHS', '1 Anno'); +define('_MI_IPLOG_LOGDROPS_24MONTHS', '2 Anni'); +define('_MI_IPLOG_LOGDROPS_36MONTHS', '3 Anni'); + +define('_MI_IPLOG_IPDB_APIKEY', 'IPDB API Key'); +define('_MI_IPLOG_IPDB_APIKEY_DESC', 'Registrati a <a href="http://ipinfodb.com/register.php">IPDB Registration</a> per ricevere una chiave API'); +define('_MI_IPLOG_USER_AGENT', 'cURL User-agent'); +define('_MI_IPLOG_USER_AGENT_DESC', 'Questo è l\'useragent utilizzato quando l\'arricciatura è istanziare'); +define('_MI_IPLOG_CURL_CONNECTION_TIMEOUT', 'cURL DNS Timeout di connessione'); +define('_MI_IPLOG_CURL_CONNECTION_TIMEOUT_DESC', 'Questo è il numero di secondi che un DNS deve rispondere con arricciatura'); +define('_MI_IPLOG_CURL_TIMEOUT', 'cURL Timeout di comunicazione'); +define('_MI_IPLOG_CURL_TIMEOUT_DESC', 'Questo è il numero di secondi che dispone di un server di rispondere prima di cURL timesout'); +define('_MI_IPLOG_CURL_SSL_VERIFY_PEER', 'cURL Convalida dei certificati SSL'); +define('_MI_IPLOG_CURL_SSL_VERIFY_PEER_DESC', 'Quando questa opzione è attivata deve avere un certificato SSL valido quando si collega con l\'arricciatura a https://'); +define('_MI_IPLOG_CURL_VERBOSE', 'cURL è dettagliato'); +define('_MI_IPLOG_CURL_VERBOSE_DESC', 'Questa è l\'opzione che è possibile attivare per fare l\'arricciatura si comporti verbosely!'); + +// Version 1.02 +define("_MI_IPLOG_GUEST", "Anonimo"); +define('_MI_IPLOG_ANONYMOUS', 'Consenti all\'utente anonimo di essere registrati!'); +define('_MI_IPLOG_ANONYMOUS_DESC', 'L\'attivazione di questa significa che gli utenti che non sono loggati vengono anche registrati!'); +define('_MI_IPLOG_IPV4', 'IPv4'); +define('_MI_IPLOG_IPV6', 'IPv6'); + +?> + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |