1*b6955755SRobert Johnston# 2*b6955755SRobert Johnston# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 3*b6955755SRobert Johnston# Use is subject to license terms. 4*b6955755SRobert Johnston# 5*b6955755SRobert Johnston# CDDL HEADER START 6*b6955755SRobert Johnston# 7*b6955755SRobert Johnston# The contents of this file are subject to the terms of the 8*b6955755SRobert Johnston# Common Development and Distribution License (the "License"). 9*b6955755SRobert Johnston# You may not use this file except in compliance with the License. 10*b6955755SRobert Johnston# 11*b6955755SRobert Johnston# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 12*b6955755SRobert Johnston# or http://www.opensolaris.org/os/licensing. 13*b6955755SRobert Johnston# See the License for the specific language governing permissions 14*b6955755SRobert Johnston# and limitations under the License. 15*b6955755SRobert Johnston# 16*b6955755SRobert Johnston# When distributing Covered Code, include this CDDL HEADER in each 17*b6955755SRobert Johnston# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 18*b6955755SRobert Johnston# If applicable, add the following below this CDDL HEADER, with the 19*b6955755SRobert Johnston# fields enclosed by brackets "[]" replaced with your own identifying 20*b6955755SRobert Johnston# information: Portions Copyright [yyyy] [name of copyright owner] 21*b6955755SRobert Johnston# 22*b6955755SRobert Johnston# CDDL HEADER END 23*b6955755SRobert Johnston# 24*b6955755SRobert Johnston# 25*b6955755SRobert Johnston# This is portable object file is used for testing libfmd_msg. It 26*b6955755SRobert Johnston# is not delivered in any package. 27*b6955755SRobert Johnston# 28*b6955755SRobert Johnston 29*b6955755SRobert Johnstonmsgid "TEST-8000-08.type" 30*b6955755SRobert Johnstonmsgstr "Defect" 31*b6955755SRobert Johnstonmsgid "TEST-8000-08.severity" 32*b6955755SRobert Johnstonmsgstr "Minor" 33*b6955755SRobert Johnstonmsgid "TEST-8000-08.description" 34*b6955755SRobert Johnstonmsgstr "This entry tests URL variable expansion - url = %s" 35*b6955755SRobert Johnstonmsgid "TEST-8000-08.response" 36*b6955755SRobert Johnstonmsgstr "This entry tests the percent character escape sequence: %%" 37*b6955755SRobert Johnstonmsgid "TEST-8000-08.impact" 38*b6955755SRobert Johnstonmsgstr "This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>" 39*b6955755SRobert Johnstonmsgid "TEST-8000-08.action" 40*b6955755SRobert Johnstonmsgstr "Variable expansion for arrays: index = %<test_arr[1].index>" 41*b6955755SRobert Johnston 42