2008-12-22 Jorge Gonzalez <jorgegonz@artica.es>

* pandoradb_data.sql: Added Dutch to translations.

	* include/languages/Makefile: Added Dutch to translations.

	* include/languages/index.pot: Updated po template file.

	* include/languages/cs.po, include/languages/pt_BR.po, 
	include/languages/pl.mo, include/languages/it.mo, 
	include/languages/ko.po, include/languages/sl.mo, 
	include/languages/sk.po, include/languages/uk.po, 
	include/languages/pt.mo, include/languages/ro.po, 
	include/languages/ast.mo, include/languages/bn.po, 
	include/languages/cs.mo, include/languages/ar.po, 
	include/languages/pt_BR.mo, include/languages/ko.mo, 
	include/languages/fr.po, include/languages/sk.mo, 
	include/languages/uk.mo, include/languages/ro.mo, 
	include/languages/ca.po, include/languages/da.po, 
	include/languages/tr.po, include/languages/sv.po, 
	include/languages/de.po, include/languages/ja.po, 
	include/languages/zh_TW.po, include/languages/bn.mo, 
	include/languages/he.po, include/languages/fi.po, 
	include/languages/ar.mo, include/languages/hi.po, 
	include/languages/zh_CN.po, include/languages/fr.mo, 
	include/languages/te.po, include/languages/eu.po, 
	include/languages/hu.po, include/languages/ca.mo, 
	include/languages/da.mo, include/languages/tr.mo, 
	include/languages/sv.mo, include/languages/de.mo, 
	include/languages/ru.po, include/languages/ja.mo, 
	include/languages/zh_TW.mo, include/languages/he.mo, 
	include/languages/fi.mo, include/languages/hi.mo, 
	include/languages/zh_CN.mo, include/languages/el.po, 
	include/languages/gl.po, include/languages/te.mo, 
	include/languages/eu.mo, include/languages/hu.mo, 
	include/languages/pl.po, include/languages/it.po, 
	include/languages/sl.po, include/languages/pt.po, 
	include/languages/ru.mo, include/languages/ast.po, 
	include/languages/el.mo, include/languages/gl.mo

	* include/languages/nl.po, include/languages/nl.mo: Added Dutch 
	translation from Rosetta.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1299 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jorgonzalez 2008-12-22 10:21:21 +00:00
parent 4111c0dfb8
commit fa335140ed
68 changed files with 22526 additions and 17605 deletions

View File

@ -1,3 +1,46 @@
2008-12-22 Jorge Gonzalez <jorgegonz@artica.es>
* pandoradb_data.sql: Added Dutch to translations.
* include/languages/Makefile: Added Dutch to translations.
* include/languages/index.pot: Updated po template file.
* include/languages/cs.po, include/languages/pt_BR.po,
include/languages/pl.mo, include/languages/it.mo,
include/languages/ko.po, include/languages/sl.mo,
include/languages/sk.po, include/languages/uk.po,
include/languages/pt.mo, include/languages/ro.po,
include/languages/ast.mo, include/languages/bn.po,
include/languages/cs.mo, include/languages/ar.po,
include/languages/pt_BR.mo, include/languages/ko.mo,
include/languages/fr.po, include/languages/sk.mo,
include/languages/uk.mo, include/languages/ro.mo,
include/languages/ca.po, include/languages/da.po,
include/languages/tr.po, include/languages/sv.po,
include/languages/de.po, include/languages/ja.po,
include/languages/zh_TW.po, include/languages/bn.mo,
include/languages/he.po, include/languages/fi.po,
include/languages/ar.mo, include/languages/hi.po,
include/languages/zh_CN.po, include/languages/fr.mo,
include/languages/te.po, include/languages/eu.po,
include/languages/hu.po, include/languages/ca.mo,
include/languages/da.mo, include/languages/tr.mo,
include/languages/sv.mo, include/languages/de.mo,
include/languages/ru.po, include/languages/ja.mo,
include/languages/zh_TW.mo, include/languages/he.mo,
include/languages/fi.mo, include/languages/hi.mo,
include/languages/zh_CN.mo, include/languages/el.po,
include/languages/gl.po, include/languages/te.mo,
include/languages/eu.mo, include/languages/hu.mo,
include/languages/pl.po, include/languages/it.po,
include/languages/sl.po, include/languages/pt.po,
include/languages/ru.mo, include/languages/ast.po,
include/languages/el.mo, include/languages/gl.mo
* include/languages/nl.po, include/languages/nl.mo: Added Dutch
translation from Rosetta.
2008-12-21 Raul Mateos <raulofpandora@gmail.com> 2008-12-21 Raul Mateos <raulofpandora@gmail.com>
* index.php: Updated build, there were some changes in last month that make * index.php: Updated build, there were some changes in last month that make

