[Affelio-cvs 636] CVS update: affelio_farm/admin/skelton/affelio/apps/diary/Diary/L10N

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 10月 25日 (火) 04:20:46 JST


Index: affelio_farm/admin/skelton/affelio/apps/diary/Diary/L10N/en_us.pm
diff -u affelio_farm/admin/skelton/affelio/apps/diary/Diary/L10N/en_us.pm:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/Diary/L10N/en_us.pm:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/Diary/L10N/en_us.pm:1.1.1.1	Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/Diary/L10N/en_us.pm	Tue Oct 25 04:20:46 2005
@@ -1,44 +0,0 @@
-# Copyright (C) 2005 FishGrove Inc.
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-#
-# $Id: en_us.pm,v 1.1.1.1 2005/10/24 19:14:40 slash5234 Exp $
-
-package Diary::L10N::en_us;
-{
-    use strict;
-    use lib("../../../../extlib");
-    use lib("../../");
-    use Diary::L10N;
-    #
-    use vars qw(@ISA %Lexicon);
-
-    sub encoding { "UTF-8" }
-
-    @ISA = qw(Diary::L10N);
-
-    %Lexicon = (
-		##########################################################
-		#System
-		##########################################################
-		'_SYS_ENCODING_DUMMY' =>'',
-		'_SYS_attr_opened' =>'Yes',
-		'_SYS_attr_closed' =>'',
-
-		##########################################################
-		'_AUTO' => 1,
-		);
-}
-1;
Index: affelio_farm/admin/skelton/affelio/apps/diary/Diary/L10N/ja.pm
diff -u affelio_farm/admin/skelton/affelio/apps/diary/Diary/L10N/ja.pm:1.1.1.1 affelio_farm/admin/skelton/affelio/apps/diary/Diary/L10N/ja.pm:removed
--- affelio_farm/admin/skelton/affelio/apps/diary/Diary/L10N/ja.pm:1.1.1.1	Tue Oct 25 04:14:40 2005
+++ affelio_farm/admin/skelton/affelio/apps/diary/Diary/L10N/ja.pm	Tue Oct 25 04:20:46 2005
@@ -1,100 +0,0 @@
-# Copyright (C) 2005 FishGrove Inc.
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-#
-# $Id: ja.pm,v 1.1.1.1 2005/10/24 19:14:40 slash5234 Exp $
-
-package Diary::L10N::ja;
-{
-    use strict;
-    use lib("../../../../extlib");
-    use lib("../../");
-    use Diary::L10N;
-    use Diary::L10N::en_us;
-    #
-    use vars qw(@ISA %Lexicon);
-
-    sub encoding { "UTF-8" }
-
-    @ISA = qw(Diary::L10N::en_us);
-
-    %Lexicon = (
-		##########################################################
-		#Example
-		##########################################################
-		'_example_ENCODING_DUMMY' =>'あうほげほげ',
-		'_example_check_200_err1' => '[_1] にsendmailが検出できません!',
-		##########################################################
-		#Add pairs...
-		##########################################################
-		#行末は全部カンマ入ります(全体で一つの連想配列)
-
-		'Comments'		=> 'コメント',
-		'Trackbacks'		=> 'トラックバック',
-		'Edit'			=> '編集',
-		'Add Diary Entry' 	=> '日記を書く',
-		'Confirm' 		=> '確認',
-		'Image' 		=> '画像',
-		'Upload limit is less than 300KB' => 'アップロードできる画像ファイルは300KBまでです',
-		'Send Trackback Ping'	=> 'Trackback Pingの送信',
-		'Add'			=> '追加',
-		'Modify'		=> '修正',
-		'Submit'		=> '送信',
-		'Edit Diary Entry' 	=> '日記の編集',
-		'Remove Image'		=> 'アップロードした画像の削除',
-		'Update'		=> '修正',
-		'Delete Diary Entry'	=> '日記の削除', 
-		'Delete'		=> '削除',
-		'Do you really want to delete this entry?' => '本当に削除しますか?',
-		'yes'			=> 'はい',
-		'no'			=> 'いいえ',
-		'Your Comment'		=> '以下の内容でコメントします',
-		'Comment' 		=> 'コメント',
-		'Trackback Ping-Url for this entry' => 'この記事へのTrackback Ping-URL',
-		'Diary Configuration'	=> '日記の利用形態の設定',
-		'Use this diary'	=> '通常の日記を利用する',
-		'Import external blog'	=> '外部のRDFをインポートする',
-		'Apply'			=> '設定',
-		'Error'			=> 'エラー',
-		'An article number was not specified' => '記事番号が指定されていません',
-		'The specified article does not exist' => '指定された記事は存在しません',
-		'You have no permittion on this page' => 'あなたはこのページにアクセスする権限がありません',
-		'Current Login ID'	=> '現在のログインID',
-		'Current Mode'		=> '現在のモード',
-		'Login ID'		=> 'ログインID',
-		'Password'		=> 'パスワード',
-		'Login'			=> 'ログイン',
-		'Logout'		=> 'ログアウト',
-		'Allowed HTML tags:'	=> '使用できるHTMLタグ',
-		'Only href attribute is allowed in anchor tag' => 'アンカータグの中ではhref属性のみ記述できます',
-		'To use this feature, you need XML::Parser module on youre system' => 'この機能を利用するにはXML::Parserモジュールが必要です',
-		'Access Control'	=> 'アクセス制御',
-		'Access Control Page'	=> 'アクセス制御のページへ',
-		'Failed to parse RDF File' => 'RDFファイルの解析に失敗しました。不正なファイルの可能性があります',
-		'Su'			=> 'æ—¥',
-		'Mo'			=> '月',
-		'Tu'			=> '火',
-		'We'			=> 'æ°´',
-		'Th'			=> '木',
-		'Fr'			=> '金',
-		'Sa'			=> '土',
-
-
-		##########################################################
-		'_AUTO' => 1,
-		);
-}
-1;
-


Affelio-cvs メーリングリストの案内
Back to archive index