summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/locales/it_it.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* - [DEV-97] added screen for easier creation of locales (Artem);artem2008-01-211-708/+591
| | | | | | - [ZBX-253] fixes problem in frontend with long int values (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5268 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Conversion to beta7.hugetoad2006-02-231-1/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2685 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-02-071-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2614 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2006-01-021-18/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2480 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Switching to 1.1beta5.hugetoad2006-01-021-3/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2479 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new item value type: integer 64bit (Alexei)hugetoad2005-12-231-1/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2423 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Version converted to 1.1beta4.hugetoad2005-12-111-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2410 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor cleanup.hugetoad2005-11-231-1/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2346 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Updated language files in preparation for Bulk Loader System.james_wells2005-11-121-0/+17
| | | | | | | | | | | | | | de_de.inc.php en_gb.inc.php fr_fr.inc.php it_it.inc.php ja_jp.inc.php lv_lv.inc.php ru_ru.inc.php sp_sp.inc.php git-svn-id: svn://svn.zabbix.com/trunk@2306 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Applied MySQL reconnect patch.james_wells2005-11-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zabbix_tmp/src/libs/zbxdbhigh/db.c Applied Multiple Server Patch. zabbix/create/mysql/schema.sql zabbix/create/postgresql/schema.sql zabbix/frontends/php/include/config.inc.php zabbix/frontends/php/include/forms.inc.php zabbix/frontends/php/include/items.inc.php zabbix/frontends/php/include/locales/de_de.inc.php zabbix/frontends/php/include/locales/en_gb.inc.php zabbix/frontends/php/include/locales/fr_fr.inc.php zabbix/frontends/php/include/locales/it_it.inc.php zabbix/frontends/php/include/locales/lv_lv.inc.php zabbix/frontends/php/include/locales/ru_ru.inc.php zabbix/frontends/php/include/locales/sp_sp.inc.php zabbix/frontends/php/items.php zabbix/frontends/php/servers.php zabbix/include/common.h zabbix/misc/conf/zabbix_server.conf zabbix/src/zabbix_server/housekeeper/housekeeper.c zabbix/src/zabbix_server/housekeeper/housekeeper.h zabbix/src/zabbix_server/pinger/pinger.c zabbix/src/zabbix_server/pinger/pinger.h zabbix/src/zabbix_server/poller/poller.c zabbix/src/zabbix_server/poller/poller.h zabbix/src/zabbix_server/server.c zabbix/src/zabbix_server/timer/timer.c zabbix/src/zabbix_server/timer/timer.h zabbix/upgrades/dbpatches/1.1beta2_to_1.1beta3/mysql/patch.sql zabbix/upgrades/dbpatches/1.1beta2_to_1.1beta3/postgresql/patch.sql git-svn-id: svn://svn.zabbix.com/trunk@2277 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Updated displayed version in UI to 1.1beta3james_wells2005-11-041-2/+2
| | | | | | | | | | | | | | | | | | | | zabbix/frontends/php/include/locales/de_de.inc.php zabbix/frontends/php/include/locales/en_gb.inc.php zabbix/frontends/php/include/locales/fr_fr.inc.php zabbix/frontends/php/include/locales/it_it.inc.php zabbix/frontends/php/include/locales/ja_jp.inc.php zabbix/frontends/php/include/locales/lv_lv.inc.php zabbix/frontends/php/include/locales/ru_ru.inc.php zabbix/frontends/php/include/locales/sp_sp.inc.php Applied span inconsistency patch. zabbix/ChangeLog zabbix/frontends/php/screenedit.php zabbix/frontends/php/screens.php Added dbpatches to support 'User Configurable Refresh' zabbix/upgrades/dbpatches/1.1beta2_to_1.1beta3/mysql/patch.sql zabbix/upgrades/dbpatches/1.1beta2_to_1.1beta3/postgresql/patch.sql git-svn-id: svn://svn.zabbix.com/trunk@2264 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Applied ServerByName patch:james_wells2005-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | misc/conf/zabbix_agentd.conf src/libs/zbxnet/security.c First pass at optimization of MySQL queries on reports page frontends/php/include/config.inc.php Fixed Groupid selection in triggers page (James) frontends/php/include/config.inc.php frontends/php/tr_status.php Fixed Update Profile in profiles page (James) frontends/php/include/profiles.inc.php Fixed Number Of Hosts in reports page (James) frontends/php/include/config.inc.php frontends/php/report1.php frontends/php/include/locales/de_de.inc.php frontends/php/include/locales/en_gb.inc.php frontends/php/include/locales/fr_fr.inc.php frontends/php/include/locales/it_it.inc.php frontends/php/include/locales/ja_jp.inc.php frontends/php/include/locales/lv_lv.inc.php frontends/php/include/locales/ru_ru.inc.php frontends/php/include/locales/sp_sp.inc.php git-svn-id: svn://svn.zabbix.com/trunk@2241 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - configurable refresh rate. Thanks to James Wells. (Alexei)hugetoad2005-10-241-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2217 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - update images. Thanks to James Wells. (Alexei)hugetoad2005-10-241-0/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2216 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Version has been changed to 1.1beta1.hugetoad2005-08-291-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2006 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Italian translation (Alexei)hugetoad2005-08-071-0/+729
- Spanish translation (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1940 97f52cf1-0a1b-0410-bd0e-c28be96e8082