View File

@ -1,4 +1,4 @@
all: ar.mo ast.mo bn.mo ca.mo cs.mo da.mo de.mo el.mo es.mo eu.mo fi.mo fr.mo gl.mo he.mo hi.mo hu.mo it.mo ja.mo ko.mo pl.mo pt.mo pt_BR.mo ro.mo ru.mo sk.mo sl.mo sv.mo te.mo tr.mo uk.mo zh_CN.mo zh_TW.mo all: ar.mo ast.mo bn.mo ca.mo cs.mo da.mo de.mo el.mo es.mo eu.mo fi.mo fr.mo gl.mo he.mo hi.mo hu.mo it.mo ja.mo ko.mo nl.mo pl.mo pt.mo pt_BR.mo ro.mo ru.mo sk.mo sl.mo sv.mo te.mo tr.mo uk.mo zh_CN.mo zh_TW.mo
xgettext `find ../../ -name "*\.php"` --output=index.pot --keyword=__ --add-comments=/// xgettext `find ../../ -name "*\.php"` --output=index.pot --keyword=__ --add-comments=///
ar.mo: ar.po ar.mo: ar.po
@ -58,6 +58,9 @@ ja.mo: ja.po
ko.mo: ko.po ko.mo: ko.po
msgfmt ko.po -o ko.mo msgfmt ko.po -o ko.mo
nl.mo: nl.po
msgfmt nl.po -o nl.mo
pl.mo: pl.po pl.mo: pl.po
msgfmt pl.po -o pl.mo msgfmt pl.po -o pl.mo

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-12-18 12:34+0100\n" "POT-Creation-Date: 2008-12-22 11:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -302,11 +302,11 @@ msgstr ""
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: ../../general/footer.php:31 #: ../../general/footer.php:27
msgid "Page generated at" msgid "Page generated at"
msgstr "" msgstr ""
#: ../../general/footer.php:37 #: ../../general/footer.php:33
msgid "Pandora FMS console is best viewed with Firefox web browser" msgid "Pandora FMS console is best viewed with Firefox web browser"
msgstr "" msgstr ""
@ -320,10 +320,19 @@ msgid ""
"Pandora.<br><br>" "Pandora.<br><br>"
msgstr "" msgstr ""
#: ../../general/links_menu.php:22 ../../godmode/menu.php:255 #: ../../general/links_menu.php:21 ../../godmode/menu.php:164
msgid "Links" msgid "Links"
msgstr "" msgstr ""
#: ../../general/main_menu.php:84
#: ../../godmode/agentes/alert_manager_editor.php:341
msgid "Operation"
msgstr ""
#: ../../general/main_menu.php:89
msgid "Administration"
msgstr ""
#: ../../general/noaccess.php:22 #: ../../general/noaccess.php:22
msgid "You don't have access to this page" msgid "You don't have access to this page"
msgstr "" msgstr ""
@ -354,7 +363,7 @@ msgstr ""
msgid " unread message(s)." msgid " unread message(s)."
msgstr "" msgstr ""
#: ../../general/logon_ok.php:47 ../../godmode/menu.php:263 #: ../../general/logon_ok.php:47 ../../godmode/menu.php:167
msgid "Site news" msgid "Site news"
msgstr "" msgstr ""
@ -905,11 +914,11 @@ msgstr ""
#: ../../operation/reporting/graph_viewer.php:109 #: ../../operation/reporting/graph_viewer.php:109
#: ../../operation/reporting/graph_viewer.php:158 #: ../../operation/reporting/graph_viewer.php:158
#: ../../operation/reporting/custom_reporting.php:31 #: ../../operation/reporting/custom_reporting.php:31
#: ../../operation/menu.php:265 #: ../../operation/menu.php:181
msgid "Reporting" msgid "Reporting"
msgstr "" msgstr ""
#: ../../godmode/reporting/map_builder.php:253 ../../godmode/menu.php:186 #: ../../godmode/reporting/map_builder.php:253 ../../godmode/menu.php:120
msgid "Map builder" msgid "Map builder"
msgstr "" msgstr ""
@ -1261,7 +1270,7 @@ msgstr ""
msgid "Combined image render" msgid "Combined image render"
msgstr "" msgstr ""
#: ../../godmode/reporting/graph_builder.php:264 ../../godmode/menu.php:176 #: ../../godmode/reporting/graph_builder.php:264 ../../godmode/menu.php:116
msgid "Graph builder" msgid "Graph builder"
msgstr "" msgstr ""
@ -1337,7 +1346,7 @@ msgstr ""
msgid "1 year" msgid "1 year"
msgstr "" msgstr ""
#: ../../godmode/reporting/graph_builder.php:400 ../../operation/menu.php:172 #: ../../godmode/reporting/graph_builder.php:400 ../../operation/menu.php:114
msgid "View events" msgid "View events"
msgstr "" msgstr ""
@ -1525,7 +1534,7 @@ msgstr ""
#: ../../godmode/reporting/reporting_builder.php:495 #: ../../godmode/reporting/reporting_builder.php:495
#: ../../operation/reporting/reporting_viewer.php:54 #: ../../operation/reporting/reporting_viewer.php:54
#: ../../operation/reporting/custom_reporting.php:32 #: ../../operation/reporting/custom_reporting.php:32
#: ../../operation/menu.php:276 #: ../../operation/menu.php:187
msgid "Custom reporting" msgid "Custom reporting"
msgstr "" msgstr ""
@ -1577,7 +1586,7 @@ msgstr ""
#: ../../godmode/servers/manage_recontask.php:95 #: ../../godmode/servers/manage_recontask.php:95
#: ../../godmode/servers/manage_recontask_form.php:56 #: ../../godmode/servers/manage_recontask_form.php:56
#: ../../godmode/servers/manage_export_form.php:61 #: ../../godmode/servers/manage_export_form.php:61
#: ../../operation/servers/view_server.php:36 ../../operation/menu.php:132 #: ../../operation/servers/view_server.php:36 ../../operation/menu.php:85
msgid "Pandora servers" msgid "Pandora servers"
msgstr "" msgstr ""
@ -1654,7 +1663,7 @@ msgstr ""
msgid "IP Address" msgid "IP Address"
msgstr "" msgstr ""
#: ../../godmode/servers/modificar_server.php:79 ../../godmode/menu.php:205 #: ../../godmode/servers/modificar_server.php:79 ../../godmode/menu.php:132
msgid "Manage servers" msgid "Manage servers"
msgstr "" msgstr ""
@ -1745,7 +1754,7 @@ msgstr ""
#: ../../godmode/servers/manage_recontask.php:95 #: ../../godmode/servers/manage_recontask.php:95
#: ../../godmode/servers/manage_recontask_form.php:56 #: ../../godmode/servers/manage_recontask_form.php:56
#: ../../godmode/menu.php:212 #: ../../godmode/menu.php:138
msgid "Manage recontask" msgid "Manage recontask"
msgstr "" msgstr ""
@ -2030,121 +2039,111 @@ msgstr ""
msgid "Update group" msgid "Update group"
msgstr "" msgstr ""
#: ../../godmode/menu.php:30 #: ../../godmode/menu.php:29
msgid "Administration"
msgstr ""
#: ../../godmode/menu.php:40
msgid "Manage agents" msgid "Manage agents"
msgstr "" msgstr ""
#: ../../godmode/menu.php:48 #: ../../godmode/menu.php:35
msgid "Manage config." msgid "Manage config"
msgstr "" msgstr ""
#: ../../godmode/menu.php:55 #: ../../godmode/menu.php:38
msgid "Duplicate config" msgid "Duplicate config"
msgstr "" msgstr ""
#: ../../godmode/menu.php:64 #: ../../godmode/menu.php:42
msgid "Manage groups" msgid "Manage groups"
msgstr "" msgstr ""
#: ../../godmode/menu.php:74 #: ../../godmode/menu.php:46
msgid "Scheduled downtime" msgid "Scheduled downtime"
msgstr "" msgstr ""
#: ../../godmode/menu.php:84 #: ../../godmode/menu.php:52
msgid "Manage modules" msgid "Manage modules"
msgstr "" msgstr ""
#: ../../godmode/menu.php:91 #: ../../godmode/menu.php:58 ../../godmode/menu.php:95
msgid "Component groups" msgid "Component groups"
msgstr "" msgstr ""
#: ../../godmode/menu.php:99 #: ../../godmode/menu.php:61
msgid "Module components" msgid "Module components"
msgstr "" msgstr ""
#: ../../godmode/menu.php:107 ../../godmode/agentes/agent_template.php:119 #: ../../godmode/menu.php:64 ../../godmode/agentes/agent_template.php:119
msgid "Module templates" msgid "Module templates"
msgstr "" msgstr ""
#: ../../godmode/menu.php:119 ../../godmode/profiles/profile_list.php:186 #: ../../godmode/menu.php:73 ../../godmode/profiles/profile_list.php:186
msgid "Manage alerts" msgid "Manage alerts"
msgstr "" msgstr ""
#: ../../godmode/menu.php:127 ../../godmode/profiles/profile_list.php:188 #: ../../godmode/menu.php:80 ../../godmode/profiles/profile_list.php:188
msgid "Manage users" msgid "Manage users"
msgstr "" msgstr ""
#: ../../godmode/menu.php:137 #: ../../godmode/menu.php:88
msgid "Manage SNMP console" msgid "Manage SNMP console"
msgstr "" msgstr ""
#: ../../godmode/menu.php:146 #: ../../godmode/menu.php:105
msgid "SNMP alerts"
msgstr ""
#: ../../godmode/menu.php:157
msgid "Manage reports" msgid "Manage reports"
msgstr "" msgstr ""
#: ../../godmode/menu.php:166 #: ../../godmode/menu.php:112
msgid "Report builder" msgid "Report builder"
msgstr "" msgstr ""
#: ../../godmode/menu.php:197 #: ../../godmode/menu.php:126
msgid "Manage profiles" msgid "Manage profiles"
msgstr "" msgstr ""
#: ../../godmode/menu.php:221 #: ../../godmode/menu.php:141
msgid "Manage plugins" msgid "Manage plugins"
msgstr "" msgstr ""
#: ../../godmode/menu.php:228 #: ../../godmode/menu.php:144
msgid "Export targets" msgid "Export targets"
msgstr "" msgstr ""
#: ../../godmode/menu.php:240 #: ../../godmode/menu.php:152
msgid "System Audit Log" msgid "System audit log"
msgstr "" msgstr ""
#: ../../godmode/menu.php:248 ../../godmode/setup/setup.php:79 #: ../../godmode/menu.php:158
#: ../../godmode/setup/links.php:87 ../../godmode/setup/links.php:115 msgid "Pandora setup"
#: ../../godmode/setup/news.php:87 ../../godmode/setup/news.php:116
msgid "Pandora Setup"
msgstr "" msgstr ""
#: ../../godmode/menu.php:272 #: ../../godmode/menu.php:174
msgid "DB Maintenance" msgid "DB Maintenance"
msgstr "" msgstr ""
#: ../../godmode/menu.php:280 #: ../../godmode/menu.php:180
msgid "DB Information" msgid "DB Information"
msgstr "" msgstr ""
#: ../../godmode/menu.php:287 ../../godmode/db/db_purge.php:41 #: ../../godmode/menu.php:183 ../../godmode/db/db_purge.php:41
msgid "Database purge" msgid "Database purge"
msgstr "" msgstr ""
#: ../../godmode/menu.php:294 ../../godmode/db/db_refine.php:69 #: ../../godmode/menu.php:186 ../../godmode/db/db_refine.php:69
msgid "Database debug" msgid "Database debug"
msgstr "" msgstr ""
#: ../../godmode/menu.php:301 #: ../../godmode/menu.php:189
msgid "Database audit" msgid "Database audit"
msgstr "" msgstr ""
#: ../../godmode/menu.php:308 #: ../../godmode/menu.php:192
msgid "Database event" msgid "Database event"
msgstr "" msgstr ""
#: ../../godmode/menu.php:315 #: ../../godmode/menu.php:195
msgid "Database sanity" msgid "Database sanity"
msgstr "" msgstr ""
#: ../../godmode/menu.php:328 ../../operation/menu.php:300 #: ../../godmode/menu.php:202 ../../operation/menu.php:197
msgid "Extensions" msgid "Extensions"
msgstr "" msgstr ""
@ -2317,7 +2316,7 @@ msgid "N/A"
msgstr "" msgstr ""
#: ../../godmode/snmpconsole/snmp_alert.php:325 #: ../../godmode/snmpconsole/snmp_alert.php:325
#: ../../include/functions_html.php:783 ../../include/functions_html.php:784 #: ../../include/functions_html.php:794 ../../include/functions_html.php:795
#: ../../include/functions.php:446 ../../include/functions.php:884 #: ../../include/functions.php:446 ../../include/functions.php:884
#: ../../enterprise/extensions/cron/main.php:102 #: ../../enterprise/extensions/cron/main.php:102
#: ../../operation/agentes/estado_generalagente.php:106 #: ../../operation/agentes/estado_generalagente.php:106
@ -2378,6 +2377,12 @@ msgstr ""
msgid "Show" msgid "Show"
msgstr "" msgstr ""
#: ../../godmode/setup/setup.php:79 ../../godmode/setup/links.php:87
#: ../../godmode/setup/links.php:115 ../../godmode/setup/news.php:87
#: ../../godmode/setup/news.php:116
msgid "Pandora Setup"
msgstr ""
#: ../../godmode/setup/setup.php:80 #: ../../godmode/setup/setup.php:80
msgid "General configuration" msgid "General configuration"
msgstr "" msgstr ""
@ -2585,11 +2590,11 @@ msgid "Edit incidents"
msgstr "" msgstr ""
#: ../../godmode/profiles/profile_list.php:178 #: ../../godmode/profiles/profile_list.php:178
#: ../../operation/incidents/incident.php:168 ../../operation/menu.php:143 #: ../../operation/incidents/incident.php:168 ../../operation/menu.php:96
msgid "Manage incidents" msgid "Manage incidents"
msgstr "" msgstr ""
#: ../../godmode/profiles/profile_list.php:180 ../../operation/menu.php:40 #: ../../godmode/profiles/profile_list.php:180 ../../operation/menu.php:29
msgid "View agents" msgid "View agents"
msgstr "" msgstr ""
@ -3376,7 +3381,7 @@ msgstr ""
msgid "The agent's name must be the same as the one defined at the console" msgid "The agent's name must be the same as the one defined at the console"
msgstr "" msgstr ""
#: ../../godmode/agentes/agent_manager.php:80 ../../operation/menu.php:69 #: ../../godmode/agentes/agent_manager.php:80 ../../operation/menu.php:44
msgid "Agent detail" msgid "Agent detail"
msgstr "" msgstr ""
@ -3592,11 +3597,6 @@ msgstr ""
msgid "Source Agent/Alert" msgid "Source Agent/Alert"
msgstr "" msgstr ""
#: ../../godmode/agentes/alert_manager_editor.php:341
#: ../../operation/menu.php:26
msgid "Operation"
msgstr ""
#: ../../godmode/modules/manage_network_components.php:137 #: ../../godmode/modules/manage_network_components.php:137
#: ../../godmode/modules/manage_nc_groups.php:70 #: ../../godmode/modules/manage_nc_groups.php:70
#: ../../godmode/modules/manage_network_templates.php:43 #: ../../godmode/modules/manage_network_templates.php:43
@ -5064,8 +5064,8 @@ msgid "Create incident"
msgstr "" msgstr ""
#: ../../operation/incidents/incident_statistics.php:30 #: ../../operation/incidents/incident_statistics.php:30
#: ../../operation/menu.php:158 ../../operation/menu.php:180 #: ../../operation/menu.php:105 ../../operation/menu.php:120
#: ../../operation/menu.php:224 #: ../../operation/menu.php:153
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
@ -5283,7 +5283,7 @@ msgstr ""
msgid "Until refresh" msgid "Until refresh"
msgstr "" msgstr ""
#: ../../operation/visual_console/index.php:24 ../../operation/menu.php:102 #: ../../operation/visual_console/index.php:24 ../../operation/menu.php:60
msgid "Visual console" msgid "Visual console"
msgstr "" msgstr ""
@ -5301,67 +5301,67 @@ msgstr ""
msgid "No layouts found" msgid "No layouts found"
msgstr "" msgstr ""
#: ../../operation/menu.php:48 ../../operation/agentes/tactical.php:50 #: ../../operation/menu.php:35 ../../operation/agentes/tactical.php:50
msgid "Tactical view" msgid "Tactical view"
msgstr "" msgstr ""
#: ../../operation/menu.php:55 ../../operation/agentes/estado_grupo.php:32 #: ../../operation/menu.php:38 ../../operation/agentes/estado_grupo.php:32
msgid "Group view" msgid "Group view"
msgstr "" msgstr ""
#: ../../operation/menu.php:62 ../../operation/agentes/networkmap.php:252 #: ../../operation/menu.php:41 ../../operation/agentes/networkmap.php:252
msgid "Network Map" msgid "Network Map"
msgstr "" msgstr ""
#: ../../operation/menu.php:76 #: ../../operation/menu.php:47
msgid "Alert detail" msgid "Alert detail"
msgstr "" msgstr ""
#: ../../operation/menu.php:83 #: ../../operation/menu.php:50
msgid "Monitor detail" msgid "Monitor detail"
msgstr "" msgstr ""
#: ../../operation/menu.php:90 ../../operation/agentes/exportdata.php:236 #: ../../operation/menu.php:53 ../../operation/agentes/exportdata.php:236
msgid "Export data" msgid "Export data"
msgstr "" msgstr ""
#: ../../operation/menu.php:151 #: ../../operation/menu.php:102
msgid "Search incident" msgid "Search incidents"
msgstr "" msgstr ""
#: ../../operation/menu.php:185 #: ../../operation/menu.php:124
msgid "RSS" msgid "RSS"
msgstr "" msgstr ""
#: ../../operation/menu.php:191 #: ../../operation/menu.php:129
msgid "CSV File" msgid "CSV File"
msgstr "" msgstr ""
#: ../../operation/menu.php:196 #: ../../operation/menu.php:134
msgid "Marquee" msgid "Marquee"
msgstr "" msgstr ""
#: ../../operation/menu.php:206 #: ../../operation/menu.php:141
msgid "View users" msgid "View users"
msgstr "" msgstr ""
#: ../../operation/menu.php:215 #: ../../operation/menu.php:147
msgid "Edit my user" msgid "Edit my user"
msgstr "" msgstr ""
#: ../../operation/menu.php:235 ../../operation/snmpconsole/snmp_view.php:99 #: ../../operation/menu.php:161 ../../operation/snmpconsole/snmp_view.php:99
msgid "SNMP console" msgid "SNMP console"
msgstr "" msgstr ""
#: ../../operation/menu.php:244 ../../operation/messages/message.php:58 #: ../../operation/menu.php:167 ../../operation/messages/message.php:58
msgid "Messages" msgid "Messages"
msgstr "" msgstr ""
#: ../../operation/menu.php:253 #: ../../operation/menu.php:173
msgid "Messages to groups" msgid "Messages to groups"
msgstr "" msgstr ""
#: ../../operation/menu.php:287 #: ../../operation/menu.php:190
msgid "Custom graphs" msgid "Custom graphs"
msgstr "" msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -127,6 +127,7 @@ INSERT INTO `tlanguage` VALUES ('hu','Magyar');
INSERT INTO `tlanguage` VALUES ('it','Italiano'); INSERT INTO `tlanguage` VALUES ('it','Italiano');
INSERT INTO `tlanguage` VALUES ('ja','日本語'); INSERT INTO `tlanguage` VALUES ('ja','日本語');
INSERT INTO `tlanguage` VALUES ('ko','한국어'); INSERT INTO `tlanguage` VALUES ('ko','한국어');
INSERT INTO `tlanguage` VALUES ('nl','Nederlands');
INSERT INTO `tlanguage` VALUES ('pl','Polski'); INSERT INTO `tlanguage` VALUES ('pl','Polski');
INSERT INTO `tlanguage` VALUES ('pt_BR','Português-Brasil'); INSERT INTO `tlanguage` VALUES ('pt_BR','Português-Brasil');
INSERT INTO `tlanguage` VALUES ('pt','Português'); INSERT INTO `tlanguage` VALUES ('pt','Português');