diff --git a/README.md b/README.md index 6bfd052..2fce5db 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ These carts may support BL2CK OS. Only these carts are confirmed to actually wor - EDGEi version: - edgei-ds.cn carts (Fake iEDGE) - R4DSPro version: - - r4dspro.com carts + - "R4DS Pro" carts + - r4iplat.com carts + - r4i-d.com carts These carts may support BL2CK OS, but have not been attempted. This information is based on its provided DLDI, which are identical. Please do not attempt cross-loading without knowing what you're doing. diff --git a/archive/r4i-d.com/Makefile b/archive/r4i-d.com/Makefile new file mode 100644 index 0000000..5fe4917 --- /dev/null +++ b/archive/r4i-d.com/Makefile @@ -0,0 +1,19 @@ +.PHONY: package + +export TOPDIR := $(CURDIR) +export BASE := $(shell basename $(CURDIR)) +export OUT := $(TOPDIR)/../../out +export COMMON := $(TOPDIR)/../../common-kernels + +package: directory BL2CK_1.31.0_r4dspro.com.zip old extdata + +directory: + mkdir -p $(OUT)/$(BASE) + +include $(COMMON)/BL2CK/r4dspro.com/Makefile + +old: directory + make -C $@ + +extdata: directory + cp README.txt $(OUT)/$(BASE) diff --git a/archive/r4i-d.com/README.txt b/archive/r4i-d.com/README.txt new file mode 100644 index 0000000..da06014 --- /dev/null +++ b/archive/r4i-d.com/README.txt @@ -0,0 +1,2 @@ +Cheats: +- BL2CK 1.31.0: SD:/__rpg/cheats/usrcheat.dat diff --git a/archive/r4i-d.com/old/Makefile b/archive/r4i-d.com/old/Makefile new file mode 100644 index 0000000..cd267c4 --- /dev/null +++ b/archive/r4i-d.com/old/Makefile @@ -0,0 +1,20 @@ +.PHONY: package + +export TOPDIR := $(CURDIR) +export BASE := r4i-d.com/$(shell basename $(CURDIR)) +export OUT := $(TOPDIR)/../../../out +export COMMON := $(TOPDIR)/../../../common-kernels + +package: directory r4i-d.com_Kernel_1.41.zip r4i-d.com_Wood_1.13.1.zip extdata + +directory: + mkdir -p $(OUT)/$(BASE) + +r4i-d.com_Kernel_1.41.zip: directory + cd $(TOPDIR)/r4i-d.com_Kernel_1.41 && zip -r $(OUT)/$(BASE)/$@ * + +r4i-d.com_Wood_1.13.1.zip: directory + cd $(TOPDIR)/r4i-d.com_Wood_1.13.1 && zip -r $(OUT)/$(BASE)/$@ * + +extdata: directory + cp readme.txt $(OUT)/$(BASE) diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/bookmrk0.sav b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/bookmrk0.sav new file mode 100644 index 0000000..8e3da30 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/bookmrk0.sav differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/bookmrk1.sav b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/bookmrk1.sav new file mode 100644 index 0000000..a64a5a9 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/bookmrk1.sav differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/bookmrk2.sav b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/bookmrk2.sav new file mode 100644 index 0000000..a64a5a9 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/bookmrk2.sav differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/bookmrk3.sav b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/bookmrk3.sav new file mode 100644 index 0000000..a39bb10 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/bookmrk3.sav differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_boxmin.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_boxmin.b15 new file mode 100644 index 0000000..f3f391f Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_boxmin.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_boxplus.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_boxplus.b15 new file mode 100644 index 0000000..af1ba6e Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_boxplus.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_cancel.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_cancel.b15 new file mode 100644 index 0000000..9ec9e29 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_cancel.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_chkoff.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_chkoff.b15 new file mode 100644 index 0000000..5511cdd Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_chkoff.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_chkon.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_chkon.b15 new file mode 100644 index 0000000..9ce9d3b Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_chkon.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_ok.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_ok.b15 new file mode 100644 index 0000000..7b0c0fa Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_ok.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_radiooff.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_radiooff.b15 new file mode 100644 index 0000000..d9ec5e8 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_radiooff.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_radioon.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_radioon.b15 new file mode 100644 index 0000000..5724154 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/comp_radioon.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout.txt new file mode 100644 index 0000000..79069b9 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout.txt @@ -0,0 +1,3 @@ +キー入力がないときにバックライトを消灯します。 +設定単位は秒です。 +時計プラグインがあるときは時計を表示します。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout_WhenPicture.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout_WhenPicture.txt new file mode 100644 index 0000000..bf6c52e --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout_WhenPicture.txt @@ -0,0 +1,5 @@ +キー入力がないときにバックライトを消灯します。 +設定単位は秒です。 +時計プラグインがあるときは時計を表示します。 + +画像表示中の設定。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout_WhenSound.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout_WhenSound.txt new file mode 100644 index 0000000..cfbca2e --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout_WhenSound.txt @@ -0,0 +1,5 @@ +キー入力がないときにバックライトを消灯します。 +設定単位は秒です。 +時計プラグインがあるときは時計を表示します。 + +音楽再生中の設定。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout_WhenStandby.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout_WhenStandby.txt new file mode 100644 index 0000000..a41d193 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout_WhenStandby.txt @@ -0,0 +1,5 @@ +キー入力がないときにバックライトを消灯します。 +設定単位は秒です。 +時計プラグインがあるときは時計を表示します。 + +何もしていないときの設定。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout_WhenText.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout_WhenText.txt new file mode 100644 index 0000000..83da389 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/BacklightTimeout_WhenText.txt @@ -0,0 +1,5 @@ +キー入力がないときにバックライトを消灯します。 +設定単位は秒です。 +時計プラグインがあるときは時計を表示します。 + +テキストを開いているときの設定。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot.txt new file mode 100644 index 0000000..6692f81 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot.txt @@ -0,0 +1 @@ +起動状態の設定です。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot_StartupSound.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot_StartupSound.txt new file mode 100644 index 0000000..92e6f89 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot_StartupSound.txt @@ -0,0 +1,5 @@ +起動サウンドの設定です。 + +0 = ジングル無し +1 = startup.mp3を再生 +2 = フォルダ内の音楽ファイルを再生 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot_hiddenAboutWindow.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot_hiddenAboutWindow.txt new file mode 100644 index 0000000..112ab92 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot_hiddenAboutWindow.txt @@ -0,0 +1,4 @@ +バージョン情報ウィンドウを非表示にします。 + +OFF = 表示 +ON = 非表示 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot_hiddenDateTimeWindow.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot_hiddenDateTimeWindow.txt new file mode 100644 index 0000000..12a0395 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot_hiddenDateTimeWindow.txt @@ -0,0 +1,4 @@ +時計ウィンドウを非表示にします。 + +OFF = 表示 +ON = 非表示 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot_hiddenHelpWindow.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot_hiddenHelpWindow.txt new file mode 100644 index 0000000..b36a8d0 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Boot_hiddenHelpWindow.txt @@ -0,0 +1,4 @@ +ヘルプウィンドウを非表示にします。 + +OFF = 表示 +ON = 非表示 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ExitDialog.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ExitDialog.txt new file mode 100644 index 0000000..d33e6a6 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ExitDialog.txt @@ -0,0 +1,6 @@ +ここで変更した項目は、moonshl.savに +保存します。 + +moonshl.iniを変更すると、moonshl.ini +から再読込します。 +(moonshl.savは初期化します) diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ExitDialog_Proc0.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ExitDialog_Proc0.txt new file mode 100644 index 0000000..d33e6a6 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ExitDialog_Proc0.txt @@ -0,0 +1,6 @@ +ここで変更した項目は、moonshl.savに +保存します。 + +moonshl.iniを変更すると、moonshl.ini +から再読込します。 +(moonshl.savは初期化します) diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ExitDialog_Proc1.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ExitDialog_Proc1.txt new file mode 100644 index 0000000..3b9f48d --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ExitDialog_Proc1.txt @@ -0,0 +1 @@ +変更した項目を破棄します。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin.txt new file mode 100644 index 0000000..f1f6c33 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin.txt @@ -0,0 +1,2 @@ +Game_Music_Emu 0.5.2 by Blargg +各種演奏状態の設定です。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin_DefaultLengthSec.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin_DefaultLengthSec.txt new file mode 100644 index 0000000..724d5c9 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin_DefaultLengthSec.txt @@ -0,0 +1,5 @@ +標準演奏時間を設定します。 +単位は秒です。 +演奏終了を検出すると、時間内であっても終了します。 + +0 = 無限ループ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin_HES_MaxTrackNumber.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin_HES_MaxTrackNumber.txt new file mode 100644 index 0000000..d4e9051 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin_HES_MaxTrackNumber.txt @@ -0,0 +1,2 @@ +HES(PC-Engine)ファイルのトラック数を設定します。 +HESファイル内部にトラック数情報はありません。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin_ReverbLevel.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin_ReverbLevel.txt new file mode 100644 index 0000000..8bdb952 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin_ReverbLevel.txt @@ -0,0 +1,6 @@ +ソフトウェアリバーブ(残響効果)の強さを設定します。 +128を超えると音源が収束しない可能性があります。 + +0 = 無効 +64 = 標準 +256 = 最大 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin_SimpleLPF.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin_SimpleLPF.txt new file mode 100644 index 0000000..d566e79 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/GMEPlugin_SimpleLPF.txt @@ -0,0 +1,6 @@ +LPF(高音域カット)を設定します。 +音飛びするときは無効にしてください。 + +0 = 無効 +1 = 少しザラザラを軽減する +2 = 籠もった音にする diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem.txt new file mode 100644 index 0000000..20a24c5 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem.txt @@ -0,0 +1 @@ +指定した属性、ファイル名、フォルダ名を非表示にします。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Attribute_Archive.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Attribute_Archive.txt new file mode 100644 index 0000000..dcb3c1b --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Attribute_Archive.txt @@ -0,0 +1,4 @@ +アーカイブ属性を非表示にします。 + +OFF = 表示 +ON = 非表示 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Attribute_Hidden.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Attribute_Hidden.txt new file mode 100644 index 0000000..8818830 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Attribute_Hidden.txt @@ -0,0 +1,4 @@ +隠し属性を非表示にします。 + +OFF = 表示 +ON = 非表示 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Attribute_Readonly.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Attribute_Readonly.txt new file mode 100644 index 0000000..b54f48b --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Attribute_Readonly.txt @@ -0,0 +1,4 @@ +読み込み専用属性を非表示にします。 + +OFF = 表示 +ON = 非表示 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Attribute_System.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Attribute_System.txt new file mode 100644 index 0000000..3aca70c --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Attribute_System.txt @@ -0,0 +1,4 @@ +システム属性を非表示にします。 + +OFF = 表示 +ON = 非表示 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_File_Thumbnail.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_File_Thumbnail.txt new file mode 100644 index 0000000..1280ef9 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_File_Thumbnail.txt @@ -0,0 +1,4 @@ +サムネイルファイルを非表示にします。 + +OFF = 表示 +ON = 非表示 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Path_Moonshl.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Path_Moonshl.txt new file mode 100644 index 0000000..acf8496 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Path_Moonshl.txt @@ -0,0 +1,4 @@ +moonshlフォルダを非表示にします。 + +OFF = 表示 +ON = 非表示 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Path_Shell.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Path_Shell.txt new file mode 100644 index 0000000..96daf2b --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/HiddenItem_Path_Shell.txt @@ -0,0 +1,4 @@ +shellフォルダを非表示にします。 + +OFF = 表示 +ON = 非表示 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin.txt new file mode 100644 index 0000000..d9e2a72 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin.txt @@ -0,0 +1 @@ +画像表示プラグイン全般の設定です。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_DrawFileInfo.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_DrawFileInfo.txt new file mode 100644 index 0000000..92eeb91 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_DrawFileInfo.txt @@ -0,0 +1,4 @@ +ファイル情報があるとき、GUIに表示します。 + +0 = 表示しない +1 = 表示する diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_GUITimeOutSec.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_GUITimeOutSec.txt new file mode 100644 index 0000000..a6baa58 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_GUITimeOutSec.txt @@ -0,0 +1,4 @@ +指定秒数経過するとGUIを消去します。 +単位は秒です。 + +0 = 常にOFF diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_ImageMode.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_ImageMode.txt new file mode 100644 index 0000000..b58ebbd --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_ImageMode.txt @@ -0,0 +1,5 @@ +画像を表示する画面を選択します。 +両画面は拡大縮小が著しく制限されます。 + +0 = 下画面のみ +1 = 両画面 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_Interpolation.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_Interpolation.txt new file mode 100644 index 0000000..17ecc2f --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_Interpolation.txt @@ -0,0 +1,5 @@ +拡大縮小時の補完方法を選択します。 +両画面表示時は最近傍補完のみです。 + +0 = ハードウェア最近傍補完 +1 = ソフトウェア二次補完 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_VerticalPadding.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_VerticalPadding.txt new file mode 100644 index 0000000..999d5a2 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/ImagePlugin_VerticalPadding.txt @@ -0,0 +1,4 @@ +両画面に表示したときの空白領域のサイズを指定します。 +上画面と下画面の間の視覚誤差を減らす目的 + +0ピクセル以外にしたときは、表示されない部分が発生します。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/KeyRepeat.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/KeyRepeat.txt new file mode 100644 index 0000000..a175a9c --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/KeyRepeat.txt @@ -0,0 +1,2 @@ +キーリピートの設定です。 +設定単位はVSync(1/60sec)です。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/KeyRepeat_DelayCount.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/KeyRepeat_DelayCount.txt new file mode 100644 index 0000000..8b91779 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/KeyRepeat_DelayCount.txt @@ -0,0 +1,6 @@ +キーリピートが始まるまでの時間を設定します。 +設定単位はVSync(1/60sec)です。 + +1 = 16ミリ秒 +30 = 500ミリ秒 +60 = 1秒 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/KeyRepeat_RateCount.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/KeyRepeat_RateCount.txt new file mode 100644 index 0000000..e2e8a85 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/KeyRepeat_RateCount.txt @@ -0,0 +1,6 @@ +キーリピートの間隔を設定します。 +単位はVSync(1/60sec)です。 + +1 = 16ミリ秒 +30 = 500ミリ秒 +60 = 1秒 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System.txt new file mode 100644 index 0000000..06cc5d4 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System.txt @@ -0,0 +1 @@ +MoonShell全体の設定です。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_ClosedSholderButton.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_ClosedSholderButton.txt new file mode 100644 index 0000000..9957ea7 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_ClosedSholderButton.txt @@ -0,0 +1,6 @@ +蓋を閉じているときにSR/SLボタンを有効にするかの設定です。 + +0 = 蓋を閉じている間は無効 +1 = 蓋を閉じている間に、Lを押しながらRを押すと次ファイル、Rを押しながらLを押すと一時停止 +2 = 常に(蓋の開閉にかかわらず)無効 +3 = 常に(蓋の開閉にかかわらず)有効 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_FileMaxCount.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_FileMaxCount.txt new file mode 100644 index 0000000..6631575 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_FileMaxCount.txt @@ -0,0 +1,5 @@ +表示可能ファイル数の設定です。 +フォルダ内の総ファイル数が指定できますが、 +あまり大きな数値にはしないでください。 + +#ff0000不用意に変更しないでください。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_FileSelectSubScreen.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_FileSelectSubScreen.txt new file mode 100644 index 0000000..c336956 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_FileSelectSubScreen.txt @@ -0,0 +1,4 @@ +ファイルリストウィンドウを表示するパネルをメインとサブから選択します。 + +OFF = タッチパネル(下画面) +ON = 通常画面(上画面) diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_FullScreenOverlaySubScreen.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_FullScreenOverlaySubScreen.txt new file mode 100644 index 0000000..6b45321 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_FullScreenOverlaySubScreen.txt @@ -0,0 +1,4 @@ +DPGフルスクリーンの画面選択 + +OFF = タッチパネル(下画面) +ON = 通常画面(上画面) diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_ResumeUsingWhileMusicPlaying.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_ResumeUsingWhileMusicPlaying.txt new file mode 100644 index 0000000..86822cd --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_ResumeUsingWhileMusicPlaying.txt @@ -0,0 +1,7 @@ +音楽再生中のレジューム保存について +(セットアップでレジュームを有効にしたときのみ意味があります) + +OFF = 再生開始したときだけレジュームを保存する。 +(常に曲の先頭からレジュームする) +ON = 再生中でも5秒毎にレジュームを保存する。 +(遅いSDカードを使うと音飛びします) diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_StartButtonExec.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_StartButtonExec.txt new file mode 100644 index 0000000..6c9b40d --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_StartButtonExec.txt @@ -0,0 +1,8 @@ +スタートボタンを押したときの処理を設定します。 + +0 = デバッグスクリーンを表示 +1 = ソフトリセット (RESET.MSEを起動) + +未対応アダプタでソフトリセットを実行 +すると、エラーを表示して停止します。 + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_WhenPanelClose.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_WhenPanelClose.txt new file mode 100644 index 0000000..a8ac64e --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/System_WhenPanelClose.txt @@ -0,0 +1,5 @@ +ふたを閉じたときの処理を設定します。 + +0 = 標準(バックライト消灯) +1 = 電源OFF +2 = shutdown.mp3を再生してから電源OFF diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/TextPlugin.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/TextPlugin.txt new file mode 100644 index 0000000..852a9f6 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/TextPlugin.txt @@ -0,0 +1 @@ +テキストプラグインの設定です。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/TextPlugin_ScrollType.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/TextPlugin_ScrollType.txt new file mode 100644 index 0000000..7c9931e --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/TextPlugin_ScrollType.txt @@ -0,0 +1,6 @@ +ページスクロール行数を設定します。 + +0 = 従来と同じ(ちょっと残す) +1 = フルページスクロール + +2,3,4... = 行数をマニュアル指定する。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/TextPlugin_SelectDisplay.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/TextPlugin_SelectDisplay.txt new file mode 100644 index 0000000..a29b747 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/TextPlugin_SelectDisplay.txt @@ -0,0 +1,5 @@ +テキストウィンドウを表示する画面を選択します。 + +0 = タッチパネル(下画面) +1 = 通常画面(上画面) +2 = 両画面 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/TextPlugin_SpacePixel.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/TextPlugin_SpacePixel.txt new file mode 100644 index 0000000..42909c9 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/TextPlugin_SpacePixel.txt @@ -0,0 +1,2 @@ +行間ピクセル数を設定します。 +マイナス値や画面サイズ以上の値は設定しないで下さい。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Thumbnail.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Thumbnail.txt new file mode 100644 index 0000000..ab32585 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Thumbnail.txt @@ -0,0 +1,2 @@ +サムネイルファイルリストの設定です。 +CreateThumbnail.exeで作成したフォルダのみ有効です。 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Thumbnail_Mode.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Thumbnail_Mode.txt new file mode 100644 index 0000000..5309ce9 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Thumbnail_Mode.txt @@ -0,0 +1,6 @@ +有効にするサムネイル処理を選択します。 + +0 = 両方無効 +1 = サムネイルセレクタのみ +2 = フルスクリーンプレビューのみ +3 = 両方有効 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Thumbnail_SelectItemAlpha.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Thumbnail_SelectItemAlpha.txt new file mode 100644 index 0000000..6ef7cc0 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Thumbnail_SelectItemAlpha.txt @@ -0,0 +1,5 @@ +選択されているファイルの透明度を指定します。 + +0 = 非表示 +8 = 半透明 +16 = 不透明 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Thumbnail_UnselectItemAlpha.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Thumbnail_UnselectItemAlpha.txt new file mode 100644 index 0000000..505518e --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/Thumbnail_UnselectItemAlpha.txt @@ -0,0 +1,5 @@ +選択されていないファイルの透明度を指定します。 + +0 = 非表示 +8 = 半透明 +16 = 不透明 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/_font.glf b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/_font.glf new file mode 100644 index 0000000..3e7e83e Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/_font.glf differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/_lang.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/_lang.ini new file mode 100644 index 0000000..2c6127c --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang0/_lang.ini @@ -0,0 +1,111 @@ +; moonshl.ini customizer. +; Language file for 0=JPN +; by Moonlight (2007/01/08) + +ExitDialog_Title=終了ダイアログ +ExitDialog_Proc=処理を選択してください。 +ExitDialog_Proc0=変更を保存して電源OFF +ExitDialog_Proc1=変更を保存してリセット +ExitDialog_Proc2=変更を破棄して電源OFF +ExitDialog_Proc3=変更を破棄してリセット +ExitDialog_OKButton=OK +ExitDialog_CancelButton=Cancel + +System_FileSelectSubScreen=ファイルリスト表示画面 +System_FileSelectSubScreen0=タッチパネル(下画面) +System_FileSelectSubScreen1=通常画面(上画面) +System_ClosedSholderButton=ふたを閉じたときのSR/SLボタン +System_ClosedSholderButton0=蓋を閉じている間は無効 +System_ClosedSholderButton1=蓋を閉じている間にL+RでSR,R+LでFL +System_ClosedSholderButton2=常に(蓋の開閉にかかわらず)無効 +System_ClosedSholderButton3=常に(蓋の開閉にかかわらず)有効 +System_FullScreenOverlaySubScreen=DPGフルスクリーンの画面選択 +System_FullScreenOverlaySubScreen0=タッチパネル(下画面) +System_FullScreenOverlaySubScreen1=通常画面(上画面) +System_FileMaxCount=表示可能ファイル数 +System_FileMaxCountUnit=files +System_WhenPanelClose=ふたを閉じたときの処理 +System_WhenPanelClose0=標準(バックライト消灯) +System_WhenPanelClose1=電源OFF +System_WhenPanelClose2=shutdown.mp3を再生してから電源OFF +System_ResumeUsingWhileMusicPlaying=音楽再生中のレジューム保存 +System_ResumeUsingWhileMusicPlaying0=再生開始したときだけ保存 +System_ResumeUsingWhileMusicPlaying1=再生中でも5秒毎に保存 +System_StartButtonExec=スタートボタンを押したときの処理 +System_StartButtonExec0=デバッグスクリーンを表示 +System_StartButtonExec1=ソフトリセット (RESET.MSEを起動) + +HiddenItem_Attribute_Archive=アーカイブ属性ファイル +HiddenItem_Attribute_Hidden=隠し属性ファイル +HiddenItem_Attribute_System=システム属性ファイル +HiddenItem_Attribute_Readonly=読み込み専用属性ファイル +HiddenItem_Path_Shell='shell'フォルダ +HiddenItem_Path_Moonshl='moonshl'フォルダ +HiddenItem_File_Thumbnail='_thumbnl.msl'ファイル + +KeyRepeat_DelayCount=始まるまでの時間 +KeyRepeat_DelayCountUnit=/60sec +KeyRepeat_RateCount=キーリピートの間隔 +KeyRepeat_RateCountUnit=/60sec + +BacklightTimeout_WhenStandby=スタンバイ中 +BacklightTimeout_WhenStandbyUnit=秒 +BacklightTimeout_WhenPicture=画像表示中 +BacklightTimeout_WhenPictureUnit=秒 +BacklightTimeout_WhenText=テキスト閲覧中 +BacklightTimeout_WhenTextUnit=秒 +BacklightTimeout_WhenSound=音楽再生中 +BacklightTimeout_WhenSoundUnit=秒 + +Boot_hiddenAboutWindow=バージョン情報ウィンドウ非表示 +Boot_hiddenHelpWindow=ヘルプウィンドウ非表示 +Boot_hiddenDateTimeWindow=時計ウィンドウ非表示 +Boot_StartupSound=起動サウンド +Boot_StartupSound0=ジングル無し +Boot_StartupSound1=startup.mp3を再生 +Boot_StartupSound2=フォルダ内の音楽ファイルを再生 + +Thumbnail_Mode=有効にするサムネイル処理 +Thumbnail_Mode0=両方無効 +Thumbnail_Mode1=サムネイルセレクタのみ +Thumbnail_Mode2=フルスクリーンプレビューのみ +Thumbnail_Mode3=両方有効 +Thumbnail_SelectItemAlpha=選択ファイル +Thumbnail_SelectItemAlphaUnit=/16alpha +Thumbnail_UnselectItemAlpha=非選択ファイル +Thumbnail_UnselectItemAlphaUnit=/16alpha + +TextPlugin_SpacePixel=行間ピクセル数 +TextPlugin_SpacePixelUnit=ドット +TextPlugin_ScrollType=ページスクロール +TextPlugin_ScrollTypeUnit=行 +TextPlugin_SelectDisplay=テキストウィンドウ表示画面 +TextPlugin_SelectDisplay0=タッチパネル(下画面) +TextPlugin_SelectDisplay1=通常画面(上画面) +TextPlugin_SelectDisplay2=両画面 + +ImagePlugin_GUITimeOutSec=GUI消去時間 +ImagePlugin_GUITimeOutSecUnit=秒 +ImagePlugin_ImageMode=画像表示画面 +ImagePlugin_ImageMode0=下画面のみ +ImagePlugin_ImageMode1=両画面 +ImagePlugin_DrawFileInfo=ファイル情報表示 +ImagePlugin_DrawFileInfo0=表示しない +ImagePlugin_DrawFileInfo1=表示する +ImagePlugin_VerticalPadding=両画面表示時の空白 +ImagePlugin_VerticalPaddingUnit=ドット +ImagePlugin_Interpolation=拡大縮小時の補完方法 +ImagePlugin_Interpolation0=ハードウェア最近傍補完 +ImagePlugin_Interpolation1=ソフトウェア二次補完 + +GMEPlugin_ReverbLevel=ソフトウェアリバーブ強度 +GMEPlugin_ReverbLevelUnit=lev +GMEPlugin_SimpleLPF=LPF(高音域カット) +GMEPlugin_SimpleLPF0=無効 +GMEPlugin_SimpleLPF1=少しザラザラを軽減する +GMEPlugin_SimpleLPF2=籠もった音にする +GMEPlugin_DefaultLengthSec=標準演奏時間 +GMEPlugin_DefaultLengthSecUnit=秒 +GMEPlugin_HES_MaxTrackNumber=HESトラック数 +GMEPlugin_HES_MaxTrackNumberUnit=tracks + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout.txt new file mode 100644 index 0000000..22e8bff --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout.txt @@ -0,0 +1,3 @@ +Dim the backlight after the selected +time interval to save power for each +of the below states: diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout_WhenPicture.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout_WhenPicture.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout_WhenPicture.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout_WhenSound.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout_WhenSound.txt new file mode 100644 index 0000000..af0744a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout_WhenSound.txt @@ -0,0 +1 @@ + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout_WhenStandby.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout_WhenStandby.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout_WhenStandby.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout_WhenText.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout_WhenText.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/BacklightTimeout_WhenText.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot_StartupSound.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot_StartupSound.txt new file mode 100644 index 0000000..5cc88a7 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot_StartupSound.txt @@ -0,0 +1,5 @@ +Startup sound + +Type 0 = No sound +Type 1 = Play startup.mp3 +Type 2 = Play sound in music folder diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot_hiddenAboutWindow.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot_hiddenAboutWindow.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot_hiddenAboutWindow.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot_hiddenDateTimeWindow.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot_hiddenDateTimeWindow.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot_hiddenDateTimeWindow.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot_hiddenHelpWindow.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot_hiddenHelpWindow.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Boot_hiddenHelpWindow.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ExitDialog.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ExitDialog.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ExitDialog.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ExitDialog_Proc0.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ExitDialog_Proc0.txt new file mode 100644 index 0000000..af0744a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ExitDialog_Proc0.txt @@ -0,0 +1 @@ + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ExitDialog_Proc1.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ExitDialog_Proc1.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ExitDialog_Proc1.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin_DefaultLengthSec.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin_DefaultLengthSec.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin_DefaultLengthSec.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin_HES_MaxTrackNumber.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin_HES_MaxTrackNumber.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin_HES_MaxTrackNumber.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin_ReverbLevel.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin_ReverbLevel.txt new file mode 100644 index 0000000..af0744a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin_ReverbLevel.txt @@ -0,0 +1 @@ + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin_SimpleLPF.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin_SimpleLPF.txt new file mode 100644 index 0000000..af0744a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/GMEPlugin_SimpleLPF.txt @@ -0,0 +1 @@ + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem.txt new file mode 100644 index 0000000..af0744a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem.txt @@ -0,0 +1 @@ + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Attribute_Archive.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Attribute_Archive.txt new file mode 100644 index 0000000..af0744a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Attribute_Archive.txt @@ -0,0 +1 @@ + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Attribute_Hidden.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Attribute_Hidden.txt new file mode 100644 index 0000000..af0744a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Attribute_Hidden.txt @@ -0,0 +1 @@ + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Attribute_Readonly.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Attribute_Readonly.txt new file mode 100644 index 0000000..af0744a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Attribute_Readonly.txt @@ -0,0 +1 @@ + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Attribute_System.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Attribute_System.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Attribute_System.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_File_Thumbnail.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_File_Thumbnail.txt new file mode 100644 index 0000000..af0744a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_File_Thumbnail.txt @@ -0,0 +1 @@ + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Path_Moonshl.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Path_Moonshl.txt new file mode 100644 index 0000000..af0744a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Path_Moonshl.txt @@ -0,0 +1 @@ + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Path_Shell.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Path_Shell.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/HiddenItem_Path_Shell.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin.txt new file mode 100644 index 0000000..af0744a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin.txt @@ -0,0 +1 @@ + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_DrawFileInfo.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_DrawFileInfo.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_DrawFileInfo.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_GUITimeOutSec.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_GUITimeOutSec.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_GUITimeOutSec.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_ImageMode.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_ImageMode.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_ImageMode.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_Interpolation.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_Interpolation.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_Interpolation.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_VerticalPadding.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_VerticalPadding.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/ImagePlugin_VerticalPadding.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/KeyRepeat.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/KeyRepeat.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/KeyRepeat.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/KeyRepeat_DelayCount.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/KeyRepeat_DelayCount.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/KeyRepeat_DelayCount.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/KeyRepeat_RateCount.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/KeyRepeat_RateCount.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/KeyRepeat_RateCount.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System.txt new file mode 100644 index 0000000..8d017ca --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System.txt @@ -0,0 +1,2 @@ +MoonShell global setting page + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_ClosedSholderButton.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_ClosedSholderButton.txt new file mode 100644 index 0000000..326c6d1 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_ClosedSholderButton.txt @@ -0,0 +1,8 @@ +Shoulder button lock + +Type 0 = Disable shoulder button when + closed +Type 1 = Use L+R=ShoulderRight, + R+L=ShoulderLeft when closed +Type 2 = Always disabled +Type 3 = Always enabled diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_FileMaxCount.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_FileMaxCount.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_FileMaxCount.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_FileSelectSubScreen.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_FileSelectSubScreen.txt new file mode 100644 index 0000000..416a93f --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_FileSelectSubScreen.txt @@ -0,0 +1,4 @@ +Display filelist on which screen? + +OFF = Touch screen (lower) +ON = Regular screen (upper) \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_FullScreenOverlaySubScreen.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_FullScreenOverlaySubScreen.txt new file mode 100644 index 0000000..145b93d --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_FullScreenOverlaySubScreen.txt @@ -0,0 +1,4 @@ +DPG fullscreen playback on which screen? + +OFF = Touch screen (lower) +ON = Regular screen (upper) \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_ResumeUsingWhileMusicPlaying.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_ResumeUsingWhileMusicPlaying.txt new file mode 100644 index 0000000..84a9a92 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_ResumeUsingWhileMusicPlaying.txt @@ -0,0 +1,5 @@ +Resume music playback after reboot + +OFF = Resume playback from beginning +ON = Resume from last checkpoint + saved every 5 seconds diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_WhenPanelClose.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_WhenPanelClose.txt new file mode 100644 index 0000000..af0744a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/System_WhenPanelClose.txt @@ -0,0 +1 @@ + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/TextPlugin.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/TextPlugin.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/TextPlugin.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/TextPlugin_ScrollType.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/TextPlugin_ScrollType.txt new file mode 100644 index 0000000..dba3553 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/TextPlugin_ScrollType.txt @@ -0,0 +1,8 @@ +Top down scroll lines. + +0 = Same as horizontal + (A little left over) +1 = Fullpage scroll + +2,3,4... = The number of lines are + manual specified. diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/TextPlugin_SelectDisplay.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/TextPlugin_SelectDisplay.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/TextPlugin_SelectDisplay.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/TextPlugin_SpacePixel.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/TextPlugin_SpacePixel.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/TextPlugin_SpacePixel.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Thumbnail.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Thumbnail.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Thumbnail.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Thumbnail_Mode.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Thumbnail_Mode.txt new file mode 100644 index 0000000..46ec188 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Thumbnail_Mode.txt @@ -0,0 +1,6 @@ +Enable thumbnails for + +Type 0 = Disable both +Type 1 = Thumbnail selector +Type 2 = Fullscreen playback +Type 3 = Enable both diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Thumbnail_SelectItemAlpha.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Thumbnail_SelectItemAlpha.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Thumbnail_SelectItemAlpha.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Thumbnail_UnselectItemAlpha.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Thumbnail_UnselectItemAlpha.txt new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/Thumbnail_UnselectItemAlpha.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/_font.glf b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/_font.glf new file mode 100644 index 0000000..5773005 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/_font.glf differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/_lang.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/_lang.ini new file mode 100644 index 0000000..893f995 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/lang1/_lang.ini @@ -0,0 +1,126 @@ +; moonshl.ini customizer. +; Language file for 1=ENG +; by Moonlight (2007/01/09) + +; Rough Translation by Chiisana [Baka Gaijin] (2007/01/09) +; First Revision by Chiisana [Baka Gaijin] (2007/01/10) +; Change log: +; Fixed a typo for shoulder button 1 setting. +; Revised a few wording for optimal display. +; Second Revision by Chiisana [Baka Gaijin] (2007/01/10) +; Change log: +; Fixed a typo "scrool" => "scroll" +; Fixed typo "sholder" => "shoulder" +; Changed Close Shoulder Button option display for lower screen (upper screen notes attached) +; Changed Backlight Timeout option display for lower screen (upper screen notes attached) +; Third Revision by ___________ (yyyy/mm/dd) + +ExitDialog_Title=Exit dialog +ExitDialog_Proc=Choose processing. +ExitDialog_Proc0=Save and power-off. +ExitDialog_Proc1=Save and soft-reset. +ExitDialog_Proc2=Ignore and power-off. +ExitDialog_Proc3=Ignore and soft-reset. +ExitDialog_OKButton=OK +ExitDialog_CancelButton=Cancel + +System_FileSelectSubScreen=Display filelist on +System_FileSelectSubScreen0=Touch screen (lower) +System_FileSelectSubScreen1=Regular screen (upper) +System_ClosedSholderButton=Shoulder button lock +System_ClosedSholderButton0=Type 0 +System_ClosedSholderButton1=Type 1 +System_ClosedSholderButton2=Type 2 +System_ClosedSholderButton3=Type 3 +System_FullScreenOverlaySubScreen=DPG fullscreen +System_FullScreenOverlaySubScreen0=Touch screen (lower) +System_FullScreenOverlaySubScreen1=Regular screen (upper) +System_FileMaxCount=Max. file count +System_FileMaxCountUnit=files +System_WhenPanelClose=When panel is closed: +System_WhenPanelClose0=Regular (Close backlight) +System_WhenPanelClose1=Shutdown +System_WhenPanelClose2=Play shutdown.mp3 then shutdown +System_ResumeUsingWhileMusicPlaying=Resume music after reboot +System_ResumeUsingWhileMusicPlaying0=Resume from start of starting file +System_ResumeUsingWhileMusicPlaying1=Resume from last 5 seconds check point +System_StartButtonExec=When press START button: +System_StartButtonExec0=Show debug window. +System_StartButtonExec1=Soft reset (boot RESET.MSE) + +HiddenItem_Attribute_Archive=Hide archive files +HiddenItem_Attribute_Hidden=Hide hidden files +HiddenItem_Attribute_System=Hide system files +HiddenItem_Attribute_Readonly=Hide read-only files +HiddenItem_Path_Shell=Hide 'shell' folder +HiddenItem_Path_Moonshl=Hide 'moonshl' folder +HiddenItem_File_Thumbnail=Hide '_thumbnl.msl' files + +KeyRepeat_DelayCount=Delay +KeyRepeat_DelayCountUnit=/60sec +KeyRepeat_RateCount=Repeat interval +KeyRepeat_RateCountUnit=/60sec + +BacklightTimeout_WhenStandby=Standing by +BacklightTimeout_WhenStandbyUnit=sec +BacklightTimeout_WhenPicture=Displaying picture +BacklightTimeout_WhenPictureUnit=sec +BacklightTimeout_WhenText=Reading text +BacklightTimeout_WhenTextUnit=sec +BacklightTimeout_WhenSound=Playing music +BacklightTimeout_WhenSoundUnit=sec + +Boot_hiddenAboutWindow=Hide about window +Boot_hiddenHelpWindow=Hide help window +Boot_hiddenDateTimeWindow=Hide time window +Boot_StartupSound=Startup sound: +Boot_StartupSound0=No sound +Boot_StartupSound1=Play startup.mp3 +Boot_StartupSound2=Play sound in music folder + +Thumbnail_Mode=Enable thumbnails for: +Thumbnail_Mode0=Disable both +Thumbnail_Mode1=Thumbnail selector +Thumbnail_Mode2=Fullscreen playback +Thumbnail_Mode3=Enable both +Thumbnail_SelectItemAlpha=Selected item +Thumbnail_SelectItemAlphaUnit=/16alpha +Thumbnail_UnselectItemAlpha=Unselected item +Thumbnail_UnselectItemAlphaUnit=/16alpha + +TextPlugin_SpacePixel=Padding pixel count +TextPlugin_SpacePixelUnit=pixels +TextPlugin_ScrollType=Top down scroll +TextPlugin_ScrollTypeUnit=lines +TextPlugin_ScrollType0=Same as horizontal (A little left over) +TextPlugin_ScrollType1=Fullpage scroll +TextPlugin_SelectDisplay=Text window display screen: +TextPlugin_SelectDisplay0=Touch screen (lower) +TextPlugin_SelectDisplay1=Regular screen (upper) +TextPlugin_SelectDisplay2=Both screen + +ImagePlugin_GUITimeOutSec=GUI Timeout time +ImagePlugin_GUITimeOutSecUnit=sec +ImagePlugin_ImageMode=Image display screen: +ImagePlugin_ImageMode0=Lower screen +ImagePlugin_ImageMode1=Both screens +ImagePlugin_DrawFileInfo=File info: +ImagePlugin_DrawFileInfo0=Hide +ImagePlugin_DrawFileInfo1=Show +ImagePlugin_VerticalPadding=Vertical padding +ImagePlugin_VerticalPaddingUnit=pixels +ImagePlugin_Interpolation=Interpolation: +ImagePlugin_Interpolation0=Hardware interpolation +ImagePlugin_Interpolation1=Software 2pass interpolation + +GMEPlugin_ReverbLevel=Reverberation strength +GMEPlugin_ReverbLevelUnit=lev +GMEPlugin_SimpleLPF=LPF (High pitch cut-off) +GMEPlugin_SimpleLPF0=Disable +GMEPlugin_SimpleLPF1=Weak reduction +GMEPlugin_SimpleLPF2=Strong reduction +GMEPlugin_DefaultLengthSec=Default length +GMEPlugin_DefaultLengthSecUnit=sec +GMEPlugin_HES_MaxTrackNumber=HES track number +GMEPlugin_HES_MaxTrackNumberUnit=tracks + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pagebtnc.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pagebtnc.b15 new file mode 100644 index 0000000..00663bd Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pagebtnc.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pagebtnd.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pagebtnd.b15 new file mode 100644 index 0000000..7ba7b5b Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pagebtnd.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pagebtnl.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pagebtnl.b15 new file mode 100644 index 0000000..53d2523 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pagebtnl.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pagebtnr.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pagebtnr.b15 new file mode 100644 index 0000000..2b97779 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pagebtnr.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pageclosebtn.b15 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pageclosebtn.b15 new file mode 100644 index 0000000..8042478 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/pageclosebtn.b15 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_cancelbutton.u8m b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_cancelbutton.u8m new file mode 100644 index 0000000..473a176 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_cancelbutton.u8m differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_check.u8m b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_check.u8m new file mode 100644 index 0000000..473a176 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_check.u8m differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_dialog.u8m b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_dialog.u8m new file mode 100644 index 0000000..6bc3d56 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_dialog.u8m differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_okbutton.u8m b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_okbutton.u8m new file mode 100644 index 0000000..473a176 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_okbutton.u8m differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_open.u8m b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_open.u8m new file mode 100644 index 0000000..77afec8 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_open.u8m differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_page.u8m b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_page.u8m new file mode 100644 index 0000000..473a176 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/custom/snd_page.u8m differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/lang0.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/lang0.ini new file mode 100644 index 0000000..53315e0 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/lang0.ini @@ -0,0 +1,93 @@ +; MoonShell Ver1.6 Internal resource. +; Language file for 0=JPN +; by Moonlight (2007/01/09) + +WindowTitle0=バージョン情報 +WindowTitle1=オンラインヘルプ +WindowTitle2=プレイコントロール +WindowTitle3=ファイルセレクタ +WindowTitle4=時計 +WindowTitle5=画像ウィンドウ +WindowTitle6=テキストウィンドウ +WindowTitle7=バイナリウィンドウ +WindowTitle8=Progress... +WindowTitle9=プレイモード +WindowTitle10=ファイル情報 +WindowTitle11= +WindowTitle12=システムメニュー + +SystemMenu0=テキスト(Local)で開く +SystemMenu1=テキスト(UTF-8)で開く +SystemMenu2=テキスト(UTF-16LE)で開く +SystemMenu3=テキスト(UTF-16BE)で開く +SystemMenu4=バイナリモードで開く +SystemMenu50=L/Rロック (現在アンロック) +SystemMenu51=L/Rロック (現在ロック中) +SystemMenu6=環境設定 +SystemMenu7=バックライト明度変更 + +UI_OnlineHelp0=↑/↓ カーソル移動 +UI_OnlineHelp1=←/→ ページ移動 +UI_OnlineHelp2=A/B ファイルを開く/閉じる +UI_OnlineHelp3=START デバッグウィンドウ +UI_OnlineHelp4= +UI_OnlineHelp5=HoldSelect 倍速再生 +UI_OnlineHelp6=L 一時停止 +UI_OnlineHelp7=R 次のファイルを開く +UI_OnlineHelp8=X/Y ボリュームを変える +UI_OnlineHelp9=X/Y 拡大率を変える +UI_OnlineHelp10= +UI_OnlineHelp11=パネルを閉じているとき +UI_OnlineHelp12=R+L 一時停止 +UI_OnlineHelp13=L+R 次のファイルを開く +UI_OnlineHelp14= +UI_OnlineHelp15=NDS Lite バックライト操作 +UI_OnlineHelp16=Select+L 暗くする +UI_OnlineHelp17=Select+R 明るくする +UI_OnlineHelp18= +UI_OnlineHelp19=テキストブックマーク +UI_OnlineHelp20=L ロードメニューを開く +UI_OnlineHelp21=R セーブメニューを開く +UI_OnlineHelp22= + +UI_Volume=音量:x%d +UI_PlayModeChange=[変更] + +UI_PlayModeLong0=MusicNext:一曲終わったら停止 +UI_PlayModeLong1=MusicNext:一曲リピート +UI_PlayModeLong2=MusicNext:順ループ +UI_PlayModeLong3=MusicNext:順ループ後電源OFF +UI_PlayModeLong4=MusicNext:シャッフルループ +UI_PlayModeLong5=MusicNext:シャッフル後電源OFF +UI_PlayModeLong6=MusicNext:一曲再生後電源OFF + +UI_PlayModeShort0=一曲停止 +UI_PlayModeShort1=一曲リピート +UI_PlayModeShort2=順ループ +UI_PlayModeShort3=順ループOFF +UI_PlayModeShort4=ランダムループ +UI_PlayModeShort5=ランダムOFF +UI_PlayModeShort6=一曲OFF + +NotSupportFileExt0=[%s]は未対応の拡張子です。 +NotSupportFileExt1=対応するMSPプラグインが正常に +NotSupportFileExt2=インストールされているか確認してください。 +PluginLoadError0=ファイルが正常に開けませんでした。 +PluginLoadError1=STARTボタンを押して、 +PluginLoadError2=プラグインのログを確認してください。 + +TextMSEDialog0=セレクトボタンを押すと、 +TextMSEDialog1=テキストプラグインを起動します。 +TextBMDisabled0=ブックマーク機能が無効になっています。 +TextBMDisabled1= +TextBMDisabled2='misc/Bookmark/Bookmark.txt' +TextBMDisabled3=を参照してください。 +TextBMTitle0=終了 +TextBMTitle1=ブックマークからロードする。 (L=Load/R=Save) +TextBMTitle2=ブックマークにセーブする。 (L=Load/R=Save) +TextBMItemTop0=終了 +TextBMItemTop1=ロード +TextBMItemTop2=セーブ +TextBMItemFormEmpty=%sスロット.%d %d行 (空) +TextBMItemFormReady=%sスロット.%d %d.行 %s %d:%02d:%02d + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/lang1.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/lang1.ini new file mode 100644 index 0000000..efd64a0 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/lang1.ini @@ -0,0 +1,93 @@ +; MoonShell Ver1.6 Internal resource. +; Language file for 1=ENG +; by Moonlight (2007/01/09) + +WindowTitle0=About +WindowTitle1=Online help +WindowTitle2=Play control +WindowTitle3=File select +WindowTitle4=Date time +WindowTitle5=Picture view +WindowTitle6=Text view +WindowTitle7=Binary view +WindowTitle8=Progress +WindowTitle9=Set next +WindowTitle10=File infomation +WindowTitle11= +WindowTitle12=System menu + +SystemMenu0=Open text as Local. +SystemMenu1=Open text as UTF-8. +SystemMenu2=Open text as UTF-16LE. +SystemMenu3=Open text as UTF-16BE. +SystemMenu4=Open binary mode. +SystemMenu50=L/R lock (now unlock) +SystemMenu51=L/R lock (now locking) +SystemMenu6=Customize +SystemMenu7=Change backlight bright + +UI_OnlineHelp0=Up/Down CursorMove +UI_OnlineHelp1=Left/Right CursorPage +UI_OnlineHelp2=A/B FileOpen/FileClose +UI_OnlineHelp3=START ShowDebugLog +UI_OnlineHelp4= +UI_OnlineHelp5=HoldSelect FastPlay +UI_OnlineHelp6=L Pause +UI_OnlineHelp7=R NextFile +UI_OnlineHelp8=X/Y Volume for image +UI_OnlineHelp9=X/Y Zoom for audio +UI_OnlineHelp10= +UI_OnlineHelp11=When panel closed. +UI_OnlineHelp12=R+L Pause +UI_OnlineHelp13=L+R NextFile +UI_OnlineHelp14= +UI_OnlineHelp15=Backlight for NDS Lite. +UI_OnlineHelp16=Select+L Down light +UI_OnlineHelp17=Select+R Up light +UI_OnlineHelp18= +UI_OnlineHelp19=Text bookmark +UI_OnlineHelp20=L Open load menu +UI_OnlineHelp21=R Open save menu +UI_OnlineHelp22= + +UI_Volume=Volume:x%d +UI_PlayModeChange=change + +UI_PlayModeLong0=MusicNext:Stop +UI_PlayModeLong1=MusicNext:OneRepeat +UI_PlayModeLong2=MusicNext:NormalLoop +UI_PlayModeLong3=MusicNext:NormalPowerOff +UI_PlayModeLong4=MusicNext:ShuffleLoop +UI_PlayModeLong5=MusicNext:ShufflePowerOff +UI_PlayModeLong6=MusicNext:End PowerOFF + +UI_PlayModeShort0=Stop +UI_PlayModeShort1=OneRepeat +UI_PlayModeShort2=NormalLoop +UI_PlayModeShort3=NormalPowOff +UI_PlayModeShort4=ShuffleLoop +UI_PlayModeShort5=ShufflePowOff +UI_PlayModeShort6=End PowOFF + +NotSupportFileExt0=not support ext%s +NotSupportFileExt1= +NotSupportFileExt2= +PluginLoadError0=load error. +PluginLoadError1=Press START button. +PluginLoadError2=Show start log. + +TextMSEDialog0=When the START button is pushed, +TextMSEDialog1=text plug-in is started. +TextBMDisabled0=Disabled bookmark function. +TextBMDisabled1= +TextBMDisabled2=Please refer 'misc/Bookmark/Bookmark.txt' +TextBMDisabled3= +TextBMTitle0=Exit +TextBMTitle1=Load from bookmark. (L=Load/R=Save) +TextBMTitle2=Save to bookmark. (L=Load/R=Save) +TextBMItemTop0=Exit +TextBMItemTop1=Load +TextBMItemTop2=Save +TextBMItemFormEmpty=%sSlot.%d Line.%d empty. +TextBMItemFormReady=%sSlot.%d Line.%d %s %d:%02d:%02d + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/moonshl.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/moonshl.ini new file mode 100644 index 0000000..c5ce3de --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/moonshl.ini @@ -0,0 +1,513 @@ +; MoonShell global setting file. + +; The item changed on MoonShell is saved in 'moonshl.sav'. +; When 'moonshl.ini' is changed, 'moonshl.sav' is initialized. + +; MoonShell上で変更した項目はmoonshl.savに保存されます。 +; moonshl.iniを変更すると、moonshl.savは初期化されます。 + +; -------------------- + +[System] + +; 1.2 FileSelectSubScreen = [0|1] (Default = 1) + +; Defines which screen is used to display FileBrowser. +; 0 = touchscreen (lower screen) +; 1 = normal screen (upper screen) + +; ファイルリストウィンドウを表示するパネルをメインとサブから選択します。 +; 0=タッチパネル(下画面), 1=通常画面(上画面) + +FileSelectSubScreen=1 + +; 1.3 ClosedSholderButton = [0|1|2|3] (Default = 0) + +; Defines L and R buttons behaviour. +; 0 = when shell is closed, L & R are disabled +; 1 = when shell is closed, L & R are functioning normally +; 2 = L & R buttons are always disabled +; 3 = L & R buttons are always enabled + +; 蓋を閉じているときにSR/SLボタンを有効にするかの設定です。 +; 0 = 蓋を閉じている間は無効 +; 1 = 蓋を閉じている間に、Lを押しながらRを押すと次ファイル、Rを押しながらLを押すと一時停止 +; 2 = 常に(蓋の開閉にかかわらず)無効 +; 3 = 常に(蓋の開閉にかかわらず)有効 + +ClosedSholderButton=1 + +; 1.4 MusicNext = [0|1|2|3|4|5|6] (Default = 2) + +; Defines audio file playback mode. +; 0 = Play the selected and stop +; 1 = Play the selected and continue to repeat it endlessly +; 2 = Play the selected and continue to play files endlessly +; 3 = Play the selected and continue thru bottom of the list and shut down DS +; 4 = Play the selected and continue to play files randomly and endlessly +; 5 = Play the selected and continue to play randomly all the files and shut down DS +; 6 = Play the selected and shut down DS + +; 曲が終わったときの処理を選択します。 +; 0=停止, 1=リピート, 2=順ループ, 3=順ループ後電源オフ, 4=シャッフルループ, 5=シャッフル後電源オフ, 6=一曲演奏後電源オフ + +MusicNext=2 + +; 1.5 SoundVolume = [0 - 64] (Default = 16) + +; Defines sound volume. Set 100% is the maximum real volume. +; Using over 100% values it uses special techniques to boost the sound over the +; maximum level. Loudest possible boosted sound volume is 400%. +; 0 = Mute +; 1 = 6% +; 16 = 100% +; 64 = 400% + +; 初期ボリューム設定 + +SoundVolume=16 + +; 1.6 FullScreenOverlaySubScreen = [0|1] (Default = 1) + +; Defines which screen is used to display video in fullscreen mode +; 0 = Touchscreen (lower screen) +; 1 = Normal screen (upper screen) + +; DPGフルスクリーンの画面選択 +; 0=タッチパネル(下画面), 1=通常画面(上画面) + +FullScreenOverlaySubScreen=1 + +; 1.7 FileMaxCount = [N] (Default = 256) + +; The maximum file count that filesystem allows. +; Don't change this value if you are not absolutely sure of what you are doing! + +; 表示可能ファイル数 + +FileMaxCount=256 + +; 1.8 NDSLiteDefaultBrightness = [0|1|2|3|4] (Default = 4) + +; 0 = Darkest +; 1 = Dark +; 2 = Bright +; 3 = Brightest +; 4 = Automatic detection + +; 起動時のバックライト明度 (NDSLiteのみ有効) +; 0=最も暗い, 1=暗い, 2=明るい, 3=最も明るい, 4=自動検出 + +NDSLiteDefaultBrightness=4 + +; 1.9 WhenPanelClose = [0|1] (Default = 0) + +; Action to do when panel is closed. +; 0 = Screens backlight off +; 1 = DS power off +; 2 = Play shutdown.mp3 and DS power off. + +; ふたを閉じたときの処理を設定します。 +; 0 = 標準(バックライト消灯), 1 = 電源OFF, 2 = shutdown.mp3を再生してから電源OFF + +WhenPanelClose=0 + +; 1.10 TopScreenFlip = [0|1|2|3] (Default = 0) + +; Rotate the top screen image. +; 0 = Normal (no rotation) +; 1 = 180 degrees rotation +; 2 = Vertical rotation (flip) +; 3 = Horizontal rotation (mirror) + +; 上部画面反転 +; 0=標準, 1=180度回転, 2=縦反転, 3=横反転 + +TopScreenFlip=0 + +; 1.xx ResumeUsingWhileMusicPlaying = [0|1] (Default = 0) + +; The resume using while music playing. (Request use resume function from setup.exe) +; 0 = Only when it began to music playing, the resume is preserved. +; 1 = The resume is preserved at intervals of 5 seconds. (Slow SD card has the click noise.) + +; 音楽再生中のレジューム保存について (セットアップでレジュームを有効にしたときのみ意味があります) +; 0 = 再生開始したときだけレジュームを保存する。(常に曲の先頭からレジュームする) +; 1 = 再生中でも5秒毎にレジュームを保存する。(遅いSDカードを使うと音飛びします) + +ResumeUsingWhileMusicPlaying=0 + +; 1.xx LockLRButton = [0|1] (Default = 0) + +; Sholder L/R button lock flag. +; 0 = Unlock. +; 1 = Lock. + +; L/Rボタンをロックします。 +; 0 = アンロック (L/Rボタンを使う) +; 1 = ロック (L/Rボタンを無視する) + +LockLRButton=0 + +; 1.xx StartButtonExec = [0|1] (Default = 0) + +; Select execute type when press 'START Button' +; 0 = Show debug window. +; 1 = Soft reset. (boot RESET.MSE) + +; スタートボタンを押したときの処理を選択します。 +; 0 = デバッグスクリーンを表示 +; 1 = ソフトリセット (RESET.MSEを起動) + +StartButtonExec=1 + +; -------------------- + +[HiddenItem] + +; The specified element is made hidden. +; 0=Show, 1=Hide + +; 指定した属性、ファイル名、フォルダ名を非表示にします。 +; 0=表示, 1=非表示 + +Attribute_Archive=0 +Attribute_Hidden=1 +Attribute_System=1 +Attribute_Readonly=0 +Path_Shell=1 +Path_Moonshl=1 +File_Thumbnail=1 + +; -------------------- + +[KeyRepeat] + +; 3.1 DelayCount = [1|30|60] (Default = 15) +; 3.2 RateCount = [1|30|60] (Default = 1) + +; You can set the time after which the action will be repeated. +; 1 = 16ms +; 30 = 500ms +; 60 = 1s + +; キーリピートの間隔をVSync(1/60sec)単位で設定します。 + +DelayCount=15 +RateCount=1 + +; -------------------- + +[BacklightTimeout] + +; Specified number. (unit of sec) +; Anything turns off the backlight when there is no key input. +; WhenStandby=FileClosed WhenPicture=BMP/Jpeg etc. WhenText=Text WhenSound=NSF/MP3 etc. +; 指定秒数キー入力がないときにバックライトを消灯します。時計プラグインがあるときは時計を表示します。 + +WhenStandby=10 +WhenPicture=15 +WhenText=30 +WhenSound=10 + +; -------------------- + +[Boot] + +; Show/Hide windows. (0=Show, 1=Hide) +; 設定された各ウィンドウを非表示にします。 + +hiddenAboutWindow=1 +hiddenHelpWindow=1 +hiddenDateTimeWindow=0 + +; 5.4 StartupSound = [0|1|2] (Default = 1) + +; This is for defining if starting sound is played or not when starting MoonShell. +; Random starting sound will select randomly one mp3 from the folder to play. +; 0 = Starting sound off +; 1 = Starting sound on +; 2 = Random starting sound + +; 起動サウンドを再生するかどうかの設定です。 +; 0 = ジングル無し +; 1 = startup.mp3を再生する。 +; 2 = StartPathで指定されたフォルダ内の音楽ファイルを再生する。 + +StartupSound=1 + +; -------------------- + +[Thumbnail] + +; 6.1 Mode = [0|1|2|3] (Default = 3) + +; Thumbnail and full screen preview settings. +; 0 = Off +; 1 = Only thumbnail preview +; 2 = Only full screen preview +; 3 = Thumbnail preview and full screen preview + +; 有効にするサムネイル処理を選択します。 +; 0=両方無効, 1=サムネイルセレクタのみ, 2=フルスクリーンプレビューのみ, 3=両方有効 + +Mode=3 + +; 6.2 SelectItemAlpha = [0 - 16] (Default = 16) +; 6.3 UnselectItemAlpha = [0 - 16] (Default = 10) + +; Transparency of the selected (or the unselected) thumbnail image. +; 0 = 0% +; 8 = 50% +; 16 = 100% + +; サムネイルセレクタで、カーソルで選択されている(または選択されていない)項目の透明度を指定します。 +; 0=非表示, 8=半透明, 16=不透明 + +SelectItemAlpha=16 +UnselectItemAlpha=10 + +; -------------------- + +[TextPlugin] + +; 7.1 SpacePixel = [N] (Default = 1) + +; Defines distance between two lines of text in pixels. +; N can be any integer in [1..191-FontHeightInPixels] range. + +; 行間ピクセル数を設定します。マイナス値や画面サイズ以上の値は設定しないで下さい。 + +SpacePixel=1 + +; 7.2 ScrollType = [N] (Default = 0) + +; The method of scroll the text page. +; 0 = Same as horizontal (A little left over) +; 1 = Fullpage scroll +; 2,3,4... = The number of lines are manual specified. + +; ページスクロール行数を設定します。 +; 0 = 従来と同じ(ちょっと残す), 1 = フルページスクロール +; 2,3,4... = 行数をマニュアル指定する。 + +ScrollType=0 + +; 7.3 SelectDisplay [0|1] (Default = 0) + +; The screen where the text window is diplayed. +; 0 = Touchscreen (lower screen) +; 1 = Normal screen (upper screen) +; 2 = Dual screen + +; テキストウィンドウを表示する画面を選択します。 +; 0=下画面, 1=上画面, 2=両画面 + +SelectDisplay=2 + +; 7.x TextEncode [0|1|2] (Default = 0) + +; テキストエンコードを指定します。 +; 0 = Local +; 1 = UTF-8 +; 2 = UTF-16LE +; 3 = UTF-16BE + +TextEncode=0 + +; -------------------- + +[NDSROMPlugin] + +; 8.1 CrashMeProtection = [0|1] (Default = 1) + +; DS destructive Trojan: 'Trojan.DSBrickA/B' can break your system to useless brick. +; MoonShell can check files before opening them. It only takes a second to check. +; It's not recommended to set this security check off. +; 0 = Protection Off +; 1 = Protection On + +; 'Trojan.DSBrickA/B'を検出し起動を阻止します。MD5計算は遅いですが基本的に1で使って下さい。 + +CrashMeProtection=1 + +; 8.xx NDSROMBootFunctionWithEZ4SD = [0|1] (Default = 0) + +; As for the NDSROM start for EZ4/SD, use is compelled. +; 0 = Disabled (typical) +; 1 = Enabled (not recommended) + +; EZ4SD使用時に、NDSROMブート機能を使うかどうかの設定です。 +; 0 = 使わない (推奨) +; 1 = 使う (非推奨) + +NDSROMBootFunctionWithEZ4SD=0 + +; -------------------- + +[DPGPlugin] + +; ビデオデコードが遅れたときに、ディザリングやGOPスキップなどで同期を維持します。 + +; 9.1 Dithering = [0|1|2] (Default = 1) + +; Video dithering. Tries to remove pixelation from video. +; 0 = No dithering. Original quality. +; 1 = Half dithering (1/2). (Delay: below 200ms = full, below 400ms = half, +; over 400ms = skip) +; 2 = Quarter dithering (1/4). (Delay: below 200ms = full, below 400ms = half, +; over 400ms = delay quarter) +; 3 = Strong dithering. (Delay: below 100ms = full, below 200ms = half, +; below 300ms = quarter, over 300ms = skip) + +; YUV変換を間引き(ディザリング)する強さを指定します。 +; 0=間引き無し, 1=1/2ディザ, 2=1/4ディザ, 3=Ver0.99風ディザ + +Dithering=0 + +; 9.2 GOPSkip = [0|1] (Default = 1) + +; When video is slowing down a lot there is an effective way to prevent it from +; happening by skipping GOPs (Group Of Pictures). +; 0 = GOP skipping off +; 1 = GOP skipping on + +; たくさん遅延したときに、GOPブロック(通常15フレーム)単位でスキップします。 +; 0=スキップしない, 1=スキップする + +GOPSkip=0 + +; 9.3 AdaptiveDelayControl = [0|1] (Default = 1) + +; Choosing the top priority value for control of the video frames. +; 0 = Video playback (as top priority) +; 1 = Audio/video synchronization (as top priority) + +; 動きの激しさによってディザリングを調整します。 +; 0=動き優先, 1=同期性優先 + +AdaptiveDelayControl=0 + +; -------------------- + +[ImagePlugin] + +; 10.1 GUITimeOutSec = [N] (Default = 2) + +; When a specified time in seconds have elapsed the scroll bar and the title bar +; will disappear from image window. +; N = Any number in seconds +; 0 = Alway OFF + +; 画像表示時、指定秒数経過するとスクロールバーとタイトルバーを消去します。 +; 0 = 常にOFF + +GUITimeOutSec=2 + +; 10.2 ImageMode = [0|1] (Default = 0) + +; Single or double screens can be used for displaying images. Double screen mode +; has a limited support. +; 0 = Single display mode +; 1 = Double display mode + +; 画像を表示する画面を選択します。両画面は拡大縮小が著しく制限されます。 +; 0=下画面のみ, 1=両画面 + +ImageMode=0 + +; 10.3 DrawFileInfo = [0|1] (Default = 1) + +; The file informations are displayed in GUI, if there are informations. +; 0 = Hide informations +; 1 = Show informations + +; ファイル情報があるとき、GUIに表示します。 +; 0=表示しない, 1=表示する + +DrawFileInfo=1 + +; 10.4 VerticalPadding = [N] (Default = 96) + +; The size of the space between upper and lower screen can be set when using Double +; display mode (value: ImageMode=1). + +; 両画面に表示したときの空白領域のサイズを指定します。(上画面と下画面の間の視覚誤差を減らす目的) +; 0ピクセル以外にしたときは、表示されない部分が発生します。 + +VerticalPadding=96 + +; 10.x Interpolation = [N] (Default = 1) + +; Interpolation (supplementation) method is selected by the zoom (or reduce) of the image. +; Double display mode is hardware only. +; 0=Hardware, 1=Software bilinear interpolation + +; 拡大縮小時の補完方法を選択します。(両画面表示時は最近傍補完のみです) +; 0=ハードウェア最近傍補完, 1=ソフトウェア二次補完 + +Interpolation=1 + +; -------------------- + +[ClockPlugin] + +; 11.1 Enabled = [0|1] (Default = 1) + +; Displaying the clock plug-in. +; 0 = Hide +; 1 = Display + +; 時計プラグインを有効にします。 +; 0=無効, 1=有効 + +Enabled=1 + +; 11.2 RTC24Hour = [0|1] (Default = 1) + +; Defining hour time format. +; 0 = 12-hour time format (with: AM/PM -letters) +; 1 = 24-hour time format + +; 24時間系設定をします。 +; 0=12時間系, 1=24時間系 + +RTC24Hour=1 + +; 11.3 FormatDate = [value] (Default = YYYY/MM/DD) + +; The display format of the date. Max length is 32 characters. +; In this example, the year(Y) is 2001, month(M) is 2 and the day(D) is 3. +; When using code (it displays): +; YYYY (2001), YY (01), MM (02), M (2), DD (03), D (3) +; So using code: YYYY/MM/DD date is displayed as: 2001/02/03 +; Different separator characters can be used: , - . / + +; 日本語はYYYY/MM/DDでok. + +FormatDate=YYYY/MM/DD + +; -------------------- + +[GMEPlugin] + +; x.x ReverbLevel = [0 - 256] (Default = 64) + +ReverbLevel=64 + +; x.x SimpleLPF = [0 - 2] (Default = 1) +; 0 = None, 1 = Lite, 2 = Heavy + +SimpleLPF=1 + +; x.x DefaultLengthSec = [0 - 65535] (Default = 90) +; 0 = No limit + +DefaultLengthSec=90 + +; x.x HES_MaxTrackNumber = [1 - 256] (Default = 32) + +HES_MaxTrackNumber=32 + +; -------------------- + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/moonshl.sav b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/moonshl.sav new file mode 100644 index 0000000..af9df07 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/moonshl.sav differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/aac.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/aac.msp new file mode 100644 index 0000000..9b65e14 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/aac.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/aac.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/aac.txt new file mode 100644 index 0000000..a1571c4 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/aac.txt @@ -0,0 +1,52 @@ +FAAD2 fix for low stack machine. + +FAAD2 2.5 uses quite a lot stacks, it makes difficult to run on low stack machines like Nintedno DS. +AAC decoding code on DS just results in frozing by stack overflow. +For example, "element" structure in channel_pair_element function is more than 20000 bytes. +The size of "trans_buf" array in ifilter_bank function is 8192 bytes. +Those large local variable arrays and structures in syntax.c, specrec.c, and filtbank.c was modified to static. +This fix will help low stack application for FAAD2. + +TODO: Only part of large local variables was modified. Changing compile options and sound format other than AAC may still contain large local variables. All of the large local variables should be fixed. + +Moonlight wrote. (2006/12/18 09:46 GMT+09:00) + +filtbank.c +Line.190 comment out. : memset(transf_buf, 0, sizeof(2*1024*sizeof(real_t))); + +syntax.c +Line.597 comment out. : memset(&sce, 0, sizeof(element)); +Line.598 comment out. : memset(spec_data, 0, 1024*sizeof(int16_t)); +Line.648 comment out. : memset(spec_data1, 0, 1024*sizeof(int16_t)); +Line.649 comment out. : memset(spec_data2, 0, 1024*sizeof(int16_t)); +Line.650 comment out. : memset(&cpe, 0, sizeof(element)); + +Moonlight wrote. (2006/12/20 11:07 GMT+09:00) + +re-enabled all 2006/12/18 comment out. (for Accuracy memory initializer) + +common.h +enabled SBR_DEC and SBR_LOW_POWER. + +sbr_hfgen.c +Line.211 add mask value. : uint32_t pow2, mask, exp; + +sbr_hfadj.c +Line.1507 fix undefined reference to 'SBR_SQRT_Q2'. +Reffer http://www.audiocoding.com/modules/newbb/viewtopic.php?topic_id=223&forum=2&PHPSESSID=6a43abb3f8b2a3a84812e529303cf45a + +Moonlight wrote. (2006/12/24 22:53 GMT+09:00) + +re-comment out all 2006/12/18 comment out. (for Fast initializer) + +Moonlight wrote. (2006/12/27 23:12 GMT+09:00) + +Disabled SBR. + +Functions. + +MPEG-4 format: LTP/LD profile AAC +DRM (copyright protection mechanism) is unsupported. +High-bitrate stream is unsupported. +Seek cannot be done. + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/bmp.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/bmp.msp new file mode 100644 index 0000000..b72c45e Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/bmp.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/bmp_hist.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/bmp_hist.txt new file mode 100644 index 0000000..df0d51e --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/bmp_hist.txt @@ -0,0 +1,13 @@ + +2006-03-05 + +It corresponded to 1bitBMP and 4bitBMP. + +2006-03-17 + +k50%ȉʼnACgɋ@\ĂȂoOC܂B + +2006-05-15 + +MSPV40ɑΉ܂B4800x3600sNZ̉摜܂ŃV[XɃXN[ł悤ɂȂ܂B + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/gif.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/gif.msp new file mode 100644 index 0000000..2ac9874 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/gif.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/gif.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/gif.txt new file mode 100644 index 0000000..32547e6 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/gif.txt @@ -0,0 +1,23 @@ + +The GIFLIB distribution is Copyright (c) 1997 Eric S. Raymond + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +-Toshio Kuratomi + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/ikm.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/ikm.msp new file mode 100644 index 0000000..58031e4 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/ikm.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/jpegaccu.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/jpegaccu.ini new file mode 100644 index 0000000..036703f --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/jpegaccu.ini @@ -0,0 +1,8 @@ + +[JpegAccuPlugin] + +; for Progressive JPEG decorder. +; 0 = Disabled, 1 = Enalbed + +ProgressiveJpeg=0 + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/jpegaccu.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/jpegaccu.msp new file mode 100644 index 0000000..83746c6 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/jpegaccu.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/jpegaccu.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/jpegaccu.txt new file mode 100644 index 0000000..0cd8d89 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/jpegaccu.txt @@ -0,0 +1,388 @@ +MoonShell Plugin converted by Moonlight. +--- + +The Independent JPEG Group's JPEG software +========================================== + +README for release 6b of 27-Mar-1998 +==================================== + +This distribution contains the sixth public release of the Independent JPEG +Group's free JPEG software. You are welcome to redistribute this software and +to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. + +Serious users of this software (particularly those incorporating it into +larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to +our electronic mailing list. Mailing list members are notified of updates +and have a chance to participate in technical discussions, etc. + +This software is the work of Tom Lane, Philip Gladstone, Jim Boucher, +Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, +Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG +Group. + +IJG is not affiliated with the official ISO JPEG standards committee. + + +DOCUMENTATION ROADMAP +===================== + +This file contains the following sections: + +OVERVIEW General description of JPEG and the IJG software. +LEGAL ISSUES Copyright, lack of warranty, terms of distribution. +REFERENCES Where to learn more about JPEG. +ARCHIVE LOCATIONS Where to find newer versions of this software. +RELATED SOFTWARE Other stuff you should get. +FILE FORMAT WARS Software *not* to get. +TO DO Plans for future IJG releases. + +Other documentation files in the distribution are: + +User documentation: + install.doc How to configure and install the IJG software. + usage.doc Usage instructions for cjpeg, djpeg, jpegtran, + rdjpgcom, and wrjpgcom. + *.1 Unix-style man pages for programs (same info as usage.doc). + wizard.doc Advanced usage instructions for JPEG wizards only. + change.log Version-to-version change highlights. +Programmer and internal documentation: + libjpeg.doc How to use the JPEG library in your own programs. + example.c Sample code for calling the JPEG library. + structure.doc Overview of the JPEG library's internal structure. + filelist.doc Road map of IJG files. + coderules.doc Coding style rules --- please read if you contribute code. + +Please read at least the files install.doc and usage.doc. Useful information +can also be found in the JPEG FAQ (Frequently Asked Questions) article. See +ARCHIVE LOCATIONS below to find out where to obtain the FAQ article. + +If you want to understand how the JPEG code works, we suggest reading one or +more of the REFERENCES, then looking at the documentation files (in roughly +the order listed) before diving into the code. + + +OVERVIEW +======== + +This package contains C software to implement JPEG image compression and +decompression. JPEG (pronounced "jay-peg") is a standardized compression +method for full-color and gray-scale images. JPEG is intended for compressing +"real-world" scenes; line drawings, cartoons and other non-realistic images +are not its strong suit. JPEG is lossy, meaning that the output image is not +exactly identical to the input image. Hence you must not use JPEG if you +have to have identical output bits. However, on typical photographic images, +very good compression levels can be obtained with no visible change, and +remarkably high compression levels are possible if you can tolerate a +low-quality image. For more details, see the references, or just experiment +with various compression settings. + +This software implements JPEG baseline, extended-sequential, and progressive +compression processes. Provision is made for supporting all variants of these +processes, although some uncommon parameter settings aren't implemented yet. +For legal reasons, we are not distributing code for the arithmetic-coding +variants of JPEG; see LEGAL ISSUES. We have made no provision for supporting +the hierarchical or lossless processes defined in the standard. + +We provide a set of library routines for reading and writing JPEG image files, +plus two sample applications "cjpeg" and "djpeg", which use the library to +perform conversion between JPEG and some other popular image file formats. +The library is intended to be reused in other applications. + +In order to support file conversion and viewing software, we have included +considerable functionality beyond the bare JPEG coding/decoding capability; +for example, the color quantization modules are not strictly part of JPEG +decoding, but they are essential for output to colormapped file formats or +colormapped displays. These extra functions can be compiled out of the +library if not required for a particular application. We have also included +"jpegtran", a utility for lossless transcoding between different JPEG +processes, and "rdjpgcom" and "wrjpgcom", two simple applications for +inserting and extracting textual comments in JFIF files. + +The emphasis in designing this software has been on achieving portability and +flexibility, while also making it fast enough to be useful. In particular, +the software is not intended to be read as a tutorial on JPEG. (See the +REFERENCES section for introductory material.) Rather, it is intended to +be reliable, portable, industrial-strength code. We do not claim to have +achieved that goal in every aspect of the software, but we strive for it. + +We welcome the use of this software as a component of commercial products. +No royalty is required, but we do ask for an acknowledgement in product +documentation, as described under LEGAL ISSUES. + + +LEGAL ISSUES +============ + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-1998, Thomas G. Lane. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + + +ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, +sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. +ansi2knr.c is NOT covered by the above copyright and conditions, but instead +by the usual distribution terms of the Free Software Foundation; principally, +that you must include source code if you redistribute it. (See the file +ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part +of any program generated from the IJG code, this does not limit you more than +the foregoing paragraphs do. + +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltconfig, ltmain.sh). Another support script, install-sh, is copyright +by M.I.T. but is also freely distributable. + +It appears that the arithmetic coding option of the JPEG spec is covered by +patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot +legally be used without obtaining one or more licenses. For this reason, +support for arithmetic coding has been removed from the free JPEG software. +(Since arithmetic coding provides only a marginal gain over the unpatented +Huffman mode, it is unlikely that very many implementations will support it.) +So far as we are aware, there are no patent restrictions on the remaining +code. + +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent, GIF reading support has +been removed altogether, and the GIF writer has been simplified to produce +"uncompressed GIFs". This technique does not use the LZW algorithm; the +resulting GIF files are larger than usual, but are readable by all standard +GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + + +REFERENCES +========== + +We highly recommend reading one or more of these references before trying to +understand the innards of the JPEG software. + +The best short technical introduction to the JPEG compression algorithm is + Wallace, Gregory K. "The JPEG Still Picture Compression Standard", + Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. +(Adjacent articles in that issue discuss MPEG motion picture compression, +applications of JPEG, and related topics.) If you don't have the CACM issue +handy, a PostScript file containing a revised version of Wallace's article is +available at ftp://ftp.uu.net/graphics/jpeg/wallace.ps.gz. The file (actually +a preprint for an article that appeared in IEEE Trans. Consumer Electronics) +omits the sample images that appeared in CACM, but it includes corrections +and some added material. Note: the Wallace article is copyright ACM and IEEE, +and it may not be used for commercial purposes. + +A somewhat less technical, more leisurely introduction to JPEG can be found in +"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by +M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides +good explanations and example C code for a multitude of compression methods +including JPEG. It is an excellent source if you are comfortable reading C +code but don't know much about data compression in general. The book's JPEG +sample code is far from industrial-strength, but when you are ready to look +at a full implementation, you've got one here... + +The best full description of JPEG is the textbook "JPEG Still Image Data +Compression Standard" by William B. Pennebaker and Joan L. Mitchell, published +by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. Price US$59.95, 638 pp. +The book includes the complete text of the ISO JPEG standards (DIS 10918-1 +and draft DIS 10918-2). This is by far the most complete exposition of JPEG +in existence, and we highly recommend it. + +The JPEG standard itself is not available electronically; you must order a +paper copy through ISO or ITU. (Unless you feel a need to own a certified +official copy, we recommend buying the Pennebaker and Mitchell book instead; +it's much cheaper and includes a great deal of useful explanatory material.) +In the USA, copies of the standard may be ordered from ANSI Sales at (212) +642-4900, or from Global Engineering Documents at (800) 854-7179. (ANSI +doesn't take credit card orders, but Global does.) It's not cheap: as of +1992, ANSI was charging $95 for Part 1 and $47 for Part 2, plus 7% +shipping/handling. The standard is divided into two parts, Part 1 being the +actual specification, while Part 2 covers compliance testing methods. Part 1 +is titled "Digital Compression and Coding of Continuous-tone Still Images, +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS +10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of +Continuous-tone Still Images, Part 2: Compliance testing" and has document +numbers ISO/IEC IS 10918-2, ITU-T T.83. + +Some extensions to the original JPEG standard are defined in JPEG Part 3, +a newer ISO standard numbered ISO/IEC IS 10918-3 and ITU-T T.84. IJG +currently does not support any Part 3 extensions. + +The JPEG standard does not specify all details of an interchangeable file +format. For the omitted details we follow the "JFIF" conventions, revision +1.02. A copy of the JFIF spec is available from: + Literature Department + C-Cube Microsystems, Inc. + 1778 McCarthy Blvd. + Milpitas, CA 95035 + phone (408) 944-6300, fax (408) 944-6314 +A PostScript version of this document is available by FTP at +ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text +version at ftp://ftp.uu.net/graphics/jpeg/jfif.txt.gz, but it is missing +the figures. + +The TIFF 6.0 file format specification can be obtained by FTP from +ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme +found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. +IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). +Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 +(Compression tag 7). Copies of this Note can be obtained from ftp.sgi.com or +from ftp://ftp.uu.net/graphics/jpeg/. It is expected that the next revision +of the TIFF spec will replace the 6.0 JPEG design with the Note's design. +Although IJG's own code does not support TIFF/JPEG, the free libtiff library +uses our library to implement TIFF/JPEG per the Note. libtiff is available +from ftp://ftp.sgi.com/graphics/tiff/. + + +ARCHIVE LOCATIONS +================= + +The "official" archive site for this software is ftp.uu.net (Internet +address 192.48.96.9). The most recent released version can always be found +there in directory graphics/jpeg. This particular version will be archived +as ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz. If you don't have +direct Internet access, UUNET's archives are also available via UUCP; contact +help@uunet.uu.net for information on retrieving files that way. + +Numerous Internet sites maintain copies of the UUNET files. However, only +ftp.uu.net is guaranteed to have the latest official version. + +You can also obtain this software in DOS-compatible "zip" archive format from +the SimTel archives (ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/), or +on CompuServe in the Graphics Support forum (GO CIS:GRAPHSUP), library 12 +"JPEG Tools". Again, these versions may sometimes lag behind the ftp.uu.net +release. + +The JPEG FAQ (Frequently Asked Questions) article is a useful source of +general information about JPEG. It is updated constantly and therefore is +not included in this distribution. The FAQ is posted every two weeks to +Usenet newsgroups comp.graphics.misc, news.answers, and other groups. +It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ +and other news.answers archive sites, including the official news.answers +archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. +If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu +with body + send usenet/news.answers/jpeg-faq/part1 + send usenet/news.answers/jpeg-faq/part2 + + +RELATED SOFTWARE +================ + +Numerous viewing and image manipulation programs now support JPEG. (Quite a +few of them use this library to do so.) The JPEG FAQ described above lists +some of the more popular free and shareware viewers, and tells where to +obtain them on Internet. + +If you are on a Unix machine, we highly recommend Jef Poskanzer's free +PBMPLUS software, which provides many useful operations on PPM-format image +files. In particular, it can convert PPM images to and from a wide range of +other formats, thus making cjpeg/djpeg considerably more useful. The latest +version is distributed by the NetPBM group, and is available from numerous +sites, notably ftp://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM/. +Unfortunately PBMPLUS/NETPBM is not nearly as portable as the IJG software is; +you are likely to have difficulty making it work on any non-Unix machine. + +A different free JPEG implementation, written by the PVRG group at Stanford, +is available from ftp://havefun.stanford.edu/pub/jpeg/. This program +is designed for research and experimentation rather than production use; +it is slower, harder to use, and less portable than the IJG code, but it +is easier to read and modify. Also, the PVRG code supports lossless JPEG, +which we do not. (On the other hand, it doesn't do progressive JPEG.) + + +FILE FORMAT WARS +================ + +Some JPEG programs produce files that are not compatible with our library. +The root of the problem is that the ISO JPEG committee failed to specify a +concrete file format. Some vendors "filled in the blanks" on their own, +creating proprietary formats that no one else could read. (For example, none +of the early commercial JPEG implementations for the Macintosh were able to +exchange compressed files.) + +The file format we have adopted is called JFIF (see REFERENCES). This format +has been agreed to by a number of major commercial JPEG vendors, and it has +become the de facto standard. JFIF is a minimal or "low end" representation. +We recommend the use of TIFF/JPEG (TIFF revision 6.0 as modified by TIFF +Technical Note #2) for "high end" applications that need to record a lot of +additional data about an image. TIFF/JPEG is fairly new and not yet widely +supported, unfortunately. + +The upcoming JPEG Part 3 standard defines a file format called SPIFF. +SPIFF is interoperable with JFIF, in the sense that most JFIF decoders should +be able to read the most common variant of SPIFF. SPIFF has some technical +advantages over JFIF, but its major claim to fame is simply that it is an +official standard rather than an informal one. At this point it is unclear +whether SPIFF will supersede JFIF or whether JFIF will remain the de-facto +standard. IJG intends to support SPIFF once the standard is frozen, but we +have not decided whether it should become our default output format or not. +(In any case, our decoder will remain capable of reading JFIF indefinitely.) + +Various proprietary file formats incorporating JPEG compression also exist. +We have little or no sympathy for the existence of these formats. Indeed, +one of the original reasons for developing this free software was to help +force convergence on common, open format standards for JPEG files. Don't +use a proprietary file format! + + +TO DO +===== + +The major thrust for v7 will probably be improvement of visual quality. +The current method for scaling the quantization tables is known not to be +very good at low Q values. We also intend to investigate block boundary +smoothing, "poor man's variable quantization", and other means of improving +quality-vs-file-size performance without sacrificing compatibility. + +In future versions, we are considering supporting some of the upcoming JPEG +Part 3 extensions --- principally, variable quantization and the SPIFF file +format. + +As always, speeding things up is of great interest. + +Please send bug reports, offers of help, etc. to jpeg-info@uunet.uu.net. diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/jpegaccu_hist.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/jpegaccu_hist.txt new file mode 100644 index 0000000..2c54de2 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/jpegaccu_hist.txt @@ -0,0 +1,21 @@ + +2006-03-17 + +k50%ȉʼnACgɋ@\ĂȂoOC܂B + +2006-05-15 + +MSPV40ɑΉ܂B4800x3600sNZ̉摜܂ŃV[XɃXN[ł悤ɂȂ܂B + +2006-05-22 + +͈͊OGA̕`vꂽƂ͈̔̓`FbNlj܂B + +2006-05-22 + +mNO[XP[摜𐳏ɓWJłȂoOC܂B + +2006-08-12 + +jpegaccu.iniProgressiveJpegACelj܂B + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mdx.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mdx.ini new file mode 100644 index 0000000..41e2c47 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mdx.ini @@ -0,0 +1,8 @@ + +[MDXPlugin] + +SampleRate=11025 +TotalTrack=16 +Transpose=0 +GenVolume=80 + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mdx.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mdx.msp new file mode 100644 index 0000000..3167101 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mdx.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp.bin b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp.bin new file mode 100644 index 0000000..455fddc Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp.bin differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp.ini new file mode 100644 index 0000000..351b8ab --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp.ini @@ -0,0 +1,9 @@ + +[MIDPlugin] + +SampleRate=32768 +ShowEventMessage=0 +MaxVoiceCount=20 +GenVolume=128 +ReverbFactor=80 + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp.msp new file mode 100644 index 0000000..50a6f98 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp.txt new file mode 100644 index 0000000..6ed7104 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp.txt @@ -0,0 +1,16 @@ + +Please overwrite midrcp.msp/midrcp.bin onto /shell/plugin/ folder of CF/SD. +Request MoonShell Version1.1 (MSPV20 support). + +--- + +midrcp.msp/midrcp.binCF/SD/shell/plugin/tH_ɏ㏑Rs[ĂB +MoonShell Version1.1ȍ~(MSPV20ΉMoonShell)ŎgĂB + +---- + +t@CRafarll쐬ASYUUHOUlĂTimidityṕAuSYUUHOU30MBpb`pConfigt@CVer.6.5vMoonlightkHĎgpĂ܂B +http://www.h7.dion.ne.jp/~syuuhou/ + +ɎĝŖ肪܂B{ɂȂOɘAKłB + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp_hist.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp_hist.txt new file mode 100644 index 0000000..aa18b19 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/midrcp_hist.txt @@ -0,0 +1,88 @@ + +Please release smidf0.msp/smid.msp. + +2006-03-07 + +It corresponded to SMF format1. +It corresponded to change PitchBend/Volume/Expression/Panpot/MasterVolume. + +2006-03-08 + +Seek was supported. +Tie was supported. + +2006-03-09 + +Drum bank was supported. +Dynamic loading for PCM was supported. (request MSP Ver2.0 support) +The volume coefficient has been adjusted. + +2006-03-10 + +Drum rendering and mapping bug was fixed. +Envelope generator was supported. +Pitch bend range was supported. +The accuracy of pitch bend has been improved. +Simple delay effect was implemented. + +2006-03-10-2 + +Vibrato generator was implemented. +Click noise was reduced. +Variation tone bank was implemented. +Duplication bug for drum PCM was fixed. +Loading progress bar was implemented. + +2006-03-13 + +Reflecting loop PCM was supported. +Double drum mapping was supported. +Click noise was reduced. +Beginning and seeking use faster method. +Setup_smidplugin.exe was included. + +2006-03-19 + +The GUS patch layer was selected from note number automatically. +GUSpb`̃C[I悤ɂ܂B + +2006-03-20 + +Rg[`FW1̃W[VɑΉ܂B +Rg[`FW64̃_p[y_ɑΉ܂B +_ȉ4bit̃[v|Cg(Fractions)ɑΉ܂B +[XGx[v^ʖڂɏ悤ɂ܂B +hƎcoOC܂B +ȂƂɌx\悤ɂ܂B +tIƂɎɐi܂ȂoOC܂B + +Control change 1 modulation was supported. +Control change 64 damper pedal was supported. +The 4bit fraction start/end looping point was supported. +Release envelope is seriously processed. +The drum muting bug was fixed. +Show warning message when overflow memory. +The bug that did not end even if sequence ended was corrected. + +2006-03-21 + +RCP/R36(RCM-PC98V2.0(C)COME ON MUSIC)ɑΉc‚B +ƍ܂B + +RCP/R36(RCM-PC98V2.0(C)COME ON MUSIC) was supported. +Speed-up a little. + +2006-03-26 + +PCM啝ɍ܂B +The PCM synthesis was more faster. + +2006-04-01 + +e|񂪌‚ȂƂAnOAbvoOC܂B +When tempo change command was not found, the bug that hung up was corrected. + +2006-06-02 + +CPU(DTCM)𖢏̂܂܎gpĂoOC܂B + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt0.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt0.ini new file mode 100644 index 0000000..3a6faf3 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt0.ini @@ -0,0 +1,16 @@ + +[MikModPlugin] + +MaxVoiceCount=24 + +; Extend Function Flags 0=off 1=on + +Flag_Interpolate=1 +Flag_Surround=1 +Flag_HQMixer=0 + +; Sound Scheme + +Channels=2 +Frequency=32768 + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt0.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt0.msp new file mode 100644 index 0000000..94f568a Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt0.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt0.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt0.txt new file mode 100644 index 0000000..8cf696e --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt0.txt @@ -0,0 +1,20 @@ + +ModPlug-XMMS and libmodplug are now in the public domain. + +Modplug Plugin for XMMS v2.0 / libmodplug v0.7 + Based on the ModPlug sound engine by Olivier Lapicque + XMMS plugin by Kenton Varda + Placed in the public domain in October, 2001 + +Olivier Lapicque, author of Modplug, which is arguably the best quality +MOD-playing software available, has placed his sound rendering code in the +public domain. This library and plugin is based on that code. + +For more information on libmodplug, the library for decoding mod-like music +formats, see libmodplug/README. + +NOTE TO FELLOW OPEN SOURCE PROGRAMMERS: + I (Kenton Varda) no longer have the time or desire to maintain this library. + If anyone would like to take over for me, please e-mail me at + . Thanks. + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt1.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt1.ini new file mode 100644 index 0000000..3a6faf3 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt1.ini @@ -0,0 +1,16 @@ + +[MikModPlugin] + +MaxVoiceCount=24 + +; Extend Function Flags 0=off 1=on + +Flag_Interpolate=1 +Flag_Surround=1 +Flag_HQMixer=0 + +; Sound Scheme + +Channels=2 +Frequency=32768 + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt1.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt1.msp new file mode 100644 index 0000000..9005a53 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt1.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt1.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt1.txt new file mode 100644 index 0000000..8cf696e --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt1.txt @@ -0,0 +1,20 @@ + +ModPlug-XMMS and libmodplug are now in the public domain. + +Modplug Plugin for XMMS v2.0 / libmodplug v0.7 + Based on the ModPlug sound engine by Olivier Lapicque + XMMS plugin by Kenton Varda + Placed in the public domain in October, 2001 + +Olivier Lapicque, author of Modplug, which is arguably the best quality +MOD-playing software available, has placed his sound rendering code in the +public domain. This library and plugin is based on that code. + +For more information on libmodplug, the library for decoding mod-like music +formats, see libmodplug/README. + +NOTE TO FELLOW OPEN SOURCE PROGRAMMERS: + I (Kenton Varda) no longer have the time or desire to maintain this library. + If anyone would like to take over for me, please e-mail me at + . Thanks. + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt2.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt2.ini new file mode 100644 index 0000000..3a6faf3 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt2.ini @@ -0,0 +1,16 @@ + +[MikModPlugin] + +MaxVoiceCount=24 + +; Extend Function Flags 0=off 1=on + +Flag_Interpolate=1 +Flag_Surround=1 +Flag_HQMixer=0 + +; Sound Scheme + +Channels=2 +Frequency=32768 + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt2.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt2.msp new file mode 100644 index 0000000..e1a7eb6 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt2.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt2.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt2.txt new file mode 100644 index 0000000..8cf696e --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mikmodt2.txt @@ -0,0 +1,20 @@ + +ModPlug-XMMS and libmodplug are now in the public domain. + +Modplug Plugin for XMMS v2.0 / libmodplug v0.7 + Based on the ModPlug sound engine by Olivier Lapicque + XMMS plugin by Kenton Varda + Placed in the public domain in October, 2001 + +Olivier Lapicque, author of Modplug, which is arguably the best quality +MOD-playing software available, has placed his sound rendering code in the +public domain. This library and plugin is based on that code. + +For more information on libmodplug, the library for decoding mod-like music +formats, see libmodplug/README. + +NOTE TO FELLOW OPEN SOURCE PROGRAMMERS: + I (Kenton Varda) no longer have the time or desire to maintain this library. + If anyone would like to take over for me, please e-mail me at + . Thanks. + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mp3.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mp3.msp new file mode 100644 index 0000000..698ff58 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mp3.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mp3.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mp3.txt new file mode 100644 index 0000000..b5b363a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/mp3.txt @@ -0,0 +1,21 @@ + + libmad - MPEG audio decoder library + Copyright (C) 2000-2004 Underbit Technologies, 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 + + If you would like to negotiate alternate licensing terms, you may do + so by contacting: Underbit Technologies, Inc. + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/msp.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/msp.msp new file mode 100644 index 0000000..1c74db8 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/msp.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/nsf.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/nsf.msp new file mode 100644 index 0000000..f8ad1aa Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/nsf.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/ogg.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/ogg.msp new file mode 100644 index 0000000..5830c3b Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/ogg.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/ogg.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/ogg.txt new file mode 100644 index 0000000..d5bd09f --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/ogg.txt @@ -0,0 +1,6 @@ + +This README covers the Ogg Vorbis 'Tremor' integer playback codec +source as of date 2002 09 02, version 1.0.0. + +Copyright (c) 2002, Xiph.org Foundation + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/ogghist.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/ogghist.txt new file mode 100644 index 0000000..4a2c14a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/ogghist.txt @@ -0,0 +1,15 @@ + +2006/03/05 + +It was corrected that the seek bar had worked abnormally with the monaural channel. + +2006/04/27 + +81kbyte is normal version. 97kbyte is accuracy version. +An accurate version is only for the ogg file of 128kbps or less because it is very heavy. + +2007/01/13 + +Fixed memory leak on 'framing.c'. Thank you Firon. +81kbyte is normal version. 97kbyte is accuracy version. + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/png.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/png.msp new file mode 100644 index 0000000..477eb8d Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/png.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/png.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/png.txt new file mode 100644 index 0000000..1b46c3b --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/png.txt @@ -0,0 +1,9 @@ + + libpng version 1.2.8 - December 3, 2004 + Copyright (c) 1998-2004 Glenn Randers-Pehrson + (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) + (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) + + zlib version 1.2.3 - July 18, 2005 + Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/png_hist.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/png_hist.txt new file mode 100644 index 0000000..4b945ca --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/png_hist.txt @@ -0,0 +1,18 @@ + +2006-03-17 + +k50%ȉʼnACgɋ@\ĂȂoOC܂B + +2006-07-17 + +Fŵpbgt摜ŃACgoOC܂B(Thanks 149l) +1/2/4bitpbg摜Ńobt@I[o[oOC܂B + +2006-12-19 + +gpCulibpng-1.2.14ɃAbvf[g܂BOsvɂȂ悤łB + +2007-01-16 + +MSPV40ɑΉ܂B4800x3600sNZ̉摜܂ŃV[XɃXN[ł悤ɂȂ܂B + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/psd.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/psd.msp new file mode 100644 index 0000000..1541144 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/psd.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/psd.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/psd.txt new file mode 100644 index 0000000..f576559 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/psd.txt @@ -0,0 +1,5 @@ + +FԂ́ABitmap(mono)/Grayscale/Duotone(gray)/Indexed(palette)/RGB/Multichannel(CMY)/CMYKɑΉBLabFԂ͖ΉBCMYK->RGBῗĂ邩sB +񈳏kf[^͖ΉBiRLEkꂽt@ĈݑΉj +C[pXȂǂ͑SĖΉB + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/psd_hist.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/psd_hist.txt new file mode 100644 index 0000000..508c704 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/psd_hist.txt @@ -0,0 +1,10 @@ + +2006-03-17 + +kf[^WJł悤ɂ܂B +k50%ȉʼnACgɋ@\ĂȂoOC܂B + +2006-05-15 + +MSPV40ɑΉ܂B4800x3600sNZ̉摜܂ŃV[XɃXN[ł悤ɂȂ܂B + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/reset.mse b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/reset.mse new file mode 100644 index 0000000..e53efc2 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/reset.mse differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/reset.mse.r4 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/reset.mse.r4 new file mode 100644 index 0000000..49ef390 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/reset.mse.r4 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/reset.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/reset.txt new file mode 100644 index 0000000..8eb826f --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/reset.txt @@ -0,0 +1,37 @@ +MoonShell execute plug-in + +This plug-in is exclusive return to firmware function. + +Reference URL that becomes base of reset function. +Most of reset.mse is a copy of LoveLite. + +Lick + ds homebrew +http://licklick.wordpress.com/tag/lovelite/ + +For other homebrew developers. +'reset.mse' can be used from your self-made application. + +Please make the C/D bank of VRAM accessible from ARM9. +example. + VRAM_C_CR = VRAM_ENABLE | _VRAM_CD_MAIN_BG_0x6000000; + VRAM_D_CR = VRAM_ENABLE | _VRAM_CD_MAIN_BG_0x6020000; + +Please write the following values in 1024 bytes from 0x0603FC00. (16bit access is necessary.) +0x0603FC00 0x01 +0x0603FC01 0x01 +0x0603FC02 0x01 +0x0603FC03 0x01 +0x0603FC04 '?' +0x0603FC05 '?' +0x0603FC06 '?' +0x0603FC07 '?' +0x0603FC08 0x00 +0x0603FC09 0x00 +0x0603FC0A 0x00 +0x0603FC0B 0x00 +0x0603FC0C 0x00,0x00,0x00... +Please input the adaptor name (four characters) from 0x0603FC04 to 0x0603FC07. +Please fill zero from 0x0603FC0C to 0x0603FFFF. + +Please start 'reset.mse'. (Please begin with usual NDS multi boot in a similar way.) + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/spc.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/spc.ini new file mode 100644 index 0000000..afa1312 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/spc.ini @@ -0,0 +1,7 @@ + +[SPCPlugin] + +; ȏTAG‚ȂƂ̕WĐԁibPʁjłB + +DefaultSongLength=180 + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/spc.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/spc.msp new file mode 100644 index 0000000..d6ddb33 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/spc.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/spc.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/spc.txt new file mode 100644 index 0000000..199c0dc --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/spc.txt @@ -0,0 +1,8 @@ + +PocketSPC player for the Nintendo DS +Version 0.9 + +Gary Linscott +pocketspc@pocketheaven.com +http://pocketspc.pocketheaven.com + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/tta.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/tta.msp new file mode 100644 index 0000000..9a17427 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/tta.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/tta.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/tta.txt new file mode 100644 index 0000000..8c85cbb --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/tta.txt @@ -0,0 +1,278 @@ +MoonShell plugin converted by Moonlight. (2006/12/22) + +///////////////////////////////////////////////////////////////////////////// +////////////////// THE LOSSLESS TRUE AUDIO CODEC LIBRARY //////////////////// +///////////////////////////////////////////////////////////////////////////// + +This package contains a full-futured CODEC library for realtime encoding and +decoding of True Audio (TTA) files. + +The library has a 3 interface classes and 2 functions, which provides a +possibility to work in applications of any complexity. + +For maintenance of namespace wholeness, all functions and library classes +are transferred out to the separate namespace, named TTALib. + +For a simplicity of work with library namespace it's possible to use a +command: + +using namespace TTALib; + +///////////////////////////////////////////////////////////////////////////// +/////////////////// Wav2TTA, TTA2Wav & TTATest functions //////////////////// +///////////////////////////////////////////////////////////////////////////// + +For a simple use of the library we provide 3 basic functions: + +TTAError Wav2TTA ( const char *infile, + const char *outfile, + bool CopyID3v2Tag = true, + TTACALLBACK TTACallback = NULL, + void *uParam = NULL ); + +The Wav2TTA function is intended for convert a WAV files into the TTA format. + +Description of the function parameters: + + infile - the name of the input WAV file; + outfile - the name of the output TTA file; + CopyID3v2Tag - copy ID3v2 tag if it's present; + TTACallback - bool (*TTACALLBACK)(const TTAStat &stat, void *uParam), + the callback function, intended for the extension of + possibilities of the user program. Can be used to get + a statistics of the encoding process. This parameter + must be set to NULL if not used. The callback function + must return 'true' to continue of the encoding process, + or 'false' to interrupt it. In this case the Wav2TTA + function will return the TTA_CANCELED error. + uParam - users parameter, can be set to NULL; + +The TTA2Wav function is intended for convert a TTA files into the Wav format. + +TTAError TTA2Wav ( const char *infile, + const char *outfile, + bool CopyID3v2Tag = true, + TTACALLBACK TTACallback = NULL, + void *uParam = NULL ); + +Description of the function parameters: + + infile - the name of the input TTA file; + outfile - the name of the output WAV file; + CopyID3v2Tag - copy ID3v2 tag if it's present; + TTACallback - bool (*TTACALLBACK)(const TTAStat &stat, void *uParam), + the callback function, intended for the extension of + possibilities of the user program. Can be used to get + a statistics of the decoding process. This parameter + must be set to NULL if not used. The callback function + must return 'true' to continue of the decoding process, + or 'false' to interrupt it. In this case the TTA2Wav + function will return the TTA_CANCELED error. + uParam - users parameter, can be set to NULL; + +The TTA2Test function is intended for test a TTA files for errors. + +TTAError TTATest ( const char *infile, + TTACALLBACK TTACallback = NULL, + void *uParam = NULL ); + +Description of the function parameters: + + infile - the name of the input TTA file; + TTACallback - bool (*TTACALLBACK)(const TTAStat &stat, void *uParam), + the callback function, intended for the extension of + possibilities of the user program. Can be used to get + a statistics of the testing process. This parameter + must be set to NULL if not used. The callback function + must return 'true' to continue of the testing process, + or 'false' to interrupt it. In this case the TTA2Wav + function will return the TTA_CANCELED error. + uParam - users parameter, can be set to NULL; + +All of these functions returns the values of the TTAError type. +The error code can be easily converted into the text string, by calling the +GetErrStr() function, accepting a error code as a parameter. + +///////////////////////////////////////////////////////////////////////////// +//////////////// TTAEncoder, TTADecoder & WavFile classes /////////////////// +///////////////////////////////////////////////////////////////////////////// + +For using this library in advanced applications the TTAEncoder, TTADecoder +and the WavFile interface classes can be used. + +============================================================================ + TTAEncoder class +============================================================================ + +The TTAEncoder class is intended for coding PCM data with into the TTA file. + +The TTAEncoder class has a 2 constructors: + +TTAEncoder( const char *filename, + bool append, + unsigned short AudioFormat, + unsigned short NumChannels, + unsigned short BitsPerSample, + unsigned long SampleRate, + unsigned long DataLength ); + +TTAEncoder( HANDLE hInFile, + bool append, + unsigned short AudioFormat, + unsigned short NumChannels, + unsigned short BitsPerSample, + unsigned long SampleRate, + unsigned long DataLength ); + +The first of these 2 constructors accepts the name of the input file, +secondary constructor accepts the input file handle. The 'append' parameter +can be used to open input file for writing at the end of the file +(appending); creates the file first if it doesn't exist. + +The other parameters contains the information about the stream: + + AudioFormat - audio format: + WAVE_FORMAT_PCM or WAVE_FORMAT_IEEE_FLOAT; + NumChannels - number of channels; + BitsPerSample - count of bits per sample; + SampleRate - sample rate; + DataLength - overall number of input samples in file. + +The CompressBlock function can be used to compress a chunk of the input data: + + bool CompressBlock (long *buffer, long bufLen); + +Description of the function parameters: + + buffer - input data buffer; + bufLen - buffer length (number of input samples). + +Returns 'true' on success and 'false' on failure. + +The GetStat() function allows to get a compression statistics. + + TTAStat GetStat(); + +This function returns the TTAStat strucure: + + struct TTAStat + { + double ratio; + unsigned long input_bytes; + unsigned long output_bytes; + }; + +Description of the structure fields: + + ratio - compression ratio; + input_bytes - count of input bytes processed; + input_bytes - count of output bytes saved. + +============================================================================ + TTADecoder class +============================================================================ + +The TTADecoder class is intended for decoding of the TTA audio files. + +The TTADecoder class has a 2 constructors: + + TTADecoder (const char *filename); + TTADecoder (HANDLE hInFile); + +The first of these 2 constructors accepts the name of the input file, +secondary constructor accepts the input file handle. + +The next set of functions can be used to retrieve the information about the +stream: + + GetAudioFormat() - returns the audio format: + WAVE_FORMAT_PCM or WAVE_FORMAT_IEEE_FLOAT; + GetNumChannels() - returns the number of channels; + GetBitsPerSample() - returns the count of bits per sample; + GetSampleRate() - returns the sample rate; + GetDataLength() - returns the overall number of input samples + in file. + +The CompressBlock function can be used to get a chunk of the decompressed +data. + + long GetBlock (long **buffer); + +Returns the decompressed data into the 'buffer' and the buffer length (count +of samples) as a function value. Returns 0 if the end-of-file is reached. + +The GetStat() function allows to get a decompression statistics. + + TTAStat GetStat(); + +This function returns the the structure which has a TTAStat type, described +above. + +If an error occurs, the both of TTAEncoder and TTADecoder classes generates +exceptions of the TTAException type. The error code can be retrieved by +GetErrNo function of the exception value. The returned error code can be +converted into the text string by the GetErrStr() function, which accepts the +error value as a parameter. + +============================================================================ + WavFile class +============================================================================ + +The WavFile class provides a simple interface to work with a WAV format files. +The error code can be retrieved by GetErrNo function. The returned error code +can be converted into the text string by the GetErrStr() function, which +accepts the error value as a parameter. + + HANDLE Create(const char *filename); + +Creates the WAV file with a name, specified by the 'filename' parameter. +Returns the file HANDLE or INVALID_HANDLE_VALUE on error. + + HANDLE Open(const char *filename); + +Opens WAV file to read. Function accepts the file name as a parameter and +returns the file HANDLE or INVALID_HANDLE_VALUE on error. + + bool ReadHeaders(); + +This function is intended to get WAV file headers. Then, the read parameters +can be retrieved from class attributes 'wave_hdr' and 'subchunk_hdr'. +Function returns 'true' on success and 'false' on failure. + + bool Read(long *data, long byte_size, unsigned long *len); + +The function reads 'len' samples of data, each size 'byte_size' bytes, from +the input file into the buffer 'data'. Function returns 'true' on success +and 'false' on failure. + + bool WriteHeaders(); + +This function is intended to write WAV file headers. The writing headers +will be retrieved from class attributes 'wave_hdr' and 'subchunk_hdr'. +Function returns 'true' on success and 'false' on failure. + + bool Write(long *data, long byte_size, long num_chan, + unsigned long *len); + +The function writes 'len' samples of data, each size 'byte_size' bytes, +into the output file from the buffer 'data'. The 'num_chan' parameter +defines the number of audio channels. Function returns 'true' on success +and 'false' on failure. The actually wrote number of samples will be +returned back by the 'len' parameter. + + void Close(); // Closes the WAV file + + TTAError GetErrNo() const; // Returns the error code. + +The returned error code can be converted into the text string by the +GetErrStr() function, which accepts the error value as a parameter. + +///////////////////////////////////////////////////////////////////////////// +///////////////////////////////////////////////////////////////////////////// + +Copyright (c) 2004 Alexander Djourik. All rights reserved. +Copyright (c) 2004 Pavel Zhilin. All rights reserved. + +For the latest in news and downloads, please visit the official True Audio +project site: http://tta.sourceforge.net + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/wav.msp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/wav.msp new file mode 100644 index 0000000..c1d3cc5 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/plugin/wav.msp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/resume.sav b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/resume.sav new file mode 100644 index 0000000..a5f3448 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/resume.sav differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/Thumbs.db b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/Thumbs.db new file mode 100644 index 0000000..e52cfa2 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/Thumbs.db differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/c_file.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/c_file.bmp new file mode 100644 index 0000000..ff8d6a5 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/c_file.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/c_text.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/c_text.bmp new file mode 100644 index 0000000..c82fab1 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/c_text.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/client.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/client.bmp new file mode 100644 index 0000000..0bdda66 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/client.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/closebtn.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/closebtn.bmp new file mode 100644 index 0000000..8091963 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/closebtn.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/desktop.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/desktop.bmp new file mode 100644 index 0000000..3e8a07d Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/desktop.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/fbarcur.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/fbarcur.bmp new file mode 100644 index 0000000..2dc42d3 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/fbarcur.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/fbarplay.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/fbarplay.bmp new file mode 100644 index 0000000..8eae874 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/fbarplay.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/prgbara.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/prgbara.bmp new file mode 100644 index 0000000..62bbb6e Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/prgbara.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/prgbard.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/prgbard.bmp new file mode 100644 index 0000000..02b2632 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/prgbard.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/sb_bg.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/sb_bg.bmp new file mode 100644 index 0000000..45abf17 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/sb_bg.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/sb_body.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/sb_body.bmp new file mode 100644 index 0000000..af54979 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/sb_body.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/sb_part.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/sb_part.bmp new file mode 100644 index 0000000..9fe268a Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/sb_part.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/shutdown.mp3 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/shutdown.mp3 new file mode 100644 index 0000000..08828a9 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/shutdown.mp3 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/skin.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/skin.ini new file mode 100644 index 0000000..dedbeda --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/skin.ini @@ -0,0 +1,123 @@ + +[SkinInfo] + +Title=bluemoonlight +Author=Moonlight (˗l̉摜gpĂ܂j +LastUpdate=2006/12/29 + +; -------------------- + +[ColorCoordination] + +; Changes the color of the MoonShell Skin. (RRGGBB hex format) +; Be sure to remove the semicolon before any line you wish to change. +; w肳ꂽ̐Fݒ肵܂B + +DesktopBG=-1 + +TitleA_Bright=000080 +TitleA_Dark=000040 +TitleA_BG=202080 +TitleA_Text=d0e0ff +TitleA_TextShadow=000000 + +TitleD_Bright=000080 +TitleD_Dark=000040 +TitleD_BG=000000 +TitleD_Text=b0b0f0 + +ScrollBar=-1 + +FrameBright=000080 +FrameDark=000040 + +ClientBG=000000 +ClientText=d0e0ff + +FileSelectBG=000000 +FileSelectText=e0e0f0 +FileSelectCursor=a0a0e0 +FileSelectPlay=4040a0 + +TextViewBG=-1 +TextViewText=fff0f0 + +ProgressEnd=-1 +ProgressLast=-1 + +; -------------------- + +; This will change the default positions for the windows in MoonShell. + +[OverrideWindowRect_About] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_Help] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_PlayControl] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_FileSelect] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_DateTime] +x=125 +y=108 +w=131 +h=-1 +DisabledCloseButton=1 + +[OverrideWindowRect_PicView] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_TextView] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_Progress] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_SetNext] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +[OverrideWindowRect_FileInfo] +x=-1 +y=-1 +w=-1 +h=-1 +DisabledCloseButton=0 + +; -------------------- + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/skin.txt b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/skin.txt new file mode 100644 index 0000000..341bb5a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/skin.txt @@ -0,0 +1,15 @@ + +Please copy the *.BMP/skin.ini file onto the shell folder of CF/SD/EXFS. + +̃tH_ɓĂ*.BMP/skin.init@CCF/SD/EXFSshelltH_ɃRs[ĂB +XLt@C̃XLf[^Ȃ悤ɂĂB + +ˁiaskajl̃EFuy[Wɂfމ摜gpĂ܂B + +Silverry moon light +http://ciel.oheya.to/ + +Copyright (c) 2002-2006 Silverry moon light all rights reserved. + +̃t@CQ̉摜f[^P̂ŗp邱Ƃ֎~܂B + diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/splash.ani b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/splash.ani new file mode 100644 index 0000000..8e6543c Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/splash.ani differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/startup.mp3 b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/startup.mp3 new file mode 100644 index 0000000..752d86a Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/startup.mp3 differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/sysicon.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/sysicon.bmp new file mode 100644 index 0000000..021c0df Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/sysicon.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/titlea.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/titlea.bmp new file mode 100644 index 0000000..ca79691 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/titlea.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/titled.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/titled.bmp new file mode 100644 index 0000000..675b68d Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/skin/titled.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/system.ank b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/system.ank new file mode 100644 index 0000000..76fae2a Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/system.ank differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/system.fon b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/system.fon new file mode 100644 index 0000000..6ccf0fe Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/system.fon differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/system.l2u b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/system.l2u new file mode 100644 index 0000000..ccb4d26 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/MOONSHL/system.l2u differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_DS_MENU.DAT b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_DS_MENU.DAT new file mode 100644 index 0000000..79d33fc Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_DS_MENU.DAT differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_DS_MSHL.NDS b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_DS_MSHL.NDS new file mode 100644 index 0000000..be731db Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_DS_MSHL.NDS differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/brightness.bin b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/brightness.bin new file mode 100644 index 0000000..ee8e3d2 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/brightness.bin differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/dldi.bin b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/dldi.bin new file mode 100644 index 0000000..32a9828 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/dldi.bin differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/local.fon b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/local.fon new file mode 100644 index 0000000..4631218 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/local.fon differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/reset.bin b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/reset.bin new file mode 100644 index 0000000..bca41bf Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/reset.bin differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/romframe1.bin b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/romframe1.bin new file mode 100644 index 0000000..cec6712 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/romframe1.bin differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/romframe2.bin b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/romframe2.bin new file mode 100644 index 0000000..bfea130 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/romframe2.bin differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/unicode.ank b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/unicode.ank new file mode 100644 index 0000000..76fae2a Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/unicode.ank differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/unicode.l2u b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/unicode.l2u new file mode 100644 index 0000000..cc8f091 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/unicode.l2u differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/unicode.u2l b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/unicode.u2l new file mode 100644 index 0000000..0451530 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/resource/unicode.u2l differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/bckgrd_1.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/bckgrd_1.bmp new file mode 100644 index 0000000..a94401d Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/bckgrd_1.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/bckgrd_2.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/bckgrd_2.bmp new file mode 100644 index 0000000..f75c576 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/bckgrd_2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/icons.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/icons.bmp new file mode 100644 index 0000000..e979515 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/icons.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/logo.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/logo.bmp new file mode 100644 index 0000000..c5dbb99 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/logo.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/theme.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/theme.ini new file mode 100644 index 0000000..3984579 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme01/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; +Title=R4 example theme + +; +Author=R4 team + +; +Date=03/06/2007 + +; ======================================= +[Color] + +; ԰汾ʶɫ +Color00=000000 + +; ˵ѡɫ +Color01=ff0000 + +; ں˰汾ʶɫ +Color02=ffffff + +; ˵ѡĿʾɫ +Color03=ffffff + +; ǰʱɫ +Color04=ffffff + +; ǰĿ¼ʾɫ +Color05=000000 + +; ļʾɫ +Color06=ffff00 + +; Ŀ¼ʾɫ +Color07=ffffff + +; ļĿ¼ʾɫ +Color08=ff0000 + +; ʾɫ +Color09=0000ff + +; ɫ +Color10=1cac38 + +; ޸ʾɫ +Color11=000000 + +; ļʾɫ +Color12=000000 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/bckgrd_1.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/bckgrd_1.bmp new file mode 100644 index 0000000..4cc8e7d Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/bckgrd_1.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/bckgrd_2.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/bckgrd_2.bmp new file mode 100644 index 0000000..ea4da27 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/bckgrd_2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/icons.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/icons.bmp new file mode 100644 index 0000000..a32ad11 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/icons.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/logo.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/logo.bmp new file mode 100644 index 0000000..8864dfd Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/logo.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/theme.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/theme.ini new file mode 100644 index 0000000..4926e29 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme02/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; +Title=R4 example theme + +; +Author=R4 team + +; +Date=03/06/2007 + +; ======================================= +[Color] + +; ԰汾ʶɫ +Color00=000000 + +; ˵ѡɫ +Color01=ff0000 + +; ں˰汾ʶɫ +Color02=ffffff + +; ˵ѡĿʾɫ +Color03=ffffff + +; ǰʱɫ +Color04=ffffff + +; ǰĿ¼ʾɫ +Color05=ffffff + +; ļʾɫ +Color06=ffff00 + +; Ŀ¼ʾɫ +Color07=00ff00 + +; ļĿ¼ʾɫ +Color08=ff0000 + +; ʾɫ +Color09=0000ff + +; ɫ +Color10=70c8ff + +; ޸ʾɫ +Color11=000000 + +; ļʾɫ +Color12=000000 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/bckgrd_1.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/bckgrd_1.bmp new file mode 100644 index 0000000..4ba6029 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/bckgrd_1.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/bckgrd_2.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/bckgrd_2.bmp new file mode 100644 index 0000000..f913ac9 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/bckgrd_2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/icons.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/icons.bmp new file mode 100644 index 0000000..077480f Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/icons.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/logo.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/logo.bmp new file mode 100644 index 0000000..ed7bcc7 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/logo.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/theme.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/theme.ini new file mode 100644 index 0000000..25ae0d2 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme03/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; +Title=R4 example theme + +; +Author=R4 team + +; +Date=03/06/2007 + +; ======================================= +[Color] + +; ԰汾ʶɫ +Color00=000000 + +; ˵ѡɫ +Color01=ff0000 + +; ں˰汾ʶɫ +Color02=ffffff + +; ˵ѡĿʾɫ +Color03=ffffff + +; ǰʱɫ +Color04=ffffff + +; ǰĿ¼ʾɫ +Color05=000000 + +; ļʾɫ +Color06=ffffff + +; Ŀ¼ʾɫ +Color07=00ffff + +; ļĿ¼ʾɫ +Color08=ff0000 + +; ʾɫ +Color09=0000ff + +; ɫ +Color10=70c8ff + +; ޸ʾɫ +Color11=000000 + +; ļʾɫ +Color12=000000 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/bckgrd_1.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/bckgrd_1.bmp new file mode 100644 index 0000000..18a6287 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/bckgrd_1.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/bckgrd_2.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/bckgrd_2.bmp new file mode 100644 index 0000000..59be58e Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/bckgrd_2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/icons.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/icons.bmp new file mode 100644 index 0000000..de8fdc6 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/icons.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/logo.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/logo.bmp new file mode 100644 index 0000000..d7e2b59 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/logo.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/theme.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/theme.ini new file mode 100644 index 0000000..752ddf0 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme04/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; +Title=R4 example theme + +; +Author=R4 team + +; +Date=03/06/2007 + +; ======================================= +[Color] + +; ԰汾ʶɫ +Color00=ff0000 + +; ˵ѡɫ +Color01=00ffff + +; ں˰汾ʶɫ +Color02=ffffff + +; ˵ѡĿʾɫ +Color03=ffffff + +; ǰʱɫ +Color04=ffffff + +; ǰĿ¼ʾɫ +Color05=ffffff + +; ļʾɫ +Color06=ffffff + +; Ŀ¼ʾɫ +Color07=00ffff + +; ļĿ¼ʾɫ +Color08=ff0000 + +; ʾɫ +Color09=0000ff + +; ɫ +Color10=70c8ff + +; ޸ʾɫ +Color11=000000 + +; ļʾɫ +Color12=000000 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/bckgrd_1.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/bckgrd_1.bmp new file mode 100644 index 0000000..0893438 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/bckgrd_1.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/bckgrd_2.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/bckgrd_2.bmp new file mode 100644 index 0000000..281b10b Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/bckgrd_2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/icons.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/icons.bmp new file mode 100644 index 0000000..dbb5aed Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/icons.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/logo.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/logo.bmp new file mode 100644 index 0000000..7cd7a92 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/logo.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/theme.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/theme.ini new file mode 100644 index 0000000..25ae0d2 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme05/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; +Title=R4 example theme + +; +Author=R4 team + +; +Date=03/06/2007 + +; ======================================= +[Color] + +; ԰汾ʶɫ +Color00=000000 + +; ˵ѡɫ +Color01=ff0000 + +; ں˰汾ʶɫ +Color02=ffffff + +; ˵ѡĿʾɫ +Color03=ffffff + +; ǰʱɫ +Color04=ffffff + +; ǰĿ¼ʾɫ +Color05=000000 + +; ļʾɫ +Color06=ffffff + +; Ŀ¼ʾɫ +Color07=00ffff + +; ļĿ¼ʾɫ +Color08=ff0000 + +; ʾɫ +Color09=0000ff + +; ɫ +Color10=70c8ff + +; ޸ʾɫ +Color11=000000 + +; ļʾɫ +Color12=000000 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/bckgrd_1.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/bckgrd_1.bmp new file mode 100644 index 0000000..fdc58a2 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/bckgrd_1.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/bckgrd_2.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/bckgrd_2.bmp new file mode 100644 index 0000000..3e0e245 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/bckgrd_2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/icons.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/icons.bmp new file mode 100644 index 0000000..cea6ac4 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/icons.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/logo.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/logo.bmp new file mode 100644 index 0000000..b625faa Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/logo.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/theme.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/theme.ini new file mode 100644 index 0000000..17c1951 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme06/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; +Title=R4 example theme + +; +Author=R4 team + +; +Date=03/06/2007 + +; ======================================= +[Color] + +; ԰汾ʶɫ +Color00=ffffff + +; ˵ѡɫ +Color01=00ffff + +; ں˰汾ʶɫ +Color02=ffffff + +; ˵ѡĿʾɫ +Color03=ffffff + +; ǰʱɫ +Color04=ffffff + +; ǰĿ¼ʾɫ +Color05=000000 + +; ļʾɫ +Color06=00ff00 + +; Ŀ¼ʾɫ +Color07=00ffff + +; ļĿ¼ʾɫ +Color08=ff0000 + +; ʾɫ +Color09=0000ff + +; ɫ +Color10=70c8ff + +; ޸ʾɫ +Color11=000000 + +; ļʾɫ +Color12=000000 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/bckgrd_1.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/bckgrd_1.bmp new file mode 100644 index 0000000..521a64b Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/bckgrd_1.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/bckgrd_2.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/bckgrd_2.bmp new file mode 100644 index 0000000..318ce85 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/bckgrd_2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/icons.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/icons.bmp new file mode 100644 index 0000000..a1b9b2c Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/icons.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/logo.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/logo.bmp new file mode 100644 index 0000000..76fde1a Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/logo.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/theme.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/theme.ini new file mode 100644 index 0000000..a69f18e --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme07/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; +Title=R4 example theme + +; +Author=R4 team + +; +Date=03/06/2007 + +; ======================================= +[Color] + +; ԰汾ʶɫ +Color00=ff0000 + +; ˵ѡɫ +Color01=000000 + +; ں˰汾ʶɫ +Color02=ffffff + +; ˵ѡĿʾɫ +Color03=ffffff + +; ǰʱɫ +Color04=ffffff + +; ǰĿ¼ʾɫ +Color05=ffffff + +; ļʾɫ +Color06=ffffff + +; Ŀ¼ʾɫ +Color07=ffff80 + +; ļĿ¼ʾɫ +Color08=ff0000 + +; ʾɫ +Color09=0000ff + +; ɫ +Color10=70c8ff + +; ޸ʾɫ +Color11=000000 + +; ļʾɫ +Color12=000000 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/bckgrd_1.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/bckgrd_1.bmp new file mode 100644 index 0000000..3ffdfc3 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/bckgrd_1.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/bckgrd_2.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/bckgrd_2.bmp new file mode 100644 index 0000000..e909e60 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/bckgrd_2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/icons.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/icons.bmp new file mode 100644 index 0000000..1929c6a Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/icons.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/logo.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/logo.bmp new file mode 100644 index 0000000..bf9d473 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/logo.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/theme.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/theme.ini new file mode 100644 index 0000000..56a222c --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme08/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; +Title=R4 example theme + +; +Author=R4 team + +; +Date=03/06/2007 + +; ======================================= +[Color] + +; ԰汾ʶɫ +Color00=000000 + +; ˵ѡɫ +Color01=ff0000 + +; ں˰汾ʶɫ +Color02=ffffff + +; ˵ѡĿʾɫ +Color03=ffffff + +; ǰʱɫ +Color04=ffffff + +; ǰĿ¼ʾɫ +Color05=ffffff + +; ļʾɫ +Color06=000000 + +; Ŀ¼ʾɫ +Color07=ff8040 + +; ļĿ¼ʾɫ +Color08=ff0000 + +; ʾɫ +Color09=0000ff + +; ɫ +Color10=70c8ff + +; ޸ʾɫ +Color11=000000 + +; ļʾɫ +Color12=000000 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/bckgrd_1.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/bckgrd_1.bmp new file mode 100644 index 0000000..0d41b30 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/bckgrd_1.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/bckgrd_2.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/bckgrd_2.bmp new file mode 100644 index 0000000..b72dc37 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/bckgrd_2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/icons.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/icons.bmp new file mode 100644 index 0000000..2e5e6b9 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/icons.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/logo.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/logo.bmp new file mode 100644 index 0000000..6956ef9 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/logo.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/theme.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/theme.ini new file mode 100644 index 0000000..92430f1 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme09/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; +Title=R4 example theme + +; +Author=R4 team + +; +Date=03/06/2007 + +; ======================================= +[Color] + +; ԰汾ʶɫ +Color00=000000 + +; ˵ѡɫ +Color01=ff0000 + +; ں˰汾ʶɫ +Color02=ffffff + +; ˵ѡĿʾɫ +Color03=ffffff + +; ǰʱɫ +Color04=ffffff + +; ǰĿ¼ʾɫ +Color05=ff0000 + +; ļʾɫ +Color06=ffffff + +; Ŀ¼ʾɫ +Color07=00ffff + +; ļĿ¼ʾɫ +Color08=ff0000 + +; ʾɫ +Color09=0000ff + +; ɫ +Color10=70c8ff + +; ޸ʾɫ +Color11=000000 + +; ļʾɫ +Color12=000000 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/bckgrd_1.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/bckgrd_1.bmp new file mode 100644 index 0000000..7626fff Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/bckgrd_1.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/bckgrd_2.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/bckgrd_2.bmp new file mode 100644 index 0000000..cd7a1ae Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/bckgrd_2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/icons.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/icons.bmp new file mode 100644 index 0000000..7474746 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/icons.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/logo.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/logo.bmp new file mode 100644 index 0000000..951173e Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/logo.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/theme.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/theme.ini new file mode 100644 index 0000000..d9b9046 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme10/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; +Title=R4 example theme + +; +Author=R4 team + +; +Date=03/06/2007 + +; ======================================= +[Color] + +; ԰汾ʶɫ +Color00=ffffff + +; ˵ѡɫ +Color01=00ffff + +; ں˰汾ʶɫ +Color02=ffffff + +; ˵ѡĿʾɫ +Color03=ffffff + +; ǰʱɫ +Color04=ffffff + +; ǰĿ¼ʾɫ +Color05=ffffff + +; ļʾɫ +Color06=ffffff + +; Ŀ¼ʾɫ +Color07=00ffff + +; ļĿ¼ʾɫ +Color08=ff0000 + +; ʾɫ +Color09=0000ff + +; ɫ +Color10=70c8ff + +; ޸ʾɫ +Color11=000000 + +; ļʾɫ +Color12=000000 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/bckgrd_1.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/bckgrd_1.bmp new file mode 100644 index 0000000..5c84f4b Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/bckgrd_1.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/bckgrd_2.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/bckgrd_2.bmp new file mode 100644 index 0000000..31b1601 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/bckgrd_2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/icons.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/icons.bmp new file mode 100644 index 0000000..1450fa6 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/icons.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/logo.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/logo.bmp new file mode 100644 index 0000000..9eda458 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/logo.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/theme.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/theme.ini new file mode 100644 index 0000000..5aadadf --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme11/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; +Title=R4 example theme + +; +Author=R4 team + +; +Date=03/06/2007 + +; ======================================= +[Color] + +; ԰汾ʶɫ +Color00=ffffff + +; ˵ѡɫ +Color01=00ffff + +; ں˰汾ʶɫ +Color02=ffffff + +; ˵ѡĿʾɫ +Color03=ffffff + +; ǰʱɫ +Color04=ffffff + +; ǰĿ¼ʾɫ +Color05=ffffff + +; ļʾɫ +Color06=00ffff + +; Ŀ¼ʾɫ +Color07=ff00ff + +; ļĿ¼ʾɫ +Color08=ff0000 + +; ʾɫ +Color09=0000ff + +; ɫ +Color10=70c8ff + +; ޸ʾɫ +Color11=000000 + +; ļʾɫ +Color12=000000 diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/bckgrd_1.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/bckgrd_1.bmp new file mode 100644 index 0000000..81903a2 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/bckgrd_1.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/bckgrd_2.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/bckgrd_2.bmp new file mode 100644 index 0000000..9a9bff3 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/bckgrd_2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/icons.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/icons.bmp new file mode 100644 index 0000000..6893bd4 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/icons.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/logo.bmp b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/logo.bmp new file mode 100644 index 0000000..b7f0617 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/logo.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/theme.ini b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/theme.ini new file mode 100644 index 0000000..92d244b --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Kernel_1.41/_SYSTEM_/themes/theme12/theme.ini @@ -0,0 +1,53 @@ +; ======================================= +[About] + +; +Title=R4 example theme + +; +Author=R4 team + +; +Date=03/06/2007 + +; ======================================= +[Color] + +; ԰汾ʶɫ +Color00=000000 + +; ˵ѡɫ +Color01=00ffff + +; ں˰汾ʶɫ +Color02=ffffff + +; ˵ѡĿʾɫ +Color03=ffffff + +; ǰʱɫ +Color04=ffffff + +; ǰĿ¼ʾɫ +Color05=ffffff + +; ļʾɫ +Color06=000000 + +; Ŀ¼ʾɫ +Color07=00ffff + +; ļĿ¼ʾɫ +Color08=ff0000 + +; ʾɫ +Color09=0000ff + +; ɫ +Color10=70c8ff + +; ޸ʾɫ +Color11=000000 + +; ļʾɫ +Color12=000000 diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/_DS_MENU.dat b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/_DS_MENU.dat new file mode 100644 index 0000000..802ceeb Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/_DS_MENU.dat differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/CardHash.dat b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/CardHash.dat new file mode 100644 index 0000000..adedf40 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/CardHash.dat differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/R4MENU.SYS b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/R4MENU.SYS new file mode 100644 index 0000000..a2e13bd Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/R4MENU.SYS differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/R4i-d.dldi b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/R4i-d.dldi new file mode 100644 index 0000000..e08db9a Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/R4i-d.dldi differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/R4reset.dat b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/R4reset.dat new file mode 100644 index 0000000..beac5b0 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/R4reset.dat differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/backlight.ini b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/backlight.ini new file mode 100644 index 0000000..f819cf4 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/backlight.ini @@ -0,0 +1,2 @@ +[brightness] +brightness = 3 diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/extinfo.dat b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/extinfo.dat new file mode 100644 index 0000000..6200c93 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/extinfo.dat differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/fonts/liberation.pcf b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/fonts/liberation.pcf new file mode 100644 index 0000000..a7ac967 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/fonts/liberation.pcf differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/fonts/ugulim12.pcf b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/fonts/ugulim12.pcf new file mode 100644 index 0000000..9fcab5d Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/fonts/ugulim12.pcf differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/fonts/wenquanyi_9pt.pcf b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/fonts/wenquanyi_9pt.pcf new file mode 100644 index 0000000..fdabada Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/fonts/wenquanyi_9pt.pcf differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/globalsettings.ini b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/globalsettings.ini new file mode 100644 index 0000000..c79d48e --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/globalsettings.ini @@ -0,0 +1,21 @@ +[system] +uiName = R4ids +langDirectory = English +fileListType = 2 +romTrim = 0 +showHiddenFiles = 0 +gbaSleepHack = 0 +gbaAutoSave = 0 +Animation = 0 +cheats = 0 +softreset = 1 +dma = 1 +sdsave = 1 +safemode = 0 +Show12hrClock = 1 +homebrewreset = 0 +resethotkey = 130172 +scrollSpeed = fast +viewMode = icon +slot2mode = ask +saveext = .sav diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/infolib.dat b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/infolib.dat new file mode 100644 index 0000000..728792f Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/infolib.dat differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Czech/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Czech/language.txt new file mode 100644 index 0000000..87bbc05 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Czech/language.txt @@ -0,0 +1,305 @@ +//tnx to intemes + +[font] +main = liberation.pcf +language = 1 + +[start menu] +Copy = Kopírovat +Cut = Vyjmout +Paste = Vložit +Delete = Smazat +Setting = Nastavení +Info = Informace o úložišti +Help = Nápověda +Tools = Nástoje +START = START + +[message box] +yes = Ano +no = Ne +ok = OK +cancel = Storno + +[progress window] +processing save = Ukládám, nevypínej konzoli +processing copy = Kopírování souboru, nevypínej, stiskni %c pro ukončení +first use sd = Kontroluji SD kartu pro první použití. +gba load = Načítám gba hru +gba save load = Načítám gba save +gba save store = Ukládám gba save, nevypínej konzoli +erase nor = Vymazat NOR flash + +[copy file error] +title = Chyba +text = Soubor neexistuje + +[copy file exists] +title = Varování +text = Soubor se stejným jménem už existuje, nahradit ho? + +[copy dest is directory] +title = Chyba +text = Složka se stejným jménem už existuje, nelze zkopírovat zdrojový soubor. + +[move dest is directory] +title = Chyba +text = Složka se stejným jménem už existuje, nelze přesunout zdrojový soubor. + +[no copy dir] +title = Chyba +text = Složku není možné přesunout/kopírovat. + +[stop copying file] +title = Zastavit kopírování souboru +text = Chcete zastavit kopírování? + +[confirm delete file] +title = Potvrď +text = Po smazání už nemůže být soubor obnoven, chcete smazat "%s"? + +[do not delete directory] +title = Chyba +text = Smazání se nepovedlo. + +[restore save fail] +title = Chyba +text = Nepodařilo se obnovit ulořené data. + +[language changed] +title = Otázka +text = Jazyk systém byl změněn, mám restartovat? Vyber "Ne" pro odložení restartu. + +[ui style changed] +title = Otázka +text = Sytl uživatelského nastavení byl změněn, restartovat pro použití stylu? Vyber "Ne" pro ponechání stávajícího. + +[setting window] +ok = OK +savetype = Nastavení +cancel = Storno +confirm = Potvrdit +confirm text = Uložit toto nastavení? +close = Zavřít +system = Systém +interface = Rozhraní +filesystem = Souborový systém +gba = GBA +patches = Patche + +[save type] +title = Nastavení +text = Vyberte typ savu +Unknown = meznámé/auto +No Save = žádný save +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = výchozí +save slot = Vyber Save Slot +tab1 = Kompatibilita +tab2 = Vlastnosti + +[system setting] +title = Nastavení systému +safe mode = Nouzový režim + +[rom info] +title = Informace o úložišti +file date = Změněno: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Velikost: %s +save type = Typ savu: %s +game code = Code: %s +copy slot = Copy Slot + +[disk info] +total = Kapacita: %s +used = Využité místo: %s +free = Volné místo: %s + +[no free space] +title = Chyba +text = Na disku není dostatek volného místa. + +[unsupported sd] +title = Nepodporovaná SD karta +text = Karta (Model:%s) není vhodná pro běh oficiálních DS programů, zkopírujte prosím program z SD karty do vnitřní paměti Acekardu a zkuste to znovu. + +[sd card error] +title = Chyba SD karty +text = Nemám přístup k SD kartě, nemusí být správně vložena. + +[no sd for save] +title = Chyba SD karty +text = Nemám přístup k SD kartě, uložená data předchozíjo spuštěného programu budou uložona do: "%s". + +[no gba card] +title = Oznámení +text = SLOT-2 je prázdný + +[filelist type] +text = Zobrazovat soubory +item0 = NDS +item1 = NDS + SAV +item2 = VŠE + +[rom trim] +text = Trimuj romku při kopírování +item0 = Ne +item1 = Ano + +[language] +text = Jazyk +ja = 日本語 +en = english +fr = français +de = deutsch +it = italiano +es = español + +[ui style] +text = Styl uživatelského rozhraní + +[help window] +title = Help information +item0 = %c Pohyb po seznamu +item1 = %c Start/OK/ANO +item2 = %c Zpět/Storno/NE +item3 = %c Zobrazit info o souboru/Volba uložení +item4 = %c Změň SD/FLASH +item5 = %c Zpět do zdrojového asresáře +item6 = %c Nastavení jasu +item7 = %s Start Menu +item8 = %s Styl menu nový/klasický + +[exp window] +button = 3v1 +title = nastavení 3v1 expansion packu +ram = RAM +sram = sRAM +off = vypnuto +low = nízké +mid = střední +high = vysoké +strength = Síla vybrací +flash to nor = do NOR +copy to psram = do RAM + +[abort save] +title = Přerušit ukládání +text = Přejete si přerušit ukládání? + +[gba warn] +title = Varování +text = Gba romky větší než 32M nejsou podporovány! + +[patches] +download play = Hrát s jednou kartou +cheating system = Cheaty ve hře (AR) +reset in game = Reset ve hře +dma = DMA mode +protection = Bypass ochrana +linkage = Propojit s GBA +sd save = Uložit přímo na SD kartu +homebrew reset = Reset v homebrew +reset hotkey = Resetovací klávesová zkratka + +[switches] +Enable = zapnuto +Disable = vypnuto +Global = globální(%s) + +[ram allocation] +title = Chyba +memory allocation error = Chyba alokace paměti + +[scrolling] +fast = Rychlá +medium = Střední +slow = Pomalá + +[file settings] +title = Nastavení souborového systému +show hidden files = Zobraz skryté soubory +save extension = Ukládat uložené hry jako + +[interface settings] +title = Nastavení rozhraní +scrolling speed = Rychlost posunu +filelist style = Styl seznamu souborů +oldschool = Old school +modern = Moderní +internal = Internal +small = Malé ikony +animation = Animace +12 hour = 12-ti hodinový formát času + +[gba settings] +title = nastavení GBA +sleephack = Univerzální spánek +autosave = Záložní uložení při startu +mode = SLOT-2 +modegba = gba +modends = nds +modeask = na dotaz +modetext = Spustit SLOT-2 v režimu NDS? + +[sd save] +title = Varování +text = Tato hra nemůže být spuštěna z vnitřní paměti Acekardu, prosím překopírujte hru z vnitřní pamětí Acekardu na SD kartu a zkuste to znovu. + +[icon] +icon = Zobrazit ikonu +transparent = průhledné +as is = jak je +firmware = firmware + +[cheats] +title = Cheaty +info = Více… +deselect = Odznačit vše + +[saveslot] +title = Kopírovat Save Slot +confirm = Opravdu chcete zkopírovat save slot? +target slot = Cílový Save Slot + +[mainlist] +flash memory = Flash paměť +microsd card = microSD +slot2 card = SLOT-2 +favorites = Oblíbené + +[hotkeys] +l-r-a-b-↓ = l-r-a-b-↓ +l-r-b-y-↓ = l-r-b-y-↓ +l-r-a-b-x-y = l-r-a-b-x-y +b-y-touch = b-y-touch +start-r-touch = start-r-touch + +[updater] +update = Aktualizace +update ? = Prejete si aktualizovat? +updater = Aktualizacni modul +menu = Hlavni modul +cheats = Cheaty DB +connecting = Spojuji +failed = chyba +updated = aktualizováno +fresh = aktualizace jiz probehla +stop = Chcete ukončit prenos? +download = Stazeno %d bytu +unpack = Rozbaluji + +[crc32] +crc32 = CRC32 +calculation = Výpočet CRC32 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Deutsch/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Deutsch/language.txt new file mode 100644 index 0000000..d0c8f85 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Deutsch/language.txt @@ -0,0 +1,305 @@ +//Thanks to Ralf Friedrich, Klaus P., OzanOs, IcyVeins, Toastbrot & Werner Schabert for the translation. + +[font] +main = liberation.pcf +language = 3 + +[start menu] +Copy = Kopieren +Cut = Ausschneiden +Paste = Einfügen +Delete = Löschen +Setting = Einstellungen +Info = Dateiinfo +Help = Hilfe +Tools = Tools +START = START + +[message box] +yes = Ja +no = Nein +ok = OK +cancel = Abbruch + +[progress window] +processing save = Arbeite… nicht ausschalten! +processing copy = Kopiere Datei… nicht abschalten, %c zum Abbrechen +first use sd = Prüfe SD-Karte für die erstmalige Nutzung +gba load = Lade GBA Spiel… +gba save load = Lade GBA Spielstand… +gba save store = Speichere GBA Spielstand… nicht ausschalten! +erase nor = Lösche NOR Flash… nicht ausschalten! + +[copy file error] +title = Fehler +text = Datei existiert nicht + +[copy file exists] +title = Warnung +text = Eine Datei mit diesen Namen existiert bereits. Diese Datei überschreiben? + +[copy dest is directory] +title = Fehler +text = Ein Ordner mit diesem Namen existiert bereits. Kopieren nicht möglich. + +[move dest is directory] +title = Fehler +text = Ein Ordner mit diesem Namen existiert bereits. Verschieben nicht möglich. + +[no copy dir] +title = Fehler +text = Verzeichni-Kopieren/Verschieben nicht möglich. + +[stop copying file] +title = Kopieren der Datei abbrechen +text = Kopieren der Datei abbrechen? + +[confirm delete file] +title = Bestätigen +text = Die Datei kann nach dem Löschen nicht wiederhergestellt werden, "%s" löschen? + +[do not delete directory] +title = Fehler +text = Löschvorgang abgebrochen. + +[restore save fail] +title = Fehler +text = Wiederherstellung des Spielstands fehlgeschlagen. + +[language changed] +title = Frage +text = Die Systemsprache wurde geändert, Neustart um Änderungen anzunehmen? Wähle "Nein" um später neuzustarten. + +[ui style changed] +title = Frage +text = Benutzerinterface wurde geändert, Neustart um Änderungen anzunehmen? Wähle "Nein" um aktuellen Style beizubehalten. + +[setting window] +ok = OK +savetype = Einstellungen +cancel = Abbruch +confirm = Bestätigen +confirm text = Einstellungen speichern? +close = Schließen +system = System +interface = Oberfläche +filesystem = Dateisystem +gba = GBA +patches = Patches + +[save type] +title = Einstellungen +text = Savetype +Unknown = Unbekannt/Auto +No Save = Keiner +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = Standard +save slot = Speicher-Slot +tab1 = Kompatibilitäts Einstellungen +tab2 = Zusatzfunktionen + +[system setting] +title = System-Konfig. +safe mode = Safe Mode + +[rom info] +title = Dateiinformation +file date = Letzte Änderung: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Dateigröße: %s +save type = Speichertyp: %s +game code = Code: %s +copy slot = Kopieren + +[disk info] +total = Kapazität: %s +used = Benutzt: %s +free = Frei: %s + +[no free space] +title = Fehler +text = Nicht genügend freier Speicher. + +[unsupported sd] +title = SD nicht unterstützt +text = Diese SD Karte(Model:%s) ist nicht geeignet für offizielle DS Programme, Bitte kopiere diese zum internen Speicher und probiere es erneut. + +[sd card error] +title = SD card Fehler +text = Zugriff auf SD Card nicht möglich. Karte korrekt eingesetzt? + +[no sd for save] +title = SD card Fehler +text = Zugriff auf SD Card nicht möglich, Spielstand des letzten Programms wird geschrieben nach: "%s". + +[no gba card] +title = Hinweis +text = Kein Gerät im SLOT-2 vorhanden + +[filelist type] +text = Setze Filelist Typ +item0 = NDS +item1 = NDS + SAV +item2 = ALLE + +[rom trim] +text = ROM trimmen +item0 = Nein +item1 = Ja + +[language] +text = Sprache +ja = 日本語 +en = english +fr = français +de = deutsch +it = italiano +es = español + +[ui style] +text = Benutzerinterface-Style + +[help window] +title = Hilfe +item0 = %c Programm wählen +item1 = %c Start/OK/Ja +item2 = %c Zurück/Abbruch/Nein +item3 = %c Zeige Dateiinfo/Wähle Savetype +item4 = %c Wechsel SD/FLASH +item5 = %c Ein Verzeichnis zurück +item6 = %c Helligkeit einstellen +item7 = %s Startmenü +item8 = %s Dateiansicht wechseln + +[exp window] +button = 3in1 +title = 3in1 Expansion Pack Einstellungen +ram = RAM +sram = sRAM +off = Aus +low = Leicht +mid = Mittel +high = Stark +strength = Rumble-Intensität +flash to nor = in NOR +copy to psram = in RAM + +[abort save] +title = Abbrechen des Speichervorgangs +text = Speichervorgang wirklich abbrechen? + +[gba warn] +title = Warnung GBA ROM Größe +text = GBA ROMs mit mehr als 32MB werden nicht unterstützt! + +[patches] +download play = DS-Download-Spiel +cheating system = In-Game Cheats +reset in game = Menü-Softreset +dma = DMA Modus +protection = Kopierschutz umgehen +linkage = Mit GBA-Spiel verbinden +sd save = Direkt auf SD-Karte speichern +homebrew reset = Reset in Homebrew +reset hotkey = Reset Hotkey + +[switches] +Enable = An +Disable = Aus +Global = Global(%s) + +[ram allocation] +title = Fehler +memory allocation error = Memory Zuordnungsfehler + +[scrolling] +fast = Schnell +medium = Normal +slow = Langsam + +[file settings] +title = File-System-Einstellungen +show hidden files = Versteckte Dateien anzeigen +save extension = Spielstand-Dateiendung + +[interface settings] +title = Interface-Einstellungen +scrolling speed = Scrollgeschwindigkeit +filelist style = Dateiansicht +oldschool = Klassisch +modern = Modern +internal = Eigenname +small = Kleine Icons +animation = Animation +12 hour = 12-Stunden-Zählung + +[gba settings] +title = GBA-Einstellungen +sleephack = Universeller Schlaf +autosave = Spielstand beim Start sichern? +mode = Slot-2 mode +modegba = gba +modends = nds +modeask = ask +modetext = Slot-2 im NDS-Modus starten? + +[sd save] +title = Warnung +text = Dieses Spiel kann nicht vom internen Speicher aus gestartet werden, bitte kopiere das Spiel auf die SD-Karte und versuche es erneut. + +[icon] +icon = Icon anzeigen +transparent = transparent +as is = beibehalten +firmware = Firmware + +[cheats] +title = Cheats +info = Mehr… +deselect = Kein Cheat + +[saveslot] +title = Speicher-Slot kopieren +confirm = Bist Du sicher, dass Du den Speicher-Slot kopieren möchtest? +target slot = Ziel Speicher-Slot + +[mainlist] +flash memory = Flash Memory +microsd card = microSD Card +slot2 card = Slot2 Card +favorites = Favoriten + +[hotkeys] +l-r-a-b-↓ = l-r-a-b-↓ +l-r-b-y-↓ = l-r-b-y-↓ +l-r-a-b-x-y = l-r-a-b-x-y +b-y-touch = b-y-touch +start-r-touch = start-r-touch + +[updater] +update = Update +update ? = Udpate durchführen? +updater = Update-Modul +menu = Haupt-Modul +cheats = Cheats DB +connecting = Verbindung wird hergestellt +failed = Update fehlgeschlagen +updated = Update erfolgreich +fresh = Update bereits durchgeführt +stop = Transfer abbrechen? +download = %d Bytes heruntergeladen +unpack = Daten werden entpackt + +[crc32] +crc32 = CRC32 +calculation = Berechne CRC32 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/English/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/English/language.txt new file mode 100644 index 0000000..fb5b49b --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/English/language.txt @@ -0,0 +1,305 @@ + + +[font] +main = liberation.pcf +language = 1 + +[start menu] +Copy = Copy +Cut = Cut +Paste = Paste +Delete = Delete +Setting = Settings +Info = File Info +Help = Help +Tools = Tools +START = START + +[message box] +yes = Yes +no = No +ok = OK +cancel = Cancel + +[progress window] +processing save = Processing, dont power off +processing copy = Copying file, dont power off, %c for cancel +first use sd = Checking SD card for the first time using +gba load = Loading gba game +gba save load = Loading gba save +gba save store = Processing gba save, dont power off +erase nor = Erase NOR flash + +[copy file error] +title = Error +text = File does not exist + +[copy file exists] +title = Warning +text = A file with the same name already exists, replace it? + +[copy dest is directory] +title = Error +text = A directory with the same name already exists, can not copy source file. + +[move dest is directory] +title = Error +text = A directory with the same name already exists, can not move source file. + +[no copy dir] +title = Error +text = Directory copying/moving is not supported for now. + +[stop copying file] +title = Stop copying file +text = Do you want to stop copying? + +[confirm delete file] +title = Confirm +text = File can not be recovered after delete, continue delete "%s"? + +[do not delete directory] +title = Error +text = Deleting operation aborted. + +[restore save fail] +title = Error +text = Failed to restore save data. + +[language changed] +title = Question +text = System language setting changed, restart now to apply new lanaguage setting? Choose "No" to restart later. + +[ui style changed] +title = Question +text = User interface style changed, restart now to apply new style? Choose "No" will keep current style. + +[setting window] +ok = OK +savetype = Settings +cancel = Cancel +confirm = Confirm +confirm text = Save current settings? +close = Close +system = System +interface = Interface +filesystem = File system +gba = GBA +patches = Patches + +[save type] +title = Settings +text = Select a save type +Unknown = unknown/auto +No Save = no save +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = default +save slot = Choose Save Slot +tab1 = Compatibility +tab2 = Features + +[system setting] +title = System settings +safe mode = Safe Mode + +[rom info] +title = File Information +file date = Last change: %d/%d/%d %02d:%02d:%02d(GMT) +file size = File Size: %s +save type = Save Type: %s +game code = Code: %s +copy slot = Copy Slot + +[disk info] +total = Disk Capacity: %s +used = Used Space: %s +free = Free Space: %s + +[no free space] +title = Error +text = There is not enough space on the disk. + +[unsupported sd] +title = Unsupported SD card +text = This SD card(Model:%s) is not suitable for running offical DS programs, please copy program from SD card to Acekard Internal Flash Memory and try again. + +[sd card error] +title = SD card error +text = Can not access sd card, it may not be inserted correctly. + +[no sd for save] +title = SD card error +text = Can not access sd card, save data of previous launched program will be written to file: "%s". + +[no gba card] +title = Notify +text = There is no device in SLOT-2 + +[filelist type] +text = Set file list type +item0 = NDS +item1 = NDS + SAV +item2 = ALL + +[rom trim] +text = Trim rom when copy +item0 = No +item1 = Yes + +[language] +text = Language +ja = 日本語 +en = english +fr = français +de = deutsch +it = italiano +es = español + +[ui style] +text = User Interface style + +[help window] +title = Help information +item0 = %c Select Programs +item1 = %c Start/OK/YES +item2 = %c Back/Cancel/NO +item3 = %c View file info/Select Save Type +item4 = %c Switch SD/FLASH +item5 = %c Back to parent directory +item6 = %c Adjust Brightness +item7 = %s Start Menu +item8 = %s Menu style new/classical + +[exp window] +button = 3in1 +title = 3in1 expansion pack settings +ram = RAM +sram = sRAM +off = off +low = low +mid = middle +high = high +strength = Rumble strength +flash to nor = to NOR +copy to psram = to RAM + +[abort save] +title = Abort save processing +text = Do you want abort save processing? + +[gba warn] +title = Warning +text = Gba roms with size more then 32M don't support! + +[patches] +download play = Single Card Play +cheating system = Cheat in Game(AR) +reset in game = Reset in Game +dma = DMA mode +protection = Bypass Protection +linkage = Link with GBA +sd save = Save directly to SD +homebrew reset = Reset in Homebrew +reset hotkey = Reset Hotkey + +[switches] +Enable = on +Disable = off +Global = global(%s) + +[ram allocation] +title = Error +memory allocation error = Memory allocation error + +[scrolling] +fast = Fast +medium = Medium +slow = Slow + +[file settings] +title = File system settings +show hidden files = Show hidden files +save extension = Save extension + +[interface settings] +title = Interface settings +scrolling speed = Scrolling speed +filelist style = Filelist style +oldschool = Old school +modern = Modern +internal = Internal +small = Small icons +animation = Animation +12 hour = 12-hour clock + +[gba settings] +title = GBA settings +sleephack = Universal sleep +autosave = Backup save at startup +mode = Slot-2 mode +modegba = gba +modends = nds +modeask = ask +modetext = Launch slot-2 in NDS mode? + +[sd save] +title = Warning +text = This game cannot be launched from Acekard Internal Flash Memory, please copy game from Acekard Internal Flash Memory to SD card and try again. + +[icon] +icon = Show icon +transparent = transparent +as is = as is +firmware = firmware + +[cheats] +title = Cheats +info = More… +deselect = Deselect all + +[saveslot] +title = Copy Save Slot +confirm = Are you sure you want to copy save slot? +target slot = Target Save Slot + +[mainlist] +flash memory = Flash Memory +microsd card = microSD Card +slot2 card = Slot2 Card +favorites = Favorites + +[hotkeys] +l-r-a-b-↓ = l-r-a-b-↓ +l-r-b-y-↓ = l-r-b-y-↓ +l-r-a-b-x-y = l-r-a-b-x-y +b-y-touch = b-y-touch +start-r-touch = start-r-touch + +[updater] +update = Update +update ? = Do you want to update? +updater = Update module +menu = Main module +cheats = Cheats DB +connecting = Connecting +failed = failed +updated = updated +fresh = already updated +stop = Do you want to stop transfer? +download = Downloaded %d bytes +unpack = Unpacking + +[crc32] +crc32 = CRC32 +calculation = Calculating CRC32 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Español/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Español/language.txt new file mode 100644 index 0000000..510bb38 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Español/language.txt @@ -0,0 +1,312 @@ +// Spanish language file for the Wood Firmwares by Yellow Wood Goblin: +// Modified and updated by PabloACZ. +// Very thanks to germich3, pichon64, Mhetralla and pepeluis33, for starting the translation project. +// ______________________________________________________________ +// +// Archivo de idioma español para los Firmwares Wood de Yellow Wood Goblin: +// Modificado y actualizado por PabloACZ. +// Agradecimientos a germich3, pichon64, Mhetralla y pepeluis33 por comenzar este proyecto. + +[font] +main = liberation.pcf +language = 5 + +[start menu] +Copy = Copiar +Cut = Cortar +Paste = Pegar +Delete = Eliminar +Setting = Opciones +Info = Información +Help = Ayuda +Tools = Herramientas +START = Inicio + +[message box] +yes = Sí +no = No +ok = Aceptar +cancel = Cancelar + +[progress window] +processing save = Cargando… +processing copy = Copiando archivo… Presiona %c para cancelar. +first use sd = Preparando la micro SD para su primer uso… +gba load = Cargando juego de GBA… +gba save load = Cargando save de GBA… +gba save store = Almacenando save de GBA… +erase nor = Borrar la memoria NOR + +[copy file error] +title = Error +text = El archivo especificado no existe. + +[copy file exists] +title = Advertencia +text = Un archivo con el mismo nombre ya existe. ¿Deseas reemplazarlo? + +[copy dest is directory] +title = Error +text = Un directorio con el mismo nombre ya existe. No se puede copiar el archivo de origen. + +[move dest is directory] +title = Error +text = Un directorio con el mismo nombre ya existe. No se puede mover el archivo de origen. + +[no copy dir] +title = Error +text = El copiado y/o movimiento de directorios no está soportado todavía. + +[stop copying file] +title = Advertencia +text = ¿Seguro de que deseas parar el copiado? + +[confirm delete file] +title = Advertencia +text = El elemento no podrá ser recuperado si se elimina. ¿Borrar "%s" de todas formas? + +[do not delete directory] +title = Error +text = Eliminación de datos abortada. + +[restore save fail] +title = Error +text = La restauración de datos guardados falló. + +[language changed] +title = Aviso +text = Se cambió el idioma del sistema. Debes reiniciar el firmware para aplicar los cambios. ¿Deseas hacerlo ahora? Cancela para hacerlo luego. + +[ui style changed] +title = Aviso +text = Se cambió la interfaz gráfica de usuario. Debes reiniciar el firmware para aplicar los cambios. ¿Deseas hacerlo ahora? Cancela para mantener el tema actual. + +[setting window] +ok = OK +savetype = Opciones +cancel = Cancelar +confirm = Aviso +confirm text = ¿Deseas guardar los ajustes? +close = Cerrar +system = Sistema +interface = Interfaz +filesystem = Sistema de archivos +gba = GBA +patches = Parches + +[save type] +title = Opciones +text = Tipo de save +Unknown = automático +No Save = no guardar +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = por defecto +save slot = Slot de guardado +tab1 = Compatibilidad +tab2 = Características + +[system setting] +title = Ajustes del sistema +safe mode = Modo Seguro + +[rom info] +title = Información de elemento +file date = Último cambio: %d/%d/%d %02d:%02d:%02d(GMT). +file size = Tamaño: %s. +save type = Tipo de save: %s +game code = ID del juego: %s. +copy slot = Copiar slot + +[disk info] +total = Capacidad: %s. +used = Espacio usado: %s. +free = Espacio libre: %s. + +[no free space] +title = Error +text = No hay espacio suficiente en la unidad. + +[unsupported sd] +title = Error +text = Esta tarjeta micro SD (modelo: %s) no es la adecuada para correr ROMs o homebrew de DS. Intenta con otra o copia el ejecutable a la memoria interna de la Acekard R.P.G. + +[sd card error] +title = Error +text = No se puede acceder a los datos de la tarjeta micro SD. Quizás no fue insertada correctamente en la flashcard. + +[no sd for save] +title = Error +text = No se puede acceder a la tarjeta micro SD. Los datos guardados del archivo ejecutado previamente serán escritos en "%S". + +[no gba card] +title = Error +text = No hay ninguna flashcard de SLOT-2 (como la EZ Flash 3-in-1) en la consola. No se puede proseguir. + +[filelist type] +text = Tipos de archivo a mostrar +item0 = NDS +item1 = NDS y SAV +item2 = todos + +[rom trim] +text = Trimmear ROMs al copiarlas +item0 = no +item1 = sí + +[language] +text = Idioma +ja = 日本語 +en = english +fr = français +de = deutsch +it = italiano +es = español + +[ui style] +text = Interfaz gráfica + +[help window] +title = Información de ayuda +item0 = %c Moverse en los menús / elegir opciones +item1 = %c Iniciar / cargar / aceptar +item2 = %c Atrás / cancelar +item3 = %c Ver info de elemento / elegir tipo de save +item4 = %c Alternar entre micro SD y Favoritos +item5 = %c Regresar un directorio atrás +item6 = %c Ajustar retroiluminación +item7 = %s Menú de inicio +item8 = %s Cambiar el estilo de la lista de archivos + +[exp window] +button = 3 en 1 +title = Ajustes de la expansión 3 en 1 +ram = RAM +sram = SRAM +off = desactivada +low = baja +mid = media +high = alta +strength = Fuerza de vibración +flash to nor = a la NOR +copy to psram = a la RAM + +[abort save] +title = Aviso +text = ¿En serio quieres detener el proceso? + +[gba warn] +title = Error +text = Las ROMs de GBA mayores a 32MB no están soportadas. + +[patches] +download play = Habilitar Descarga DS +cheating system = Usar cheats / trampas (AR) +reset in game = SoftReset en los juegos +dma = Modo DMA +protection = Sobrepasar la protección AP +linkage = Enlazar con GBA (SLOT-2) +sd save = Guardar directamente en la SD +homebrew reset = SoftReset en apps. homebrew +reset hotkey = Comb. botones del SoftReset + +[switches] +Enable = sí +Disable = no +Global = global (%s) + +[ram allocation] +title = Error +memory allocation error = Error de asignación de memoria. + +[scrolling] +fast = rápida +medium = intermedia +slow = lenta + +[file settings] +title = Ajustes del sistema de archivos +show hidden files = Mostrar archivos ocultos +save extension = Extensión de saves + +[interface settings] +title = Ajustes de la interfaz +scrolling speed = Velocidad de desplazamiento +filelist style = Estilo de la lista de archivos +oldschool = antiguo +modern = moderno +internal = detallado +small = íconos pequeños +animation = Animación de íconos +12 hour = Sistema horario de 12 horas + +[gba settings] +title = Ajustes de GBA +sleephack = Reposo universal (sleep) +autosave = Respaldar save al inicio +mode = Modo SLOT-2 +modegba = gba +modends = nds +modeask = preguntar +modetext = ¿Deseas iniciar el SLOT-2 en el modo NDS? + +[sd save] +title = Error +text = No se pudo ejecutar el juego desde la memoria flash interna de la Acekard R.P.G. Cópialo a tu tarjeta micro SD y prueba desde allí. + +[icon] +icon = Mostrar ícono +transparent = transparente +as is = tal cual +firmware = del menú DS + +[cheats] +title = Cheats +info = Más info +deselect = Desact. todo + +[saveslot] +title = Slot de guardado actual +confirm = ¿Seguro de que quieres copiar el save a este nuevo slot? +target slot = Slot de guardado de destino + +[mainlist] +flash memory = Memoria flash +microsd card = Tarjeta micro SD +slot2 card = Flashcard de SLOT-2 +favorites = Favoritos + +[hotkeys] +l-r-a-b-↓ = l+r+a+b+↓ +l-r-b-y-↓ = l+r+b+y+↓ +l-r-a-b-x-y = l+r+a+b+x+y +b-y-touch = b+y+p.táctil +start-r-touch = start+r+p.táctil + +[updater] +update = Actualizar +update ? = ¿Seguro de que quieres actualizar estos datos? +updater = Módulo updater.dat +menu = Firmware Wood +cheats = USRCHEAT.DAT +connecting = Conectando +failed = actualización fallida +updated = actualizado correctamente +fresh = ya tienes la última versión +stop = ¿Quieres parar la transferencia? +download = %d bytes descargados +unpack = Descomprimiendo + +[crc32] +crc32 = CRC32 +calculation = Calculando CRC32… + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Français/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Français/language.txt new file mode 100644 index 0000000..856b1aa --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Français/language.txt @@ -0,0 +1,305 @@ +// Thanks to Antoine L., Shad and Supercarte for the translation. + +[font] +main = liberation.pcf +language = 2 + +[start menu] +Copy = Copier +Cut = Couper +Paste = Coller +Delete = Supprimer +Setting = Paramètres +Info = Infos Fichier +Help = Aide +Tools = Outils +START = START + +[message box] +yes = Oui +no = Non +ok = OK +cancel = Annuler + +[progress window] +processing save = Sauvegarde… ne pas éteindre +processing copy = Copie… ne pas éteindre, %c pour annuler +first use sd = Vérification de la microSD pour une première utilisation +gba load = Chargement du jeu GBA +gba save load = Chargement de la sauvegarde du jeu GBA +gba save store = Sauvegarde GBA… ne pas éteindre +erase nor = Supprimer mémoire NOR + +[copy file error] +title = Erreur +text = Le fichier n'existe pas. + +[copy file exists] +title = Attention +text = Le fichier existe déjà, l'écraser ? + +[copy dest is directory] +title = Erreur +text = Le répertoire existe déjà, impossible de copier. + +[move dest is directory] +title = Erreur +text = Le répertoire existe déjà, impossible de déplacer. + +[no copy dir] +title = Erreur +text = La copie de dossier n'est pas supportée. + +[stop copying file] +title = Arrêter la copie +text = Voulez-vous arrêter la copie ? + +[confirm delete file] +title = Confirmation +text = La suppression est définitive, voulez-vous vraiment supprimer "%s" ? + +[do not delete directory] +title = Attention +text = Le dossier n'est pas vide, impossible de supprimer. + +[restore save fail] +title = Erreur +text = Impossible de restaurer la sauvegarde. + +[language changed] +title = Question +text = La configuration système a été mise à jour, redémarrer pour appliquer les changements ? Choisissez "Non" pour redémarrer plus tard. + +[ui style changed] +title = Question +text = L'interface utilisateur a été mise à jour, redémarrer pour appliquer les changements ? Choisissez "Non" pour annuler les modifications. + +[setting window] +ok = OK +savetype = Configuration +cancel = Annuler +confirm = Confirmer +confirm text = Sauvegarder la configuration ? +close = Fermer +system = Système +interface = Interface +filesystem = Fichiers +gba = GBA +patches = Patches + +[save type] +title = Configuration +text = Choisir type de sauvegarde +Unknown = Automatique +No Save = Aucune +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = Défaut +save slot = Le slot de sauvegarde +tab1 = Compatibilité +tab2 = Options + +[system setting] +title = Interface utilisateur +safe mode = Safe Mode + +[rom info] +title = Propriétés du fichier +file date = Modifié le : %d/%d/%d %02d:%02d:%02d(GMT) +file size = Taille : %s +save type = Sauvegarde : %s +game code = Code : %s +copy slot = Copie de slot + +[disk info] +total = Capacité : %s +used = Espace utilisé : %s +free = Espace libre : %s + +[no free space] +title = Erreur +text = L'espace disque est insuffisant. + +[unsupported sd] +title = microSD incompatible +text = Cette micro SD (modèle %s) n'est pas compatible avec les jeux DS. Veuillez copier les jeux sur la mémoire interne du Acekard et réessayer. + +[sd card error] +title = Erreur microSD +text = microSD inaccessible, vérifiez qu'elle est bien insérée. + +[no sd for save] +title = Erreur microSD +text = microSD inaccessible, la sauvegarde du dernier jeu lancé a été écrite dans "%s". + +[no gba card] +title = Notification +text = Il n'y a pas de cartouche insérée dans le slot 2. + +[filelist type] +text = Afficher les fichiers +item0 = ROMS +item1 = ROMS + SAV +item2 = TOUT + +[rom trim] +text = Trimmer lors de la copie +item0 = Non +item1 = Oui + +[language] +text = Langage +ja = 日本語 +en = english +fr = français +de = deutsch +it = italiano +es = español + +[ui style] +text = Interface utilisateur + +[help window] +title = Aide +item0 = %c Sélectionner un logiciel +item1 = %c Lancer/OK/Oui +item2 = %c Retour/Annuler/Non +item3 = %c Propriétés/Type sauvegarde +item4 = %c Basculer SD/FLASH +item5 = %c Précédent répertoire +item6 = %c Ajuster la luminosité +item7 = %s Menu de démarrage +item8 = %s Style nouveau/classique + +[exp window] +button = 3in1 +title = Configuration du 3in1 expansion pack +ram = RAM +sram = sRAM +off = Désactivée +low = Faible +mid = Moyenne +high = Forte +strength = Vibrations +flash to nor = NOR +copy to psram = RAM + +[abort save] +title = Annuler la sauvegarde +text = Voulez-vous annuler la sauvegarde ? + +[gba warn] +title = Attention +text = Les roms GBA avec une taille supérieur à 32Mb ne sont pas supportées. + +[patches] +download play = Download Play +cheating system = Codes de triche AR +reset in game = Redémarrer (L+R+A+B+Bas) +dma = Mode DMA +protection = Protection bypass +linkage = Lien GBA +sd save = Sauvegarder sur microSD +homebrew reset = Reset in Homebrew +reset hotkey = Reset Hotkey + +[switches] +Enable = on +Disable = off +Global = global(%s) + +[ram allocation] +title = Erreur +memory allocation error = Erreur d'allocation mémoire + +[scrolling] +fast = Rapide +medium = Médium +slow = Faible + +[file settings] +title = Paramêtres des fichiers +show hidden files = Afficher les fichiers cachés +save extension = Extension de la sauvegarde + +[interface settings] +title = Interface de réglages +scrolling speed = Vitesse de défilement +filelist style = Affichage fichiers +oldschool = Simple +modern = Icônes +internal = Internal +small = Small icons +animation = Animation +12 hour = Horaire sur 12 heures + +[gba settings] +title = GBA settings +sleephack = Veille universelle +autosave = Sauvegarde au démarrage +mode = Slot-2 mode +modegba = gba +modends = nds +modeask = ask +modetext = Launch slot-2 in NDS mode? + +[sd save] +title = Attention +text = Ce jeu ne peut pas être lancé depuis la mémoire interne, veuillez le copier sur la carte SD et réessayer. + +[icon] +icon = Fond de l'icone +transparent = transparent +as is = original +firmware = firmware + +[cheats] +title = Cheats +info = Info +deselect = Deselect all + +[saveslot] +title = Slot de sauvegarde +confirm = Etes-vous sûr de vouloir copier ce slot ? +target slot = Slot de destination + +[mainlist] +flash memory = Flash Memory +microsd card = microSD Card +slot2 card = Slot2 Card +favorites = Favorites + +[hotkeys] +l-r-a-b-↓ = l-r-a-b-↓ +l-r-b-y-↓ = l-r-b-y-↓ +l-r-a-b-x-y = l-r-a-b-x-y +b-y-touch = b-y-touch +start-r-touch = start-r-touch + +[updater] +update = Update +update ? = Do you want to update? +updater = Update module +menu = Main module +cheats = Cheats DB +connecting = Connecting +failed = failed +updated = updated +fresh = already updated +stop = Do you want to stop transfer? +download = Downloaded %d bytes +unpack = Unpacking + +[crc32] +crc32 = CRC32 +calculation = calcul CRC32 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Italiano/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Italiano/language.txt new file mode 100644 index 0000000..07f92a6 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Italiano/language.txt @@ -0,0 +1,305 @@ +// Updated for Wood 1.33 by linoxyard + +[font] +main = liberation.pcf +language = 4 + +[start menu] +Copy = Copia +Cut = Taglia +Paste = Incolla +Delete = Cancella +Setting = Impostazioni +Info = Info File +Help = Aiuto +Tools = Strumenti +START = START + +[message box] +yes = Sì +no = No +ok = OK +cancel = Annulla + +[progress window] +processing save = Salvataggio in corso, non spegnere +processing copy = Copia in corso, non spegnere, %c per annullare +first use sd = Controllo SD per il primo utilizzo +gba load = Caricamento gioco gba +gba save load = Caricamento salvataggio gba +gba save store = Salvataggio gba in corso, non spegnere +erase nor = Cancella la NOR + +[copy file error] +title = Errore +text = Il file non esiste + +[copy file exists] +title = Attenzione +text = Esiste un file con lo stesso nome, sostituirlo? + +[copy dest is directory] +title = Errore +text = Esiste una cartella con lo stesso nome, impossibile copiare. + +[move dest is directory] +title = Errore +text = Esiste una cartella con lo stesso nome, impossibile spostare. + +[no copy dir] +title = Errore +text = Impossibile copiare/spostare la cartella. + +[stop copying file] +title = Fine copia del file +text = Vuoi terminare la copia? + +[confirm delete file] +title = Conferma +text = Impossibile ripristinare il file dopo la cancellazione di "%s", continuare? + +[do not delete directory] +title = Attenzione +text = Eliminazione annullata. + +[restore save fail] +title = Errore +text = Impossibile ripristinare il salvataggio. + +[language changed] +title = Domanda +text = La lingua è stata cambiata, riavviare per applicare le impostazioni? Scegli "No" per riavviare dopo. + +[ui style changed] +title = Domanda +text = L'interfaccia è stata cambiata, riavviare per applicare le impostazioni? Scegli "No" per riavviare dopo. + +[setting window] +ok = OK +savetype = Impostazioni +cancel = Annulla +confirm = Conferma +confirm text = Salvare le impostazioni correnti? +close = Chiudi +system = Sistema +interface = Interfaccia +filesystem = File system +gba = GBA +patches = Patch + +[save type] +title = Impostazioni +text = Scegli un tipo di salvataggio +Unknown = sconosciuto/auto +No Save = nessuno +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = default +save slot = Scegli Slot +tab1 = Compatibilità +tab2 = Caratteristiche + +[system setting] +title = Impostazioni di sistema +safe mode = Modalità sicura + +[rom info] +title = Informazioni +file date = Ultima modifica: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Dimensione: %s +save type = Tipo salvataggio: %s +game code = Codice: %s +copy slot = Copia lo Slot + +[disk info] +total = Capacità Disco: %s +used = Spazio Usato: %s +free = Spazio Libero: %s + +[no free space] +title = Errore +text = Non c'è spazio sul disco. + +[unsupported sd] +title = SD non supportata +text = Questa SD (Model:%s) non è adatta all'esecuzione di programmi per DS, si prega di cambiare SD o copiare il file nella memoria interna e provare ancora. + +[sd card error] +title = Errore SD +text = Impossibile accedere alla SD, potrebbe non essere inserita correttamente. + +[no sd for save] +title = Errore SD +text = Impossibile accedere alla SD, il salvataggio del programma lanciato prima sarà scritto in questo file: "%s". + +[no gba card] +title = Notifica +text = Nessuna cartuccia nello SLOT-2 + +[filelist type] +text = Imposta il tipo di lista file +item0 = NDS +item1 = NDS + SAV +item2 = TUTTI + +[rom trim] +text = Trimma rom durante la copia +item0 = No +item1 = Sì + +[language] +text = Lingua +ja = 日本語 +en = English +fr = Français +de = Deutsch +it = Italiano +es = Español + +[ui style] +text = Stile Interfaccia Utente + +[help window] +title = Informazioni di aiuto +item0 = %c Scegli programmi +item1 = %c Start/OK/SI +item2 = %c Indietro/Annulla/NO +item3 = %c Vedi info file/Scegli tipo di salvataggio +item4 = %c Cambia SD/FLASH o SD/Preferiti +item5 = %c Ritorna alla root +item6 = %c Imposta Luminosità +item7 = %s Menù Start +item8 = %s Stile menù nuovo/classico + +[exp window] +button = 3in1 +title = Impostazioni 3in1 expansion pack +ram = RAM +sram = sRAM +off = off +low = bassa +mid = media +high = alta +strength = Potenza vibrazione +flash to nor = Copia in NOR +copy to psram = Copia in RAM + +[abort save] +title = Annulla salvataggio +text = Vuoi annullare il salvataggio in corso? + +[gba warn] +title = Attenzione +text = Non sono supportate le rom GBA maggiori di 32M! + +[patches] +download play = Supporto Download Play +cheating system = Codici trucchi(AR) +reset in game = Reset durante il gioco +dma = Modalità DMA +protection = Bypassa Protezione +linkage = Link con GBA +sd save = Salva direttamente nella SD +homebrew reset = Reset durante l'Homebrew +reset hotkey = Combinazione di Reset + +[switches] +Enable = on +Disable = off +Global = globale(%s) + +[ram allocation] +title = Errore +memory allocation error = Errore di allocazione della memoria + +[scrolling] +fast = Veloce +medium = Medio +slow = Lento + +[file settings] +title = Impostazioni file system +show hidden files = Mostra file nascosti +save extension = Estensione del salvataggio + +[interface settings] +title = Impostazioni interfaccia +scrolling speed = Velocità di scorrimento +filelist style = Stile della lista dei file +oldschool = Vecchia scuola +modern = Moderno +internal = Interno +small = Small icons +animation = Animazione +12 hour = Orologio 12-ore + +[gba settings] +title = Impostazioni GBA +sleephack = Sleep Universale +autosave = Backup del salvataggio all'avvio +mode = Modalità Slot-2 +modegba = gba +modends = nds +modeask = chiedi +modetext = Avviare lo slot-2 in modalità NDS? + +[sd save] +title = Attenzione +text = Questo gioco non può essere avviato dalla memoria interna, si prega di copiare il file nella SD e provare ancora. + +[icon] +icon = Mostra icona +transparent = trasparente +as is = normale +firmware = firmware + +[cheats] +title = Codici +info = Altro… +deselect = Deseleziona + +[saveslot] +title = Copia Slot Salvataggio +confirm = Sei sicuro di voler copiare lo slot? +target slot = Slot Salvataggio di destinazione + +[mainlist] +flash memory = Memoria Flash +microsd card = MicroSD +slot2 card = Slot2 +favorites = Preferiti + +[hotkeys] +l-r-a-b-↓ = l-r-a-b-↓ +l-r-b-y-↓ = l-r-b-y-↓ +l-r-a-b-x-y = l-r-a-b-x-y +b-y-touch = b-y-tocco +start-r-touch = start-r-tocco + +[updater] +update = Aggiorna +update ? = Vuoi aggiornare? +updater = Modulo di aggiornamento +menu = Modulo principale +cheats = Database dei Codici +connecting = Connessione in corso +failed = Aggiornamento fallito +updated = File aggiornato +fresh = Il file è già aggiornato +stop = Vuoi interrompere il trasferimento? +download = Scaricati %d byte +unpack = Decompressione + +[crc32] +crc32 = CRC32 +calculation = Calcolo del CRC32 in corso + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Magyar/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Magyar/language.txt new file mode 100644 index 0000000..e041bfe --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Magyar/language.txt @@ -0,0 +1,305 @@ +//thanx to helldavide + +[font] +main = liberation.pcf +language = 1 + +[start menu] +Copy = Másolás +Cut = Kivágás +Paste = Beillesztés +Delete = Törlés +Setting = Beállítások +Info = Info +Help = Help +Tools = Eszközök +START = START + +[message box] +yes = Igen +no = Nem +ok = OK +cancel = Mégse + +[progress window] +processing save = Feldolgozás, ne kapcsolja ki… +processing copy = Fájl másolása,ne kapcsolja ki,nyomjon %c -t a megszakításhoz. +first use sd = SD kártya vizsgálata az első használatra +gba load = GBA játék betöltése +gba save load = GBA játék mentésének betöltése +gba save store = GBA mentés feldolgozása, ne kapcsolja ki… +erase nor = Erase NOR flash + +[copy file error] +title = Hiba +text = A fájl nem létezik. + +[copy file exists] +title = Warning +text = A fájl a megadott névvel már létezik, felülírja? + +[copy dest is directory] +title = Hiba +text = A mappa ezzel a névvel már létezik, a forrásfájlt nem lehet másolni. + +[move dest is directory] +title = Hiba +text = A mappa ezzel a névvel már létezik, a forrásfájlt nem lehet áthelyezni. + +[no copy dir] +title = Hiba +text = A mappa másolása vagy áthelyezése nem lehetséges. + +[stop copying file] +title = Másolás megszakítása +text = Megszeretné állítani másolást? + +[confirm delete file] +title = Megerősítés +text = A fájlt nem lehet visszaállítani törlés után, folytatja a törlést "%s"? + +[do not delete directory] +title = Warning +text = A mappa nem üres, ezért nem lehet törölni. + +[restore save fail] +title = Hiba +text = A mentés visszaállítása sikertelen. + +[language changed] +title = Kérdés +text = A rendszer nyelvi beállítása megváltozott,újraindítja a beállítások alkalmazásához? Későbbi újrainditáshoz válassza a Nem-et. + +[ui style changed] +title = Kérdés +text = A felület típusa megváltozott, az alkalmazásához újraindítja? Válassza a Nem-et ha meg akarja tartani a jelenlegit. + +[setting window] +ok = OK +savetype = Beállítások +cancel = Mégse +confirm = Megerősítés +confirm text = Menti a jelenlegi beállításokat? +close = Bezárás +system = Rendszer +interface = Interfész +filesystem = Fájlrendszer +gba = GBA +patches = Javítások + +[save type] +title = Beállítások +text = Mentési típus kiválasztása +Unknown = ismeretlen/auto +No Save = nincs mentése +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = alapértelmezett +save slot = Válassza ki a mentési slot-ot +tab1 = Kompatibilitás +tab2 = Jellemzők + +[system setting] +title = Rendszerbeállítások +safe mode = Biztonságos mód + +[rom info] +title = Fájl Információ +file date = Utolsó mósosítás: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Fájl méret: %s +save type = Mentés típusa: %s +game code = Kód: %s +copy slot = Másolás Slot + +[disk info] +total = Kapacitás: %s +used = Foglalt terület : %s +free = Szabad terület: %s + +[no free space] +title = Hiba +text = Nincs elég szabad hely. + +[unsupported sd] +title = Nem támogatott SD kártya +text = Ez az SD kártya(Model:%s) nem alkalmas hivatalos DS programok futtatására, kérlek másolja az SD kártyáról az Acekard Internal Flash Memory-ba és próbálja újra. + +[sd card error] +title = SD kártya hiba +text = Nem lehet hozzáférni az DS kártyához, talán nincs rendesen behelyezve. + +[no sd for save] +title = SD kártya hiba +text = Nem lehet hozzáférni az DS kártyához, a futtatott program kíírodik egy fájlba: "%s". + +[no gba card] +title = Megjegyzés +text = Nincs eszköz a SLOT-2-ben. + +[filelist type] +text = Megjelenítendő típusok +item0 = NDS +item1 = NDS + SAV +item2 = Összes + +[rom trim] +text = Tömörítés másolás alatt. +item0 = Nem +item1 = Igen + +[language] +text = Nyelv +ja = 日本語 +en = english +fr = français +de = deutsch +it = italiano +es = español + +[ui style] +text = Felhasználói felület stílusa + +[help window] +title = Help Információ +item0 = %c Programok kiválasztása +item1 = %c Start/OK/Igen +item2 = %c Vissza/Mégse/Nem +item3 = %c Fájl infó megtekintése/Mentési típus kiválasztása +item4 = %c SD/FLASH váltása +item5 = %c Vissza a szülökönyvtárba +item6 = %c Fényerő Szabályozás +item7 = %s Start Menü +item8 = %s Menü stílus új/klasszikus + +[exp window] +button = 3in1 +title = 3in1 expansion pack beállítások +ram = RAM +sram = sRAM +off = ki +low = alacsony +mid = közepes +high = magas +strength = Rezgés ereje +flash to nor = to NOR +copy to psram = to RAM + +[abort save] +title = Mentési folyamat megszakítása +text = Meg akarja szakítani a mentést? + +[gba warn] +title = Warning +text = GBA romok mérete meghaladja a 32M, nem támogatott! + +[patches] +download play = Single Card Play +cheating system = Csalás a játékban(AR) +reset in game = Inicializálás +dma = DMA mód +protection = Kikerülésvédelem +linkage = összekapcsolás GBA-val +sd save = Mentés közvetlenül SD-re. +homebrew reset = Reset in Homebrew +reset hotkey = Reset Hotkey + +[switches] +Enable = Be +Disable = Ki +Global = global(%s) + +[ram allocation] +title = Hiba +memory allocation error = Memóriakiosztásia hiba + +[scrolling] +fast = Gyors +medium = Közepes +slow = Lassú + +[file settings] +title = Fájlrendszer beállítások +show hidden files = Rejtett fájlok megjelenítése +save extension = Mentés kiterjesztése + +[interface settings] +title = Felület beállítása +scrolling speed = Görgetési sebesség +filelist style = Fájllista stílus +oldschool = Old school +modern = Modern +internal = Internal +small = Small icons +animation = Animáció +12 hour = 12 órás formátum + +[gba settings] +title = GBA beállítások +sleephack = Készenlét (sleep) +autosave = Automatikus mentés +mode = Slot-2 mód +modegba = gba +modends = nds +modeask = kérdezze meg +modetext = Futtatja a slot-2-őt NDS módban? + +[sd save] +title = Warning +text = Ez a játék nem futtatható Acekard Internal Flash Memory-ról, Kérjük másolja Acekard Internal Flash Memory-ba az SD kártyára és próbálja újra… + +[icon] +icon = Ikon mutatása +transparent = átlátszó +as is = as is +firmware = firmware + +[cheats] +title = Csalások +info = Még… +deselect = Törlés + +[saveslot] +title = Másolandó save slot +confirm = Biztosan másolni akarja a save slot-ba? +target slot = Cél save slot + +[mainlist] +flash memory = Flash memória +microsd card = microSD kártya +slot2 card = Slot2 kártya +favorites = Kedvencek + +[hotkeys] +l-r-a-b-↓ = l-r-a-b-↓ +l-r-b-y-↓ = l-r-b-y-↓ +l-r-a-b-x-y = l-r-a-b-x-y +b-y-touch = b-y-touch +start-r-touch = start-r-touch + +[updater] +update = Update +update ? = Do you want to update? +updater = Update module +menu = Main module +cheats = Cheats DB +connecting = Connecting +failed = failed +updated = updated +fresh = already updated +stop = Do you want to stop transfer? +download = Downloaded %d bytes +unpack = Unpacking + +[crc32] +crc32 = CRC32 +calculation = Calculating CRC32 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Nederlands/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Nederlands/language.txt new file mode 100644 index 0000000..8b79038 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Nederlands/language.txt @@ -0,0 +1,305 @@ +// Thanks to DjoeN for the translation. (Almost) completely rewritten by MrDiesel. + +[font] +main = liberation.pcf +language = 1 + +[start menu] +Copy = Kopiëren +Cut = Knippen +Paste = Plakken +Delete = Verwijderen +Setting = Instellingen +Info = Bestandsinfo +Help = Help +Tools = Gereedschap +START = START + +[message box] +yes = Ja +no = Nee +ok = Oké +cancel = Annuleren + +[progress window] +processing save = Verwerken… Schakel de DS niet uit +processing copy = Bezig met kopieren… Schakel de DS niet uit. Annuleer met %c +first use sd = Controle van SD kaart voor eerste gebruik +gba load = GBA game laden… +gba save load = GBA save laden… +gba save store = Verwerken van gba save… Schakel de DS niet uit +erase nor = Wis NOR flash + +[copy file error] +title = Bestand kopiëren +text = Het bestand bestaat niet + +[copy file exists] +title = Bestand kopiëren +text = Een bestand met dezelfde naam bestaat al. Overschrijven? + +[copy dest is directory] +title = Bestand kopiëren +text = Een map met dezelfde naam bestaat al. Kan het bestand niet kopieren. + +[move dest is directory] +title = Bestand kopiëren +text = Een map met dezelfde naam bestaat al. Kan het bestand niet verplaatsen. + +[no copy dir] +title = Map kopiëren +text = Het kopiëren van een map is momenteel niet mogelijk. + +[stop copying file] +title = Bestand kopiëren +text = Wilt u stoppen met kopiëren? + +[confirm delete file] +title = Bestand verwijderen +text = Het verwijderen kan niet ongedaan gemaakt worden. Toch doorgaan (%s)? + +[do not delete directory] +title = Map verwijderen +text = Kan de map niet verwijderen. De map is niet leeg. + +[restore save fail] +title = Herstel van save data +text = Herstellen van save data mislukt. + +[language changed] +title = Systeemtaal gewijzigd +text = Wilt u herstarten om de wijzigingen toe te passen? "Nee", later herstarten. + +[ui style changed] +title = Gebruikersinterface gewijzigd +text = Wilt u herstarten om de wijzigingen toe te passen? "Nee", later herstarten. + +[setting window] +ok = Oké +savetype = Instellingen +cancel = Annuleren +confirm = Bevestigen +confirm text = Huidige instellingen bewaren? +close = Sluiten +system = Systeem +interface = Interface +filesystem = Bestandssysteem +gba = GBA +patches = Patches + +[save type] +title = Instellingen +text = Kies een savetype +Unknown = onbekend/auto +No Save = geen save +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = Standaard +save slot = Kies save-slot +tab1 = Compatibiliteit +tab2 = Opties + +[system setting] +title = Systeeminstellingen +safe mode = Safe Mode + +[rom info] +title = Bestandsinformatie +file date = Laatst gewijzigd: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Bestandsgrootte: %s +save type = Savetype: %s +game code = Code: %s +copy slot = Slot kopiëren + +[disk info] +total = Totale grootte: %s +used = Gebruikte ruimte: %s +free = Beschikbare ruimte: %s + +[no free space] +title = Fout +text = Te weinig beschikbare ruimte op uw microSD kaart. + +[unsupported sd] +title = Incompatibele microSD kaart +text = Uw microSD kaart (Model: %s) is niet geschikt voor officiële DS programma's. + +[sd card error] +title = MicroSD kaart fout +text = Geen toegang tot microSD kaart. MicroSD kaart goed aangesloten? + +[no sd for save] +title = MicroSD kaart fout +text = Geen toegang tot microSD kaart. De savegegevens van laatst uitgevoerde programma zullen worden geschreven naar het bestand "%s". + +[no gba card] +title = Geen GBA kaart +text = Er is geen apparaat gedetecteerd in SLOT-2. + +[filelist type] +text = Bestandenlijst +item0 = NDS +item1 = NDS + SAV +item2 = ALLES + +[rom trim] +text = ROM trimmen bij het kopiëren +item0 = Nee +item1 = Ja + +[language] +text = Taal +ja = 日本語 +en = English +fr = Français +de = Deutsch +it = Italiano +es = Español + +[ui style] +text = Gebruikersinterface stijl + +[help window] +title = Help-informatie +item0 = %c Selecteer Programma's +item1 = %c Start/OK/Ja +item2 = %c Terug/Annuleer/Nee +item3 = %c Bestandsinfo bekijken/Kies savetype +item4 = %c Schakel tussen microSD/FLASH +item5 = %c Terug naar hoofdmap +item6 = %c Helderheid aanpassen +item7 = %s Startmenu +item8 = %s Menustijl nieuw/klassiek + +[exp window] +button = 3in1 +title = 3in1 uitbreidingspakket instellingen +ram = RAM +sram = sRAM +off = uit +low = laag +mid = gemiddeld +high = hoog +strength = Rumble sterkte +flash to nor = naar NOR +copy to psram = naar RAM + +[abort save] +title = Save verwerken +text = Wilt u het saven afbreken? + +[gba warn] +title = GBA ROM te groot +text = GBA ROM's groter dan 32M worden niet ondersteund. + +[patches] +download play = Single Card Play +cheating system = Cheat Ingame (AR) +reset in game = Reset Ingame +dma = DMA mode +protection = Omzeil protectie +linkage = Link met GBA +sd save = Rechtstreeks opslaan naar microSD +homebrew reset = Reset in Homebrew +reset hotkey = Reset Hotkey + +[switches] +Enable = aan +Disable = uit +Global = globaal(%s) + +[ram allocation] +title = Fout +memory allocation error = Geheugenfout + +[scrolling] +fast = Snel +medium = Gemiddeld +slow = Traag + +[file settings] +title = Bestandsysteem instellingen +show hidden files = Toon verborgen bestanden +save extension = Save Extensie + +[interface settings] +title = Interface instellingen +scrolling speed = Scroll snelheid +filelist style = Bestandslijst stijl +oldschool = Old school +modern = Modern +internal = Intern +small = Small icons +animation = Animatie +12 hour = 12-hour clock + +[gba settings] +title = GBA instellingen +sleephack = Universele sleep +autosave = Back-up maken van save bij het opstarten +mode = SLOT-2 mode +modegba = gba +modends = nds +modeask = vragen +modetext = SLOT-2 in NDS-mode starten? + +[sd save] +title = Spel vanaf flashgeheugen +text = Het spel kan niet worden gestart vanuit het interne flashgeheugen van de R4. Kopieer het spel terug naar de microSD kaart om verder te gaan. + +[icon] +icon = Icoon tonen +transparent = doorzichtig +as is = zoals het is +firmware = firmware + +[cheats] +title = Cheats +info = Meer… +deselect = Deselect all + +[saveslot] +title = Save-slot kopiëren +confirm = Wilt u het save-slot kopiëren? +target slot = Welk save-slot? + +[mainlist] +flash memory = Flash Memory +microsd card = microSD Card +slot2 card = Slot2 Card +favorites = Favorites + +[hotkeys] +l-r-a-b-↓ = l-r-a-b-↓ +l-r-b-y-↓ = l-r-b-y-↓ +l-r-a-b-x-y = l-r-a-b-x-y +b-y-touch = b-y-touch +start-r-touch = start-r-touch + +[updater] +update = Update +update ? = Do you want to update? +updater = Update module +menu = Main module +cheats = Cheats DB +connecting = Connecting +failed = failed +updated = updated +fresh = already updated +stop = Do you want to stop transfer? +download = Downloaded %d bytes +unpack = Unpacking + +[crc32] +crc32 = CRC32 +calculation = Calculating CRC32 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Português/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Português/language.txt new file mode 100644 index 0000000..1a20205 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Português/language.txt @@ -0,0 +1,305 @@ +//thanx to sniperdmaa + +[font] +main = liberation.pcf +language = 1 + +[start menu] +Copy = Copiar +Cut = Recortar +Paste = Colar +Delete = Deletar +Setting = Opções do sistema +Info = Detalhes +Help = Ajuda +Tools = Ferramentas +START = START + +[message box] +yes = Sim +no = Não +ok = OK +cancel = Cancelar + +[progress window] +processing save = Processando… Não desligue! +processing copy = Copiando arquivo…Não desligue! %c para cancelar! +first use sd = Verificando cartão SD para ser usado pela primeira vez… +gba load = Carregando jogo de GBA… +gba save load = Carregando save de GBA… +gba save store = Processando save de GBA… Não desligue! +erase nor = Apagando NOR flash… Não desligue! + +[copy file error] +title = Erro copiando arquivo ou pasta. +text = O arquivo ou pasta não existe. + +[copy file exists] +title = Confirmar substituição do arquivo +text = Esta pasta já contém um arquivo com o mesmo nome. Gostaria de substituir o arquivo existente por este? + +[copy dest is directory] +title = Erro copiando arquivo ou pasta. +text = Já existe uma pasta com o mesmo nome. Não é possível copiar o arquivo. + +[move dest is directory] +title = Erro movendo arquivo ou pasta. +text = Já existe uma pasta com o mesmo nome. Não é possível mover o arquivo. + +[no copy dir] +title = Erro copiado/colando pasta. +text = Copiar/colar pasta não é suportado agora! + +[stop copying file] +title = Confirmar o cancelamento da cópia de arquivo. +text = Tem certeza que deseja cancelar a cópia do arquivo? + +[confirm delete file] +title = Confirmar apagar arquivo/pasta. +text = Este Arquivo/pasta não poderá ser restaurado após deletado, tem certeza que deseja deletar "%s"? + +[do not delete directory] +title = Erro deletando pasta. +text = Esta pasta não está vazia, delete o conteúdo da pasta e tente novamente. + +[restore save fail] +title = Falha na restauração do arquivo de save. +text = O arquivo de save não pôde ser restaurado. + +[language changed] +title = Confirmar mudança de linguagem do sistema. +text = Tem certeza que deseja reiniciar agora e aplicar a mudança de linguagem do sistema? Escolha "Não" para reiniciar depois. + +[ui style changed] +title = Confirmar mudança de interface. +text = Tem certeza que deseja reiniciar agora e aplicar a mudança no tema da interface? Escolha "Não" para manter o tema atual. + +[setting window] +ok = OK +savetype = Configurações +cancel = Cancelar +confirm = Confirmar +confirm text = Salvar configurações? +close = Fechar +system = Sistema +interface = Interface +filesystem = Sistema de Arquivos +gba = GBA +patches = Patches + +[save type] +title = Selecionar tipo de save +text = Tipo de save +Unknown = Auto/Desc. +No Save = Sem save +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = Padrão +save slot = Selecionar Slot do Save +tab1 = Compatibilidade +tab2 = Funcionalidades + +[system setting] +title = Configurações do sistema +safe mode = Modo de Segurança + +[rom info] +title = Detalhes do Arquivo +file date = Última Alteração: %d%d%d %02d:%02d:%02d(GMT) +file size = Tamanho do Arquivo: %s +save type = Tipo de Save: %s +game code = Código: %s +copy slot = Copiar Slot + +[disk info] +total = Capacidade do disco: %s +used = Espaço utilizado: %s +free = Espaço livre: %s + +[no free space] +title = Erro, não há espaço suficiente! +text = Não há espaço suficiente em disco. + +[unsupported sd] +title = Cartão MicroSD não suportado +text = Este modelo de cartão MicroSD não é compatível para rodar programas oficiais para DS, por favor copie o programa do cartão SD para a memória flash do Acekard e tente novamente. + +[sd card error] +title = Erro acessando cartão MicroSD +text = Não foi possível acessar o cartão MicroSD, por favor verifique se o cartão MicroSD está formatado e inserido corretamente. + +[no sd for save] +title = Sem MicroSD para guardar dados +text = Não foi possível acessar o cartão Micro SD, dados de programas utilizados serão escritos na pasta "%s" + +[no gba card] +title = Erro, não há cartucho de GBA +text = Não há dispositivo no Slot-2. + +[filelist type] +text = Selecione o tipo de lista +item0 = NDS +item1 = NDS + SAV +item2 = TODOS + +[rom trim] +text = Trimmar ROM ao copiar +item0 = Desabilitado +item1 = Habilitado + +[language] +text = Interface de linguagem +ja = 日本語 +en = English +fr = Français +de = Deutsch +it = Italiano +es = Español + +[ui style] +text = Tema de interface + +[help window] +title = Informação de Ajuda +item0 = %c Selecionar Programas +item1 = %c Início/OK/Sim +item2 = %c Voltar/Cancelar/Não +item3 = %c Informação do arquivo/Tipo de Save +item4 = %c Seleção de memória: MicroSD/Flash +item5 = %c Voltar ao diretório anterior +item6 = %c Ajustar Brilho: 1/2/3/4 +item7 = %s Abrir Menu +item8 = %s Estilo da lista: Gráfico/Numérico + +[exp window] +button = 3em1 +title = Configuração de Pacote de Expansão 3em1 +ram = RAM +sram = SRAM +off = Desligado +low = Baixo +mid = Médio +high = Alto +strength = Nível da vibração (Rumble) +flash to nor = Modo NOR +copy to psram = Modo RAM + +[abort save] +title = Cancelar processo de salvamento? +text = Tem certeza que deseja cancelar o processo? + +[gba warn] +title = Cuidado com o tamanho da ROM de GBA! +text = ROM de GBA maior que 32M não é suportada! + +[patches] +download play = Jogar com único Jogo +cheating system = Cheat InGame(AR) +reset in game = Soft-Reset +dma = Modo DMA +protection = Ignorar Proteção +linkage = Link com GBA +sd save = Salvar diretamente no SD +homebrew reset = Resetar Homebrew +reset hotkey = Atalho do Soft-Reset + +[switches] +Enable = Habilitado +Disable = Desabilitado +Global = Global + +[ram allocation] +title = Erro! +memory allocation error = Erro de alocação de memória + +[scrolling] +fast = Rápido +medium = Médio +slow = Lento + +[file settings] +title = Configurações de Sistema de Arquivos +show hidden files = Exibir arquivos ocultos +save extension = Extensão de save + +[interface settings] +title = Configurações de Interface +scrolling speed = Velocidade do Scroll +filelist style = Estilo de listagem de arquivos +oldschool = Old school +modern = Moderno +internal = Interno +small = Small icons +animation = Animação +12 hour = Modo 12-horas + +[gba settings] +title = Configurações GBA +sleephack = Modo dormir GBA +autosave = Criar backup do save de GBA ao iniciar +mode = Modo Slot-2 +modegba = GBA +modends = NDS +modeask = Solicitar +modetext = Iniciar slot-2 em modo NDS? + +[sd save] +title = Aviso +text = Este jogo não pode ser iniciado a partir da Memória Flash Interna do R4/M3, favor copiar o jogo na Memória Interna do R4/M3 para o cartão SD e tente novamente. + +[icon] +icon = Mostrar ícone +transparent = Transparente +as is = Sem alteração +firmware = Firmware + +[cheats] +title = Cheats +info = Mais… +deselect = Desmarc. todos + +[saveslot] +title = Copiar Save Slot de Origem +confirm = Tem certeza que deseja copiar o save do slot? +target slot = Salvar Save Slot de Destino + +[mainlist] +flash memory = Memória Flash +microsd card = microSD Card +slot2 card = Slot2 Card +favorites = Favoritos + +[hotkeys] +l-r-a-b-↓ = L-R-A-B-↓ +l-r-b-y-↓ = L-R-B-Y-↓ +l-r-a-b-x-y = L-R-A-B-X-Y +b-y-touch = B-Y-TelaTouch +start-r-touch = Start-R-TelaTouch + +[updater] +update = Update +update ? = Do you want to update? +updater = Update module +menu = Main module +cheats = Cheats DB +connecting = Connecting +failed = failed +updated = updated +fresh = already updated +stop = Do you want to stop transfer? +download = Downloaded %d bytes +unpack = Unpacking + +[crc32] +crc32 = CRC32 +calculation = Calculating CRC32 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Român/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Român/language.txt new file mode 100644 index 0000000..dc276b0 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Român/language.txt @@ -0,0 +1,305 @@ +//thanx to Attila13, http://gbatemp.net/index.php?showuser=264630 + +[font] +main = liberation.pcf +language = 1 + +[start menu] +Copy = Copiază +Cut = Taie +Paste = Lipeşte +Delete = Şterge +Setting = Setări +Info = Informaţie +Help = Ajutor +Tools = Unelte +START = START + +[message box] +yes = Da +no = Nu +ok = OK +cancel = Anulează + +[progress window] +processing save = Procesare, nu opriţi… +processing copy = Copiere fişier, nu opriţi,apăsaţi %c pentru a întrerupe. +first use sd = Analizare card SD pentru prima folosire +gba load = Încărcare joc GBA +gba save load = Încărcarea salvării jocului GBA +gba save store = Procesare salvare GBA, nu opriţi… +erase nor = Şterge NOR flash + +[copy file error] +title = Eroare +text = Fişierul nu există. + +[copy file exists] +title = Avertizare +text = Există deja un fişier cu acest nume, suprascrieţi? + +[copy dest is directory] +title = Eroare +text = Un director cu acelaşi nume există deja, fişierul sursă nu se poate copia. + +[move dest is directory] +title = Eroare +text = Un director cu acelaşi nume există deja, fişierul sursă nu se poate muta. + +[no copy dir] +title = Eroare +text = Copierea sau mutarea directorului nu se poate executa. + +[stop copying file] +title = Întrerupere copiere +text = Aţ dori să opriţi copierea? + +[confirm delete file] +title = Confirmare +text = Fişierul nu se poate recupera dupa ştergere, continuaţi ştergerea "%s"? + +[do not delete directory] +title = Eroare +text = Operaţiunea de ştergere oprită! + +[restore save fail] +title = Eroare +text = Recuperarea datelor salvate eşuată. + +[language changed] +title = Întrebare +text = Setările limbii de sistem sau schimbat, reporniţi pentru aplicarea setărilor? Pentru a reporni mai târziu apăsaţi “Nu”. + +[ui style changed] +title = Întrebare +text = Interfaţa stilului s-a schimbat, reporniţi pentru aplicarea acesteia? Apasaţi “Nu” pentru a lăsa stilul current. + +[setting window] +ok = OK +savetype = Setări +cancel = Anulează +confirm = Confirmare +confirm text = Salvaţi setările curente? +close = Închide +system = Sistem +interface = Interfaţă +filesystem = Sistem de fişiere +gba = GBA +patches = Patch-uri + +[save type] +title = Setări +text = Alege tipul de salvare +Unknown = necunoscut/auto +No Save = fără salvare +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = Implicit +save slot = Alege slotul de salvare +tab1 = Compatibilitate +tab2 = Caracteristici + +[system setting] +title = Setări de Sistem +safe mode = Mod Sigur + +[rom info] +title = Informaţie Fişier +file date = Ultima schimbare: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Dimensiune Fişier: %s +save type = Tip Salvare: %s +game code = Cod: %s +copy slot = Copiere Slot + +[disk info] +total = Capacitate: %s +used = Spaţiu Ocupat : %s +free = Spaţiu Liber: %s + +[no free space] +title = Eroare +text = Nu este spaţiu suficient. + +[unsupported sd] +title = Card SD neacceptat +text = Cardul SD(Model:%s) nu este adecvat săvruleze programe DS oficiale, vă rugăm să copiaţi de pe cardul SD pe Acekard Internal Flash Memory şi încercaţi din nou. + +[sd card error] +title = Eroare card SD +text = Nu se poate accesa cardul SD , poate nu este introdus corect. + +[no sd for save] +title = Eroare card SD +text = Nu se poate accesa cardul SD, datele salvării programului lansat precedent va fi scrisaă la fisierul: "%s". + +[no gba card] +title = Notificare +text = Ne este dispozitiv în SLOT-2. + +[filelist type] +text = Setează tipurile de fişiere +item0 = NDS +item1 = NDS + SAV +item2 = Toate + +[rom trim] +text = Comprimare ROM la copiere. +item0 = Nu +item1 = Da + +[language] +text = Limbă +ja = 日本語 +en = english +fr = français +de = deutsch +it = italiano +es = español + +[ui style] +text = Interfaţă stil + +[help window] +title = Informaţie Ajutor +item0 = %c Alegere Programe +item1 = %c Start/OK/Da +item2 = %c Înapoi/Anulare/Nu +item3 = %c Vezi informaţie fişier/Alegere tip salvare +item4 = %c Alegere SD/FLASH +item5 = %c Înapoi la directorul părinte +item6 = %c Reglare Luminozitate +item7 = %s Meniu de Start +item8 = %s Stil meniu nou/classic + +[exp window] +button = 3in1 +title = Setări 3in1 expansion pack +ram = RAM +sram = sRAM +off = neactiv +low = mic +mid = mediu +high = mare +strength = Putere vibraţie +flash to nor = la NOR +copy to psram = la RAM + +[abort save] +title = Întreruper proces de salvare +text = Vreţi să opriţi procesul de salvare? + +[gba warn] +title = Avertizare +text = Mărimea ROM-urilor GBA care depăşesc 32M, nu sunt suportate! + +[patches] +download play = Single Card Play +cheating system = Trişare în joc(AR) +reset in game = Resetare în joc +dma = Mod DMA +protection = Bypass protecţie +linkage = Leagă cu GBA +sd save = Salvează direct pe cardul SD +homebrew reset = Resetare în Homebrew +reset hotkey = Comandă de Resetare + +[switches] +Enable = Activ +Disable = Neactiv +Global = global(%s) + +[ram allocation] +title = Eroare +memory allocation error = Eroare la alocarea de memorie + +[scrolling] +fast = Rapid +medium = Mediu +slow = Încet + +[file settings] +title = Setări sistem de fişiere +show hidden files = Arată fişierele ascunse +save extension = Extensie salvare + +[interface settings] +title = Setări interfaţă +scrolling speed = Viteză de defilare +filelist style = Stilul listei de fişiere +oldschool = Old school +modern = Modern +internal = Internal +small = Icoane Mici +animation = Animaţie +12 hour = Mod de 12 ore + +[gba settings] +title = Setări GBA +sleephack = Somn universal(sleep) +autosave = Salvare automată +mode = mod Slot-2 +modegba = gba +modends = nds +modeask = Întreabă +modetext = Lansaţi slot-2 în mod NDS? + +[sd save] +title = Avertizare +text = Acest joc nu se poate lansa de pe Acekard Internal Flash Memory. Vă rugăm să copiaţi de pe Acekard Internal Flash Memory pe cardul SD şi încercaţi din nou. + +[icon] +icon = afişează pictograma +transparent = transparent +as is = as is +firmware = firmware + +[cheats] +title = Trişare +info = Mai mult… +deselect = Deselectare + +[saveslot] +title = Slot salvare de copiat +confirm = Sigur vreţi să copiaţi slotul de salvare? +target slot = Slot salvare ţintă + +[mainlist] +flash memory = Memorie Flash +microsd card = Card microSD +slot2 card = Card Slot2 +favorites = Favoriţi + +[hotkeys] +l-r-a-b-↓=l-r-a-b-↓ +l-r-b-y-↓=l-r-b-y-↓ +l-r-a-b-x-y=l-r-a-b-x-y +b-y-touch=b-y-ecran +start-r-touch=start-r-ecran + +[updater] +update = Update +update ? = Vreţi să faceţi Update? +updater = Modul Update +menu = Modul principal +cheats = DB Trişări +connecting = Conectare +failed = eşuat +updated = updatat +fresh = deja updatat +stop = Vreţi să opriţi transferul? +download = Downloadat %d bytes +unpack = Despachetare + +[crc32] +crc32 = CRC32 +calculation = Calculare CRC32 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Svenska/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Svenska/language.txt new file mode 100644 index 0000000..39e413a --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Svenska/language.txt @@ -0,0 +1,305 @@ +// Thanks to Issac for the translation. + +[font] +main = liberation.pcf +language = 1 + +[start menu] +Copy = Kopiera +Cut = Klipp ut +Paste = Klistra in +Delete = Ta bort +Setting = Inställningar +Info = Filinformation +Help = Hjälp +Tools = Verktyg +START = START + +[message box] +yes = Ja +no = Nej +ok = OK +cancel = Avbryt + +[progress window] +processing save = Sparar, stäng inte av +processing copy = Kopierar fil, stäng inte av, %c för att avbryta +first use sd = Kontrollerar SD-kortet för förstagångsanvändning +gba load = Laddar GBA-spel +gba save load = Laddar GBA-sparning +gba save store = Sparar GBA-sparning, stäng inte av +erase nor = Rensa NOR-flash + +[copy file error] +title = Fel +text = Filen existerar inte + +[copy file exists] +title = Varning +text = En fil med samma namn finns redan, vill du ersätta den? + +[copy dest is directory] +title = Fel +text = En mapp med samma namn finns redan, kan inte kopiera källfilen. + +[move dest is directory] +title = Fel +text = En mapp med samma namn finns redan, kan inte flytta källfilen. + +[no copy dir] +title = Fel +text = Mappkopiering / -flyttning är inte tillämpat än. + +[stop copying file] +title = Avbryt kopiering av fil +text = Vill du avbryta kopieringen? + +[confirm delete file] +title = Är du säker +text = Filen kan inte återställas när du tagit bort den, vill du fortsätta "%s"? + +[do not delete directory] +title = Varning +text = Mappen är inte tom, kan därför inte ta bort den. + +[restore save fail] +title = Fel +text = Misslyckades med återställning av den sparade datan. + +[language changed] +title = Fråga +text = Systemspråket ändrat, starta om nu för att aktivera de nya inställningarna? Välj "Nej" för att starta om senare. + +[ui style changed] +title = Fråga +text = Användargränssnittsstilen ändrades, starta om nu för att aktivera de nya inställningarna? Välj "Nej" för att starta om senare. + +[setting window] +ok = OK +savetype = Inställningar +cancel = Avbryt +confirm = Är du säker +confirm text = Spara nuvarande inställningar? +close = Stäng +system = System +interface = Gränssnitt +filesystem = Filsystem +gba = GBA +patches = Patchar + +[save type] +title = Inställningar +text = Välj en spartyp +Unknown = okänd/auto +No Save = ingen sparning +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = standard +save slot = Välj en spar-slot +tab1 = Kompatibilitet +tab2 = Finesser + +[system setting] +title = Systeminställningar +safe mode = Safe Mode + +[rom info] +title = Filinformation +file date = Senast ändrad: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Filstorlek: %s +save type = Spartyp: %s +game code = Kod: %s +copy slot = Kopiera spar-slot + +[disk info] +total = Total kapacitet: %s +used = Använt utrymme: %s +free = Ledigt utrymme: %s + +[no free space] +title = Fel +text = Det finns inte tillräckligt med utrymme på minnet. + +[unsupported sd] +title = Fel typ av SD-kort +text = Detta SD-kort (Modell:%s) passar inte för att köra officiella DS-program, var god kopiera programmet från SD-kortet till det inbyggda Acekard-flashminnet och försök igen. + +[sd card error] +title = SD-kortfel +text = Kan inte komma åt SD-kortet, det kanske sitter i fel? + +[no sd for save] +title = SD-kortfel +text = Kan inte komma åt SD-kortet, spardata för senast körda program kommer att skrivas till filen: "%s". + +[no gba card] +title = Observera +text = Det finns ingenting i SLOT-2 + +[filelist type] +text = Välj filer att visa +item0 = NDS +item1 = NDS + SAV +item2 = ALLT + +[rom trim] +text = Trimma rom:en vid kopiering +item0 = Nej +item1 = Ja + +[language] +text = Språk +ja = 日本語 +en = english +fr = français +de = deutsch +it = italiano +es = español + +[ui style] +text = Användargränssnittsstil + +[help window] +title = Hjälpinformation +item0 = %c Välj program +item1 = %c Starta/OK/JA +item2 = %c Tillbaka/Avbryt/NEJ +item3 = %c Se filinformation / Välj spartyp +item4 = %c Växla mellan SD och FLASH +item5 = %c Tillbaka till parent-mappen +item6 = %c Justera bakggrundsbelysningen +item7 = %s Startmeny +item8 = %s Menystil ny / klassisk + +[exp window] +button = 3-in-1 +title = 3-in-1 expansion pack inställningar +ram = RAM +sram = sRAM +off = av +low = låg +mid = mellan +high = hög +strength = Skakstyrka +flash to nor = till NOR +copy to psram = till RAM + +[abort save] +title = Avbryt sparning +text = Vill du avbryta sparprocessen? + +[gba warn] +title = Varning +text = GBA-spel större än 32M stöds inte! + +[patches] +download play = Single Card Play +cheating system = In Game-fusk(AR) +reset in game = In Game-reset +dma = DMA läge +protection = Gå förbi kopieringsskydd +linkage = Länka till GBA +sd save = Spara direkt till SD-kortet +homebrew reset = Reset in Homebrew +reset hotkey = Reset Hotkey + +[switches] +Enable = på +Disable = av +Global = global(%s) + +[ram allocation] +title = Fel +memory allocation error = Minnesallokeringsfel + +[scrolling] +fast = Snabb +medium = Mellan +slow = Långsam + +[file settings] +title = Filsystemsinställningar +show hidden files = Visa dolda filer +save extension = Save extension + +[interface settings] +title = Gränssnittsinställningar +scrolling speed = Scrollhastighet +filelist style = Fillistestil +oldschool = Gammaldags +modern = Modern +internal = Intern +small = Small icons +animation = Animation +12 hour = 12-hour clock + +[gba settings] +title = GBA-inställningar +sleephack = Universalt Viloläge +autosave = Säkerhetskopiera sparfil vid start +mode = Slot-2 mode +modegba = gba +modends = nds +modeask = ask +modetext = Launch slot-2 in NDS mode? + +[sd save] +title = Varning +text = Det här spelet kan inte köras från det interna Acekard-flashminnet, kopiera det till SD-kortet och försök igen. + +[icon] +icon = Visa ikon +transparent = genomskinlig +as is = som det är +firmware = firmware + +[cheats] +title = Fusk +info = Mer… +deselect = Deselect all + +[saveslot] +title = Kopiera spar-slot +confirm = Är du säker att du vill kopiera spar-slotten? +target slot = Målspar-slot + +[mainlist] +flash memory = Flash Memory +microsd card = microSD Card +slot2 card = Slot2 Card +favorites = Favorites + +[hotkeys] +l-r-a-b-↓ = l-r-a-b-↓ +l-r-b-y-↓ = l-r-b-y-↓ +l-r-a-b-x-y = l-r-a-b-x-y +b-y-touch = b-y-touch +start-r-touch = start-r-touch + +[updater] +update = Update +update ? = Do you want to update? +updater = Update module +menu = Main module +cheats = Cheats DB +connecting = Connecting +failed = failed +updated = updated +fresh = already updated +stop = Do you want to stop transfer? +download = Downloaded %d bytes +unpack = Unpacking + +[crc32] +crc32 = CRC32 +calculation = Calculating CRC32 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Русский (RU)/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Русский (RU)/language.txt new file mode 100644 index 0000000..1b12d44 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/Русский (RU)/language.txt @@ -0,0 +1,305 @@ + + +[font] +main = liberation.pcf +language = 1 + +[start menu] +Copy = Копировать +Cut = Вырезать +Paste = Вставить +Delete = Удалить +Setting = Настройки +Info = Информация +Help = Помощь +Tools = Инструменты +START = ПУСК + +[message box] +yes = Да +no = Нет +ok = OK +cancel = Отмена + +[progress window] +processing save = Обработка, не выключайте питание +processing copy = Копир-ние, не выкл. питание, %c для отмены +first use sd = Тестирование SD карты +gba load = Загрузка gba-игры +gba save load = Загрузка gba-сейва +gba save store = Обработка gba-сейва, не выкл. питание +erase nor = Очистка NOR flash + +[copy file error] +title = Ошибка +text = Файла не существует + +[copy file exists] +title = Предупреждение +text = Файл с таким именем уже существует, заменить? + +[copy dest is directory] +title = Ошибка +text = Папка с таким именем уже существует, не возможно скопировать файл. + +[move dest is directory] +title = Ошибка +text = Папка с таким именем уже существует, не возможно переместить файл. + +[no copy dir] +title = Ошибка +text = Копирование/перемещение папок не поддерживается. + +[stop copying file] +title = Прервать копирование +text = Вы хотите прервать копирование? + +[confirm delete file] +title = Подтверждение +text = Выдействительно хотите удалить "%s"? + +[do not delete directory] +title = Ошибка +text = Операция удаления прервана. + +[restore save fail] +title = Ошибка +text = Не удалось загрузить сейв. + +[language changed] +title = Вопрос +text = Язык системы изменён, перегрузиться сейчас для вступления изменений в силу? Выберите «Нет», чтобы перегрузиться позднее. + +[ui style changed] +title = Вопрос +text = Скин изменён, перегрузиться сейчас для вступления изменений в силу? Выберите «Нет» для сохранения текущего скина. + +[setting window] +ok = OK +savetype = Опции +cancel = Отмена +confirm = Подтверждение +confirm text = Сохранить текущие настройки? +close = Назад +system = Система +interface = Интерфейс +filesystem = Файлы +gba = GBA +patches = Патчи + +[save type] +title = Опции +text = Выберите тип сейва +Unknown = неизв./авто +No Save = нет +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = главный +save slot = Выберите сейв-слот +tab1 = Совместимость +tab2 = Дополнительно + +[system setting] +title = Системные настройки +safe mode = Безопасный режим + +[rom info] +title = Информация о файле +file date = Дата/Время: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Размер: %s +save type = Тип сейва: %s +game code = Код игры: %s +copy slot = Копировать + +[disk info] +total = Объём диска: %s +used = Использовано: %s +free = Свободно: %s + +[no free space] +title = Ошибка +text = На диске нет места. + +[unsupported sd] +title = SD карта не поддерживается +text = Данная SD карта(Модель:%s) не подходит для запуска официальных DS программ, пожалуйста скопируйте программу на встроенную память и попробуйте ещё раз. + +[sd card error] +title = Ошибка SD карты +text = Доступ к SD карте невозможен, возможно она неправильно вставлена. + +[no sd for save] +title = Ошибка SD карты +text = Доступ к SD карте невозможен, сейв последней запущенной программыбудет сохранён в файле: "%s". + +[no gba card] +title = Уведомление +text = Устройство в SLOT-2 отсутствует + +[filelist type] +text = Показывать файлы +item0 = NDS +item1 = NDS + SAV +item2 = Все + +[rom trim] +text = Резать ромы при коп-нии +item0 = Нет +item1 = Да + +[language] +text = Язык +ja = 日本語 +en = english +fr = français +de = deutsch +it = italiano +es = español + +[ui style] +text = Скин + +[help window] +title = Информация +item0 = %c Выбор +item1 = %c Старт/OK/Да +item2 = %c Назад/Отмена/Нет +item3 = %c Информация о файле/Выбор типа сейва +item4 = %c Переключение SD/FLASH +item5 = %c Переход в родительскую папку +item6 = %c Изменение яркости +item7 = %s Меню «Старт» +item8 = %s Стиль меню: новый/классика + +[exp window] +button = 3в1 +title = Настройки 3in1 expansion pack +ram = RAM +sram = sRAM +off = выкл +low = слабая +mid = средняя +high = высокая +strength = Сила вибрации +flash to nor = в NOR +copy to psram = в RAM + +[abort save] +title = Прерывание обработки сейва +text = Вы хотите прервать обработку сейва? + +[gba warn] +title = Предупреждение +text = Gba ромы размером более 32M не поддерживаются! + +[patches] +download play = Download Play +cheating system = Читы (AR) +reset in game = Софт-ресет +dma = Режим DMA +protection = Обход защиты +linkage = Линк с GBA +sd save = Сохранение прямо на SD +homebrew reset = Софт-ресет в Homebrew +reset hotkey = Клавиши для софт-ресет'а + +[switches] +Enable = вкл +Disable = выкл +Global = общее(%s) + +[ram allocation] +title = Ошибка +memory allocation error = Ошибка выделения памяти + +[scrolling] +fast = Быстро +medium = Умеренно +slow = Медленно + +[file settings] +title = Настройки файловой системы +show hidden files = Пок-вать скрытые файлы +save extension = Расширение для сейвов + +[interface settings] +title = Настройки интерфейса +scrolling speed = Скорость прокрутки +filelist style = Стиль списка файлов +oldschool = Простой +modern = Имена файлов +internal = Информация +small = Уменьшенный +animation = Анимация +12 hour = 12-часовой формат времени + +[gba settings] +title = Настройки GBA +sleephack = Универсальный режим сна +autosave = Всегда сохранять сейвы +mode = Режим slot-2 +modegba = gba +modends = nds +modeask = спрашивать +modetext = Запустить slot-2 в режиме NDS? + +[sd save] +title = Предупреждение +text = Эта игра не может быть запущена с встроенной памяти, пожалуйста скопируйте программу на SD карту и попробуйте ещё раз. + +[icon] +icon = Показывать иконку +transparent = прозрачной +as is = как есть +firmware = официально + +[cheats] +title = Читы +info = Больше +deselect = Очистить + +[saveslot] +title = Копировать сейв-слот +confirm = Вы уверены, что хотите скопировать сейв-слот? +target slot = Целевой сейв-слот + +[mainlist] +flash memory = Flash Memory +microsd card = microSD Card +slot2 card = Slot2 Card +favorites = Избранное + +[hotkeys] +l-r-a-b-↓ = l+r+a+b+↓ +l-r-b-y-↓ = l+r+b+y+↓ +l-r-a-b-x-y = l+r+a+b+x+y +b-y-touch = b+y+экран +start-r-touch = start+r+экран + +[updater] +update = Обновление +update ? = Вы хотите обновится? +updater = Модуль обновления +menu = Основной модуль +cheats = База читов +connecting = Соединение +failed = произошла ошибка +updated = обновлено +fresh = обновление не требуется +stop = Вы действительно хотите прервать скачивание? +download = Скачано %d байт +unpack = Распаковка + +[crc32] +crc32 = CRC32 +calculation = Расчёт CRC32 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/日本語 (JP)/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/日本語 (JP)/language.txt new file mode 100644 index 0000000..f4bb44e --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/日本語 (JP)/language.txt @@ -0,0 +1,305 @@ +//tnx to ech0chrome + +[font] +main = liberation.pcf +language = 0 + +[start menu] +Copy = コピー +Cut = カット +Paste = ペースト +Delete = 削除 +Setting = 設定 +Info = ファイル詳細 +Help = ヘルプ +Tools = ツール +START = START + +[message box] +yes = はい +no = いいえ +ok = 決定 +cancel = 取消し + +[progress window] +processing save = 作業中につき電源を切らないで下さい +processing copy = ファイルコピー, 電源を落とさないで下さい +first use sd = メディアの初期チェック中 +gba load = GBA ゲーム ロード中… +gba save load = GBA セーブ ロード中… +gba save store = GBA セーブ 処理中, 電源を落とさないで下さい +erase nor = NOR flash 抹消中, 電源を落とさないで下さい + +[copy file error] +title = エラー +text = ファイルがありません + +[copy file exists] +title = 警告 +text = 同名ファイルが存在します。置き換えますか? + +[copy dest is directory] +title = 警告 +text = 同名ファイルが存在する為、ファイルをコピーできません + +[move dest is directory] +title = 警告 +text = 同名ファイルが存在する為、このファイルを移動できません + +[no copy dir] +title = エラー +text = ディレクトリのコピー/移動は出来ません + +[stop copying file] +title = ファイルコピーの中止 +text = ファイルのコピーを中止しますか? + +[confirm delete file] +title = 確認 +text = ファイルを削除すると復元はできません。"%s"の削除を続行しますか? + +[do not delete directory] +title = 警告 +text = ディレクトリが空で無い為に削除出来ません + +[restore save fail] +title = エラー +text = セーブデータの復元に失敗 + +[language changed] +title = 確認内容 +text = 言語設定の変更を反映する為に今すぐ再起動しますか? + +[ui style changed] +title = 確認内容 +text = UI設定変更を反映する為に今すぐ再起動しますか? + +[setting window] +ok = OK +savetype = 設定 +cancel = 取消し +confirm = 確認 +confirm text = 現在の設定を保存しますか? +close = 閉じる +system = システム +interface = インターフェース +filesystem = ファイル +gba = GBA +patches = パッチ + +[save type] +title = 設定 +text = セーブタイプ選択 +Unknown = 未設定/自動 +No Save = No Save +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = メイン +save slot = 保存スロットを選択する +tab1 = 互換性 +tab2 = 機能 + +[system setting] +title = システム設定 +safe mode = Safe Mode + +[rom info] +title = ファイル詳細 +file date = 最終更新: %d/%d/%d %02d:%02d:%02d(GMT) +file size = ファイルサイズ: %s +save type = セーブ形式タイプ: %s +game code = ゲームコード: %s +copy slot = コピースロット + +[disk info] +total = 全体容量: %s +used = 使用容量: %s +free = 空き容量: %s + +[no free space] +title = エラー +text = 容量不足の為 + +[unsupported sd] +title = このメディアは利用出来ません +text = このメディア(Model:%s)は動作に適切では無いので別のものに変更してください + +[sd card error] +title = SDカードエラー +text = メディアにアクセス出来ません。正しく挿入されていることを確認してください。 + +[no sd for save] +title = SDカードエラー +text = 過去のデータを保存する事が出来ません。 ファイル: "%s". + +[no gba card] +title = 通知 +text = スロット2にカートリッジがありません + +[filelist type] +text = リストタイプ選択 +item0 = NDS +item1 = NDS + SAV +item2 = ALL + +[rom trim] +text = 容量調整コピー +item0 = トリム無効 +item1 = トリム有効 + +[language] +text = 言語 +ja = 日本語 +en = english +fr = français +de = deutsch +it = italiano +es = español + +[ui style] +text = ユーザー設定 スタイル + +[help window] +title = ヘルプ インフォメーション +item0 = %c プログラム選択 +item1 = %c 開始/OK/はい +item2 = %c 戻る/キャンセル/いいえ +item3 = %c ファイル詳細/セーブタイプ選択 +item4 = %c SD/FLASH 切り替え +item5 = %c 親ディレクトリに戻る +item6 = %c 照度調整 +item7 = %s スタートメニュー +item8 = %s アイコン表示/文字表示 + +[exp window] +button = 3in1 +title = 3in1 拡張パック 設定 +ram = RAM +sram = sRAM +off = オフ +low = 弱 +mid = 中 +high = 強 +strength = 震動レベル +flash to nor = to NOR +copy to psram = to RAM + +[abort save] +title = セーブを中止 +text = セーブを中止しますか? + +[gba warn] +title = 警告 +text = 32MBを超えるGBAロムはサポートされていません + +[patches] +download play = ダウンロードプレイ +cheating system = チート機能(AR) +reset in game = ソフトリセット +dma = DMAモード +protection = プロテクト回避 +linkage = GBAとリンク +sd save = SDに直接セーブ +homebrew reset = Reset in Homebrew +reset hotkey = Reset Hotkey + +[switches] +Enable = オン +Disable = オフ +Global = 全体(%s) + +[ram allocation] +title = エラー +memory allocation error = メモリ割り当てエラー + +[scrolling] +fast = 高速 +medium = 中速 +slow = 低速 + +[file settings] +title = ファイルシステムの設定 +show hidden files = 隠しファイルを表示する +save extension = Save extension + +[interface settings] +title = インターフェイスの設定 +scrolling speed = スクロール速度 +filelist style = ファイルリストのスタイル +oldschool = 簡易 +modern = アイコン +internal = 内部情報 +small = Small icons +animation = アニメ +12 hour = 12-hour clock + +[gba settings] +title = GBA設定 +sleephack = ユニバーサルスリープ +autosave = 起動時にセーブをバックアップする +mode = Slot-2 mode +modegba = gba +modends = nds +modeask = ask +modetext = Launch slot-2 in NDS mode? + +[sd save] +title = 警告 +text = このゲームはAcekardのフラッシュメモリから起動できません。SDにコピーしてください。 + +[icon] +icon = アイコン表示 +transparent = 透明 +as is = そのまま +firmware = ファームウェア + +[cheats] +title = チート +info = More… +deselect = Deselect all + +[saveslot] +title = セーブスロットコピー +confirm = セーブスロットをコピーしますか? +target slot = ターゲットセーブスロット + +[mainlist] +flash memory = Flash Memory +microsd card = microSD Card +slot2 card = Slot2 Card +favorites = Favorites + +[hotkeys] +l-r-a-b-↓ = l-r-a-b-↓ +l-r-b-y-↓ = l-r-b-y-↓ +l-r-a-b-x-y = l-r-a-b-x-y +b-y-touch = b-y-touch +start-r-touch = start-r-touch + +[updater] +update = Update +update ? = Do you want to update? +updater = Update module +menu = Main module +cheats = Cheats DB +connecting = Connecting +failed = failed +updated = updated +fresh = already updated +stop = Do you want to stop transfer? +download = Downloaded %d bytes +unpack = Unpacking + +[crc32] +crc32 = CRC32 +calculation = CRC32を計算する + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/简体中文 (CN)/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/简体中文 (CN)/language.txt new file mode 100644 index 0000000..bbb27d8 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/简体中文 (CN)/language.txt @@ -0,0 +1,306 @@ + + +[font] +main = wenquanyi_9pt.pcf +language = 0 + +[start menu] +Copy = 复制 +Cut = 剪切 +Paste = 粘贴 +Delete = 删除 +Setting = 设置 +Info = 文件信息 +Help = 帮助信息 +Tools = 工具 +START = START + +[message box] +yes = 是 +no = 否 +ok = 确定 +cancel = 取消 + +[progress window] +processing save = 正在处理存档,请不要关机 +processing copy = 正在复制文件,请不要关机,按 %c 取消 +first use sd = 正在为第一次使用 SD 卡做准备 +gba load = 读取 GBA 游戏 +gba save load = 正在读取 GBA 存档 +gba save store = 正在处理 GBA 存档,请不要关机 +erase nor = 清除 NOR 内存数据 + +[copy file error] +title = 文件复制错误 +text = 文件不存在 + +[copy file exists] +title = 覆盖已有文件 +text = 有相同文件名的文件存在,要覆盖吗? + +[copy dest is directory] +title = 文件复制错误 +text = 有相同名字的目录存在,不能将文件复制到这里 + +[move dest is directory] +title = 剪切文件错误 +text = 有相同名字的目录存在,不能将文件剪切到这里 + +[no copy dir] +title = 文件夹复制/剪切错误 +text = 不能复制或剪切一个目录 + +[stop copying file] +title = 停止复制文件 +text = 要停止拷贝这个文件吗? + +[confirm delete file] +title = 确认删除文件/文件夹 +text = 删除文件后不能恢复,确实要删除 “%s” 吗? + +[do not delete directory] +title = 文件夹删除错误 +text = 该目录下还有文件或者目录,不能直接删除 + +[restore save fail] +title = 存档恢复失败 +text = 存档恢复失败 + +[language changed] +title = 系统语言改变 +text = 系统语言改变,要现在重启更换新的语言吗?选“否”稍后再重启 + +[ui style changed] +title = 用户界面改变 +text = 改变了用户界面风格,必须重启系统才能生效,要现在重启更换新的风格吗?选“否”保持当前的界面风格 + +[setting window] +ok = 确定 +savetype = 存档类型 +cancel = 取消 +confirm = 确认 +confirm text = 要保存当前的设置吗? +close = 关闭 +system = 系统 +interface = 接口 +filesystem = 文件系统 +gba = GBA +patches = 补丁 + +[save type] +title = 设置 +text = 选择一个存档类型 +Unknown = 未知/自动 +No Save = 没有存档 +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = 预设 +save slot = 选择存档位置 +tab1 = 兼容性 +tab2 = 特殊选项 + +[system setting] +title = 系统选项 +safe mode = Safe Mode + +[rom info] +title = 文件信息 +file date = 最后写入:%d年%d月%d日 %02d:%02d:%02d(GMT) +file size = 文件大小:%s +save type = 存档类型:%s +game code = Game Code: %s +copy slot = 复制存档 + +[disk info] +total = 磁盘容量:%s +used = 已用空间:%s +free = 剩余空间:%s + +[no free space] +title = 磁盘空间不足 +text = 磁盘空间不足 + +[unsupported sd] +title = 不兼容的tf卡 +text = 您使用的tf卡(型号:%s) 不适合直接运行 DS 官方程序,请拷贝到 Acekard 内置闪存中再运行 + +[sd card error] +title = tf卡读取错误 +text = 无法访问tf卡的内容,tf卡可能没有插好 + +[no sd for save] +title = tf卡上的存档无法保存 +text = 无法访问tf卡,之前的存档信息将被备份到内置闪存的:%s 文件中 + +[no gba card] +title = 未检测到扩展卡 +text = SLOT2 并没有插入设备 + +[filelist type] +text = 设置文件列表方式 +item0 = NDS图标 +item1 = NDS 和 SAV +item2 = 显示所有 + +[rom trim] +text = 拷贝时自动裁剪ROM +item0 = 启用 +item1 = 禁用 + +[language] +text = 系统语言 +ja = 日语 +en = 英语 +fr = 法语 +de = 德语 +it = 意大利语 +es = 西班牙语 + +[ui style] +text = 界面风格 + +[help window] +title = 帮助信息 +item0 = %c 选择游戏(上/下/翻页) +item1 = %c 开始/确定/是 +item2 = %c 后退/取消/否 +item3 = %c 查看文件信息 / 选择存档类型 +item4 = %c 切换 tf卡 / NAND内存 +item5 = %c 返回上一级目录 +item6 = %c 调节亮度(四级亮度调节) +item7 = %s 开始菜单 +item8 = %s 切换 新列表模式/经典模式 + +[exp window] +button = EZ3合1 +title = EZ3合1 扩展卡设置 +ram = RAM +sram = sRAM +off = 关闭 +low = 低 +mid = 中 +high = 高 +strength = 震动级别 +flash to nor = 闪存到 NOR +copy to psram = 复制到 PSRAM + +[abort save] +title = 取消存档 +text = 您确定取消存档? + +[gba warn] +title = GBA rom 容量过大 +text = 不支持大于32M的 GBA rom! + +[patches] +download play = 提升单卡联机兼容性 +cheating system = 金手指 +reset in game = 软复位 (L+R+A+B+↓) +dma = DMA 模式 +protection = 自动反烧录 +linkage = 与GBA联动 +sd save = 直接存储至SD卡 +homebrew reset = 软件复位 +reset hotkey = 复位热键 + + +[switches] +Enable = 启用 +Disable = 禁用 +Global = 全部(%s) + +[ram allocation] +title = 文件复制错误 +memory allocation error = 内存分配错误 + +[scrolling] +fast = 快 +medium = 中 +slow = 慢 + +[file settings] +title = 文件系统设置 +show hidden files = 显示隐藏文件 +save extension = 存档扩展 + +[interface settings] +title = 文件系统设置 +scrolling speed = 滚屏速度 +filelist style = 图标风格 +oldschool = 简洁 +modern = 图标 +internal = 游戏标题 +small = 小图标 +animation = 动画 +12 hour = 12小时时钟 + +[gba settings] +title = GBA 设定 +sleephack = 启用休眠 +autosave = 启动时备份存档 +mode = Slot-2 模式 +modegba = 引导到gba模式 +modends = nds +modeask = ask +modetext = 在 slot-2接口启用NDS模式? + +[sd save] +title = 不兼容的tf卡 +text = 您使用的tf卡(型号:%s) 不适合直接运行 DS 官方程序,请拷贝到 Acekard 内置闪存中再运行 + +[icon] +icon = 图标显示模式 +transparent = 边框透明 +as is = 原图标 +firmware = 固件图标 + +[cheats] +title = 金手指 +info = More… +deselect = 全部取消 + +[saveslot] +title = 存档管理 +confirm = 你是否想要复制此位置存档? +target slot = 目标存档位置 + +[mainlist] +flash memory = Flash Memory +microsd card = microSD Card +slot2 card = Slot2 Card +favorites = Favorites + +[hotkeys] +l-r-a-b-↓ = l-r-a-b-↓ +l-r-b-y-↓ = l-r-b-y-↓ +l-r-a-b-x-y = l-r-a-b-x-y +b-y-touch = b-y-touch +start-r-touch = start-r-touch + +[updater] +update = Update +update ? = Do you want to update? +updater = Update module +menu = Main module +cheats = Cheats DB +connecting = Connecting +failed = failed +updated = updated +fresh = already updated +stop = Do you want to stop transfer? +download = Downloaded %d bytes +unpack = Unpacking + +[crc32] +crc32 = CRC32 +calculation = 计算CRC32 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/繁體中文 (ZH)/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/繁體中文 (ZH)/language.txt new file mode 100644 index 0000000..b86f264 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/繁體中文 (ZH)/language.txt @@ -0,0 +1,305 @@ +// Thanks to s223355 for the translation. + +[font] +main = wenquanyi_9pt.pcf +language = 0 + +[start menu] +Copy = 複製 +Cut = 剪下 +Paste = 貼上 +Delete = 刪除 +Setting = 設定 +Info = 檔案資訊 +Help = 說明 +Tools = 工具 +START = START + +[message box] +yes = 是 +no = 否 +ok = 確定 +cancel = 取消 + +[progress window] +processing save = 正在處理存檔,請不要關機! +processing copy = 正在複製檔案,請不要關機,按 %c 取消! +first use sd = 正在為第一次使用 SD 卡做準備 +gba load = 讀取GBA遊戲… +gba save load = 讀取GBA存檔… +gba save store = 正在處理GBA存檔,請不要關機! +erase nor = 消除NOR記憶體中,請不要關機! + +[copy file error] +title = 錯誤 +text = 檔案或資料夾不存在 + +[copy file exists] +title = 提示 +text = 有相同檔名的檔案存在,要覆蓋嗎? + +[copy dest is directory] +title = 錯誤 +text = 有相同名字的目錄存在,不能將檔案複製到這裡 + +[move dest is directory] +title = 錯誤 +text = 有相同名字的目錄存在,不能將檔案搬移到這裡 + +[no copy dir] +title = 錯誤 +text = 不支援複製或剪下一個目錄 + +[stop copying file] +title = 確認 +text = 要停止複製這個檔案嗎? + +[confirm delete file] +title = 確認 +text = 刪除檔案後不能恢復,確實要刪除 「%s」 嗎? + +[do not delete directory] +title = 警告 +text = 該目錄下還有檔案或者目錄,不能直接刪除 + +[restore save fail] +title = 錯誤 +text = 恢復存檔錯誤 + +[language changed] +title = 問題 +text = 改變了系統語言,要現在重啟更換新的語言嗎?選「否」稍後再重啟 + +[ui style changed] +title = 問題 +text = 改變了使用者設定,必須重啟系統才能生效,要現在重啟更換新的設定嗎?選「否」保持當前的設定 + +[setting window] +ok = 確定 +savetype = 存檔類型 +cancel = 取消 +confirm = 確認 +confirm text = 要保存當前的設定嗎? +close = 關閉 +system = 系統 +interface = 介面 +filesystem = 檔案系統 +gba = GBA +patches = 特殊功能 + +[save type] +title = 設定 +text = 選擇存檔類型 +Unknown = 未知/自動 +No Save = 沒有存檔 +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = 預設 +save slot = 選擇存檔Slot +tab1 = 兼容性 +tab2 = 特殊選項 + +[system setting] +title = 系統設定 +safe mode = Safe Mode + +[rom info] +title = 檔案資訊 +file date = 最後寫入:%d年%d月%d日 %02d:%02d:%02d(GMT) +file size = 檔案大小:%s +save type = 存檔類型:%s +game code = 遊戲代碼: %s +copy slot = 複製存檔 + +[disk info] +total = 磁碟容量:%s +used = 已用空間:%s +free = 剩餘空間:%s + +[no free space] +title = 錯誤 +text = 磁碟空間不足 + +[unsupported sd] +title = 不相容的SD卡 +text = 您使用的SD卡(型號:%s) 不適合直接執行DS官方程式,請複製到AK內建記憶體中再執行 + +[sd card error] +title = SD卡錯誤 +text = 無法存取SD卡的內容,SD卡可能沒有插好 + +[no sd for save] +title = SD卡錯誤 +text = 無法存取SD卡,之前的存檔將被備份到內建記憶體的:%s 檔案中 + +[no gba card] +title = 提示 +text = SLOT2 並沒有插入設備 + +[filelist type] +text = 設定檔案列表方式 +item0 = NDS +item1 = NDS + SAV +item2 = ALL + +[rom trim] +text = 複製時自動縮減ROM +item0 = 否 +item1 = 是 + +[language] +text = 系統語言 +ja = 日本語 +en = english +fr = français +de = deutsch +it = italiano +es = español + +[ui style] +text = 面版 + +[help window] +title = 說明主題 +item0 = %c 選擇檔案 +item1 = %c 是/開始/確定 +item2 = %c 否/後退/取消 +item3 = %c 查詢檔案資訊 / 選擇存檔類型 +item4 = %c 切換 SD / NAND 記憶體 +item5 = %c 上一頁 +item6 = %c 調整亮度:1/2/3/4 +item7 = %s 開始選單 +item8 = %s 切換 圖示/文字 模式 + +[exp window] +button = EZ3合1 +title = 3合1擴充卡設定 +ram = RAM +sram = sRAM +off =關閉 +low = 弱 +mid = 中 +high = 強 +strength = 震動等級 +flash to nor = 到 NOR +copy to psram = 到 PSRAM + +[abort save] +title = 取消存檔 +text = 您確定要取消存檔? + +[gba warn] +title = 警告:GBA ROM 容量 +text = 不支援大於32MB的GBA ROM ! + +[patches] +download play = 提升單卡聯機相容性 +cheating system = 金手指 +reset in game = 暖開機 (L+R+A+B+↓) +dma = DMA模式 +protection = 反制燒錄保護 +linkage = Link with GBA +sd save = Save directly to SD +homebrew reset = Reset in Homebrew +reset hotkey = Reset Hotkey + +[switches] +Enable = 開啟 +Disable = 關閉 +Global = 全體(%s) + +[ram allocation] +title = 錯誤 +memory allocation error = 記憶體配置錯誤 + +[scrolling] +fast = 快 +medium = 中 +slow = 慢 + +[file settings] +title = 檔案系統設定 +show hidden files = 顯示隱藏檔案 +Save Extension = 存檔副檔名 + +[interface settings] +title = 介面設定 +scrolling speed = 捲動速度 +filelist style = 列表格式 +oldschool = 傳統 +modern = 圖示 +internal = 遊戲標題 +small = Small icons +animation = 動畫 +12 hour = 12-hour clock + +[gba settings] +title = GBA 設定 +sleephack = 通用休眠 +autosave = 啟動時備份存檔 +mode = Slot-2 mode +modegba = gba +modends = nds +modeask = ask +modetext = Launch slot-2 in NDS mode? + +[sd save] +title = 提示 +text = This game cannot be launched from Acekard Internal Flash Memory, please copy game from Acekard Internal Flash Memory to SD card and try again. + +[icon] +icon = Show icon +transparent = transparent +as is = as is +firmware = firmware + +[cheats] +title = Cheats +info = More… +deselect = Deselect all + +[saveslot] +title = Copy Save Slot +confirm = Are you sure you want to copy save slot? +target slot = Target Save Slot + +[mainlist] +flash memory = Flash Memory +microsd card = microSD Card +slot2 card = Slot2 Card +favorites = Favorites + +[hotkeys] +l-r-a-b-↓ = l-r-a-b-↓ +l-r-b-y-↓ = l-r-b-y-↓ +l-r-a-b-x-y = l-r-a-b-x-y +b-y-touch = b-y-touch +start-r-touch = start-r-touch + +[updater] +update = Update +update ? = Do you want to update? +updater = Update module +menu = Main module +cheats = Cheats DB +connecting = Connecting +failed = failed +updated = updated +fresh = already updated +stop = Do you want to stop transfer? +download = Downloaded %d bytes +unpack = Unpacking + +[crc32] +crc32 = CRC32 +calculation = 計算 CRC32 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/한국어 (KO)/language.txt b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/한국어 (KO)/language.txt new file mode 100644 index 0000000..1e68ab0 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/language/한국어 (KO)/language.txt @@ -0,0 +1,305 @@ + + +[font] +main = ugulim12.pcf +language = 0 + +[start menu] +Copy = 복사 +Cut = 잘라내기 +Paste = 붙여넣기 +Delete = 삭제 +Setting = 환경 설정 +Info = 파일/폴더 정보 +Help = 도움말 +Tools = 도구를 +START = START + +[message box] +yes = 예 +no = 아니오 +ok = 확인 +cancel = 취소 + +[progress window] +processing save = 진행 중입니다, 전원을 끄지 마십시오. +processing copy = 복사 중, 전원을 끄지 마십시오.(취소: %c) +first use sd = 처음 사용하는 SD카드를 확인하는 중입니다. +gba load = 게임을 불러오는 중입니다. +gba save load = 세이브를 불러옵니다. +gba save store = 세이브를 저장합니다. 전원을 끄지 마십시오. +erase nor = NOR 플래시 메모리를 초기화 합니다. + +[copy file error] +title = 오류 +text = 파일이 존재 하지 않습니다. + +[copy file exists] +title = 경고 +text = 동일한 이름을 가진 파일이 존재합니다. 덮어씌우시겠습니까? + +[copy dest is directory] +title = 오류 +text = 동일한 이름을 가진 폴더가 존재하므로 파일을 복사할 수 없습니다. + +[move dest is directory] +title = 오류 +text = 동일한 이름을 가진 폴더가 존재하므로 파일을 이동할 수 없습니다. + +[no copy dir] +title = 오류 +text = 폴더의 복사/이동은 아직 지원하지 않습니다. + +[stop copying file] +title = 파일 복사 정지 +text = 복사를 취소하시겠습니까? + +[confirm delete file] +title = 확인 +text = 삭제한 파일은 복구 할 수 없습니다. 그래도 삭제 하겠습니까? "%s" + +[do not delete directory] +title = 경고 +text = 비어있지 않은 디렉토리는 삭제할 수 없습니다. + +[restore save fail] +title = 오류 +text = 세이브 데이터를 복구하는데 실패했습니다. + +[language changed] +title = 질문 +text = 사용자 언어가 변경되었습니다. 변경한 언어를 적용시키기 위해서 지금 재시동 하겠습니까? + +[ui style changed] +title = 질문 +text = 유저 인터페이스가 변경되었습니다. 변경한 인터페이스를 적용시키기 위해서 지금 재시동 하겠습니까? + +[setting window] +ok = 예 +savetype = 환경 설정 +cancel = 취소 +confirm = 확인 +confirm text = 현재 설정을 저장하시겠습니까? +close = 닫기 +system = 시스템을 +interface = 인터페이스 +filesystem = 파일 +gba = GBA +patches = Patches + +[save type] +title = 환경 설정 +text = 저장 방식 선택 +Unknown = 알수없음/자동 +No Save = 저장 안함 +4K = 4K +64K = 64K +512K = 512K +1M = 1M +2M = 2M +4M = 4M +8M = 8M +16M = 16M +32M = 32M +64M = 64M +default = 메인 +save slot = 슬롯에 저장을 선택하십시오 +tab1 = Compatibility +tab2 = Features + +[system setting] +title = 환경 설정 +safe mode = Safe Mode + +[rom info] +title = 파일/폴더 정보 +file date = 마지막 변경: %d/%d/%d %02d:%02d:%02d(GMT) +file size = 파일 크기: %s +save type = 저장 방식: %s +game code = Game Code: %s +copy slot = 슬롯복사 + +[disk info] +total = 디스크 용량: %s +used = 사용 용량: %s +free = 남은 용량: %s + +[no free space] +title = 오류 +text = 그 디스크에 충분한 공간이 없습니다. + +[unsupported sd] +title = 지원되지 않는 SD 카드 +text = 이 SD 카드(모델:%s)는 DS소프트웨어를 실행하는데 적합하지 않습니다. SD 카드의 소프트웨어를 내장 메모리로 옮겨서 실행해주시기 바랍니다. + +[sd card error] +title = SD 카드 에러 +text = SD 카드에 접근할 수 없습니다. 정확하게 삽입 되었는지 확인해 주십시오. + +[no sd for save] +title = SD 카드 에러 +text = SD 카드에 접근할 수 없습니다. 이전에 실행했던 소프트웨어의 저장 데이터는 내장 메모리에 저장됩니다.: "%s". + +[no gba card] +title = 알림 +text = 슬롯2에 장치가 없습니다. + +[filelist type] +text = 표시할 파일 설정 +item0 = NDS +item1 = NDS + SAV +item2 = 모두보임 + +[rom trim] +text = 복사할 때 롬파일 용량 줄임 +item0 = 사용안함 +item1 = 사용함 + +[language] +text = 언어 +ja = 日本語 +en = english +fr = français +de = deutsch +it = italiano +es = español + +[ui style] +text = 유저 인터페이스 스타일 + +[help window] +title = 도움말 정보 +item0 = %c 프로그램 선택 +item1 = %c 시작/확인/예 +item2 = %c 뒤로/취소/아니오 +item3 = %c 파일 정보 보기/저장 방식 선택 +item4 = %c 내장 메모리/외장 메모리 전환 +item5 = %c 상위 폴더로 이동 +item6 = %c 밝기 조절 +item7 = %s 시작 메뉴 +item8 = %s 목록 스타일 전환 + +[exp window] +button = 3in1 +title = 3in1 확장팩 설정 +ram = RAM +sram = sRAM +off = 사용안함 +low = 약함 +mid = 중간 +high = 강함 +strength = 진동 강도 +flash to nor = to NOR +copy to psram = to RAM + +[abort save] +title = 저장을 중지 처리 +text = 처리 저장을 중지하시겠습니까? + +[gba warn] +title = 경고 +text = 32M가 넘는 GBA롬은 지원하지 않습니다. + +[patches] +download play = 다운로드 플레이 패치 +cheating system = 치트 사용(AR) +reset in game = 소프트 리셋 사용 +dma = DMA mode +protection = Bypass Protection +linkage = Link with GBA +sd save = Save directly to SD +homebrew reset = Reset in Homebrew +reset hotkey = Reset Hotkey + +[switches] +Enable = on +Disable = off +Global = global(%s) + +[ram allocation] +title = 오류 +memory allocation error = 메모리 할당 오류 + +[scrolling] +fast = 패스트 +medium = 매체 +slow = 슬로우 + +[file settings] +title = 파일 시스템 설정을 +show hidden files = 숨김 파일 보임 +save extension = 세이브파일 확장자 선택 + +[interface settings] +title = 인터페이스를 설정 +scrolling speed = 스크롤 속도 조절 +filelist style = 파일 목록 스타일의 +oldschool = 단순 +modern = 아이콘 +internal = Internal +small = Small icons +animation = 애니메이션 +12 hour = 12-hour clock + +[gba settings] +title = GBA settings +sleephack = Universal sleep +autosave = Backup save at startup +mode = Slot-2 mode +modegba = gba +modends = nds +modeask = ask +modetext = Launch slot-2 in NDS mode? + +[sd save] +title = 경고 +text = This game cannot be launched from Acekard Internal Flash Memory, please copy game from Acekard Internal Flash Memory to SD card and try again. + +[icon] +icon = Show icon +transparent = transparent +as is = as is +firmware = firmware + +[cheats] +title = Cheats +info = More… +deselect = Deselect all + +[saveslot] +title = 저장슬롯 복사 +confirm = 저장 슬롯을 복사하겠습니까? +target slot = 목표 저장 슬롯 + +[mainlist] +flash memory = Flash Memory +microsd card = microSD Card +slot2 card = Slot2 Card +favorites = Favorites + +[hotkeys] +l-r-a-b-↓ = l-r-a-b-↓ +l-r-b-y-↓ = l-r-b-y-↓ +l-r-a-b-x-y = l-r-a-b-x-y +b-y-touch = b-y-touch +start-r-touch = start-r-touch + +[updater] +update = Update +update ? = Do you want to update? +updater = Update module +menu = Main module +cheats = Cheats DB +connecting = Connecting +failed = failed +updated = updated +fresh = already updated +stop = Do you want to stop transfer? +download = Downloaded %d bytes +unpack = Unpacking + +[crc32] +crc32 = CRC32 +calculation = CRC32 계산 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/lastsave.ini b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/lastsave.ini new file mode 100644 index 0000000..e69de29 diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/savesize.bin b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/savesize.bin new file mode 100644 index 0000000..1b87f6d Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/savesize.bin differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/sqpth.bin b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/sqpth.bin new file mode 100644 index 0000000..4cc67b7 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/sqpth.bin differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/brightness.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/brightness.bmp new file mode 100644 index 0000000..8adcea2 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/brightness.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/btn2.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/btn2.bmp new file mode 100644 index 0000000..59ea29f Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/btn2.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/btn3.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/btn3.bmp new file mode 100644 index 0000000..685df83 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/btn3.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/btn4.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/btn4.bmp new file mode 100644 index 0000000..63e11a3 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/btn4.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/calendar/clock_colon.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/calendar/clock_colon.bmp new file mode 100644 index 0000000..2bf4a93 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/calendar/clock_colon.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/calendar/clock_numbers.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/calendar/clock_numbers.bmp new file mode 100644 index 0000000..447c377 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/calendar/clock_numbers.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/calendar/day_numbers.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/calendar/day_numbers.bmp new file mode 100644 index 0000000..d3704b2 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/calendar/day_numbers.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/calendar/year_numbers.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/calendar/year_numbers.bmp new file mode 100644 index 0000000..08b411b Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/calendar/year_numbers.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/card_icon_blue.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/card_icon_blue.bmp new file mode 100644 index 0000000..9c15079 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/card_icon_blue.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/custom.ini b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/custom.ini new file mode 100644 index 0000000..742ced1 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/custom.ini @@ -0,0 +1,20 @@ +[user name] +x = 22 +y = 0 +color = 0x0398 +show = 1 + +[custom text] +text = acekard +x = 0 +y = 0 +w = 0 +h = 0 +color = 0 +show = 0 + +[custom picture] +file = no file +x = 0 +y = 0 +show = 0 diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/folder_up.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/folder_up.bmp new file mode 100644 index 0000000..d5c0dfb Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/folder_up.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/lower_screen.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/lower_screen.bmp new file mode 100644 index 0000000..2cc8083 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/lower_screen.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/menu_bg.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/menu_bg.bmp new file mode 100644 index 0000000..181513f Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/menu_bg.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/progress_bar.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/progress_bar.bmp new file mode 100644 index 0000000..ef2a04b Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/progress_bar.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/progress_wnd.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/progress_wnd.bmp new file mode 100644 index 0000000..8fc260f Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/progress_wnd.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/spin_btn_left.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/spin_btn_left.bmp new file mode 100644 index 0000000..0cf0941 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/spin_btn_left.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/spin_btn_right.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/spin_btn_right.bmp new file mode 100644 index 0000000..b161431 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/spin_btn_right.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/title_bg.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/title_bg.bmp new file mode 100644 index 0000000..127a5d3 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/title_bg.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/title_left.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/title_left.bmp new file mode 100644 index 0000000..68a1ea6 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/title_left.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/title_right.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/title_right.bmp new file mode 100644 index 0000000..6d9a846 Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/title_right.bmp differ diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/uisettings.ini b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/uisettings.ini new file mode 100644 index 0000000..3f8e010 --- /dev/null +++ b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/uisettings.ini @@ -0,0 +1,101 @@ +[global settings] +formFrameColor = 0x1337 +formBodyColor = 0x5bbe +formTextColor = 0x0191 +formTitleTextColor = 0x2d6b +buttonTextColor = 0x0191 +spinBoxNormalColor = 0x0b3f +;߿ɫ007300 +;ɫccff00 +spinBoxFocusColor = 0x0191 +spinBoxFrameColor = 0x1236 +spinBoxTextColor = 0x0191 +spinBoxTextHiLightColor = 0x7fff +listViewBarColor1 = 0x4d60 +listViewBarColor2 = 0x24a0 +listTextColor = 0 +listTextHighLightColor = 0x7fff +popMenuTextColor = 0x2d6b +popMenuTextHighLightColor = 0x7fff +popMenuBarColor = 0x4d60 + +[start button] +x = 214 +y = 174 +w = 48 +h = 18 +textColor = 0x7FFF +file = none +text = ini + +[start menu] +x = 0 +y = 32 +itemX = 4 +itemY = 12 +itemHeight = 16 + +[brightness btn] +x = 240 +y = 1 +w = 16 +h = 16 + +[folderup btn] +x = 2 +y = 2 +w = 40 +h = 16 + +[disk icon] +x = 238 +y = 173 + +[main list] +textColor = 0x2d6b +textColorHilight = 0x7fff +selectionBarColor1 = 0x5c00 +selectionBarColor2 = 0x2d60 + +[big clock] +x = 8 +y = 80 +show = 1 + +[calendar year] +x = 56 +y = 28 +show = 1 + +[calendar month] +x = 10 +y = 28 +show = 1 + +[calendar day] +x = 136 +y = 37 +show = 1 +highlightColor = 0x0c0f +dw = 16 +dh = 14 + +[folder text] +x = 20 +y = 2 +w = 160 +h = 16 +color = 0x2d6b + +[setting window] +spinBoxWidth = 108 + +[rom info window] +w = 220 +h = 144 + +[help window] +w = 220 +h = 166 + +[end] diff --git a/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/upper_screen.bmp b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/upper_screen.bmp new file mode 100644 index 0000000..913089a Binary files /dev/null and b/archive/r4i-d.com/old/r4i-d.com_Wood_1.13.1/__r4i/ui/R4ids/upper_screen.bmp differ diff --git a/archive/r4i-d.com/old/readme.txt b/archive/r4i-d.com/old/readme.txt new file mode 100644 index 0000000..d89a80d --- /dev/null +++ b/archive/r4i-d.com/old/readme.txt @@ -0,0 +1,5 @@ +Cheats: +- r4i-d_Wood_1.13.1: SD:/__r4i/cheats/usrcheat.dat +- r4i-d_Kernel_1.41: SD:/_SYSTEM_/CHEAT.DAT + +Note: The r4i-d.com 1.41 kernel appears to have a broken game loader.