1ba7866cdSAli Bahrami# 2ba7866cdSAli Bahrami# CDDL HEADER START 3ba7866cdSAli Bahrami# 4ba7866cdSAli Bahrami# The contents of this file are subject to the terms of the 5ba7866cdSAli Bahrami# Common Development and Distribution License (the "License"). 6ba7866cdSAli Bahrami# You may not use this file except in compliance with the License. 7ba7866cdSAli Bahrami# 8ba7866cdSAli Bahrami# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9ba7866cdSAli Bahrami# or http://www.opensolaris.org/os/licensing. 10ba7866cdSAli Bahrami# See the License for the specific language governing permissions 11ba7866cdSAli Bahrami# and limitations under the License. 12ba7866cdSAli Bahrami# 13ba7866cdSAli Bahrami# When distributing Covered Code, include this CDDL HEADER in each 14ba7866cdSAli Bahrami# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15ba7866cdSAli Bahrami# If applicable, add the following below this CDDL HEADER, with the 16ba7866cdSAli Bahrami# fields enclosed by brackets "[]" replaced with your own identifying 17ba7866cdSAli Bahrami# information: Portions Copyright [yyyy] [name of copyright owner] 18ba7866cdSAli Bahrami# 19ba7866cdSAli Bahrami# CDDL HEADER END 20ba7866cdSAli Bahrami# 21ba7866cdSAli Bahrami 22ba7866cdSAli Bahrami# 23ba7866cdSAli Bahrami# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24ba7866cdSAli Bahrami# 25ba7866cdSAli Bahrami 26ba7866cdSAli Bahrami@ _START_ 27ba7866cdSAli Bahrami 28ba7866cdSAli Bahrami# Message file for cmd/sgs/ar. 29ba7866cdSAli Bahrami 30ba7866cdSAli Bahrami@ MSG_ID_AR 31ba7866cdSAli Bahrami 32ba7866cdSAli Bahrami@ MSG_USAGE "usage: ar -d[-SvV] archive file ...\n \ 33ba7866cdSAli Bahrami ar -m[-abiSvV] [posname] archive file ...\n \ 34ba7866cdSAli Bahrami ar -p[-vV][-sS] archive [file ...]\n \ 35ba7866cdSAli Bahrami ar -q[-cuvSV] [-abi] [posname] [file ...]\n \ 36ba7866cdSAli Bahrami ar -r[-cuvSV] [-abi] [posname] [file ...]\n \ 37ba7866cdSAli Bahrami ar -t[-vV][-sS] archive [file ...]\n \ 38ba7866cdSAli Bahrami ar -x[-vV][-sSCT] archive [file ...]\n" 39ba7866cdSAli Bahrami 40ba7866cdSAli Bahrami@ MSG_MALLOC "ar: could not allocate memory: %s\n" 41ba7866cdSAli Bahrami@ MSG_TOOBIG4G "ar: archive size exceeds capabilities of 32-bit \ 42ba7866cdSAli Bahrami process\n" 43ba7866cdSAli Bahrami 44ba7866cdSAli Bahrami@ MSG_USAGE_01 "ar: one of [drqtpmx] must be specified\n" 45ba7866cdSAli Bahrami@ MSG_USAGE_02 "ar: -%c requires an operand\n" 46ba7866cdSAli Bahrami@ MSG_USAGE_03 "ar: bad option: -%c\n" 47ba7866cdSAli Bahrami@ MSG_USAGE_04 "ar: only one of [drqtpmx] allowed\n" 48ba7866cdSAli Bahrami@ MSG_USAGE_05 "ar: abi not allowed with q\n" 49ba7866cdSAli Bahrami@ MSG_USAGE_06 "ar: %s taken as mandatory 'posname' with keys 'abi'\n" 50ba7866cdSAli Bahrami 51ba7866cdSAli Bahrami@ MSG_INTERNAL_01 "ar: internal error: cannot tell whether file is \ 52ba7866cdSAli Bahrami included in archive or not\n" 53ba7866cdSAli Bahrami@ MSG_INTERNAL_02 "ar: internal header generation error\n" 54ba7866cdSAli Bahrami 55ba7866cdSAli Bahrami@ MSG_SYS_OPEN "ar: cannot open %s: %s\n" 56ba7866cdSAli Bahrami@ MSG_SYS_CLOSE "ar: cannot close %s: %s\n" 57ba7866cdSAli Bahrami@ MSG_SYS_WRITE "ar: %s: cannot write: %s\n" 58ba7866cdSAli Bahrami@ MSG_SYS_STAT "ar: cannot stat %s: %s\n" 59ba7866cdSAli Bahrami@ MSG_SYS_RENAME "ar: cannot rename %s to %s: %s\n" 60ba7866cdSAli Bahrami 61ba7866cdSAli Bahrami@ MSG_NOT_FOUND_AR "ar: archive %s not found\n" 62ba7866cdSAli Bahrami@ MSG_NOT_FOUND_POSNAM "ar: posname %s: not found\n" 63ba7866cdSAli Bahrami@ MSG_NOT_FOUND_FILE "ar: %s not found\n" 64ba7866cdSAli Bahrami 65ba7866cdSAli Bahrami@ MSG_ELF_LIB_FILE "ar: %s caused libelf error: %s\n" 66ba7866cdSAli Bahrami@ MSG_ELF_LIB_AR "ar: %s(%s) libelf error: %s\n" 67ba7866cdSAli Bahrami@ MSG_ELF_BEGIN_FILE "ar: cannot elf_begin() %s: %s\n" 68ba7866cdSAli Bahrami@ MSG_ELF_GETDATA_FILE "ar: %s has bad elf format: %s\n" 69ba7866cdSAli Bahrami@ MSG_ELF_GETDATA_AR "ar: %s(%s) has bad elf format: %s\n" 70ba7866cdSAli Bahrami@ MSG_ELF_GETSCN_FILE "ar: %s has no section header or bad elf format: %s\n" 71ba7866cdSAli Bahrami@ MSG_ELF_GETSCN_AR "ar: %s(%s) has no section header or bad elf \ 72ba7866cdSAli Bahrami format: %s\n" 73*f0a0736fSRichard Lowe@ MSG_ELF_GETSHSTRNDX_FILE "ar: %s has no string table index: %s\n" 74*f0a0736fSRichard Lowe@ MSG_ELF_GETSHSTRNDX_AR "ar: %s(%s) has no string table index: %s\n" 75ba7866cdSAli Bahrami@ MSG_ELF_MALARCHIVE "ar: %s: offset %lld: malformed archive: %s\n" 76ba7866cdSAli Bahrami@ MSG_ELF_RAWFILE "ar: elf_rawfile() failed: %s\n" 77ba7866cdSAli Bahrami@ MSG_ELF_VERSION "ar: libelf.a out of date: %s\n" 78ba7866cdSAli Bahrami@ MSG_W_ELF_NODATA_FILE "ar: %s has no data in section header table\n" 79ba7866cdSAli Bahrami@ MSG_W_ELF_NODATA_AR "ar: %s(%s) has no data in section header table\n" 80ba7866cdSAli Bahrami 81ba7866cdSAli Bahrami@ MSG_BER_MES_CREATE "ar: creating %s\n" 82ba7866cdSAli Bahrami@ MSG_BER_MES_WRITE "ar: writing %s\n" 83ba7866cdSAli Bahrami 84ba7866cdSAli Bahrami@ MSG_SYMTAB_01 "ar: symbol table entry size is 0\n" 85ba7866cdSAli Bahrami@ MSG_SYMTAB_NOSTR_FILE "ar: %s has no string table for symbol names\n" 86ba7866cdSAli Bahrami@ MSG_SYMTAB_NOSTR_AR "ar: %s(%s) has no string table for symbol names\n" 87ba7866cdSAli Bahrami@ MSG_SYMTAB_NODAT_FILE "ar: %s has no data in string table\n" 88ba7866cdSAli Bahrami@ MSG_SYMTAB_NODAT_AR "ar: %s(%s) no data in string table\n" 89ba7866cdSAli Bahrami@ MSG_SYMTAB_ZDAT_FILE "ar: %s has no data in string table: size is 0\n" 90ba7866cdSAli Bahrami@ MSG_SYMTAB_ZDAT_AR "ar: %s(%s) no data in string table: size is 0\n" 91ba7866cdSAli Bahrami 92ba7866cdSAli Bahrami 93ba7866cdSAli Bahrami@ MSG_PATHCONF "ar: -T failed to calculate file name length: %s\n" 94ba7866cdSAli Bahrami@ MSG_LOCALTIME "ar: don't have enough space to store the date\n" 95ba7866cdSAli Bahrami@ MSG_NOT_ARCHIVE "ar: %s not in archive format\n" 96ba7866cdSAli Bahrami@ MSG_OVERRIDE_WARN "ar: %s already exists. Will not be extracted\n" 97ba7866cdSAli Bahrami 98ba7866cdSAli Bahrami@ MSG_ERR_LONGSTRTBLSZ "ar: archive format limit: long name string table \ 99ba7866cdSAli Bahrami would exceed 4GB\n" 100ba7866cdSAli Bahrami@ MSG_ERR_MEMBER4G "ar: archive format limit: individual archive \ 101ba7866cdSAli Bahrami members are limited to 4GB: %s\n" 102ba7866cdSAli Bahrami 103ba7866cdSAli Bahrami@ _END_ 104ba7866cdSAli Bahrami 105ba7866cdSAli Bahrami# The following strings represent reserved words, files, pathnames and symbols. 106ba7866cdSAli Bahrami# Reference to this strings is via the MSG_ORIG() macro, and thus no message 107ba7866cdSAli Bahrami# translation is required. 108ba7866cdSAli Bahrami 109ba7866cdSAli Bahrami@ MSG_STR_OPTIONS ":a:b:i:vucsrdxtplmqVCTzMS" 110ba7866cdSAli Bahrami@ MSG_SUNW_OST_SGS "SUNW_OST_SGS" 111ba7866cdSAli Bahrami 112ba7866cdSAli Bahrami@ MSG_STR_EMPTY "" 113ba7866cdSAli Bahrami@ MSG_STR_HYPHEN "-" 114ba7866cdSAli Bahrami@ MSG_STR_PERIOD "." 115ba7866cdSAli Bahrami@ MSG_STR_LCR "r" 116ba7866cdSAli Bahrami@ MSG_STR_SLASH "/" 117ba7866cdSAli Bahrami@ MSG_STR_DSLASH "//" 118ba7866cdSAli Bahrami@ MSG_STR_SYM64 "/SYM64/" 119ba7866cdSAli Bahrami 120ba7866cdSAli Bahrami# Format for full member header 121ba7866cdSAli Bahrami# 122ba7866cdSAli Bahrami@ MSG_MH_FORMAT "%-16s%-12d%-6u%-6u%-8o%-10lld%-2s" 123ba7866cdSAli Bahrami 124ba7866cdSAli Bahrami@ MSG_FMT_VERSION "ar: %s %s\n" 125ba7866cdSAli Bahrami@ MSG_FMT_P_TITLE "\n<%s>\n\n" 126ba7866cdSAli Bahrami@ MSG_FMT_T_IDSZ "%6d/%6d%7lld" 127ba7866cdSAli Bahrami@ MSG_FMT_T_DATE "%b %e %H:%M %Y" 128ba7866cdSAli Bahrami@ MSG_FMT_SPSTRSP " %s " 129ba7866cdSAli Bahrami@ MSG_FMT_STRNL "%s\n" 130ba7866cdSAli Bahrami@ MSG_FMT_FILE "%c - %s\n" 131ba7866cdSAli Bahrami@ MSG_FMT_LLINT "/%lld" 132ba7866cdSAli Bahrami 133ba7866cdSAli Bahrami@ MSG_CMD_SWAP "/usr/sbin/swap -s" 134ba7866cdSAli Bahrami 135ba7866cdSAli Bahrami# Template for use with mktemp() 136ba7866cdSAli Bahrami@ MSG_STR_MKTEMP "arXXXXXX" 137