Commit 848620d6 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added new entries for system cache in AC. JM-600

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3582 b35dd754-fafc-0310-a699-88a17e54d16e
parent f95a3d6d
......@@ -251,7 +251,14 @@
## Added key: 'filetransferproxy.settings.valid.port'
## Added key: 'filetransferproxy.settings.confirm.updated'
## Added key: 'sidebar.transfer-proxy'
## Added key: 'sidebar.transfer-proxy.descr'
## Added key: 'sidebar.transfer-proxy.descr'
##
## 2.6.0
## Added key: 'global.unlimited'
## Added key: 'sidebar.system-cache'
## Added key: 'sidebar.system-cache.descr'
## Added key: 'startup.starting.pubsub'
## Added section: 'system.cache.*'
# Wildfire
......@@ -270,6 +277,8 @@ tab.server.descr=Click to manage server settings
sidebar.system-props.descr=Click to manage server properties
sidebar.server-locale=Language and Time
sidebar.server-locale.descr=Click to set the language and time zone
sidebar.system-cache=Cache Summary
sidebar.system-cache.descr=Click to manage data caches
sidebar.server-db=Database
sidebar.server-db.descr=Click to view database connection information
sidebar.server-logs=Logs
......@@ -364,7 +373,7 @@ tab.tab-groupchat.descr=Click to manage group chat settings
sidebar.muc-room-create.descr=Click to add a new room to the service
# Log messages
log.marker_inserted_by=--- Marker inserted by {0} at {1} ---
log.marker_inserted_by=--- Marker inserted by {0} at {1} ---
# Server startup messages
......@@ -533,6 +542,7 @@ global.click_edit=Click to edit...
global.click_delete=Click to delete...
global.yes=Yes
global.no=No
global.unlimited=Unlimited
# Group Chat Service Properties Page
......@@ -1058,7 +1068,7 @@ server.props.title=Edit Server Properties
server.props.info=Use the form below to edit server properties.
server.props.update.norestart=Server properties updated successfully
server.props.update=Server properties updated successfully. You'll need to
server.props.update2=the server to have the changes take effect (see
server.props.update2=the server to have the changes take effect (see
server.props.property=Server Properties
server.props.name=Server Name:
server.props.valid_hostname=Please enter a valid server host name or
......@@ -1378,7 +1388,7 @@ setup.datasource.standard.title=Database Settings - Standard Connection
setup.datasource.standard.label=Database Driver Presets
setup.datasource.standard.info=Specify a JDBC driver and connection properties to connect to your \
database. If you need more information about this process please see the database documentation \
distributed with
distributed with
setup.datasource.standard.info2=Note:
setup.datasource.standard.info3=Database scripts for most popular databases are included in the Jive \
Wildfire distribution at
......@@ -1662,7 +1672,7 @@ plugin.admin.deleted_success=Plugin deleted successfully.
plugin.admin.deleted_failure=Unable to delete plugin.
plugin.admin.click_reload=Reload the plugin.
plugin.admin.reload_success=Plugin was successfully reloaded. It may take a short time for the \
plugin to appear in the list of installed plugins again.
plugin to appear in the list of installed plugins again.
plugin.admin.name=Plugins
plugin.admin.description=Description
plugin.admin.version=Version
......@@ -1727,4 +1737,21 @@ filetransferproxy.settings.label_disable_info=This server will not act as a file
filetransferproxy.settings.label_enable=Enabled
filetransferproxy.settings.label_enable_info=This server will act as a file transfer proxy on port:
filetransferproxy.settings.valid.port=Please enter a valid port.
filetransferproxy.settings.confirm.updated=File transfer proxy settings updated succesfully.
\ No newline at end of file
filetransferproxy.settings.confirm.updated=File transfer proxy settings updated succesfully.
# System Cache page
system.cache.title=Cache Summary
system.cache.cleared=Cache(s) cleared successfully.
system.cache.info=Wildfire relies on its cache to run efficiently. Below is a summary of all \
existing caches. To clear out the contents of a cache, click the checkbox next to the cache \
you want to clear and click "Clear Selected" below.
system.cache.head.name=Cache Name
system.cache.head.max=Max Size
system.cache.head.current=Current Size
system.cache.head.percent=Percent Used
system.cache.head.effectiveness=Effectiveness*
system.cache.desc.effectiveness=* Effectiveness measures how well your cache is working. If the \
effectiveness is low, that usually means that the cache is too small. Caches for which this \
may be the case are specially flagged.
system.cache.total=Total:
system.cache.clear-selected=Clear Selected
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment