mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
36 lines
785 B
Properties
36 lines
785 B
Properties
# Sun Public License Notice
|
|
#
|
|
# The contents of this file are subject to the Sun Public License
|
|
# Version 1.0 (the "License"). You may not use this file except in
|
|
# compliance with the License. A copy of the License is available at
|
|
# http://www.sun.com/
|
|
#
|
|
# The Original Code is Forte for Java, Community Edition. The Initial
|
|
# Developer of the Original Code is Sun Microsystems, Inc. Portions
|
|
# Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved.
|
|
|
|
# Sample ResourceBundle properties file
|
|
|
|
|
|
|
|
|
|
|
|
# {0} total memory
|
|
|
|
# {1} free memory
|
|
|
|
# {2} used memory
|
|
TXT_STATUS=Used {2} bytes of {0} allocated memory
|
|
|
|
# name of window
|
|
TXT_TITLE=Memory View
|
|
|
|
TXT_GARBAGE=Garbage Collect
|
|
TXT_REFRESH=Refresh Now
|
|
TXT_CLOSE=Close
|
|
TXT_TIME=Refresh time:
|
|
TXT_SET_TIME=Apply
|
|
|
|
|
|
|