Author: gabor
Date: Thu Jul 29 01:15:26 2010
New Revision: 210579
URL: http://svn.freebsd.org/changeset/base/210579

Log:
  - Add Japanese NLS catalogs
  
  Submitted by: hrs
  Approved by:  delphij (mentor)

Added:
  head/usr.bin/grep/nls/ja_JP.SJIS.msg   (contents, props changed)
  head/usr.bin/grep/nls/ja_JP.UTF-8.msg   (contents, props changed)
  head/usr.bin/grep/nls/ja_JP.eucJP.msg   (contents, props changed)
Modified:
  head/usr.bin/grep/nls/Makefile.inc

Modified: head/usr.bin/grep/nls/Makefile.inc
==============================================================================
--- head/usr.bin/grep/nls/Makefile.inc  Thu Jul 29 00:11:14 2010        
(r210578)
+++ head/usr.bin/grep/nls/Makefile.inc  Thu Jul 29 01:15:26 2010        
(r210579)
@@ -4,6 +4,9 @@ NLSNAME= grep
 NLS=   es_ES.ISO8859-1
 NLS+=  gl_ES.ISO8859-1
 NLS+=  hu_HU.ISO8859-2
+NLS+=  ja_JP.eucJP
+NLS+=  ja_JP.SJIS
+NLS+=  ja_JP.UTF-8
 NLS+=  pt_BR.ISO8859-1
 NLS+=  ru_RU.KOI8-R
 

Added: head/usr.bin/grep/nls/ja_JP.SJIS.msg
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.bin/grep/nls/ja_JP.SJIS.msg        Thu Jul 29 01:15:26 2010        
(r210579)
@@ -0,0 +1,14 @@
+$ $FreeBSD$
+$
+$set 1
+$quote "
+1 "(�W������)"
+2 "bzip2 ���k...@�c�����ǂݍ��ނ��Ƃ��ł��܂���"
+3 "--color �I�v�V�����̎w���l�Ɍ��肪�����܂�"
+4 "�g����: %s [-abcDEFGHhIiJLlmnOoPqRSsUVvwxZ] [-A ����] [-B ����] 
[-C[����]]\n"
+5 "\t[-e �p�^�[��] [-f �...@�c����] [--binary-files=�l] [--color=�l]\n"
+6 "\t[--context[=����]] [--directories=����] [--label] [--line-buffered]\n"
+7 "\t[--null] [�p�^�[��] [...@�c���� ...]\n"
+8 "--binary-files �I�v�V�����̎w���l�Ɍ��肪�����܂�"
+9 "�o�c�i��...@�c�� %s �Ƀ}�b�`���܂���\n"
+10 "%s (BSD grep) %s\n"

Added: head/usr.bin/grep/nls/ja_JP.UTF-8.msg
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.bin/grep/nls/ja_JP.UTF-8.msg       Thu Jul 29 01:15:26 2010        
(r210579)
@@ -0,0 +1,14 @@
+$ $FreeBSD$
+$
+$set 1
+$quote "
+1 "(標準入力)"
+2 "bzip2 圧縮ファイルを読み込むことができません"
+3 "--color オプションの指定値に誤りがあります"
+4 "使い方: %s [-abcDEFGHhIiJLlmnOoPqRSsUVvwxZ] [-A 数字] [-B 数字] [-C[数字]]\n"
+5 "\t[-e パターン] [-f ファイル名] [--binary-files=値] [--color=値]\n"
+6 "\t[--context[=数字]] [--directories=動作] [--label] [--line-buffered]\n"
+7 "\t[--null] [パターン] [ファイル名 ...]\n"
+8 "--binary-files オプションの指定値に誤りがあります"
+9 "バイナリファイル %s にマッチしました\n"
+10 "%s (BSD grep) %s\n"

Added: head/usr.bin/grep/nls/ja_JP.eucJP.msg
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.bin/grep/nls/ja_JP.eucJP.msg       Thu Jul 29 01:15:26 2010        
(r210579)
@@ -0,0 +1,14 @@
+$ $FreeBSD$
+$
+$set 1
+$quote "
+1 "(ɸ������)"
+2 "bzip2 ���̥ե��������ɤ߹��ळ�Ȥ��Ǥ��ޤ���"
+3 "--color ���ץ������λ����ͤ˸��꤬�����ޤ�"
+4 "�Ȥ���: %s [-abcDEFGHhIiJLlmnOoPqRSsUVvwxZ] [-A ����] [-B ����] [-C[����]]\n"
+5 "\t[-e �ѥ�����] [-f �ե�����̾] [--binary-files=��] [--color=��]\n"
+6 "\t[--context[=����]] [--directories=ư��] [--label] [--line-buffered]\n"
+7 "\t[--null] [�ѥ�����] [�ե�����̾ ...]\n"
+8 "--binary-files ���ץ������λ����ͤ˸��꤬�����ޤ�"
+9 "�Х��ʥ��ե����� %s �˥ޥå����ޤ���\n"
+10 "%s (BSD grep) %s\n"
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to