1*2017c965SRod Evans# 2*2017c965SRod Evans# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 3*2017c965SRod Evans# Use is subject to license terms. 4*2017c965SRod Evans# 5*2017c965SRod Evans# CDDL HEADER START 6*2017c965SRod Evans# 7*2017c965SRod Evans# The contents of this file are subject to the terms of the 8*2017c965SRod Evans# Common Development and Distribution License (the "License"). 9*2017c965SRod Evans# You may not use this file except in compliance with the License. 10*2017c965SRod Evans# 11*2017c965SRod Evans# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 12*2017c965SRod Evans# or http://www.opensolaris.org/os/licensing. 13*2017c965SRod Evans# See the License for the specific language governing permissions 14*2017c965SRod Evans# and limitations under the License. 15*2017c965SRod Evans# 16*2017c965SRod Evans# When distributing Covered Code, include this CDDL HEADER in each 17*2017c965SRod Evans# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 18*2017c965SRod Evans# If applicable, add the following below this CDDL HEADER, with the 19*2017c965SRod Evans# fields enclosed by brackets "[]" replaced with your own identifying 20*2017c965SRod Evans# information: Portions Copyright [yyyy] [name of copyright owner] 21*2017c965SRod Evans# 22*2017c965SRod Evans# CDDL HEADER END 23*2017c965SRod Evans# 24*2017c965SRod Evans# Message file for cmd/sgs/libconv/common/time.c 25*2017c965SRod Evans 26*2017c965SRod Evans@ MSG_TIME_HMSF "%d.%d.%.2ld.%.6ld: " 27*2017c965SRod Evans@ MSG_TIME_MSF "%d.%.2ld.%.6ld: " 28*2017c965SRod Evans@ MSG_TIME_SF "%.2ld.%.6ld: " 29