blob: 3f2a5a783c9ee38aaa3661caaed86c50d102f83a [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
MiscUtils_NotDirectoryMsg=\ud30c\uc77c {0}\uc744 \ucc3e\uc558\uc9c0\ub9cc, \ub514\ub809\ud130\ub9ac\uac00 \uc544\ub2d9\ub2c8\ub2e4.
MiscUtils_NotFileMsg=\ud30c\uc77c {0}\uc744 \ucc3e\uc558\uc9c0\ub9cc, \uc815\uc0c1\uc801\uc778 \ud30c\uc77c\uc774 \uc544\ub2d9\ub2c8\ub2e4.
MiscUtils_FileNotReadableMsg=\ud30c\uc77c {0}\uc744 \ucc3e\uc558\uc9c0\ub9cc, \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MiscUtils_FileNotExistMsg=\ud30c\uc77c\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
MiscUtils_VmVersionMsg=\uc9c0\uc815\ub41c VM\uc5d0 \uc758\ud574 \ucd9c\ub825\ub41c \ubc84\uc804 \ubb38\uc790\uc5f4\:
MiscUtils_VmUnknownMsg=\uc778\uc2dd\ub418\uc9c0 \uc54a\ub294 \uc790\ubc14 \uac00\uc0c1 \uba38\uc2e0\uc785\ub2c8\ub2e4 - \uc36c \ud56b\uc2a4\ud31f VM\uc774 \uc544\ub2d9\ub2c8\ub2e4.
MiscUtils_VmIncompatibleMsg=\ud638\ud658\ub418\uc9c0 \uc54a\ub294 \uc790\ubc14 VM\uc785\ub2c8\ub2e4 - \ud45c\uc900 \ud56b\uc2a4\ud31f VM 1.5.x \uc774\uc0c1\uc774 \ud544\uc694\ud569\ub2c8\ub2e4
# ------------------------------------------------------------------------------
# Following are formats for time/date in a form that is tuned for user wrt to space needed and clarity/usefulness.
# Used in saved snapshots list under combo in Profiler control panel (left)
# ------------------------------------------------------------------------------
# Formatting patterns are described in Java API - java.text.SimpleDateFormat
# ------------------------------------------------------------------------------
# [Name of Day], hh:mm:ss AM/PM (for default [en])
StringUtils_ThisWeekFormat=EEEE, hh\:mm\:ss a
# Last [Name of Day], hh:mm:ss AM/PM (for default [en])
StringUtils_LastWeekFormat='\ucd5c\uc885\uc77c' EEEE, hh\:mm\:ss a
# Yesterday, hh:mm:ss AM/PM (for default [en])
StringUtils_YesterdayFormat='\uc5b4\uc81c,' hh\:mm\:ss a
# hh:mm:ss AM/PM (for default [en])
StringUtils_TodayFormat=hh\:mm\:ss a
# dd MMM yyyy, hh:mm:ss AM/PM (for default [en])
StringUtils_OtherDayFormat=dd MMM yyyy, hh\:mm\:ss a
# [Name of Day], d MMM yyyy, hh:mm:ss AM/PM (for default [en])
StringUtils_FullFormat=EEEE, d MMM yyyy, hh\:mm\:ss a