diff --git a/archive/pk3ds.org/Makefile b/archive/pk3ds.org/Makefile new file mode 100644 index 0000000..6277593 --- /dev/null +++ b/archive/pk3ds.org/Makefile @@ -0,0 +1,17 @@ +.PHONY: package + +export TOPDIR := $(shell pwd $(CURDIR)) +export BASE := $(shell basename $(CURDIR)) +export OUT := $(TOPDIR)/../../out +export COMMON := $(TOPDIR)/../../common-kernels + +package: directory old extdata + +directory: + mkdir -p $(OUT)/$(BASE) + +old: directory + make -C $@ + +extdata: directory + cp YSMenu-instructions.txt $(OUT)/$(BASE) diff --git a/archive/pk3ds.org/YSMenu-instructions.txt b/archive/pk3ds.org/YSMenu-instructions.txt new file mode 100644 index 0000000..d563c42 --- /dev/null +++ b/archive/pk3ds.org/YSMenu-instructions.txt @@ -0,0 +1,3 @@ +# Installation instructions for YSMenu on the pk3ds.org + +Please follow the instructions to install YSMenu here: https://flashcarts.net/ysmenu-compat-ext.html diff --git a/archive/pk3ds.org/old/Makefile b/archive/pk3ds.org/old/Makefile new file mode 100644 index 0000000..252e27d --- /dev/null +++ b/archive/pk3ds.org/old/Makefile @@ -0,0 +1,21 @@ +.PHONY: package + +export TOPDIR := $(shell pwd $(CURDIR)) +export BASE := pk3ds.org/$(shell basename $(CURDIR)) +export OUT := $(TOPDIR)/../../../out +export COMMON := $(TOPDIR)/../../../common-kernels + +package: directory pk3ds.org_Kernel_2.12.zip pk3ds.org_3DS_V2.2.0-4J_upgrade_package.zip pk3ds.org_DSi_V1.43_upgrade_package.zip + +directory: + mkdir -p $(OUT)/$(BASE) + +pk3ds.org_3DS_V2.2.0-4J_upgrade_package.zip: directory + cd $(TOPDIR)/pk3ds.org_3DS_V2.2.0-4J_upgrade_package && zip -r -X $(OUT)/$(BASE)/$@ * + +pk3ds.org_DSi_V1.43_upgrade_package.zip: directory + cd $(TOPDIR)/pk3ds.org_DSi_V1.43_upgrade_package && zip -r -X $(OUT)/$(BASE)/$@ * + +pk3ds.org_Kernel_2.12.zip: directory + cd $(TOPDIR)/pk3ds.org_Kernel_2.12 && zip -r -X $(OUT)/$(BASE)/$@ * + \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_3DS_V2.2.0-4J_upgrade_package/PK3DS.upd b/archive/pk3ds.org/old/pk3ds.org_3DS_V2.2.0-4J_upgrade_package/PK3DS.upd new file mode 100644 index 0000000..f50ad88 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_3DS_V2.2.0-4J_upgrade_package/PK3DS.upd differ diff --git a/archive/pk3ds.org/old/pk3ds.org_3DS_V2.2.0-4J_upgrade_package/how to upgrade.txt b/archive/pk3ds.org/old/pk3ds.org_3DS_V2.2.0-4J_upgrade_package/how to upgrade.txt new file mode 100644 index 0000000..695232a --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_3DS_V2.2.0-4J_upgrade_package/how to upgrade.txt @@ -0,0 +1,22 @@ + 说明:这个是3DS V2.2.0-4J升级包,如果你的PK3DS卡不可以在3DS V2.2.0-4J主机上运行,请用这个3DS V2.2.0-4J升级包在电脑上将你的PK3DS卡升级,就可以在3DS V2.2.0-4J主机上运行啦 + + 1.首先,请到www.pk3ds.com下载最新内核。 + 2:解压缩文件,把这些文件(app,data,moonshl2, +NDSMAIL,svsip,SYSTEM,r4.DAT)复制到TF卡根目录里。 + 3.下载3DS V2.2.0-4J upgrade package of PK3DS升级包。解压并将解压文件(PK3DS.upd )复制到TF卡上。 + 4.将TF卡插到PK3DS卡上,然后将插好TF卡的PK3DS卡插上PK3DS专用数据线连接到电脑主机上。 +这时PK3DS烧录卡这端USB座边上的红色升级灯会连续不停地快速闪动,表明正在升级, 这个过程请不要将数据线拔出,否则会损坏PK3DS卡。 +5. 当红色灯灭了以后,表明升级完成,就可以在3DS V2.2.0-4J主机上运行啦,升级完成后TF卡内的升级文件(PK3DS.upd )会被自动删除。 +注:在升级过程中如果红色灯不闪并一直亮着,可以拔出数据线,重复以上的第4步再来一次。 + + Instructions :this is 3DS V2.2.0-4J upgrade package, if your PK3DS card can not run on 3DS V2.2.0-4J console,please use this 3DS V2.2.0-4J upgrade package to upgrade your PK3DS card on computer for running on 3DS V2.2.0-4J console. + + 1. First, go to www.pk3ds.com to download the latest kernel. + 2.Unzip and copy the files(app,data,moonshl2, +NDSMAIL,svsip,SYSTEM,r4.DAT) to the root of MicroSD card. + 3. Go to www.pk3ds.com to download the 3DS V2.2.0-4J upgrade package of PK3DS. +Unzip and copy the file (PK3DS.upd) to the root of MicroSD card. + 4. Insert MicroSD card into PK3DS card, and connect PK3DS card to the computer host by PK3DS dedicated data line.And then the lantern on pk3ds card will flash Continuously and quickly,that is being upgraded.Note:This process should not pull out the data line, otherwise it will damage the PK3DS card + 5.When the red light went out ,it means that the upgrade is complete,you can pull out the data line from computer,and now the pk3ds card can run on 3DS V2.2.0-4J console.[the update file (PK3DS.upd) will be automatically deleted after the upgrade is complete] +Note:During the upgrade process if the red lights do not flash or has been lit, you can pull out the data line, repeat the step 4 above again. + diff --git a/archive/pk3ds.org/old/pk3ds.org_DSi_V1.43_upgrade_package/PK3DS.upd b/archive/pk3ds.org/old/pk3ds.org_DSi_V1.43_upgrade_package/PK3DS.upd new file mode 100644 index 0000000..b023c2d Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_DSi_V1.43_upgrade_package/PK3DS.upd differ diff --git a/archive/pk3ds.org/old/pk3ds.org_DSi_V1.43_upgrade_package/how to upgrade.txt b/archive/pk3ds.org/old/pk3ds.org_DSi_V1.43_upgrade_package/how to upgrade.txt new file mode 100644 index 0000000..14aa841 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_DSi_V1.43_upgrade_package/how to upgrade.txt @@ -0,0 +1,22 @@ + 说明:这个是DSi1.43升级包,如果你的PK3DS卡不可以在DSi1.43主机上运行,请用这个DSi1.43升级包在电脑上将你的PK3DS卡升级,就可以在DSi1.43上运行啦 + + 1.首先,请到www.pk3ds.com下载最新内核。 + 2:解压缩文件,把这些文件(app,data,moonshl2, +NDSMAIL,svsip,SYSTEM,r4.DAT)复制到TF卡根目录里。 + 3.下载DSi1.43 upgrade package of PK3DS升级包。解压并将解压文件(PK3DS.upd )复制到TF卡上。 + 4.将TF卡插到PK3DS卡上,然后将插好TF卡的PK3DS卡插上PK3DS专用数据线连接到电脑主机上。 +这时PK3DS烧录卡这端USB座边上的红色升级灯会连续不停地快速闪动,表明正在升级, 这个过程请不要将数据线拔出,否则会损坏PK3DS卡。 +5. 当红色灯灭了以后,表明升级完成,就可以在DSi1.43主机上运行啦,升级完成后TF卡内的升级文件(PK3DS.upd )会被自动删除。 +注:在升级过程中如果红色灯不闪并一直亮着,可以拔出数据线,重复以上的第4步再来一次。 + + Instructions :this is DSi1.43 upgrade package, if your PK3DS card can not run on DSi1.43 console,please use this DSi1.43 upgrade package to upgrade your PK3DS card on computer for running on DSi1.43 console. + + 1. First, go to www.pk3ds.com to download the latest kernel. + 2.Unzip and copy the files(app,data,moonshl2, +NDSMAIL,svsip,SYSTEM,r4.DAT) to the root of MicroSD card. + 3. Go to www.pk3ds.com to download the DSi1.43 upgrade package of PK3DS. +Unzip and copy the file (PK3DS.upd) to the root of MicroSD card. + 4. Insert MicroSD card into PK3DS card, and connect PK3DS card to the computer host by PK3DS dedicated data line.And then the lantern on pk3ds card will flash Continuously and quickly,that is being upgraded.Note:This process should not pull out the data line, otherwise it will damage the PK3DS card + 5.When the red light went out ,it means that the upgrade is complete,you can pull out the data line from computer,and now the pk3ds card can run on DSi1.43 console.[the update file (PK3DS.upd) will be automatically deleted after the upgrade is complete] +Note:During the upgrade process if the red lights do not flash or has been lit, you can pull out the data line, repeat the step 4 above again. + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/VERSION.DAT b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/VERSION.DAT new file mode 100644 index 0000000..2ef025e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/VERSION.DAT differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/app.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/app.dat new file mode 100644 index 0000000..c97c12f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/app.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/cheats/CHN.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/cheats/CHN.dat new file mode 100644 index 0000000..111a8f4 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/cheats/CHN.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/cheats/ENG.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/cheats/ENG.dat new file mode 100644 index 0000000..f756528 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/cheats/ENG.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/cheats/JAP.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/cheats/JAP.dat new file mode 100644 index 0000000..89c0367 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/cheats/JAP.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/dldi.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/dldi.dat new file mode 100644 index 0000000..6ad97d4 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/dldi.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/extinfo.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/extinfo.dat new file mode 100644 index 0000000..efb1922 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/extinfo.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/globalsettings.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/globalsettings.ini new file mode 100644 index 0000000..b84af6f --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/globalsettings.ini @@ -0,0 +1,39 @@ +[system] +fontWidth = 11 +halfFontWidth = 6 +fontHeight = 12 +sdCardSpeed = 0 +animatedFileIcon = 1 +keyDelay = 30 +keyRepeat = 1 +fileListViewMode = 0 +brightness = 2 +language = 2 +backgroundvoice = 1 +keyvoice = 1 +langDirectory = lang_en +uiName = black +akmenuVersion = 4 +akmenuSubVersion = 0 +fileListType = 0 +romTrim = 0 +showHiddenFiles = 1 +enterLastDirWhenBoot = 1 +downloadPlayPatch = 0 +cheatingSystem = 0 +resetInGame = 0 +Shortcut = 0 +ShortcutPath = none +ShortcutStr = none +ShortcutLongPath = none +scrollSpeed = fast +norMode3in1Exp = 0 +rumbleStrength = 0 +autorunWithLastRom = 0 +romNameTypeInList = 0 +slot2BootMode = 1 +cheatsDB = fat1:/__rpg/cheats/English.dat +selectedRowId = 0 +firstVisibleRowId = 0 +bakoffset = 0 +bakselectedRowId = 0 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/infolib.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/infolib.dat new file mode 100644 index 0000000..e4133dc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/infolib.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/language.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/language.txt new file mode 100644 index 0000000..527db9a --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/language.txt @@ -0,0 +1,221 @@ +[start menu] +Copy = +Cut = +Paste = ճ +Delete = ɾ +Save Type = ô浵 +Patches = ⹦ +Setting = ϵͳ +Info = ļϢ +Help = + +[main menu] +Game = Ϸ +Music = +Net = +Mail = E-ʼ +Msn = MSN +Wifi =ں +Ip =绰 + +[message box] +yes = +no = +ok = ȷ +cancel = ȡ + +[progress window] +processing save = ڴ浵벻Ҫػ +processing copy = ڸļ벻Ҫػ %c ȡ +first use sd = Ϊһʹ SD ׼ +loading.....please wait =װ......Ժ +scaning.....please wait =ɨ......Ժ + +[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 = Ŀ¼»ļĿ¼ֱɾ + +[unknown save type] +title = Notify +text = The save type of this program is unknown, press A to choose a type + +[no savelist] +title = Warning +text = Can not load save list, "savelist.bin" is missing + +[restore save fail] +title = +text = ָ浵Ҫ + +[backup save fail] +title = +text = ݴ浵ʧܣϿû㹻Ŀռ + +[language changed] +title = +text = ıϵͳҪµѡԺ + +[ui style changed] +title = +text = ıû񣬱ϵͳЧҪµķѡ񡱱ֵǰĽ + +[setting window] +ok = ȷ +savetype = 浵 +cancel = ȡ +confirm = ȷ +confirm text = Ҫ浱ǰ + +[save type] +title = ô浵 +text = ѡһ浵 +Unknown = δ֪/Զ +No Save = ûд浵 +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = ϵͳ + +[rom info] +title = ļϢ +file date = д룺%d%d%d %02d:%02d:%02d(GMT) +file size = ļС%s +save type = 浵ͣ%s + +[disk info] +total = %s +used = ÿռ䣺%s +free = ʣռ䣺%s + +[no free space] +title = +text = ̿ռ䲻㣬޷ɿ + +[folder] +title = +text = ļĿܳ1024 + +[sd speed] +text = SDٶ +item0 = +item1 = +item2 = +item3 = + +[unsupported sd] +title = ݵSD +text = ʹõSD(ͺ:%s) ʺֱ DS ٷ뿽 Acekard + +[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 = ʾ + +[rom trim] +text = ʱԶüROM +item0 = +item1 = + +[cheat] +text = Use cheat code +item0 = No +Item1 = Yes + +[autorun] +text = ʱ浵 +item0 = No +item1 = Yes + +[language] +text = Language +item0 = Ӣ +item1 = +item2 = +item3 = +item4 = +item5 = +item6 = +item7 = +item8 = +item9 = +[brightness] +text = Ļ + +[ui style] +text = + +[backgound voice] +text = + +[key voice] +text = + +[help window] +title = Ϣ +item0 = %c ѡϷ +item1 = %c ʼ/ȷ +item2 = %c /ȡ +item3 = %c 鿴ļϢ / ѡ浵 +item4 = %c л SD / FLASH +item5 = %c һĿ¼ +item6 = %c +item7 = %s ʼ˵ +item8 = %s лбģʽ/ģʽ +versions = HW: %02x NDD: %02x + +[patches] +title = ⹦ +download play = +cheating system = ָ +reset in game = λ + +[switches] +Disable = +Enable = + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/language.txt.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/language.txt.bak new file mode 100644 index 0000000..0fdfaff --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/language.txt.bak @@ -0,0 +1,212 @@ +[start menu] +Copy = +Cut = +Paste = ճ +Delete = ɾ +Save Type = ô浵 +Patches = ⹦ +Setting = ϵͳ +Info = ļϢ +Help = + +[message box] +yes = +no = +ok = ȷ +cancel = ȡ + +[progress window] +processing save = ڴ浵벻Ҫػ +processing copy = ڸļ벻Ҫػ %c ȡ +first use sd = Ϊһʹ SD ׼ +loading.....please wait =װ......Ժ +scaning.....please wait =ɨ......Ժ + +[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 = Ŀ¼»ļĿ¼ֱɾ + +[unknown save type] +title = Notify +text = The save type of this program is unknown, press A to choose a type + +[no savelist] +title = Warning +text = Can not load save list, "savelist.bin" is missing + +[restore save fail] +title = +text = ָ浵Ҫ + +[backup save fail] +title = +text = ݴ浵ʧܣϿû㹻Ŀռ + +[language changed] +title = +text = ıϵͳҪµѡԺ + +[ui style changed] +title = +text = ıû񣬱ϵͳЧҪµķѡ񡱱ֵǰĽ + +[setting window] +ok = ȷ +savetype = 浵 +cancel = ȡ +confirm = ȷ +confirm text = Ҫ浱ǰ + +[save type] +title = ô浵 +text = ѡһ浵 +Unknown = δ֪/Զ +No Save = ûд浵 +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = ϵͳ + +[rom info] +title = ļϢ +file date = д룺%d%d%d %02d:%02d:%02d(GMT) +file size = ļС%s +save type = 浵ͣ%s + +[disk info] +total = %s +used = ÿռ䣺%s +free = ʣռ䣺%s + +[no free space] +title = +text = ̿ռ䲻㣬޷ɿ + +[folder] +title = +text = ļĿܳ1024 + +[sd speed] +text = SDٶ +item0 = +item1 = +item2 = +item3 = + +[unsupported sd] +title = ݵSD +text = ʹõSD(ͺ:%s) ʺֱ DS ٷ뿽 Acekard + +[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 = ʾ + +[rom trim] +text = ʱԶüROM +item0 = +item1 = + +[cheat] +text = Use cheat code +item0 = No +Item1 = Yes + +[autorun] +text = Autorun +item0 = No +item1 = Yes + +[language] +text = Language +item0 = Ӣ +item1 = +item2 = +item3 = +item4 = +item5 = +item6 = +item7 = +item8 = +item9 = +[brightness] +text = Ļ + +[ui style] +text = + +[backgound voice] +text = + +[key voice] +text = + +[help window] +title = Ϣ +item0 = %c ѡϷ +item1 = %c ʼ/ȷ +item2 = %c /ȡ +item3 = %c 鿴ļϢ / ѡ浵 +item4 = %c л SD / FLASH +item5 = %c һĿ¼ +item6 = %c +item7 = %s ʼ˵ +item8 = %s лбģʽ/ģʽ +versions = HW: %02x NDD: %02x + +[patches] +title = ⹦ +download play = +cheating system = ָ +reset in game = λ + +[switches] +Disable = +Enable = + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/local.fon b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/local.fon new file mode 100644 index 0000000..6ccf0fe Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/local.fon differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/unicode.ank b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/unicode.ank new file mode 100644 index 0000000..76fae2a Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/unicode.ank differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/unicode.l2u b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/unicode.l2u new file mode 100644 index 0000000..cc8f091 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/unicode.l2u differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/unicode.u2l b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/unicode.u2l new file mode 100644 index 0000000..467866e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_cn/unicode.u2l differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/language.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/language.txt new file mode 100644 index 0000000..1298569 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/language.txt @@ -0,0 +1,222 @@ +// Thanks to Ralf Friedrich for the translation. + +[start menu] +Copy = Kopieren +Cut = Ausschneiden +Paste = Einfgen +Delete = Lschen +Save Type = Savetype setzen +Patches = Spezial +Setting = System Konfig. +Info = Dateiinfo +Help = Hilfe + + +[main menu] +Game = Spiel +Music = Musik +Net = Internet +Mail = E-mail +Msn = MSN +Wifi =Wifi-Upgrade +Ip =Telefon + + +[message box] +yes = Ja +no = Nein +ok = OK +cancel = Abbruch + +[progress window] +processing save = Arbeite ! Nicht abschalten +processing copy = Kopiere ! Nicht abschalten, %c zum Abbruch +first use sd = Prfe SD-Karte fr die erstmalige Nutzung + +[copy file error] +title = Fehler +text = Datei existiert nicht + +[copy file exists] +title = Warnung +text = Datei mit diesem Namen vorhanden, berschreiben ? + +[move file exists] +title = Warnung +text = Datei mit diesen Namen vorhanden, kann hierher nicht verschoben werden. + +[no copy dir] +title = Fehler +text = Verzeichnis-Kopieren nicht mglich. + +[stop copying file] +title = Kopieren Abbrechen +text = Willst du abbrechen ? + +[confirm delete file] +title = Besttigen +text = Datei kann nicht wiederhergestellt werden, "%s" lschen ? + +[do not delete directory] +title = Warnung +text = Verzeichnis ist nicht leer, Lschen unmglich. + +[unknown save type] +title = Hinweis +text = Savetype des Programms unbekannt, drcke A um Type auszuwhlen. + +[no savelist] +title = Warnung +text = Kann Savelist nicht laden, "savelist.bin" fehlt. + +[restore save fail] +title = Warnung +text = Wiederherstellung fehlgeschlagen, fortsetzen? + +[backup save fail] +title = Warnung +text = Sicherung fehlgeschlagen. Disk hat nicht genug freien Speicher. + +[language changed] +title = Frage +text = Systemsprache gendert. Neustarten um nderungen anzunehmen ? Whle "Nein" um spter neu zu starten. + +[ui style changed] +title = Frage +text = Benutzerinterface gendert. Neustarten zum anzunehmen ? "Nein" whlen um aktuellen Style zu behalten. + +[setting window] +ok = OK +savetype = Savetype +cancel = Abbruch +confirm = Besttigen +confirm text = Einstellungen speichern? + +[save type] +title = Setze Savetype +text = Whle Savetype +Unknown = Auto +No Save = Keiner +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = System-Konfig. + +[rom info] +title = Datei-Information +file date = L. nderung: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Dateigre: %s +save type = Savetype: %s + +[disk info] +total = Kapazitt: %s +used = Benutzer S: %s +free = Freier Sp.: %s + +[no free space] +title = Fehler +text = Nicht gengend freier Speicher, Kopieren nicht mglich. + +[folder] +title = Error +text = Die Anzahl der Ordner kann nicht mehr als 1024 + + + +[sd speed] +text = MicroSD Geschwind. +item0 = EXTREM +item1 = SCHNELL +item2 = MITTEL +item3 = LANGSAM + +[unsupported sd] +title = SD nicht untersttzt +text = Diese SD Karte(Model:%s) ist nicht geeignet fr offizielle DS Programme, Bitte kopieren Sie diese zum internen Speicher und probieren Sie erneut. + +[sd card error] +title = SD card Fehler +text = Zugriff auf SD nicht mglich, Nicht korrekt eingesetzt ? + +[no sd for save] +title = SD card Fehler +text = Zugriff auf SD nicht mglich. Speicherung des letzten Programms wird geschrieben nach: "%s". + +[no gba card] +title = Hinweis +text = Kein Gert in 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 + +[cheat] +text = Cheat nutzen +item0 = Nein +item1 = Ja + +[autorun] +text = RT SAVE +item0 = Nein +item1 = Ja + +[language] +text = Sprache +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = Japanese +item4 = Francais +item5 = Italiano +item6 = Deutsch +item7 = Espanol +item8 = Nederlands +item9 = Koreanisch +[brightness] +text = Helligkeit + +[ui style] +text = Benutzerinterface Style + +[backgound voice] +text = Background Music + +[key voice] +text = Key Music + +[help window] +title = Hilfe +item0 = %c Programm whlen +item1 = %c Start/OK/Ja +item2 = %c Zurck/Abbruch/Nein +item3 = %c Zeige Dateiinfo/Whle Savetype +item4 = %c Wechsel SD/FLASH +item5 = %c Ein Verzeichnis zurck +item6 = %c Helligkeit einstellen +item7 = %s Startmen? +item8 = %s Menstyle neu/klassisch +versions = HW: %02x NDD: %02x + +[patches] +title = Spezial +download play = Download Play +cheating system = In-Game Cheats +reset in game = Menue Softreset +RT SAVE = RT Save + +[switches] +Enable = Einschalten +Disable = Ausschalten + +[end] \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/language.txt.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/language.txt.bak new file mode 100644 index 0000000..25e8d69 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/language.txt.bak @@ -0,0 +1,211 @@ +// Thanks to Ralf Friedrich for the translation. + +[start menu] +Copy = Kopieren +Cut = Ausschneiden +Paste = Einfgen +Delete = Lschen +Save Type = Savetype setzen +Patches = Spezial +Setting = System Konfig. +Info = Dateiinfo +Help = Hilfe + +[message box] +yes = Ja +no = Nein +ok = OK +cancel = Abbruch + +[progress window] +processing save = Arbeite ! Nicht abschalten +processing copy = Kopiere ! Nicht abschalten, %c zum Abbruch +first use sd = Prfe SD-Karte fr die erstmalige Nutzung + +[copy file error] +title = Fehler +text = Datei existiert nicht + +[copy file exists] +title = Warnung +text = Datei mit diesem Namen vorhanden, berschreiben ? + +[move file exists] +title = Warnung +text = Datei mit diesen Namen vorhanden, kann hierher nicht verschoben werden. + +[no copy dir] +title = Fehler +text = Verzeichnis-Kopieren nicht mglich. + +[stop copying file] +title = Kopieren Abbrechen +text = Willst du abbrechen ? + +[confirm delete file] +title = Besttigen +text = Datei kann nicht wiederhergestellt werden, "%s" lschen ? + +[do not delete directory] +title = Warnung +text = Verzeichnis ist nicht leer, Lschen unmglich. + +[unknown save type] +title = Hinweis +text = Savetype des Programms unbekannt, drcke A um Type auszuwhlen. + +[no savelist] +title = Warnung +text = Kann Savelist nicht laden, "savelist.bin" fehlt. + +[restore save fail] +title = Warnung +text = Wiederherstellung fehlgeschlagen, fortsetzen? + +[backup save fail] +title = Warnung +text = Sicherung fehlgeschlagen. Disk hat nicht genug freien Speicher. + +[language changed] +title = Frage +text = Systemsprache gendert. Neustarten um nderungen anzunehmen ? Whle "Nein" um spter neu zu starten. + +[ui style changed] +title = Frage +text = Benutzerinterface gendert. Neustarten zum anzunehmen ? "Nein" whlen um aktuellen Style zu behalten. + +[setting window] +ok = OK +savetype = Savetype +cancel = Abbruch +confirm = Besttigen +confirm text = Einstellungen speichern? + +[save type] +title = Setze Savetype +text = Whle Savetype +Unknown = Auto +No Save = Keiner +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = System-Konfig. + +[rom info] +title = Datei-Information +file date = L. nderung: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Dateigre: %s +save type = Savetype: %s + +[disk info] +total = Kapazitt: %s +used = Benutzer S: %s +free = Freier Sp.: %s + +[no free space] +title = Fehler +text = Nicht gengend freier Speicher, Kopieren nicht mglich. + +[folder] +title = Error +text = Die Anzahl der Ordner kann nicht mehr als 1024 + + + +[sd speed] +text = MicroSD Geschwind. +item0 = EXTREM +item1 = SCHNELL +item2 = MITTEL +item3 = LANGSAM + +[unsupported sd] +title = SD nicht untersttzt +text = Diese SD Karte(Model:%s) ist nicht geeignet fr offizielle DS Programme, Bitte kopieren Sie diese zum internen Speicher und probieren Sie erneut. + +[sd card error] +title = SD card Fehler +text = Zugriff auf SD nicht mglich, Nicht korrekt eingesetzt ? + +[no sd for save] +title = SD card Fehler +text = Zugriff auf SD nicht mglich. Speicherung des letzten Programms wird geschrieben nach: "%s". + +[no gba card] +title = Hinweis +text = Kein Gert in 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 + +[cheat] +text = Cheat nutzen +item0 = Nein +item1 = Ja + +[autorun] +text = RT SAVE +item0 = Nein +item1 = Ja + +[language] +text = Sprache +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = Japanese +item4 = Francais +item5 = Italiano +item6 = Deutsch +item7 = Espanol +item8 = Nederlands +item9 = Koreanisch +[brightness] +text = Helligkeit + +[ui style] +text = Benutzerinterface Style + +[backgound voice] +text = Background Music + +[key voice] +text = Key Music + +[help window] +title = Hilfe +item0 = %c Programm whlen +item1 = %c Start/OK/Ja +item2 = %c Zurck/Abbruch/Nein +item3 = %c Zeige Dateiinfo/Whle Savetype +item4 = %c Wechsel SD/FLASH +item5 = %c Ein Verzeichnis zurck +item6 = %c Helligkeit einstellen +item7 = %s Startmen? +item8 = %s Menstyle neu/klassisch +versions = HW: %02x NDD: %02x + +[patches] +title = Spezial +download play = Download Play +cheating system = In-Game Cheats +reset in game = Menue Softreset + + +[switches] +Enable = Einschalten +Disable = Ausschalten + +[end] \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/local.fon b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/local.fon new file mode 100644 index 0000000..6ccf0fe Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/local.fon differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/unicode.l2u b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/unicode.l2u new file mode 100644 index 0000000..cc8f091 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/unicode.l2u differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/unicode.u2l b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/unicode.u2l new file mode 100644 index 0000000..467866e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_de/unicode.u2l differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/language.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/language.txt new file mode 100644 index 0000000..5f4d040 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/language.txt @@ -0,0 +1,224 @@ +[start menu] +Copy = Copy +Cut = Cut +Paste = Paste +Delete = Delete +Save Type = Set Save Type +Patches = Patches +Setting = System Options +Info = File Info +Help = Help + +[main menu] +Game = Game +Music = Music +Net = Internet +Mail = E-mail +Msn = MSN +Wifi =Wifi-Upgrade +Ip =Phone + +[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 +loading.....please wait =loading.....please wait +scaning.....please wait =scaning.....please wait +[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 = Warning +text = The directory is not empty, can not delete it. + +[unknown save type] +title = Notify +text = The save type of this program is unknown, press A to choose a type. + +[no savelist] +title = Warning +text = Can not load save list, "savelist.bin" is missing. + +[restore save fail] +title = Warning +text = Failed to restore save data, continue anyway? + +[backup save fail] +title = Warning +text = Failed to backup save data, disk may not have enough free space. + +[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 = Save Type +cancel = Cancel +confirm = Confirm +confirm text = Save current settings? + +[save type] +title = Set save type +text = Select a save type +Unknown = Unknown/Auto +No Save = No Save +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = System settings + +[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 + +[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, cannot copy file. + + +[folder] +title = Error +text = The number of folders can not be more than 1024 + + +[sd speed] +text = Set micro SD speed +item0 = EXTREME +item1 = FAST +item2 = MIDDLE +item3 = SLOW + +[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 + +[cheat] +text = Use cheat code +item0 = No +Item1 = Yes + +[autorun] +text = RT SAVE +item0 = No +item1 = Yes + +[language] +text = Language +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = Japanese +item4 = Francais +item5 = Italiano +item6 = Deutsch +item7 = Espanol +item8 = Nederlands +item9 = Korean + +[brightness] +text = Brightness + +[ui style] +text = User Interface style + +[backgound voice] +text = background music + +[key voice] +text = key music + +[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 +versions = HW: %02x NDD: %02x + +[patches] +title = Special Functions +download play = Singal Card Play +cheating system = Cheat In Game(AR) +reset in game = Reset In Game +RT SAVE = RT Save + +[switches] +Enable = Enable +Disable = Disable + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/language.txt.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/language.txt.bak new file mode 100644 index 0000000..b225237 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/language.txt.bak @@ -0,0 +1,214 @@ +[start menu] +Copy = Copy +Cut = Cut +Paste = Paste +Delete = Delete +Save Type = Set Save Type +Patches = Patches +Setting = System Options +Info = File Info +Help = Help + +[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 +loading.....please wait =loading.....please wait +scaning.....please wait =scaning.....please wait +[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 = Warning +text = The directory is not empty, can not delete it. + +[unknown save type] +title = Notify +text = The save type of this program is unknown, press A to choose a type. + +[no savelist] +title = Warning +text = Can not load save list, "savelist.bin" is missing. + +[restore save fail] +title = Warning +text = Failed to restore save data, continue anyway? + +[backup save fail] +title = Warning +text = Failed to backup save data, disk may not have enough free space. + +[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 = Save Type +cancel = Cancel +confirm = Confirm +confirm text = Save current settings? + +[save type] +title = Set save type +text = Select a save type +Unknown = Unknown/Auto +No Save = No Save +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = System settings + +[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 + +[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, cannot copy file. + + +[folder] +title = Error +text = The number of folders can not be more than 1024 + + +[sd speed] +text = Set micro SD speed +item0 = EXTREME +item1 = FAST +item2 = MIDDLE +item3 = SLOW + +[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 + +[cheat] +text = Use cheat code +item0 = No +Item1 = Yes + +[autorun] +text = RT SAVE +item0 = No +item1 = Yes + +[language] +text = Language +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = Japanese +item4 = Francais +item5 = Italiano +item6 = Deutsch +item7 = Espanol +item8 = Nederlands +item9 = Korean + +[brightness] +text = Brightness + +[ui style] +text = User Interface style + +[backgound voice] +text = background music + +[key voice] +text = key music + +[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 +versions = HW: %02x NDD: %02x + +[patches] +title = Special Functions +download play = Singal Card Play +cheating system = Cheat In Game(AR) +reset in game = Reset In Game + +[switches] +Enable = Enable +Disable = Disable + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/local.fon b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/local.fon new file mode 100644 index 0000000..6ccf0fe Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/local.fon differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/unicode.l2u b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/unicode.l2u new file mode 100644 index 0000000..cc8f091 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/unicode.l2u differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/unicode.u2l b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/unicode.u2l new file mode 100644 index 0000000..467866e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_en/unicode.u2l differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/language.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/language.txt new file mode 100644 index 0000000..d0b946e --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/language.txt @@ -0,0 +1,219 @@ +// Thanks to eGladiator for the translation. + +[start menu] +Copy = Copiar +Cut = Cortar +Paste = Pegar +Delete = Borrar +Save Type = Fijar Tipo Save +Patches = Especiales +Setting = Ajustes Sistema +Info = Info. Archivo +Help = Ayuda + +[main menu] +Game = juego +Music = Msica +Net = Internet +Mail = E-mail +Msn = MSN +Wifi =Wifi-Actualizar +Ip =Phone + + +[message box] +yes = Si +no = No +ok = OK +cancel = Cancelar + +[progress window] +processing save = Procesando, no apague +processing copy = Copiando archivo, no apague, %c para cancelar +first use sd = Chequeando tarjeta SD por primera vez + +[copy file error] +title = Error +text = El archivo no existe + +[copy file exists] +title = Precaucion +text = Existe un fichero con el mismo nombre, sobreescribir? + +[move file exists] +title = Precaucion +text = Existe un fichero con el mismo nombre, imposible mover el archivo aqui. + +[no copy dir] +title = Error +text = Copia de carpeta no soportada. + +[stop copying file] +title = Detener copia archivo +text = Quiere detener la copia? + +[confirm delete file] +title = Confirmar +text = El archivo no se recuperara tras borrar, continuar borrado "%s"? + +[do not delete directory] +title = Precaucion +text = La carpeta no esta vacia, no puede borrarse. + +[unknown save type] +title = Atencion +text = Tipo de save desconocido, pulse A para elegir un nuevo tipo. + +[no savelist] +title = Precaucion +text = Imposible cargar lista, no se encontro "savelist.bin". + +[restore save fail] +title = Precaucion +text = Fallo al restaurar los datos, continuar igualmente? + +[backup save fail] +title = Precaucion +text = Fallo al grabar datos, no hay suficiente memoria libre en el disco. + +[language changed] +title = Pregunta +text = Ajuste del idioma cambiado, reinicie ahora para aplicar el nuevo idioma? Pulse "No" para reiniciar despues. + +[ui style changed] +title = Pregunta +text = Estilo del interfaz cambiado, reiniciar para aplicar los cambios? Pulsar "No" mantendra el estilo actual. + +[setting window] +ok = OK +savetype = Tipo Save +cancel = Cancelar +confirm = Confirmar +confirm text = Grabar ajustes actuales? + +[save type] +title = Fijar tipo save +text = Seleccione tipo de save +Unknown = Automtico +No Save = No Save +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = Ajustes sistema + +[rom info] +title = Informacion archivo +file date = Ultimo cambio: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Tamao archivo: %s +save type = Tipo Save: %s + +[disk info] +total = Capacidad disco: %s +used = Espacio utilizado: %s +free = Espacio libre: %s + +[no free space] +title = Error +text = No hay suficiente espacio en disco, imposible copiar archivo. + +[folder] +title = Error +text = El nmero de carpetas no pueden ser ms de 1024 + +[sd speed] +text = Fijar velocidad MicroSD +item0 = EXTREMA +item1 = RAPIDA +item2 = MEDIA +item3 = LENTA + +[unsupported sd] +title = Tarjeta SD no soportada +text = Esta tarjeta SD (Modelo:%s) no es compatible para ejecutar aplicaciones NDS, copie los ficheros de la tarjeta SD a la memoria interna y pruebe de nuevo. + +[sd card error] +title = Error tarjeta SD +text = Imposible acceder a la SD, quizas no esta bien insertada. + +[no sd for save] +title = Error tarjeta SD +text = Imposible acceder a la SD, los datos de la aplicacion en curso seran guardados en el fichero: "%s". + +[no gba card] +title = Atencion +text = No hay dispositivo en el SLOT-2 + +[filelist type] +text = Fijar tipo de lista +item0 = NDS +item1 = NDS + SAV +item2 = TODO + +[rom trim] +text = Recortar rom al copiar +item0 = No +item1 = Si + +[cheat] +text = Usar trucos +item0 = No +Item1 = Si + +[autorun] +text = RT SAVE +item0 = No +item1 = Si + +[language] +text = Idioma +item0 = Ingles +item1 = Chino Simple +item2 = Chino Tradic +item3 = Japones +item4 = Frances +item5 = Italiano +item6 = Aleman +item7 = Espanol +item8 = Nederlands +item9 = Coreano +[brightness] +text = Brillo + +[ui style] +text = Estilo del interfaz + +[backgound voice] +text = Msica de fondo + +[key voice] +text = Tecla de msica + +[help window] +title = Informacion de ayuda +item0 = %c Seleccionar Programas +item1 = %c Empezar/OK/SI +item2 = %c Volver/Cancelar/NO +item3 = %c Ver info/Seleccionar Tipo Save +item4 = %c Cambiar SD/FLASH +item5 = %c Volver a la carpeta anterior +item6 = %c Ajustar Brillo +item7 = %s Menu Inicial +item8 = %s Estilo Menu nuevo/clasico +versions = HW: %02x NDD: %02x + +[patches] +title = Funciones Especiales +download play = DescargaDS +cheating system = Trucos jugando(AR) +reset in game = Vuelta al menu jugando +RT SAVE = RT Save +[switches] +Enable = Activar +Disable = Desactivar + +[end] + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/language.txt.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/language.txt.bak new file mode 100644 index 0000000..8a0359b --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/language.txt.bak @@ -0,0 +1,209 @@ +// Thanks to eGladiator for the translation. + +[start menu] +Copy = Copiar +Cut = Cortar +Paste = Pegar +Delete = Borrar +Save Type = Fijar Tipo Save +Patches = Especiales +Setting = Ajustes Sistema +Info = Info. Archivo +Help = Ayuda + +[message box] +yes = Si +no = No +ok = OK +cancel = Cancelar + +[progress window] +processing save = Procesando, no apague +processing copy = Copiando archivo, no apague, %c para cancelar +first use sd = Chequeando tarjeta SD por primera vez + +[copy file error] +title = Error +text = El archivo no existe + +[copy file exists] +title = Precaucion +text = Existe un fichero con el mismo nombre, sobreescribir? + +[move file exists] +title = Precaucion +text = Existe un fichero con el mismo nombre, imposible mover el archivo aqui. + +[no copy dir] +title = Error +text = Copia de carpeta no soportada. + +[stop copying file] +title = Detener copia archivo +text = Quiere detener la copia? + +[confirm delete file] +title = Confirmar +text = El archivo no se recuperara tras borrar, continuar borrado "%s"? + +[do not delete directory] +title = Precaucion +text = La carpeta no esta vacia, no puede borrarse. + +[unknown save type] +title = Atencion +text = Tipo de save desconocido, pulse A para elegir un nuevo tipo. + +[no savelist] +title = Precaucion +text = Imposible cargar lista, no se encontro "savelist.bin". + +[restore save fail] +title = Precaucion +text = Fallo al restaurar los datos, continuar igualmente? + +[backup save fail] +title = Precaucion +text = Fallo al grabar datos, no hay suficiente memoria libre en el disco. + +[language changed] +title = Pregunta +text = Ajuste del idioma cambiado, reinicie ahora para aplicar el nuevo idioma? Pulse "No" para reiniciar despues. + +[ui style changed] +title = Pregunta +text = Estilo del interfaz cambiado, reiniciar para aplicar los cambios? Pulsar "No" mantendra el estilo actual. + +[setting window] +ok = OK +savetype = Tipo Save +cancel = Cancelar +confirm = Confirmar +confirm text = Grabar ajustes actuales? + +[save type] +title = Fijar tipo save +text = Seleccione tipo de save +Unknown = Automtico +No Save = No Save +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = Ajustes sistema + +[rom info] +title = Informacion archivo +file date = Ultimo cambio: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Tamao archivo: %s +save type = Tipo Save: %s + +[disk info] +total = Capacidad disco: %s +used = Espacio utilizado: %s +free = Espacio libre: %s + +[no free space] +title = Error +text = No hay suficiente espacio en disco, imposible copiar archivo. + +[folder] +title = Error +text = El nmero de carpetas no pueden ser ms de 1024 + +[sd speed] +text = Fijar velocidad MicroSD +item0 = EXTREMA +item1 = RAPIDA +item2 = MEDIA +item3 = LENTA + +[unsupported sd] +title = Tarjeta SD no soportada +text = Esta tarjeta SD (Modelo:%s) no es compatible para ejecutar aplicaciones NDS, copie los ficheros de la tarjeta SD a la memoria interna y pruebe de nuevo. + +[sd card error] +title = Error tarjeta SD +text = Imposible acceder a la SD, quizas no esta bien insertada. + +[no sd for save] +title = Error tarjeta SD +text = Imposible acceder a la SD, los datos de la aplicacion en curso seran guardados en el fichero: "%s". + +[no gba card] +title = Atencion +text = No hay dispositivo en el SLOT-2 + +[filelist type] +text = Fijar tipo de lista +item0 = NDS +item1 = NDS + SAV +item2 = TODO + +[rom trim] +text = Recortar rom al copiar +item0 = No +item1 = Si + +[cheat] +text = Usar trucos +item0 = No +Item1 = Si + +[autorun] +text = RT SAVE +item0 = No +item1 = Si + +[language] +text = Idioma +item0 = Ingles +item1 = Chino Simple +item2 = Chino Tradic +item3 = Japones +item4 = Frances +item5 = Italiano +item6 = Aleman +item7 = Espanol +item8 = Nederlands +item9 = Coreano +[brightness] +text = Brillo + +[ui style] +text = Estilo del interfaz + +[backgound voice] +text = Msica de fondo + +[key voice] +text = Tecla de msica + +[help window] +title = Informacion de ayuda +item0 = %c Seleccionar Programas +item1 = %c Empezar/OK/SI +item2 = %c Volver/Cancelar/NO +item3 = %c Ver info/Seleccionar Tipo Save +item4 = %c Cambiar SD/FLASH +item5 = %c Volver a la carpeta anterior +item6 = %c Ajustar Brillo +item7 = %s Menu Inicial +item8 = %s Estilo Menu nuevo/clasico +versions = HW: %02x NDD: %02x + +[patches] +title = Funciones Especiales +download play = DescargaDS +cheating system = Trucos jugando(AR) +reset in game = Vuelta al menu jugando + +[switches] +Enable = Activar +Disable = Desactivar + +[end] + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/local.fon b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/local.fon new file mode 100644 index 0000000..6ccf0fe Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/local.fon differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/unicode.l2u b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/unicode.l2u new file mode 100644 index 0000000..cc8f091 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/unicode.l2u differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/unicode.u2l b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/unicode.u2l new file mode 100644 index 0000000..467866e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_es/unicode.u2l differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/language.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/language.txt new file mode 100644 index 0000000..ded1845 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/language.txt @@ -0,0 +1,222 @@ +// Thanks to Antoine L. and Shad for the translation. + +[start menu] +Copy = Copier +Cut = Couper +Paste = Coller +Delete = Supprimer +Save Type = Type Sauvegarde +Patches = Spcial +Setting = Conf. Systme +Info = Infos Fichier +Help = Aide + +[main menu] +Game = Game +Music = Music +Net = Internet +Mail = E-mail +Msn = MSN +Wifi =Wifi-Upgrade +Ip =phone + + +[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 = Vrification de la microSD pour une premire utilisation + +[copy file error] +title = Erreur +text = Le fichier n'existe pas. + +[copy file exists] +title = Attention +text = Le fichier existe dj? l'craser ? + +[copy dest is directory] +title = Erreur +text = Le rpertoire existe dj? impossible de copier. + +[move dest is directory] +title = Error +text = Le rpertoire existe dj? impossible de dplacer. + +[no copy dir] +title = Erreur +text = La copie de dossier n'est pas supporte. + +[stop copying file] +title = Arrter la copie +text = Voulez-vous arrter la copie ? + +[confirm delete file] +title = Confirmation +text = La suppression est dfinitive, voulez-vous vraiment supprimer "%s" ? + +[do not delete directory] +title = Attention +text = Le dossier n'est pas vide, impossible de supprimer. + +[unknown save type] +title = Notification +text = Le type de sauvegarde est inconnu, pressez A pour choisir. + +[no savelist] +title = Attention +text = La liste des sauvegardes "savelist.bin" est introuvable. + +[restore save fail] +title = Attention +text = Impossible de restaurer la sauvegarde, continuer ? + +[backup save fail] +title = Attention +text = Echec de l'criture de la sauvegarde, espace disque insuffisant. + +[language changed] +title = Question +text = La configuration systme a t?mise ?jour, redmarrer pour appliquer les changements ? Choisissez "Non" pour redmarrer plus tard. + +[ui style changed] +title = Question +text = L'interface utilisateur a t?mise ?jour, redmarrer pour appliquer les changements ? Choisissez "Non" pour annuler les modifications. + +[setting window] +ok = OK +savetype = Sauvegarde +cancel = Annuler +confirm = Confirmer +confirm text = Sauvegarder la configuration ? + +[save type] +title = Choisir type de sauvegarde +text = Choisir type de sauvegarde +Unknown = Automatique +No Save = Aucune +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = Configuration systme + +[rom info] +title = Proprits du fichier +file date = Modifi?le : %d/%d/%d %02d:%02d:%02d(GMT) +file size = Taille : %s +save type = Type de sauvegarde : %s + +[disk info] +total = Capacit?: %s +used = Espace utilis?: %s +free = Espace libre : %s + +[no free space] +title = Erreur +text = L'espace disque est insuffisant. Impossible de copier. + +[folder] +title = Error +text = Le nombre de dossiers ne peuvent pas tre suprieure 1024 + +[sd speed] +text = Rgler la vitesse de la microSD +item0 = Trs rapide +item1 = Rapide +item2 = Moyenne +item3 = Lente + +[unsupported sd] +title = microSD incompatible +text = Cette micro SD (modle %s) n'est pas compatible avec les jeux DS. Veuillez copier les jeux sur la mmoire interne du Acekard et ressayer. + +[sd card error] +title = Erreur microSD +text = microSD inaccessible, vrifiez qu'elle est bien insre. + +[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 insre dans le slot 2. + +[filelist type] +text = Afficher les fichiers +item0 = NDS +item1 = NDS et SAV +item2 = TOUT + +[rom trim] +text = Trimmer lors de la copie +item0 = Non +item1 = Oui + +[cheat] +text = Activer les codes de triche +item0 = Non +Item1 = Oui + +[autorun] +text = RT SAVE +item0 = Non +item1 = Oui + +[language] +text = Langage +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = Japanese +item4 = Franais +item5 = Italiano +item6 = Deutsch +item7 = Espaol +item8 = Nederlands +item9 = Coren +[brightness] +text = Luminosit? + +[ui style] +text = Interface utilisateur + +[backgound voice] +text = Musique de fond + +[key voice] +text = Tonalit des touches + +[help window] +title = Aide +item0 = %c Slectionner un logiciel +item1 = %c Lancer/OK/Oui +item2 = %c Retour/Annuler/Non +item3 = %c Proprits/Type sauvegarde +item4 = %c Basculer SD/FLASH +item5 = %c Prcdent rpertoire +item6 = %c Ajuster la luminosit? +item7 = %s Menu de dmarrage +item8 = %s Style nouveau/classique +versions = HW: %02x NDD: %02x + +[patches] +title = Fonctions spciales +download play = Corriger Download & Play +cheating system = Codes Triches (AR) +reset in game = Redmarrer lors du jeu +RT SAVE = RT Save +[switches] +Enable = Activer +Disable = Dsactiver + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/language.txt.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/language.txt.bak new file mode 100644 index 0000000..06bc9ef --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/language.txt.bak @@ -0,0 +1,212 @@ +// Thanks to Antoine L. and Shad for the translation. + +[start menu] +Copy = Copier +Cut = Couper +Paste = Coller +Delete = Supprimer +Save Type = Type Sauvegarde +Patches = Spcial +Setting = Conf. Systme +Info = Infos Fichier +Help = Aide + +[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 = Vrification de la microSD pour une premire utilisation + +[copy file error] +title = Erreur +text = Le fichier n'existe pas. + +[copy file exists] +title = Attention +text = Le fichier existe dj? l'craser ? + +[copy dest is directory] +title = Erreur +text = Le rpertoire existe dj? impossible de copier. + +[move dest is directory] +title = Error +text = Le rpertoire existe dj? impossible de dplacer. + +[no copy dir] +title = Erreur +text = La copie de dossier n'est pas supporte. + +[stop copying file] +title = Arrter la copie +text = Voulez-vous arrter la copie ? + +[confirm delete file] +title = Confirmation +text = La suppression est dfinitive, voulez-vous vraiment supprimer "%s" ? + +[do not delete directory] +title = Attention +text = Le dossier n'est pas vide, impossible de supprimer. + +[unknown save type] +title = Notification +text = Le type de sauvegarde est inconnu, pressez A pour choisir. + +[no savelist] +title = Attention +text = La liste des sauvegardes "savelist.bin" est introuvable. + +[restore save fail] +title = Attention +text = Impossible de restaurer la sauvegarde, continuer ? + +[backup save fail] +title = Attention +text = Echec de l'criture de la sauvegarde, espace disque insuffisant. + +[language changed] +title = Question +text = La configuration systme a t?mise ?jour, redmarrer pour appliquer les changements ? Choisissez "Non" pour redmarrer plus tard. + +[ui style changed] +title = Question +text = L'interface utilisateur a t?mise ?jour, redmarrer pour appliquer les changements ? Choisissez "Non" pour annuler les modifications. + +[setting window] +ok = OK +savetype = Sauvegarde +cancel = Annuler +confirm = Confirmer +confirm text = Sauvegarder la configuration ? + +[save type] +title = Choisir type de sauvegarde +text = Choisir type de sauvegarde +Unknown = Automatique +No Save = Aucune +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = Configuration systme + +[rom info] +title = Proprits du fichier +file date = Modifi?le : %d/%d/%d %02d:%02d:%02d(GMT) +file size = Taille : %s +save type = Type de sauvegarde : %s + +[disk info] +total = Capacit?: %s +used = Espace utilis?: %s +free = Espace libre : %s + +[no free space] +title = Erreur +text = L'espace disque est insuffisant. Impossible de copier. + +[folder] +title = Error +text = Le nombre de dossiers ne peuvent pas tre suprieure 1024 + +[sd speed] +text = Rgler la vitesse de la microSD +item0 = Trs rapide +item1 = Rapide +item2 = Moyenne +item3 = Lente + +[unsupported sd] +title = microSD incompatible +text = Cette micro SD (modle %s) n'est pas compatible avec les jeux DS. Veuillez copier les jeux sur la mmoire interne du Acekard et ressayer. + +[sd card error] +title = Erreur microSD +text = microSD inaccessible, vrifiez qu'elle est bien insre. + +[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 insre dans le slot 2. + +[filelist type] +text = Afficher les fichiers +item0 = NDS +item1 = NDS et SAV +item2 = TOUT + +[rom trim] +text = Trimmer lors de la copie +item0 = Non +item1 = Oui + +[cheat] +text = Activer les codes de triche +item0 = Non +Item1 = Oui + +[autorun] +text = RT SAVE +item0 = Non +item1 = Oui + +[language] +text = Langage +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = Japanese +item4 = Franais +item5 = Italiano +item6 = Deutsch +item7 = Espaol +item8 = Nederlands +item9 = Coren +[brightness] +text = Luminosit? + +[ui style] +text = Interface utilisateur + +[backgound voice] +text = Musique de fond + +[key voice] +text = Tonalit des touches + +[help window] +title = Aide +item0 = %c Slectionner un logiciel +item1 = %c Lancer/OK/Oui +item2 = %c Retour/Annuler/Non +item3 = %c Proprits/Type sauvegarde +item4 = %c Basculer SD/FLASH +item5 = %c Prcdent rpertoire +item6 = %c Ajuster la luminosit? +item7 = %s Menu de dmarrage +item8 = %s Style nouveau/classique +versions = HW: %02x NDD: %02x + +[patches] +title = Fonctions spciales +download play = Corriger Download & Play +cheating system = Codes Triches (AR) +reset in game = Redmarrer lors du jeu + +[switches] +Enable = Activer +Disable = Dsactiver + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/local.fon b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/local.fon new file mode 100644 index 0000000..6ccf0fe Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/local.fon differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/unicode.l2u b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/unicode.l2u new file mode 100644 index 0000000..cc8f091 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/unicode.l2u differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/unicode.u2l b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/unicode.u2l new file mode 100644 index 0000000..467866e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_fr/unicode.u2l differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/language.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/language.txt new file mode 100644 index 0000000..1739846 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/language.txt @@ -0,0 +1,220 @@ +// Thanks to Antonio Giuliano for the translation. + +[start menu] +Copy = Copia +Cut = Taglia +Paste = Incolla +Delete = Cancella +Save Type = Tipo di Saver +Patches = Speciali +Setting = Impostazioni +Info = Info sul File +Help = Aiuto + +[main menu] +Game = gioco +Music = Music +Net = Internet +Mail = E-mail +Msn = MSN +Wifi =Wifi-Upgrade +Ip =Telefono + + + +[message box] +yes = Si +no = No +ok = OK +cancel = Annulla + +[progress window] +processing save = Elaborazione, non spegnere +processing copy = Copia file, non spegnere, %c per annullare +first use sd = Controllo SD per il primo utilizzo + +[copy file error] +title = Errore +text = File non esistente + +[copy file exists] +title = Attenzione +text = E' presente un file con lo stesso nome. Sostituirlo? + +[move file exists] +title = Attenzione +text = E' presente un file con lo stesso nome, impossibile spostare. + +[no copy dir] +title = Errore +text = Copia di una Directory non supportata. + +[stop copying file] +title = Ferma processo di copia +text = Volete annullare l'operazione? + +[confirm delete file] +title = Conferma +text = Il file non sar?recuperabile, confermare cancellazione "%s"? + +[do not delete directory] +title = Attenzione +text = Impossibile cancellare, la Directory non ?vuota. + +[unknown save type] +title = Nota +text = Tipo di salvataggio sconosciuto, premere A per la selezione manuale. + +[no savelist] +title = Attenzione +text = Impossibile caricare la lista savataggi, "savelist.bin" non trovato. + +[restore save fail] +title = Attenzione +text = Errori nel ripristino del salvataggio, continuare comunque? + +[backup save fail] +title = Attenzione +text = Impossibile scrivere il salvataggio, la memoria potrebbe essere piena. + +[language changed] +title = Domanda +text = Impostazioni lingua modificate, riavviare ora per renderle attive? Scegliere "No" per riavviare in seguito. + +[ui style changed] +title = Domanda +text = Skin modificata, riavviare per applicare le modifiche? Scegliere "No" per mantenere quella attuale. + +[setting window] +ok = OK +savetype = Tipo Save +cancel = Annulla +confirm = Conferma +confirm text = Salvare impostazioni correnti? + +[save type] +title = Tipo di salvataggio +text = Scegliere un tipo di saver +Unknown = Automatico +No Save = Non usato +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = Impostazioni di Sistema + +[rom info] +title = Informazioni sul File +file date = Ultima Modifica: %d/%d/%d %02d:%02d:%02d (GMT) +file size = Dimensioni: %s +save type = Tipo di saver: %s + +[disk info] +total = Dimensioni del disco: %s +used = Utilizzato: %s +free = Disponibile: %s + +[no free space] +title = Errore +text = Spazio su disco esaurito, impossibile copiare. + +[folder] +title = Error +text = Il numero di cartelle non possono essere pi di 1024 + + +[sd speed] +text = Selezionare velocit?microSD +item0 = ESTREMA +item1 = VELOCE +item2 = NORMALE +item3 = LENTA + +[unsupported sd] +title = Memoria SD non supportata +text = Questa memoria SD (Modello: %s) non ?adatta all'uso con codice DS, copiare il +file nella memoria interna della Acekard e riprovare. + +[sd card error] +title = Errore I/O microSD +text = Impossibile accedere alla SD. Verificare che sia correttamente inserita. + +[no sd for save] +title = Errore I/O microSD +text = Impossibile accedere alla SD, il salvataggio dell'ultimo programma utilizzato sar?scritto sul file: "%s". + +[no gba card] +title = Nota +text = Nessuna periferica inserita nello SLOT-2 + +[filelist type] +text = Scegliere i file da visualizzare +item0 = NDS +item1 = NDS + SAV +item2 = TUTTI + +[rom trim] +text = Trimmare la ROM durante la copia +item0 = No +item1 = Si + +[cheat] +text = Abilitare i codici +item0 = No +Item1 = Si + +[autorun] +text =RT Save +item0 = No +item1 = Si + +[language] +text = Lingua +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = Japanese +item4 = Francais +item5 = Italiano +item6 = Deutsch +item7 = Espanol +item8 = Nederlands +item9 = Coreano +[brightness] +text = Luminosit? + +[ui style] +text = Skin dell'interfaccia + +[backgound voice] +text =Musica di sottofondo + +[key voice] +text =Tono dei tasti +[help window] +title = Guida Utente +item0 = %c Scelta Programmi +item1 = %c Avvia/OK/SI +item2 = %c Indietro/Annulla/NO +item3 = %c Info sul File/Scelta Saver +item4 = %c Memoria SD/FLASH +item5 = %c Directory Superiore +item6 = %c Regola Luminosit? +item7 = %s Men?di Avvio +item8 = %s Stile Men?Nuovo/Classico +versions = HW: %02x NDD: %02x + +[patches] +title = Funzioni speciali +download play = Fix Download Play +cheating system = Codici in-game (AR) +reset in game = Soft Reset +RT SAVE = RT Save +[switches] +Enable = Attiva +Disable = Disattiva + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/language.txt.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/language.txt.bak new file mode 100644 index 0000000..5d8cbdd --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/language.txt.bak @@ -0,0 +1,209 @@ +// Thanks to Antonio Giuliano for the translation. + +[start menu] +Copy = Copia +Cut = Taglia +Paste = Incolla +Delete = Cancella +Save Type = Tipo di Saver +Patches = Speciali +Setting = Impostazioni +Info = Info sul File +Help = Aiuto + +[message box] +yes = Si +no = No +ok = OK +cancel = Annulla + +[progress window] +processing save = Elaborazione, non spegnere +processing copy = Copia file, non spegnere, %c per annullare +first use sd = Controllo SD per il primo utilizzo + +[copy file error] +title = Errore +text = File non esistente + +[copy file exists] +title = Attenzione +text = E' presente un file con lo stesso nome. Sostituirlo? + +[move file exists] +title = Attenzione +text = E' presente un file con lo stesso nome, impossibile spostare. + +[no copy dir] +title = Errore +text = Copia di una Directory non supportata. + +[stop copying file] +title = Ferma processo di copia +text = Volete annullare l'operazione? + +[confirm delete file] +title = Conferma +text = Il file non sar?recuperabile, confermare cancellazione "%s"? + +[do not delete directory] +title = Attenzione +text = Impossibile cancellare, la Directory non ?vuota. + +[unknown save type] +title = Nota +text = Tipo di salvataggio sconosciuto, premere A per la selezione manuale. + +[no savelist] +title = Attenzione +text = Impossibile caricare la lista savataggi, "savelist.bin" non trovato. + +[restore save fail] +title = Attenzione +text = Errori nel ripristino del salvataggio, continuare comunque? + +[backup save fail] +title = Attenzione +text = Impossibile scrivere il salvataggio, la memoria potrebbe essere piena. + +[language changed] +title = Domanda +text = Impostazioni lingua modificate, riavviare ora per renderle attive? Scegliere "No" per riavviare in seguito. + +[ui style changed] +title = Domanda +text = Skin modificata, riavviare per applicare le modifiche? Scegliere "No" per mantenere quella attuale. + +[setting window] +ok = OK +savetype = Tipo Save +cancel = Annulla +confirm = Conferma +confirm text = Salvare impostazioni correnti? + +[save type] +title = Tipo di salvataggio +text = Scegliere un tipo di saver +Unknown = Automatico +No Save = Non usato +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = Impostazioni di Sistema + +[rom info] +title = Informazioni sul File +file date = Ultima Modifica: %d/%d/%d %02d:%02d:%02d (GMT) +file size = Dimensioni: %s +save type = Tipo di saver: %s + +[disk info] +total = Dimensioni del disco: %s +used = Utilizzato: %s +free = Disponibile: %s + +[no free space] +title = Errore +text = Spazio su disco esaurito, impossibile copiare. + +[folder] +title = Error +text = Il numero di cartelle non possono essere pi di 1024 + + +[sd speed] +text = Selezionare velocit?microSD +item0 = ESTREMA +item1 = VELOCE +item2 = NORMALE +item3 = LENTA + +[unsupported sd] +title = Memoria SD non supportata +text = Questa memoria SD (Modello: %s) non ?adatta all'uso con codice DS, copiare il +file nella memoria interna della Acekard e riprovare. + +[sd card error] +title = Errore I/O microSD +text = Impossibile accedere alla SD. Verificare che sia correttamente inserita. + +[no sd for save] +title = Errore I/O microSD +text = Impossibile accedere alla SD, il salvataggio dell'ultimo programma utilizzato sar?scritto sul file: "%s". + +[no gba card] +title = Nota +text = Nessuna periferica inserita nello SLOT-2 + +[filelist type] +text = Scegliere i file da visualizzare +item0 = NDS +item1 = NDS + SAV +item2 = TUTTI + +[rom trim] +text = Trimmare la ROM durante la copia +item0 = No +item1 = Si + +[cheat] +text = Abilitare i codici +item0 = No +Item1 = Si + +[autorun] +text =RT Save +item0 = No +item1 = Si + +[language] +text = Lingua +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = Japanese +item4 = Francais +item5 = Italiano +item6 = Deutsch +item7 = Espanol +item8 = Nederlands +item9 = Coreano +[brightness] +text = Luminosit? + +[ui style] +text = Skin dell'interfaccia + +[backgound voice] +text =Musica di sottofondo + +[key voice] +text =Tono dei tasti +[help window] +title = Guida Utente +item0 = %c Scelta Programmi +item1 = %c Avvia/OK/SI +item2 = %c Indietro/Annulla/NO +item3 = %c Info sul File/Scelta Saver +item4 = %c Memoria SD/FLASH +item5 = %c Directory Superiore +item6 = %c Regola Luminosit? +item7 = %s Men?di Avvio +item8 = %s Stile Men?Nuovo/Classico +versions = HW: %02x NDD: %02x + +[patches] +title = Funzioni speciali +download play = Fix Download Play +cheating system = Codici in-game (AR) +reset in game = Soft Reset + +[switches] +Enable = Attiva +Disable = Disattiva + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/local.fon b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/local.fon new file mode 100644 index 0000000..6ccf0fe Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/local.fon differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/unicode.l2u b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/unicode.l2u new file mode 100644 index 0000000..cc8f091 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/unicode.l2u differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/unicode.u2l b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/unicode.u2l new file mode 100644 index 0000000..467866e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_it/unicode.u2l differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/language.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/language.txt new file mode 100644 index 0000000..c82d46b --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/language.txt @@ -0,0 +1,212 @@ +[start menu] +Copy = Rs[ +Cut = Jbg +Paste = y[Xg +Delete = 폜 +Save Type = Z[u`ݒ +Setting = VXeݒ +Info = t@Cڍ +Help = wv + +[main menu] +Game = Q[ +Music = y +Net = C^[lbg +Mail = X +Msn = MSN +Wifi =Q[ P +Ip =db + +[message box] +yes = ͂ +no = +ok = +cancel = + +[progress window] +processing save = ƒɂ‚d؂Ȃʼn +processing copy = t@CRs[, d𗎂ƂȂʼn +first use sd = fBȀ`FbN + +[copy file error] +title = G[ +text = t@C܂ + +[copy file exists] +title = x +text = t@Cׁ݂Aʂ̃t@CɕύXĉ + +[move file exists] +title = x +text = t@Cׁ݂Ãt@Cł͕ۑo܂ + +[no copy dir] +title = G[ +text = fBNg̃Rs[͏o܂ + +[stop copying file] +title = t@CRs[̒~ +text = t@C̃Rs[𒆎~܂H + +[confirm delete file] +title = mF +text = t@CۑoȂׁAs폜IĉB"%s" + +[do not delete directory] +title = x +text = fBNgŖׂɍ폜o܂ + +[unknown save type] +title = ݒ +text = Z[u`ݒȂ̂őIĉ + +[no savelist] +title = x +text = "savelist.bin"Z[uf[^ǂݍ߂܂ + +[restore save fail] +title = x +text = Z[uf[^̕ɎsAp܂H + +[backup save fail] +title = x +text = eʕsׁ̈AZ[uf[^̃obNAbvs + +[language changed] +title = mFe +text = ݒ̕ύX𔽉fׂɍċN܂H + +[ui style changed] +title = mFe +text = [_[ݒύX𔽉fׂɍċN܂H + +[setting window] +ok = OK +savetype = Z[u` +cancel = +confirm = mF +confirm text = ݂̐ݒ𔽉f܂H + +[save type] +title = Z[u`ݒ +text = Z[u^CvI +Unknown = ݒ/ +No Save = No Save +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = VXeݒ + +[rom info] +title = t@Cڍ +file date = ŏI: %d/%d/%d %02d:%02d:%02d(GMT) +file size = t@CTCY: %s +save type = Z[u`^Cv: %s + +[disk info] +total = S̗e: %s +used = gpe: %s +free = 󂫗e: %s + +[no free space] +title = G[ +text = eʕsׁ̈At@CRs[o܂ + +[folder] +title =~X +text =tH_tƂ͂ł܂񂪁A1024ȏ̐ +[sd speed] +text = ]xݒ +item0 = +item1 = +item2 = +item3 = ᑬ + +[unsupported sd] +title = ̃fBA͗po܂ +text = ̃fBA(Model:%s)͓ɓK؂ł͖̂ŕʂ̂̂ɕύXĂ + +[sd card error] +title = SD card G[ +text = fBAFoȂׁAANZXo܂ + +[no sd for save] +title = SD card G[ +text = ߋ̃f[^ۑ鎖o܂B file: "%s". + +[no gba card] +title = ʒm +text = XbgQɃJ[gbW܂ + +[filelist type] +text = Xg^CvI +item0 = NDS +item1 = NDS + SAV +item2 = ALL + +[rom trim] +text = eʒRs[ +item0 = g +item1 = gL + +[cheat] +text = `[gR[hp +item0 = +Item1 = L + +[autorun] +text = RT Save +item0 = +item1 = ͂ + +[language] +text = +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = { +item4 = Francais +item5 = Italiano +item6 = Deutsch +item7 = Espanol +item8 = I_ +item9 = Korean +[brightness] +text = Ɠx + +[patches] +title = pb` ݒ +download play = _E[hvC +cheating system = `[g@\(AR) +reset in game = \tgZbg +cheatdb select= `[gDBI +RT SAVE = RT Save + + +[ui style] +text = [U[ݒ X^C + +[backgound voice] +text =Musica di sottofondo + +[key voice] +text =Tono dei tasti + +[help window] +title = wv@CtH[V +item0 = %c vOI +item1 = %c Jn/OK/͂ +item2 = %c ߂/LZ/ +item3 = %c t@Cڍ/Z[u^CvI +item4 = %c SD/FLASH@؂ւ +item5 = %c efBNgɖ߂ +item6 = %c Ɠx +item7 = %s X^[gj[ +item8 = %s ACR\/\ +versions = HW: %02x NDD: %02x + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/language.txt.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/language.txt.bak new file mode 100644 index 0000000..63c3453 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/language.txt.bak @@ -0,0 +1,203 @@ +[start menu] +Copy = Rs[ +Cut = Jbg +Paste = y[Xg +Delete = 폜 +Save Type = Z[u`ݒ +Setting = VXeݒ +Info = t@Cڍ +Help = wv + +[message box] +yes = ͂ +no = +ok = +cancel = + +[progress window] +processing save = ƒɂ‚d؂Ȃʼn +processing copy = t@CRs[, d𗎂ƂȂʼn +first use sd = fBȀ`FbN + +[copy file error] +title = G[ +text = t@C܂ + +[copy file exists] +title = x +text = t@Cׁ݂Aʂ̃t@CɕύXĉ + +[move file exists] +title = x +text = t@Cׁ݂Ãt@Cł͕ۑo܂ + +[no copy dir] +title = G[ +text = fBNg̃Rs[͏o܂ + +[stop copying file] +title = t@CRs[̒~ +text = t@C̃Rs[𒆎~܂H + +[confirm delete file] +title = mF +text = t@CۑoȂׁAs폜IĉB"%s" + +[do not delete directory] +title = x +text = fBNgŖׂɍ폜o܂ + +[unknown save type] +title = ݒ +text = Z[u`ݒȂ̂őIĉ + +[no savelist] +title = x +text = "savelist.bin"Z[uf[^ǂݍ߂܂ + +[restore save fail] +title = x +text = Z[uf[^̕ɎsAp܂H + +[backup save fail] +title = x +text = eʕsׁ̈AZ[uf[^̃obNAbvs + +[language changed] +title = mFe +text = ݒ̕ύX𔽉fׂɍċN܂H + +[ui style changed] +title = mFe +text = [_[ݒύX𔽉fׂɍċN܂H + +[setting window] +ok = OK +savetype = Z[u` +cancel = +confirm = mF +confirm text = ݂̐ݒ𔽉f܂H + +[save type] +title = Z[u`ݒ +text = Z[u^CvI +Unknown = ݒ/ +No Save = No Save +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = VXeݒ + +[rom info] +title = t@Cڍ +file date = ŏI: %d/%d/%d %02d:%02d:%02d(GMT) +file size = t@CTCY: %s +save type = Z[u`^Cv: %s + +[disk info] +total = S̗e: %s +used = gpe: %s +free = 󂫗e: %s + +[no free space] +title = G[ +text = eʕsׁ̈At@CRs[o܂ + +[folder] +title =~X +text =tH_tƂ͂ł܂񂪁A1024ȏ̐ +[sd speed] +text = ]xݒ +item0 = +item1 = +item2 = +item3 = ᑬ + +[unsupported sd] +title = ̃fBA͗po܂ +text = ̃fBA(Model:%s)͓ɓK؂ł͖̂ŕʂ̂̂ɕύXĂ + +[sd card error] +title = SD card G[ +text = fBAFoȂׁAANZXo܂ + +[no sd for save] +title = SD card G[ +text = ߋ̃f[^ۑ鎖o܂B file: "%s". + +[no gba card] +title = ʒm +text = XbgQɃJ[gbW܂ + +[filelist type] +text = Xg^CvI +item0 = NDS +item1 = NDS + SAV +item2 = ALL + +[rom trim] +text = eʒRs[ +item0 = g +item1 = gL + +[cheat] +text = `[gR[hp +item0 = +Item1 = L + +[autorun] +text = RT Save +item0 = +item1 = ͂ + +[language] +text = +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = { +item4 = Francais +item5 = Italiano +item6 = Deutsch +item7 = Espanol +item8 = I_ +item9 = Korean +[brightness] +text = Ɠx + +[patches] +title = pb` ݒ +download play = _E[hvC +cheating system = `[g@\(AR) +reset in game = \tgZbg +cheatdb select= `[gDBI +3in1 = 3in1 + + +[ui style] +text = [U[ݒ X^C + +[backgound voice] +text =Musica di sottofondo + +[key voice] +text =Tono dei tasti + +[help window] +title = wv@CtH[V +item0 = %c vOI +item1 = %c Jn/OK/͂ +item2 = %c ߂/LZ/ +item3 = %c t@Cڍ/Z[u^CvI +item4 = %c SD/FLASH@؂ւ +item5 = %c efBNgɖ߂ +item6 = %c Ɠx +item7 = %s X^[gj[ +item8 = %s ACR\/\ +versions = HW: %02x NDD: %02x + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/local.fon b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/local.fon new file mode 100644 index 0000000..6ccf0fe Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/local.fon differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/tmp.bin b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/tmp.bin new file mode 100644 index 0000000..a99ba43 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/tmp.bin @@ -0,0 +1 @@ +tH_tƂ͂ł܂񂪁A1024ȏ̐ \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/unicode.ank b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/unicode.ank new file mode 100644 index 0000000..1794202 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/unicode.ank differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/unicode.l2u b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/unicode.l2u new file mode 100644 index 0000000..a0e70dd Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/unicode.l2u differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/unicode.u2l b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/unicode.u2l new file mode 100644 index 0000000..fe11c4e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_jp/unicode.u2l differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/language.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/language.txt new file mode 100644 index 0000000..fee83f4 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/language.txt @@ -0,0 +1,230 @@ +[start menu] +Copy = +Cut = ߶󳻱 +Paste = ٿֱ +Delete = +Save Type = +Patches = Ư +Setting = ȯ +Info = / +Help = + +[main menu] +Game = +Music = +Net = ͳ +Mail = +Msn = MSN +Wifi =Wifi +Ip =ȭ + + +[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 ÷ ޸𸮸 ʱȭ մϴ. +rebuilding cheat data = ġƮ ϴ Դϴ. + +[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 = 丮 ϴ. + +[unknown save type] +title = ˸ +text = Ʈ ʾҽϴ. Aư Ͻʽÿ. + +[no savelist] +title = +text = "savelist.bin" Ƿ, ҷ ϴ. + +[restore save fail] +title = +text = ̺ ͸ ϴµ ߽ϴ. Ͻðڽϱ? + +[backup save fail] +title = +text = ̺ ͸ ϴµ ߽ϴ. ũ 뷮 մϴ. + +[language changed] +title = +text =  Ǿϴ.  Ű ؼ õ ϰڽϱ? + +[ui style changed] +title = +text = ̽ Ǿϴ. ̽ Ű ؼ õ ϰڽϱ? + +[setting window] +ok = +savetype = +cancel = +confirm = Ȯ +confirm text = Ͻðڽϱ? +shortcut = ٷΰ +rominfo = + +[save type] +title = +text = +Unknown = /ڵ +No Save = +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = ȯ + +[rom info] +title = / +title_rominfo = +file date = : %d/%d/%d %02d:%02d:%02d(GMT) +file size = ũ: %s +save type = : %s + +[disk info] +total = ũ 뷮: %s +used = 뷮: %s +free = 뷮: %s + +[no free space] +title = +text = ũ 뷮 Ͽ ϴ. + +[folder] +title = Error +text = folders can not exceed 1024 + +[sd speed] +text = Micro SD ӵ +item0 = ֺ +item1 = +item2 = +item3 = + +[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 = + +[cheat] +text = ġƮ +item0 = +Item1 = + +[autorun] +text = RT Save +item0 = +item1 = + +[language] +text = +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = Japanese +item4 = Francais +item5 = Italiano +item6 = Deutsch +item7 = Espanol +item8 = Nederlands +item9 = ѱ + + +[brightness] +text = + +[ui style] +text = ̽ Ÿ + +[backgound voice] +text = + +[key voice] +text =ŰҸ +[help window] +title = +item0 = %c α׷ +item1 = %c /Ȯ/ +item2 = %c ڷ//ƴϿ +item3 = %c / +item4 = %c ġƮ ޴ +item5 = %c ̵ +item6 = %c +item7 = %s ޴ +item8 = %s Ÿ ȯ +versions = HW: %02x NDD: %02x + +[patches] +title = Ư +download play = ٿε ÷ ġ +cheating system = ġƮ (AR) +reset in game = Ʈ +RT SAVE = RT Save +[switches] +Disable = + +Enable = + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/language.txt.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/language.txt.bak new file mode 100644 index 0000000..ec0dddc --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/language.txt.bak @@ -0,0 +1,220 @@ +[start menu] +Copy = +Cut = ߶󳻱 +Paste = ٿֱ +Delete = +Save Type = +Patches = Ư +Setting = ȯ +Info = / +Help = + +[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 ÷ ޸𸮸 ʱȭ մϴ. +rebuilding cheat data = ġƮ ϴ Դϴ. + +[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 = 丮 ϴ. + +[unknown save type] +title = ˸ +text = Ʈ ʾҽϴ. Aư Ͻʽÿ. + +[no savelist] +title = +text = "savelist.bin" Ƿ, ҷ ϴ. + +[restore save fail] +title = +text = ̺ ͸ ϴµ ߽ϴ. Ͻðڽϱ? + +[backup save fail] +title = +text = ̺ ͸ ϴµ ߽ϴ. ũ 뷮 մϴ. + +[language changed] +title = +text =  Ǿϴ.  Ű ؼ õ ϰڽϱ? + +[ui style changed] +title = +text = ̽ Ǿϴ. ̽ Ű ؼ õ ϰڽϱ? + +[setting window] +ok = +savetype = +cancel = +confirm = Ȯ +confirm text = Ͻðڽϱ? +shortcut = ٷΰ +rominfo = + +[save type] +title = +text = +Unknown = /ڵ +No Save = +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = ȯ + +[rom info] +title = / +title_rominfo = +file date = : %d/%d/%d %02d:%02d:%02d(GMT) +file size = ũ: %s +save type = : %s + +[disk info] +total = ũ 뷮: %s +used = 뷮: %s +free = 뷮: %s + +[no free space] +title = +text = ũ 뷮 Ͽ ϴ. + +[folder] +title = Error +text = folders can not exceed 1024 + +[sd speed] +text = Micro SD ӵ +item0 = ֺ +item1 = +item2 = +item3 = + +[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 = + +[cheat] +text = ġƮ +item0 = +Item1 = + +[autorun] +text = RT Save +item0 = +item1 = + +[language] +text = +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = Japanese +item4 = Francais +item5 = Italiano +item6 = Deutsch +item7 = Espanol +item8 = Nederlands +item9 = ѱ + + +[brightness] +text = + +[ui style] +text = ̽ Ÿ + +[backgound voice] +text = + +[key voice] +text =ŰҸ +[help window] +title = +item0 = %c α׷ +item1 = %c /Ȯ/ +item2 = %c ڷ//ƴϿ +item3 = %c / +item4 = %c ġƮ ޴ +item5 = %c ̵ +item6 = %c +item7 = %s ޴ +item8 = %s Ÿ ȯ +versions = HW: %02x NDD: %02x + +[patches] +title = Ư +download play = ٿε ÷ ġ +cheating system = ġƮ (AR) +reset in game = Ʈ + +[switches] +Disable = + +Enable = + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/local.fon b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/local.fon new file mode 100644 index 0000000..19d1bbf Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/local.fon differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/unicode.ank b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/unicode.ank new file mode 100644 index 0000000..76fae2a Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/unicode.ank differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/unicode.l2u b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/unicode.l2u new file mode 100644 index 0000000..7ee8d24 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/unicode.l2u differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/unicode.u2l b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/unicode.u2l new file mode 100644 index 0000000..14bca91 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_ko/unicode.u2l differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/language.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/language.txt new file mode 100644 index 0000000..fb63693 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/language.txt @@ -0,0 +1,336 @@ +[start menu] +Copy = Kopieer +Cut = Knip +Paste = Plak +Delete = Verwijder +Save Type = Save Type +Patches = Patches +Setting = Systeem Opties +Info = Eigenschappen +Help = Hulp + +[main menu] +Game = spill +Music = Musikk +Net = Internet +Mail = E-mail +Msn = MSN +Wifi =Wifi-Oppgrader +Ip =Phone + +[message box] +yes = Ja +no = Nee +ok = OK +cancel = Annuleer + +[progress window] +processing save = Verwerken... Niet uitschakelen! +processing copy = Kopieert... Niet uitschakelen, %c=annuleren! +first use sd = Kontroleren SD kaart voor eerste gebruik.. +gba load = Laden GBA spel... +gba save load = Laden GBA save... +gba save store = Verwerken GBA save... Niet uitschakelen! +erase nor = Wissen NOR flash... Niet uitschakelen! +rebuilding cheat data = Rebuilding cheat file. + +[copy file error] +title = Kopieren Bestand of Map Fout +text = De Bestand of map bestaat niet. + +[copy file exists] +title = Vervangen van Bestand Bevestigen +text = Deze map bevat al een bestand met dezelfde naam. Wilt u het bestaande bestand vervangen door dit bestand? + +[copy dest is directory] +title = Kopieren Bestand of Map Fout +text = Deze map bevat al een map met dezelfde naam. Het is niet mogelijk om bestand te kopieren. + +[move dest is directory] +title = Verplaatsen Bestand of Map Fout +text = Deze map bevat al een map met dezelfde naam. Het is niet mogelijk om bestand te verplaatsen. + +[no copy dir] +title = Map Kopieeer/Knip Fout +text = Map kopieren/knippen wordt op dit moment niet ondersteunt! + +[stop copying file] +title = Bestand Kopieeren Annuleren Bevestigen +text = Weet u zeker dat u bestand kopieren wilt annuleren? + +[confirm delete file] +title = Verwijderen Bestand/Map Bevestigen +text = Bestand/map kan niet hersteld worden, weet u zeker dat u '%s' wilt verwijderen? + +[do not delete directory] +title = Map verwijderen Fout +text = Deze map is niet leeg, verwijder eerst inhoud van de map en probeer opnieuw. + +[unknown save type] +title = Safe Type Onbekend +text = De save type van dit programma is onbekend, druk "A" om handmatig type te bepalen. + +[no savelist] +title = Laden Save List Fout +text = De save list kon niet geladen worden, "savelist.bin" is niet aanwezig. + +[restore save fail] +title = Save Data Herstel Mislukt +text = De Save data kon niet hersteld worden, negeren en verder gaan? + +[backup save fail] +title = Save Data Bewaren Mislukt +text = De save data kon niet bewaard worden, doel disk heeft wellicht niet genoeg ruimte. + +[language changed] +title = Systeem Taal Wijziging Bevestigen +text = Weet u zeker dat u nu wilt herstarten om de systeem taal wijziging toe te passen? Kies "Nee" om later te herstarten. + +[ui style changed] +title = Interface Thema Wijziging Bevestigen +text = Weet u zeker dat u nu wilt herstarten om de interface thema wijziging toe te passen? Kies "Nee" om huidige thema te behouden. + +[setting window] +ok = OK +savetype = Save Type +cancel = Annuleer +confirm = Options Save Bevestigen +confirm text = Weet u zeker dat u de huidige instellingen wilt opslaan? +shortcut = Snelkoppeling +rominfo = Rom Info + +[save type] +title = Save Type Instelling +text = Save type +Unknown = Onbekend +No Save = Geen Save +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[scrolling] +Fast = Snel +Medium = Gemiddeld +Slow = Langzaam + +[romnametype] +Normal = Normal +HideExtName = Hide ROM Ext. +BannerTitle = Internal Name + +[advanced setting] +title = Geavanceerde Opties +Advanced = Geavanceerd +Show Hidden Files = Verborgen bestanden +Hide Extension Name = Verberg ROM extensie +Scrolling Speed = Blader snelheid +Rom Name Type = ROM Name in List + +[system setting] +title = Systeem Opties + +[rom info] +title = Eigenschappen +title_rominfo = Setup Rom Info +file date = Laatste Wijziging: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Grootte: %s +save type = Save Type: %s +game code = Game Code: %s +save slot = Select Save Slot +cheat menu = Cheat Menu +copy slot = Copy Slot +SaveSlot = Saveslot + +[gba info] +run mode = Run Mode +Normal = Run +Linkage = Linkage +patch sleep = Patch Sleep Mode +patch sram = Patch SRAM + +[saveslot] +title = Save Slot +Slot = Slot +title_copyslot = Copy Save Slot +confirm_copyslot = Are you sure you want to copy save slot? +target slot = Target SaveSlot +Default Slot = Default +Set Slot = Set Slot +Copy = Kopieer +Delete = Verwijder + + +[disk info] +total = Capaciteit: %s +used = Gebruikt: %s +free = Beschikbaar: %s + +[no free space] +title = Onvoldoende Ruimte Fout +text = Er is onvoldoende ruimte op de doel disk, kan bestand niet kopieren. + +[folder] +title = Error +text = Antallet mapper kan ikke v?re mer enn 1024 + +[sd speed] +text = Bepaal MicroSD Snelheid +item0 = Extreem +item1 = Snel +item2 = Gemiddeld +item3 = Langzaam + +[unsupported sd] +title = MicroSD Kaart Niet Ondersteund +text = Dit MicroSD kaart(Model:%s) is niet geschikt om officiele DS programma's te draaien, Kopieer alstublieft programme van SD kaart naar Acekard Interne Flash geheugen en probeer opnieuw. + +[sd card error] +title = Benaderen MicroSD Kaart Fout +text = MicroSD kaart kon niet benaderd worden, verifieer dat MicroSD kaart geformatteerd and korrect geplaatst is. + +[no sd for save] +title = Geen MicroSD voor Safe Data +text = MicroSD kaard kon niet benaderd worden, save data van eerder gestart programma zal geschreven worden naar bestand '%s'. + +[no gba card] +title = Geen GBA Kaart Fout +text = Er is geen apparaat in Slot-2. + +[filelist type] +text = Type file(s) zichtbaar +item0 = NDS +item1 = NDS + SAV +item2 = ALLES + +[rom trim] +text = Trim ROM bij kopieren +item0 = Uit +item1 = Aan + +[cheat] +text = Cheat code gebruik +item0 = Uit +Item1 = Aan + +[autorun] +text = RT Save +item0 = Uit +item1 = Aan + +[language] +text = Interface taal +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = Japanese +item4 = Francais +item5 = Italiano +item6 = Deutsch +item7 = Espaol +item8 = Nederlands +item9 = Koreansk +[brightness] +text = Helderheid + +[ui style] +text = Interface thema + +[help window] +title = Hulp +item0 = %c Omhoog/Omlaag/PgOmhoog/PgOmlaag +item1 = %c Ja/Start/OK +item2 = %c Nee/Terug/Annuleer +item3 = %c Bestands info/Selekteer save type +item4 = %c Cheat Menu +item5 = %c Terug naar bovenliggende map +item6 = %c Helderheid instellen: 1/2/3/4 +item7 = %s Open "START" Menu +item8 = %s Lijst stijl: Animatie/Nummer +versions = HW: %02x NDD: %02x + +[exp window] +title = 3in1 Expansion Pack Instellingen +ram = RAM +sram = sRAM +off = Uit +low = Laag +mid = Gemiddeld +high = Hoog +strength = Rumble niveau +NOR Mode = NOR Mode +auto = Auto +always = Always + +[abort save] +title = Save Verwerking Annuleren +text = Weet u zeker dat u save verwerking wilt annuleren? + +[gba warn] +title = GBA ROM formaat waarschuwing +text = GBA ROM's groter dan 32M worden op dit moment niet ondersteund! + +[patches] +title = Patch Opties +download play = DS Download Play +cheating system = Cheat/Action Replay +reset in game = Soft-Reset +RT SAVE = RT Save +cheatdb select= Cheat DB File + +[switches] +Enable = Aan +Disable = Uit +Default = Default +auto menu = Auto Menu + + +[shortcut] +title_overwrite = Snelkoppeling Bevestigen +text_overwrite = Weet u zeker dat u snelkoppeling wilt aanmaken/overschrijven? +title_delete = Confirm Shortcut +text_delete = Are you sure want to delete your shortcut? + +[slot2] +boot mode = Boot Mode +gbamode = Boot in GBA mode +passme = Boot in NDS mode (PassMe) +unknown = Unknown Slot2 Title +3in1 Expansion Pack = EZ-Flash 3In1 Expansion Pack is detected. +EWin Expansion Pack = EWin Expansion Pack is detected. + +[cheats] +title = Cheats +confirm = Confirm +error_title = Error +error_text = Cheat file is not found. +no cheatdb= Cheat DB file is not found. +invalid cheatdb= Cheat DB file is invalid. +notfound = No Cheats found in Cheat DB. +confirm_rebuild = Do you want really rebuilding? current cheatfile will be removed. +Save = Save +Rebuild = Rebuild +Cancel = Annuleer +DB Select = DB Select + +[textview] +confirm = Afsluiten Bevestigen +exit = Weet u zeker dat u programma wilt afsluiten? +error = Tekst Bestand Openen fout +file open error = Dit tekst bestand kan niet geopend worden. Terug naar lijst weergave. +screen angle = Scherm Orientatie +normal = Normaal +rotate 90 = Roteer 90 +rotate 270 = Roteer 270 +screen mode = Scherm Mode +dual = Dual Scherm +dual copy = Kloon Scherm +lower = Alleen Onder +upper = Alleen Boven +add bookmark = Weet u zeker dat u nieuwe markering wilt plaatsen op deze positie? +remove bookmark = Weet u zeker dat u deze markering wilt verwijderen? +goto toppage? = Weet u zeker dat u naar de top van de pagina wilt springen? +line space = Line Space + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/language.txt.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/language.txt.bak new file mode 100644 index 0000000..87e413d --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/language.txt.bak @@ -0,0 +1,327 @@ +[start menu] +Copy = Kopieer +Cut = Knip +Paste = Plak +Delete = Verwijder +Save Type = Save Type +Patches = Patches +Setting = Systeem Opties +Info = Eigenschappen +Help = Hulp + +[message box] +yes = Ja +no = Nee +ok = OK +cancel = Annuleer + +[progress window] +processing save = Verwerken... Niet uitschakelen! +processing copy = Kopieert... Niet uitschakelen, %c=annuleren! +first use sd = Kontroleren SD kaart voor eerste gebruik.. +gba load = Laden GBA spel... +gba save load = Laden GBA save... +gba save store = Verwerken GBA save... Niet uitschakelen! +erase nor = Wissen NOR flash... Niet uitschakelen! +rebuilding cheat data = Rebuilding cheat file. + +[copy file error] +title = Kopieren Bestand of Map Fout +text = De Bestand of map bestaat niet. + +[copy file exists] +title = Vervangen van Bestand Bevestigen +text = Deze map bevat al een bestand met dezelfde naam. Wilt u het bestaande bestand vervangen door dit bestand? + +[copy dest is directory] +title = Kopieren Bestand of Map Fout +text = Deze map bevat al een map met dezelfde naam. Het is niet mogelijk om bestand te kopieren. + +[move dest is directory] +title = Verplaatsen Bestand of Map Fout +text = Deze map bevat al een map met dezelfde naam. Het is niet mogelijk om bestand te verplaatsen. + +[no copy dir] +title = Map Kopieeer/Knip Fout +text = Map kopieren/knippen wordt op dit moment niet ondersteunt! + +[stop copying file] +title = Bestand Kopieeren Annuleren Bevestigen +text = Weet u zeker dat u bestand kopieren wilt annuleren? + +[confirm delete file] +title = Verwijderen Bestand/Map Bevestigen +text = Bestand/map kan niet hersteld worden, weet u zeker dat u '%s' wilt verwijderen? + +[do not delete directory] +title = Map verwijderen Fout +text = Deze map is niet leeg, verwijder eerst inhoud van de map en probeer opnieuw. + +[unknown save type] +title = Safe Type Onbekend +text = De save type van dit programma is onbekend, druk "A" om handmatig type te bepalen. + +[no savelist] +title = Laden Save List Fout +text = De save list kon niet geladen worden, "savelist.bin" is niet aanwezig. + +[restore save fail] +title = Save Data Herstel Mislukt +text = De Save data kon niet hersteld worden, negeren en verder gaan? + +[backup save fail] +title = Save Data Bewaren Mislukt +text = De save data kon niet bewaard worden, doel disk heeft wellicht niet genoeg ruimte. + +[language changed] +title = Systeem Taal Wijziging Bevestigen +text = Weet u zeker dat u nu wilt herstarten om de systeem taal wijziging toe te passen? Kies "Nee" om later te herstarten. + +[ui style changed] +title = Interface Thema Wijziging Bevestigen +text = Weet u zeker dat u nu wilt herstarten om de interface thema wijziging toe te passen? Kies "Nee" om huidige thema te behouden. + +[setting window] +ok = OK +savetype = Save Type +cancel = Annuleer +confirm = Options Save Bevestigen +confirm text = Weet u zeker dat u de huidige instellingen wilt opslaan? +shortcut = Snelkoppeling +rominfo = Rom Info + +[save type] +title = Save Type Instelling +text = Save type +Unknown = Onbekend +No Save = Geen Save +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[scrolling] +Fast = Snel +Medium = Gemiddeld +Slow = Langzaam + +[romnametype] +Normal = Normal +HideExtName = Hide ROM Ext. +BannerTitle = Internal Name + +[advanced setting] +title = Geavanceerde Opties +Advanced = Geavanceerd +Show Hidden Files = Verborgen bestanden +Hide Extension Name = Verberg ROM extensie +Scrolling Speed = Blader snelheid +Rom Name Type = ROM Name in List + +[system setting] +title = Systeem Opties + +[rom info] +title = Eigenschappen +title_rominfo = Setup Rom Info +file date = Laatste Wijziging: %d/%d/%d %02d:%02d:%02d(GMT) +file size = Grootte: %s +save type = Save Type: %s +game code = Game Code: %s +save slot = Select Save Slot +cheat menu = Cheat Menu +copy slot = Copy Slot +SaveSlot = Saveslot + +[gba info] +run mode = Run Mode +Normal = Run +Linkage = Linkage +patch sleep = Patch Sleep Mode +patch sram = Patch SRAM + +[saveslot] +title = Save Slot +Slot = Slot +title_copyslot = Copy Save Slot +confirm_copyslot = Are you sure you want to copy save slot? +target slot = Target SaveSlot +Default Slot = Default +Set Slot = Set Slot +Copy = Kopieer +Delete = Verwijder + + +[disk info] +total = Capaciteit: %s +used = Gebruikt: %s +free = Beschikbaar: %s + +[no free space] +title = Onvoldoende Ruimte Fout +text = Er is onvoldoende ruimte op de doel disk, kan bestand niet kopieren. + +[folder] +title = Error +text = Antallet mapper kan ikke v?re mer enn 1024 + +[sd speed] +text = Bepaal MicroSD Snelheid +item0 = Extreem +item1 = Snel +item2 = Gemiddeld +item3 = Langzaam + +[unsupported sd] +title = MicroSD Kaart Niet Ondersteund +text = Dit MicroSD kaart(Model:%s) is niet geschikt om officiele DS programma's te draaien, Kopieer alstublieft programme van SD kaart naar Acekard Interne Flash geheugen en probeer opnieuw. + +[sd card error] +title = Benaderen MicroSD Kaart Fout +text = MicroSD kaart kon niet benaderd worden, verifieer dat MicroSD kaart geformatteerd and korrect geplaatst is. + +[no sd for save] +title = Geen MicroSD voor Safe Data +text = MicroSD kaard kon niet benaderd worden, save data van eerder gestart programma zal geschreven worden naar bestand '%s'. + +[no gba card] +title = Geen GBA Kaart Fout +text = Er is geen apparaat in Slot-2. + +[filelist type] +text = Type file(s) zichtbaar +item0 = NDS +item1 = NDS + SAV +item2 = ALLES + +[rom trim] +text = Trim ROM bij kopieren +item0 = Uit +item1 = Aan + +[cheat] +text = Cheat code gebruik +item0 = Uit +Item1 = Aan + +[autorun] +text = RT Save +item0 = Uit +item1 = Aan + +[language] +text = Interface taal +item0 = English +item1 = S.Chinese +item2 = T.Chinese +item3 = Japanese +item4 = Francais +item5 = Italiano +item6 = Deutsch +item7 = Espaol +item8 = Nederlands +item9 = Koreansk +[brightness] +text = Helderheid + +[ui style] +text = Interface thema + +[help window] +title = Hulp +item0 = %c Omhoog/Omlaag/PgOmhoog/PgOmlaag +item1 = %c Ja/Start/OK +item2 = %c Nee/Terug/Annuleer +item3 = %c Bestands info/Selekteer save type +item4 = %c Cheat Menu +item5 = %c Terug naar bovenliggende map +item6 = %c Helderheid instellen: 1/2/3/4 +item7 = %s Open "START" Menu +item8 = %s Lijst stijl: Animatie/Nummer +versions = HW: %02x NDD: %02x + +[exp window] +title = 3in1 Expansion Pack Instellingen +ram = RAM +sram = sRAM +off = Uit +low = Laag +mid = Gemiddeld +high = Hoog +strength = Rumble niveau +NOR Mode = NOR Mode +auto = Auto +always = Always + +[abort save] +title = Save Verwerking Annuleren +text = Weet u zeker dat u save verwerking wilt annuleren? + +[gba warn] +title = GBA ROM formaat waarschuwing +text = GBA ROM's groter dan 32M worden op dit moment niet ondersteund! + +[patches] +title = Patch Opties +download play = DS Download Play +cheating system = Cheat/Action Replay +reset in game = Soft-Reset +3in1 = 3in1 +cheatdb select= Cheat DB File + +[switches] +Enable = Aan +Disable = Uit +Default = Default +auto menu = Auto Menu + + +[shortcut] +title_overwrite = Snelkoppeling Bevestigen +text_overwrite = Weet u zeker dat u snelkoppeling wilt aanmaken/overschrijven? +title_delete = Confirm Shortcut +text_delete = Are you sure want to delete your shortcut? + +[slot2] +boot mode = Boot Mode +gbamode = Boot in GBA mode +passme = Boot in NDS mode (PassMe) +unknown = Unknown Slot2 Title +3in1 Expansion Pack = EZ-Flash 3In1 Expansion Pack is detected. +EWin Expansion Pack = EWin Expansion Pack is detected. + +[cheats] +title = Cheats +confirm = Confirm +error_title = Error +error_text = Cheat file is not found. +no cheatdb= Cheat DB file is not found. +invalid cheatdb= Cheat DB file is invalid. +notfound = No Cheats found in Cheat DB. +confirm_rebuild = Do you want really rebuilding? current cheatfile will be removed. +Save = Save +Rebuild = Rebuild +Cancel = Annuleer +DB Select = DB Select + +[textview] +confirm = Afsluiten Bevestigen +exit = Weet u zeker dat u programma wilt afsluiten? +error = Tekst Bestand Openen fout +file open error = Dit tekst bestand kan niet geopend worden. Terug naar lijst weergave. +screen angle = Scherm Orientatie +normal = Normaal +rotate 90 = Roteer 90 +rotate 270 = Roteer 270 +screen mode = Scherm Mode +dual = Dual Scherm +dual copy = Kloon Scherm +lower = Alleen Onder +upper = Alleen Boven +add bookmark = Weet u zeker dat u nieuwe markering wilt plaatsen op deze positie? +remove bookmark = Weet u zeker dat u deze markering wilt verwijderen? +goto toppage? = Weet u zeker dat u naar de top van de pagina wilt springen? +line space = Line Space + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/local.fon b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/local.fon new file mode 100644 index 0000000..6ccf0fe Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/local.fon differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/unicode.l2u b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/unicode.l2u new file mode 100644 index 0000000..cc8f091 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/unicode.l2u differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/unicode.u2l b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/unicode.u2l new file mode 100644 index 0000000..467866e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_nl/unicode.u2l differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/language.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/language.txt new file mode 100644 index 0000000..de1c4b7 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/language.txt @@ -0,0 +1,216 @@ +[start menu] +Copy = ƻs +Cut = Ť +Paste = ߶K +Delete = R +Save Type = ]ms +Patches = S\ +Setting = tγ]m +Info = ɫH +Help = U + + +[main menu] +Game = +Music = +Net = W +Mail = l +Msn = MSN +Wifi =s +Ip =q + + +[message box] +yes = O +no = _ +ok = Tw +cancel = + +[progress window] +processing save = bBzsɡAФn +processing copy = bƻsɡAФnA %c +first use sd = bĤ@ϥ SD ddz +loading.....please wait =b˸......еyZ +scaning.....please wait =by......еyZ +[copy file error] +title = ~ +text = ƻsɮɵoͿ~ + +[copy file exists] +title = ĵi +text = ۦPɦWɦsbAnл\? + +[copy dest is directory] +title = ~ +text = ۦPWrؿsbANɽƻso + +[move dest is directory] +title = ~ +text = ۦPWrؿsbANɰŤo + +[no copy dir] +title = ~ +text = ƻsΰŤ@ӥؿ + +[stop copying file] +title = T{ +text = noӤɶܡH + +[confirm delete file] +title = T{ +text = Rɫᤣ_ATnR u%sv ܡH + +[do not delete directory] +title = ĵi +text = ӥؿU٦ɩΪ̥ؿAઽR + +[unknown save type] +title = Notify +text = The save type of this program is unknown, press A to choose a type + +[no savelist] +title = Warning +text = Can not load save list, "savelist.bin" is missing + +[restore save fail] +title = ĵi +text = _sɿ~An~ܡH + +[backup save fail] +title = ĵi +text = ƥsɥѡAϽLWiSŶ + +[language changed] +title = D +text = ܤFtλyAn{bҧ󴫷syܡHu_vyA + +[ui style changed] +title = D +text = ܤFΤɭAҨtΤ~ͮġAn{bҧ󴫷sܡHu_vOeɭ + +[setting window] +ok = Tw +savetype = s +cancel = +confirm = T{ +confirm text = nOse]mܡH + +[save type] +title = ]ms +text = ܤ@Ӧs +Unknown = /۰ +No Save = Ss +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = tγ]m + +[rom info] +title = ɫH +file date = ̫gJG%d~%d%d %02d:%02d:%02d(GMT) +file size = ɤjpG%s +save type = sG%s + +[disk info] +total = ϽLeqG%s +used = wΪŶG%s +free = ѾlŶG%s + +[folder] +title =~ +text =󧨼ƥؤWL1024 +[no free space] +title = ~ +text = ϽLŶALk + +[sd speed] +text = ]mSDdt +item0 = t +item1 = ֳt +item2 = t +item3 = Ct + +[unsupported sd] +title = ݮeSDd +text = zϥΪSDd(:%s) AXB DS x{AЫ Acekard m{sAB + +[sd card error] +title = SDd~ +text = LkXSDdeASDdiSn + +[no sd for save] +title = SDd~ +text = LkXSDdAesɫHNQƥ줺m{sG%s ɤ + +[no gba card] +title = +text = SLOT2 èSJ] + +[filelist type] +text = ]mɦC覡 +item0 = NDS +item1 = NDS & SAV +item2 = ܩҦ + +[rom trim] +text = ɦ۰ʵROM +item0 = _ +item1 = O + +[cheat] +text = Use cheat code +item0 = No +Item1 = Yes + +[autorun] +text = RT Save +item0 = No +item1 = Yes + +[language] +text = Language +item0 = ^y +item1 = 餤 +item2 = c餤 +item3 = y +item4 = ky +item5 = NjQy +item6 = wy +item7 = Zy +item8 = y +item9 = y +[brightness] +text = ̹G + +[ui style] +text = ɭ + +[help window] +title = UH +item0 = %c ܹC +item1 = %c }l/Tw +item2 = %c h/ +item3 = %c dݤɫH / ܦs +item4 = %c SD / FLASH +item5 = %c ^W@ťؿ +item6 = %c ո`G +item7 = %s }l +item8 = %s sCҦ/gҦ +versions = HW: %02x NDD: %02x + +[patches] +title = S\]m +download play = ɳdpݮe +cheating system = +reset in game = n_ +RT SAVE = RT Save +[switches] +Disable = T +Enable = ҥ + + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/language.txt.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/language.txt.bak new file mode 100644 index 0000000..ec55496 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/language.txt.bak @@ -0,0 +1,205 @@ +[start menu] +Copy = ƻs +Cut = Ť +Paste = ߶K +Delete = R +Save Type = ]ms +Patches = S\ +Setting = tγ]m +Info = ɫH +Help = U + +[message box] +yes = O +no = _ +ok = Tw +cancel = + +[progress window] +processing save = bBzsɡAФn +processing copy = bƻsɡAФnA %c +first use sd = bĤ@ϥ SD ddz +loading.....please wait =b˸......еyZ +scaning.....please wait =by......еyZ +[copy file error] +title = ~ +text = ƻsɮɵoͿ~ + +[copy file exists] +title = ĵi +text = ۦPɦWɦsbAnл\? + +[copy dest is directory] +title = ~ +text = ۦPWrؿsbANɽƻso + +[move dest is directory] +title = ~ +text = ۦPWrؿsbANɰŤo + +[no copy dir] +title = ~ +text = ƻsΰŤ@ӥؿ + +[stop copying file] +title = T{ +text = noӤɶܡH + +[confirm delete file] +title = T{ +text = Rɫᤣ_ATnR u%sv ܡH + +[do not delete directory] +title = ĵi +text = ӥؿU٦ɩΪ̥ؿAઽR + +[unknown save type] +title = Notify +text = The save type of this program is unknown, press A to choose a type + +[no savelist] +title = Warning +text = Can not load save list, "savelist.bin" is missing + +[restore save fail] +title = ĵi +text = _sɿ~An~ܡH + +[backup save fail] +title = ĵi +text = ƥsɥѡAϽLWiSŶ + +[language changed] +title = D +text = ܤFtλyAn{bҧ󴫷syܡHu_vyA + +[ui style changed] +title = D +text = ܤFΤɭAҨtΤ~ͮġAn{bҧ󴫷sܡHu_vOeɭ + +[setting window] +ok = Tw +savetype = s +cancel = +confirm = T{ +confirm text = nOse]mܡH + +[save type] +title = ]ms +text = ܤ@Ӧs +Unknown = /۰ +No Save = Ss +4K = 4K +64K = 64K +512K = 64K/512K +2M = 2M +4M = 2M/4M + +[system setting] +title = tγ]m + +[rom info] +title = ɫH +file date = ̫gJG%d~%d%d %02d:%02d:%02d(GMT) +file size = ɤjpG%s +save type = sG%s + +[disk info] +total = ϽLeqG%s +used = wΪŶG%s +free = ѾlŶG%s + +[folder] +title =~ +text =󧨼ƥؤWL1024 +[no free space] +title = ~ +text = ϽLŶALk + +[sd speed] +text = ]mSDdt +item0 = t +item1 = ֳt +item2 = t +item3 = Ct + +[unsupported sd] +title = ݮeSDd +text = zϥΪSDd(:%s) AXB DS x{AЫ Acekard m{sAB + +[sd card error] +title = SDd~ +text = LkXSDdeASDdiSn + +[no sd for save] +title = SDd~ +text = LkXSDdAesɫHNQƥ줺m{sG%s ɤ + +[no gba card] +title = +text = SLOT2 èSJ] + +[filelist type] +text = ]mɦC覡 +item0 = NDS +item1 = NDS & SAV +item2 = ܩҦ + +[rom trim] +text = ɦ۰ʵROM +item0 = _ +item1 = O + +[cheat] +text = Use cheat code +item0 = No +Item1 = Yes + +[autorun] +text = RT Save +item0 = No +item1 = Yes + +[language] +text = Language +item0 = ^y +item1 = 餤 +item2 = c餤 +item3 = y +item4 = ky +item5 = NjQy +item6 = wy +item7 = Zy +item8 = y +item9 = y +[brightness] +text = ̹G + +[ui style] +text = ɭ + +[help window] +title = UH +item0 = %c ܹC +item1 = %c }l/Tw +item2 = %c h/ +item3 = %c dݤɫH / ܦs +item4 = %c SD / FLASH +item5 = %c ^W@ťؿ +item6 = %c ո`G +item7 = %s }l +item8 = %s sCҦ/gҦ +versions = HW: %02x NDD: %02x + +[patches] +title = S\]m +download play = ɳdpݮe +cheating system = +reset in game = n_ + +[switches] +Disable = T +Enable = ҥ + + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/local.fon b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/local.fon new file mode 100644 index 0000000..3ff24eb Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/local.fon differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/tmp.bin b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/tmp.bin new file mode 100644 index 0000000..e7b80a5 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/tmp.bin @@ -0,0 +1 @@ +󧨼ƥؤWL1024 \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/unicode.ank b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/unicode.ank new file mode 100644 index 0000000..76fae2a Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/unicode.ank differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/unicode.l2u b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/unicode.l2u new file mode 100644 index 0000000..45b3fb2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/unicode.l2u differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/unicode.u2l b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/unicode.u2l new file mode 100644 index 0000000..1a536ba Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/language/lang_zh/unicode.u2l differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/lastsave.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/lastsave.ini new file mode 100644 index 0000000..e69de29 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/lib.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/lib.dat new file mode 100644 index 0000000..f12f1e2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/lib.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/list.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/list.dat new file mode 100644 index 0000000..273797e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/list.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/mem.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/mem.dat new file mode 100644 index 0000000..89c9ba6 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/mem.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/message.SST b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/message.SST new file mode 100644 index 0000000..3a1fb7d Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/message.SST differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/optionlist.bin b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/optionlist.bin new file mode 100644 index 0000000..e69de29 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/savelistex.bin b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/savelistex.bin new file mode 100644 index 0000000..83c508f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/savelistex.bin differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/savlib.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/savlib.dat new file mode 100644 index 0000000..a17a1fd Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/savlib.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/sdlist.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/sdlist.ini new file mode 100644 index 0000000..90dd9a0 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/sdlist.ini @@ -0,0 +1,8 @@ +[SD Card Manufacturers] +02 = Toshiba +03 = Sandisk +13 = Kingmax +1c = Transcend + +[SD Card Speed] +00D = 666 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/sec.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/sec.dat new file mode 100644 index 0000000..71343dc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/sec.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/syreset.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/syreset.dat new file mode 100644 index 0000000..17f6eb1 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/syreset.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Cut.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Cut.bmp new file mode 100644 index 0000000..bfe6abb Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Cut.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Delete.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Delete.bmp new file mode 100644 index 0000000..28c0fd2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Delete.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Paste.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Paste.bmp new file mode 100644 index 0000000..34f0f88 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Paste.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Properties.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Properties.bmp new file mode 100644 index 0000000..83d16ed Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Properties.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/SETTING.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/SETTING.bmp new file mode 100644 index 0000000..91b0cc9 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/SETTING.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Thumbs.db b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Thumbs.db new file mode 100644 index 0000000..0599f29 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/Thumbs.db differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/brightness.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/brightness.bmp new file mode 100644 index 0000000..672e00d Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/brightness.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/btn2.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/btn2.bmp new file mode 100644 index 0000000..6628649 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/btn2.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/btn3.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/btn3.bmp new file mode 100644 index 0000000..defb595 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/btn3.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/btn4.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/btn4.bmp new file mode 100644 index 0000000..c4a4212 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/btn4.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/Thumbs.db b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/Thumbs.db new file mode 100644 index 0000000..37fb4a1 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/Thumbs.db differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/clock_colon.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/clock_colon.bmp new file mode 100644 index 0000000..2cd9c83 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/clock_colon.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/clock_numbers.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/clock_numbers.bmp new file mode 100644 index 0000000..21365b0 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/clock_numbers.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/day_numbers.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/day_numbers.bmp new file mode 100644 index 0000000..d3704b2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/day_numbers.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/year_numbers.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/year_numbers.bmp new file mode 100644 index 0000000..6166c42 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar/year_numbers.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar_no.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar_no.bmp new file mode 100644 index 0000000..d3704b2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/calendar_no.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/card_icon_blue.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/card_icon_blue.bmp new file mode 100644 index 0000000..9c15079 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/card_icon_blue.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/copy.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/copy.bmp new file mode 100644 index 0000000..80890e8 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/copy.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/cross.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/cross.bmp new file mode 100644 index 0000000..7c8dcbc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/cross.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/custom.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/custom.ini new file mode 100644 index 0000000..d04a3b2 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/custom.ini @@ -0,0 +1,20 @@ +[user name] +x = 60 +y = 173 +color = 0x2d6b +show = 1 + +[user text] +text = r4ibest +x = 0 +y = 0 +w = 0 +h = 0 +color = 0 +show = 0 + +[user picture] +file = no file +x = 0 +y = 0 +show = 0 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/custom.ini.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/custom.ini.bak new file mode 100644 index 0000000..c461e20 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/custom.ini.bak @@ -0,0 +1,20 @@ +[user name] +x = 60 +y = 173 +color = 0x2d6b +show = 1 + +[user text] +text = acekard +x = 0 +y = 0 +w = 0 +h = 0 +color = 0 +show = 0 + +[user picture] +file = no file +x = 0 +y = 0 +show = 0 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/folder_up.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/folder_up.bmp new file mode 100644 index 0000000..1baa3cb Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/folder_up.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/game.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/game.bmp new file mode 100644 index 0000000..ae59e9e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/game.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/game_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/game_small.bmp new file mode 100644 index 0000000..2a1f348 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/game_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/lower_screen.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/lower_screen.bmp new file mode 100644 index 0000000..1d84a6c Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/lower_screen.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/mail.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/mail.bmp new file mode 100644 index 0000000..b94fd19 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/mail.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/mail_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/mail_small.bmp new file mode 100644 index 0000000..4f36967 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/mail_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/main_screen.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/main_screen.bmp new file mode 100644 index 0000000..1d84a6c Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/main_screen.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/menu_bg.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/menu_bg.bmp new file mode 100644 index 0000000..583ef89 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/menu_bg.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/msn.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/msn.bmp new file mode 100644 index 0000000..9fce527 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/msn.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/msn_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/msn_small.bmp new file mode 100644 index 0000000..33733fc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/msn_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/music.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/music.bmp new file mode 100644 index 0000000..da0c2c6 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/music.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/music_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/music_small.bmp new file mode 100644 index 0000000..2516e12 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/music_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/net.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/net.bmp new file mode 100644 index 0000000..bcea9a3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/net.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/net_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/net_small.bmp new file mode 100644 index 0000000..e637dcc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/net_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/phone.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/phone.bmp new file mode 100644 index 0000000..2242f64 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/phone.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/phone_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/phone_small.bmp new file mode 100644 index 0000000..f894dbc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/phone_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/progress_bar.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/progress_bar.bmp new file mode 100644 index 0000000..3bce5d3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/progress_bar.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/progress_wnd.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/progress_wnd.bmp new file mode 100644 index 0000000..583ef89 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/progress_wnd.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/spin_btn_left.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/spin_btn_left.bmp new file mode 100644 index 0000000..ac4ca69 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/spin_btn_left.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/spin_btn_right.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/spin_btn_right.bmp new file mode 100644 index 0000000..c21c122 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/spin_btn_right.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/tick.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/tick.bmp new file mode 100644 index 0000000..e05ccf1 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/tick.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/title_bg.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/title_bg.bmp new file mode 100644 index 0000000..b2937c8 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/title_bg.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/title_left.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/title_left.bmp new file mode 100644 index 0000000..5a9a398 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/title_left.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/title_right.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/title_right.bmp new file mode 100644 index 0000000..cd69d7a Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/title_right.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/uisettings.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/uisettings.ini new file mode 100644 index 0000000..ac5586e --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/uisettings.ini @@ -0,0 +1,107 @@ +[global settings] +formFrameColor = 0x39ce +formBodyColor = 0x2d6b +formTextColor = 0x7fff +formTitleTextColor = 0x7fff +buttonTextColor = 0x1ce7 +spinBoxNormalColor = 0x39ce +spinBoxFocusColor = 0x3968 +spinBoxFrameColor = 0x35ad +spinBoxTextColor = 0x7fff +spinBoxTextHiLightColor = 0x7fff +listViewBarColor1 = 0x4d60 +listViewBarColor2 = 0x24a0 +listTextColor = 0 +listTextHighLightColor = 0 +popMenuTextColor = 0x4d80 +popMenuTextHighLightColor = 0x7fff +popMenuBarColor = 0x4d80 +lightColorIndex=8 +[start button] +x = 226 +y = 176 +w = 48 +h = 18 +textColor = 0x4d80 +file = none + +[start menu] +x = 0 +y = 136 +itemX = 4 +itemY = 12 +itemHeight = 16 + +[brightness btn] +x = 240 +y = 1 +w = 16 +h = 16 + +[updata btn] +x = 0 +y = 176 +w = 48 +h = 18 +textColor = 0x4d80 +file = none + + +[folderup btn] +x = 0 +y = 0 +w = 40 +h = 16 + +[disk icon] +x = 213 +y = 1 + +[main list] +textColor = 0x2d6b +textColorHilight = 0x7fff +selectionBarColor1 = 0x20e2 +selectionBarColor2 = 0x1482 + +[big clock] +x = 133 +y = 8 +show = 1 + +[calendar year] +x = 184 +y = 56 +show = 1 + +[calendar month] +x = 140 +y = 56 +show = 1 + +[calendar day] +x = 139 +y = 105 +highlightColor = 0x0c0f +dw = 16 +dh = 14 +show = 1 + +[folder text] +x = 0 +y = 1 +w = 160 +h = 16 +color = 0x2d6b + +[setting window] +spinBoxWidth = 108 + +[rom info window] +w = 220 +h = 144 + +[help window] +w = 200 +h = 160 + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/updata.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/updata.bmp new file mode 100644 index 0000000..0fdac77 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/updata.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/upper_screen.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/upper_screen.bmp new file mode 100644 index 0000000..c6c2ea0 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/upper_screen.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/wifi.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/wifi.bmp new file mode 100644 index 0000000..cac3fed Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/wifi.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/wifi_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/wifi_small.bmp new file mode 100644 index 0000000..1e0aa91 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/black/wifi_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Cut.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Cut.bmp new file mode 100644 index 0000000..bfe6abb Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Cut.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Delete.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Delete.bmp new file mode 100644 index 0000000..28c0fd2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Delete.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Paste.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Paste.bmp new file mode 100644 index 0000000..34f0f88 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Paste.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Properties.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Properties.bmp new file mode 100644 index 0000000..83d16ed Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Properties.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/SETTING.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/SETTING.bmp new file mode 100644 index 0000000..91b0cc9 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/SETTING.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Thumbs.db b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Thumbs.db new file mode 100644 index 0000000..02907b8 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/Thumbs.db differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/brightness.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/brightness.bmp new file mode 100644 index 0000000..8adcea2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/brightness.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/btn2.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/btn2.bmp new file mode 100644 index 0000000..59ea29f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/btn2.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/btn3.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/btn3.bmp new file mode 100644 index 0000000..685df83 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/btn3.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/btn4.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/btn4.bmp new file mode 100644 index 0000000..63e11a3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/btn4.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/Thumbs.db b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/Thumbs.db new file mode 100644 index 0000000..03c4484 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/Thumbs.db differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/clock_colon.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/clock_colon.bmp new file mode 100644 index 0000000..2bf4a93 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/clock_colon.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/clock_numbers.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/clock_numbers.bmp new file mode 100644 index 0000000..447c377 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/clock_numbers.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/day_numbers.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/day_numbers.bmp new file mode 100644 index 0000000..d3704b2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/day_numbers.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/year_numbers.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/year_numbers.bmp new file mode 100644 index 0000000..08b411b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/calendar/year_numbers.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/card_icon_blue.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/card_icon_blue.bmp new file mode 100644 index 0000000..9c15079 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/card_icon_blue.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/copy.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/copy.bmp new file mode 100644 index 0000000..80890e8 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/copy.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/custom.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/custom.ini new file mode 100644 index 0000000..6f383c8 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/custom.ini @@ -0,0 +1,20 @@ +[user name] +x = 22 +y = 0 +color = 0x0398 +show = 1 + +[user text] +text = acekard +x = 0 +y = 0 +w = 0 +h = 0 +color = 0 +show = 0 + +[user picture] +file = no file +x = 0 +y = 0 +show = 0 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/folder_up.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/folder_up.bmp new file mode 100644 index 0000000..d5c0dfb Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/folder_up.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/game.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/game.bmp new file mode 100644 index 0000000..ae59e9e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/game.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/game_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/game_small.bmp new file mode 100644 index 0000000..2a1f348 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/game_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/lower_screen.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/lower_screen.bmp new file mode 100644 index 0000000..0d818be Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/lower_screen.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/mail.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/mail.bmp new file mode 100644 index 0000000..b94fd19 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/mail.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/mail_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/mail_small.bmp new file mode 100644 index 0000000..4f36967 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/mail_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/main_screen.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/main_screen.bmp new file mode 100644 index 0000000..10ed704 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/main_screen.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/menu_bg.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/menu_bg.bmp new file mode 100644 index 0000000..181513f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/menu_bg.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/msn.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/msn.bmp new file mode 100644 index 0000000..9fce527 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/msn.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/msn_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/msn_small.bmp new file mode 100644 index 0000000..33733fc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/msn_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/music.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/music.bmp new file mode 100644 index 0000000..da0c2c6 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/music.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/music_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/music_small.bmp new file mode 100644 index 0000000..2516e12 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/music_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/net.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/net.bmp new file mode 100644 index 0000000..bcea9a3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/net.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/net_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/net_small.bmp new file mode 100644 index 0000000..e637dcc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/net_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/phone.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/phone.bmp new file mode 100644 index 0000000..2242f64 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/phone.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/phone_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/phone_small.bmp new file mode 100644 index 0000000..f894dbc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/phone_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/progress_bar.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/progress_bar.bmp new file mode 100644 index 0000000..ef2a04b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/progress_bar.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/progress_wnd.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/progress_wnd.bmp new file mode 100644 index 0000000..641a54b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/progress_wnd.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/spin_btn_left.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/spin_btn_left.bmp new file mode 100644 index 0000000..0cf0941 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/spin_btn_left.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/spin_btn_right.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/spin_btn_right.bmp new file mode 100644 index 0000000..b161431 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/spin_btn_right.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/title_bg.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/title_bg.bmp new file mode 100644 index 0000000..127a5d3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/title_bg.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/title_left.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/title_left.bmp new file mode 100644 index 0000000..68a1ea6 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/title_left.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/title_right.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/title_right.bmp new file mode 100644 index 0000000..6d9a846 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/title_right.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/uisettings.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/uisettings.ini new file mode 100644 index 0000000..94af15a --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/uisettings.ini @@ -0,0 +1,111 @@ +[global settings] +formFrameColor = 0x1337 +formBodyColor = 0x7fff +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 = 0 +popMenuTextColor = 0x2d6b +popMenuTextHighLightColor = 0x7fff +popMenuBarColor = 0x4d60 +lightColorIndex=10 +[start button] +x = 226 +y = 176 +w = 48 +h = 18 +textColor = 0x4d80 +file = none + +[start menu] +x = 0 +y = 136 +itemX = 4 +itemY = 12 +itemHeight = 16 + +[brightness btn] +x = 240 +y = 1 +w = 16 +h = 16 + + +[updata btn] +x = 0 +y = 176 +w = 48 +h = 18 +textColor = 0x4d80 +file = none + +[folderup btn] +x = 0 +y = 0 +w = 40 +h = 16 + +[disk icon] +x = 213 +y = 1 + +[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 +show = 1 + +[folder text] +x = 0 +y = 1 +w = 160 +h = 16 +color = 0x2d6b + +[setting window] +spinBoxWidth = 108 + +[rom info window] +w = 220 +h = 144 + +[help window] +w = 200 +h = 160 + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/uisettings.ini.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/uisettings.ini.bak new file mode 100644 index 0000000..5fa2966 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/uisettings.ini.bak @@ -0,0 +1,101 @@ +[global settings] +formFrameColor = 0x1337 +formBodyColor = 0x7fff +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 = 0 +popMenuTextColor = 0x2d6b +popMenuTextHighLightColor = 0x7fff +popMenuBarColor = 0x4d60 +lightColorIndex=10 +[start button] +x = 214 +y = 174 +w = 48 +h = 18 +textColor = 0x4d80 +file = none + +[start menu] +x = 0 +y = 136 +itemX = 4 +itemY = 12 +itemHeight = 16 + +[brightness btn] +x = 240 +y = 1 +w = 16 +h = 16 + +[folderup btn] +x = 0 +y = 0 +w = 40 +h = 16 + +[disk icon] +x = 213 +y = 1 + +[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 = 0 +y = 2 +w = 160 +h = 16 +color = 0x2d6b + +[setting window] +spinBoxWidth = 108 + +[rom info window] +w = 220 +h = 144 + +[help window] +w = 200 +h = 160 + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/updata.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/updata.bmp new file mode 100644 index 0000000..0fdac77 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/updata.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/upper_screen.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/upper_screen.bmp new file mode 100644 index 0000000..7701b9b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/upper_screen.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/wifi.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/wifi.bmp new file mode 100644 index 0000000..cac3fed Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/wifi.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/wifi_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/wifi_small.bmp new file mode 100644 index 0000000..1e0aa91 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/blue/wifi_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Cut.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Cut.bmp new file mode 100644 index 0000000..bfe6abb Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Cut.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Delete.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Delete.bmp new file mode 100644 index 0000000..28c0fd2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Delete.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Paste.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Paste.bmp new file mode 100644 index 0000000..34f0f88 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Paste.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Properties.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Properties.bmp new file mode 100644 index 0000000..83d16ed Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Properties.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/SETTING.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/SETTING.bmp new file mode 100644 index 0000000..91b0cc9 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/SETTING.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Thumbs.db b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Thumbs.db new file mode 100644 index 0000000..5094d0d Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/Thumbs.db differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/brightness.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/brightness.bmp new file mode 100644 index 0000000..8adcea2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/brightness.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/btn2.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/btn2.bmp new file mode 100644 index 0000000..59ea29f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/btn2.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/btn3.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/btn3.bmp new file mode 100644 index 0000000..685df83 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/btn3.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/btn4.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/btn4.bmp new file mode 100644 index 0000000..63e11a3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/btn4.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/Thumbs.db b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/Thumbs.db new file mode 100644 index 0000000..afb4e91 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/Thumbs.db differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/clock_colon.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/clock_colon.bmp new file mode 100644 index 0000000..2bf4a93 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/clock_colon.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/clock_numbers.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/clock_numbers.bmp new file mode 100644 index 0000000..447c377 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/clock_numbers.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/day_numbers.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/day_numbers.bmp new file mode 100644 index 0000000..d3704b2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/day_numbers.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/year_numbers.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/year_numbers.bmp new file mode 100644 index 0000000..08b411b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/calendar/year_numbers.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/card_icon_blue.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/card_icon_blue.bmp new file mode 100644 index 0000000..9c15079 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/card_icon_blue.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/copy.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/copy.bmp new file mode 100644 index 0000000..80890e8 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/copy.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/custom.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/custom.ini new file mode 100644 index 0000000..6f383c8 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/custom.ini @@ -0,0 +1,20 @@ +[user name] +x = 22 +y = 0 +color = 0x0398 +show = 1 + +[user text] +text = acekard +x = 0 +y = 0 +w = 0 +h = 0 +color = 0 +show = 0 + +[user picture] +file = no file +x = 0 +y = 0 +show = 0 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/folder_up.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/folder_up.bmp new file mode 100644 index 0000000..d5c0dfb Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/folder_up.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/game.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/game.bmp new file mode 100644 index 0000000..ae59e9e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/game.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/game_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/game_small.bmp new file mode 100644 index 0000000..2a1f348 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/game_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/lower_screen.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/lower_screen.bmp new file mode 100644 index 0000000..08f982f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/lower_screen.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/mail.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/mail.bmp new file mode 100644 index 0000000..b94fd19 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/mail.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/mail_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/mail_small.bmp new file mode 100644 index 0000000..4f36967 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/mail_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/main_screen.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/main_screen.bmp new file mode 100644 index 0000000..843414f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/main_screen.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/menu_bg.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/menu_bg.bmp new file mode 100644 index 0000000..181513f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/menu_bg.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/msn.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/msn.bmp new file mode 100644 index 0000000..9fce527 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/msn.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/msn_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/msn_small.bmp new file mode 100644 index 0000000..33733fc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/msn_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/music.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/music.bmp new file mode 100644 index 0000000..da0c2c6 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/music.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/music_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/music_small.bmp new file mode 100644 index 0000000..2516e12 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/music_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/net.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/net.bmp new file mode 100644 index 0000000..bcea9a3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/net.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/net_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/net_small.bmp new file mode 100644 index 0000000..e637dcc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/net_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/phone.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/phone.bmp new file mode 100644 index 0000000..2242f64 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/phone.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/phone_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/phone_small.bmp new file mode 100644 index 0000000..f894dbc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/phone_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/progress_bar.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/progress_bar.bmp new file mode 100644 index 0000000..ef2a04b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/progress_bar.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/progress_wnd.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/progress_wnd.bmp new file mode 100644 index 0000000..b9fe94d Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/progress_wnd.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/spin_btn_left.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/spin_btn_left.bmp new file mode 100644 index 0000000..0cf0941 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/spin_btn_left.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/spin_btn_right.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/spin_btn_right.bmp new file mode 100644 index 0000000..b161431 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/spin_btn_right.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/title_bg.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/title_bg.bmp new file mode 100644 index 0000000..127a5d3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/title_bg.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/title_left.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/title_left.bmp new file mode 100644 index 0000000..68a1ea6 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/title_left.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/title_right.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/title_right.bmp new file mode 100644 index 0000000..6d9a846 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/title_right.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/uisettings.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/uisettings.ini new file mode 100644 index 0000000..de4f05c --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/uisettings.ini @@ -0,0 +1,109 @@ +[global settings] +formFrameColor = 0x1337 +formBodyColor = 0x7fff +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 = 0 +popMenuTextColor = 0x2d6b +popMenuTextHighLightColor = 0x7fff +popMenuBarColor = 0x4d60 +lightColorIndex=4 +[start button] +x = 226 +y = 176 +w = 48 +h = 18 +textColor = 0x4d80 +file = none + +[start menu] +x = 0 +y = 136 +itemX = 4 +itemY = 12 +itemHeight = 16 + +[brightness btn] +x = 240 +y = 1 +w = 16 +h = 16 + +[updata btn] +x = 0 +y = 176 +w = 48 +h = 18 +textColor = 0x4d80 +file = none + +[folderup btn] +x = 0 +y = 0 +w = 40 +h = 16 + +[disk icon] +x = 213 +y = 1 + +[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 = 0 +y = 1 +w = 160 +h = 16 +color = 0x2d6b + +[setting window] +spinBoxWidth = 108 + +[rom info window] +w = 220 +h = 144 + +[help window] +w = 200 +h = 160 + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/uisettings.ini.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/uisettings.ini.bak new file mode 100644 index 0000000..870af49 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/uisettings.ini.bak @@ -0,0 +1,101 @@ +[global settings] +formFrameColor = 0x1337 +formBodyColor = 0x7fff +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 = 0 +popMenuTextColor = 0x2d6b +popMenuTextHighLightColor = 0x7fff +popMenuBarColor = 0x4d60 +lightColorIndex=1 +[start button] +x = 214 +y = 174 +w = 48 +h = 18 +textColor = 0x4d80 +file = none + +[start menu] +x = 0 +y = 136 +itemX = 4 +itemY = 12 +itemHeight = 16 + +[brightness btn] +x = 240 +y = 1 +w = 16 +h = 16 + +[folderup btn] +x = 0 +y = 0 +w = 40 +h = 16 + +[disk icon] +x = 213 +y = 1 + +[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 = 0 +y = 2 +w = 160 +h = 16 +color = 0x2d6b + +[setting window] +spinBoxWidth = 108 + +[rom info window] +w = 220 +h = 144 + +[help window] +w = 200 +h = 160 + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/updata.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/updata.bmp new file mode 100644 index 0000000..0fdac77 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/updata.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/upper_screen.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/upper_screen.bmp new file mode 100644 index 0000000..c1b213c Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/upper_screen.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/wifi.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/wifi.bmp new file mode 100644 index 0000000..cac3fed Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/wifi.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/wifi_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/wifi_small.bmp new file mode 100644 index 0000000..1e0aa91 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/cherry/wifi_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Cut.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Cut.bmp new file mode 100644 index 0000000..bfe6abb Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Cut.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Delete.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Delete.bmp new file mode 100644 index 0000000..28c0fd2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Delete.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Paste.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Paste.bmp new file mode 100644 index 0000000..34f0f88 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Paste.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Properties.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Properties.bmp new file mode 100644 index 0000000..83d16ed Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Properties.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/SETTING.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/SETTING.bmp new file mode 100644 index 0000000..91b0cc9 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/SETTING.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Thumbs.db b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Thumbs.db new file mode 100644 index 0000000..d01cf7c Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/Thumbs.db differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/brightness.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/brightness.bmp new file mode 100644 index 0000000..8adcea2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/brightness.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/btn2.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/btn2.bmp new file mode 100644 index 0000000..59ea29f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/btn2.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/btn3.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/btn3.bmp new file mode 100644 index 0000000..685df83 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/btn3.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/btn4.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/btn4.bmp new file mode 100644 index 0000000..63e11a3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/btn4.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/Thumbs.db b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/Thumbs.db new file mode 100644 index 0000000..d590785 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/Thumbs.db differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/clock_colon.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/clock_colon.bmp new file mode 100644 index 0000000..2bf4a93 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/clock_colon.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/clock_numbers.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/clock_numbers.bmp new file mode 100644 index 0000000..447c377 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/clock_numbers.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/day_numbers.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/day_numbers.bmp new file mode 100644 index 0000000..d3704b2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/day_numbers.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/year_numbers.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/year_numbers.bmp new file mode 100644 index 0000000..08b411b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/calendar/year_numbers.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/card_icon_blue.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/card_icon_blue.bmp new file mode 100644 index 0000000..9c15079 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/card_icon_blue.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/copy.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/copy.bmp new file mode 100644 index 0000000..80890e8 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/copy.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/custom.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/custom.ini new file mode 100644 index 0000000..6f383c8 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/custom.ini @@ -0,0 +1,20 @@ +[user name] +x = 22 +y = 0 +color = 0x0398 +show = 1 + +[user text] +text = acekard +x = 0 +y = 0 +w = 0 +h = 0 +color = 0 +show = 0 + +[user picture] +file = no file +x = 0 +y = 0 +show = 0 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/folder_up.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/folder_up.bmp new file mode 100644 index 0000000..d5c0dfb Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/folder_up.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/game.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/game.bmp new file mode 100644 index 0000000..ae59e9e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/game.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/game_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/game_small.bmp new file mode 100644 index 0000000..2a1f348 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/game_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/lower_screen.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/lower_screen.bmp new file mode 100644 index 0000000..9a67673 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/lower_screen.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/mail.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/mail.bmp new file mode 100644 index 0000000..b94fd19 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/mail.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/mail_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/mail_small.bmp new file mode 100644 index 0000000..4f36967 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/mail_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/main_screen.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/main_screen.bmp new file mode 100644 index 0000000..44eed1e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/main_screen.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/menu_bg.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/menu_bg.bmp new file mode 100644 index 0000000..181513f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/menu_bg.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/msn.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/msn.bmp new file mode 100644 index 0000000..9fce527 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/msn.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/msn_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/msn_small.bmp new file mode 100644 index 0000000..33733fc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/msn_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/music.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/music.bmp new file mode 100644 index 0000000..da0c2c6 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/music.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/music_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/music_small.bmp new file mode 100644 index 0000000..2516e12 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/music_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/net.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/net.bmp new file mode 100644 index 0000000..bcea9a3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/net.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/net_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/net_small.bmp new file mode 100644 index 0000000..e637dcc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/net_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/phone.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/phone.bmp new file mode 100644 index 0000000..2242f64 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/phone.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/phone_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/phone_small.bmp new file mode 100644 index 0000000..f894dbc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/phone_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/progress_bar.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/progress_bar.bmp new file mode 100644 index 0000000..ef2a04b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/progress_bar.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/progress_wnd.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/progress_wnd.bmp new file mode 100644 index 0000000..8fc260f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/progress_wnd.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/spin_btn_left.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/spin_btn_left.bmp new file mode 100644 index 0000000..0cf0941 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/spin_btn_left.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/spin_btn_right.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/spin_btn_right.bmp new file mode 100644 index 0000000..b161431 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/spin_btn_right.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/title_bg.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/title_bg.bmp new file mode 100644 index 0000000..127a5d3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/title_bg.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/title_left.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/title_left.bmp new file mode 100644 index 0000000..68a1ea6 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/title_left.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/title_right.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/title_right.bmp new file mode 100644 index 0000000..6d9a846 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/title_right.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/uisettings.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/uisettings.ini new file mode 100644 index 0000000..e4f05a4 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/uisettings.ini @@ -0,0 +1,109 @@ +[global settings] +formFrameColor = 0x1337 +formBodyColor = 0x7fff +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 = 0 +popMenuTextColor = 0x2d6b +popMenuTextHighLightColor = 0x7fff +popMenuBarColor = 0x4d60 +lightColorIndex=3 +[start button] +x = 226 +y = 176 +w = 48 +h = 18 +textColor = 0x4d80 +file = none + +[start menu] +x = 0 +y = 136 +itemX = 4 +itemY = 12 +itemHeight = 16 + +[brightness btn] +x = 240 +y = 1 +w = 16 +h = 16 + +[updata btn] +x = 0 +y = 176 +w = 48 +h = 18 +textColor = 0x4d80 +file = none + +[folderup btn] +x = 0 +y = 0 +w = 40 +h = 16 + +[disk icon] +x = 213 +y = 1 + +[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 = 0 +y = 1 +w = 160 +h = 16 +color = 0x2d6b + +[setting window] +spinBoxWidth = 108 + +[rom info window] +w = 220 +h = 144 + +[help window] +w = 200 +h = 160 + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/uisettings.ini.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/uisettings.ini.bak new file mode 100644 index 0000000..5fa2966 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/uisettings.ini.bak @@ -0,0 +1,101 @@ +[global settings] +formFrameColor = 0x1337 +formBodyColor = 0x7fff +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 = 0 +popMenuTextColor = 0x2d6b +popMenuTextHighLightColor = 0x7fff +popMenuBarColor = 0x4d60 +lightColorIndex=10 +[start button] +x = 214 +y = 174 +w = 48 +h = 18 +textColor = 0x4d80 +file = none + +[start menu] +x = 0 +y = 136 +itemX = 4 +itemY = 12 +itemHeight = 16 + +[brightness btn] +x = 240 +y = 1 +w = 16 +h = 16 + +[folderup btn] +x = 0 +y = 0 +w = 40 +h = 16 + +[disk icon] +x = 213 +y = 1 + +[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 = 0 +y = 2 +w = 160 +h = 16 +color = 0x2d6b + +[setting window] +spinBoxWidth = 108 + +[rom info window] +w = 220 +h = 144 + +[help window] +w = 200 +h = 160 + +[end] diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/updata.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/updata.bmp new file mode 100644 index 0000000..0fdac77 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/updata.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/upper_screen.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/upper_screen.bmp new file mode 100644 index 0000000..a9d6945 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/upper_screen.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/wifi.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/wifi.bmp new file mode 100644 index 0000000..cac3fed Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/wifi.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/wifi_small.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/wifi_small.bmp new file mode 100644 index 0000000..1e0aa91 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/ui/green/wifi_small.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/vram.bin b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/vram.bin new file mode 100644 index 0000000..9517690 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/vram.bin differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/wifi.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/wifi.dat new file mode 100644 index 0000000..3de6736 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/SYSTEM/wifi.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/iphone/ip_phone.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/iphone/ip_phone.nds new file mode 100644 index 0000000..1847bd5 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/iphone/ip_phone.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/mail/ndsmail.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/mail/ndsmail.nds new file mode 100644 index 0000000..0224587 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/mail/ndsmail.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Beach Chairs.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Beach Chairs.png new file mode 100644 index 0000000..09de25a Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Beach Chairs.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Beup Live.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Beup Live.png new file mode 100644 index 0000000..dfd136c Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Beup Live.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Chess Pieces.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Chess Pieces.png new file mode 100644 index 0000000..facb3b0 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Chess Pieces.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Dirt Bike.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Dirt Bike.png new file mode 100644 index 0000000..495a5ed Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Dirt Bike.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Friendly Dog.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Friendly Dog.png new file mode 100644 index 0000000..66e79b7 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Friendly Dog.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Orange Daisy.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Orange Daisy.png new file mode 100644 index 0000000..fd93ae9 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Orange Daisy.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Palm Trees.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Palm Trees.png new file mode 100644 index 0000000..b30f4c0 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Palm Trees.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Rocket Launch.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Rocket Launch.png new file mode 100644 index 0000000..a85c4ba Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Rocket Launch.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Rubber Ducky.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Rubber Ducky.png new file mode 100644 index 0000000..fda37fa Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Rubber Ducky.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Running Horses.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Running Horses.png new file mode 100644 index 0000000..94fbb07 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Running Horses.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Skateboarder.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Skateboarder.png new file mode 100644 index 0000000..a8fac46 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Skateboarder.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Soccer Ball.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Soccer Ball.png new file mode 100644 index 0000000..f705604 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Avatars/Soccer Ball.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/(A).bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/(A).bmp new file mode 100644 index 0000000..166e11f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/(A).bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/(H).bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/(H).bmp new file mode 100644 index 0000000..4049957 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/(H).bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/(K).bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/(K).bmp new file mode 100644 index 0000000..d6eaef0 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/(K).bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/(L).bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/(L).bmp new file mode 100644 index 0000000..67479f2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/(L).bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;$.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;$.bmp new file mode 100644 index 0000000..089d7b4 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;$.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;'(.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;'(.bmp new file mode 100644 index 0000000..0d6f524 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;'(.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;(.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;(.bmp new file mode 100644 index 0000000..11dd575 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;(.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;).bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;).bmp new file mode 100644 index 0000000..7c1516e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;).bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;;).bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;;).bmp new file mode 100644 index 0000000..faed5fa Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;;).bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;@.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;@.bmp new file mode 100644 index 0000000..bcf257f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;@.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;D.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;D.bmp new file mode 100644 index 0000000..a6ec1a5 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;D.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;O.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;O.bmp new file mode 100644 index 0000000..dfb409b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;O.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;P.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;P.bmp new file mode 100644 index 0000000..6bfe081 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;P.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;S.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;S.bmp new file mode 100644 index 0000000..591bed7 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;S.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;l.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;l.bmp new file mode 100644 index 0000000..c661d29 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/;l.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/Thumbs.db b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/Thumbs.db new file mode 100644 index 0000000..ebb9e50 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/Thumbs.db differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/config b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/config new file mode 100644 index 0000000..d4893d9 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/config @@ -0,0 +1,24 @@ +# Emoticon config file +# List elements are in the form: emoticon "[pattern]" "[source]" (one per line!) +# Pattern is the string to be matched, MUST be at least 2 characters long. +# Source is the source file, must be a bmp file. Height must be max. 11 pixels. + +author "HtheB" +desc "Default theme" + +emoticon ":)" ";).bmp" +emoticon ":(" ";(.bmp" +emoticon ":P" ";P.bmp" +emoticon "(H)" "(H).bmp" +emoticon ";)" ";;).bmp" +emoticon "(A)" "(A).bmp" +emoticon ":'(" ";'(.bmp" +emoticon ":@" ";@.bmp" +emoticon ":$" ";$.bmp" +emoticon ":D" ";D.bmp" +emoticon "(K)" "(K).bmp" +emoticon ":|" ";l.bmp" +emoticon "(L)" "(L).bmp" +emoticon ":O" ";O.bmp" +emoticon ":S" ";S.bmp" + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/inco b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/inco new file mode 100644 index 0000000..3ef5cef Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Emoticons/inco differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Keyboard/config b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Keyboard/config new file mode 100644 index 0000000..53d82e4 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Keyboard/config @@ -0,0 +1,133 @@ +//Default Keyboard by HtheB + + +define "Normal" +bitmap "Beup/keyboard/keyboard.bmp" + +key "1" "4,2,18,15" +key "2" "20,2,34,15" +key "3" "36,2,50,15" +key "4" "52,2,66,15" +key "5" "68,2,82,15" +key "6" "84,2,98,15" +key "7" "100,2,114,15" +key "8" "116,2,130,15" +key "9" "132,2,146,15" +key "0" "148,2,162,15" +key "-" "164,2,178,15" +key "=" "180,2,194,15" + +key "`" "2,17,11,31" +key "q" "13,17,27,31" +key "w" "29,17,43,31" +key "e" "45,17,59,31" +key "r" "61,17,75,31" +key "t" "77,17,91,31" +key "y" "93,17,107,31" +key "u" "109,17,123,31" +key "i" "125,17,139,31" +key "o" "141,17,155,31" +key "p" "157,17,171,31" +key "Back" "173,17,197,31" + +key "Caps" "2,33,18,47" +key "a" "20,33,34,47" +key "s" "36,33,50,47" +key "d" "52,33,66,47" +key "f" "68,33,82,47" +key "g" "84,33,98,47" +key "h" "100,33,114,47" +key "j" "116,33,130,47" +key "k" "132,33,146,47" +key "l" "148,33,162,47" +key "/" "164,33,178,47" +key "Enter" "180,33,197,63" +key "Enter" "172,49,180,63" + +key "Shift" "2,49,26,63" +key "z" "28,49,42,63" +key "x" "44,49,58,63" +key "c" "60,49,74,63" +key "v" "76,49,90,63" +key "b" "92,49,106,63" +key "n" "108,49,122,63" +key "m" "124,49,138,63" +key "," "140,49,154,63" +key "." "156,49,170,63" + +//key "MSN" "3,65,18,78" +//key "MSN" "180,65,195,78" +key "\" "20,65,34,78" +key ";" "36,65,50,78" +key "'" "52,65,66,78" +key " " "68,65,146,78" +key "[" "148,65,162,78" +key "]" "164,65,178,78" + + + + + + +define "Shift" +bitmap "Beup/keyboard/keyboard2.bmp" + +key "!" "4,2,18,15" +key "@" "20,2,34,15" +key "#" "36,2,50,15" +key "$" "52,2,66,15" +key "%" "68,2,82,15" +key "^" "84,2,98,15" +key "&" "100,2,114,15" +key "*" "116,2,130,15" +key "(" "132,2,146,15" +key ")" "148,2,162,15" +key "_" "164,2,178,15" +key "+" "180,2,194,15" + +key "~" "2,17,11,31" +key "Q" "13,17,27,31" +key "W" "29,17,43,31" +key "E" "45,17,59,31" +key "R" "61,17,75,31" +key "T" "77,17,91,31" +key "Y" "93,17,107,31" +key "U" "109,17,123,31" +key "I" "125,17,139,31" +key "O" "141,17,155,31" +key "P" "157,17,171,31" +key "Back" "173,17,197,31" + +key "Caps" "2,33,18,47" +key "A" "20,33,34,47" +key "S" "36,33,50,47" +key "D" "52,33,66,47" +key "F" "68,33,82,47" +key "G" "84,33,98,47" +key "H" "100,33,114,47" +key "J" "116,33,130,47" +key "K" "132,33,146,47" +key "L" "148,33,162,47" +key "?" "164,33,178,47" +key "Enter" "180,33,197,63" +key "Enter" "172,49,180,63" + +key "Shift" "2,49,26,63" +key "Z" "28,49,42,63" +key "X" "44,49,58,63" +key "C" "60,49,74,63" +key "V" "76,49,90,63" +key "B" "92,49,106,63" +key "N" "108,49,122,63" +key "M" "124,49,138,63" +key "<" "140,49,154,63" +key ">" "156,49,170,63" + +//key "MSN" "3,65,18,78" +//key "MSN" "180,65,195,78" +key "|" "20,65,34,78" +key ":" "36,65,50,78" +key "Quote" "52,65,66,78" +key " " "68,65,146,78" +key "{" "148,65,162,78" +key "}" "164,65,178,78" \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Keyboard/keyboard.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Keyboard/keyboard.bmp new file mode 100644 index 0000000..9c1d31a Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Keyboard/keyboard.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Keyboard/keyboard2.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Keyboard/keyboard2.bmp new file mode 100644 index 0000000..f165c70 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/BEUP/Keyboard/keyboard2.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/MSN.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/MSN.nds new file mode 100644 index 0000000..f862c6a Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/msn/MSN.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/net/internet.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/net/internet.nds new file mode 100644 index 0000000..35377ce Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/app/net/internet.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2621DD90 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2621DD90 new file mode 100644 index 0000000..04ba824 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2621DD90 differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2621DD90.hdr b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2621DD90.hdr new file mode 100644 index 0000000..d647cd5 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2621DD90.hdr @@ -0,0 +1,12 @@ +HTTP/1.1 200 OK +last-modified:Sun, 11 Oct 2009 17:34:22 GMT +expires:Mon, 11 Oct 2010 17:34:22 GMT +content-type:image/png +x-content-type-options:nosniff +date:Sun, 11 Oct 2009 17:34:22 GMT +server:codesite +content-length:2593 +cache-control:max-age=31536000, public +age:217685 +x-xss-protection:0 +connection:close diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2C26947B b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2C26947B new file mode 100644 index 0000000..57a1057 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2C26947B differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2C26947B.hdr b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2C26947B.hdr new file mode 100644 index 0000000..d0004be --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2C26947B.hdr @@ -0,0 +1,10 @@ +HTTP/1.1 200 OK +date:Wed, 14 Oct 2009 06:02:28 GMT +server:Apache +last-modified:Thu, 28 Aug 2008 22:09:53 GMT +etag:"888//wiki/screenshots/bunjalloo.png" +accept-ranges:bytes +content-length:12700 +content-type:image/png +x-xss-protection:0 +connection:close diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2DEC62FE b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2DEC62FE new file mode 100644 index 0000000..e37c8ef Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2DEC62FE differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2DEC62FE.hdr b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2DEC62FE.hdr new file mode 100644 index 0000000..04e5fe2 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/2DEC62FE.hdr @@ -0,0 +1,10 @@ +HTTP/1.1 200 OK +date:Wed, 14 Oct 2009 06:02:31 GMT +server:Apache +last-modified:Mon, 27 Aug 2007 21:31:23 GMT +etag:"250//wiki/screenshots/game.png" +accept-ranges:bytes +content-length:4917 +content-type:image/png +x-xss-protection:0 +connection:close diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/34B03166 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/34B03166 new file mode 100644 index 0000000..41a13ee Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/34B03166 differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/34B03166.hdr b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/34B03166.hdr new file mode 100644 index 0000000..50cf9c6 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/34B03166.hdr @@ -0,0 +1,11 @@ +HTTP/1.1 200 OK +date:Wed, 14 Oct 2009 06:02:25 GMT +pragma:no-cache +expires:Fri, 01 Jan 1990 00:00:00 GMT +cache-control:no-cache, must-revalidate +content-type:text/html; charset=UTF-8 +x-content-type-options:nosniff +set-cookie:PREF=ID=47007138f9876252:TM=1255500145:LM=1255500145:S=-QaDroFGwydgOhXb; expires=Fri, 14-Oct-2011 06:02:25 GMT; path=/; domain=.google.com +server:codesite +x-xss-protection:0 +connection:close diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/4479958E b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/4479958E new file mode 100644 index 0000000..fb7b3af Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/4479958E differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/4479958E.hdr b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/4479958E.hdr new file mode 100644 index 0000000..c27015d --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/4479958E.hdr @@ -0,0 +1,10 @@ +HTTP/1.1 200 OK +date:Wed, 14 Oct 2009 06:02:29 GMT +server:Apache +last-modified:Thu, 28 Aug 2008 21:58:56 GMT +etag:"885//wiki/screenshots/08got_mail.png" +accept-ranges:bytes +content-length:17696 +content-type:image/png +x-xss-protection:0 +connection:close diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/AA3825BA b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/AA3825BA new file mode 100644 index 0000000..3c7aaa3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/AA3825BA differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/AA3825BA.hdr b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/AA3825BA.hdr new file mode 100644 index 0000000..df7d990 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/AA3825BA.hdr @@ -0,0 +1,11 @@ +HTTP/1.1 200 OK +content-type:image/png +last-modified:Mon, 12 Oct 2009 22:13:13 GMT +date:Wed, 14 Oct 2009 06:02:32 GMT +expires:Thu, 14 Oct 2010 06:02:32 GMT +cache-control:public, max-age=31536000 +x-content-type-options:nosniff +server:sffe +content-length:4355 +x-xss-protection:0 +connection:close diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/D182EA60 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/D182EA60 new file mode 100644 index 0000000..6d3e0a8 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/D182EA60 @@ -0,0 +1,6 @@ + +301 Moved +

301 Moved

+The document has moved +here. + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/D182EA60.hdr b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/D182EA60.hdr new file mode 100644 index 0000000..67ef6be Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cache/D182EA60.hdr differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cert/CAcertSrv.pem b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cert/CAcertSrv.pem new file mode 100644 index 0000000..0da4e7c --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/cert/CAcertSrv.pem @@ -0,0 +1,16 @@ +-----BEGIN CERTIFICATE----- +MIICgzCCAeygAwIBAgIBADANBgkqhkiG9w0BAQQFADB8MSMwIQYDVQQDDBpNYXRy +aXhTU0wgU2FtcGxlIFNlcnZlciBDQTELMAkGA1UEBgwCVVMxCzAJBgNVBAgMAldB +MREwDwYDVQQHDAhCZWxsZXZ1ZTEZMBcGA1UECgwQUGVlcnNlYyBOZXR3b3JrczEN +MAsGA1UECwwEVGVzdDAeFw0wNjAzMTMwODA2MThaFw0wNzAzMTMwODA2MThaMHwx +IzAhBgNVBAMMGk1hdHJpeFNTTCBTYW1wbGUgU2VydmVyIENBMQswCQYDVQQGDAJV +UzELMAkGA1UECAwCV0ExETAPBgNVBAcMCEJlbGxldnVlMRkwFwYDVQQKDBBQZWVy +c2VjIE5ldHdvcmtzMQ0wCwYDVQQLDARUZXN0MIGeMA0GCSqGSIb3DQEBAQUAA4GM +ADCBiAKBgLXSb7QurTuaD5fOolouSQpZ0fRY2h75/MuAiG8Nd3vRaRsw1PvPP5b+ +AnGXPpPjm5vktxWaxpoiYaEUczv56JseL9jygBv/A8PEv+kzaZ8Cn2lR+hhfoR8j +92ByQTufAWAlNmkE2nqubL47S9UWOo2fW0OowWWF4CF6r9y8WK7pAgMBAAGjFjAU +MBIGA1UdEwEBAQQIMAYBAQECAQIwDQYJKoZIhvcNAQEEBQADgYEATK5GwBxoTZ9l +m1Km0bwBy2TsY2vtxBydti2iMmkPrtNZuJC6cZDqw+76keR8DnNSAMem6DcFiiCv +qB99hRK4EBDuCTcjYZu0k4bjFk2HKa2b+HqhKrzxLthQx00cHeDg32ITRWMq+Bx0 +NLycfK4uWBoyAYLmT7ZhHx+/1mZweDM= +-----END CERTIFICATE----- diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/config.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/config.ini new file mode 100644 index 0000000..7a2e30c --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/config.ini @@ -0,0 +1,55 @@ +# This is an example of the Bunjalloo configuration file +# If /data/bunjalloo/config.ini doesn't exist at start up +# then this file is copied there and used. + +# Configure the path from /data/bunjalloo to the font base. +# Can be absolute or relative, but does not support ".." +# font=/data/bunjalloo/fonts/vera +#font=fonts/vera +font=fonts/sans + +# File that contains sites that cookies are accepted from. +# All other sites are blocked, their cookies are rejected. +cookiefile=user/ckallow.lst + +# File that contains search configuration. +searchfile=user/search.cfg + +cafile=cert/CAcertSrv.pem + +# Uncomment the proxy line to enable proxy server. +# The value is of the form server[:port] +# proxy=192.168.169.20:8080 +# proxy=192.168.169.20 + +# The maximum number of connections before we consider a connection lost. +timeout=60 + +# Use an on disk cache of files. Speeds up browsing. +# The cache is stored in /data/bunjalloo/cache in crc32 files. +# Set to 0 to disable - setting to 0 disables images +# images require the cache. +usecache=1 +# Clear the cache on start up. Only valid if usecache is not 0 +clearcache=1 + +# Create a file bunjalloo.log with debugging data +logger=0 + +# Language setting. "Builtin" means use the DS setting. +language=builtin + +# Send the full referrer with each request +fullref=0 + +# Default download directory +download=/ + +# Place to look for updates +update=https://www.google.com + +# Allow inline images +images=1 + +# left handed, swaps controls +lefty=0 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/config.ini.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/config.ini.bak new file mode 100644 index 0000000..bd209c7 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/config.ini.bak @@ -0,0 +1,55 @@ +# This is an example of the Bunjalloo configuration file +# If /data/bunjalloo/config.ini doesn't exist at start up +# then this file is copied there and used. + +# Configure the path from /data/bunjalloo to the font base. +# Can be absolute or relative, but does not support ".." +# font=/data/bunjalloo/fonts/vera +#font=fonts/vera +font=fonts/sans + +# File that contains sites that cookies are accepted from. +# All other sites are blocked, their cookies are rejected. +cookiefile=user/ckallow.lst + +# File that contains search configuration. +searchfile=user/search.cfg + +cafile=cert/CAcertSrv.pem + +# Uncomment the proxy line to enable proxy server. +# The value is of the form server[:port] +# proxy=192.168.169.20:8080 +# proxy=192.168.169.20 + +# The maximum number of connections before we consider a connection lost. +timeout=60 + +# Use an on disk cache of files. Speeds up browsing. +# The cache is stored in /data/bunjalloo/cache in crc32 files. +# Set to 0 to disable - setting to 0 disables images +# images require the cache. +usecache=1 +# Clear the cache on start up. Only valid if usecache is not 0 +clearcache=1 + +# Create a file bunjalloo.log with debugging data +logger=0 + +# Language setting. "Builtin" means use the DS setting. +language=builtin + +# Send the full referrer with each request +fullref=0 + +# Default download directory +download=/ + +# Place to look for updates +update=https://wiki.quirkysoft.googlecode.com/hg/BunjallooVersion.wiki + +# Allow inline images +images=1 + +# left handed, swaps controls +lefty=0 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/config/index.html b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/config/index.html new file mode 100644 index 0000000..1425bf1 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/config/index.html @@ -0,0 +1,57 @@ + + + %Config% +
+
+ +
+

+
+

+ %Language% + +
+ %fullref% + +
+ %clrcache% + +
+ %logger% + +
+ %images% + +
+ %Download% +
+ +
+ +
+

+ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/bunjalloo.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/bunjalloo.png new file mode 100644 index 0000000..fe34084 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/bunjalloo.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/ckallow-example.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/ckallow-example.txt new file mode 100644 index 0000000..44affe8 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/ckallow-example.txt @@ -0,0 +1,8 @@ +# This is an example of the cookie allow list +# It is copied to ckallow.lst on start up if +# that file doesn't exist. +# Add server names to that file. Only servers +# in the allowed list will be allowed to set +# cookies, all others are ignored. +www.google.com +www.google.es diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/config-example.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/config-example.txt new file mode 100644 index 0000000..bd209c7 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/config-example.txt @@ -0,0 +1,55 @@ +# This is an example of the Bunjalloo configuration file +# If /data/bunjalloo/config.ini doesn't exist at start up +# then this file is copied there and used. + +# Configure the path from /data/bunjalloo to the font base. +# Can be absolute or relative, but does not support ".." +# font=/data/bunjalloo/fonts/vera +#font=fonts/vera +font=fonts/sans + +# File that contains sites that cookies are accepted from. +# All other sites are blocked, their cookies are rejected. +cookiefile=user/ckallow.lst + +# File that contains search configuration. +searchfile=user/search.cfg + +cafile=cert/CAcertSrv.pem + +# Uncomment the proxy line to enable proxy server. +# The value is of the form server[:port] +# proxy=192.168.169.20:8080 +# proxy=192.168.169.20 + +# The maximum number of connections before we consider a connection lost. +timeout=60 + +# Use an on disk cache of files. Speeds up browsing. +# The cache is stored in /data/bunjalloo/cache in crc32 files. +# Set to 0 to disable - setting to 0 disables images +# images require the cache. +usecache=1 +# Clear the cache on start up. Only valid if usecache is not 0 +clearcache=1 + +# Create a file bunjalloo.log with debugging data +logger=0 + +# Language setting. "Builtin" means use the DS setting. +language=builtin + +# Send the full referrer with each request +fullref=0 + +# Default download directory +download=/ + +# Place to look for updates +update=https://wiki.quirkysoft.googlecode.com/hg/BunjallooVersion.wiki + +# Allow inline images +images=1 + +# left handed, swaps controls +lefty=0 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/config-example.txt.orig b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/config-example.txt.orig new file mode 100644 index 0000000..dfcf278 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/config-example.txt.orig @@ -0,0 +1,55 @@ +# This is an example of the Bunjalloo configuration file +# If /data/bunjalloo/config.ini doesn't exist at start up +# then this file is copied there and used. + +# Configure the path from /data/bunjalloo to the font base. +# Can be absolute or relative, but does not support ".." +# font=/data/bunjalloo/fonts/vera +#font=fonts/vera +font=fonts/sans + +# File that contains sites that cookies are accepted from. +# All other sites are blocked, their cookies are rejected. +cookiefile=user/ckallow.lst + +# File that contains search configuration. +searchfile=user/search.cfg + +cafile=cert/CAcertSrv.pem + +# Uncomment the proxy line to enable proxy server. +# The value is of the form server[:port] +# proxy=192.168.169.20:8080 +# proxy=192.168.169.20 + +# The maximum number of connections before we consider a connection lost. +timeout=60 + +# Use an on disk cache of files. Speeds up browsing. +# The cache is stored in /data/bunjalloo/cache in crc32 files. +# Set to 0 to disable - setting to 0 disables images +# images require the cache. +usecache=1 +# Clear the cache on start up. Only valid if usecache is not 0 +clearcache=1 + +# Create a file bunjalloo.log with debugging data +logger=0 + +# Language setting. "Builtin" means use the DS setting. +language=builtin + +# Send the full referrer with each request +fullref=0 + +# Default download directory +download=/ + +# Place to look for updates +update=http://quirkysoft.googlecode.com/svn/wiki/BunjallooVersion.wiki + +# Allow inline images +images=1 + +# left handed, swaps controls +lefty=0 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/copying b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/copying new file mode 100644 index 0000000..6a4d7b5 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/copying @@ -0,0 +1,675 @@ + + GNU GENERAL PUBLIC LICENSE

+ Version 3, 29 June 2007

+ + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed.

+ + Preamble

+ + The GNU General Public License is a free, copyleft license for +software and other kinds of works.

+ + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too.

+ + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things.

+ + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others.

+ + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights.

+ + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it.

+ + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions.

+ + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users.

+ + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free.

+ + The precise terms and conditions for copying, distribution and +modification follow.

+ + TERMS AND CONDITIONS

+ + 0. Definitions.

+ + "This License" refers to version 3 of the GNU General Public License.

+ + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks.

+ + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations.

+ + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work.

+ + A "covered work" means either the unmodified Program or a work based +on the Program.

+ + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well.

+ + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying.

+ + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion.

+ + 1. Source Code.

+ + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work.

+ + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language.

+ + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it.

+ + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work.

+ + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source.

+ + The Corresponding Source for a work in source code form is that +same work.

+ + 2. Basic Permissions.

+ + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law.

+ + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you.

+ + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary.

+ + 3. Protecting Users' Legal Rights From Anti-Circumvention Law.

+ + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures.

+ + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures.

+ + 4. Conveying Verbatim Copies.

+ + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program.

+ + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee.

+ + 5. Conveying Modified Source Versions.

+ + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions:

+ + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date.

+ + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices".

+ + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it.

+ + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so.

+ + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate.

+ + 6. Conveying Non-Source Forms.

+ + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways:

+ + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange.

+ + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge.

+ + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b.

+ + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements.

+ + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d.

+ + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work.

+ + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product.

+ + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made.

+ + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM).

+ + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network.

+ + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying.

+ + 7. Additional Terms.

+ + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions.

+ + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission.

+ + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms:

+ + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or

+ + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or

+ + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or

+ + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or

+ + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or

+ + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors.

+ + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying.

+ + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms.

+ + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way.

+ + 8. Termination.

+ + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11).

+ + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation.

+ + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice.

+ + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10.

+ + 9. Acceptance Not Required for Having Copies.

+ + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so.

+ + 10. Automatic Licensing of Downstream Recipients.

+ + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License.

+ + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts.

+ + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it.

+ + 11. Patents.

+ + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version".

+ + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License.

+ + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version.

+ + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party.

+ + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid.

+ + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it.

+ + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007.

+ + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law.

+ + 12. No Surrender of Others' Freedom.

+ + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program.

+ + 13. Use with the GNU Affero General Public License.

+ + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such.

+ + 14. Revised Versions of this License.

+ + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns.

+ + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation.

+ + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program.

+ + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version.

+ + 15. Disclaimer of Warranty.

+ + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

+ + 16. Limitation of Liability.

+ + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES.

+ + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee.

+ + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs

+ + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms.

+ + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found.

+ + <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>

+ + 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 3 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, see <http://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/de.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/de.txt new file mode 100644 index 0000000..1b86577 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/de.txt @@ -0,0 +1,35 @@ +url=Link +image=Bild +cannot_load="Laden nicht möglich" +enter_url="Geben sie hier eine Internetadresse ein" +save_as="Gib einen Dateinamen an" +enter_text="Gib hier dein Text ein:" +not_view="Inhalt nicht anzeigbar" +Config=Einstellungen +Language=Sprache +Default=Default +Update=Update +check_update_str=Suche nach Updates: +unzip=Unzip +unzip_patch=Unzip and Patch +ok=ok +cancel=Cancel +update_title=Update status +fail_ini=Fehler beim herunterladen der Datei. +fail_zip=Fehler beim herunterladen des neusten zip archivs. +update_ask=Möchtest du Bunjallo updaten ? +new_ver=Neue Version: +cur_ver=Jetzige Version: +alrdy_upd=Du verwendest bereits die letzte Version ! +done=Update abgeschlossen ! Neustart wird benötigt, drücke irgendeinen Knopf um weiter zu browsen. +fullref=benutze den ganzen Referrer: +Download=Download Ordner: +Yes=Ja +No=Nein +add_ck_title=Erlaube Cookies +edit_ck_title=Editiere cookies +add_cookie=Erlaube Cookies von: +delsel=Lösche das ausgewählte +edsel=Editier das ausgewählte +clrcache=Leere den Cache bei Systemsart +logger=Debug logging diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/en.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/en.txt new file mode 100644 index 0000000..c261bac --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/en.txt @@ -0,0 +1,38 @@ +url=Link +image=Image +cannot_load="Unable to load:" +enter_url="Enter a web site address:" +save_as="Enter a file name:" +enter_text="Enter some text:" +not_view="Content not viewable" +Config=Configuration +Language=Language +Default=Default +Update=Update + +check_update_str=Check For Updates: +unzip=Unzip +unzip_patch=Unzip and Patch +ok=Accept +cancel=Cancel +update_title=Update status +fail_ini=Failed to download the new version information. +fail_zip=Failed to download the zip file for the new version. +update_ask=Update Bunjalloo to the new version? +new_ver=New version: +cur_ver=Current version: +alrdy_upd=You are already running the latest version! +done=Upgrade Done! Restart required, press any button to keep browsing. +fullref=Use Full Referrer: +Download=Download directory: +Yes=Yes +No=No +add_ck_title=Allow cookies +edit_ck_title=Edit cookies +add_cookie=Allow cookies from: +delsel=Delete Selected +edsel=Edit Selected +clrcache=Clear cache at start +logger=Debug logging +lefth=Left handed +righth=Right handed diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/es.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/es.txt new file mode 100644 index 0000000..bc3e55c --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/es.txt @@ -0,0 +1,36 @@ +url=Enlace +image=Imagen +cannot_load="Problemas cargando la página:" +enter_url="Dirección de la página web:" +save_as="Guardar el fichero como:" +enter_text="Añadir texto:" +not_view="No se puede ver este contenido" +Config=Configuración +Language=Idioma +Default=Por Defecto +Update=Actualizar + +check_update_str=Comprobar actualizaciones +unzip=Descomprimir +unzip_patch=Descomprimir y parchear +ok=Aceptar +cancel=Cancelar +update_title=Estado de la actualización +fail_ini=No ha sido posible bajar la información de la nueva versión. +fail_zip=No ha sido posible bajar el fichero zip con la nueva versión. +update_ask=¿Actualiza Bunjalloo a la nueva versión? +new_ver=Versión nueva: +cur_ver=Versión actual: +alrdy_upd=¡Ya tienes la última versión! +done=¡Actualizado! Hace falta reiniciar ahora, o pulsa una tecla para seguir navegando. +fullref=Usa todo el campo Referer: +Download=Guardar ficheros aquí: +Yes=Sí +No=No +add_ck_title=Permitir cookies +edit_ck_title=Editar cookies +add_cookie=Permitir cookies de: +delsel=Borrar los seleccionados +edsel=Editar los seleccionados +clrcache=Vaciar cache en arranque +logger=Registro para depurar diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/fr.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/fr.txt new file mode 100644 index 0000000..d10d4d2 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/fr.txt @@ -0,0 +1,35 @@ +url=Lien +image=Image +cannot_load="Le chargement a échoué:" +enter_url="Entrez une adresse Web:" +save_as="Enregistrer sous:" +enter_text="Entrez du texte:" +not_view="Contenu inaffichable" +Config=Configuration +Language=Langue +Default=Défaut +Update=Mise à jour +check_update_str=Rechercher des mises à jour +unzip=Décompresser +unzip_patch=Décompresser et patcher +ok=Accepter +cancel=Annuler +update_title=État de la mise à jour +fail_ini=Impossible de télécharger les informations sur la nouvelle version +fail_zip=Impossible de télécharger le fichier zip de la nouvelle version. +update_ask=Mettre à jour Bunjalloo ? +new_ver=Nouvelle version: +cur_ver=Version actuelle: +alrdy_upd=Vous utilisez déjà la dernière version disponible ! +done=Mise à jour effectuée ! Redémarrage nécessaire, appuyez sur une touche pour continuer à naviguer. +fullref=Utiliser la référence complète: +Download=Répertoire de téléchargement: +Yes=Oui +No=Non +add_ck_title=Autoriser les cookies +edit_ck_title=Éditer les cookies +add_cookie=Autoriser les cookies provenant de: +delsel=Supprimer la sélection +edsel=Éditer la sélection +clrcache=Effacer le cache au démarrage +logger=Journal de débugage diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/it.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/it.txt new file mode 100644 index 0000000..ff636d1 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/it.txt @@ -0,0 +1,38 @@ +url=Link +image=Immagine +cannot_load="Impossibile caricare:" +enter_url="Scrivi l'indirizzo del sito:" +save_as="Scrivi il nome del file:" +enter_text="Inserisci il testo:" +not_view="Contenuto non visibile" +Config=Configurazione +Language=Lingua +Default=Default +Update=Aggiorna + +check_update_str=Cerca aggiornamenti +unzip=Unzip +unzip_patch=Unzip and Patch +ok=Accetta +cancel=Cancella +update_title=Aggiorna lo stato +fail_ini=Fallito il download delle informazioni sulla nuova versione. +fail_zip=Fallito il download del file zip della nuova versione. +update_ask=Aggiorna Bunjalloo alla nuova versione? +new_ver=Nuova versione: +cur_ver=Versione corrente: +alrdy_upd=Hai gia' l'ultima versione! +done=Aggiornamento eseguito! Necessario riavviare, premi un tasto per continuare a navigare. +fullref=Use Full Referrer: +Download=Download directory: +Yes=Si +No=No +add_ck_title=Permetti le cookies +edit_ck_title=Edita le cookies +add_cookie=Permetti le cookies da: +delsel=Cancella Selezionato +edsel=Edita Selezionato +clrcache=Pulisci la cache all'avvio +logger=Debug logging +lefth=Mancino +righth=Destrorso diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/jp.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/jp.txt new file mode 100644 index 0000000..6eebe60 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/jp.txt @@ -0,0 +1,36 @@ +url=Link +image=Image +cannot_load="Unable to load:" +enter_url="Enter a web site address:" +save_as="Enter a file name:" +enter_text="Enter some text:" +not_view="Content not viewable" +Config=Configuration +Language=Language +Default=Default +Update=Update + +check_update_str=Check For Updates +unzip=Unzip +unzip_patch=Unzip and Patch +ok=Accept +cancel=Cancel +update_title=Update status +fail_ini=Failed to download the new version information. +fail_zip=Failed to download the zip file for the new version. +update_ask=Update Bunjalloo to the new version? +new_ver=New version: +cur_ver=Current version: +alrdy_upd=You are already running the latest version! +done=Upgrade Done! Restart required, press any button to keep browsing. +fullref=Use Full Referrer: +Download=Download directory: +Yes=Yes +No=No +add_ck_title=Allow cookies +edit_ck_title=Edit cookies +add_cookie=Allow cookies from: +delsel=Delete Selected +edsel=Edit Selected +clrcache=Clear cache at start +logger=Debug logging diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/nl.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/nl.txt new file mode 100644 index 0000000..5ac0f6f --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/nl.txt @@ -0,0 +1,36 @@ +url=website +image=Afbeelding +cannot_load="kan niet laden" +enter_url="Typ een website" +save_as="opslaan als" +enter_text="typ tekst" +not_view="Niet laten zien" +Config=Configuratie +Language=Taal +Default=Standaard +Update=Update +check_update_str=Zoek naar Updates +unzip=Uitpakken +unzip_patch=Uitpakken en patchen +ok=Ok +cancel=Annuleren +update_title=Update status +fail_ini=Downloaden van de nieuwste updates is mislukt. +fail_zip=Bestanden uitpakken is mislukt. +update_ask=Wilt u Banjalloo updaten? +new_ver=Nieuwe versie: +cur_ver=Huidige versie: +alrdy_upd=U gebruikt al de laatste versie! +done=Upgrade Klaar! Opnieuw opstarten aanbevolen, Druk op een knop om +verder te gaan. +fullref=Geschiedenis onthouden: +Download=Downloadmap: +Yes=Ja +No=Nee +add_ck_title=Sta cookies toe +edit_ck_title=Wijzig cookies +add_cookie=Sta cookies toe van: +delsel=Verwijder geselecteerde +edsel=Wijzig selectie +clrcache=Tijdelijke bestanden verwijderen bij starten +logger=Debug logging diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/search-example.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/search-example.txt new file mode 100644 index 0000000..3a0fb95 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/search-example.txt @@ -0,0 +1,6 @@ +# this is an example search file, it is copied to +# search.cfg on start up - edit that file if you want +# to add your own search engines. +g http://www.google.com/search?q=%s&btnG=Google+Search +y http://search.yahoo.com/search?p=%s&ei=UTF-8 +w http://en.wikipedia.org/wiki/Special:Search?search=%s&go=Go diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/warranty b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/warranty new file mode 100644 index 0000000..670d6fe --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/docs/warranty @@ -0,0 +1,21 @@ + NO WARRANTY

+ + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION.

+ + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/fonts/sans.img b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/fonts/sans.img new file mode 100644 index 0000000..5e7624b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/fonts/sans.img differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/fonts/sans.map b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/fonts/sans.map new file mode 100644 index 0000000..eddddc6 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/fonts/sans.map differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/fonts/sans.pal b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/fonts/sans.pal new file mode 100644 index 0000000..bfa77c2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/fonts/sans.pal differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/fonts/toolbar.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/fonts/toolbar.png new file mode 100644 index 0000000..84cf037 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/fonts/toolbar.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/user/ckallow.lst b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/user/ckallow.lst new file mode 100644 index 0000000..9a1bfd5 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/user/ckallow.lst @@ -0,0 +1,2 @@ +www.google.com +www.google.es diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/user/search.cfg b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/user/search.cfg new file mode 100644 index 0000000..4b76f1e --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/data/bunjalloo/user/search.cfg @@ -0,0 +1,3 @@ +g http://www.google.com/search?q=%s&btnG=Google+Search +y http://search.yahoo.com/search?p=%s&ei=UTF-8 +w http://en.wikipedia.org/wiki/Special:Search?search=%s&go=Go diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/dldibody.bin b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/dldibody.bin new file mode 100644 index 0000000..8549a22 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/dldibody.bin @@ -0,0 +1,2 @@ +このファイルは、HomeBrew起動時にMoonShell2に適用されたDLDIパッチをバックアップするためのファイルです。 +起動されたHomeBrewからMoonShell2に戻るときに使用されます。 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink.dat new file mode 100644 index 0000000..bb71bf0 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink.dat @@ -0,0 +1,5 @@ +このファイルは、関連付け起動されたHomeBrewアプリケーションが任意で使用します。 + +このファイルは、必ず/moonshl2/extlink.datに存在します。 +場所が変わったりファイル名が変わったりすることはありません。 + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_CHS.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_CHS.txt new file mode 100644 index 0000000..92eed2d --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_CHS.txt @@ -0,0 +1,14 @@ + + MoonShell2 ʹⲿ򿪶Ӧչļ +㲻ʹô˹ܣ벻ҪɾļС + +NDSļΪϢ +磬"ipk.nds"ļУIPKļԶȡ "ipk.nds" +ڲֺ֧ͬչmp3.ndsjpg.ndsȣ趨ͬʱڵĻ ⲿӦóȡ + +õΪרΪMoonShell2ֵ֧ļֻǴ򿪶Ӧ +磬ReinMoon.ndsΪsav.ndsļУ򿪴浵ļʱֻǵReinMoon.nds + +׵ĴMoonShell2˹ܵ˾ܵļ򵥣 +μ"moonshl2_extlink_for_developer.txt"δɣ +˳MoonShell2Ըӵ㣩 \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_ENG.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_ENG.txt new file mode 100644 index 0000000..cf195b9 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_ENG.txt @@ -0,0 +1,16 @@ + +You can set MoonShell2 to open filename extensions using external applications. +Even if you don't use this Extended Link function, don't delete this folder. + +The NDS filename defines what file it will open. +For example, if you copy the file "ipk.nds" into this folder, if you open an IPK file it will automatically load "ipk.nds." +If you put "mp3.nds" or "jpg.nds" into this folder, the Extended Link function will take priority over the MoonShell's built-in internal player/viewer. + +If you try to set an incompatible file for the Extended Link function, the file will just open normally. +For example, if you rename "ReinMoon.nds" to "sav.nds" and put it in this folder, whenever you open a .sav file it will simply load ReinMoon, but not the save. + +It's easy to create Extended Link-compatible files (I made it as simple as possible). +Please refer to "moonshl2_extlink_for_developer.txt" (unavailable) for details. +It also describes how to exit homebrew and go back to MoonShell2 (this is a little complicated). + +~Translated by Densetsu3000 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_ESP.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_ESP.txt new file mode 100644 index 0000000..e031e99 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_ESP.txt @@ -0,0 +1,15 @@ + +Le permite asociar una aplicación externa con una extensión de archivo. +Por favor, no borre esta carpeta incluso si usted no utiliza esta función. + +El nombre de la extensión se define con el nombre del archivo que los ejecutará. +Por ejemplo, si el archivo es ipk.nds se encuentra en la carpeta, tan pronto como se ejecute un archivo con la extensión IPK, éste se le pasará a ipk.nds y lo ejecutará. Cuando la extensión ya está asociado con un plug-in interno será la aplicación de esta carpeta la que tendrá prioridad (mp3.nds, jpg.nds, etc.) + +Si la aplicación no es compatible con esta función, se ejecuta el archivo asociado, pero no abrirá el archivo deseado. +Por ejemplo, si coloca ReinMoon.nds en esta carpeta y cambia el nombre a sav.nds, al abrir un archivo SAV, ReinMoon se ejecutará independientemente del archivo SAV seleccionado. + +Crear una aplicación compatible con la asociación para la ampliación no es difícil (traté de mantener las cosas simples). +Véase el archivo "moonshl2_extlink_for_developer.txt" (previsto para más tarde) para más información. +Cómo volver a Moonshell 2 desde un homebrew también se describirá (esto es quizás un poco difícil). + +~Traducido por Boriar \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_FRA.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_FRA.txt new file mode 100644 index 0000000..74e116c --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_FRA.txt @@ -0,0 +1,14 @@ + +Permet de d'associer une application externe à un nom d'extension de fichier. +Veuillez ne pas supprimer ce dossier même si vous n'utilisez pas cette fonctionnalité. + +Le nom de l'extension est définie par le nom du fichier lui-même. +Par exemple, si le fichier ipk.nds se trouve dans ce dossier, ipk.nds démarrera dès qu'on lancera un fichier ayant l'extension ipk. Lorsque l'extension est déjà associée à un lecteur interne, c'est l'application de ce dossier qui sera executée en priorité (mp3.nds, jpg.nds, etc). + +Si l'application n'est pas compatible avec cette fonctionnalité, elle s'executera mais le fichier associé ne sera pas ouvert par celle-ci. +Par exemple, si vous placez ReinMoon.nds dans ce dossier et que vous le renommez sav.nds, lorsque vous ouvrirez un fichier sav, ReinMoon se lancera sans tenir compte du fichier sav sélectionné. + +Créer une application compatible avec l'association par l'extension n'est pas difficile. (enfin, j'ai essayé de faire simple.) +Référez-vous au fichier "moonshl2_extlink_for_developer.txt" (prévu pour plus tard) pour en savoir plus. +La façon de retourner à Moonshell 2 depuis un homebrew y sera décrite aussi. (Ça c'est peut-être un peu délicat.) + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_GER.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_GER.txt new file mode 100644 index 0000000..776e0e7 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_GER.txt @@ -0,0 +1,16 @@ + +Sie knnen Programme festlegen, welche in MoonShell2 mit bestimmten Endungen verknpft werden sollen. +Selbst wenn Sie diese Funktion nicht lschen, sollte der Ordner erhalten bleiben. + +Der NDS-Dateiname legt fest, welche Datei geffnet werden soll. +Fgen Sie zB eine Datei namens "ipk.nds" in diesen Ordner ein, so wird MoonShell2 automatisch Dateien mit der Endnung IPK ber die Datei "ipk.nds" laden. +Sollten eine Datei "mp3.nds" oder "jpg.nds" anlegen, so wird die festgelegte Applikation die Prioritt bernehmen und den internen Player ablsen. + +Sollten Sie eine inkomitable Datei festlegen, wird diese Datei ganz normal aufgerufen. +Wird beispielsweise eine Datei "ReinMoon.nds" in "sav.nds" umbenannt und eingefgt, und eine .sav Datei gegeffnet so wird ReinMoon gestartet, nicht aber die save-Datei. + +Es ist leicht, ExtendLink-kompitable Daten zu erstellen (ein simples Beispiel liegt bei). +Fr weitere Informationen sehen Sie in die Datei "moonshl2_extlink_for_developer.txt". +Desweiteren wird beschrieben, wie die Homebrew wieder beendet und zu MoonShell2 zurckgekehrt werden kann (dies ist etwas komplizierter). + +~bersetzt von Falco \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_JPN.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_JPN.txt new file mode 100644 index 0000000..aeea08f --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_JPN.txt @@ -0,0 +1,15 @@ + +拡張子による外部ツールとの関連付け設定を行います。 +関連付けを使わない場合でも(ファイルはなくても構いませんが)このフォルダ自体は削除しないでください。 + +NDSファイル名そのものが定義情報になっています。 +例えば、ipk.ndsというファイルをこのフォルダにコピーすると、IPKファイルを開いたときにipk.ndsが起動されるようになります。 +内部プレイヤと同じ拡張子(mp3.ndsやjpg.ndsなど)を設定すると、関連付け設定が優先されます。 + +拡張リンク未対応アプリを関連付けると、指定されたNDSファイルを普通に起動します。 +例えば、ReinMoon.ndsをsav.ndsに名前を変えてコピーしておくと、セーブファイルを開いたときにReinMoonを起動しますが、単に起動するだけです。 + +拡張リンク対応アプリを作成するのは簡単だと思います。(できるだけ簡単にしたつもり…です) +詳細はmoonshl2_extlink_for_developer.txt(未作成)を参照してください。 +自作アプリからMoonShell2への戻り方も記述しています。(こっちはちょっと面倒かも) + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_KOR.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_KOR.txt new file mode 100644 index 0000000..0622ed2 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_KOR.txt @@ -0,0 +1,18 @@ +~영문번역 Densetsu3000 +gbatemp.net +한글번역 체리체리(다음 NINTENDO-DS 카페) +http://cafe.daum.net/NINTENDODS + +문쉘2에서 특정 확장자를 가진 파일을 선택할 경우 확장자에 필요한 외부 프로그램을 자동으로 실행하게 합니다. +이 기능을 사용하지 않으시더라도 폴더를 지우지 마세요. + +외부 프로그램의 NDS 파일이름은 그 프로그램이 동작될 확장자를 설명해 줍니다. +예를 들어 "ipk.nds" 파일을 이 폴더에 두셨다면 IPK 파일들을 선택할 때 자동으로 "ipk.nds" 를 실행시켜 파일을 열어 줍니다. +"mp3.nds" 나 "jpg.nds" 같은 외부 프로그램을 이 폴더에 두신다면 문쉘2 내부 재생 프로그램들을 무시하고 외부 프로그램을 사용해 파일을 재생합니다. + +호환되지 않는 파일의 외부 프로그램을 이 폴더에 두셨다면 그 확장자의 파일이 선택하셔도 외부 프로그램만 실행되게 됩니다. +예를들어 "ReinMoon.nds" 를 "sav.nds" 라고 이름을 바꾼 후 이 폴더에 두시고 a.sav 파일을 선택한다면 세이브 파일을 여는 대신에 ReinMoon을 실행합니다. + +외부 연결 파일을 만드는 것은 쉽습니다 (간으한 간단하게 만들었습니다). +자세한 사항은 "moonshl2_extlink_for_developer.txt" (찾을수 없음) 를 참조하세요. +또한 홈브류 사용중 문쉘2로 돌아가는 방법도 설명되어 있습니다 (조금 복잡합니다). \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_POR.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_POR.txt new file mode 100644 index 0000000..433667b --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_POR.txt @@ -0,0 +1,16 @@ + +Voc pode definir ao MoonShell2 extenses de arquivos para serem abertas usando aplicaes externas. +Mesmo que voc no use esta funo, no exclua esta pasta. + +O arquivo NDS definir qual arquivo ser aberto. +Por exemplo, se voc copiar o arquivo "ipk.nds" para esta pasta, se voc abrir um arquivo IPK o "ipk.nds" ser automaticamente carregado. +Se voc colocar "mp3.nds" ou "jpg.nds" nesta pasta, a funo Extended Link ter prioridade sobre o leitor/visualizador interno do MoonShell. + +Se voc tentar definir um arquivo incompatvel para a funo Extended Link, o arquivo ser aberto normalmente. +Por exemplo, se voc renomear o "ReinMoon.nds" para "sav.nds" e colocar nesta pasta, sempre que voc abrir um arquivo .sav o ReinMoon ser carregado, e no o save. + + facil criar arquivos compatveis com a funo Extended Link (fiz o mais simples possvel). +Por favor leia o "moonshl2_extlink_for_developer.txt" (indisponvel) para mais detalhes. +Ele tambm descreve como sair de uma homebrew e voltar para o MoonShell2 (um pouco complicado) + +~Traduzido por Axel-MaV \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_RUS.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_RUS.txt new file mode 100644 index 0000000..ce827d0 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/Readme_RUS.txt @@ -0,0 +1,16 @@ + +В Муншелл2 можно задать открытие файлов внешним приложением. +Даже, если Вы не используете данную функцию, не удаляйте текущую папку. + +Название NDS файла определяет, какие форматы файлов будут открыты данной программой. +Например, если скопировать файл "ipk.nds" в данную папку, при попытке открыть любой ".ipk" файл, будет автоматически запущен "ipk.nds." +Если в данную папку поместить файлы "mp3.nds" или "jpg.nds", функция внешних программ будет более приоритетна, чем встроенные функции муншелла по воспроизведению/отображению данных типов файлов. + +Если программа, помещённая в данную папку не предусматривает открытие файлов, она просто запустится, как если бы её просто открыли. +Например, если переименовать "ReinMoon.nds" в "sav.nds" и положить в данную папку, когда бы ни открывались файлы .sav, будет запускаться ReinMoon, а не открываться/запускаться сейв. + +Процесс создания программ, совместимых с функцией внешних программ, максимально упрощён. +Пожалуйста, обратитесь к файлу "moonshl2_extlink_for_developer.txt" (недоступен) за деталями. +Он также описывает процесс редактирования хоумбрю с тем, чтобы из них можно было возвращаться в Муншелл2 (это уже потруднее). + +Перевёл mc_B3oWoLF™ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/hwmodels.hwm b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/hwmodels.hwm new file mode 100644 index 0000000..22a281c Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/hwmodels.hwm differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/internal/sndeff.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/internal/sndeff.dat new file mode 100644 index 0000000..7516481 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/internal/sndeff.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/internal/textedit.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/internal/textedit.dat new file mode 100644 index 0000000..e9784eb Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/internal/textedit.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/eng_full.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/eng_full.ini new file mode 100644 index 0000000..0c1784c --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/eng_full.ini @@ -0,0 +1,290 @@ +; This file request UTF-8 format. +; Notice: Case sensitive. + +[Global] +Title=English full keys. +Maker=Moonlight. +TargetCodePage=0 +IME=Direct +OSK=Buttons + +; ----------------------------------------- +; Control keys + +[NewKey] +Rect=228,8,24,24 +Show= +OrgType=Single +OrgChars=[Change] + +; ---------------------------------------------------- +; keys +; BackSpace and Enter and Space and Shift and ShiftLock have special icon. +; Special keys request "OrgType=Single". + +[NewKey] +Rect=2,38,20,22 +Show= +OrgType=Shift +OrgChars=1! +[NewKey] +Rect=24,38,20,22 +Show= +OrgType=Shift +OrgChars=2@ +[NewKey] +Rect=46,38,20,22 +Show= +OrgType=Shift +OrgChars=3# +[NewKey] +Rect=68,38,20,22 +Show= +OrgType=Shift +OrgChars=4$ +[NewKey] +Rect=90,38,20,22 +Show= +OrgType=Shift +OrgChars=5% +[NewKey] +Rect=112,38,20,22 +Show= +OrgType=Shift +OrgChars=6^ +[NewKey] +Rect=134,38,20,22 +Show= +OrgType=Shift +OrgChars=7& +[NewKey] +Rect=156,38,20,22 +Show= +OrgType=Shift +OrgChars=8* +[NewKey] +Rect=178,38,20,22 +Show= +OrgType=Shift +OrgChars=9( +[NewKey] +Rect=200,38,20,22 +Show= +OrgType=Shift +OrgChars=0) +[NewKey] +Rect=222,38,14,22 +Show= +OrgType=Shift +OrgChars=-_ +[NewKey] +Rect=238,38,15,22 +Show= +OrgType=Shift +OrgChars==+ +[NewKey] +Rect=2,72,9,22 +Show= +OrgType=Shift +OrgChars=`~ +[NewKey] +Rect=13,72,20,22 +Show= +OrgType=Shift +OrgChars=qQ +[NewKey] +Rect=35,72,20,22 +Show= +OrgType=Shift +OrgChars=wW +[NewKey] +Rect=57,72,20,22 +Show= +OrgType=Shift +OrgChars=eE +[NewKey] +Rect=79,72,20,22 +Show= +OrgType=Shift +OrgChars=rR +[NewKey] +Rect=101,72,20,22 +Show= +OrgType=Shift +OrgChars=tT +[NewKey] +Rect=123,72,20,22 +Show= +OrgType=Shift +OrgChars=yY +[NewKey] +Rect=145,72,20,22 +Show= +OrgType=Shift +OrgChars=uU +[NewKey] +Rect=167,72,20,22 +Show= +OrgType=Shift +OrgChars=iI +[NewKey] +Rect=189,72,20,22 +Show= +OrgType=Shift +OrgChars=oO +[NewKey] +Rect=211,72,20,22 +Show= +OrgType=Shift +OrgChars=pP +[NewKey] +Rect=233,72,20,22 +Show= +OrgType=Single +OrgChars=[BackSpace] +[NewKey] +Rect=2,98,20,22 +Show= +OrgType=Single +OrgChars=[CapsLock] +[NewKey] +Rect=24,98,20,22 +Show= +OrgType=Shift +OrgChars=aA +[NewKey] +Rect=46,98,20,22 +Show= +OrgType=Shift +OrgChars=sS +[NewKey] +Rect=68,98,20,22 +Show= +OrgType=Shift +OrgChars=dD +[NewKey] +Rect=90,98,20,22 +Show= +OrgType=Shift +OrgChars=fF +[NewKey] +Rect=112,98,20,22 +Show= +OrgType=Shift +OrgChars=gG +[NewKey] +Rect=134,98,20,22 +Show= +OrgType=Shift +OrgChars=hH +[NewKey] +Rect=156,98,20,22 +Show= +OrgType=Shift +OrgChars=jJ +[NewKey] +Rect=178,98,20,22 +Show= +OrgType=Shift +OrgChars=kK +[NewKey] +Rect=200,98,20,22 +Show= +OrgType=Shift +OrgChars=lL +[NewKey] +Rect=222,98,31,22 +Show= +OrgType=Single +OrgChars=[Enter] +[NewKey] +Rect=2,124,31,22 +Show= +OrgType=Single +OrgChars=[Shift] +[NewKey] +Rect=35,124,20,22 +Show= +OrgType=Shift +OrgChars=zZ +[NewKey] +Rect=57,124,20,22 +Show= +OrgType=Shift +OrgChars=xX +[NewKey] +Rect=79,124,20,22 +Show= +OrgType=Shift +OrgChars=cC +[NewKey] +Rect=101,124,20,22 +Show= +OrgType=Shift +OrgChars=vV +[NewKey] +Rect=123,124,20,22 +Show= +OrgType=Shift +OrgChars=bB +[NewKey] +Rect=145,124,20,22 +Show= +OrgType=Shift +OrgChars=nN +[NewKey] +Rect=167,124,20,22 +Show= +OrgType=Shift +OrgChars=mM +[NewKey] +Rect=189,124,20,22 +Show= +OrgType=Shift +OrgChars=,< +[NewKey] +Rect=211,124,20,22 +Show= +OrgType=Shift +OrgChars=.> +[NewKey] +Rect=233,124,20,22 +Show= +OrgType=Single +OrgChars=[Shift] +[NewKey] +Rect=24,150,20,22 +Show= +OrgType=Shift +OrgChars=[{ +[NewKey] +Rect=46,150,20,22 +Show= +OrgType=Shift +OrgChars=]} +[NewKey] +Rect=68,150,20,22 +Show= +OrgType=Shift +OrgChars=\| +[NewKey] +Rect=90,150,86,22 +Show= +OrgType=Single +OrgChars=[Space] +[NewKey] +Rect=178,150,20,22 +Show= +OrgType=Shift +OrgChars=;: +[NewKey] +Rect=200,150,20,22 +Show= +OrgType=Shift +OrgChars="" +[NewKey] +Rect=222,150,20,22 +Show= +OrgType=Shift +OrgChars=/? + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/eng_handwrite.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/eng_handwrite.ini new file mode 100644 index 0000000..aacc471 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/eng_handwrite.ini @@ -0,0 +1,67 @@ +; This file request UTF-8 format. +; Notice: Case sensitive. + +[Global] +Title=English hand write. +Maker=Moonlight. +TargetCodePage=0 +IME=Direct +OSK=HandWrite + +[NewKey] +Rect=228,6,24,24 +Show= +OrgType=Single +OrgChars=[Change] + +[NewKey] +Rect=16,16,28,16 +Show=012 +OrgType=Single +OrgChars=[HW_Number] +[NewKey] +Rect=60,16,28,16 +Show=!#$ +OrgType=Single +OrgChars=[HW_Symbol] +[NewKey] +Rect=90,16,28,16 +Show=AI +OrgType=Single +OrgChars=[HW_ENG_Large] +[NewKey] +Rect=120,16,28,16 +Show=ai +OrgType=Single +OrgChars=[HW_ENG_Small] +[NewKey] +Rect=150,16,28,16 +Show=あい +OrgType=Single +OrgChars=[HW_JPN_Hiragana] +[NewKey] +Rect=180,16,28,16 +Show=アイ +OrgType=Single +OrgChars=[HW_JPN_Katakana] + +; ---------------------------------------------------- +; Control keys +; BackSpace and Enter and Space and Shift and ShiftLock have special icon. + +[NewKey] +Rect=150,160,24,24 +Show= +OrgType=Single +OrgChars=[Space] +[NewKey] +Rect=182,148,24,36 +Show= +OrgType=Single +OrgChars=[BackSpace] +[NewKey] +Rect=214,148,36,36 +Show= +OrgType=Single +OrgChars=[Enter] + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/jpn_full.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/jpn_full.ini new file mode 100644 index 0000000..c714592 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/jpn_full.ini @@ -0,0 +1,409 @@ +; This file request UTF-8 format. +; Notice: Case sensitive. + +[Global] +Title=Japanese full keys. 日本語 漢字入力 +Maker=Moonlight. +TargetCodePage=932 +IME=SKK +OSK=Buttons + +; ----------------------------------------- +; Numbers + +[NewKey] +Rect=5,8,22,24 +Show= +OrgType=Single +OrgChars=1 +[NewKey] +Rect=27,8,22,24 +Show= +OrgType=Single +OrgChars=2 +[NewKey] +Rect=49,8,22,24 +Show= +OrgType=Single +OrgChars=3 +[NewKey] +Rect=71,8,22,24 +Show= +OrgType=Single +OrgChars=4 +[NewKey] +Rect=93,8,22,24 +Show= +OrgType=Single +OrgChars=5 +[NewKey] +Rect=115,8,22,24 +Show= +OrgType=Single +OrgChars=6 +[NewKey] +Rect=137,8,22,24 +Show= +OrgType=Single +OrgChars=7 +[NewKey] +Rect=159,8,22,24 +Show= +OrgType=Single +OrgChars=8 +[NewKey] +Rect=181,8,22,24 +Show= +OrgType=Single +OrgChars=9 +[NewKey] +Rect=203,8,22,24 +Show= +OrgType=Single +OrgChars=0 +[NewKey] +Rect=228,8,24,24 +Show= +OrgType=Single +OrgChars=[Change] + +; ---------------------------------------------------- +; Control keys +; BackSpace and Enter and Space and Shift and ShiftLock have special icon. + +[NewKey] +Rect=228,40,22,36 +Show= +OrgType=Single +OrgChars=[BackSpace] +[NewKey] +Rect=228,88,22,48 +Show= +OrgType=Single +OrgChars=[Enter] +[NewKey] +Rect=228,148,22,36 +Show= +OrgType=Single +OrgChars=[Space] + +; ----------------------------------------- +; Line of JPN/A + +[NewKey] +Rect=5,40,22,24 +Show= +OrgType=Single +OrgChars=あ +[NewKey] +Rect=5,64,22,24 +Show= +OrgType=Single +OrgChars=い +[NewKey] +Rect=5,88,22,24 +Show= +OrgType=Single +OrgChars=う +[NewKey] +Rect=5,112,22,24 +Show= +OrgType=Single +OrgChars=え +[NewKey] +Rect=5,136,22,24 +Show= +OrgType=Single +OrgChars=お +[NewKey] +Rect=5,160,22,24 +Show= +OrgType=Single +OrgChars=小 + +; ----------------------------------------- +; Line of JPN/KA + +[NewKey] +Rect=27,40,22,24 +Show= +OrgType=Single +OrgChars=か +[NewKey] +Rect=27,64,22,24 +Show= +OrgType=Single +OrgChars=き +[NewKey] +Rect=27,88,22,24 +Show= +OrgType=Single +OrgChars=く +[NewKey] +Rect=27,112,22,24 +Show= +OrgType=Single +OrgChars=け +[NewKey] +Rect=27,136,22,24 +Show= +OrgType=Single +OrgChars=こ + +; ---------------------------------------------------- +; Line of JPN/SA + +[NewKey] +Rect=49,40,22,24 +Show= +OrgType=Single +OrgChars=さ +[NewKey] +Rect=49,64,22,24 +Show= +OrgType=Single +OrgChars=し +[NewKey] +Rect=49,88,22,24 +Show= +OrgType=Single +OrgChars=す +[NewKey] +Rect=49,112,22,24 +Show= +OrgType=Single +OrgChars=せ +[NewKey] +Rect=49,136,22,24 +Show= +OrgType=Single +OrgChars=そ + +; ---------------------------------------------------- +; Line of JPN/TA + +[NewKey] +Rect=71,40,22,24 +Show= +OrgType=Single +OrgChars=た +[NewKey] +Rect=71,64,22,24 +Show= +OrgType=Single +OrgChars=ち +[NewKey] +Rect=71,88,22,24 +Show= +OrgType=Single +OrgChars=つ +[NewKey] +Rect=71,112,22,24 +Show= +OrgType=Single +OrgChars=て +[NewKey] +Rect=71,136,22,24 +Show= +OrgType=Single +OrgChars=と +[NewKey] +Rect=71,160,22,24 +Show= +OrgType=Single +OrgChars=っ + +; ---------------------------------------------------- +; Line of JPN/NA + +[NewKey] +Rect=93,40,22,24 +Show= +OrgType=Single +OrgChars=な +[NewKey] +Rect=93,64,22,24 +Show= +OrgType=Single +OrgChars=に +[NewKey] +Rect=93,88,22,24 +Show= +OrgType=Single +OrgChars=ぬ +[NewKey] +Rect=93,112,22,24 +Show= +OrgType=Single +OrgChars=ね +[NewKey] +Rect=93,136,22,24 +Show= +OrgType=Single +OrgChars=の + +; ---------------------------------------------------- +; Line of JPN/HA + +[NewKey] +Rect=115,40,22,24 +Show= +OrgType=Single +OrgChars=は +[NewKey] +Rect=115,64,22,24 +Show= +OrgType=Single +OrgChars=ひ +[NewKey] +Rect=115,88,22,24 +Show= +OrgType=Single +OrgChars=ふ +[NewKey] +Rect=115,112,22,24 +Show= +OrgType=Single +OrgChars=へ +[NewKey] +Rect=115,136,22,24 +Show= +OrgType=Single +OrgChars=ほ +[NewKey] +Rect=115,160,22,24 +Show= +OrgType=Single +OrgChars=゛ + +; ---------------------------------------------------- +; Line of JPN/MA + +[NewKey] +Rect=137,40,22,24 +Show= +OrgType=Single +OrgChars=ま +[NewKey] +Rect=137,64,22,24 +Show= +OrgType=Single +OrgChars=み +[NewKey] +Rect=137,88,22,24 +Show= +OrgType=Single +OrgChars=む +[NewKey] +Rect=137,112,22,24 +Show= +OrgType=Single +OrgChars=め +[NewKey] +Rect=137,136,22,24 +Show= +OrgType=Single +OrgChars=も +[NewKey] +Rect=137,160,22,24 +Show= +OrgType=Single +OrgChars=゜ + +; ---------------------------------------------------- +; Line of JPN/YA + +[NewKey] +Rect=159,40,22,24 +Show= +OrgType=Single +OrgChars=や +[NewKey] +Rect=159,64,22,24 +Show= +OrgType=Single +OrgChars=ゆ +[NewKey] +Rect=159,88,22,24 +Show= +OrgType=Single +OrgChars=よ +[NewKey] +Rect=159,112,22,24 +Show= +OrgType=Single +OrgChars=ゃ +[NewKey] +Rect=159,136,22,24 +Show= +OrgType=Single +OrgChars=ゅ +[NewKey] +Rect=159,160,22,24 +Show= +OrgType=Single +OrgChars=ょ + +; ---------------------------------------------------- +; Line of JPN/RA + +[NewKey] +Rect=181,40,22,24 +Show= +OrgType=Single +OrgChars=ら +[NewKey] +Rect=181,64,22,24 +Show= +OrgType=Single +OrgChars=り +[NewKey] +Rect=181,88,22,24 +Show= +OrgType=Single +OrgChars=る +[NewKey] +Rect=181,112,22,24 +Show= +OrgType=Single +OrgChars=れ +[NewKey] +Rect=181,136,22,24 +Show= +OrgType=Single +OrgChars=ろ +[NewKey] +Rect=181,160,22,24 +Show= +OrgType=Single +OrgChars=、 + +; ---------------------------------------------------- +; Line of JPN/WA + +[NewKey] +Rect=203,40,22,24 +Show= +OrgType=Single +OrgChars=わ +[NewKey] +Rect=203,64,22,24 +Show= +OrgType=Single +OrgChars=を +[NewKey] +Rect=203,88,22,24 +Show= +OrgType=Single +OrgChars=ん +[NewKey] +Rect=203,136,22,24 +Show= +OrgType=Single +OrgChars=ー +[NewKey] +Rect=203,160,22,24 +Show= +OrgType=Single +OrgChars=。 + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/jpn_full_kana.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/jpn_full_kana.ini new file mode 100644 index 0000000..727e7ee --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/jpn_full_kana.ini @@ -0,0 +1,414 @@ +; This file request UTF-8 format. +; Notice: Case sensitive. + +[Global] +Title=Japanese full keys(kana). 日本語 カナ入力 +Maker=unknown. +TargetCodePage=932 +IME=Direct +OSK=Buttons + +; ----------------------------------------- +; Numbers + +[NewKey] +Rect=5,8,22,24 +Show= +OrgType=Shift +OrgChars=11 +[NewKey] +Rect=27,8,22,24 +Show= +OrgType=Shift +OrgChars=22 +[NewKey] +Rect=49,8,22,24 +Show= +OrgType=Shift +OrgChars=33 +[NewKey] +Rect=71,8,22,24 +Show= +OrgType=Shift +OrgChars=44 +[NewKey] +Rect=93,8,22,24 +Show= +OrgType=Shift +OrgChars=55 +[NewKey] +Rect=115,8,22,24 +Show= +OrgType=Shift +OrgChars=66 +[NewKey] +Rect=137,8,22,24 +Show= +OrgType=Shift +OrgChars=77 +[NewKey] +Rect=159,8,22,24 +Show= +OrgType=Shift +OrgChars=88 +[NewKey] +Rect=181,8,22,24 +Show= +OrgType=Shift +OrgChars=99 +[NewKey] +Rect=203,8,22,24 +Show= +OrgType=Shift +OrgChars=00 +; ----------------------------------------- +; Control key +[NewKey] +Rect=228,8,24,24 +Show= +OrgType=Single +OrgChars=[Change] + +; ---------------------------------------------------- +; Control keys +; BackSpace and Enter and Space and Shift and ShiftLock have special icon. + +[NewKey] +Rect=228,40,22,36 +Show= +OrgType=Single +OrgChars=[BackSpace] +[NewKey] +Rect=228,88,22,48 +Show= +OrgType=Single +OrgChars=[Enter] +[NewKey] +Rect=228,148,22,36 +Show= +OrgType=Single +OrgChars=[Space] + +; ----------------------------------------- +; Line of JPN/A + +[NewKey] +Rect=5,40,22,24 +Show= +OrgType=Shift +OrgChars=アァ +[NewKey] +Rect=5,64,22,24 +Show= +OrgType=Shift +OrgChars=イィ +[NewKey] +Rect=5,88,22,24 +Show= +OrgType=Shift +OrgChars=ウゥ +[NewKey] +Rect=5,112,22,24 +Show= +OrgType=Shift +OrgChars=エェ +[NewKey] +Rect=5,136,22,24 +Show= +OrgType=Shift +OrgChars=オォ + +; Show=[小/ ゙/ ゚]的なもの +[NewKey] +Rect=5,160,44,24 +Show=小゙゚? +OrgType=Single +OrgChars=[CapsLock] + +; ----------------------------------------- +; Line of JPN/KA + +[NewKey] +Rect=27,40,22,24 +Show= +OrgType=Shift +OrgChars=カガ +[NewKey] +Rect=27,64,22,24 +Show= +OrgType=Shift +OrgChars=キギ +[NewKey] +Rect=27,88,22,24 +Show= +OrgType=Shift +OrgChars=クグ +[NewKey] +Rect=27,112,22,24 +Show= +OrgType=Shift +OrgChars=ケゲ +[NewKey] +Rect=27,136,22,24 +Show= +OrgType=Shift +OrgChars=コゴ + +; ---------------------------------------------------- +; Line of JPN/SA + +[NewKey] +Rect=49,40,22,24 +Show= +OrgType=Shift +OrgChars=サザ +[NewKey] +Rect=49,64,22,24 +Show= +OrgType=Shift +OrgChars=シジ +[NewKey] +Rect=49,88,22,24 +Show= +OrgType=Shift +OrgChars=スズ +[NewKey] +Rect=49,112,22,24 +Show= +OrgType=Shift +OrgChars=セゼ +[NewKey] +Rect=49,136,22,24 +Show= +OrgType=Shift +OrgChars=ソゾ + +; ---------------------------------------------------- +; Line of JPN/TA + +[NewKey] +Rect=71,40,22,24 +Show= +OrgType=Shift +OrgChars=タダ +[NewKey] +Rect=71,64,22,24 +Show= +OrgType=Shift +OrgChars=チヂ +[NewKey] +Rect=71,88,22,24 +Show= +OrgType=Shift +OrgChars=ツヅ +[NewKey] +Rect=71,112,22,24 +Show= +OrgType=Shift +OrgChars=テデ +[NewKey] +Rect=71,136,22,24 +Show= +OrgType=Shift +OrgChars=トド +[NewKey] +Rect=71,160,22,24 +Show= +OrgType=Shift +OrgChars=ッΣ + +; ---------------------------------------------------- +; Line of JPN/NA + +[NewKey] +Rect=93,40,22,24 +Show= +OrgType=Shift +OrgChars=ナパ +[NewKey] +Rect=93,64,22,24 +Show= +OrgType=Shift +OrgChars=ニピ +[NewKey] +Rect=93,88,22,24 +Show= +OrgType=Shift +OrgChars=ヌプ +[NewKey] +Rect=93,112,22,24 +Show= +OrgType=Shift +OrgChars=ネペ +[NewKey] +Rect=93,136,22,24 +Show= +OrgType=Shift +OrgChars=ノポ + +; ---------------------------------------------------- +; Line of JPN/HA + +[NewKey] +Rect=115,40,22,24 +Show= +OrgType=Shift +OrgChars=ハバ +[NewKey] +Rect=115,64,22,24 +Show= +OrgType=Shift +OrgChars=ヒビ +[NewKey] +Rect=115,88,22,24 +Show= +OrgType=Shift +OrgChars=フブ +[NewKey] +Rect=115,112,22,24 +Show= +OrgType=Shift +OrgChars=ヘベ +[NewKey] +Rect=115,136,22,24 +Show= +OrgType=Shift +OrgChars=ホボ + +[NewKey] +Rect=110,160,33,24 +Show=濁 +OrgType=Single +OrgChars=[Shift] + +; ---------------------------------------------------- +; Line of JPN/MA + +[NewKey] +Rect=137,40,22,24 +Show= +OrgType=Shift +OrgChars=マ! +[NewKey] +Rect=137,64,22,24 +Show= +OrgType=Shift +OrgChars=ミ” +[NewKey] +Rect=137,88,22,24 +Show= +OrgType=Shift +OrgChars=ム# +[NewKey] +Rect=137,112,22,24 +Show= +OrgType=Shift +OrgChars=メ$ +[NewKey] +Rect=137,136,22,24 +Show= +OrgType=Shift +OrgChars=モ% +/[NewKey] +/Rect=137,160,22,24 +/Show=゜ +/OrgType=Single +/OrgChars=[Shift] + +; ---------------------------------------------------- +; Line of JPN/YA + +[NewKey] +Rect=159,40,22,24 +Show= +OrgType=Shift +OrgChars=ヤ& +[NewKey] +Rect=159,64,22,24 +Show= +OrgType=Shift +OrgChars=ユ’ +[NewKey] +Rect=159,88,22,24 +Show= +OrgType=Shift +OrgChars=ヨ( +[NewKey] +Rect=159,112,22,24 +Show= +OrgType=Shift +OrgChars=ャ) +[NewKey] +Rect=159,136,22,24 +Show= +OrgType=Shift +OrgChars=ュ- +[NewKey] +Rect=159,160,22,24 +Show= +OrgType=Shift +OrgChars=ョ+ + +; ---------------------------------------------------- +; Line of JPN/RA + +[NewKey] +Rect=181,40,22,24 +Show= +OrgType=Shift +OrgChars=ラ= +[NewKey] +Rect=181,64,22,24 +Show= +OrgType=Shift +OrgChars=リ^ +[NewKey] +Rect=181,88,22,24 +Show= +OrgType=Shift +OrgChars=ル¥ +[NewKey] +Rect=181,112,22,24 +Show= +OrgType=Shift +OrgChars=レ; +[NewKey] +Rect=181,136,22,24 +Show= +OrgType=Shift +OrgChars=ロ@ +[NewKey] +Rect=181,160,22,24 +Show= +OrgType=Shift +OrgChars=、「 + +; ---------------------------------------------------- +; Line of JPN/WA + +[NewKey] +Rect=203,40,22,24 +Show= +OrgType=Shift +OrgChars=ワ{ +[NewKey] +Rect=203,64,22,24 +Show= +OrgType=Shift +OrgChars=ヲ} +[NewKey] +Rect=203,88,22,24 +Show= +OrgType=Shift +OrgChars=ン? +[NewKey] +Rect=203,136,22,24 +Show= +OrgType=Shift +OrgChars=ー~ +[NewKey] +Rect=203,160,22,24 +Show= +OrgType=Shift +OrgChars=。」 + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/jpn_handwrite.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/jpn_handwrite.ini new file mode 100644 index 0000000..d0e0bc3 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/keymaps/jpn_handwrite.ini @@ -0,0 +1,95 @@ +; This file request UTF-8 format. +; Notice: Case sensitive. + +[Global] +Title=Japanese hand write. 日本語 手書き漢字入力 +Maker=Moonlight. +TargetCodePage=932 +IME=SKK +OSK=HandWrite + +[NewKey] +Rect=228,6,24,24 +Show= +OrgType=Single +OrgChars=[Change] + +[NewKey] +Rect=16,2,28,16 +Show=012 +OrgType=Single +OrgChars=[HW_Number] +[NewKey] +Rect=60,2,28,16 +Show=!#$ +OrgType=Single +OrgChars=[HW_Symbol] +[NewKey] +Rect=90,2,28,16 +Show=AI +OrgType=Single +OrgChars=[HW_ENG_Large] +[NewKey] +Rect=120,2,28,16 +Show=ai +OrgType=Single +OrgChars=[HW_ENG_Small] +[NewKey] +Rect=150,2,28,16 +Show=あい +OrgType=Single +OrgChars=[HW_JPN_Hiragana] +[NewKey] +Rect=180,2,28,16 +Show=アイ +OrgType=Single +OrgChars=[HW_JPN_Katakana] + +[NewKey] +Rect=5,160,22,24 +Show= +OrgType=Single +OrgChars=、 +[NewKey] +Rect=27,160,22,24 +Show= +OrgType=Single +OrgChars=。 + +[NewKey] +Rect=60,160,22,24 +Show= +OrgType=Single +OrgChars=゛ +[NewKey] +Rect=82,160,22,24 +Show= +OrgType=Single +OrgChars=゜ + +[NewKey] +Rect=117,160,22,24 +Show= +OrgType=Single +OrgChars=小 + +; ---------------------------------------------------- +; Control keys +; BackSpace and Enter and Space and Shift and ShiftLock have special icon. + +[NewKey] +Rect=150,160,24,24 +Show= +OrgType=Single +OrgChars=[Space] +[NewKey] +Rect=182,148,24,36 +Show= +OrgType=Single +OrgChars=[BackSpace] +[NewKey] +Rect=214,148,36,36 +Show= +OrgType=Single +OrgChars=[Enter] + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/logbuf.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/logbuf.txt new file mode 100644 index 0000000..057b82c Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/logbuf.txt differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/sjisunic.tbl b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/sjisunic.tbl new file mode 100644 index 0000000..1f20f2d Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/sjisunic.tbl differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/BootBG.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/BootBG.bmp new file mode 100644 index 0000000..5393bec Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/BootBG.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/OSKBG.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/OSKBG.bmp new file mode 100644 index 0000000..f7519a3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/OSKBG.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/OSKHW_NG.tgf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/OSKHW_NG.tgf new file mode 100644 index 0000000..70a5928 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/OSKHW_NG.tgf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/OSKHW_OK.tgf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/OSKHW_OK.tgf new file mode 100644 index 0000000..7e9488b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/OSKHW_OK.tgf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/OSK_KeyB.tgf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/OSK_KeyB.tgf new file mode 100644 index 0000000..3786f3e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/OSK_KeyB.tgf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/ResultBG.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/ResultBG.bmp new file mode 100644 index 0000000..e216e94 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/ResultBG.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/TextBG.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/TextBG.bmp new file mode 100644 index 0000000..1b22c98 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skin/TextBG.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skkinput.dic b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skkinput.dic new file mode 100644 index 0000000..ba515c9 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skkinput.dic differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skkinput.usr b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skkinput.usr new file mode 100644 index 0000000..593f470 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/skkinput.usr differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/textedit.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/textedit.ini new file mode 100644 index 0000000..168ad35 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/TextEdit/textedit.ini @@ -0,0 +1,11 @@ + +[System] +DetailsDebugLog=0 +PlaySoundEffect=1 +SoundEffectVolume=50 +LoopResultWindow=0 + +[DiskAdapter] +; SlowDiskAccess: '64kbyte cluster FAT disk' demands 1. +SlowDiskAccess=0 + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/_hn.HugeNDSLoader.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/_hn.HugeNDSLoader.nds new file mode 100644 index 0000000..b5b3b7f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/_hn.HugeNDSLoader.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/_te.TextEdit.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/_te.TextEdit.nds new file mode 100644 index 0000000..202a833 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/_te.TextEdit.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/_vh.VeryHugeNDSLoader.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/_vh.VeryHugeNDSLoader.nds new file mode 100644 index 0000000..db17f0e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/_vh.VeryHugeNDSLoader.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/extlink_filestruct.h b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/extlink_filestruct.h new file mode 100644 index 0000000..761669b --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/extlink_filestruct.h @@ -0,0 +1,116 @@ + +#ifndef extlink_filestruct_h +#define extlink_filestruct_h + +// extlink.dat structure + +typedef u16 UnicodeChar; + +#define ExtLinkBody_MaxLength (256) + +#define ExtLinkBody_ID (0x30545845) // EXT0 + +typedef struct { + u32 ID,dummy1,dummy2,dummy3; // dummy is ZERO. + char DataFullPathFilenameAlias[ExtLinkBody_MaxLength]; + char DataPathAlias[ExtLinkBody_MaxLength]; + char DataFilenameAlias[ExtLinkBody_MaxLength]; + char NDSFullPathFilenameAlias[ExtLinkBody_MaxLength]; + char NDSPathAlias[ExtLinkBody_MaxLength]; + char NDSFilenameAlias[ExtLinkBody_MaxLength]; + UnicodeChar DataFullPathFilenameUnicode[ExtLinkBody_MaxLength]; + UnicodeChar DataPathUnicode[ExtLinkBody_MaxLength]; + UnicodeChar DataFilenameUnicode[ExtLinkBody_MaxLength]; + UnicodeChar NDSFullPathFilenameUnicode[ExtLinkBody_MaxLength]; + UnicodeChar NDSPathUnicode[ExtLinkBody_MaxLength]; + UnicodeChar NDSFilenameUnicode[ExtLinkBody_MaxLength]; +} TExtLinkBody; + + +static bool GetFileBody_From_MoonShell2_ExtLink(const char **res_pFullPathFilenameAlias,void **res_pfilebuf,u32 *res_filesize) +{ + *res_pFullPathFilenameAlias=NULL; + *res_pfilebuf=NULL; + *res_filesize=0; + +/* + consolePrintf("Start disk driver.\n"); + if(FAT_InitFiles()==false){ + consolePrintf("DLDI init error.\n"); + return(false); + } +*/ + + static char FullAlias[ExtLinkBody_MaxLength]; + + { + const char *pfn="/moonshl2/extlink.dat"; // This full path file name is fixation. It is never moved. + + FILE *pf=FAT_fopen(pfn,"r"); + if(pf==NULL){ + consolePrintf("Extend link data file not found. [%s]\n",pfn); + return(false); + } + + u32 ID,IDSize; + IDSize=FAT_fread(&ID,1,4,pf); + + if((IDSize==0)||(ID==0)){ + consolePrintf("Please call this application from MoonShell2 by way of the extend link. [%s]\n",pfn); + FAT_fclose(pf); pf=NULL; + return(false); + } + if(ExtLinkBody_ID!=ID){ + consolePrintf("Extend link ID error. (0x%08x!=0x%08x)\n",ExtLinkBody_ID,ID); + FAT_fclose(pf); pf=NULL; + return(false); + } + + u32 Dummy[3]; + FAT_fread(Dummy,1,4*3,pf); + + FAT_fread(FullAlias,1,ExtLinkBody_MaxLength,pf); + + FAT_fclose(pf); pf=NULL; + } + + u8 *pfilebuf=NULL; + u32 filesize=0; + + { + const char *pfn=FullAlias; + + FILE *pf=FAT_fopen(pfn,"r"); + if(pf==NULL){ + consolePrintf("File not found. [%s]\n",pfn); + return(false); + } + + FAT_fseek(pf,0,SEEK_END); + filesize=FAT_ftell(pf); + FAT_fseek(pf,0,SEEK_SET); + + pfilebuf=malloc(filesize); + if(pfilebuf==NULL){ + consolePrintf("Memory overflow. [%s] %dbyte.\n",pfn,filesize); + FAT_fclose(pf); pf=NULL; + return(false); + } + + if(FAT_fread(pfilebuf,1,filesize,pf)!=filesize){ + consolePrintf("File read error. [%s] %dbyte.\n",pfn,filesize); + FAT_fclose(pf); pf=NULL; + return(false); + } + + FAT_fclose(pf); pf=NULL; + } + + *res_pFullPathFilenameAlias=FullAlias; + *res_pfilebuf=pfilebuf; + *res_filesize=filesize; + + return(true); +} + +#endif diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/ipk.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/ipk.nds new file mode 100644 index 0000000..cfd69ac Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/ipk.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/nes.nesterds.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/nes.nesterds.nds new file mode 100644 index 0000000..da2a6bf Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/nes.nesterds.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/nes.nesterds.source.zip b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/nes.nesterds.source.zip new file mode 100644 index 0000000..44572f3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/nes.nesterds.source.zip differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/nes.nesterds_readme.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/nes.nesterds_readme.txt new file mode 100644 index 0000000..1fd6b79 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/extlink/nes.nesterds_readme.txt @@ -0,0 +1,98 @@ +MoonShell extend link application converted by Moonlight. +---------------------------------------------------------- + +Title: NesterDS +Version: 0.3 +Author: Rich Whitehouse +Date: 2006-11-23 +Homepage: http://www.telefragged.com/thefatal/ +Additional thanks: Darren Ranalli (original author of Nester) + Author of NesterDC (in case I used anything from that, I see + it is in my old NesterGBA source folder) + Authors of NDSLib and DSEmu + Everyone else who has constributed to the wealth of knowledge + available for DS homebrewing +------------------------------------------------------------------------------------- +Version 0.3 notes: +------------------ +New this version: + +-Vastly improved compatibility by fixing several mapper problems. +-Got rid of alternate-line rendering. +-Lots of speed-ups (better DTCM management, changed screen writes to occur during + actual scanline routines, lots of other stuff). +-Converted code-base to pure C, moved to devkitARM r19b. + +There were lots of changes that I've forgotten about in here, this was sitting +around on my hard drive half-finished for months. I was also working on converting +expensive PPU routines to ARM, but that was also unfinished. The included source has +some of the ARM routines that I did finish. + + +Version 0.2 notes: +------------------ +New this version: + +-Sound. Sound processing is done almost entirely on the arm7 and so comes with no + noticeable performance penalty, and the actual sound processing is still faithful + to the original nester core. +-General performance improvements, and decent code cleanup. +-Scanline speed hack disabled by default, makes lots of games work that were broken + before. Said hack is still available as a toggle option. +-Reset option (X+start). +-Hardware scaling to fit output to DS screen resolution. +-All options are now listed and updated when changed on the sub screen. +-Made auto-framerate option work better. +-Other things I was too lazy to make notes of. +-50% more ninjas. + +Things I would like done but am currently too lazy to do: + +-Sound output is poppy when not at 44100, but defaults to 22050 because the arm7 + cannot handle the nester APU at 44100. Ideally, fix the poppiness. +-SRAM support (should be fairly trivial to implement in existing code). +-PPU has tons of code that could be hand-tweaked to provide massive speedups. + Might also be worthwhile to render each scanline to a smaller chunk of faster + memory and draw it to the screen buffer as the logic is performed, but this + could be tricky to get right with vsync. +-Support for extra mappers and sound processing. +-Binaries are bloated due to bad use of global arrays tossed about. Fix. +-Exponential increase in amount of ninjas. + +That will be all. + + +Version 0.1 notes: +------------------ +This is a DS port of Nester. As you might've guessed. There are a ton of issues, and +it still bothers me that I'm storing the NES ROM over in ewram. I need to look into +that gbfs stuff apparently. There is no sound (the APU stuff is hooked up and runs +fine on the DS, it just needs the DS to actually do something with the output), but +the games I've tried run ok speed-wise. There is some "scanline"-type rendering +optimizaton in place because that's all still very slow and I haven't taken +advantage of any DS-specific hardware features to speed it up. + +For compiling the actual code, I'm using DevKitARM R13, and there are some issues with +the way the default ds_arm9 linker script shoves things into memory. For whatever +reason, the default handling of non-static global variables is pretty wacked, and +if you have more than 16k or so I've found that everything goes to hell (silent +data collision, I'm guessing) and stuff just stops working, and some of the standard +C runtime functions stop working. Just general bad things. So I had to manually change +the linker script to move my .data into ewram and that seemed to solve everything. +If you want to compile this yourself, be sure to change the batch files and makefile +to use your own paths. Mine are all hardcoded because I'm a terrible person. Also, +the code itself is all very messy, and torn apart. It's based on an old GBA port of +Nester I made, and I ported it to the DS over a single weekend (so it hasn't had the +tender loving care it deserves). + +To use the thing, you can use the crappy primitive ROM insertion tool included in the +archive to put in the NES ROM of your choice. Currently only one ROM at a time is +supported. If I ever stop being lazy and load ROM files from image ROM like I should +be doing, that will be changing. + +Currently there aren't any emulators that really do a good job of running this. Out +of them all IDeaS seems to do the best job. It probably goes without saying, but I +have tested everything on actual DS hardware (using the wifime method) and it all +works happily. + +So that's that, enjoy. diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/hidepath.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/hidepath.ini new file mode 100644 index 0000000..859e3de --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/hidepath.ini @@ -0,0 +1,70 @@ + +; JPN +; ファイルリストに表示しないフォルダ名をフルパスで指定して下さい。 +; このファイルはUTF-8で記述して下さい。最大64フォルダまで指定できます。 + +; ENG +; Please specify the folder name (full path) that doesn't want to be displayed in the file list. +; Describe this file with UTF-8 format. + +; FRA +; Veuillez indiquer dans ce fichier le nom des dossiers (avec le chemin complet) à ne pas afficher dans le navigateur de fichier. +; Ce fichier est au format UTF-8. On peut y indiquer 64 dossiers maximum. + +; ESP +; Puede indicar el nombre de la carpeta (con la dirección completa) que no desea que se muestre en la lista de archivos. +; El archivo está en formato UTF-8. Sólo se puede indicar un máximo de 64 carpetas. + +; KOR +; 파일목록에 표시되지 않을 폴더명을 전체 경로와 함께 지정해 주세요. +; 이 파일은 반드시 저장하실 때 UTF-8 포맷으로 저장하셔야 하며, 최대 64개의 폴더를 지정할 수 있습니다. + +; RUS +; Пожалуйста, укажите полное название папки (полный путь папки), которую не следует отображать. +; Данный файл должен быть сохранён в формате UTF-8. Максимально допустимое количество папок - 64. + +; Hide MoonShell2 system folder. +;/moonshl2 + +; Hide DustBox folder. +;/dustbox + +; Hide older MoonShell and EZ5 data folder. +/moonshl + +; Hide DSTT and DSTT Advance. +/TTMenu + +; Hide DSTT YSMenu. +/YSMenu + +; Hide G6Lite and M3Real. +/SYSTEM + +; Hide R4 and n5 and M3Simply and ND1 and NPlayer and R4Pro(AKRPG clone) and R4SDHC and MARS(R4 clone) clone and R4Advance and R4Deluxe(R4Advance clone) and R4III and R4New and R4Plus and R4Ultra(AKRPG clone). +/_system_ + +; Hide AceKard+. +/system + +; Hide AceKardRPG. +/__rpg + +; Hide AceKard2/2i. +/__ak2 + +; Hide AceKard2/2i AKAIO. +/__aio + +; Hide iTouchDS. +/iTouch + +; Hide Ninjapass X9TF. +/TFSYSTEM + +; Hide Supercard DSONE. +/scshell + +; Hide EDGE. +/EDGE + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/bgbmp.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/bgbmp.dat new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/bgbmp.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/chk16bit.bin b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/chk16bit.bin new file mode 100644 index 0000000..0331309 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/chk16bit.bin differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_101.skn b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_101.skn new file mode 100644 index 0000000..c36db35 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_101.skn differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_932.skn b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_932.skn new file mode 100644 index 0000000..8778a53 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_932.skn differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_933.skn b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_933.skn new file mode 100644 index 0000000..8778a53 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_933.skn differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_936.skn b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_936.skn new file mode 100644 index 0000000..74cafe1 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_936.skn differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_949.skn b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_949.skn new file mode 100644 index 0000000..b887d2e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/def_949.skn differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/default.skn b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/default.skn new file mode 100644 index 0000000..ce6ffc5 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/default.skn differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/eng_full.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/eng_full.ini new file mode 100644 index 0000000..b83acde --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/eng_full.ini @@ -0,0 +1,281 @@ +; This file request UTF-8 format. +; Notice: Case sensitive. + +[Global] +Title=English full keys. +Maker=Moonlight. +TargetCodePage=0 +IME=Direct +OSK=Buttons + +; ---------------------------------------------------- +; keys +; BackSpace and Enter and Space and Shift and ShiftLock have special icon. +; Special keys request "OrgType=Single". + +[NewKey] +Rect=2,38,20,22 +Show= +OrgType=Shift +OrgChars=1! +[NewKey] +Rect=24,38,20,22 +Show= +OrgType=Shift +OrgChars=2@ +[NewKey] +Rect=46,38,20,22 +Show= +OrgType=Shift +OrgChars=3# +[NewKey] +Rect=68,38,20,22 +Show= +OrgType=Shift +OrgChars=4$ +[NewKey] +Rect=90,38,20,22 +Show= +OrgType=Shift +OrgChars=5% +[NewKey] +Rect=112,38,20,22 +Show= +OrgType=Shift +OrgChars=6^ +[NewKey] +Rect=134,38,20,22 +Show= +OrgType=Shift +OrgChars=7& +[NewKey] +Rect=156,38,20,22 +Show= +OrgType=Shift +OrgChars=8* +[NewKey] +Rect=178,38,20,22 +Show= +OrgType=Shift +OrgChars=9( +[NewKey] +Rect=200,38,20,22 +Show= +OrgType=Shift +OrgChars=0) +[NewKey] +Rect=222,38,14,22 +Show= +OrgType=Shift +OrgChars=-_ +[NewKey] +Rect=238,38,15,22 +Show= +OrgType=Shift +OrgChars==+ +[NewKey] +Rect=2,72,9,22 +Show= +OrgType=Shift +OrgChars=`~ +[NewKey] +Rect=13,72,20,22 +Show= +OrgType=Shift +OrgChars=qQ +[NewKey] +Rect=35,72,20,22 +Show= +OrgType=Shift +OrgChars=wW +[NewKey] +Rect=57,72,20,22 +Show= +OrgType=Shift +OrgChars=eE +[NewKey] +Rect=79,72,20,22 +Show= +OrgType=Shift +OrgChars=rR +[NewKey] +Rect=101,72,20,22 +Show= +OrgType=Shift +OrgChars=tT +[NewKey] +Rect=123,72,20,22 +Show= +OrgType=Shift +OrgChars=yY +[NewKey] +Rect=145,72,20,22 +Show= +OrgType=Shift +OrgChars=uU +[NewKey] +Rect=167,72,20,22 +Show= +OrgType=Shift +OrgChars=iI +[NewKey] +Rect=189,72,20,22 +Show= +OrgType=Shift +OrgChars=oO +[NewKey] +Rect=211,72,20,22 +Show= +OrgType=Shift +OrgChars=pP +[NewKey] +Rect=233,72,20,22 +Show= +OrgType=Single +OrgChars=[BackSpace] +[NewKey] +Rect=2,98,20,22 +Show= +OrgType=Single +OrgChars=[CapsLock] +[NewKey] +Rect=24,98,20,22 +Show= +OrgType=Shift +OrgChars=aA +[NewKey] +Rect=46,98,20,22 +Show= +OrgType=Shift +OrgChars=sS +[NewKey] +Rect=68,98,20,22 +Show= +OrgType=Shift +OrgChars=dD +[NewKey] +Rect=90,98,20,22 +Show= +OrgType=Shift +OrgChars=fF +[NewKey] +Rect=112,98,20,22 +Show= +OrgType=Shift +OrgChars=gG +[NewKey] +Rect=134,98,20,22 +Show= +OrgType=Shift +OrgChars=hH +[NewKey] +Rect=156,98,20,22 +Show= +OrgType=Shift +OrgChars=jJ +[NewKey] +Rect=178,98,20,22 +Show= +OrgType=Shift +OrgChars=kK +[NewKey] +Rect=200,98,20,22 +Show= +OrgType=Shift +OrgChars=lL +[NewKey] +Rect=222,98,31,22 +Show= +OrgType=Single +OrgChars=[Enter] +[NewKey] +Rect=2,124,31,22 +Show= +OrgType=Single +OrgChars=[Shift] +[NewKey] +Rect=35,124,20,22 +Show= +OrgType=Shift +OrgChars=zZ +[NewKey] +Rect=57,124,20,22 +Show= +OrgType=Shift +OrgChars=xX +[NewKey] +Rect=79,124,20,22 +Show= +OrgType=Shift +OrgChars=cC +[NewKey] +Rect=101,124,20,22 +Show= +OrgType=Shift +OrgChars=vV +[NewKey] +Rect=123,124,20,22 +Show= +OrgType=Shift +OrgChars=bB +[NewKey] +Rect=145,124,20,22 +Show= +OrgType=Shift +OrgChars=nN +[NewKey] +Rect=167,124,20,22 +Show= +OrgType=Shift +OrgChars=mM +[NewKey] +Rect=189,124,20,22 +Show= +OrgType=Shift +OrgChars=,< +[NewKey] +Rect=211,124,20,22 +Show= +OrgType=Shift +OrgChars=.> +[NewKey] +Rect=233,124,20,22 +Show= +OrgType=Single +OrgChars=[Shift] +[NewKey] +Rect=24,150,20,22 +Show= +OrgType=Shift +OrgChars=[{ +[NewKey] +Rect=46,150,20,22 +Show= +OrgType=Shift +OrgChars=]} +[NewKey] +Rect=68,150,20,22 +Show= +OrgType=Shift +OrgChars=\| +[NewKey] +Rect=90,150,86,22 +Show= +OrgType=Single +OrgChars=[Space] +[NewKey] +Rect=178,150,20,22 +Show= +OrgType=Shift +OrgChars=;: +[NewKey] +Rect=200,150,20,22 +Show= +OrgType=Shift +OrgChars="" +[NewKey] +Rect=222,150,20,22 +Show= +OrgType=Shift +OrgChars=/? + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/exif_cch.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/exif_cch.dat new file mode 100644 index 0000000..9102492 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/exif_cch.dat @@ -0,0 +1,15 @@ + +for Exif2.1 and DCF image files. + +The thumbnail image of the Jpeg file taken a picture of with the digital camera in accordance with "Exif2.1 or DCF" standard is cached. +When this file is deleted, the thumbnail image is not cached. + +Please use "ThumbnailIconMaker.exe" to add the thumbnail image to the picture file that doesn't contain "Exif2.1/DCF thumbnail image". + +------------ + +このファイルは、Exif2.1またはDCF規格に準拠したデジタルカメラ(カメラ付き携帯電話も含む)で撮影されたJpegファイルのサムネイル画像(ファイルアイコン)を最大510枚分一時保管するファイルです。 +このファイルを削除すると、キャッシュを行わなくなります。表示が遅くなるだけでサムネイル画像自体は表示されます。 +また、MoonShell2で表示した画像ファイル(Jpegファイル以外を含む)のサムネイル画像を作成する機能を追加します。 +"Exif2.1/DCFサムネイル画像"を含まない画像ファイルにサムネイル画像を付加するときは、"ThumbnailIconMaker.exe"を使用してください。 + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/launch.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/launch.dat new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/launch.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/m4acover.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/m4acover.dat new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/m4acover.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/moonshl2.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/moonshl2.dat new file mode 100644 index 0000000..e9784eb Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/moonshl2.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/overlay.dll b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/overlay.dll new file mode 100644 index 0000000..de17311 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/overlay.dll differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/playlist.all b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/playlist.all new file mode 100644 index 0000000..d71a6e1 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/playlist.all @@ -0,0 +1,6 @@ +/ + +L+R+Aボタンのディスク内全曲再生で検索するフォルダをフルパスで指定します。 +通常は、/(全てのフォルダ)を指定してください。 +フルパスの最後に / を付けないでください。256バイトを超えないでください。UTF-8で記述してください。ドライブ名を付けないでください。大文字小文字を正確に指定してください。 + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/prgjpeg.$$$ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/prgjpeg.$$$ new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/prgjpeg.$$$ differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/resume.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/resume.dat new file mode 100644 index 0000000..a64a5a9 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/resume.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/resume.pls b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/resume.pls new file mode 100644 index 0000000..593f470 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/resume.pls differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/resume.vid b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/resume.vid new file mode 100644 index 0000000..593f470 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/resume.vid differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/sc88proe.bin b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/sc88proe.bin new file mode 100644 index 0000000..abe7cc2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/sc88proe.bin differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/sndeff.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/sndeff.dat new file mode 100644 index 0000000..7516481 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/sndeff.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/splash.ani b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/splash.ani new file mode 100644 index 0000000..26d03e1 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/splash.ani differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/swapfile.$$$ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/swapfile.$$$ new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/internal/swapfile.$$$ differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language.dat new file mode 100644 index 0000000..f606fed Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language.set b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language.set new file mode 100644 index 0000000..90b14d4 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language.set @@ -0,0 +1,2 @@ +932 +FIRST diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.000 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.000 new file mode 100644 index 0000000..65fd758 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.000 differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.101 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.101 new file mode 100644 index 0000000..13148a8 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.101 differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.866 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.866 new file mode 100644 index 0000000..7de8732 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.866 differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.932 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.932 new file mode 100644 index 0000000..3134896 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.932 differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.933 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.933 new file mode 100644 index 0000000..bf3de3a Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.933 differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.936 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.936 new file mode 100644 index 0000000..e4b740f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.936 differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.949 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.949 new file mode 100644 index 0000000..c52ce28 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.949 differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.950 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.950 new file mode 100644 index 0000000..658cd42 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/chrglyph.950 differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.000 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.000 new file mode 100644 index 0000000..e5eb858 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.000 @@ -0,0 +1,611 @@ + +; MoonShell2 language resource for 'CP000'. +; Encoding format is UTF-8. FORCETAG + +Author=Densetsu3000 +Target=ENG / English + +; ---------------------------- + +TextFontFolderName=tfonteng + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. +DateTimeFormat=YYYYMMDD + +; ---------------------------- + +CD_CheckDisk_Start=Quick DiskCheck initiated. +CD_CheckDisk_End=Quick DiskCheck successfully completed. + +CD_FatalError_Title=A fatal error has occurred! +CD_FatalError_DuplicatedArea0=Several files are using the same disk space. +CD_FatalError_DuplicatedArea1=Some files are already corrupt. +CD_FatalError_BrokenEntry0=Direct entry is abnormal. +CD_FatalError_BrokenEntry1=More than one file is corrupt. +CD_FatalError_IlligalClusterLink0=Cluster link has been interrupted. +CD_FatalError_IlligalClusterLink1=File is possibly corrupt. +CD_FatalError_BrokenDirectoryLink0=Direct re-entry is abormal. +CD_FatalError_BrokenDirectoryLink1=Folder is corrupt. +CD_FatalError_BrokenUnicode0=Direct re-entry is abormal. +CD_FatalError_BrokenUnicode1=Long file name has been broken. +CD_FatalError_FileSizeError0=The displayed filesize and +CD_FatalError_FileSizeError1=the actual filesize are different. +CD_FatalError_UnknownError=Unknown error +CD_FatalError_RecoveryMsg0=Recovery method: +CD_FatalError_RecoveryMsg1=Backup all files to hard disk, +CD_FatalError_RecoveryMsg2=and recopy after formatting card. +CD_FatalError_StopApplication=Application terminated. + +CD_NotSupportDiskSize_Title=Can not handle disk format. +CD_NotSupportDiskSize_Msg0=Disk size is too large, or +CD_NotSupportDiskSize_Msg1=cluster size is too small. +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=Recovery method: +CD_NotSupportDiskSize_RecoveryMsg1=Try to reformat the card +CD_NotSupportDiskSize_RecoveryMsg2=with a bigger cluster size. +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=Checking for duplicate clusters & fragments. + +CD_CheckFATType_Title=Checking FAT type. + +CD_FATType_UnknownFATType=Unknown FAT type. + +CD_WriteTest_Title=Performing disk read/write test. + +CD_WriteError_Title=Failed disk access test. +CD_WriteError_Msg0=. Very little free disk space left. +CD_WriteError_Msg1=. Incompatible DLDI driver. +CD_WriteError_Msg2=. Poor contact between SD card / flashcart. +CD_WriteError_Msg3=. Managed disk area is corrupt. +CD_WriteError_Msg4= +CD_WriteError_Msg5=Probably some other source. +CD_WriteError_Msg6= +CD_WriteError_Msg7=Application terminated as a precaution. + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=Could not open file +ERRMSG1_MemoryOverflow_CanRecovery=due to low memory. +ERRMSG2_MemoryOverflow_CanRecovery=Tap this window to close. + +ERRMSG0_NotSupportFileFormat=The format isn't supported, +ERRMSG1_NotSupportFileFormat=or the file might be corrupt. +ERRMSG2_NotSupportFileFormat=Tap this window to close. + +ERRMSG0_ProgressiveJpeg=Progressive JPEG files +ERRMSG1_ProgressiveJpeg=are not supported. +ERRMSG2_ProgressiveJpeg=Tap this window to close. + +ERRMSG0_Text0byte=Blank text file. +ERRMSG1_Text0byte=Can not open 0byte files. +ERRMSG2_Text0byte=Tap this window to close. + +ERRMSG0_OverflowLargeImage=The image is too large. +ERRMSG1_OverflowLargeImage=Maximum size is about 5MP. +ERRMSG2_OverflowLargeImage=Tap this window to close. + +ERRMSG0_NotFoundMusicFile=Unable to locate any music +ERRMSG1_NotFoundMusicFile=files in the specified folder. +ERRMSG2_NotFoundMusicFile=Tap this window to close. + +ERRMSG0_UnknownError=An unknown internal +ERRMSG1_UnknownError=error has occurred. +ERRMSG2_UnknownError=Please turn off the DS. + +; ---------------------------- + +Setup_Help1= +Setup_Help2=Only items requiring setup are displayed below. +Setup_Help3= +Setup_Help4=To view all settings press START at the file list +Setup_Help5=and open the GUI Settings. +Setup_Help6= +Setup_Help7=Button settings have changed considerably. +Setup_Help8=Please refer to the KeyMap.txt file. +Setup_Help9= +Setup_Help10= +Setup_Help11= + +Setup_BootCheckDisk=Always run DiskCheck on boot. +Setup_ClickSound=Enable sound effects. +Setup_FileListMode=File List Display Mode +Setup_FileListMode_Single=Show filenames on 1 line. +Setup_FileListMode_Double=Split long filenames into 2 lines. +Setup_SkipSetup=Don't show this screen next time. +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=File Info +Launch_FileInfo_Relational=Related File Info +Launch_Size=Size: %dbytes (%dMbits) +Launch_Create=Created: %s %d:%02d:%02d +Launch_Update=Modified: %s %d:%02d:%02d +Launch_NotFoundRelationalFile=File not found. + +; ---------------------------- + +FL_Help0= +FL_Help1= +FL_Help2=X/Y: Decrease/Increase Volume +FL_Help3=START: System Menu (GUI Settings) +FL_Help4= +FL_Help5=L + A/B: Play Next/Previous Track +FL_Help6=L + X/Y: Adjust Brightness +FL_Help7= +FL_Help8=Hold L or R: Back/Forward Seek +FL_Help9=L or R Double-Tap: Play Previous/Next Track +FL_Help10=L Triple-Tap: Pause +FL_Help11=R Triple-Tap: Initiate Standby Mode + +; ---------------------------- + +FL_Popup_Pause_Play=PLAY +FL_Popup_Pause_Pause=PAUSE +FL_Popup_PreviousFile=Previous file +FL_Popup_NextFile=Next file +FL_Popup_Volume=Volume. %d%% +FL_Popup_BacklightLevel=Level. %d +FL_Popup_PlayMode_Repeat=Repeat +FL_Popup_PlayMode_AllRep=All repeat +FL_Popup_PlayMode_Shuffle=Shuffle +FL_Popup_Seek=Seek %s +FL_Popup_NotFoundMoonMemoFolder=not found /moonmemo folder. + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=File-Delete Error Dialog +FL_DeleteFileDialog_NotFoundDustBox_Line0=Can not find the Trash folder. +FL_DeleteFileDialog_NotFoundDustBox_Line1=Please refer to +FL_DeleteFileDialog_NotFoundDustBox_Line2=/Manuals/DustBox.txt. + +FL_DeleteFileDialog_DisabledDustBox_Title=File-Delete Error Dialog +FL_DeleteFileDialog_DisabledDustBox_Line0=Please delete files within the +FL_DeleteFileDialog_DisabledDustBox_Line1=Trash folder from Windows. +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=File-Delete Error Dialog +FL_DeleteFileDialog_DisabledSystemFolder_Line0=Unable to perform functions on +FL_DeleteFileDialog_DisabledSystemFolder_Line1=files in the system (moonshl2) +FL_DeleteFileDialog_DisabledSystemFolder_Line2=folder. + +FL_DeleteFileDialog_DisabledMoveFolder_Title=File-Delete Error Dialog +FL_DeleteFileDialog_DisabledMoveFolder_Line0=Unable to navigate folders. +FL_DeleteFileDialog_DisabledMoveFolder_Line1= +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=File-Delete Confirmation Dialog +FL_DeleteFileDialog_Question_Line0=Do you really want to delete this file? +FL_DeleteFileDialog_Question_Line1=Press L+R+A to Confirm. +FL_DeleteFileDialog_Question_Line2=Press B to Cancel. + +FL_DeleteFileDialog_Question_EasyDelete_Title=File-Delete Confirmation Dialog +FL_DeleteFileDialog_Question_EasyDelete_Line0=Do you really want to delete this file? +FL_DeleteFileDialog_Question_EasyDelete_Line1=Press X+A to Confirm. +FL_DeleteFileDialog_Question_EasyDelete_Line2=Press B to Cancel. + +FL_DeleteFileDialog_Success_Title=File-Delete Confirmation Dialog +FL_DeleteFileDialog_Success_Line0=The file has been moved to Trash. +FL_DeleteFileDialog_Success_Line1=Please delete files within the +FL_DeleteFileDialog_Success_Line2=Trash folder from Windows + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=Online Help - While Holding L... +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L + Left : Show MP3 Controls +FL_HelpLeft_Line3=L + Right : Next Track +FL_HelpLeft_Line4=L + Up : Pause +FL_HelpLeft_Line5=L + Down : Toggle Playback Mode +FL_HelpLeft_Line6=L + A / B: Next / Previous Track +FL_HelpLeft_Line7=L + X / Y: Adjust Brightness +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L+R Simultaneously: Pause +FL_HelpLeft_Line10=L Double-Tap + Hold: Seek Backward 1% +FL_HelpLeft_Line11=L Double-Tap: Previous Track + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=Online Help - While Holding R... +FL_HelpRight_Line1= +FL_HelpRight_Line2=R + Left / Right : Seek Backward / Forward 1% +FL_HelpRight_Line3=R + Up / Down : Seek Backward / Forward 5% +FL_HelpRight_Line4=R+A : Play All Tracks in Folder +FL_HelpRight_Line5=L+R+A : Play All Tracks on SD Card +FL_HelpRight_Line6= +FL_HelpRight_Line7=L+R Simultaneously: Pause +FL_HelpRight_Line8=R Double-Tap + Hold: Seek Forward 1% +FL_HelpRight_Line9=R Double-Tap: Next Track +FL_HelpRight_Line10=R Triple-Tap: Standby Mode + +; ---------------------------- + +SysMenu_MemoList=Open memo list +SysMenu_MemoList_NotFound=Can't found %s +SysMenu_FileListMode=Toggle 1-Line/2-Line Mode +SysMenu_Customize=GUI /Audio Settings +SysMenu_RestoreBG=Restore Default Wallpaper +SysMenu_Firmware=Exit to Firmware +SysMenu_Firmware_NotFound=Cannot locate %s + +; ---------------------------- + +SubMenu_Title=Select menu +SubMenu_AppLauncher=App launcher +SubMenu_AudioPlayer=Audio player +SubMenu_SystemMenu=System menu +SubMenu_PowOffTimer_Set=POffTimer %dmin +SubMenu_PowOffTimer_SetHelp=L/R to set. +SubMenu_PowOffTimer_LastTime=LastTime %d:%02d +SubMenu_BottomHelp=Both A and select button are the decisions. + +; ---------------------------- + +CS_Help0=Configuring GUI & Audio Settings +CS_Help1= +CS_Help2=When finished, tap the "Apply" button +CS_Help3=at the bottom to save your changes. +CS_Help4= +CS_Help5=Press SELECT while viewing an image, +CS_Help6=video or text file to access the settings +CS_Help7=for those file formats. +CS_Help8= +CS_Help9=You can also find add-on functions for +CS_Help10=MoonShell within the /moonshl2/moonshl2.ini +CS_Help11=file. + +CS_Title=GUI Settings + +CS_PageTab_Title=Category +CS_PageTab_Global=Global +CS_PageTab_FileList=FileList +CS_PageTab_ScreenSaver=ScrSaver +CS_PageTab_Music=Music + +CS_Cancel=Cancel +CS_Ok=Apply + +; ---------------------------- + +CSG_SkipSetup=Do not show Initial Setup on boot. +CSG_BootCheckDisk=Always run DiskCheck on boot. + +CSG_ClickSound=Enable sound effects. +CSG_EnableFadeEffect=Enable fade transition effect. +CSG_AutoLastState=Start MoonShell from Recent Files. +CSG_LRKeyLockTitle=L/R key use limitation. +CSG_LRKeyLockAlwayOff=Alway OFF +CSG_LRKeyLockRelationalPanel=Relational panel +CSG_LRKeyLockAlwayOn=Alway ON +CSG_EnableResumeFunction=Resume information is regularly preserved. +CSG_EnableScreenCapture=DSi uses the screen capture. +CSG_SpeakerPowerOffWhenPanelClosed=When the lid is shut, the speaker power supply is turned off. + +CSF_MoveFolderLocked=Lock folder navigation. +CSF_HiddenFilenameExt=Hide filename extensions. +CSF_HiddenNotSupportFileType=Hide unsupported files. +CSF_HiddenNDSROMFile=Hide NDSROM files. +CSF_EnableFileInfo=Display file info in the File List. +CSF_ShowOnlineHelp_LRButton=Help of the L/R button is displayed. +CSF_BButtonToFolderUp=The cursor goes out of the folder when B button. +CSF_EasyDeleteKey=The deletion is executed with the X+A button. +CSF_UseJpegExifThumbnail=The thumbnail image is displayed by using Jpeg EXIF. +CSF_ShowCoverImage=The jacket images such as M4A and MP3 are displayed. +CSF_HideAttribute_Title=Hide file attributes +CSF_HideAttribute_Archive=Archive +CSF_HideAttribute_Hidden=Hidden +CSF_HideAttribute_System=System +CSF_HideAttribute_ReadOnly=ReadOnly + +CSS_EnabledScreenSaver=Use screen saver. +CSS_Use24hFormat=Time is 24 hour system. +CSS_ScreenSaverTitle=Type +CSS_ScreenSaverNormal=Std +CSS_ScreenSaverDigital=Digital +CSS_ScreenSaverExtend=Extra +CSS_ScreenSaverBGTitle=Bckgrnd +CSS_ScreenSaverBGSkinDefault=Default +CSS_ScreenSaverBGTopScreen=Top Screen +CSS_ScreenSaverBGBottomScreen=Bottom Screen +CSS_ScreenSaverTimeOutSecTitle=IdleTime +CSS_ScreenSaverTimeOutSec5sec=5 +CSS_ScreenSaverTimeOutSec10sec=10 +CSS_ScreenSaverTimeOutSec30sec=30 +CSS_ScreenSaverTimeOutSec60sec=60 +CSS_ScreenSaverTimeOutSecOff=The backlight is turned off. +CSS_ShowID3Tag=Show ID3 tags. + +CSM_PlayListEndTitle=When playlist ends. +CSM_PlayListEndLoop=Loop +CSM_PlayListEndStop=Stop +CSM_PlayListEndPowerOff=PowerOff + +; ---------------------------- + +ACS_Help0=Configuring music player settings +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4=The playback might jump if you play +ACS_Help5=music which uses CPU heavily +ACS_Help6=while calculating spectle analyzer. +ACS_Help7= +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=Music player settings + +ACS_AlwaysUsedAudioPlayer=The music player is always used. +ACS_PauseWhenStopped=Returns to the file list after the pause is done. +ACS_DrawPlayList=Show play list to the top screen. +ACS_DrawSpectrumAnalyzer=A spectrum analyzer is displayed. + +; ---------------------------- + +DCS_Help0=Configuring Video Playback Settings +DCS_Help1= +DCS_Help2=When finished with the settings, tap +DCS_Help3=the "Apply" button at the bottom to +DCS_Help4=save your changes. +DCS_Help5= +DCS_Help6=Warning: +DCS_Help7=Increasing the processing speed during +DCS_Help8=playback (FastStart) can cause videos +DCS_Help9=with high framerates and bitrates to lag. +DCS_Help10= +DCS_Help11= + +DCS_Title=Video Playback Mode Settings + +DCS_EnabledFastStart=Enable FastStart video playback. +DCS_PauseWhenPanelClosed=Pause video when the DS is closed. +DCS_EnableIndividualResume=Enable individual resume. +DCS_ControlPowerLED=Power supply LED is turned off. +DCS_InverseVisual_PlayPause=Change skin. Play vs pause icon. +DCS_EverytimeStopOfEnd=The screen returns whenever the video ends. +DCS_WhenLateDecodingWaitPause=When late decoding, wait pause. +DCS_BacklightTimeOutTitle=Backlight timeout (sec) +DCS_BacklightTimeOutOff=Off +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=Volume +DV_VolumeValue=%d%% +DV_VolumeMute=Mute +DV_VolumeMax=MAX + +; ---------------------------- + +DV_Popup_Pause_Play=PLAY +DV_Popup_Pause_Pause=PAUSE +DV_Popup_PreviousFile=Previous file +DV_Popup_NextFile=Next file +DV_Popup_Volume=Volume. %d%% +DV_Popup_Seek=Seek %ssec +DV_Popup_BacklightLevel=Level. %d + +; ---------------------------- + +ICS_Help0=Configuring Image Display Settings +ICS_Help1= +ICS_Help2=When finished with the settings, tap +ICS_Help3=the "Apply" button at the bottom to +ICS_Help4=save your changes. +ICS_Help5= +ICS_Help6=You can set an image as wallpaper by +ICS_Help7=pressing START while viewing the image. +ICS_Help8=To restore the default wallpaper, press +ICS_Help9=START at the file list and select +ICS_Help10="Restore Default Wallpaper" from the +ICS_Help11=System Menu. + +ICS_Title=Image Display Mode Settings + +ICS_ShowInfomation=Show file info and help. +ICS_ShowControlIcons=Show control icons. +ICS_DoubleSpeedKey=Increase button sensitivity. +ICS_DoubleSpeedTouch=Increase touch screen sensitivity. +ICS_MultipleResume=Remember zoom. +ICS_AutoFitting=Auto-fit large JPEGs. +ICS_EnabledProgressiveJpeg=Enabled progressive jpeg format. +ICS_StartPosTitle=Start Position Display: +ICS_StartPosLeftTop=Up-Lt +ICS_StartPosRightTop=Up-Rt +ICS_StartPosLeftBottom=Down-Lt +ICS_StartPosRightBottom=Down-Rt +ICS_AutoNextTimeSecTitle=Auto next +ICS_AutoNextTimeSecOff=Off +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=Information is displayed to top screen. +ICS_EffectTitle=Enable effects when changing wallpapers. +ICS_EffectHeightPadding=Account for gap between screens. +ICS_EffectPastelForTopBG=Apply transparency to top screen. +ICS_EffectPastelForBottomBG=Apply transparency to bottom screen. + +; ---------------------------- + +IV_LoadMsg0=The image is loading. +IV_LoadMsg1=Please wait a moment... + +IV_Help1=START: Set Wallpaper | Select: Settings +IV_Help2=Y: 50% | X: 200% | A: 100% | B: Return + +; ---------------------------- + +IV_Popup_BacklightLevel=Level. %d +IV_Popup_Zoom=Zoom %d%% +IV_Popup_Pause_Play=PLAY +IV_Popup_Pause_Pause=PAUSE +IV_Popup_PreviousFile=Previous file +IV_Popup_NextFile=Next file +IV_Popup_Seek=Seek %s + +; ---------------------------- + +TCS_Help0=Configuring Text Display Settings +TCS_Help1= +TCS_Help2=When finished with the settings, tap +TCS_Help3=the "Apply" button at the bottom to +TCS_Help4=save your changes. +TCS_Help5= +TCS_Help6=Warning Regarding ClearType Fonts: +TCS_Help7=Text viewed on the top screen of the +TCS_Help8=original DS "Phat" may appear extremely +TCS_Help9=blurry. +TCS_Help10= +TCS_Help11= + +TCS_Title=Text Display Mode Settings + +TCS_TopScrModeTitle=Top Screen Display Mode: +TCS_TopScrModeLightOff=Off +TCS_TopScrModeText=Text +TCS_TopScrModeClock=Time & Information + +TCS_ScreenSaverTitle=Screen saver +TCS_ScreenSaverNormal=Standard +TCS_ScreenSaverDigital=Digital +TCS_ScreenSaverExtend=Extra + +TCS_LineSpaceTitle=Spacing +TCS_LineSpaceSmall=Narrow +TCS_LineSpaceMiddle=Normal +TCS_LineSpaceLarge=Wide + +TCS_FontSizeTitle=Text size +TCS_FontSizeSmall=Small (12pix) +TCS_FontSizeMiddle=Medium (14pix) +TCS_FontSizeLarge=Large (16pix) + +TCS_ClearTypeFontTitle=Clear type +TCS_ClearTypeFontNone=None +TCS_ClearTypeFontLite=Thin +TCS_ClearTypeFontNormal=Standard +TCS_ClearTypeFontHeavy=Bold + +TCS_UseSmoothScroll=Use smooth scroll. + +TCS_CPTitle=Code page +TCS_CP437=CP437 (US, AUS) +TCS_CP850=CP850 (DOS) +TCS_CP1252=CP1252 (Windows) + +TCS_DetectCharCodeTitle=Encoding Auto-Detect Type + +; ---------------------------- + +TV_SelEnc_Title=Please choose the text encoding type. +TV_SelEnc_Items_AutoDetect=Auto detect +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=Boot text editor. +TV_SelEnc_Help_Normal=Press A to OK, B to cancel. +TV_SelEnc_Help_NoEdit0=The file that exceeds 128kbyte +TV_SelEnc_Help_NoEdit1=cannot be edited. + +; ---------------------------- + +TV_PRG_LoadExtendFont=Loading extended fonts... +TV_PRG_LoadTextFile=Loading text file... +TV_PRG_DetectTextEncode=Detecting text encoding... +TV_PRG_DetectReturnCode=Detecting return code... +TV_PRG_ConvertToUnicode=Converting to Unicode... + +TV_UncertainFormat1=Uncertain format detected. +TV_UncertainFormat2=Start with A button long press if wrong. + +TV_Help1=A: Page Scroll / B: Return +TV_Help2=X/Y: Bookmark Save Load Menu +TV_Help3=Select: Config / Encoding: %s +TV_Info=Line: %d / %d Lines (%.2f%%) + +TV_BookmarkText_LoadTitle=Bookmark Load Menu +TV_BookmarkText_SaveTitle=Bookmark Save Menu +TV_BookmarkText_Empty=%d: Not saved. +TV_BookmarkText_Info=%d: %d Line(s) %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=Level. %d +TV_Popup_Bookmark_Load= +TV_Popup_Bookmark_Empty=Canceled. +TV_Popup_Bookmark_Save=Saved. +TV_Popup_Pause_Play=PLAY +TV_Popup_Pause_Pause=PAUSE +TV_Popup_PreviousFile=Previous file +TV_Popup_NextFile=Next file +TV_Popup_Seek=Seek %s +TV_Popup_MoveToTop=Move to top. +TV_Popup_MoveToLast=Move to last. + +; ---------------------------- + +ME_Help0=Notepad Edit Mode +ME_Help1= +ME_Help2=D/L/U/R: Black/Red/Green/Blue +ME_Help3=Y / X: Thin / Bold Line Toggle +ME_Help4=A / B: Save and Exit +ME_Help5=SELECT: Undo +ME_Help6=Press L/R and touch: Erase +ME_Help7= +ME_Help8=Shut down the DS to +ME_Help9=quit without saving. + +; ---------------------------- + +MemoList_Title=Memo list mode. + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=Touch screen: Create new page. +MemoList_Help3=START button long press: Delete page on cursor. + +; ---------------------------- + +MemoEdit_FileInfo_Open=Opened an existing file. +MemoEdit_FileInfo_Edited=Editing. File will be automatically saved. +MemoEdit_FileInfo_Create=Opened in "New File" mode. + +MemoEdit_SavingNow=Saving changes to BMP file... + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=Can not judge automatically. +TE_File_SelectEncode_Title2=Please select text encode type. + +TE_skk_DicSystem_PreloadDic=Preloading dictionary. + +TE_skk_ExitMenu_Title=EXIT MENU +TE_skk_ExitMenu_Items_Cancel=Cancel. +TE_skk_ExitMenu_Items_Overwrite=Overwrite save and exit. +TE_skk_ExitMenu_Items_SaveAs=Save as name and exit. +TE_skk_ExitMenu_Items_CreateNew=Create new. +TE_skk_ExitMenu_Items_NoSaveExit=Exit without saving. +TE_skk_ExitMenu_SavePrgMsg1=Save text file and reboot... +TE_skk_ExitMenu_SavePrgMsg2=Please don't turn off power. + +TE_SysMsg_ClipBoard_Empty=Clipboard is empty. +TE_SysMsg_ClipBoard_Pasted=Clipboard pasted. +TE_SysMsg_ClipBoard_Copied=Selected text copy to clipboard. + +TE_OSKHW_Model_ModelResults_Selector_Title=Please choose a correct character. +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=May I register +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=this handwriting data to +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=the models dictionary? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=REGIST +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=CANCEL + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.002 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.002 new file mode 100644 index 0000000..4ebecad --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.002 @@ -0,0 +1,613 @@ + +; MoonShell2.05 language resource for 'CP002 Deutsch'. +; Encoding format is UTF-8. + +Author=15peaces(15peaces.webs.com) +Comment=DEUTSCH +Target=GER / German + +; ---------------------------- + +TextFontFolderName=tfonteng + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. Select in your country. +DateTimeFormat=DDMMYYYY + +; ---------------------------- + +CD_CheckDisk_Start=CheckDisk gestartet. +CD_CheckDisk_End=CheckDisk verlief fehlerfrei. + +CD_FatalError_Title=!! SCHWERER FEHLER !! +CD_FatalError_DuplicatedArea0=Datei(en) doppelt im gleichen verz. +CD_FatalError_DuplicatedArea1=einige Dateien wurden beschädigt! +CD_FatalError_BrokenEntry0=fehlerhafte Verzeichniseinträge! +CD_FatalError_BrokenEntry1=einige Dateien wurden beschädigt! +CD_FatalError_IlligalClusterLink0=Cluster-Links beschädigt! +CD_FatalError_IlligalClusterLink1=einige Dateien wurden evtl. beschädigt! +CD_FatalError_BrokenDirectoryLink0=Verzeichniseintrag beschädigt! +CD_FatalError_BrokenDirectoryLink1=Verzeichnis defekt! +CD_FatalError_BrokenUnicode0=Verzeichniseintrag beschädigt! +CD_FatalError_BrokenUnicode1=Datei mit zu langem Namen defekt! +CD_FatalError_FileSizeError0=Größe im Verzeichniseintrag +CD_FatalError_FileSizeError1=und Dateigröße sind unterschiedlich! +CD_FatalError_UnknownError=Unbekannter Fehler! +CD_FatalError_RecoveryMsg0=Fehler beheben: +CD_FatalError_RecoveryMsg1=Alle Dateien sichern +CD_FatalError_RecoveryMsg2=SD Formatieren +CD_FatalError_StopApplication=Check Disk wurde angehalten! + +CD_NotSupportDiskSize_Title=Nicht unterstütztes Format! +CD_NotSupportDiskSize_Msg0=Entweder ist die SD zu groß +CD_NotSupportDiskSize_Msg1=oder die Clustergröße zu klein! +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=Fehler beheben: +CD_NotSupportDiskSize_RecoveryMsg1=SD mit größerer Cluster- +CD_NotSupportDiskSize_RecoveryMsg2=größe formatieren. +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=Auf Cluster- Fehler Prüfen + +CD_CheckFATType_Title=prüfe FAT- Dateisystem + +CD_FATType_UnknownFATType=Unbekanntes FAT- Dateisystem + +CD_WriteTest_Title=Lese-/Schreibtest + +CD_WriteError_Title=Zugriffstest fehlgeschlagen! +CD_WriteError_Msg0=Mögliche Gründe: +CD_WriteError_Msg1=-falscher DLDI- Treiber +CD_WriteError_Msg2=-SD- und/oder Adapter inkompatibel +CD_WriteError_Msg3=-Dateisystem beschädigt! +CD_WriteError_Msg4=-Zu wenig Speicherplatz vorhanden +CD_WriteError_Msg5= +CD_WriteError_Msg6=Check Disk wurde aus Sicherheits- +CD_WriteError_Msg7=gründen angehalten! + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=Zu wenig RAM! Datei +ERRMSG1_MemoryOverflow_CanRecovery=kann nicht geöffnet werden! +ERRMSG2_MemoryOverflow_CanRecovery=(antippen zum schließen!) + +ERRMSG0_NotSupportFileFormat=Unbekanntes Dateiformat +ERRMSG1_NotSupportFileFormat=oder beschädigte Datei. +ERRMSG2_NotSupportFileFormat=(antippen zum schließen!) + +ERRMSG0_ProgressiveJpeg=Progressive JPEGs werden +ERRMSG1_ProgressiveJpeg=nicht unterstützt! +ERRMSG2_ProgressiveJpeg=(antippen zum schließen!) + +ERRMSG0_Text0byte=Leere Textdatei! +ERRMSG1_Text0byte=Wird nicht geöffnet! +ERRMSG2_Text0byte=(antippen zum schließen!) + +ERRMSG0_OverflowLargeImage=Das Bild ist zu groß. +ERRMSG1_OverflowLargeImage=Max. Größe: 500 Millionen Pixel! +ERRMSG2_OverflowLargeImage=(antippen zum schließen!) + +ERRMSG0_NotFoundMusicFile=Es befindet sich keine eine Musik- +ERRMSG1_NotFoundMusicFile=datei in diesem Verzeichnis! +ERRMSG2_NotFoundMusicFile=(antippen zum schließen!) + +ERRMSG0_UnknownError=UNBEKANNTER FEHLER! +ERRMSG1_UnknownError=Moonshell muss beendet werden! +ERRMSG2_UnknownError=Bitte den DS ausschalten! + +; ---------------------------- + +Setup_Help0=MoonShell Version 2.10 +Setup_Help1=Übersetzung by 15peaces +Setup_Help2=http://15peaces.webs.com +Setup_Help3=[V.1.03 für Stable 10] +Setup_Help4=Einige wichtige Einstellungen: +Setup_Help5=(Um alle Einstellungen zu ändern, im Datei- +Setup_Help6=browser START drücken und 'Einstellungen' +Setup_Help7=öffnen!) +Setup_Help8= +Setup_Help9=Die Tastenbelegung hat sich geändert! +Setup_Help10=Näheres dazu hier: 'manuals/KeyMap.txt'! +Setup_Help11= + +Setup_BootCheckDisk=SD/CF bei jedem Start auf Fehler prüfen +Setup_ClickSound=Tasten- Klicksound aktivieren +Setup_FileListMode=Dateimanager Modus: +Setup_FileListMode_Single=eine Zeile pro Dateiname +Setup_FileListMode_Double=zwei Zeilen pro Dateiname +Setup_LRClickLongSeek=L/R- MP3- Steuerung aktivieren +Setup_SkipSetup=Nicht wieder anzeigen +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=Datei Informationen: +Launch_FileInfo_Relational=Relative Datei Informationen: +Launch_Size=Groesse : %dbyte (%dMbit) +Launch_Create=Erstellt : %s %d:%02d:%02d +Launch_Update=Geaendert : %s %d:%02d:%02d +Launch_NotFoundRelationalFile=Datei nicht gefunden. + +; ---------------------------- + +FL_Help0= +FL_Help1=X/Y : Lautstärke +/- +FL_Help2=START : Systemmenü +FL_Help3= +FL_Help4=L+A/B : nächste/vorherige Datei +FL_Help5=L+X/Y : Lichthelligkeit +FL_Help6=R+UDLR : Vor/zurück spulen +FL_Help7= +FL_Help8=L/R drücken/halten : Vor/zurück spulen +FL_Help9=L/R Doppelklick : nächste/vorherige Datei +FL_Help10=L Dreifachklick : Play/pause +FL_Help11=R Dreifachklick : stand-by Modus + +; ---------------------------- + +FL_Popup_Pause_Play=Play +FL_Popup_Pause_Pause=Pause +FL_Popup_PreviousFile=Vorige Datei +FL_Popup_NextFile=Nächste Datei +FL_Popup_Volume=Lautst. %d%% +FL_Popup_BacklightLevel=Licht %d +FL_Popup_PlayMode_Repeat=Repeat +FL_Popup_PlayMode_AllRep=All Repeat +FL_Popup_PlayMode_Shuffle=Zufall +FL_Popup_Seek=Spule %s +FL_Popup_NotFoundMoonMemoFolder=/moonmemo nicht gefunden + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=Löschen - Fehler +FL_DeleteFileDialog_NotFoundDustBox_Line0=Papierkorb nicht gefunden. +FL_DeleteFileDialog_NotFoundDustBox_Line1=Bitte lies hierzu +FL_DeleteFileDialog_NotFoundDustBox_Line2=/Manuals/DustBox.txt. + +FL_DeleteFileDialog_DisabledDustBox_Title=Löschen - Fehler +FL_DeleteFileDialog_DisabledDustBox_Line0=Bitte lösche Dateien direkt +FL_DeleteFileDialog_DisabledDustBox_Line1=am PC. +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=Löschen - Fehler +FL_DeleteFileDialog_DisabledSystemFolder_Line0=Moonshell 2.0 systemdatei! +FL_DeleteFileDialog_DisabledSystemFolder_Line1=Systemdateien sind +FL_DeleteFileDialog_DisabledSystemFolder_Line2=schreibgeschützt! + +FL_DeleteFileDialog_DisabledMoveFolder_Title=Löschen - Fehler +FL_DeleteFileDialog_DisabledMoveFolder_Line0=Kann nicht auf Ordner +FL_DeleteFileDialog_DisabledMoveFolder_Line1=zugreifen! +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=Loeschen bestätigen +FL_DeleteFileDialog_Question_Line0=Wirklich löschen? +FL_DeleteFileDialog_Question_Line1=L+R+A : löschen +FL_DeleteFileDialog_Question_Line2=B : abbrechen + +FL_DeleteFileDialog_Question_EasyDelete_Title=Löschen bestätigen +FL_DeleteFileDialog_Question_EasyDelete_Line0=Wirklich löschen? +FL_DeleteFileDialog_Question_EasyDelete_Line1=X+A : löschen +FL_DeleteFileDialog_Question_EasyDelete_Line2=B : Abbrechen + +FL_DeleteFileDialog_Success_Title=Löschen +FL_DeleteFileDialog_Success_Line0=Datei in Papierkorb +FL_DeleteFileDialog_Success_Line1=verschoben! Bitte am +FL_DeleteFileDialog_Success_Line2=PC entgültig löschen! + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=Interaktive Hilfe +FL_HelpLeft_Line1=Aktionen mit L: +FL_HelpLeft_Line2=L+lft: MP3-Toolbar +FL_HelpLeft_Line3=L+rgt: Nächster Titel +FL_HelpLeft_Line4=L+up: Pause +FL_HelpLeft_Line5=L+dwn : Abspielmodus +FL_HelpLeft_Line6=L+A/B: Nächst./Vorh. Titel +FL_HelpLeft_Line7=L+X/Y: Helligkeit x/- +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L+R gleichz.: Pause +FL_HelpLeft_Line10=L doppelt + halten: 1% rückspulen +FL_HelpLeft_Line11=L doppelt: Vorh. Titel + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=Interaktive Hilfe +FL_HelpRight_Line1=Aktionen mit R: +FL_HelpRight_Line2=R+lft/rgt: 1% Rück/Vor +FL_HelpRight_Line3=R+up/dwn: 5% Rück/Vor +FL_HelpRight_Line4=R+A: Spiele alle Lieder des Ordners +FL_HelpRight_Line5=L+R+A: Spiele alle Lieder der Karte +FL_HelpRight_Line6= +FL_HelpRight_Line7=L+R gleichz.: Pause +FL_HelpRight_Line8=R doppelt + halten: 1% vorw. spulen +FL_HelpRight_Line9=R doppelt: Nächster Titel +FL_HelpRight_Line10=R dreifach: Standby-Modus + +; ---------------------------- + +SysMenu_MemoList=Notizen +SysMenu_MemoList_NotFound=%s fehlt +SysMenu_FileListMode=1-/2-Zeilen Modus(Browser) +SysMenu_Customize=Einstellungen +SysMenu_RestoreBG=Hintergrund zurücksetzen +SysMenu_Firmware=zur Firmware +SysMenu_Firmware_NotFound=%s fehlt + +; ---------------------------- + +SubMenu_Title=Select Menü +SubMenu_AppLauncher=App launcher +SubMenu_AudioPlayer=Audioplayer +SubMenu_SystemMenu=System Menü +SubMenu_PowOffTimer_Set=POffTimer %dmin +SubMenu_PowOffTimer_SetHelp=L/R = einstellen +SubMenu_PowOffTimer_LastTime=LastTime %d:%02d +SubMenu_BottomHelp=Drücke A/select zum bestätigen + +; ---------------------------- + +CS_Help0=GUI & Audio Einstellungen +CS_Help1= +CS_Help2=Um die Änderungen zu übernehmen, tippen +CS_Help3=Sie den "OK"-Knopf ganz unten an. +CS_Help4= +CS_Help5=Drücken Sie SELECT während Sie ein Bild, +CS_Help6=Video oder einen Text ansehen, um die +CS_Help7=Einstellungen des Dateiformats zu ändern. +CS_Help8= +CS_Help9=Sie können weitere Add-On Funktionen für +CS_Help10=MoonShell im Ordner /Misc Tools/Extras +CS_Help11=finden. + +CS_Title=GUI Einstellungen + +CS_PageTab_Title=Kategorie +CS_PageTab_Global=Global +CS_PageTab_FileList=Browser +CS_PageTab_ScreenSaver=ScrSaver +CS_PageTab_Music=Musik + +CS_Cancel=Abbrechen +CS_Ok=OK + +; ---------------------------- + +CSG_SkipSetup=StartSetup Deaktivieren +CSG_BootCheckDisk=CheckDisk beim Start + +CSG_ClickSound=Tasten-Klick-Sounds +CSG_EnableFadeEffect=Ausblend-Effekt +CSG_AutoLastState=Letzen Ordner merken +CSG_LRKeyLockTitle=L/R- Funktionen +CSG_LRKeyLockAlwayOff=immer deaktiviert +CSG_LRKeyLockRelationalPanel=Wenn DS offen +CSG_LRKeyLockAlwayOn=immer aktiv +CSG_EnableResumeFunction=Playback nach Neustart fortsetzen +CSG_EnableScreenCapture=DSi- ScreenShot- Funktion +CSG_SpeakerPowerOffWhenPanelClosed=Stumm, wenn zugeklappt + +CSF_MoveFolderLocked=Systemordner sperren +CSF_HiddenFilenameExt=Datei-Endungen verstecken +CSF_HiddenNotSupportFileType=Nicht unterst. Dateien ausblenden +CSF_HiddenNDSROMFile=NDSROMs ausblenden +CSF_EnableFileInfo=Datei-Infos im Browser +CSF_ShowOnlineHelp_LRButton=L/R- Hilfe anzeigen +CSF_BButtonToFolderUp=Zurück mit B (Browser) +CSF_EasyDeleteKey=X+A zum löschen +CSF_UseJpegExifThumbnail=Jpeg EXIF Thumbnails anzeigen +CSF_ShowCoverImage=Album- Cover anzeigen +CSF_HideAttribute_Title=Eigenschaften verstecken: +CSF_HideAttribute_Archive=Archiviert +CSF_HideAttribute_Hidden=Versteckt +CSF_HideAttribute_System=System +CSF_HideAttribute_ReadOnly=ReadOnly + +CSS_EnabledScreenSaver=Bildschirmschoner +CSS_Use24hFormat=Zeitformat in 24Std. +CSS_ScreenSaverTitle=Bildschirmschoner: +CSS_ScreenSaverNormal=Standard +CSS_ScreenSaverDigital=Digital +CSS_ScreenSaverExtend=Extra +CSS_ScreenSaverBGTitle=Hintergrund +CSS_ScreenSaverBGSkinDefault=Standard +CSS_ScreenSaverBGTopScreen=Topscreen +CSS_ScreenSaverBGBottomScreen=Touchscreen +CSS_ScreenSaverTimeOutSecTitle=Wartezeit(sec): +CSS_ScreenSaverTimeOutSec5sec=5 +CSS_ScreenSaverTimeOutSec10sec=10 +CSS_ScreenSaverTimeOutSec30sec=30 +CSS_ScreenSaverTimeOutSec60sec=60 +CSS_ScreenSaverTimeOutSecOff=Beleuchtung aus +CSS_ShowID3Tag=Zeige ID3-Tags. + +CSM_PlayListEndTitle=Am Playlistende: +CSM_PlayListEndLoop=Wiederholen +CSM_PlayListEndStop=Stop +CSM_PlayListEndPowerOff=ausschalten + +; ---------------------------- + +ACS_Help0=AudioPlayer Einstellungen +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4= +ACS_Help5= +ACS_Help6= +ACS_Help7= +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=AudioPlayer Einstellungen + +ACS_AlwaysUsedAudioPlayer=als Standardplayer +ACS_PauseWhenStopped=Pausieren wenn Player beendet +ACS_DrawPlayList=Playlist auf Topscreen +ACS_DrawSpectrumAnalyzer=Visualisierung (Topscreen) + +; ---------------------------- + +DCS_Help0=VideoPlayer Einstellungen +DCS_Help1= +DCS_Help2=Um die Änderungen zu übernehmen, tippen +DCS_Help3=Sie den "OK"-Knopf am Ende der +DCS_Help4=Einstellungen an. +DCS_Help5= +DCS_Help6=Warnung: +DCS_Help7=Das Beschleunigen der Verarbeitungsgeschw. +DCS_Help8=während der Anzeige (FastStart) kann Videos +DCS_Help9=mit hoher Frame- und Bitrate ruckeln lassen! +DCS_Help10= +DCS_Help11= + +DCS_Title=VideoPlayer Einstellungen + +DCS_EnabledFastStart=FastStart Abspielmodus +DCS_PauseWhenPanelClosed=Pause, wenn DS geschlossen +DCS_EnableIndividualResume=Abspielposition merken +DCS_ControlPowerLED=Power-LED aus +DCS_InverseVisual_PlayPause=Play/Pause- Icon anzeigen +DCS_EverytimeStopOfEnd=Stop am Ende des Videos +DCS_BacklightTimeOutTitle=Beleuchtung aus nach (sec): +DCS_BacklightTimeOutOff=Off +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=Lautst. +DV_VolumeValue=%d%% +DV_VolumeMute=Stumm +DV_VolumeMax=MAX + +; ---------------------------- + +DV_Popup_Pause_Play=PLAY +DV_Popup_Pause_Pause=PAUSE +DV_Popup_PreviousFile=Vorige Datei +DV_Popup_NextFile=Nächste Datei +DV_Popup_Volume=Lautst. %d%% +DV_Popup_Seek=Spule %ssec +DV_Popup_BacklightLevel=Level. %d + +; ---------------------------- + +ICS_Help0=Bild-Einstellungen +ICS_Help1= +ICS_Help2=Um die Änderungen zu übernehmen, tippen +ICS_Help3=Sie den "OK"-Knopf am Ende der +ICS_Help4=Einstellungen an. +ICS_Help5= +ICS_Help6=Ein ein Bild als Hintergrund auszuwählen, +ICS_Help7=drücken Sie START während das Bild offen ist. +ICS_Help8=Um den Hintergrund zurück zu setzen, drücken +ICS_Help9=Sie START im Browser und wählen Sie +ICS_Help10="Hintergrund zurücksetzen" im System +ICS_Help11=Menü aus. + +ICS_Title=Bild-Einstellungen + +ICS_ShowInfomation=Datei-Infos & Hilfe anzeigen +ICS_ShowControlIcons=Kontroll-Icons anzeigen +ICS_DoubleSpeedKey=Button-Empfindlichkeit erhöhen +ICS_DoubleSpeedTouch=Touchscreen-Empfindlichkeit erhöhen +ICS_MultipleResume=Zoom speichern +ICS_AutoFitting=Große JPEG automatisch anpassen +ICS_EnabledProgressiveJpeg=Progressive JPGs erlauben +ICS_StartPosTitle=Startpos.: +ICS_StartPosLeftTop=Oben-Li +ICS_StartPosRightTop=Oben-Rt +ICS_StartPosLeftBottom=Unten-Li +ICS_StartPosRightBottom=Unten-Rt +ICS_AutoNextTimeSecTitle=nächstes Bild in (sec): +ICS_AutoNextTimeSecOff=aus +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=Infos (Topscreen) anzeigen +ICS_EffectTitle=Überblend-Effekt +ICS_EffectHeightPadding=Bildschirm-Zwischenraum bestimmen +ICS_EffectPastelForTopBG=Transparenz (Topscreen) +ICS_EffectPastelForBottomBG=Transparenz (Touchscreen) + +; ---------------------------- + +IV_LoadMsg0=Bild läd... +IV_LoadMsg1=Bitte warten... + +IV_Help1=START: Als Hintergrund | Select: Einstell. +IV_Help2=Y: 50% | X: 200% | A: 100% | B: Zurück + +; ---------------------------- + +IV_Popup_BacklightLevel=Level. %d +IV_Popup_Zoom=Zoom %d%% +IV_Popup_Pause_Play=PLAY +IV_Popup_Pause_Pause=PAUSE +IV_Popup_PreviousFile=Vorige Datei +IV_Popup_NextFile=Nächste Datei +IV_Popup_Seek=Suche %s + +; ---------------------------- + +TCS_Help0=Text-Einstellungen +TCS_Help1= +TCS_Help2=Um die Änderungen zu übernehmen, tippen +TCS_Help3=Sie den "OK"-Knopf am Ende der +TCS_Help4=Einstellungen an. +TCS_Help5= +TCS_Help6=Warnung zu ClearType Schriftarten: +TCS_Help7=Text welcher auf dem Oberen Bildschirm +TCS_Help8=des original DS "Phat" dargestellt wird, +TCS_Help9=kann SEHR verschwommen aussehen! +TCS_Help10= +TCS_Help11= + +TCS_Title=Text-Einstellungen + +TCS_TopScrModeTitle=Oberer Bildschirm: +TCS_TopScrModeLightOff=Aus +TCS_TopScrModeText=Text +TCS_TopScrModeClock=Zeit & Infos + +TCS_ScreenSaverTitle=Bldschirmschoner: +TCS_ScreenSaverNormal=Std +TCS_ScreenSaverDigital=Digital +TCS_ScreenSaverExtend=Extra + +TCS_LineSpaceTitle=Zeilenabstand: +TCS_LineSpaceSmall=Schmal +TCS_LineSpaceMiddle=Normal +TCS_LineSpaceLarge=Weit + +TCS_FontSizeTitle=Schriftgröße: +TCS_FontSizeSmall=Klein +TCS_FontSizeMiddle=Mittel +TCS_FontSizeLarge=Groß + +TCS_ClearTypeFontTitle=ClearType: +TCS_ClearTypeFontNone=Keins +TCS_ClearTypeFontLite=dünn +TCS_ClearTypeFontNormal=normal +TCS_ClearTypeFontHeavy=dick + +TCS_UseSmoothScroll=Flüssiges Scrollen + +TCS_CPTitle=Codierung: +TCS_CP437=437 +TCS_CP850=850 +TCS_CP1252=1252 + +TCS_DetectCharCodeTitle=Codierung automatisch erfassen: + +; ---------------------------- + +TV_SelEnc_Title=Codierung: +TV_SelEnc_Items_AutoDetect=Auto +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=Editor starten +TV_SelEnc_Help_Normal=A = OK/ B = abbrechen +TV_SelEnc_Help_NoEdit0=Datei mit mehr als 128kbyte +TV_SelEnc_Help_NoEdit1=kann nicht bearbeitet werden! + +; ---------------------------- + +TV_PRG_LoadExtendFont=Lade erweiterte Schrift... +TV_PRG_LoadTextFile=Lade Textdatei... +TV_PRG_DetectTextEncode=Erkenne Codierung... +TV_PRG_DetectReturnCode=Erkenne Rückgabecode... +TV_PRG_ConvertToUnicode=Convertiere zu Unicode... + +TV_UncertainFormat1=Unbekanntes Format. Trotzdem +TV_UncertainFormat2=öffnen: lange A drücken! + +TV_Help1=A: Seite weiter / B: Abbrechen +TV_Help2=X/Y: Lesezeichen-Menü +TV_Help3=SELECT: Konfig. / Kodierung: %s +TV_Info=Zeilen: %d / %d Zeile(n) (%.2f%%) + +TV_BookmarkText_LoadTitle=Lesezeichen laden +TV_BookmarkText_SaveTitle=Lesezeichen speichern +TV_BookmarkText_Empty=%d: Leer +TV_BookmarkText_Info=%d: %d Zeile(n) %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=Level. %d +TV_Popup_Bookmark_Load= +TV_Popup_Bookmark_Empty=Fehlgeschlagen +TV_Popup_Bookmark_Save=Gespeichert +TV_Popup_Pause_Play=PLAY +TV_Popup_Pause_Pause=PAUSE +TV_Popup_PreviousFile=Vorige Datei +TV_Popup_NextFile=Nächste Datei +TV_Popup_Seek=Spule %s +TV_Popup_MoveToTop=Zum Anfang +TV_Popup_MoveToLast=Zum Ende + +; ---------------------------- + +ME_Help0=Notiz Bearbeitung +ME_Help1= +ME_Help2=↓ / ← / ↑ / →: Schwarz/Rot/Grün/Blau +ME_Help3=Y / X: Dünn / Dick wechseln +ME_Help4=A / B: Speichern / beenden +ME_Help5=SELECT: Rückgängig +ME_Help6=Halte L/R + Zeichne: Löschen +ME_Help7= +ME_Help8=Schalte den DS aus um zu +ME_Help9=beenden ohne zu speichern. + +; ---------------------------- + +MemoList_Title=Notiz-Modus + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=Touchscreen: Neue Seite erstellen +MemoList_Help3=START halen: Markierte Seite löschen + +; ---------------------------- + +MemoEdit_FileInfo_Open=Datei geöffnet. +MemoEdit_FileInfo_Edited=Bearbeitet. Datei wird gespeichert... +MemoEdit_FileInfo_Create=Geöffnet als "Neu". + +MemoEdit_SavingNow=Speichere Änderungen der BMP... + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=Codierung nicht erkennbar... +TE_File_SelectEncode_Title2=Bitte manuell wählen + +TE_skk_DicSystem_PreloadDic=Wörterbuch läd... + +TE_skk_ExitMenu_Title=EXIT MENÜ +TE_skk_ExitMenu_Items_Cancel=abbrechen +TE_skk_ExitMenu_Items_Overwrite=Speichern & Ende +TE_skk_ExitMenu_Items_SaveAs=Speichern unter & Ende +TE_skk_ExitMenu_Items_CreateNew=Neu +TE_skk_ExitMenu_Items_NoSaveExit=Beenden +TE_skk_ExitMenu_SavePrgMsg1=Speichert... +TE_skk_ExitMenu_SavePrgMsg2=Bitte DS nicht ausschalten! + +TE_SysMsg_ClipBoard_Empty=kein einfügen möglich +TE_SysMsg_ClipBoard_Pasted=eingefügt +TE_SysMsg_ClipBoard_Copied=Text zum kopieren wählen + +TE_OSKHW_Model_ModelResults_Selector_Title=Wort einfügen +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=Soll das geschriebene +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=Wort zum Wörterbuch +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=hinzugefügt werden? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=Hinzu +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=abbrechen + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.003 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.003 new file mode 100644 index 0000000..e18758c --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.003 @@ -0,0 +1,615 @@ + +; MoonShell2 language resource for 'CP003 Italian'. +; Encoding format is UTF-8. + +Author=|Random| +Target=ITA / Italian + +; Italian translation for MoonShell2 by |Random|. +; For problems/questions about the translation, contact me at softwareitaliano@altervista.org . + +; ---------------------------- + +TextFontFolderName=tfonteng + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. +DateTimeFormat=DDMMYYYY + +; ---------------------------- + +CD_CheckDisk_Start=CheckDisk Veloce inizializzato. +CD_CheckDisk_End=CheckDisk Veloce completato con successo. + + +CD_FatalError_Title=!! Errore irreversibile !! +CD_FatalError_DuplicatedArea0=I file occupano lo stesso spazio su disco. +CD_FatalError_DuplicatedArea1=Alcuni file sono danneggiati. +CD_FatalError_BrokenEntry0=Il valore inserito non è valido. +CD_FatalError_BrokenEntry1=Più di un file è danneggiato. +CD_FatalError_IlligalClusterLink0=Il link Cluster è stato interrotto. +CD_FatalError_IlligalClusterLink1=Probabile file danneggiato. +CD_FatalError_BrokenDirectoryLink0=Il valore reinserito non è valido. +CD_FatalError_BrokenDirectoryLink1=La cartella è danneggiata. +CD_FatalError_BrokenUnicode0=Il valore reinserito non è valido. +CD_FatalError_BrokenUnicode1=Long file name è danneggiato. +CD_FatalError_FileSizeError0=La dimensione del file mostrata e +CD_FatalError_FileSizeError1=la dimensione attuale sono diverse. +CD_FatalError_UnknownError=Errore sconosciuto +CD_FatalError_RecoveryMsg0=Metodo di riparazione: +CD_FatalError_RecoveryMsg1=Fai un backup di tutti i file su hard disk, +CD_FatalError_RecoveryMsg2=e ricopiali dopo la formattazione della card. +CD_FatalError_StopApplication=Applicazione terminata. + +CD_NotSupportDiskSize_Title=Impossibile gestire il formato del disco. +CD_NotSupportDiskSize_Msg0=La dimensione del disco è troppo grande, o +CD_NotSupportDiskSize_Msg1=la dimensione del cluster è troppo piccola. +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=Metodo di riparazione: +CD_NotSupportDiskSize_RecoveryMsg1=Prova a riformattare la card +CD_NotSupportDiskSize_RecoveryMsg2=con una dimensione cluster più grande. +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=Controllo di cluster e frammenti duplicati. + +CD_CheckFATType_Title=Controllo del tipo FAT. + +CD_FATType_UnknownFATType=Tipo FAT sconosciuto. + +CD_WriteTest_Title=Test di lettura/scrittura disco in corso. + +CD_WriteError_Title=Test di accesso disco fallito. +CD_WriteError_Msg0=Poco spazio libero rimasto su disco. +CD_WriteError_Msg1=Driver DLDI incompatibile. +CD_WriteError_Msg2=Compatibilità adattatore CF/SD, contatto esiguo. +CD_WriteError_Msg3=L'area del disco usata è danneggiata. +CD_WriteError_Msg4= +CD_WriteError_Msg5=Probabile altra sorgente. +CD_WriteError_Msg6= +CD_WriteError_Msg7=Per sicurezza, l'applicazione è stata terminata. + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=Impossibile aprire il file +ERRMSG1_MemoryOverflow_CanRecovery=per scarsa memoria disponibile. +ERRMSG2_MemoryOverflow_CanRecovery=clicca la finestra per chiudere. + +ERRMSG0_NotSupportFileFormat=Il formato non è supportato +ERRMSG1_NotSupportFileFormat=o il file può essere danneggiato. +ERRMSG2_NotSupportFileFormat=clicca la finestra per chiudere. + +ERRMSG0_ProgressiveJpeg=I file JPEG progressivi +ERRMSG1_ProgressiveJpeg=non sono supportati. +ERRMSG2_ProgressiveJpeg=clicca la finestra per chiudere. + +ERRMSG0_Text0byte=File di testo vuoto. +ERRMSG1_Text0byte=Impossibile aprire il file da 0byte. +ERRMSG2_Text0byte=clicca la finestra per chiudere. + +ERRMSG0_OverflowLargeImage=L'immagine è troppo grande. +ERRMSG1_OverflowLargeImage=La dimensione massima è circa 5MP. +ERRMSG2_OverflowLargeImage=clicca la finestra per chiudere. + +ERRMSG0_NotFoundMusicFile=Nessun file di musica +ERRMSG1_NotFoundMusicFile=trovato nella cartella. +ERRMSG2_NotFoundMusicFile=clicca la finestra per chiudere. + +ERRMSG0_UnknownError=Riscontrato un errore non definito. +ERRMSG1_UnknownError=Riscontrato un errore anomalo. +ERRMSG2_UnknownError=Si prega di spegnere la console. + +; ---------------------------- + +Setup_Help1=Italian translation by |Random| +Setup_Help2= +Setup_Help3=Con questo Setup puoi scegliere alcune +Setup_Help4=impostazioni importanti di sistema. +Setup_Help5= +Setup_Help6=Premi il tasto START nella lista dei file +Setup_Help7=per aprire le Impostazioni di Sistema. +Setup_Help8= +Setup_Help9=L'assegnazione dei tasti è stata modificata. +Setup_Help10=Controlla il file 'manuals/KeyMap.txt'. +Setup_Help11= + +Setup_BootCheckDisk=Esegui il CheckDisk ad ogni avvio. +Setup_ClickSound=Abilita gli effetti sonori. +Setup_FileListMode=Modalità visual. lista file +Setup_FileListMode_Single=il nome del file è mostrato su una riga. +Setup_FileListMode_Double=i nomi lunghi sono divisi su 2 righe. +Setup_SkipSetup=Non mostrare più questa schermata. +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=Informazioni File: +Launch_FileInfo_Relational=Informazioni File Salvataggio: +Launch_Size=Dimensione : %dbyte (%dMbit) +Launch_Create=Creazione : %s %d:%02d:%02d +Launch_Update=Modifica : %s %d:%02d:%02d +Launch_NotFoundRelationalFile=Nessun file salvataggio trovato. + +; ---------------------------- + +FL_Help0=MoonShell 2 +FL_Help1= +FL_Help2=X/Y : Regola il volume +FL_Help3=START : Menu di Sistema (preferenze) +FL_Help4= +FL_Help5=L+A/B : Canzone successiva/precedente +FL_Help6=L+X/Y : Regola la luminosità +FL_Help7= +FL_Help8=L o R + pennino: Avvia lo Strumento Appunti +FL_Help9=Tieni premuto L/R: Menu "L" o "R" aiuto mp3 +FL_Help10=2 volte L/R: Avvia canzone precedente/succ. +FL_Help11=3 volte R: Attiva modalità standby + +; ---------------------------- + +FL_Popup_Pause_Play=AVVIA +FL_Popup_Pause_Pause=PAUSA +FL_Popup_PreviousFile=File precedente +FL_Popup_NextFile=File successivo +FL_Popup_Volume=Volume. %d%% +FL_Popup_BacklightLevel=Livello. %d +FL_Popup_PlayMode_Repeat=Ripeti +FL_Popup_PlayMode_AllRep=Ripeti tutti +FL_Popup_PlayMode_Shuffle=Casuale +FL_Popup_Seek=Ricerca %s +FL_Popup_NotFoundMoonMemoFolder=Cartella moonmemo non trovata. + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=Finestra di conferma Cancellazione File. +FL_DeleteFileDialog_NotFoundDustBox_Line0=Cartella dustbox non trovata. +FL_DeleteFileDialog_NotFoundDustBox_Line1=Controlla il file +FL_DeleteFileDialog_NotFoundDustBox_Line2=/manuals/DustBox.txt + +FL_DeleteFileDialog_DisabledDustBox_Title=Finestra di conferma Cancellazione File. +FL_DeleteFileDialog_DisabledDustBox_Line0=Elimina il file utilizzando il +FL_DeleteFileDialog_DisabledDustBox_Line1=cestino di Windows sul computer. +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=Finestra di conferma Cancellazione File. +FL_DeleteFileDialog_DisabledSystemFolder_Line0=Cartella di sistema: +FL_DeleteFileDialog_DisabledSystemFolder_Line1=cancellazione proibita. +FL_DeleteFileDialog_DisabledSystemFolder_Line2= + +FL_DeleteFileDialog_DisabledMoveFolder_Title=Finestra di conferma Cancellazione File. +FL_DeleteFileDialog_DisabledMoveFolder_Line0=Lo spostamento di questa +FL_DeleteFileDialog_DisabledMoveFolder_Line1=cartella è proibito. +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=Finestra di conferma Cancellazione File. +FL_DeleteFileDialog_Question_Line0=Sei sicuro di eliminare questo file? +FL_DeleteFileDialog_Question_Line1=L+R+A : Sì. +FL_DeleteFileDialog_Question_Line2=B : Annulla. + +FL_DeleteFileDialog_Question_EasyDelete_Title=Finestra di conferma Cancellazione File. +FL_DeleteFileDialog_Question_EasyDelete_Line0=Sei sicuro di eliminare questo file? +FL_DeleteFileDialog_Question_EasyDelete_Line1=X+A : Sì. +FL_DeleteFileDialog_Question_EasyDelete_Line2=B : Annulla. + +FL_DeleteFileDialog_Success_Title=Finestra di conferma Cancellazione File. +FL_DeleteFileDialog_Success_Line0= +FL_DeleteFileDialog_Success_Line1=Il file è stato eliminato. +FL_DeleteFileDialog_Success_Line2= + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=Menu "L" di aiuto mp3... +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L + Sin. : Mostra la barra di controllo MP3 +FL_HelpLeft_Line3=L + Destra : Canzone successiva +FL_HelpLeft_Line4=L + Su : Pausa +FL_HelpLeft_Line5=L + Giù : Cambia la modalità playback +FL_HelpLeft_Line6=L + A / B : Canzone succ./precedente +FL_HelpLeft_Line7=L + X / Y : Regola la luminosità +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L+R : Pausa +FL_HelpLeft_Line10=2 volte L: Canzone precedente +FL_HelpLeft_Line11=3 volte L: Pausa/Avvia canzone + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=Menu "R" di aiuto mp3... +FL_HelpRight_Line1= +FL_HelpRight_Line2=R + Sin. / Destra : ricerca mp3 avanti/ind. 1% +FL_HelpRight_Line3=R + Su / Giù : ricerca mp3 avanti/indietro 5% +FL_HelpRight_Line4=R+A : Esegui tutti in questa cartella +FL_HelpRight_Line5=L+R+A : Esegui tutti nell'intera card +FL_HelpRight_Line6= +FL_HelpRight_Line7= +FL_HelpRight_Line8=L+R : Pausa +FL_HelpRight_Line9=2 volte R: Canzone successiva +FL_HelpRight_Line10=3 volte R : Attiva modalità stand-by + +; ---------------------------- + +SysMenu_MemoList=Avvia lo Strumento Appunti +SysMenu_MemoList_NotFound=%s non trovato. +SysMenu_FileListMode=Modalità 1 riga/2 righe +SysMenu_Customize=Impostazioni Moonshell +SysMenu_RestoreBG=Resetta wallpaper +SysMenu_Firmware=Ritorna al firmware +SysMenu_Firmware_NotFound=%s non trovato. + +; ---------------------------- + +SubMenu_Title=Menu Select +SubMenu_AppLauncher=Avvia applicazione +SubMenu_AudioPlayer=Player audio +SubMenu_SystemMenu=Menu di sistema +SubMenu_PowOffTimer_Set=Spegni in %dmin +SubMenu_PowOffTimer_SetHelp=L/R per impostare. +SubMenu_PowOffTimer_LastTime=Rimane %d:%02d +SubMenu_BottomHelp=Premi il tasto A o Select per confermare. + +; ---------------------------- + +CS_Help0=Impostazioni e preferenze di sistema +CS_Help1= +CS_Help2= +CS_Help3=Qui puoi scegliere le impostazioni per +CS_Help4=immagini, video, musica e testo. +CS_Help5=Per vedere le ultime applicazioni +CS_Help6=avviate premi il tasto SELECT. +CS_Help7= +CS_Help8= +CS_Help9=Puoi trovare altre impostazioni anche +CS_Help10=nella cartella '/misctools/Additional'. +CS_Help11= + +CS_Title=Impostazioni di MoonShell 2 + +CS_PageTab_Title=Categoria: +CS_PageTab_Global=Globale +CS_PageTab_FileList=ListaFile +CS_PageTab_ScreenSaver=ScrSaver +CS_PageTab_Music=Musica + +CS_Cancel=Annulla +CS_Ok=Applica + +; ---------------------------- + +CSG_SkipSetup=Non mostrare il Setup all'avvio. +CSG_BootCheckDisk=Esegui sempre il CheckDisk all'avvio. + +CSG_ClickSound=Abilita gli effetti sonori. +CSG_EnableFadeEffect=Attiva l'effetto dissolvenza. +CSG_AutoLastState=Ricorda l'ultima applicazione avviata. +CSG_LRKeyLockTitle=Limitazioni tasti L/R: +CSG_LRKeyLockAlwayOff=Sempre INATTIVI +CSG_LRKeyLockRelationalPanel=Pannelli relativi +CSG_LRKeyLockAlwayOn=Sempre ATTIVI +CSG_EnableResumeFunction=Ricorda lo stato dei file chiusi. +CSG_EnableScreenCapture=Attiva la cattura di istantanee con il DSi. +CSG_SpeakerPowerOffWhenPanelClosed=DS chiuso: l'audio viene disattivato. + +CSF_MoveFolderLocked=Blocca le cartelle. +CSF_HiddenFilenameExt=Nascondi le estensioni dei file. +CSF_HiddenNotSupportFileType=Nascondi i file non supportati. +CSF_HiddenNDSROMFile=Nascondi le ROM NDS. +CSF_EnableFileInfo=Mostra info del file nella Lista File. +CSF_ShowOnlineHelp_LRButton=Mostra l'aiuto per i tasti L/R. +CSF_BButtonToFolderUp=Tasto B: non fermare la musica in corso. +CSF_EasyDeleteKey=Tasti X+A per eliminare un file. +CSF_UseJpegExifThumbnail=Anteprima immagini usando Jpeg EXIF. +CSF_ShowCoverImage=Mostra immagini jacket ( M4A e MP3 ). +CSF_HideAttribute_Title=Nascondi i tipi di file: +CSF_HideAttribute_Archive=Archivio +CSF_HideAttribute_Hidden=Nascosti +CSF_HideAttribute_System=Sistema +CSF_HideAttribute_ReadOnly=SolaLettura + +CSS_EnabledScreenSaver=Usa il salvaschermo. +CSS_Use24hFormat=Usa il formato 24 ore per l'orario. +CSS_ScreenSaverTitle=Tipo: +CSS_ScreenSaverNormal=Normale +CSS_ScreenSaverDigital=Digitale +CSS_ScreenSaverExtend=M3 Sakura +CSS_ScreenSaverBGTitle=Sfondo: +CSS_ScreenSaverBGSkinDefault=Predefinito +CSS_ScreenSaverBGTopScreen=Superiore +CSS_ScreenSaverBGBottomScreen=Inferiore +CSS_ScreenSaverTimeOutSecTitle=Timeout: +CSS_ScreenSaverTimeOutSec5sec=5s +CSS_ScreenSaverTimeOutSec10sec=10s +CSS_ScreenSaverTimeOutSec30sec=30s +CSS_ScreenSaverTimeOutSec60sec=60s +CSS_ScreenSaverTimeOutSecOff=Spegni l'illuminazione dello schermo. +CSS_ShowID3Tag=Durante gli MP3: mostra l'ID3Tag. + +CSM_PlayListEndTitle=Alla fine della playlist: +CSM_PlayListEndLoop=Ricomincia +CSM_PlayListEndStop=Ferma +CSM_PlayListEndPowerOff=Spegni il DS + +; ---------------------------- + +ACS_Help0=Configurazione del Player Audio +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4= La riproduzione potrebbe avere +ACS_Help5= problemi con musica che usa +ACS_Help6= molta CPU per calcolare +ACS_Help7= l'analizzatore di spettro. +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=Impostazioni del Player Audio +ACS_AlwaysUsedAudioPlayer=Usa sempre il Player Audio. +ACS_PauseWhenStopped=Durante la pausa torna alla lista dei file. +ACS_DrawPlayList=Mostra la playlist nello schermo superiore. +ACS_DrawSpectrumAnalyzer=Mostra l'analizzatore di spettro. + +; ---------------------------- + +DCS_Help0=Impostazioni per la riproduzione video +DCS_Help1= +DCS_Help2= +DCS_Help3=Qui puoi scegliere alcune opzioni +DCS_Help4=per la visualizzazione dei video. +DCS_Help5= +DCS_Help6= +DCS_Help7=Puoi velocizzare il tempo di caricamento +DCS_Help8=dei video, ma la riproduzione +DCS_Help9=potrebbe rallentare. +DCS_Help10= +DCS_Help11= + +DCS_Title=Impostazioni per la riproduzione video + +DCS_EnabledFastStart=Velocizza il tempo di caricamento video. +DCS_PauseWhenPanelClosed=DS chiuso: metti in pausa il video. +DCS_EnableIndividualResume=Abilita il riavvio individuale dei video. +DCS_ControlPowerLED=Lascia spento il LED del DS. +DCS_InverseVisual_PlayPause=Inverti il tasto Avvia con Pausa. +DCS_EverytimeStopOfEnd=A video terminato torna nella lista file. +DCS_BacklightTimeOutTitle=Timeout illuminazione: +DCS_BacklightTimeOutOff=Off +DCS_BacklightTimeOut5sec=5s +DCS_BacklightTimeOut10sec=10s +DCS_BacklightTimeOut15sec=15s + + +; ---------------------------- + +DV_VolumeLabel=Vol. +DV_VolumeValue=%d%% +DV_VolumeMute=muto +DV_VolumeMax=MAX + +; ---------------------------- + +DV_Popup_Pause_Play=AVVIA +DV_Popup_Pause_Pause=PAUSA +DV_Popup_PreviousFile=File precedente +DV_Popup_NextFile=File successivo +DV_Popup_Volume=Volume. %d%% +DV_Popup_Seek=Ricerca %ssec +DV_Popup_BacklightLevel=Livello. %d + +; ---------------------------- + +ICS_Help0=Impostazioni visualizzazione immagine +ICS_Help1= +ICS_Help2= +ICS_Help3=Premi il tasto START mentre visualizzi +ICS_Help4=l'immagine per utilizzarla come wallpaper. +ICS_Help5= +ICS_Help6=Per reimpostare lo sfondo predefinito +ICS_Help7=premi il tasto START nella lista file e +ICS_Help8=seleziona "Resetta Wallpaper" +ICS_Help9=nel menù di sistema. +ICS_Help10= +ICS_Help11= + +ICS_Title=Impostazioni visualizzazione immagine + +ICS_ShowInfomation=Mostra la legenda. +ICS_ShowControlIcons=Mostra le icone di controllo. +ICS_DoubleSpeedKey=Aumenta la sensibilità dei tasti. +ICS_DoubleSpeedTouch=Aumenta la sensibilità del touchscreen. +ICS_MultipleResume=Ricorda il livello di zoom. +ICS_AutoFitting=Fixa automaticamente JPEG grandi. +ICS_EnabledProgressiveJpeg=Attiva il formato jpeg progressivo. +ICS_StartPosTitle=Imposta la posizione iniziale: +ICS_StartPosLeftTop=SuSx +ICS_StartPosRightTop=SuDx +ICS_StartPosLeftBottom=GiùSx +ICS_StartPosRightBottom=GiùDx +ICS_AutoNextTimeSecTitle=Prossimo: +ICS_AutoNextTimeSecOff=Off +ICS_AutoNextTimeSec10sec=10s +ICS_AutoNextTimeSec30sec=30s +ICS_AutoNextTimeSec60sec=60s +ICS_ShowInfoTopScreen=Mostra informazioni nello schermo sopra. +ICS_EffectTitle=Effetti Wallpaper: +ICS_EffectHeightPadding=Considera lo spazio tra gli schermi. +ICS_EffectPastelForTopBG=Usa trasparenza sullo schermo superiore. +ICS_EffectPastelForBottomBG=Usa trasparenza sullo schermo inferiore. + +; ---------------------------- + +IV_LoadMsg0=Caricamento immagine... +IV_LoadMsg1=Attendere prego. + +IV_Help1=START : Wallpaper / SELECT : Impostazioni +IV_Help2=Y: Zoom - /X: Zoom + /A: 100% /B: Indietro + +; ---------------------------- + +IV_Popup_BacklightLevel=Livello. %d +IV_Popup_Zoom=Zoom %d%% +IV_Popup_Pause_Play=AVVIA +IV_Popup_Pause_Pause=PAUSA +IV_Popup_PreviousFile=File precedente +IV_Popup_NextFile=File successivo +IV_Popup_Seek=Ricerca %s + +; ---------------------------- + +TCS_Help0=Impostazioni Visualizzazione Testo +TCS_Help1= +TCS_Help2=Non è consigliato utilizzare +TCS_Help3=il ClearTypeFont su DS vecchi ! +TCS_Help4= +TCS_Help5=Quando la codifica del testo non viene +TCS_Help6=rilevata correttamente, tieni premuto +TCS_Help7=il tasto A o tocca il file +TCS_Help8=per aprire il sottomenù. +TCS_Help9=Seleziona la codifica corretta dal sottomenù. +TCS_Help10=Puoi configurare le impostazioni +TCS_Help11=per ogni file di testo. + +TCS_Title=Impostazioni Visualizzazione Testo + +TCS_TopScrModeTitle=Modalità di visualizzazione schermo superiore: +TCS_TopScrModeLightOff=Off +TCS_TopScrModeText=Testo +TCS_TopScrModeClock=Data e Orologio + + +TCS_ScreenSaverTitle=Salvaschermo: +TCS_ScreenSaverNormal=Normale +TCS_ScreenSaverDigital=Digitale +TCS_ScreenSaverExtend=M3Sakura + +TCS_LineSpaceTitle=Dimensione righe: +TCS_LineSpaceSmall=Piccola +TCS_LineSpaceMiddle=Media +TCS_LineSpaceLarge=Grande + +TCS_FontSizeTitle=Dimensione caratteri: +TCS_FontSizeSmall=Piccola +TCS_FontSizeMiddle=Media +TCS_FontSizeLarge=Grande + +TCS_ClearTypeFontTitle=ClearType: +TCS_ClearTypeFontNone=Off +TCS_ClearTypeFontLite=Leggero +TCS_ClearTypeFontNormal=Medio +TCS_ClearTypeFontHeavy=Forte + +TCS_UseSmoothScroll=Usa effetto scorrimento morbido. + +TCS_CPTitle=CodicePagina: +TCS_CP437=437 +TCS_CP850=850 +TCS_CP1252=1252 + +TCS_DetectCharCodeTitle=Auto-rileva la codifica: + +; ---------------------------- + +TV_SelEnc_Title=Seleziona il tipo di codifica del testo +TV_SelEnc_Items_AutoDetect=Auto-rileva +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=Avvia l'editor di testo +TV_SelEnc_Help_Normal=Premi A per confermare, B per annullare. +TV_SelEnc_Help_NoEdit0=I file che superano i 128kbyte +TV_SelEnc_Help_NoEdit1=non possono essere modificati. + +; ---------------------------- + +TV_PRG_LoadExtendFont=Caricamento font esteso... +TV_PRG_LoadTextFile=Caricamento file di testo... +TV_PRG_DetectTextEncode=Rilevazione codifica testo... +TV_PRG_DetectReturnCode=Rilevazione codice ritorno... +TV_PRG_ConvertToUnicode=Conversione in Unicode... + +TV_UncertainFormat1=Rilevato formato sconosciuto. +TV_UncertainFormat2=Tieni premuto A per scegliere la codifica. + +TV_Help1=A : Pagina successiva / B : Indietro +TV_Help2=X/Y : Salva/Carica Segnalibro +TV_Help3=SELECT : Impostaz. / Codifica : %s +TV_Info=Riga : %d / %d righe (%.2f%%) + +TV_BookmarkText_LoadTitle=Menu Carica Segnalibri +TV_BookmarkText_SaveTitle=Menu Salva Segnalibri +TV_BookmarkText_Empty=%d : Vuoto +TV_BookmarkText_Info=%d : %d righe %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=Livello. %d +TV_Popup_Bookmark_Load= +TV_Popup_Bookmark_Empty=Vuoto +TV_Popup_Bookmark_Save=Salvato +TV_Popup_Pause_Play=AVVIA +TV_Popup_Pause_Pause=PAUSA +TV_Popup_PreviousFile=File precedente +TV_Popup_NextFile=File successivo +TV_Popup_Seek=Ricerca %s +TV_Popup_MoveToTop=Sposta all'inizio. +TV_Popup_MoveToLast=Sposta alla fine. + +; ---------------------------- + +ME_Help0=STRUMENTO PER GLI APPUNTI +ME_Help1= +ME_Help2=Giù/ Sin. / Su /Destra: Nero/Rosso/Verde/Blu +ME_Help3=Y / X : Usa penna fine o spessa. +ME_Help4=A / B : Salva ed esci. +ME_Help5=SELECT: Annulla (Undo) +ME_Help6=Premi L/R + pennino: Cancella +ME_Help7= +ME_Help8=Spegni il DS se vuoi +ME_Help9=uscire senza salvare. + +; ---------------------------- + +MemoList_Title=Lista dei memo salvati. + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=Touch screen: Crea una nuova pagina. +MemoList_Help3=Premi START a lungo: Cancella la pagina. + +; ---------------------------- + +MemoEdit_FileInfo_Open=Un file è stato aperto. +MemoEdit_FileInfo_Edited=Modifica in corso. Il file viene salvato automaticamente alla chiusura. +MemoEdit_FileInfo_Create=Modalità creazione in corso. + +MemoEdit_SavingNow=Salvataggio del file BMP modificato in corso... + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=Codifica automatica non riuscita. +TE_File_SelectEncode_Title2=Seleziona il tipo di codifica del testo. + +TE_skk_DicSystem_PreloadDic=Precaricamento del dizionario. + +TE_skk_ExitMenu_Title=MENU DI USCITA +TE_skk_ExitMenu_Items_Cancel=Annulla. +TE_skk_ExitMenu_Items_Overwrite=Sovrascrivi ed esci. +TE_skk_ExitMenu_Items_SaveAs=Salva con nome ed esci. +TE_skk_ExitMenu_Items_CreateNew=Nuovo: +TE_skk_ExitMenu_Items_NoSaveExit=Esci senza salvare. +TE_skk_ExitMenu_SavePrgMsg1=Salva file di testo e riavvia... +TE_skk_ExitMenu_SavePrgMsg2=Non spegnere la console. + +TE_SysMsg_ClipBoard_Empty=Non sono presenti appunti. +TE_SysMsg_ClipBoard_Pasted=Appunti incollati. +TE_SysMsg_ClipBoard_Copied=Copia negli appunti il testo selezionato. + +TE_OSKHW_Model_ModelResults_Selector_Title=Seleziona il carattere corretto. +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=Devo registrare questo +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=elemento scritto a mano nel +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=dizionario dei modelli? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=REGISTRA +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=ANNULLA + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.004 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.004 new file mode 100644 index 0000000..89519fd --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.004 @@ -0,0 +1,610 @@ + +; MoonShell2 stable language resource for 'CP004 Spanish'. +; Encoding format is UTF-8. + +Author=Boriar +Target=ESP / Español + +; ---------------------------- + +TextFontFolderName=tfonteng + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. +DateTimeFormat=DDMMYYYY + +; ---------------------------- + +CD_CheckDisk_Start=DiskCheck iniciado. +CD_CheckDisk_End=DiskCheck completado. + +CD_FatalError_Title=¡A ocurrido un error fatal! +CD_FatalError_DuplicatedArea0=Varios archivos comparten espacio. +CD_FatalError_DuplicatedArea1=Algunos archivos están corruptos. +CD_FatalError_BrokenEntry0=Acceso directo de archivo anormal. +CD_FatalError_BrokenEntry1=Más de un archivo corrupto. +CD_FatalError_IlligalClusterLink0=Vínculo de cluster interrumpido. +CD_FatalError_IlligalClusterLink1=Archivo posiblemente corrupto. +CD_FatalError_BrokenDirectoryLink0=Acceso directo de carpeta anormal. +CD_FatalError_BrokenDirectoryLink1=Carpeta corrupta. +CD_FatalError_BrokenUnicode0=Reentrada directa anormal. +CD_FatalError_BrokenUnicode1=Nombre largo truncado. +CD_FatalError_FileSizeError0=El tamaño de archivo mostrado y el real +CD_FatalError_FileSizeError1=son diferentes. +CD_FatalError_UnknownError=Error desconocido +CD_FatalError_RecoveryMsg0=Método de recuperación: +CD_FatalError_RecoveryMsg1=Salvar todo al disco duro, y volver a +CD_FatalError_RecoveryMsg2=copiar todo en la mSD después de formatear. +CD_FatalError_StopApplication=Aplicación cerrada. + +CD_NotSupportDiskSize_Title=No se puede formatear. +CD_NotSupportDiskSize_Msg0=Tamaño de tarjeta muy grande, +CD_NotSupportDiskSize_Msg1=o cluster muy pequeño. +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=Método de recuperación: +CD_NotSupportDiskSize_RecoveryMsg1=Pruebe a reformatear la mSD con un +CD_NotSupportDiskSize_RecoveryMsg2=tamaño de cluster más grande. +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=Buscando cluster duplicados y fragmentos. + +CD_CheckFATType_Title=Comprobando FAT. + +CD_FATType_UnknownFATType=FAT desconocida. + +CD_WriteTest_Title=Realizado test de lectura/escritura. + +CD_WriteError_Title=Test de acceso a disco fallido. +CD_WriteError_Msg0=Poco espacio en la tarjeta. +CD_WriteError_Msg1=Controlador DLDI incompatible. +CD_WriteError_Msg2=Mal contacto entre la mSD y flashcart. +CD_WriteError_Msg3=Área de disco usada corrupta. +CD_WriteError_Msg4= +CD_WriteError_Msg5=Probablemente otro origen. +CD_WriteError_Msg6= +CD_WriteError_Msg7=Aplicación cerrada por precaución. + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=No se puede abrir archivo +ERRMSG1_MemoryOverflow_CanRecovery=por falta de memoria. +ERRMSG2_MemoryOverflow_CanRecovery=Toque la ventana para cerrar. + +ERRMSG0_NotSupportFileFormat=Formato no soportado, o +ERRMSG1_NotSupportFileFormat=archivo corrupto. +ERRMSG2_NotSupportFileFormat=Toque la ventana para cerrar. + +ERRMSG0_ProgressiveJpeg=Imágenes en formato JPEG +ERRMSG1_ProgressiveJpeg=progresivos no soportados. +ERRMSG2_ProgressiveJpeg=Toque la ventana para cerrar. + +ERRMSG0_Text0byte=Archivo de texto vacio. +ERRMSG1_Text0byte=No se puede abrir con 0bytes. +ERRMSG2_Text0byte=Toque la ventana para cerrar. + +ERRMSG0_OverflowLargeImage=La imagen es muy grande. +ERRMSG1_OverflowLargeImage=Máximo tamaño: 5MP. +ERRMSG2_OverflowLargeImage=Toque la ventana para cerrar. + +ERRMSG0_NotFoundMusicFile=No hay archivos de música en +ERRMSG1_NotFoundMusicFile=la carpeta especificada. +ERRMSG2_NotFoundMusicFile=Toque la ventana para cerrar. + +ERRMSG0_UnknownError=Ha ocurrido un error interno +ERRMSG1_UnknownError=desconocido. +ERRMSG2_UnknownError=Por favor, apague la NDS. + +; ---------------------------- + +Setup_Help1= +Setup_Help2=Sólo se muestran los ítem importantes. +Setup_Help3= +Setup_Help4=Para ver toda la configuración: +Setup_Help5=presione START en Vista Archivos y abra +Setup_Help6=Configurar GUI/Audio. +Setup_Help7= +Setup_Help8=La configuración de botones a cambiado. +Setup_Help9=Lea el manual del programa. +Setup_Help10= (archivo Readme_ESP.html) +Setup_Help11= + +Setup_BootCheckDisk=Ejecutar DiskCheck al arrancar. +Setup_ClickSound=Activar efectos de sonido. +Setup_FileListMode=Modo en Vista Archivos: +Setup_FileListMode_Single=Ver los nombres en 1 línea. +Setup_FileListMode_Double=Dividir nombres largos en 2 líneas. +Setup_SkipSetup=No mostrar esta pantalla la próxima vez. +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=Info Archivo +Launch_FileInfo_Relational=Info Partida +Launch_Size=Tamaño: %dbytes (%dMbits) +Launch_Create=Creado: %s %d:%02d:%02d +Launch_Update=Modificado: %s %d:%02d:%02d +Launch_NotFoundRelationalFile=Archivo no encontrado. + +; ---------------------------- + +FL_Help0= +FL_Help1=X/Y: Subir/Bajar Volumen +FL_Help2=START: Menú de sistema (GUI) +FL_Help3= +FL_Help4=L+A/B: Canción Siguiente/Anterior +FL_Help5=L+X/Y: Ajustar brillo - Subir/Bajar +FL_Help6= +FL_Help7=Mantener L/R: Ayuda en línea (Controles) +FL_Help8=Mantener L/R+Tocar pantalla: Bloc de Notas +FL_Help9=Doble-Toque L/R: Canción Anterior/Siguiente +FL_Help10=Triple-Toque L: Pausa +FL_Help11=Triple-Toque R: Inicia Modo Espera + +; ---------------------------- + +FL_Popup_Pause_Play=Reproducir +FL_Popup_Pause_Pause=Pausa +FL_Popup_PreviousFile=Anterior +FL_Popup_NextFile=Siguiente +FL_Popup_Volume=Volumen. %d%% +FL_Popup_BacklightLevel=Nivel. %d +FL_Popup_PlayMode_Repeat=Repetir +FL_Popup_PlayMode_AllRep=Repetir Todo +FL_Popup_PlayMode_Shuffle=Aleatorio +FL_Popup_Seek=Buscar %s +FL_Popup_NotFoundMoonMemoFolder=Carpeta /moonmemo no encontrada. + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=Error de borrado +FL_DeleteFileDialog_NotFoundDustBox_Line0=Carpeta Papelera no encontrada. +FL_DeleteFileDialog_NotFoundDustBox_Line1=Lea la referencia en: +FL_DeleteFileDialog_NotFoundDustBox_Line2=Readme_xxx.html/DustBox.html. + +FL_DeleteFileDialog_DisabledDustBox_Title=Error de borrado +FL_DeleteFileDialog_DisabledDustBox_Line0=Borre los archivos en la carpeta +FL_DeleteFileDialog_DisabledDustBox_Line1=Papelera desde Windows. +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=Error de borrado +FL_DeleteFileDialog_DisabledSystemFolder_Line0=Imposible realizar funciones +FL_DeleteFileDialog_DisabledSystemFolder_Line1=en la carpeta (moonshl2) de +FL_DeleteFileDialog_DisabledSystemFolder_Line2=sistema. + +FL_DeleteFileDialog_DisabledMoveFolder_Title=Error de borrado +FL_DeleteFileDialog_DisabledMoveFolder_Line0=Imposible borrar carpetas. +FL_DeleteFileDialog_DisabledMoveFolder_Line1= +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=Confirmación de borrado +FL_DeleteFileDialog_Question_Line0=¿Borrar este fichero? +FL_DeleteFileDialog_Question_Line1=Presione L+R+A para Confirmar. +FL_DeleteFileDialog_Question_Line2=Presione B para Cancelar. + +FL_DeleteFileDialog_Question_EasyDelete_Title=Confirmación de borrado +FL_DeleteFileDialog_Question_EasyDelete_Line0=¿Borrar este fichero? +FL_DeleteFileDialog_Question_EasyDelete_Line1=Presione X+A para Confirmar. +FL_DeleteFileDialog_Question_EasyDelete_Line2=Presione B para Cancelar. + +FL_DeleteFileDialog_Success_Title=Confirmación de borrado +FL_DeleteFileDialog_Success_Line0=Archivo movido a la Papelera. +FL_DeleteFileDialog_Success_Line1=Borre los archivos en la carpeta +FL_DeleteFileDialog_Success_Line2=Papelera desde Windows. + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=Ayuda en línea - Con L pulsado... +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L+← : Mostrar/Ocultar controles MP3 +FL_HelpLeft_Line3=L+→ : Siguiente canción +FL_HelpLeft_Line4=L+↑ : Pausar/Reproducir +FL_HelpLeft_Line5=L+↓ : Cambiar Modo de reproducción +FL_HelpLeft_Line6=L+A/B: Canción Siguiente/Anterior +FL_HelpLeft_Line7=L+X/Y: Ajustar brillo - Subir/Bajar +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L+R Simultáneos: Pausar/Reproducir +FL_HelpLeft_Line10=L Doble-Toque+Mantener: Atrás 1% +FL_HelpLeft_Line11=L Doble-Toque: Anterior + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=Ayuda en línea - Con R pulsado... +FL_HelpRight_Line1= +FL_HelpRight_Line2=R+←/→ : Buscar Atrás/Adelante 1% +FL_HelpRight_Line3=R+↑/↓ : Buscar Atrás/Adelante 5% +FL_HelpRight_Line4=R+A : Reproducir toda la carpeta +FL_HelpRight_Line5=L+R+A : Reproducir toda la mSD +FL_HelpRight_Line6= +FL_HelpRight_Line7=L+R Simultaneos: Pausa +FL_HelpRight_Line8=R Doble-Toque+Mantener: Adelante 1% +FL_HelpRight_Line9=R Doble-Toque: Siguiente +FL_HelpRight_Line10=R Triple-Toque: Modo Espera + +; ---------------------------- + +SysMenu_MemoList=Abrir Bloc de Notas +SysMenu_MemoList_NotFound=No existe %s +SysMenu_FileListMode=Modo 1-Línea/2-Líneas +SysMenu_Customize=Configurar GUI/Audio +SysMenu_RestoreBG=Restaurar Fondo Original +SysMenu_Firmware=Salir al Firmware +SysMenu_Firmware_NotFound=No existe %s + +; ---------------------------- + +SubMenu_Title=Select menu +SubMenu_AppLauncher=App launcher +SubMenu_AudioPlayer=Audio player +SubMenu_SystemMenu=System menu +SubMenu_PowOffTimer_Set=POffTimer %dmin +SubMenu_PowOffTimer_SetHelp=L/R to set. +SubMenu_PowOffTimer_LastTime=LastTime %d:%02d +SubMenu_BottomHelp=Both A and select button are the decisions. + +; ---------------------------- + +CS_Help0=Configurando GUI/Audio +CS_Help1= +CS_Help2=Al terminar, presione "Aplicar" para +CS_Help3=salvar los cambios. +CS_Help4= +CS_Help5=Presione SELECT mientras se ve imagen, +CS_Help6=video o texto para acceder a configuración +CS_Help7=para cada formato. +CS_Help8= +CS_Help9=Puede encontrar funciones extra para +CS_Help10=MoonShell dentro de la carpeta: +CS_Help11=/MiscTools/Additional. + +CS_Title=Configuración GUI/Audio + +CS_PageTab_Title=Category +CS_PageTab_Global=Global +CS_PageTab_FileList=FileList +CS_PageTab_ScreenSaver=ScrSaver +CS_PageTab_Music=Music + +CS_Cancel=Cancelar +CS_Ok=Aplicar + +; ---------------------------- + +CSG_SkipSetup=No mostrar configuración al arrancar. +CSG_BootCheckDisk=Ejecutar DiskCheck al arrancar. + +CSG_ClickSound=Activar efectos de sonido. +CSG_EnableFadeEffect=Activar efecto de transición suave. +CSG_AutoLastState=Iniciar desde Archivos Recientes. +CSG_LRKeyLockTitle=Usar botones L/R: +CSG_LRKeyLockAlwayOff=No +CSG_LRKeyLockRelationalPanel=En reproducción +CSG_LRKeyLockAlwayOn=Siempre +CSG_EnableResumeFunction=Resume information is regularly preserved. +CSG_EnableScreenCapture=DSi uses the screen capture. +CSG_SpeakerPowerOffWhenPanelClosed=When the lid is shut, the speaker power supply is turned off. + +CSF_MoveFolderLocked=Bloquear navegación de carpetas. +CSF_HiddenFilenameExt=Ocultar extensión de archivos. +CSF_HiddenNotSupportFileType=Ocultar archivos no soportados. +CSF_HiddenNDSROMFile=Ocultar archivos NDSROM. +CSF_EnableFileInfo=Ver info de archivos (Modo 2-Líneas). +CSF_ShowOnlineHelp_LRButton=Help of the L/R button is displayed. +CSF_BButtonToFolderUp=The cursor goes out of the folder when B button. +CSF_EasyDeleteKey=The deletion is executed with the X+A button. +CSF_UseJpegExifThumbnail=The thumbnail image is displayed by using Jpeg EXIF. +CSF_ShowCoverImage=The jacket images such as M4A and MP3 are displayed. +CSF_HideAttribute_Title=Hide file attributes +CSF_HideAttribute_Archive=Archive +CSF_HideAttribute_Hidden=Hidden +CSF_HideAttribute_System=System +CSF_HideAttribute_ReadOnly=ReadOnly + +CSS_EnabledScreenSaver=Use screen saver. +CSS_Use24hFormat=Time is 24 hour system. +CSS_ScreenSaverTitle=Tipo: +CSS_ScreenSaverNormal=Estandar +CSS_ScreenSaverDigital=Digital +CSS_ScreenSaverExtend=Extra +CSS_ScreenSaverBGTitle=Fondo: +CSS_ScreenSaverBGSkinDefault=Por defecto +CSS_ScreenSaverBGTopScreen=Pantalla Superior +CSS_ScreenSaverBGBottomScreen=Pantalla Táctil +CSS_ScreenSaverTimeOutSecTitle=Espera +CSS_ScreenSaverTimeOutSec5sec=5s +CSS_ScreenSaverTimeOutSec10sec=10s +CSS_ScreenSaverTimeOutSec30sec=30s +CSS_ScreenSaverTimeOutSec60sec=60s +CSS_ScreenSaverTimeOutSecOff=The backlight is turned off. +CSS_ShowID3Tag=Mostrar ID3 tags. + +CSM_PlayListEndTitle=Al terminar lista de reproducción: +CSM_PlayListEndLoop=Recomenzar +CSM_PlayListEndStop=Parar +CSM_PlayListEndPowerOff=Apagar + +; ---------------------------- + +ACS_Help0=Configuring music player settings +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4= +ACS_Help5= +ACS_Help6= +ACS_Help7= +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=Music player settings + +ACS_AlwaysUsedAudioPlayer=The music player is always used. +ACS_PauseWhenStopped=Returns to the file list after the pause is done. +ACS_DrawPlayList=Show play list to the top screen. +ACS_DrawSpectrumAnalyzer=A spectrum analyzer is displayed. + +; ---------------------------- + +DCS_Help0=Configurando Modo Video +DCS_Help1= +DCS_Help2=Cuando finalice la configuración, +DCS_Help3=presione el botón "Aplicar" para +DCS_Help4=salvar los cambios. +DCS_Help5= +DCS_Help6=Aviso: +DCS_Help7=Incrementar la velocidad de proceso +DCS_Help8=durante la reproducción (InicioRápido) +DCS_Help9=puede causar retrasos en videos con +DCS_Help10=calidad excesiva. +DCS_Help11= + +DCS_Title=Configurar Modo video + +DCS_EnabledFastStart=Activar InicioRápido de video. +DCS_PauseWhenPanelClosed=Pausar video al cerrar NDS. +DCS_EnableIndividualResume=Activar Reanudación individual. +DCS_ControlPowerLED=Apagar LED de batería. +DCS_InverseVisual_PlayPause=Change skin. Play vs pause icon. +DCS_EverytimeStopOfEnd=The screen returns whenever the video ends. +DCS_BacklightTimeOutTitle=Backlight timeout (sec) +DCS_BacklightTimeOutOff=Off +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=Volumen +DV_VolumeValue=%d%% +DV_VolumeMute=Silencio +DV_VolumeMax=MÁX + +; ---------------------------- + +DV_Popup_Pause_Play=Reproducir +DV_Popup_Pause_Pause=Pausa +DV_Popup_PreviousFile=Anterior +DV_Popup_NextFile=Siguiente +DV_Popup_Volume=Volumen. %d%% +DV_Popup_Seek=Buscar %ssec +DV_Popup_BacklightLevel=Nivel. %d + +; ---------------------------- + +ICS_Help0=Configurando Modo Imagen +ICS_Help1= +ICS_Help2=Cuando finalice la configuración, presione +ICS_Help3=el botón "Aplicar" para salvar los cambios. +ICS_Help4= +ICS_Help5=Puede usar la imagen como fondo +ICS_Help6=presionando START mientras se muestran. +ICS_Help7= +ICS_Help8=Para restaurar el fondo normal, presionar +ICS_Help9=START en la Vista Archivos y seleccionar +ICS_Help10="Restaurar Fondo original" desde el +ICS_Help11=Menú de sistema. + +ICS_Title=Configurar Modo Imagen + +ICS_ShowInfomation=Mostrar Info Archivo y Ayuda. +ICS_ShowControlIcons=Mostrar iconos de control. +ICS_DoubleSpeedKey=Incrementar sensibilidad: botones. +ICS_DoubleSpeedTouch=Incrementar sensibilidad: pantalla táctil. +ICS_MultipleResume=Recordar zoom. +ICS_AutoFitting=Auto-Ajustar JPEGs. +ICS_EnabledProgressiveJpeg=Enabled progressive jpeg format. +ICS_StartPosTitle=Posición de inicio al mostrar: +ICS_StartPosLeftTop=Sup-I +ICS_StartPosRightTop=Sup-D +ICS_StartPosLeftBottom=Inf-I +ICS_StartPosRightBottom=Inf-D +ICS_AutoNextTimeSecTitle=Auto next +ICS_AutoNextTimeSecOff=Off +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=Information is displayed to top screen. +ICS_EffectTitle=Efectos al cambiar el fondo: +ICS_EffectHeightPadding=No contar espacio entre pantallas. +ICS_EffectPastelForTopBG=Transparencia en pantalla superior. +ICS_EffectPastelForBottomBG=Transparencia en pantalla inferior. + +; ---------------------------- + +IV_LoadMsg0=Cargando imagen. +IV_LoadMsg1=Espere un momento... + +IV_Help1=START: Poner fondo | SELECT: Configurar +IV_Help2=Y: 50% | X: 200% | A: 100% | B: Salir + +; ---------------------------- + +IV_Popup_BacklightLevel=Nivel. %d +IV_Popup_Zoom=Zoom %d%% +IV_Popup_Pause_Play=Reproducir +IV_Popup_Pause_Pause=Pausa +IV_Popup_PreviousFile=Anterior +IV_Popup_NextFile=Siguiente +IV_Popup_Seek=Buscar %s + +; ---------------------------- + +TCS_Help0=Configurando el Modo Texto +TCS_Help1= +TCS_Help2=Cuando finalice la configuración, +TCS_Help3=presione el botón "Aplicar" para +TCS_Help4=salvar los cambios. +TCS_Help5= +TCS_Help6=Aviso sobre las fuentes ClearType: +TCS_Help7=Los textos mostrados en pantalla superior +TCS_Help8=en la NDS original pueden aparecer +TCS_Help9=muy borrosos. +TCS_Help10= +TCS_Help11= + +TCS_Title=Configuración de Modo Texto + +TCS_TopScrModeTitle=Modo Pantalla superior: +TCS_TopScrModeLightOff=Off +TCS_TopScrModeText=Texto +TCS_TopScrModeClock=Información & Hora + +TCS_ScreenSaverTitle=Salvapantallas: +TCS_ScreenSaverNormal=Estandar +TCS_ScreenSaverDigital=Digital +TCS_ScreenSaverExtend=Extra + +TCS_LineSpaceTitle=Espaciado de líneas: +TCS_LineSpaceSmall=Fino +TCS_LineSpaceMiddle=Normal +TCS_LineSpaceLarge=Ancho + +TCS_FontSizeTitle=Tamaño texto: +TCS_FontSizeSmall=Mínimo (12pix) +TCS_FontSizeMiddle=Medio (14pix) +TCS_FontSizeLarge=Máximo (16pix) + +TCS_ClearTypeFontTitle=ClearType: +TCS_ClearTypeFontNone=No +TCS_ClearTypeFontLite=Fino +TCS_ClearTypeFontNormal=Normal +TCS_ClearTypeFontHeavy=Negrita + +TCS_UseSmoothScroll=Use smooth scroll. + +TCS_CPTitle=Página de Códigos: +TCS_CP437=CP437 (US, AUS) +TCS_CP850=CP850 (DOS) +TCS_CP1252=CP1252 (Windows) + +TCS_DetectCharCodeTitle=Auto-Detectar Codificación: + +; ---------------------------- + +TV_SelEnc_Title=Please choose the text encoding type. +TV_SelEnc_Items_AutoDetect=Auto detect +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=Boot text editor. +TV_SelEnc_Help_Normal=Press A to OK, B to cancel. +TV_SelEnc_Help_NoEdit0=The file that exceeds 128kbyte +TV_SelEnc_Help_NoEdit1=cannot be edited. + +; ---------------------------- + +TV_PRG_LoadExtendFont=Cargando fuentes extendidas... +TV_PRG_LoadTextFile=Cargando archivo de texto... +TV_PRG_DetectTextEncode=Detectando codificación txt... +TV_PRG_DetectReturnCode=Detectando código retorno... +TV_PRG_ConvertToUnicode=Convirtiendo a Unicode... + +TV_UncertainFormat1=Uncertain format detected. +TV_UncertainFormat2=Start with A button long press if wrong. + +TV_Help1=A: Desplazamiento | B: Salir +TV_Help2=X: Salvar Marcas | Y: Cargar Marcas +TV_Help3=SELECT: Config.| Codificación: %s +TV_Info=Línea: %d / %d Líneas (%.2f%%) + +TV_BookmarkText_LoadTitle=Menú Cargar Marcas +TV_BookmarkText_SaveTitle=Menú Salvar Marcas +TV_BookmarkText_Empty=%d: No salvados. +TV_BookmarkText_Info=%d: %d Línea(s) %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=Nivel. %d +TV_Popup_Bookmark_Load=Cargado. +TV_Popup_Bookmark_Empty=Cancelado. +TV_Popup_Bookmark_Save=Salvado. +TV_Popup_Pause_Play=Reproducir +TV_Popup_Pause_Pause=Pausa +TV_Popup_PreviousFile=Anterior +TV_Popup_NextFile=Siguiente +TV_Popup_Seek=Buscar %s +TV_Popup_MoveToTop=Ir al inicio. +TV_Popup_MoveToLast=Ir al final. + +; ---------------------------- + +ME_Help0=Modo Bloc de Notas +ME_Help1= +ME_Help2=↓/←/↑/→: Negro/Rojo/Verde/Azul +ME_Help3=Y/X: Trazo Fino/Grueso +ME_Help4=A/B: Guardar y Salir +ME_Help5=SELECT: Deshacer +ME_Help6=L/R+Tocar pantalla: Borrador +ME_Help7=START+Mantener: Borrar nota (bmp) +ME_Help8= +ME_Help9=Apagar NDS para salir sin guardar. + +; ---------------------------- + +MemoList_Title=Modo Bloc de Notas. + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=Tocar pantalla: Crear nota nueva. +MemoList_Help3=START+Mantener: Borrar nota actual. + +; ---------------------------- + +MemoEdit_FileInfo_Open=Abrir archivo existente. +MemoEdit_FileInfo_Edited=La edición se guardará automáticamente. +MemoEdit_FileInfo_Create=Abrir como "Archivo Nuevo". + +MemoEdit_SavingNow=Salvando cambios como BMP... + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=Can not judge automatically. +TE_File_SelectEncode_Title2=Please select text encode type. + +TE_skk_DicSystem_PreloadDic=Preloading dictionary. + +TE_skk_ExitMenu_Title=EXIT MENU +TE_skk_ExitMenu_Items_Cancel=Cancel. +TE_skk_ExitMenu_Items_Overwrite=Overwrite save and exit. +TE_skk_ExitMenu_Items_SaveAs=Save as name and exit. +TE_skk_ExitMenu_Items_CreateNew=Create new. +TE_skk_ExitMenu_Items_NoSaveExit=Exit without saving. +TE_skk_ExitMenu_SavePrgMsg1=Save text file and reboot... +TE_skk_ExitMenu_SavePrgMsg2=Please don't turn off power. + +TE_SysMsg_ClipBoard_Empty=Clipboard is empty. +TE_SysMsg_ClipBoard_Pasted=Clipboard pasted. +TE_SysMsg_ClipBoard_Copied=Selected text copy to clipboard. + +TE_OSKHW_Model_ModelResults_Selector_Title=Please choose a correct character. +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=May I register +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=this handwriting data to +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=the models dictionary? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=REGIST +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=CANCEL + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.005 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.005 new file mode 100644 index 0000000..315b233 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.005 @@ -0,0 +1,611 @@ + +; MoonShell2 language resource for 'CP005 Portuguese'. +; Encoding format is UTF-8. + +Author=Axel-MaV +Target=POR / Portuguese + +; ---------------------------- + +TextFontFolderName=tfonteng + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. +DateTimeFormat=DDMMYYYY + +; ---------------------------- + +CD_CheckDisk_Start=DiskCheck iniciado. +CD_CheckDisk_End=DiskCheck executado com sucesso. + +CD_FatalError_Title=Ocorreu um erro fatal! +CD_FatalError_DuplicatedArea0=Arquivos usando o mesmo espaço em disco. +CD_FatalError_DuplicatedArea1=Alguns arquivos estão corrompidos. +CD_FatalError_BrokenEntry0=Entrada direta anormal. +CD_FatalError_BrokenEntry1=Alguns arquivos estão corrompidos. +CD_FatalError_IlligalClusterLink0=Ligação de Cluster interrompida. +CD_FatalError_IlligalClusterLink1=Arquivo possivelmente corrompido. +CD_FatalError_BrokenDirectoryLink0=Reentrada direta anormal. +CD_FatalError_BrokenDirectoryLink1=A pasta está corrompida. +CD_FatalError_BrokenUnicode0=Reentrada direta anormal. +CD_FatalError_BrokenUnicode1=O nome do arquivo foi modificado. +CD_FatalError_FileSizeError0=O tamanho do arquivo exibido é diferente +CD_FatalError_FileSizeError1=do tamanho atual. +CD_FatalError_UnknownError=Erro desconhecido +CD_FatalError_RecoveryMsg0=Método de Recuperação: +CD_FatalError_RecoveryMsg1=Copiar os arquivos para um HD e repassá-los +CD_FatalError_RecoveryMsg2=após efetuar a formatação. +CD_FatalError_StopApplication=Aplicação finalizada. + +CD_NotSupportDiskSize_Title=Erro ao manipular formato de disco. +CD_NotSupportDiskSize_Msg0=Tamanho de disco muito grande ou os +CD_NotSupportDiskSize_Msg1=clusters são muito pequenos. +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=Método de Recuperação: +CD_NotSupportDiskSize_RecoveryMsg1=Tente formatar o cartão com um tamanho +CD_NotSupportDiskSize_RecoveryMsg2=de cluster maior. +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=Checando clusters duplicados e fragmentos. + +CD_CheckFATType_Title=Checando tipo de FAT. + +CD_FATType_UnknownFATType=Tipo de FAT desconhecido. + +CD_WriteTest_Title=Checando leitura/escrita de disco. + +CD_WriteError_Title=Falha ao acessar disco. +CD_WriteError_Msg0=-Pouco espaço livre no disco. +CD_WriteError_Msg1=-Driver DLDI incompatível. +CD_WriteError_Msg2=-Problema no contado SD card / flashcart. +CD_WriteError_Msg3=-Área do disco corrompida. +CD_WriteError_Msg4= +CD_WriteError_Msg5=Ou talvez seja outro motivo. +CD_WriteError_Msg6= +CD_WriteError_Msg7=Aplicação finalizada por segurança. + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=Não foi possível abrir. +ERRMSG1_MemoryOverflow_CanRecovery=Memória insuficiente. +ERRMSG2_MemoryOverflow_CanRecovery=Clique aqui para fechar. + +ERRMSG0_NotSupportFileFormat=Formato não suportado ou +ERRMSG1_NotSupportFileFormat=arquivo corrompido. +ERRMSG2_NotSupportFileFormat=Clique aqui para fechar. + +ERRMSG0_ProgressiveJpeg=Imagem JPEG Progressivo. +ERRMSG1_ProgressiveJpeg=Arquivo não suportado. +ERRMSG2_ProgressiveJpeg=Clique aqui para fechar. + +ERRMSG0_Text0byte=Não foi possível abrir. +ERRMSG1_Text0byte=Arquivo de texto com 0byte. +ERRMSG2_Text0byte=Clique aqui para fechar. + +ERRMSG0_OverflowLargeImage=A imagem é muito grande. +ERRMSG1_OverflowLargeImage=Tamanho máximo: 5MP. +ERRMSG2_OverflowLargeImage=Clique aqui para fechar. + +ERRMSG0_NotFoundMusicFile=Não foi possível encontrar +ERRMSG1_NotFoundMusicFile=músicas na pasta especificada. +ERRMSG2_NotFoundMusicFile=Clique aqui para fechar. + +ERRMSG0_UnknownError=Ocorreu um erro +ERRMSG1_UnknownError=interno desconhecido. +ERRMSG2_UnknownError=Desligue o DS. + +; ---------------------------- + +Setup_Help1= +Setup_Help2=Apenas itens necessários para Configuração +Setup_Help3=Inicial são exibidos abaixo. +Setup_Help4= +Setup_Help5=Para ver todas as configurações pressione +Setup_Help6=START na Lista de Arquivos e selecione a +Setup_Help7=opção Definições Interface/Áudio. +Setup_Help8= +Setup_Help9=Os comandos tiveram algumas mudanças. +Setup_Help10=Consulte o arquivo KeyMap.txt. +Setup_Help11= + +Setup_BootCheckDisk=Sempre executar DiskCheck ao iniciar. +Setup_ClickSound=Ativar efeitos sonoros. +Setup_FileListMode=Exibir Lista de Arquivos +Setup_FileListMode_Single=Exibir nomes em 1 linha. +Setup_FileListMode_Double=Exibir nomes em 2 linhas. +Setup_SkipSetup=Não exibir essa tela novamente. +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=Informações do Arquivo +Launch_FileInfo_Relational=Informações do Save +Launch_Size=Tamanho: %dbytes (%dMbits) +Launch_Create=Criado em: %s %d:%02d:%02d +Launch_Update=Modificado em: %s %d:%02d:%02d +Launch_NotFoundRelationalFile=Arquivo não encontrado. + +; ---------------------------- + +FL_Help0= +FL_Help1= +FL_Help2=X/Y: Aumentar/Diminuir Volume +FL_Help3=START: Configurações +FL_Help4= +FL_Help5=L + A/B: Tocar Próxima/Anterior +FL_Help6=L + X/Y: Ajustar Brilho +FL_Help7= +FL_Help8=Segurar L ou R: Retroceder/Avançar +FL_Help9=L ou R (2 vezes): Tocar Próxima/Anterior +FL_Help10=L (3 vezes): Pausar +FL_Help11=R (3 vezes): Iniciar Modo de Espera + +; ---------------------------- + +FL_Popup_Pause_Play=Reproduzir +FL_Popup_Pause_Pause=Pausar +FL_Popup_PreviousFile=Anterior +FL_Popup_NextFile=Próximo +FL_Popup_Volume=Volume %d%% +FL_Popup_BacklightLevel=Nível %d +FL_Popup_PlayMode_Repeat=Repetir +FL_Popup_PlayMode_AllRep=Repetir Todas +FL_Popup_PlayMode_Shuffle=Aleatório +FL_Popup_Seek=Mover %s +FL_Popup_NotFoundMoonMemoFolder=/moonmemo em falta + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=Erro ao excluir arquivo/pasta +FL_DeleteFileDialog_NotFoundDustBox_Line0=A Lixeira não foi encontrada. +FL_DeleteFileDialog_NotFoundDustBox_Line1=Por favor consulte o arquivo +FL_DeleteFileDialog_NotFoundDustBox_Line2=/Manuals/DustBox.txt. + +FL_DeleteFileDialog_DisabledDustBox_Title=Erro ao excluir arquivo/pasta +FL_DeleteFileDialog_DisabledDustBox_Line0=Por favor apague arquivos da +FL_DeleteFileDialog_DisabledDustBox_Line1=Lixeira pelo Windows. +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=Erro ao excluir arquivo/pasta +FL_DeleteFileDialog_DisabledSystemFolder_Line0=Não é possível excluir arquivos +FL_DeleteFileDialog_DisabledSystemFolder_Line1=da pasta de sistema (moonshl2). +FL_DeleteFileDialog_DisabledSystemFolder_Line2= + +FL_DeleteFileDialog_DisabledMoveFolder_Title=Erro ao excluir arquivo/pasta +FL_DeleteFileDialog_DisabledMoveFolder_Line0=Não é possível excluir pastas. +FL_DeleteFileDialog_DisabledMoveFolder_Line1= +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=Confirmar exclusão de arquivo +FL_DeleteFileDialog_Question_Line0=Deseja realmente excluir o arquivo? +FL_DeleteFileDialog_Question_Line1=L+R+A: Confirmar +FL_DeleteFileDialog_Question_Line2=B: Cancelar + +FL_DeleteFileDialog_Question_EasyDelete_Title=Confirmar exclusão de arquivo +FL_DeleteFileDialog_Question_EasyDelete_Line0=Deseja realmente excluir? +FL_DeleteFileDialog_Question_EasyDelete_Line1=X+A: Confirmar +FL_DeleteFileDialog_Question_EasyDelete_Line2=B: Cancelar + +FL_DeleteFileDialog_Success_Title=Exclusão efetuada com sucesso +FL_DeleteFileDialog_Success_Line0=Arquivo enviado para a Lixeira. +FL_DeleteFileDialog_Success_Line1=Por favor apague arquivos da +FL_DeleteFileDialog_Success_Line2=Lixeira pelo Windows. + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=Ajuda - Enquanto segura L... +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L + ← : Controles de Música +FL_HelpLeft_Line3=L + → : Próxima Música +FL_HelpLeft_Line4=L + ↑ : Pausar +FL_HelpLeft_Line5=L + ↓ : Mudar Modo de Reprodução +FL_HelpLeft_Line6=L + A / B: Próxima / Anterior +FL_HelpLeft_Line7=L + X / Y: Ajustar Brilho +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L+R Simultaneamente: Pausar +FL_HelpLeft_Line10=L (2 vezes) + Segurar: Retroceder 1% +FL_HelpLeft_Line11=L (2 vezes): Música Anterior + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=Ajuda - Enquanto segura R... +FL_HelpRight_Line1= +FL_HelpRight_Line2=R + ← / → : Retroceder / Avançar 1% +FL_HelpRight_Line3=R + ↑ / ↓ : Retroceder / Avançar 5% +FL_HelpRight_Line4=R+A : Reproduzir Músicas da Pasta +FL_HelpRight_Line5=L+R+A : Reproduzir Músicas do SD Card +FL_HelpRight_Line6= +FL_HelpRight_Line7=L+R Simultaneamente: Pausar +FL_HelpRight_Line8=R (2 vezes) + Segurar: Avançar 1% +FL_HelpRight_Line9=R (2 vezes): Próxima Música +FL_HelpRight_Line10=R (3 vezes): Modo de Espera + +; ---------------------------- + +SysMenu_MemoList=Abrir Bloco de Notas +SysMenu_MemoList_NotFound=%s em falta +SysMenu_FileListMode=Alternar 1 Linha/2 Linhas +SysMenu_Customize=Definições Interface/Audio +SysMenu_RestoreBG=Restaurar Papel de Parede +SysMenu_Firmware=Sair para Firmware +SysMenu_Firmware_NotFound=%s em falta + +; ---------------------------- + +SubMenu_Title=Menu Select +SubMenu_AppLauncher=Aplicativos +SubMenu_AudioPlayer=Reprod. Áudio +SubMenu_SystemMenu=Menu Sistema +SubMenu_PowOffTimer_Set=Desligar: %dmin +SubMenu_PowOffTimer_SetHelp=L/R para mudar +SubMenu_PowOffTimer_LastTime=Timer: %d:%02d +SubMenu_BottomHelp=Pressione o botão A ou Select para confirmar. + +; ---------------------------- + +CS_Help0=Configurando Interface e Áudio +CS_Help1= +CS_Help2=Ao terminar, clique no botão "Aplicar" +CS_Help3=na tela inferior para salvar as mudanças. +CS_Help4= +CS_Help5=Pressione SELECT enquanto visualiza uma +CS_Help6=imagem, vídeo ou texto para acessar as +CS_Help7=configurações desses formatos. +CS_Help8= +CS_Help9=Você poderá encontrar outras funções +CS_Help10=extras dentro da pasta /Misc Tools/Extras. +CS_Help11= + +CS_Title=Opções de Interface e Áudio + +CS_PageTab_Title=Categoria: +CS_PageTab_Global=Global +CS_PageTab_FileList=Lista +CS_PageTab_ScreenSaver=P.Tela +CS_PageTab_Music=Música + +CS_Cancel=Cancelar +CS_Ok=Aplicar + +; ---------------------------- + +CSG_SkipSetup=Não exibir Configurações Iniciais. +CSG_BootCheckDisk=Sempre executar DiskCheck ao iniciar. + +CSG_ClickSound=Ativar efeitos sonoros. +CSG_EnableFadeEffect=Ativar efeitos de transição. +CSG_AutoLastState=Iniciar em Arquivos Recentes. +CSG_LRKeyLockTitle=Desativar os botões L/R: +CSG_LRKeyLockAlwayOff=Sempre +CSG_LRKeyLockRelationalPanel=DS fechado +CSG_LRKeyLockAlwayOn=Nunca +CSG_EnableResumeFunction=Continuar a última reprodução. +CSG_EnableScreenCapture=Ativar Captura de Tela no DSi. +CSG_SpeakerPowerOffWhenPanelClosed=Desligar som ao fechar o DS. + +CSF_MoveFolderLocked=Bloquear pastas. +CSF_HiddenFilenameExt=Ocultar extensão dos arquivos. +CSF_HiddenNotSupportFileType=Ocultar arquivos desconhecidos. +CSF_HiddenNDSROMFile=Ocultar arquivos NDSROM. +CSF_EnableFileInfo=Exibir informações de arquivos na lista. +CSF_ShowOnlineHelp_LRButton=Exibir Ajuda ao pressionar L/R. +CSF_BButtonToFolderUp=Não parar a música ao pressionar B. +CSF_EasyDeleteKey=Efetuar exclusão pressionando X+A. +CSF_UseJpegExifThumbnail=Exibir miniaturas usando Jpeg EXIF. +CSF_ShowCoverImage=Exibir arte do álbum (MP3/M4A). +CSF_HideAttribute_Title=Ocultar atributos: +CSF_HideAttribute_Archive=Arquivo +CSF_HideAttribute_Hidden=Oculto +CSF_HideAttribute_System=Sistema +CSF_HideAttribute_ReadOnly=Somente Leitura + +CSS_EnabledScreenSaver=Usar protetor de tela. +CSS_Use24hFormat=Relógio 24 horas. +CSS_ScreenSaverTitle=Estilo: +CSS_ScreenSaverNormal=Normal +CSS_ScreenSaverDigital=Digital +CSS_ScreenSaverExtend=Extra +CSS_ScreenSaverBGTitle=Fundo: +CSS_ScreenSaverBGSkinDefault=Padrão +CSS_ScreenSaverBGTopScreen=Tela Superior +CSS_ScreenSaverBGBottomScreen=Tela Inferior +CSS_ScreenSaverTimeOutSecTitle=Ocioso: +CSS_ScreenSaverTimeOutSec5sec=5s +CSS_ScreenSaverTimeOutSec10sec=10s +CSS_ScreenSaverTimeOutSec30sec=30s +CSS_ScreenSaverTimeOutSec60sec=60s +CSS_ScreenSaverTimeOutSecOff=Desligar luz de fundo. +CSS_ShowID3Tag=Exibir ID3 tags. + +CSM_PlayListEndTitle=Após reproduzir lista de músicas: +CSM_PlayListEndLoop=Repetir +CSM_PlayListEndStop=Parar +CSM_PlayListEndPowerOff=Desligar o DS + +; ---------------------------- + +ACS_Help0=Configurando Reprodução de Música +ACS_Help1= +ACS_Help2=Ao terminar, clique no botão "Aplicar" +ACS_Help3=na tela inferior para salvar as mudanças. +ACS_Help4= +ACS_Help5= +ACS_Help6=A reprodução poderá ter falhas caso a +ACS_Help7=música que esteja sendo executada +ACS_Help8=precise um maior uso de CPU enquanto +ACS_Help9=calcula os espectros. +ACS_Help10= +ACS_Help11= + +ACS_Title=Opções de Reprodução de Música + +ACS_AlwaysUsedAudioPlayer=Definir este reprodutor como padrão. +ACS_PauseWhenStopped=Pausar ao voltar para a lista. +ACS_DrawPlayList=Exibir lista de músicas. +ACS_DrawSpectrumAnalyzer=Exibir espectros das músicas. + +; ---------------------------- + +DCS_Help0=Configurando Reprodução de Vídeo +DCS_Help1= +DCS_Help2=Ao terminar, clique no botão "Aplicar" +DCS_Help3=na tela inferior para salvar as mudanças. +DCS_Help4= +DCS_Help5= +DCS_Help6=Aviso: +DCS_Help7=Aumentar a velocidade durante o processo +DCS_Help8=de reprodução (FastStart) poderá causar +DCS_Help9=lentidão em vídeos com framerate alto. +DCS_Help10= +DCS_Help11= + +DCS_Title=Opções de Reprodução de Vídeo + +DCS_EnabledFastStart=Ativar FastStart em vídeos. +DCS_PauseWhenPanelClosed=Pausar vídeo ao fechar o DS. +DCS_EnableIndividualResume=Gravar última posição de cada vídeo. +DCS_ControlPowerLED=Desligar LED ao reproduzir vídeo. +DCS_InverseVisual_PlayPause=Inverter botão Reproduzir/Pausar. +DCS_EverytimeStopOfEnd=Voltar a lista ao terminar reprodução. +DCS_WhenLateDecodingWaitPause=Pausar enquanto decodifica. +DCS_BacklightTimeOutTitle=Desligar luz de fundo: +DCS_BacklightTimeOutOff=Não +DCS_BacklightTimeOut5sec=5s +DCS_BacklightTimeOut10sec=10s +DCS_BacklightTimeOut15sec=15s + +; ---------------------------- + +DV_VolumeLabel=Volume +DV_VolumeValue=%d%% +DV_VolumeMute=Mudo +DV_VolumeMax=MAX + +; ---------------------------- + +DV_Popup_Pause_Play=Reproduzir +DV_Popup_Pause_Pause=Pausar +DV_Popup_PreviousFile=Anterior +DV_Popup_NextFile=Próximo +DV_Popup_Volume=Volume %d%% +DV_Popup_Seek=Mover %s segs +DV_Popup_BacklightLevel=Nível %d + +; ---------------------------- + +ICS_Help0=Configurando Exibição de Imagem +ICS_Help1= +ICS_Help2=Ao terminar, clique no botão "Aplicar" +ICS_Help3=na tela inferior para salvar as mudanças. +ICS_Help4= +ICS_Help5=Você pode definir uma imagem como Papel +ICS_Help6=de Parede pressionando START enquanto +ICS_Help7=efetua a visualização. +ICS_Help8= +ICS_Help9=Para restaurar o Papel de Parede padrão +ICS_Help10=pressione START na Lista de Arquivos e +ICS_Help11=selecione "Restaurar Papel de Parede". + +ICS_Title=Opções de Exibição de Imagem + +ICS_ShowInfomation=Mostrar dados do arquivo e ajuda. +ICS_ShowControlIcons=Mostrar ícones de controle. +ICS_DoubleSpeedKey=Aumentar sensibilidade dos botões. +ICS_DoubleSpeedTouch=Aumentar sensibilidade da stylus. +ICS_MultipleResume=Memorizar nível de zoom. +ICS_AutoFitting=Auto-ajuste de JPEGs grandes. +ICS_EnabledProgressiveJpeg=Permitir jpeg progressivo. +ICS_StartPosTitle=Posição Inicial: +ICS_StartPosLeftTop=←↑ +ICS_StartPosRightTop=↑→ +ICS_StartPosLeftBottom=←↓ +ICS_StartPosRightBottom=↓→ +ICS_AutoNextTimeSecTitle=Avançar: +ICS_AutoNextTimeSecOff=Não +ICS_AutoNextTimeSec10sec=10s +ICS_AutoNextTimeSec30sec=30s +ICS_AutoNextTimeSec60sec=60s +ICS_ShowInfoTopScreen=Exibir informações na tela superior. +ICS_EffectTitle=Opções de Papel de Parede: +ICS_EffectHeightPadding=Aplicar diferença entre as telas. +ICS_EffectPastelForTopBG=Transparência na tela superior. +ICS_EffectPastelForBottomBG=Transparência na tela inferior. + +; ---------------------------- + +IV_LoadMsg0=Carregando imagem. +IV_LoadMsg1=Por favor espere... + +IV_Help1=START: Papel de Parede | Select: Opções +IV_Help2=Y: 50% | X: 200% | A: 100% | B: Voltar + +; ---------------------------- + +IV_Popup_BacklightLevel=Nível %d +IV_Popup_Zoom=Zoom %d%% +IV_Popup_Pause_Play=Reproduzir +IV_Popup_Pause_Pause=Pausar +IV_Popup_PreviousFile=Anterior +IV_Popup_NextFile=Próximo +IV_Popup_Seek=Mover %s + +; ---------------------------- + +TCS_Help0=Configurando Exibição de Texto +TCS_Help1= +TCS_Help2=Ao terminar, clique no botão "Aplicar" +TCS_Help3=na tela inferior para salvar as mudanças. +TCS_Help4= +TCS_Help5= +TCS_Help6=Aviso Sobre Fontes ClearType: +TCS_Help7=Textos visualizados na tela superior +TCS_Help8=do DS original "Phat" podem aparecer +TCS_Help9=extremamente embaçadas. +TCS_Help10= +TCS_Help11= + +TCS_Title=Opções de Exibição de Texto + +TCS_TopScrModeTitle=Exibição da Tela Superior: +TCS_TopScrModeLightOff=Desligado +TCS_TopScrModeText=Texto +TCS_TopScrModeClock=Informação + +TCS_ScreenSaverTitle=Protetor de Tela: +TCS_ScreenSaverNormal=Normal +TCS_ScreenSaverDigital=Digital +TCS_ScreenSaverExtend=Extra + +TCS_LineSpaceTitle=Espaçamento: +TCS_LineSpaceSmall=Estreito +TCS_LineSpaceMiddle=Normal +TCS_LineSpaceLarge=Amplo + +TCS_FontSizeTitle=Tamanho da fonte: +TCS_FontSizeSmall=Pequeno +TCS_FontSizeMiddle=Médio +TCS_FontSizeLarge=Grande + +TCS_ClearTypeFontTitle=ClearType: +TCS_ClearTypeFontNone=Não +TCS_ClearTypeFontLite=Fino +TCS_ClearTypeFontNormal=Normal +TCS_ClearTypeFontHeavy=Negrito + +TCS_UseSmoothScroll=Usar rolagem suave. + +TCS_CPTitle=Code Page: +TCS_CP437=437 +TCS_CP850=850 +TCS_CP1252=1252 + +TCS_DetectCharCodeTitle=Auto-Detectar Codificação: + +; ---------------------------- + +TV_SelEnc_Title=Escolha o tipo de codificação: +TV_SelEnc_Items_AutoDetect=Auto-detectar +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=Iniciar Editor de Texto +TV_SelEnc_Help_Normal=Pressione A para Aceitar, B para Cancelar. +TV_SelEnc_Help_NoEdit0=Arquivos maiores que 128kbytes +TV_SelEnc_Help_NoEdit1=não podem ser editados. + +; ---------------------------- + +TV_PRG_LoadExtendFont=Carregando fontes extendidas... +TV_PRG_LoadTextFile=Carregando arquivo de texto... +TV_PRG_DetectTextEncode=Detectando codificação de texto... +TV_PRG_DetectReturnCode=Detectando código de retorno... +TV_PRG_ConvertToUnicode=Convertendo para Unicode... + +TV_UncertainFormat1=Arquivo com formato incorreto detectado. +TV_UncertainFormat2=Mantenha pressionado o botão A ao abrí-lo. + +TV_Help1=A: Rolar Página / B: Voltar +TV_Help2=X/Y: Salvar/Carregar Marcador +TV_Help3=Select: Opções / Codificação: %s +TV_Info=Linha: %d / %d Linhas (%.2f%%) + +TV_BookmarkText_LoadTitle=Carregar Marcador +TV_BookmarkText_SaveTitle=Salvar Marcador +TV_BookmarkText_Empty=%d: Vazio +TV_BookmarkText_Info=%d: %d Linha(s) %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=Nível %d +TV_Popup_Bookmark_Load=Carregado +TV_Popup_Bookmark_Empty=Cancelado +TV_Popup_Bookmark_Save=Salvo +TV_Popup_Pause_Play=Reproduzir +TV_Popup_Pause_Pause=Pausar +TV_Popup_PreviousFile=Anterior +TV_Popup_NextFile=Próximo +TV_Popup_Seek=Mover %s +TV_Popup_MoveToTop=Início +TV_Popup_MoveToLast=Final + +; ---------------------------- + +ME_Help0=Editor de Bloco de Notas +ME_Help1= +ME_Help2=↓ / ← / ↑ / →: Preto/Vermelho/Verde/Azul +ME_Help3=Y / X: Pincel Fino/Grosso +ME_Help4=A / B: Salvar e Sair +ME_Help5=SELECT: Desfazer +ME_Help6=L/R + Touch: Apagar +ME_Help7= +ME_Help8=Desligue o DS para sair sem salvar. +ME_Help9= + +; ---------------------------- + +MemoList_Title=Lista de Bloco de Notas + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=Touch Screen: Criar nova página. +MemoList_Help3=Segurar START: Excluir página selecionada. + +; ---------------------------- + +MemoEdit_FileInfo_Open=Aberto um arquivo existente. +MemoEdit_FileInfo_Edited=Editando. Arquivo automaticamente salvo. +MemoEdit_FileInfo_Create=Aberto um "Novo Arquivo". + +MemoEdit_SavingNow=Salvando imagem BMP... + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=Impossível definir automaticamente. +TE_File_SelectEncode_Title2=Por favor escolha uma codificação. + +TE_skk_DicSystem_PreloadDic=Carregando modelos de escrita. + +TE_skk_ExitMenu_Title=MENU SAIR +TE_skk_ExitMenu_Items_Cancel=Cancelar. +TE_skk_ExitMenu_Items_Overwrite=Salvar. +TE_skk_ExitMenu_Items_SaveAs=Salvar novo. +TE_skk_ExitMenu_Items_CreateNew=Salvar como: +TE_skk_ExitMenu_Items_NoSaveExit=Sair sem salvar. +TE_skk_ExitMenu_SavePrgMsg1=Salvando e reiniciando... +TE_skk_ExitMenu_SavePrgMsg2=Por favor não desligue. + +TE_SysMsg_ClipBoard_Empty=Área de Transferência vazia. +TE_SysMsg_ClipBoard_Pasted=Texto colado da Área de Transferência. +TE_SysMsg_ClipBoard_Copied=Texto copiado para a Área de Transferência. + +TE_OSKHW_Model_ModelResults_Selector_Title=Escolha um caractér para associar a escrita. +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=deve ser associado ao +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=modelo de escrita exibido +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=ao lado esquerdo? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=ASSOCIAR +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=CANCELAR + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.006 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.006 new file mode 100644 index 0000000..f475145 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.006 @@ -0,0 +1,611 @@ + +; MoonShell2 language resource for 'CP006 Dutch'. +; Encoding format is UTF-8. + +Author=Bram Vandeperre +Target=NL / Nederlands/Dutch + +; ---------------------------- + +TextFontFolderName=tfonteng + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. Select in your country. +; The date format is for Europe +DateTimeFormat=DDMMYYYY + +; ---------------------------- + +CD_CheckDisk_Start=Geheugenkaart controleren... +CD_CheckDisk_End=Controle voltooid; Geen fouten. + +CD_FatalError_Title=Schijffout +CD_FatalError_DuplicatedArea0=Twee dezelfde bestanden gebruiken de zelfde map +CD_FatalError_DuplicatedArea1=Sommige bestanden zijn al verwijderd +CD_FatalError_BrokenEntry0=Fout: Pad bestaat niet +CD_FatalError_BrokenEntry1=Een of meer bestanden zijn beschadigd +CD_FatalError_IlligalClusterLink0=De cluster link is beschadigd. +CD_FatalError_IlligalClusterLink1=Fout: Beschadigd Bestand. +CD_FatalError_BrokenDirectoryLink0=Fout: Verkeerd pad opgegeven. +CD_FatalError_BrokenDirectoryLink1=Pad bestaat niet. +CD_FatalError_BrokenUnicode0=Verkeerde invoer. +CD_FatalError_BrokenUnicode1=Lange bestandsnaam is verwijderd +CD_FatalError_FileSizeError0=De grootte van de map en de echte +CD_FatalError_FileSizeError1=grootte verschilt. +CD_FatalError_UnknownError=Onverwachte error +CD_FatalError_RecoveryMsg0=Hersteld rapport: +CD_FatalError_RecoveryMsg1=Back-up je bestanden om niets te verliezen +CD_FatalError_RecoveryMsg2=Herstel bestanden na formatteren van TF Kaart +CD_FatalError_StopApplication=Onverwachtse fout, programma gestopt + +CD_NotSupportDiskSize_Title=De grootte van je geheugenkaart is niet ondersteund +CD_NotSupportDiskSize_Msg0=De diskgrootte is te groot of +CD_NotSupportDiskSize_Msg1=De grootte van de clusters zijn te klein +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=Herstellingsrapport: +CD_NotSupportDiskSize_RecoveryMsg1=Probeer te formatteren naar +CD_NotSupportDiskSize_RecoveryMsg2=een grotere diskcluster +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=De fragmentatie is multi-cluster + +CD_CheckFATType_Title=FAT Geheugen wordt gescand + +CD_FATType_UnknownFATType=Bestandssysteem niet herkend + +CD_WriteTest_Title=lees/schrijf test geheugenkaart + +CD_WriteError_Title=geheugenkaart: niet toegankelijk +CD_WriteError_Msg0=Niet genoeg ruimte op geheugenkaart +CD_WriteError_Msg1=DLDI driver ondersteund het schrijven niet +CD_WriteError_Msg2=Incompatible geheugenkaart of los contact op geheugenkaart +CD_WriteError_Msg3=Data is Beschadigd +CD_WriteError_Msg4= +CD_WriteError_Msg5=De grootste kans is dat het bovenstaande is gebeurd +CD_WriteError_Msg6= +CD_WriteError_Msg7=Uit voorzorg is dit programma gestopt + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=Geheugenfout +ERRMSG1_MemoryOverflow_CanRecovery=Bestand Openen is geanulleerd +ERRMSG2_MemoryOverflow_CanRecovery=Tik op het venster om te sluiten + +ERRMSG0_NotSupportFileFormat=Niet-ondersteund bestandstype +ERRMSG1_NotSupportFileFormat=Of het bestand is beschadigd +ERRMSG2_NotSupportFileFormat=Tik op het venster om te sluiten + +ERRMSG0_ProgressiveJpeg=Progressive JPEG Bestand openen mislukt +ERRMSG1_ProgressiveJpeg= +ERRMSG2_ProgressiveJpeg=Tik op het venster om te sluiten + +ERRMSG0_Text0byte=Dit bestand is leeg +ERRMSG1_Text0byte=Bestand van 0 bytes is niet te openen +ERRMSG2_Text0byte=Tik op het venster om te sluiten + +ERRMSG0_OverflowLargeImage=Resolutie niet ondersteund +ERRMSG1_OverflowLargeImage=Maximum is 5 Miljoen pixels +ERRMSG2_OverflowLargeImage=Tik op het venster om te sluiten + +ERRMSG0_NotFoundMusicFile=Geen muziekbestanden gevonden +ERRMSG1_NotFoundMusicFile=in opgegeven map +ERRMSG2_NotFoundMusicFile=Tik op het venster om te sluiten + +ERRMSG0_UnknownError=Onbekende fout plaatsgevonden +ERRMSG1_UnknownError=Zet je DS uit en herstart +ERRMSG2_UnknownError= + +; ---------------------------- + +Setup_Help1= +Setup_Help2=Initiële setup +Setup_Help3= +Setup_Help4= +Setup_Help5=Om alle instellingen weer te geven, druk op start +Setup_Help6=en druk op algemene instellingen +Setup_Help7= +Setup_Help8= +Setup_Help9=Laatste keymap kan worden gevonden in +Setup_Help10=manuals/KeyMap.txt +Setup_Help11= + +Setup_BootCheckDisk=Voer een TFKaart test uit bij opstarten +Setup_ClickSound=Activeer geluiseffecten +Setup_FileListMode=Bestandsweergave +Setup_FileListMode_Single=Geef namen weer op 1 regel +Setup_FileListMode_Double=Geef lange namen weer op 2 regels +Setup_SkipSetup=Start dit niet bij opstarten +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=Bestandsinfo: +Launch_FileInfo_Relational=Savebestandsinfo: +Launch_Size=Size : %dbyte (%dMbit) +Launch_Create=Created: %s %d:%02d:%02d +Launch_Update=Updated: %s %d:%02d:%02d +Launch_NotFoundRelationalFile=Save bestand niet gevonden. + +; ---------------------------- + +FL_Help0= +FL_Help1= +FL_Help2=X/Y : Volume wijzigen +FL_Help3=START: Systeemopties +FL_Help4= +FL_Help5=L+A/B: volgende/vorige nummer +FL_Help6=L+X/Y: Achtergrondlicht +FL_Help7= +FL_Help8=L of R en touch: Nieuwe memo +FL_Help9=L/R inhouden: Zoeken in nummer +FL_Help10=L/R dubbele touch: volgende/vorige nummer +FL_Help11=R driedubbele touch: Standby modus + +; ---------------------------- + +FL_Popup_Pause_Play=PLAY +FL_Popup_Pause_Pause=PAUZE +FL_Popup_PreviousFile=vorig bestand +FL_Popup_NextFile=volgend bestand +FL_Popup_Volume=Volume. %d%% +FL_Popup_BacklightLevel=Level. %d +FL_Popup_PlayMode_Repeat=Herhaal +FL_Popup_PlayMode_AllRep=Herhaal alles +FL_Popup_PlayMode_Shuffle=Random +FL_Popup_Seek=Zoek %s +FL_Popup_NotFoundMoonMemoFolder=Niet gevonden /moonmemo map. + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=Bestand verwijderen? +FL_DeleteFileDialog_NotFoundDustBox_Line0=Geen prullenbakmap gevonden. +FL_DeleteFileDialog_NotFoundDustBox_Line1=Kijk in +FL_DeleteFileDialog_NotFoundDustBox_Line2=/manuals/DustBox.txt + +FL_DeleteFileDialog_DisabledDustBox_Title=Bestand verwijderen? +FL_DeleteFileDialog_DisabledDustBox_Line0=Verwijder dit bestand +FL_DeleteFileDialog_DisabledDustBox_Line1=in de prullenbak van windows +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=Bestand verwijderen? +FL_DeleteFileDialog_DisabledSystemFolder_Line0=Toegang geweigerd +FL_DeleteFileDialog_DisabledSystemFolder_Line1= +FL_DeleteFileDialog_DisabledSystemFolder_Line2= + +FL_DeleteFileDialog_DisabledMoveFolder_Title=Bestand verwijderen? +FL_DeleteFileDialog_DisabledMoveFolder_Line0=Niet toegestaan +FL_DeleteFileDialog_DisabledMoveFolder_Line1= +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=Bestand verwijderen? +FL_DeleteFileDialog_Question_Line0=Bestand verwijderen? +FL_DeleteFileDialog_Question_Line1=L+R+A : Verwijderen +FL_DeleteFileDialog_Question_Line2=B : Annuleren + +FL_DeleteFileDialog_Question_EasyDelete_Title=File Bestand verwijderen? +FL_DeleteFileDialog_Question_EasyDelete_Line0=Bestand verwijderen? +FL_DeleteFileDialog_Question_EasyDelete_Line1=X+A : Verwijderen +FL_DeleteFileDialog_Question_EasyDelete_Line2=B : Annuleren + +FL_DeleteFileDialog_Success_Title=Bestand verwijderen +FL_DeleteFileDialog_Success_Line0= +FL_DeleteFileDialog_Success_Line1=Bestand is verwijderd +FL_DeleteFileDialog_Success_Line2= + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=L knop-gebaseerde functies: +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L + Links: Geef weer/niet weer van audioties +FL_HelpLeft_Line3=L + Rechts: Volgend Nummer +FL_HelpLeft_Line4=L + Boven: Pauze +FL_HelpLeft_Line5=L + Beneden: Verander afspeelopties +FL_HelpLeft_Line6=L + A/B: volgende/vorige +FL_HelpLeft_Line7=L + X/Y: Achtergrondlicht +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L + R: Pauze +FL_HelpLeft_Line10=L inhouden: Terugzoeken in nummer +FL_HelpLeft_Line11=L dubbele touch: Vorig nummer + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=R knop-gebaseerde functies: +FL_HelpRight_Line1= +FL_HelpRight_Line2=R + Links/Rechts: 1% Voorwaarts/Achterwaarts zoeken +FL_HelpRight_Line3=R + Boven/Beneden: 5% Voorwaarts/Achterwaarts zoeken +FL_HelpRight_Line4=R + A: Alle nummers in een map afspelen +FL_HelpRight_Line5=L + R + A: Alle nummers op geheugenkaart spelen +FL_HelpRight_Line6= +FL_HelpRight_Line7=L + R: Pauze +FL_HelpRight_Line8=R inhouden: 1% Voorwaarts zoeken +FL_HelpRight_Line9=R dubbele touch: Volgend nummer +FL_HelpRight_Line10=R driedubbele touch: Standbymodus + +; ---------------------------- + +SysMenu_MemoList=Open memolijst +SysMenu_MemoList_NotFound=Kan %s niet vinden +SysMenu_FileListMode=Wissel weergavemode +SysMenu_Customize=Configuratie +SysMenu_RestoreBG=Normale achtergrond +SysMenu_Firmware=Verlaat moonshell +SysMenu_Firmware_NotFound=bestand "%s" niet gevonden. + +; ---------------------------- + +SubMenu_Title=Select menu +SubMenu_AppLauncher=App launcher +SubMenu_AudioPlayer=Audio player +SubMenu_SystemMenu=System menu +SubMenu_PowOffTimer_Set=POffTimer %dmin +SubMenu_PowOffTimer_SetHelp=L/R to set. +SubMenu_PowOffTimer_LastTime=LastTime %d:%02d +SubMenu_BottomHelp=Both A and select button are the decisions. + +; ---------------------------- + +CS_Help0=Algemene Instellingen +CS_Help1= +CS_Help2= +CS_Help3=Om alle afbeelding/video/tekstopties in te kunnen stellen +CS_Help4=open je het bepaalde bestand +CS_Help5=en druk je op select +CS_Help6= +CS_Help7= +CS_Help8=Nota: +CS_Help9=Presets zijn in de map: /misctools/additional +CS_Help10= +CS_Help11= + +CS_Title=Algemene Instellingen + +CS_PageTab_Title=Category +CS_PageTab_Global=Global +CS_PageTab_FileList=FileList +CS_PageTab_ScreenSaver=ScrSaver +CS_PageTab_Music=Music + +CS_Cancel=Annuleren +CS_Ok=Toepassen + +; ---------------------------- + +CSG_SkipSetup=Geen setup bij starten +CSG_BootCheckDisk=Geheugenkaart coctroleren bij opstarten + +CSG_ClickSound=Geluidseffecten +CSG_EnableFadeEffect=Gebruik transitie tussen schermen +CSG_AutoLastState=Start File Launcher at startup +CSG_LRKeyLockTitle=L/R toets gebruik beperking. +CSG_LRKeyLockAlwayOff=Altijd UIT +CSG_LRKeyLockRelationalPanel=Relationeel paneel +CSG_LRKeyLockAlwayOn=Altijd AAN +CSG_EnableResumeFunction=Resume information is regularly preserved. +CSG_EnableScreenCapture=DSi uses the screen capture. +CSG_SpeakerPowerOffWhenPanelClosed=When the lid is shut, the speaker power supply is turned off. + +CSF_MoveFolderLocked=Geen mappen verkennen +CSF_HiddenFilenameExt=Verberg bestandsextenties +CSF_HiddenNotSupportFileType=Geen onbekende bestanden weergeven +CSF_HiddenNDSROMFile=Verberg NDSROM bestanden. +CSF_EnableFileInfo=geef info weer in bestandslijst +CSF_ShowOnlineHelp_LRButton=Help of the L/R button is displayed. +CSF_BButtonToFolderUp=The cursor goes out of the folder when B button. +CSF_EasyDeleteKey=The deletion is executed with the X+A button. +CSF_UseJpegExifThumbnail=The thumbnail image is displayed by using Jpeg EXIF. +CSF_ShowCoverImage=The jacket images such as M4A and MP3 are displayed. +CSF_HideAttribute_Title=Hide file attributes +CSF_HideAttribute_Archive=Archive +CSF_HideAttribute_Hidden=Hidden +CSF_HideAttribute_System=System +CSF_HideAttribute_ReadOnly=ReadOnly + +CSS_EnabledScreenSaver=Use screen saver. +CSS_Use24hFormat=Time is 24 hour system. +CSS_ScreenSaverTitle=Type: +CSS_ScreenSaverNormal=Normaal +CSS_ScreenSaverDigital=Digitaal +CSS_ScreenSaverExtend=Verlengd +CSS_ScreenSaverBGTitle=BG +CSS_ScreenSaverBGSkinDefault=SkinDef +CSS_ScreenSaverBGTopScreen=TopScherm +CSS_ScreenSaverBGBottomScreen=onderScherm +CSS_ScreenSaverTimeOutSecTitle=Inactieftijd +CSS_ScreenSaverTimeOutSec5sec=5 +CSS_ScreenSaverTimeOutSec10sec=10 +CSS_ScreenSaverTimeOutSec30sec=30 +CSS_ScreenSaverTimeOutSec60sec=60 +CSS_ScreenSaverTimeOutSecOff=The backlight is turned off. +CSS_ShowID3Tag=Toon ID3Tag tijdens afspelen + +CSM_PlayListEndTitle=Wanneer playlist eindigt. +CSM_PlayListEndLoop=Loop +CSM_PlayListEndStop=Stop +CSM_PlayListEndPowerOff=Uitschakelen + +; ---------------------------- + +ACS_Help0=Configuring music player settings +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4= +ACS_Help5= +ACS_Help6= +ACS_Help7= +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=Music player settings + +ACS_AlwaysUsedAudioPlayer=The music player is always used. +ACS_PauseWhenStopped=Returns to the file list after the pause is done. +ACS_DrawPlayList=Show play list to the top screen. +ACS_DrawSpectrumAnalyzer=A spectrum analyzer is displayed. + +; ---------------------------- + +DCS_Help0=Video Afspeelopties +DCS_Help1= +DCS_Help2= +DCS_Help3= +DCS_Help4= +DCS_Help5= +DCS_Help6= +DCS_Help7= +DCS_Help8= +DCS_Help9= +DCS_Help10= +DCS_Help11= + +DCS_Title=Video Afspeelopties + +DCS_EnabledFastStart=Sneller afspelen bij opstarten +DCS_PauseWhenPanelClosed=Pauze bij gesloten DS +DCS_EnableIndividualResume=Activeer individueel hervatten. +DCS_ControlPowerLED=Stroom-LED is uitgeschakeld. +DCS_InverseVisual_PlayPause=Change skin. Play vs pause icon. +DCS_EverytimeStopOfEnd=The screen returns whenever the video ends. +DCS_BacklightTimeOutTitle=Backlight timeout (sec) +DCS_BacklightTimeOutOff=Off +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=Vol. +DV_VolumeValue=%d%% +DV_VolumeMute=Stil +DV_VolumeMax=max. + +; ---------------------------- + +DV_Popup_Pause_Play=PLAY +DV_Popup_Pause_Pause=PAUZE +DV_Popup_PreviousFile=Vorig bestand +DV_Popup_NextFile=Volgend bestand +DV_Popup_Volume=Volume. %d%% +DV_Popup_Seek=Zoek %ssec +DV_Popup_BacklightLevel=Level. %d + +; ---------------------------- + +ICS_Help0=Afbeeldingsopties +ICS_Help1= +ICS_Help2= +ICS_Help3= +ICS_Help4= +ICS_Help5=Selecteer "Set Background To Default" in +ICS_Help6=het startmenu om het standaardthema in te stellen +ICS_Help7= +ICS_Help8= +ICS_Help9= +ICS_Help10= +ICS_Help11= + +ICS_Title=Afbeeldingsopties + +ICS_ShowInfomation=geef info weer +ICS_ShowControlIcons=geef aanraakbesturingsiconen weer +ICS_DoubleSpeedKey=Dubbele vierpuntsdruktoetsgevoeligheid +ICS_DoubleSpeedTouch=Dubbele aanraakschermgevoeligheid +ICS_MultipleResume=Onthoud Zoom +ICS_AutoFitting=Automatisch verkleinen +ICS_EnabledProgressiveJpeg=Enabled progressive jpeg format. +ICS_StartPosTitle=Set initial image view +ICS_StartPosLeftTop=linksboven +ICS_StartPosRightTop=rechtsboven +ICS_StartPosLeftBottom=linksonder +ICS_StartPosRightBottom=rechtsonder +ICS_AutoNextTimeSecTitle=Auto next +ICS_AutoNextTimeSecOff=Off +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=Information is displayed to top screen. +ICS_EffectTitle=Achtergrondinstellingen: +ICS_EffectHeightPadding=Activeer hoogtepadding +ICS_EffectPastelForTopBG=Bovenste scherm transparant +ICS_EffectPastelForBottomBG=Onderste scherm transparant + +; ---------------------------- + +IV_LoadMsg0=Afbeelding genereren +IV_LoadMsg1=Even geduld... + +IV_Help1=Start: Achtergrond Select: instellingen +IV_Help2=Y: 50% X: 200% A: 100% B: Origineel + +; ---------------------------- + +IV_Popup_BacklightLevel=Level. %d +IV_Popup_Zoom=Zoom %d%% +IV_Popup_Pause_Play=PLAY +IV_Popup_Pause_Pause=PAUZE +IV_Popup_PreviousFile=vorig bestand +IV_Popup_NextFile=volgend bestand +IV_Popup_Seek=Zoek %s + +; ---------------------------- + +TCS_Help0=Tekst weergave +TCS_Help1= +TCS_Help2=Nota: +TCS_Help3=ClearType lettertypen kunnen +TCS_Help4=wazig worden op de oude Nintendo DS +TCS_Help5= +TCS_Help6= +TCS_Help7=Wanneer tekstencodering niet kan worden +TCS_Help8=gedetecteert, houd dan A in of raak het +TCS_Help9=aanraakscherm aan om zelf te kiezen +TCS_Help10= +TCS_Help11= + +TCS_Title=Tekst weergave + +TCS_TopScrModeTitle=Bovenste schermweergave +TCS_TopScrModeLightOff=Uit +TCS_TopScrModeText=geef tekst weer +TCS_TopScrModeClock=Geef klok weer + +TCS_ScreenSaverTitle=Screensaver +TCS_ScreenSaverNormal=Normaal +TCS_ScreenSaverDigital=Digitaal +TCS_ScreenSaverExtend=Verlengd + +TCS_LineSpaceTitle=Regelafstand +TCS_LineSpaceSmall=Smal +TCS_LineSpaceMiddle=Standaard +TCS_LineSpaceLarge=breed + +TCS_FontSizeTitle=Lettertype +TCS_FontSizeSmall=klein +TCS_FontSizeMiddle=middel +TCS_FontSizeLarge=groot + +TCS_ClearTypeFontTitle=ClearType +TCS_ClearTypeFontNone=geen +TCS_ClearTypeFontLite=Licht +TCS_ClearTypeFontNormal=Standaard +TCS_ClearTypeFontHeavy=Heavy + +TCS_UseSmoothScroll=Gebruik vlot scrollen. + +TCS_CPTitle=CodePage +TCS_CP437=437 +TCS_CP850=850 +TCS_CP1252=1252 + +TCS_DetectCharCodeTitle=Detecteer volgende coderingen automatisch: + +; ---------------------------- + +TV_SelEnc_Title=Please choose the text encoding type. +TV_SelEnc_Items_AutoDetect=Auto detect +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=Boot text editor. +TV_SelEnc_Help_Normal=Press A to OK, B to cancel. +TV_SelEnc_Help_NoEdit0=The file that exceeds 128kbyte +TV_SelEnc_Help_NoEdit1=cannot be edited. + +; ---------------------------- + +TV_PRG_LoadExtendFont=Uitgebreid lettertype laden... +TV_PRG_LoadTextFile=Tekstbestand laden... +TV_PRG_DetectTextEncode=Detecteren van tekstcodering... +TV_PRG_DetectReturnCode=Detecteren van ontvangen code... +TV_PRG_ConvertToUnicode=Converteren naar Unicode... + +TV_UncertainFormat1=Onbekend formaat gedetecteert. +TV_UncertainFormat2=Start door A in te houden. + +TV_Help1=A : Paginascroll / B : Terug +TV_Help2=X/Y : Bookmark Save/Load menu. +TV_Help3=SELECT : Instelling / Encodering : %s +TV_Info=CurLine : %d / %d lijnen (%.2f%%) + +TV_BookmarkText_LoadTitle=Bookmark Load Menu +TV_BookmarkText_SaveTitle=Bookmark Save Menu +TV_BookmarkText_Empty=%d : Niet opgeslagen. +TV_BookmarkText_Info=%d : %d lijnen %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=Level. %d +TV_Popup_Bookmark_Load= +TV_Popup_Bookmark_Empty=Geannuleerd. +TV_Popup_Bookmark_Save=Opgeslagen. +TV_Popup_Pause_Play=PLAY +TV_Popup_Pause_Pause=PAUZE +TV_Popup_PreviousFile=Vorig bestand +TV_Popup_NextFile=Volgend bestand +TV_Popup_Seek=Zoek %s +TV_Popup_MoveToTop=Ga naar boven. +TV_Popup_MoveToLast=Ga naar laatste. + +; ---------------------------- + +ME_Help0=Memo Bewerker Modus +ME_Help1= +ME_Help2=Beneden/Links/Boven/Rechts: Zwart/Rood/Groen/Blauw +ME_Help3=Y/X: Toggle pendikte +ME_Help4= +ME_Help5=A/B: Opslaan en afsluiten +ME_Help6= +ME_Help7=Je kan de stroom uitschakelen maar +ME_Help8=wijzigingen worden niet opgeslagen +ME_Help9= + +; ---------------------------- + +MemoList_Title=Memo lijstmodus. + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=Aanraakscherm: Maak nieuwe pagina. +MemoList_Help3=START-knop inhouden: Verwijder huidige pagina. + +; ---------------------------- + +MemoEdit_FileInfo_Open=Een bestaand bestand werd geopend. +MemoEdit_FileInfo_Edited=Bewerken, veranderingen bij sluiten +MemoEdit_FileInfo_Create=Bestand maken: + +MemoEdit_SavingNow=Bitmapbestand maken ... + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=Can not judge automatically. +TE_File_SelectEncode_Title2=Please select text encode type. + +TE_skk_DicSystem_PreloadDic=Preloading dictionary. + +TE_skk_ExitMenu_Title=EXIT MENU +TE_skk_ExitMenu_Items_Cancel=Cancel. +TE_skk_ExitMenu_Items_Overwrite=Overwrite save and exit. +TE_skk_ExitMenu_Items_SaveAs=Save as name and exit. +TE_skk_ExitMenu_Items_CreateNew=Create new. +TE_skk_ExitMenu_Items_NoSaveExit=Exit without saving. +TE_skk_ExitMenu_SavePrgMsg1=Save text file and reboot... +TE_skk_ExitMenu_SavePrgMsg2=Please don't turn off power. + +TE_SysMsg_ClipBoard_Empty=Clipboard is empty. +TE_SysMsg_ClipBoard_Pasted=Clipboard pasted. +TE_SysMsg_ClipBoard_Copied=Selected text copy to clipboard. + +TE_OSKHW_Model_ModelResults_Selector_Title=Please choose a correct character. +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=May I register +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=this handwriting data to +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=the models dictionary? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=REGIST +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=CANCEL + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.008 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.008 new file mode 100644 index 0000000..0dadceb --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.008 @@ -0,0 +1,611 @@ + +; MoonShell2 language resource for 'CP008 Arabic'. +; Encoding format is UTF-8. FORCETAG + +Author=Juza[www.2dq8.com] +Target=ARA / Arabic + +; ---------------------------- + +TextFontFolderName=tfonteng + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. +DateTimeFormat=YYYYMMDD + +; ---------------------------- + +CD_CheckDisk_Start=...ﺓﺮﻛاﺬﻟا ﺔﻗﺎﻄﺑ ﻖﻗﺪﺗ ﻥﺎﻟا ﻱﺭﺎﺟ +CD_CheckDisk_End=ﺪﺟﻮﺗ ﺀﺎﻄﺧﺃ ﻻ.ﻞﻤﺘﻛﺃ ﻖﻗﺪﺘﻟا + +CD_FatalError_Title=!ﻞﺗﺎﻗ ﺄﻄﺧ ﺙﺪﺣ ﺪﻗ +CD_FatalError_DuplicatedArea0=.ﺹﺮﻘﻟا ﺔﺣﺎﺴﻣ ﺲﻔﻧ ﻡﺪﺨﺘﺴﺗ ﺕﺎﻔﻠﻤﻟا ﻦﻣ ﺪﻳﺪﻌﻟا +CD_FatalError_DuplicatedArea1=.ﺔﺑﻮﻄﻌﻣ ﺕﺎﻔﻠﻤﻟا ﺾﻌﺑ +CD_FatalError_BrokenEntry0=.ﺫﺎﺷ ﺮﺷﺎﺒﻤﻟا ﻝﻮﺧﺪﻟا +CD_FatalError_BrokenEntry1=.ﺏﻮﻄﻌﻣ ﺪﺣاﻭ ﻒﻠﻣ ﻦﻣ ﺮﺜﻛﺃ +CD_FatalError_IlligalClusterLink0=.ﺖﻌﻃﻮﻗ ﺔﻳﺩﻮﻘﻨﻌﻟﺍ ﺔﻠﺻﻮﻟﺍ +CD_FatalError_IlligalClusterLink1=.ﺏﻮﻄﻌﻣ ﻒﻠﻤﻟا ﻞﻤﺘﺤﻤﻟا ﻦﻣ +CD_FatalError_BrokenDirectoryLink0=.ﺮﺷﺎﺒﻤﻟا ﻝﻮﺧﺪﺑ ﺮﺜﻌﺗ +CD_FatalError_BrokenDirectoryLink1=.ﺔﺑﻮﻄﻌﻣ ﺔﻈﻓﺎﺤﻟا +CD_FatalError_BrokenUnicode0=.ﺮﺷﺎﺒﻤﻟا ﻝﻮﺧﺪﺑ ﺮﺜﻌﺗ +CD_FatalError_BrokenUnicode1=.ﺮﺴﻛ ﺪﻗ ﻞﻳﻮﻄﻟا ﻒﻠﻤﻟا ﻢﺳا +CD_FatalError_FileSizeError0=ﺽﻭﺮﻌﻤﻟا ﻒﻠﻤﻟا ﻢﺠﺣ ﻥإ +CD_FatalError_FileSizeError1=.ﻒﻠﺘﺨﻣ ﻲﻟﺎﺤﻟا ﻒﻠﻤﻟا ﻢﺠﺣﻭ +CD_FatalError_UnknownError=ﻝﻮﻬﺠﻣ ﺄﻄﺧ +CD_FatalError_RecoveryMsg0=ﺩاﺩﺮﺘﺳﻻا ﺔﻘﻳﺮﻃ: +CD_FatalError_RecoveryMsg1=,ﺐﻠﺼﻟا ﺹﺮﻘﻟا ﯽﻟإ ﺕﺎﻔﻠﻤﻟا ﻞﻜﻟ ﺔﻴﻃﺎﻴﺘﺣإ ﺔﺨﺴﻧ +CD_FatalError_RecoveryMsg2=.ﺔﻗﺎﻄﺒﻟا ﺔﺌﻴﻬﺗ ﺪﻌﺑ ﺔﺨﺴﻨﻟا ﺓﺩﺎﻋإﻭ +CD_FatalError_StopApplication=.ﻖﻴﺒﻄﺘﻟا ﺀﺎﻬﻧإ + +CD_NotSupportDiskSize_Title=.ﺹﺮﻘﻟا ﺔﻐﻴﺻ ﺔﺠﻟﺎﻌﻣ ﻊﻴﻄﺘﺴﻳ ﻻ +CD_NotSupportDiskSize_Msg0=ﻭﺃ, اﺪﺟ ﺮﻴﺒﻛ ﺹﺮﻘﻟا ﻢﺠﺣ +CD_NotSupportDiskSize_Msg1=.اﺪﺟ ﺮﻴﻐﺻ ﯽﻌﺴﻟا ﻢﺠﺣ ﻭﺃ +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=ﺩاﺩﺮﺘﺳﻻا ﺔﻘﻳﺮﻃ: +CD_NotSupportDiskSize_RecoveryMsg1=ﺔﻗﺎﻄﺒﻟا ﺔﻐﻴﺻ ﺓﺩﺎﻋإ ﻝﻭﺎﺣ +CD_NotSupportDiskSize_RecoveryMsg2=.ﺮﺒﻛﺃ ﻢﺠﺣ ﻊﻣ +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=.ﺀاﺰﺟﻻا ﻭ ﺭﺮﻜﺘﻤﻟا ﺺﺤﻓ + +CD_CheckFATType_Title=.FAT ﻉﻮﻧ ﻖﻗﺪﺗ + +CD_FATType_UnknownFATType=.FAT ﻉﻮﻧ ﻝﻮﻬﺠﻣ + +CD_WriteTest_Title=.ﺹﺮﻘﻟا ﺔﺑﺎﺘﻛ / ﺓﺀاﺮﻗ ﺀاﺩا ﺭﺎﺒﺘﺧﺃ + +CD_WriteError_Title=.ﺔﻠﺷﺎﻓ ﺹﺮﻘﻠﻟ ﻝﻮﺻﻮﻠﻟ ﺭﺎﺒﺘﺧإ +CD_WriteError_Msg0=. .اﺪﺟ ﺔﻠﻴﻠﻗ ﺔﻴﻟﺎﺨﻟا ﺹﺮﻘﻟا ﺔﺣﺎﺴﻣ +CD_WriteError_Msg1=. Incompatible DLDI driver. +CD_WriteError_Msg2=. .flashcart / ـ SD ﺓﺮﻛﺍﺬﻟﺍ ﺔﻗﺎﻄﺑ ﻦﻴﺑ ﻝﺎﺼﺗﻻﺍ ﻒﻌﺿ +CD_WriteError_Msg3=. .ﺔﺑﻮﻄﻌﻣ ﺹﺮﻘﻟا ﺔﻘﻄﻨﻣ +CD_WriteError_Msg4= +CD_WriteError_Msg5=.ﺮﺧآ ﺭﺪﺼﻣ ﺎﻤﺑﺭ +CD_WriteError_Msg6= +CD_WriteError_Msg7=.ﻱﺯاﺮﺘﺣا ﺀاﺮﺟﺎﻛ ﻖﻴﺒﻄﺗ ﺀﺎﻬﻧإ ﺐﻠﻃ + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=ﻒﻠﻣ ﺢﺘﻔﻳ ﻥا ﻊﻴﻄﺘﺴﻳ ﻻ +ERRMSG1_MemoryOverflow_CanRecovery=.ﺓﺮﻛاﺬﻟا ﻒﻌﺿ ﺐﺒﺴﺑ +ERRMSG2_MemoryOverflow_CanRecovery=.ﻖﻠﻐﻠﻟ ﺓﺬﻓﺎﻨﻟا ﻩﺬﻫ ﺮﻘﻧﺃ + +ERRMSG0_NotSupportFileFormat=,ﺔﻣﻮﻋﺪﻣ ﺮﻴﻏ ﺔﻐﻴﺼﻟا +ERRMSG1_NotSupportFileFormat=.ﺏﻮﻄﻌﻣ ﻒﻠﻤﻟا ﺎﻤﺑﺭ ﻭﺃ +ERRMSG2_NotSupportFileFormat=.ﻖﻠﻐﻠﻟ ﺓﺬﻓﺎﻨﻟا ﻩﺬﻫ ﺮﻘﻧﺃ + +ERRMSG0_ProgressiveJpeg=JPEG ﺕﺎﻔﻠﻣ ﻢﻳﺪﻘﺗ +ERRMSG1_ProgressiveJpeg=.ﺔﻣﻮﻋﺪﻣ ﺮﻴﻏ +ERRMSG2_ProgressiveJpeg=.ﻖﻠﻐﻠﻟ ﺓﺬﻓﺎﻨﻟا ﻩﺬﻫ ﺮﻘﻧﺃ + +ERRMSG0_Text0byte=.ﻍﺭﺎﻓ ﺺﻧ ﻒﻠﻣ +ERRMSG1_Text0byte=.0byte ﻒﻠﻣ ﺢﺘﻓ ﻊﻴﻄﺘﺴﻳ ﻻ +ERRMSG2_Text0byte=.ﻖﻠﻐﻠﻟ ﺓﺬﻓﺎﻨﻟا ﻩﺬﻫ ﺮﻘﻧﺃ + +ERRMSG0_OverflowLargeImage=.اﺪﺟ ﺓﺮﻴﺒﻛ ﺓﺭﻮﺼﻟا +ERRMSG1_OverflowLargeImage=.5MP ﻮﻫ ﯽﺼﻗﻷا ﻢﺠﺤﻟا +ERRMSG2_OverflowLargeImage=.ﻖﻠﻐﻠﻟ ﺓﺬﻓﺎﻨﻟا ﻩﺬﻫ ﺮﻘﻧﺃ + +ERRMSG0_NotFoundMusicFile=ﯽﻘﻴﺳﻮﻣ ﻱﺃ ﻥﺎﻜﻣ ﺪﻳﺪﺤﺗ ﯽﻠﻋ ﺭﺩﺎﻗ ﺮﻴﻏ +ERRMSG1_NotFoundMusicFile=.ﺓﺩﺪﺤﻤﻟا ﺔﻈﻓﺎﺤﻟا ﻲﻓ ﺕﺎﻔﻠﻤﻟا +ERRMSG2_NotFoundMusicFile=.ﻖﻠﻐﻠﻟ ﺓﺬﻓﺎﻨﻟا ﻩﺬﻫ ﺮﻘﻧﺃ + +ERRMSG0_UnknownError=ﻝﻮﻬﺠﻣ ﻝﻮﺧﺩ +ERRMSG1_UnknownError=.ﺄﻄﺧ ﺙﺪﺣ +ERRMSG2_UnknownError=.DS ﻝا ﺀﺎﻔﻃإ ﺀﺎﺟﺮﻟا + +; ---------------------------- + +Setup_Help1= +Setup_Help2= ﻲﻟﻭﺃ ﺩاﺪﻋإ ﺐﻠﻄﺘﺗ ﺩﻮﻨﺒﻟا ﺾﻌﺑ +Setup_Help3= ﻞﻔﺳﻷا ﻲﻓ ﺎﻫﺪﺠﺗ +Setup_Help4= START ﻂﻐﺿا ﺕاﺩاﺪﻋﻹا ﻊﻴﻤﺟ ﺽﺮﻌﻟ +Setup_Help5= ﺕﺎﻔﻠﻤﻟا ﺔﻤﺋﺎﻗ ﻲﻓ +Setup_Help6= +Setup_Help7= ﺮﻴﺒﻛ ﺪﺣ ﯽﻟإ ﺕﺮﻴﻐﺗ ﺭاﺭﺯﻻا ﺾﻌﺑ +Setup_Help8= +Setup_Help9= ﺭاﺭﺯﻷا ﺔﻃﺭﺎﺧ ﯽﻠﻋ ﻉﻼﻃﻹا ﻦﻜﻤﻳ +Setup_Help10= manuals/KeyMap.txt ﻲﻓ +Setup_Help11= + +Setup_BootCheckDisk=.ﺀﺪﺒﻟا ﺀﺎﻨﺛا ﺓﺮﻛاﺬﻟا ﺔﻗﺎﻄﺑ ﺔﺒﻗاﺮﻣ ﻞﻐﺷ +Setup_ClickSound=.ﺔﻴﺗﻮﺼﻟا ﺕاﺮﻴﺛﺄﺘﻟا ﻦﻜﻣ +Setup_FileListMode=ﺕﺎﻔﻠﻤﻟا ﺔﻤﺋﺎﻗ ﺽﺮﻋ ﺔﻘﻳﺮﻃ +Setup_FileListMode_Single=.١ ﻂﺧ ﯽﻠﻋ ﺕﺎﻔﻠﻤﻟا ﺀﺎﻤﺳﺃ ﺽﺮﻋ +Setup_FileListMode_Double=.ﻦﻴﻄﺧ ﻲﻓ ﺔﻠﻳﻮﻄﻟا ﺕﺎﻔﻠﻤﻟا ﺀﺎﻤﺳا ﻢﺴﻗ +Setup_SkipSetup=.ﺔﻣﺩﺎﻘﻟا ﺓﺮﻤﻟا ﻲﻓ ﺔﺷﺎﺸﻟا ﻩﺬﻫ ﺽﺮﻌﺗ ﻻ +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=ﻒﻠﻣ ﺕﺎﻣﻮﻠﻌﻣ: +Launch_FileInfo_Relational=ﻒﻠﻣ ﺕﺎﻣﻮﻠﻌﻣ ﻆﻔﺣ: +Launch_Size=(%dMbit) %dbyte : ﻢﺠﺤﻟا +Launch_Create=%s %d:%02d:%02d : ﺀﺎﺸﻧإ +Launch_Update=%s %d:%02d:%02d :ﺚﻳﺪﺤﺗ +Launch_NotFoundRelationalFile=ﻅﻮﻔﺤﻣ ﻒﻠﻣ ﺪﺟﻮﻳ ﻻ + +; ---------------------------- + +FL_Help0=ﺭاﺭﺯﻻا ﺾﻌﺑ ﻦﻋ ﺕﺎﻣﻮﻠﻌﻣ +FL_Help1= +FL_Help2=X/Y : ﺕﻮﺼﻟا ﻞﻴﻠﻘﺗ \ ﺓﺩﺎﻳﺯ +FL_Help3=START: ﻡﺎﻈﻨﻟا ﺕاﺩاﺪﻋإ +FL_Help4= +FL_Help5=L+A/B: ﺭﺎﺴﻤﻟا ﻖﺑﺎﺴﻟا \ ﻲﻟﺎﺘﻟا +FL_Help6=L+X/Y: ﺔﻴﻔﻠﺨﻟا ﺀﻮﺿ ىﻮﺘﺴﻣ ﺮﻴﻴﻐﺗ +FL_Help7= +FL_Help8=L or R and tap: ﺓﺪﻳﺪﺟ ﺓﺮﻛﺬﻣ ﺀﺪﺑ +FL_Help9=L/R ﺭاﺮﻤﺘﺴﺑ ﻂﻐﺿﺃ: ﺭﺎﺴﻤﻟا ﺚﺤﺑ ﻊﺟاﺮﺗ \ ﻡﺪﻘﺗ +FL_Help10=L/R ﺔﺟﻭﺩﺰﻣ ﺓﺮﻘﻧ: ﺭﺎﺴﻤﻟا ﻊﺟاﺮﺗ \ ﻡﺪﻘﺗ +FL_Help11=R ﺔﻴﺛﻼﺛ ﺓﺮﻘﻧ: ﺩاﺪﻌﺘﺳﻻا ﻊﺿﻭ ﻂﻤﻧ + +; ---------------------------- + +FL_Popup_Pause_Play=ﻞﻴﻐﺸﺗ +FL_Popup_Pause_Pause=ﻑﺎﻘﻳإ +FL_Popup_PreviousFile=ﻖﺑﺎﺴﻟا ﻒﻠﻤﻟا +FL_Popup_NextFile=ﻲﻟﺎﺘﻟا ﻒﻠﻤﻟا +FL_Popup_Volume=%d%% .ﺕﻮﺼﻟا +FL_Popup_BacklightLevel=%d .ىﻮﺘﺴﻤﻟا +FL_Popup_PlayMode_Repeat=ﺓﺩﺎﻋإ +FL_Popup_PlayMode_AllRep=ﻊﻴﻤﺠﻟا ﺓﺩﺎﻋإ +FL_Popup_PlayMode_Shuffle=ﻲﺋاﻮﺸﻋ +FL_Popup_Seek=%s ﺚﺤﺑ +FL_Popup_NotFoundMoonMemoFolder=/moonmemo .ﻒﻠﻣ ﺪﺠﻳ ﻢﻟ + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=ﻒﻠﻤﻟا ﻑﺬﺣ ﺪﻴﻛﺄﺗ +FL_DeleteFileDialog_NotFoundDustBox_Line0=.ﺓﺩﻮﺟﻮﻣ ﺮﻴﻏ ﺕﺎﻠﻤﻬﻤﻟا ﺔﻠﺳ +FL_DeleteFileDialog_NotFoundDustBox_Line1=ﻊﺟاﺭ ﺀﺎﺟﺮﻟا: +FL_DeleteFileDialog_NotFoundDustBox_Line2=/manuals/DustBox.txt + +FL_DeleteFileDialog_DisabledDustBox_Title=ﻒﻠﻤﻟا ﻑﺬﺣ ﺪﻴﻛﺄﺗ +FL_DeleteFileDialog_DisabledDustBox_Line0=ﺕﻼﻤﻬﻤﻟا ﺔﻠﺳ ﻲﻓ ﻒﻠﻤﻟا ﻑﺬﺣ ﺀﺎﺟﺮﻟا +FL_DeleteFileDialog_DisabledDustBox_Line1=.ﺬﻓﺍﻮﻨﻟﺍ ﻊﻣ ﻕﻭﺪﻨﺼﻟﺍ ﺪﻠﺠﻣ +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=ﻒﻠﻤﻟا ﻑﺬﺣ ﺪﻴﻛﺄﺗ +FL_DeleteFileDialog_DisabledSystemFolder_Line0=ﺪﻠﺠﻤﻟا ﻲﻔﻧﻭ ﻡﺎﻈﻨﻟا ﯽﻟإ ﻝﻮﺻﻮﻟا +FL_DeleteFileDialog_DisabledSystemFolder_Line1= +FL_DeleteFileDialog_DisabledSystemFolder_Line2= + +FL_DeleteFileDialog_DisabledMoveFolder_Title=ﻒﻠﻤﻟا ﻑﺬﺣ ﺪﻴﻛﺄﺗ +FL_DeleteFileDialog_DisabledMoveFolder_Line0=ﺡﻮﻤﺴﻣ ﺮﻴﻏ ﻒﻠﻤﻟا اﺬﻫ ﻞﻘﻧ +FL_DeleteFileDialog_DisabledMoveFolder_Line1= +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=ﻒﻠﻤﻟا ﻑﺬﺣ ﺪﻴﻛﺄﺗ +FL_DeleteFileDialog_Question_Line0=؟ﻒﻠﻤﻟا ﻩﺬﻫ ﻑﺬﺣ ﺪﻳﺮﺗ ﺪﻛﺄﺘﻣ ﺖﻧﺃ ﻞﻫ +FL_DeleteFileDialog_Question_Line1=L+R+A : ﻑﺬﺤﻠﻟ +FL_DeleteFileDialog_Question_Line2=B : ﺀﺎﻐﻟإ + +FL_DeleteFileDialog_Question_EasyDelete_Title=ﻒﻠﻤﻟا ﻑﺬﺣ ﺪﻴﻛﺄﺗ +FL_DeleteFileDialog_Question_EasyDelete_Line0=؟ﻒﻠﻤﻟا ﻩﺬﻫ ﻑﺬﺣ ﺪﻳﺮﺗ ﺪﻛﺄﺘﻣ ﺖﻧﺃ ﻞﻫ +FL_DeleteFileDialog_Question_EasyDelete_Line1=X+A : ﻑﺬﺤﻠﻟ +FL_DeleteFileDialog_Question_EasyDelete_Line2=B : ﺀﺎﻐﻟإ + +FL_DeleteFileDialog_Success_Title=ﻒﻠﻤﻟا ﻑﺬﺣ ﺪﻴﻛﺄﺗ +FL_DeleteFileDialog_Success_Line0= +FL_DeleteFileDialog_Success_Line1=.ﺔﻓﺬﺣ ﻢﺗ ﻒﻠﻤﻟا +FL_DeleteFileDialog_Success_Line2= + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=L ﻒﺋﺎﻇﻮﻟا ﺭﺯ: +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L + ﺭﺎﺴﻳ: ﻲﺗﻮﺼﻟا ﻢﻜﺤﺘﻟا ﺀﺎﻔﺧإ \ ﺽﺮﻋ +FL_HelpLeft_Line3=L + ﻦﻴﻤﻳ: ﻲﻟﺎﺘﻟا ﺭﺎﺴﻤﻟا +FL_HelpLeft_Line4=L + ﯽﻠﻋﺃ: ﻑﺎﻘﻳإ +FL_HelpLeft_Line5=L + ﺖﺤﺗ: ﺭاﺮﻜﺘﻟا ﻂﻤﻧ ﺮﻴﻐﺗ +FL_HelpLeft_Line6=L + A/B: ﺭﺎﺴﻤﻟا ﻖﺑﺎﺴﻟا \ ﻲﻟﺎﺘﻟا +FL_HelpLeft_Line7=L + X/Y: ﺔﻴﻔﻠﺨﻟا ىﻮﺘﺴﻣ ﺀﻮﺿ ﺮﻴﻐﺗ +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L + R: ﻑﺎﻘﻳإ +FL_HelpLeft_Line10=L ﻖﻠﻋﻭ ﻂﻐﺿﺃ: ﺀاﺭﻮﻠﻟ ﺚﺤﺑ 1% +FL_HelpLeft_Line11=L ﺔﺟﻭﺩﺰﻣ ﺓﺮﻘﻧ: ﻖﺑﺎﺴﻟا ﺭﺎﺴﻤﻟا + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=R ﻒﺋﺎﻇﻮﻟا ﺭﺯ: +FL_HelpRight_Line1= +FL_HelpRight_Line2=R + ﻦﻴﻤﻳ/ﺭﺎﺴﻳ: ﺚﺤﺑ ﺀاﺭﻮﻠﻟ \ ﻡﺎﻣﻸﻟ 1% +FL_HelpRight_Line3=R + ﺖﺤﺗ/ﻕﻮﻓ: ﺚﺤﺑ ﺀاﺭﻮﻠﻟ \ ﻡﺎﻣﻸﻟ 5% +FL_HelpRight_Line4=R + A: ﻒﻠﻤﻟا ﻲﻓ ﺕاﺭﺎﺴﻤﻟا ﻞﻛ ﻞﻐﺷ +FL_HelpRight_Line5=L + R + A: ﺓﺮﻛاﺬﻟا ﺔﻗﺎﻄﺑ ﯽﻠﻋ ﺕاﺭﺎﺴﻤﻟا ﻞﻛ ﻞﻐﺷ +FL_HelpRight_Line6= +FL_HelpRight_Line7=L + R: ﻑﺎﻘﻳإ +FL_HelpRight_Line8=R ﻖﻠﻋﻭ ﻂﻐﺿﺃ: ﻡﺎﻣﻸﻟ ﺚﺤﺑ 1% +FL_HelpRight_Line9=R ﺔﻴﻟﺎﺘﺘﻣ ﺓﺮﻘﻧ: ﻲﻟﺎﺘﻟا ﺭﺎﺴﻤﻟا +FL_HelpRight_Line10=R ﺔﻴﺛﻼﺛ ﺓﺮﻘﻧ: ﺩاﺪﻌﺘﺳﻻا ﻂﻤﻧ + +; ---------------------------- + +SysMenu_MemoList=ﺓﺮﻛﺬﻤﻟا ﺔﻤﺋﺎﻗ ﺢﺘﻓ +SysMenu_MemoList_NotFound=%s ﺪﺠﻳ ﻢﻟ +SysMenu_FileListMode=ﺮﻄﺴ٢ \ ﺮﻄﺴ١ ﻂﻤﻧ +SysMenu_Customize=ﺔﻴﻌﻤﺴﻟﺎ.ﻉ \ ﺔﻴﻣﻮﺳﺮﻟا ﻡ.ﻭ +SysMenu_RestoreBG=ﺔﻴﺿاﺮﺘﻓﻻا ﺔﻴﻔﻠﺨﻟا ﺓﺩﺎﻌﺘﺳإ +SysMenu_Firmware=Firmware ﯽﻟإ ﺝﻭﺮﺨﻟا +SysMenu_Firmware_NotFound=%s ﺪﻳﺪﺤﺗ ﻊﻴﻄﺘﺴﻳ ﻻ + +; ---------------------------- + +SubMenu_Title=ﺔﻤﺋﺎﻘﻟﺍ ﺩﺪﺣ +SubMenu_AppLauncher=ﻖﻴﺒﻄﻟﺍ ﻕﻼﻃﺍ +SubMenu_AudioPlayer=ﺕﻮﺼﻟﺍ ﻞﻐﺸﻣ +SubMenu_SystemMenu=ﻡﺎﻈﻨﻟﺍ ﺔﻤﺋﺎﻗ +SubMenu_PowOffTimer_Set=%dmin ﺔﻗﺎﻄﻟﺍ +SubMenu_PowOffTimer_SetHelp=.ﻂﺒﻀﻠﻟ L/R +SubMenu_PowOffTimer_LastTime=%d:%02d ﺓﺮﻣ ﻯﺮﺧﺃ +SubMenu_BottomHelp=.ﺐﻠﻄﻟﺍ ﺪﻳﺪﺤﺘﻟ A ﺭﺯ ﻂﻐﺿﺃ + +; ---------------------------- + +CS_Help0= ﺔﻴﻌﻤﺴﻟا .ﻉ / ﺔﻴﻣﻮﺳﺮﻟا ﺝ.ﻭ ﺔﺌﻴﻬﺗ +CS_Help1= +CS_Help2= "ﻖﺒﻃ "ﺭﺯ ﺮﻘﻧا , ﺀﺎﻬﺘﻧﺎﻟا ﺪﻨﻋ +CS_Help3= .ﺮﻴﻐﺘﻟا ﻆﻔﺤﻟ ﻞﻔﺳﻷا ﻲﻓ +CS_Help4= +CS_Help5= ﺓﺭﻮﺻ ﺽﺮﻋ ﺀﺎﻨﺛا SELECT ﻂﻐﺿﺃ +CS_Help6= ﺺﻧ ﻭا ﻮﻳﺪﻴﻓ ﻭا +CS_Help7= .ﻚﻟﺫ ﺐﻠﻃ ﻝﺎﺣ ﻲﻓ ﺕاﺩاﺪﻋﻻا ﻂﺒﻀﻟ +CS_Help8= +CS_Help9= ﺕﺎﻓﺎﺿﻻا ﻦﻋ ﺚﺤﺒﻟا ﺎﻀﻳا ﻚﻨﻜﻤﻳ +CS_Help10= ﺪﻨﺘﺴﻣ ﻲﻓ ﻞﻴﺷ ﻥﻮﻤﻠﻟ +CS_Help11= /Misc Tools/Extras + +CS_Title=ﺔﻴﻣﻮﺳﺮﻟا ﻡ.ﻭ ﺕاﺩاﺪﻋإ + +CS_PageTab_Title=ﺔﺌﻔﻟﺍ +CS_PageTab_Global=ﻲﻤﻟﺎﻌﻟﺍ +CS_PageTab_FileList=ﻒﻠﻤﻟﺍ ﺔﻤﺋﺎﻗ +CS_PageTab_ScreenSaver=ﻒﻗﻮﺘﻟﺍ.ﺵ +CS_PageTab_Music=ﻰﻘﻴﺳﻮﻤﻟﺍ + +CS_Cancel=ﺀﺎﻐﻟإ +CS_Ok=ﻖﺒﻃ + +; ---------------------------- + +CSG_SkipSetup=.ﻉﻼﻗﻷا ﺀﺎﻨﺛا ﺔﻴﻟﻭﻷا ﺩاﺪﻋﻹا ﺽﺮﻌﺗ ﻻ +CSG_BootCheckDisk=.ﻉﻼﻗﻻا ﺀﺎﻨﺛا ﺓﺮﻛاﺬﻟا ﺔﻗﺎﻄﺑ ﺔﺒﻗاﺮﻣ ﻞﻐﺷ ﺎﻤﺋاﺩ + +CSG_ClickSound=.ﺔﻴﺗﻮﺼﻟا ﺕاﺮﻴﺛﺄﺘﻟا ﻦﻜﻣ +CSG_EnableFadeEffect=.ﻝﺎﻘﺘﻧﻻا ﻲﺷﻼﺗ ﺕاﺮﻴﺛﺄﺗ ﻦﻜﻣ +CSG_AutoLastState=.ﺓﺮﻴﺧﻻا ﺕﺎﻔﻠﻤﻟا ﻦﻣ ﻞﻴﺷ ﻥﻮﻣ ﺀﺪﺑ +CSG_LRKeyLockTitle=.L/R ﻡﺪﺨﺘﺴﻤﻟا ﺪﺤﻟا ﺡﺎﺘﻔﻣ +CSG_LRKeyLockAlwayOff=ﻖﻠﻐﻣ ﺎﻤﺋاﺩ +CSG_LRKeyLockRelationalPanel=ﺔﻗﻼﻌﻟا ﺔﺣﻮﻟ +CSG_LRKeyLockAlwayOn=ﻝﺎﻐﺷ ﺎﻤﺋاﺩ +CSG_EnableResumeFunction=.ﺔﻇﻮﻔﺤﻣ ﻡﺎﻈﺘﻧﺎﺑ ﺕﺎﻣﻮﻠﻌﻤﻟﺍ ﻑﺎﻨﺌﺘﺳﺍ +CSG_EnableScreenCapture=.ﻁﺎﻘﺘﻟﺍ ﺔﺷﺎﺷ ﻡﺪﺨﺘﺳﺍ DSi +CSG_SpeakerPowerOffWhenPanelClosed=.ﺄﻔﻄﻨﻳ ﺮﻜﻴﺒﺴﻟﺍ , ﺀﺎﻄﻐﻟﺍ ﻕﻼﻏﺇ ﻢﺘﻳ ﺎﻣﺪﻨﻋ + +CSF_MoveFolderLocked=.ﺢﻔﺼﺘﻟا ﺔﻈﻓﺎﺣ ﻞﻔﻗ +CSF_HiddenFilenameExt=.ﻒﻠﻤﻟا ﺩاﺪﺘﻣا ﻢﺳا ﺀﺎﻔﺧإ +CSF_HiddenNotSupportFileType=.ﺔﻣﻮﻋﺪﻣ ﺮﻴﻐﻟا ﺕﺎﻔﻠﻤﻟا ﺀﺎﻔﺧإ +CSF_HiddenNDSROMFile=.NDS ﻝا ﻡﻭﺭ ﺕﺎﻔﻠﻣ ﺀﺎﻔﺧإ +CSF_EnableFileInfo=.ﻒﻠﻤﻟا ﺔﻤﺋﺎﻗ ﻲﻓ ﺕﺎﻣﻮﻠﻌﻤﻟاﻭ ﻒﻠﻤﻟا ﺽﺮﻋ +CSF_ShowOnlineHelp_LRButton=.ﺓﺪﻋﺎﺴﻤﻟﺍ ﺽﺮﻌﻠﻟ L/R ﺭﺯ ﻂﻐﺿﺍ +CSF_BButtonToFolderUp=.B ﺭﺯ ﻂﻐﺿ ﺪﻨﻋ ﺪﻠﺠﻤﻟﺍ ﻦﻣ ﺝﺮﺨﻳ ﺮﺷﺆﻤﻟﺍ +CSF_EasyDeleteKey=.X+A ﺭﺯ ﻂﻐﻀﺑ ﻞﻬﺴﻟﺍ ﻑﺬﺤﻟﺍ ﻢﺘﻳ +CSF_UseJpegExifThumbnail=.Jpeg EXIF ﻡﺍﺪﺨﺘﺳﺎﺑ ﺎﻬﺿﺮﻋ ﻢﺘﻳ ﺓﺮﻐﺼﻤﻟﺍ ﺭﻮﺼﻟﺍ +CSF_ShowCoverImage=MP3 و M4A ﺭﻮﺻ ﺓﺮﺘﺳ ﺽﺮﻋ +CSF_HideAttribute_Title=ﺕﺎﻤﺴﻟﺍ ﺀﺎﻔﺧﺇ +CSF_HideAttribute_Archive=ﻒﻴﺷﺭﺍ +CSF_HideAttribute_Hidden=ﻲﻔﺨﻣ +CSF_HideAttribute_System=النظام +CSF_HideAttribute_ReadOnly=قراءة فقط + +CSS_EnabledScreenSaver=.ﻒﻗﻮﺘﻟﺍ ﺔﺷﺎﺷ ﻡﺪﺨﺘﺳﺍ +CSS_Use24hFormat=.ﺔﻋﺎﺳ 24 ﻮﻫ ﺖﻗﻮﻟﺍ ﻡﺎﻈﻧ +CSS_ScreenSaverTitle=ﻉﻮﻨﻟا +CSS_ScreenSaverNormal=ﻲﺳﺎﻴﻗ +CSS_ScreenSaverDigital=ﻲﻤﻗﺮﻟا +CSS_ScreenSaverExtend=ﻲﻓﺎﺿإ +CSS_ScreenSaverBGTitle=ﺔﻴﻔﻠﺨﻟا +CSS_ScreenSaverBGSkinDefault=ﻲﺿاﺮﺘﻓﻻا +CSS_ScreenSaverBGTopScreen=ﺎﻴﻠﻌﻟا ﺔﺷﺎﺸﻟا +CSS_ScreenSaverBGBottomScreen=ﺔﻴﻠﻔﺴﻟا ﺔﺷﺎﺸﻟا +CSS_ScreenSaverTimeOutSecTitle=ﻒﻗﻮﺘﻟا ﺓﺮﺘﻓ +CSS_ScreenSaverTimeOutSec5sec=5 +CSS_ScreenSaverTimeOutSec10sec=١٠ +CSS_ScreenSaverTimeOutSec30sec=٣٠ +CSS_ScreenSaverTimeOutSec60sec=٦٠ +CSS_ScreenSaverTimeOutSecOff=.ﻒﻗﻮﺘﻣ ﻲﻔﻠﺨﻟﺍ ﺀﻮﻀﻟﺍ +CSS_ShowID3Tag=.ID3 ﺕﺎﻗﺎﻄﺑ ﺽﺮﻋ + +CSM_PlayListEndTitle=.ﻲﻬﺘﻨﺗ ﻞﻴﻐﺸﺘﻟا ﺔﻤﺋﺎﻗ ﺎﻣﺪﻨﻋ +CSM_PlayListEndLoop=ﺭاﺮﻜﺗ +CSM_PlayListEndStop=ﻒﻗﻮﺗ +CSM_PlayListEndPowerOff=ﺔﻗﺎﻄﻟا ﺀﺎﻔﻃإ + +; ---------------------------- + +ACS_Help0=ﻰﻘﻴﺳﻮﻤﻟﺍ ﻞﻐﺸﻣ ﺕﺍﺩﺍﺪﻋﺇ ﻦﻳﻮﻜﺗ +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4= +ACS_Help5= +ACS_Help6= +ACS_Help7= +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=ﻰﻘﻴﺳﻮﻤﻟﺍ ﻞﻐﺸﻣ ﺕﺩﺍﺪﻋﺇ + +ACS_AlwaysUsedAudioPlayer=.ﺎﻤﺋﺍﺩ ﻡﺪﺨﺘﺴﻳ ﻰﻘﻴﺳﻮﻤﻟﺍ ﻞﻐﺸﻣ +ACS_PauseWhenStopped=.ﻒﻗﻮﺘﻟﺍ ﻦﻣ ﺀﺎﻬﺘﻧﻻﺍ ﺪﻌﺑ ﻒﻠﻤﻟﺍ ﺔﻤﺋﺎﻗ ﻰﻟﺇ ﺓﺩﻮﻌﻟﺍ +ACS_DrawPlayList=.ﺔﺷﺎﺸﻟﺍ ﻰﻠﻋﺃ ﻞﻴﻐﺸﺘﻟﺍ ﺔﻤﺋﺎﻗ ﺽﺮﻋ +ACS_DrawSpectrumAnalyzer=.ﻒﻴﻄﻟﺍ ﻞﻴﻠﺤﺗ ﺽﺮﻋ ﻢﺘﻳ + +; ---------------------------- + +DCS_Help0=ﻮﻳﺪﻴﻔﻟا ﻞﻴﻐﺸﺘﻟا ﺔﻤﺋﺎﻗ ﺕﺩاﺪﻋإ ﺔﺌﻴﻬﺗ +DCS_Help1= +DCS_Help2=ﺮﻘﻧﺃ ﺕﺩاﺪﻋﻷا ﻦﻣ ﺀﺎﻬﺘﻧﻻا ﺎﻣﺪﻨﻋ +DCS_Help3=ﻞﻔﺳﺎﻟا ﻲﻓ "ﻖﺒﻃ" ﺭﺯ ﯽﻠﻋ +DCS_Help4=.ﺕاﺮﻴﻐﺘﻟا ﻆﻔﺤﻟ +DCS_Help5= +DCS_Help6= :ﺮﻳﺬﺤﺗ +DCS_Help7=(ﺔﻌﻳﺮﺳ ﺔﻳاﺪﺑ)ﺀﺎﻨﺛا ﺔﻋﺮﺴﻟا ﺓﺩﺎﻳﺯ +DCS_Help8=ﻦﻜﻤﻤﻟا ﻦﻣ ﻮﻳﺪﻴﻔﻟا ﺔﻤﺋﺎﻗ ﻞﻴﻐﺸﺗ +DCS_Help9=.ﺭﺎﻃﻻا ﻝﺪﻌﻣ ﺀﯽﻄﺑ ﻲﻓ ﺐﺒﺴﻳ ﻥﺃ +DCS_Help10= +DCS_Help11= + +DCS_Title=ﻮﻳﺪﻴﻔﻟا ﻞﻴﻐﺸﺗ ﺔﻤﺋﺎﻗ ﺩاﺪﻋإ + +DCS_EnabledFastStart=.(ﺔﻌﻳﺮﺳ ﺔﻳاﺪﺑ) ﻮﻳﺪﻴﻔﻟا ﻞﻴﻐﺸﺗ ﺔﻤﺋﺎﻗ ﻦﻴﻜﻤﺗ +DCS_PauseWhenPanelClosed=.DS ﻝا ﻕﻼﻏإ ﺪﻨﻋ ﻮﻳﺪﻴﻔﻟا ﻑﺎﻘﻳإ +DCS_EnableIndividualResume=.ﻑﺎﻨﺌﺘﺳﻻا ﻦﻣ ﻦﻴﻜﻤﺗ +DCS_ControlPowerLED=.ﺔﻔﻗﻮﺘﻣ ﺔﻗﺎﻄﻟا ﺕﺩاﺪﻣإ +DCS_InverseVisual_PlayPause=.ﻒﻗﻮﺗ ﺔﻧﻮﻘﻳﺍ ﻞﻴﻐﺸﺗ .ﻞﻜﺸﻟﺍ ﺮﻴﻐﺗ +DCS_EverytimeStopOfEnd=.ﻮﻳﺪﻴﻔﻟﺍ ﺀﺎﻬﺘﻧﺇ ﺎﻤﻠﻛ ﺔﺷﺎﺸﻠﻟ ﻉﻮﺟﺭ +DCS_WhenLateDecodingWaitPause=.ﻒﻗﻮﺗ ﺮﻈﺘﻧﺍ , ﺮﻴﻔﺸﺘﻟﺍ ﺮﺧﺄﺗ ﺪﻨﻋ +DCS_BacklightTimeOutTitle=(sec) ﺓﺀﺎﺿﻹﺍ ﺔﻠﻬﻣ +DCS_BacklightTimeOutOff=ﻖﻠﻐﻣ +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=ﺕﻮﺼﻟا +DV_VolumeValue=%d%% +DV_VolumeMute=ﺖﻣﺎﺻ +DV_VolumeMax=ﻩﻮﺼﻘﻟا + +; ---------------------------- + +DV_Popup_Pause_Play=ﻞﻴﻐﺸﺗ +DV_Popup_Pause_Pause=ﻑﺎﻘﻳإ +DV_Popup_PreviousFile=ﻖﺑﺎﺴﻟا ﻒﻠﻤﻟا +DV_Popup_NextFile=ﻲﻟﺎﺘﻟا ﻒﻠﻤﻟا +DV_Popup_Volume=%d%% .ﺕﻮﺼﻟا +DV_Popup_Seek=%ssec ﺚﺤﺑ +DV_Popup_BacklightLevel=%d .ىﻮﺘﺴﻤﻟا + +; ---------------------------- + +ICS_Help0= ﺭﻮﺼﻟا ﺽﺮﻋ ﺩاﺪﻋإ ﺔﺌﻴﻬﺗ +ICS_Help1= +ICS_Help2= ﺮﻘﻧﺃ ﺕﺩاﺪﻋﻷا ﻦﻣ ﺀﺎﻬﺘﻧﻻا ﺎﻣﺪﻨﻋ +ICS_Help3= ﻞﻔﺳﺎﻟا ﻲﻓ "ﻖﺒﻃ" ﺭﺯ ﯽﻠﻋ +ICS_Help4= .ﺕاﺮﻴﻐﺘﻟا ﻆﻔﺤﻟ +ICS_Help5= +ICS_Help6= ﺔﺷﺎﺸﻠﻟ ﺔﻴﻔﻠﺨﻛ ﺓﺭﻮﺻ ﻊﻀﺗ ﻥﺃ ﻚﻨﻜﻤﻳ +ICS_Help7= .ﺓﺭﻮﺻ ﺽﺮﻋ ﺀﺎﻨﺛﺃ START ﯽﻠﻋ ﻂﻐﻀﺑ +ICS_Help8= ﺔﻴﺿاﺮﺘﻓﻻا ﺔﻴﻔﻠﺨﻟا ﯽﻟإ ﻉﻮﺟﺮﻠﻟ +ICS_Help9= ﺮﺘﺧﺃ ﺎﻫﺪﻌﺑ ﺕﺎﻔﻠﻤﻟا ﺔﻤﺋﺎﻗ ﻲﻓ START ﻂﻐﺿﺃ +ICS_Help10= " ﺔﻴﺿاﺮﺘﻓﻻا ﺔﻴﻔﻠﺨﻟا ﺓﺩﺎﻌﺘﺳإ " +ICS_Help11= .ﻡﺎﻈﻨﻟا ﺔﻤﺋﺎﻗ ﻦﻣ + +ICS_Title=ﺭﻮﺼﻟا ﺽﺮﻋ ﺕاﺩاﺪﻋإ ﻂﻤﻧ + +ICS_ShowInfomation=.ﺓﺪﻋﺎﺴﻤﻟاﻭ ﻒﻠﻤﻟا ﺕﺎﻣﻮﻠﻌﻣ ﺽﺮﻋ +ICS_ShowControlIcons=.ﺕﺎﻧﻮﻘﻳﻷا ﻢﻜﺤﺗ ﺽﺮﻋ +ICS_DoubleSpeedKey=.ﺭﺰﻟا ﺔﻴﺳﺎﺴﺣ ﺓﺩﺎﻳﺯ +ICS_DoubleSpeedTouch=.ﺲﻤﻠﻟا ﺔﺷﺎﺷ ﺔﻴﺳﺎﺴﺣ ﺓﺩﺎﻳﺯ +ICS_MultipleResume=.ﺮﻴﺒﻜﺘﻟا ﺮﻛﺬﺗ +ICS_AutoFitting=.JPEGs ﺓﺮﻴﺒﻜﻟا ﺭﻮﺼﻠﻟ ﻲﻟآ ﺽﺮﻋ +ICS_EnabledProgressiveJpeg=.jpeg ﻞﻜﺷ ﻢﻳﺪﻘﺗ ﻦﻴﻜﻤﺗ +ICS_StartPosTitle=ﺽﺮﻌﻟا ﻊﺿﻮﺑ ﺃﺪﺑإ: +ICS_StartPosLeftTop=ﺭﺎﺴﻳ-ﻕﻮﻓ +ICS_StartPosRightTop=ﻦﻴﻤﻳ-ﻕﻮﻓ +ICS_StartPosLeftBottom=ﺭﺎﺴﻳ-ﺖﺤﺗ +ICS_StartPosRightBottom=ﻦﻴﻤﻳ-ﺖﺤﺗ +ICS_AutoNextTimeSecTitle=ﻲﺗﺍﺫ ﻲﻟﺎﺘﻟﺍ +ICS_AutoNextTimeSecOff=ﻖﻠﻐﻣ +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=.ﺔﺷﺎﺸﻟﺍ ﻰﻠﻋﺃ ﺕﺎﻣﻮﻠﻌﻤﻟﺍ ﺽﺮﻋ ﻢﺘﻳ +ICS_EffectTitle=.ﺔﻴﻔﻠﺨﻟا ﺮﻴﻐﺗ ﺪﻨﻋ ﺕاﺮﻴﺛﺄﺘﻟا ﻦﻜﻣ +ICS_EffectHeightPadding=.ﺕﺎﺷﺎﺸﻟا ﻦﻴﺑ ﻍاﺮﻔﻟا ﺏﺎﺴﺣ +ICS_EffectPastelForTopBG=.ﺔﺷﺎﺸﻟا ﯽﻠﻋﺃ ﻲﻓ ﺔﻴﻓﺎﻔﺸﻟا ﻖﻴﺒﻄﺗ +ICS_EffectPastelForBottomBG=.ﺔﺷﺎﺸﻟا ﻞﻔﺳﺃ ﻲﻓ ﺔﻴﻓﺎﻔﺸﻟا ﻖﻴﺒﻄﺗ + +; ---------------------------- + +IV_LoadMsg0=.ﺓﺭﻮﺼﻟا ﻞﻴﻤﺤﺗ ﻱﺭﺎﺟ +IV_LoadMsg1=...ﺭﺎﻈﺘﻧﻻا ﺀﺎﺟﺮﻟا + +IV_Help1=START: ﺔﻴﻔﻠﺧ ﺎﻬﻠﻌﺟإ | Select: ﺕاﺩاﺪﻋﻹا +IV_Help2=Y: 50% | X: 200% | A: 100% | B: ﺓﺩﻮﻌﻟا + +; ---------------------------- + +IV_Popup_BacklightLevel=%d .ىﻮﺘﺴﻤﻟا +IV_Popup_Zoom=%d%% ﺮﻴﺒﻜﺗ +IV_Popup_Pause_Play=ﻞﻴﻐﺸﺗ +IV_Popup_Pause_Pause=ﻑﺎﻘﻳإ +IV_Popup_PreviousFile=ﻖﺑﺎﺴﻟا ﻒﻠﻤﻟا +IV_Popup_NextFile=ﻲﻟﺎﺘﻟا ﻒﻠﻤﻟا +IV_Popup_Seek=%s ﺚﺤﺑ + +; ---------------------------- + +TCS_Help0= ﺹﻮﺼﻨﻟا ﺽﺮﻋ ﺩاﺪﻋإ ﺔﺌﻴﻬﺗ +TCS_Help1= +TCS_Help2= ﺮﻘﻧﺃ ﺕﺩاﺪﻋﻷا ﻦﻣ ﺀﺎﻬﺘﻧﻻا ﺎﻣﺪﻨﻋ +TCS_Help3= ﻞﻔﺳﺎﻟا ﻲﻓ "ﻖﺒﻃ" ﺭﺯ ﯽﻠﻋ +TCS_Help4= .ﺕاﺮﻴﻐﺘﻟا ﻆﻔﺤﻟ +TCS_Help5= +TCS_Help6= :ClearType ﻁﻮﻄﺧ ﺹﻮﺼﺨﺑ ﺮﻳﺬﺤﺗ +TCS_Help7= ﺔﺷﺎﺸﻟا ﯽﻠﻋﺃ ﻲﻓ ﺹﻮﺼﻨﻟا +TCS_Help8= "Phat" ﻞﻟ DS ﻞﻟ +TCS_Help9= .ﺔﺷﻮﺸﻣ ﻭﺪﺒﺗ ﺪﻗ +TCS_Help10= +TCS_Help11= + +TCS_Title=ﺹﻮﺼﻨﻟا ﺽﺮﻋ ﺩاﺪﻋإ ﺔﺌﻴﻬﺗ + +TCS_TopScrModeTitle=ﺎﻴﻠﻌﻟا ﺔﺷﺎﺸﻟا ﺽﺮﻋ ﻂﻤﻧ: +TCS_TopScrModeLightOff=ﻑﺎﻘﻳإ +TCS_TopScrModeText=ﺺﻧ +TCS_TopScrModeClock=ﺕﺎﻣﻮﻠﻌﻣ ﻭ ﺺﻧ + +TCS_ScreenSaverTitle=ﻒﻗﻮﺘﻟا ﺔﺷﺎﺷ +TCS_ScreenSaverNormal=ﻲﺳﺎﻴﻗ +TCS_ScreenSaverDigital=ﻲﻤﻗﺭ +TCS_ScreenSaverExtend=ﻲﻓﺎﺿإ + +TCS_LineSpaceTitle=ﺓﺪﻋﺎﺒﻣ +TCS_LineSpaceSmall=ﻖﻴﺿ +TCS_LineSpaceMiddle=ﻱﺩﺎﻋ +TCS_LineSpaceLarge=ﺾﻳﺮﻋ + +TCS_FontSizeTitle=ﺺﻨﻟا ﻢﺠﺣ +TCS_FontSizeSmall=(12pix) ﺮﻴﻐﺻ +TCS_FontSizeMiddle=(14pix) ﻂﺳﻭ +TCS_FontSizeLarge=(16pix) ﺮﻴﺒﻛ + +TCS_ClearTypeFontTitle=Clear type +TCS_ClearTypeFontNone=ﺀﯽﻴﺷ ﻻ +TCS_ClearTypeFontLite=ﻖﻴﻗﺭ +TCS_ClearTypeFontNormal=ﻲﺳﺎﻴﻗ +TCS_ClearTypeFontHeavy=ﻦﻴﺘﻣ + +TCS_UseSmoothScroll=.ﺲﻠﺴﻟﺍ ﺮﻳﺮﻤﺘﻟﺍ ﻡﺪﺨﺘﺳﺍ + +TCS_CPTitle=ﺔﺤﻔﺼﻟا ﺰﻴﻣﺮﺗ +TCS_CP437=CP437 (US, AUS) +TCS_CP850=CP850 (DOS) +TCS_CP1252=CP1252 (Windows) + +TCS_DetectCharCodeTitle=ﻲﻟآ ﺰﻴﻣﺮﺘﻟا ﻉﻮﻧ ﻒﺸﺘﻜﻳ + +; ---------------------------- + +TV_SelEnc_Title=.ﺺﻨﻟﺍ ﺰﻴﻣﺮﺗ ﻉﻮﻧ ﺭﺎﻴﺘﺧﺍ ﺀﺎﺟﺮﻟﺍ +TV_SelEnc_Items_AutoDetect=ﻲﺗﺍﺫ ﻒﺸﻛ +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=.ﺺﻨﻟﺍ ﺭﺮﺤﻣ ﺪﻴﻬﻤﺗ +TV_SelEnc_Help_Normal=P.ﺀﺎﻐﻟﻺﻟ B ﻭ , ﺔﻘﻓﺍﻮﻤﻠﻟ A ﻂﻐﺿﺍ +TV_SelEnc_Help_NoEdit0=128kbyte ﺯﻭﺎﺠﺘﻳ ﻒﻠﻤﻟﺍ +TV_SelEnc_Help_NoEdit1=.ﻞﻳﺪﻌﺘﻟﺍ ﻦﻜﻤﻳ ﻻ + +; ---------------------------- + +TV_PRG_LoadExtendFont=...ﻁﻮﻄﺨﻟا ﻞﻴﻤﺤﺗ ﻱﺭﺎﺟ +TV_PRG_LoadTextFile=...ﺺﻨﻟا ﻒﻠﻣ ﻞﻴﻤﺤﺗ +TV_PRG_DetectTextEncode=...ﺺﻨﻟا ﺮﻴﻔﺸﺗ ﻑﺎﺸﺘﻛإ +TV_PRG_DetectReturnCode=...ﺓﺩﻮﻌﻟا ﺰﻣﺭ ﻑﺎﺸﺘﻛإ +TV_PRG_ConvertToUnicode=...Unicode ﯽﻟإ ﻞﻳﻮﺤﺘﻟا + +TV_UncertainFormat1=.ﺪﻛﺆﻣ ﺮﻴﻏ ﻞﻐﺷ ﻦﻋ ﻒﺸﻜﻟﺍ +TV_UncertainFormat2=.ﺀﻂﺨﻟﺍ ﻝﺎﺣ ﻲﻓ ﻩﺪﻤﻟ A ﻊﻣ Start ﻂﻐﺿﺃ + +TV_Help1=A: ﺔﺤﻔﺼﻟا ﻝﺎﻘﺘﻧإ / B: ﺓﺩﻮﻌﻟا +TV_Help2=X/Y: ﺔﻤﺋﺎﻘﻟا ﻞﻴﻤﺤﺗ ﻆﻔﺣ ﻦﻳﻭﺎﻨﻌﻟا ﺔﻤﺋﺎﻗ +TV_Help3=Select: ﺔﺌﻴﻬﺘﻟا / %s : ﺰﻴﻣﺮﺘﻟا +TV_Info=ﺮﻄﺳ: %d / %d ﺭﻮﻄﺳ (%.2f%%) + +TV_BookmarkText_LoadTitle=ﻦﻳﻭﺎﻨﻌﻟا ﺔﻤﺋﺎﻗ ﻞﻴﻤﺤﺗ +TV_BookmarkText_SaveTitle=ﻦﻳﻭﺎﻨﻌﻟا ﺔﻤﺋﺎﻗ ﻆﻔﺣ +TV_BookmarkText_Empty=%d: .ﻆﻔﺤﻳ ﻢﻟ +TV_BookmarkText_Info=%d: %d ﺮﻄﺳ(s) %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=%d .ىﻮﺘﺴﻤﻟا +TV_Popup_Bookmark_Load= +TV_Popup_Bookmark_Empty=.ﻲﻐﻠﻣ +TV_Popup_Bookmark_Save=.ﻆﻔﺣ +TV_Popup_Pause_Play=ﻞﻴﻐﺸﺗ +TV_Popup_Pause_Pause=ﻑﺎﻘﻳإ +TV_Popup_PreviousFile=ﻖﺑﺎﺴﻟا ﻒﻠﻤﻟا +TV_Popup_NextFile=ﻲﻟﺎﺘﻟا ﻒﻠﻤﻟا +TV_Popup_Seek=%s ﺚﺤﺑ +TV_Popup_MoveToTop=.ﯽﻠﻋﻷا ﯽﻟإ ﻙﺮﺤﺗ +TV_Popup_MoveToLast=.ﺮﺧﻷا ﯽﻟإ ﻙﺮﺤﺗ + +; ---------------------------- + +ME_Help0=ﺕﺎﻈﺣﺎﻠﻤﻟا ﺓﺮﺘﻓﺩ ﻞﻳﺪﻌﺗ ﻂﻤﻧ +ME_Help1= +ME_Help2=D/L/U/R: ﺩﻮﺳﺃ/ﺮﻤﺣﺃ/ﺮﻀﺧﺃ/ﻕﺭﺯﺃ +ME_Help3=Y / X: ﺮﻄﺳ ﻦﻴﺘﻣ / ﻖﻴﻗﺭ +ME_Help4=A / B: ﺝﻭﺮﺧ ﻭ ﻆﻔﺣ +ME_Help5=SELECT: ﻊﺟاﺮﺗ +ME_Help6=ﻲﺤﻤﻠﻟ :ﺲﻤﻟﺃ ﻭ L/R ﻂﻐﺿﺃ +ME_Help7= +ME_Help8=DS ﻝا ﻕﻼﻏإ +ME_Help9=.ﻆﻔﺣ ﻥﻭﺩ ﺓﺭﺩﺎﻐﻤﻟاﻭ + +; ---------------------------- + +MemoList_Title=.ﺓﺮﻛﺬﻤﻟا ﺔﻤﺋﺎﻗ ﻂﻤﻧ + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=.ﺓﺪﻳﺪﺟ ﺔﺤﻔﺻ ﺀﺎﺸﻧإ : ﺔﺷﺎﺸﻟا ﺲﻤﻟ +MemoList_Help3=ﺎﻬﻴﻠﻋ ﺮﺷﺄﻤﻟا ﺔﺤﻔﺼﻟا ﺢﺴﻤﻳ:ﺔﻠﻳﻮﻃ ﺓﺮﺘﻔﻟ START ﻂﻐﺿ + +; ---------------------------- + +MemoEdit_FileInfo_Open=.ﺩﻮﺟﻮﻣ ﻒﻠﻣ ﺢﺘﻓ +MemoEdit_FileInfo_Edited=.ﻲﻟﺃ ﻆﻔﺤﻳ ﻑﻮﺳ ﻒﻠﻣ.ﻞﻳﺪﻌﺗ +MemoEdit_FileInfo_Create=.ﺪﻳﺪﺟ ﻒﻠﻣ ﻂﻤﻨﺑ ﺢﺘﻓ + +MemoEdit_SavingNow=....BMP ﻒﻠﻣ ﯽﻟإ ﺕاﺮﻴﻐﺘﻟا ﻆﻔﺣ + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=.ًﺎﻴﻟﺍ ﻢﻜﺤﺘﻟﺍ ﻊﻴﻄﺘﺴﻳ ﻻ +TE_File_SelectEncode_Title2=.ﺰﻴﻣﺮﺘﻟﺍ ﺺﻧ ﻉﻮﻧ ﺭﺎﻴﺘﺧﺍ ﺀﺎﺟﺮﻟﺍ + +TE_skk_DicSystem_PreloadDic=.ﺱﻮﻣﺎﻘﻟﺍ ﻞﻴﻤﺤﺗ + +TE_skk_ExitMenu_Title=ﺔﻤﺋﺎﻘﻟﺍ ﺀﺎﻬﻧﺇ +TE_skk_ExitMenu_Items_Cancel=.ﺀﺎﻐﻟﺇ +TE_skk_ExitMenu_Items_Overwrite=.ﺝﻭﺮﺨﻟﺍ ﻭ ﻆﻔﺤﻟﺍ ﻝﺍﺪﺒﺘﺳﺍ +TE_skk_ExitMenu_Items_SaveAs=.حفظ بأسم و الخروج +TE_skk_ExitMenu_Items_CreateNew=.ﺪﻳﺪﺟ ﺀﺎﺸﻧﺇ +TE_skk_ExitMenu_Items_NoSaveExit=.ﻆﻔﺤﻟﺍ ﻥﻭﺩ ﺝﻭﺮﺨﻟﺍ +TE_skk_ExitMenu_SavePrgMsg1=...ﺓﺩﺎﻋﺇ ﻭ ﻒﻠﻤﻟﺍ ﺹﻮﺼﻧ ﻆﻔﺣ +TE_skk_ExitMenu_SavePrgMsg2=.ﺔﻗﺎﻄﻟﺍ ﻰﻔﻄﺗ ﻻ ﺀﺎﺟﺮﻟﺍ + +TE_SysMsg_ClipBoard_Empty=.ﺔﻏﺭﺎﻓ ﺔﻈﻓﺎﺤﻟﺍ +TE_SysMsg_ClipBoard_Pasted=.ﺔﻈﻓﺎﺤﻟﺍ ﻖﺼﻟ +TE_SysMsg_ClipBoard_Copied=.ﺔﻈﻓﺎﺤﻠﻟ ﻪﺨﺴﻧ ﻭ ﺺﻨﻟﺍ ﺩﺪﺣ + +TE_OSKHW_Model_ModelResults_Selector_Title=.ﺢﻴﺤﺼﻟﺍ ﻑﺮﺤﻟﺍ ﺭﺎﻴﺘﺧﺍ ﺀﺎﺟﺮﻟﺍ +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=ﻞﺠﺳﺍ ﻥﺃ ﻲﻟ ﻞﻫ +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=ﻰﻟﺇ ﺔﻳﻭﺪﻴﻟﺍ ﺔﺑﺎﺘﻜﻟﺍ ﺕﺎﻧﺎﻴﺑ ﻩﺬﻫ +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=؟ﺝﺫﺎﻤﻨﻟﺍ ﺱﻮﻣﺎﻗ +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=تسجيل +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=إلغاء + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.009 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.009 new file mode 100644 index 0000000..e12c122 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.009 @@ -0,0 +1,611 @@ + +; MoonShell2 language resource for 'CP009'. +; Encoding format is UTF-8. FORCETAG + +Author=Marioysikax +Target=FIN / Suomi + +; ---------------------------- + +TextFontFolderName=tfonteng + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. +DateTimeFormat=DDMMYYYY + +; ---------------------------- + +CD_CheckDisk_Start=Nopea levytarkistus käynnistetty. +CD_CheckDisk_End=Nopea levytarkistus suoritettu onnistuneesti. + +CD_FatalError_Title=On sattunut vakava virhe! +CD_FatalError_DuplicatedArea0=Useampi tiedosto käyttää samaa levyn tilaa. +CD_FatalError_DuplicatedArea1=Osa tiedostoista on jo korruptoitunut. +CD_FatalError_BrokenEntry0=Suora merkintä on poikkeava. +CD_FatalError_BrokenEntry1=Useampi kuin yksi tiedosto on korruptoitunut. +CD_FatalError_IlligalClusterLink0=Lohkolinkki on keskeytetty. +CD_FatalError_IlligalClusterLink1=Tiedosto voi olla korruptoitunut. +CD_FatalError_BrokenDirectoryLink0=Suora uudelleenmerkintä on poikkeava. +CD_FatalError_BrokenDirectoryLink1=Kansio on korruptoitunut. +CD_FatalError_BrokenUnicode0=Suora uudelleenmerkintä on poikkeava. +CD_FatalError_BrokenUnicode1=Pitkä tiedostonimi on rikkoutunut. +CD_FatalError_FileSizeError0=Näytetty tiedostokoko ja +CD_FatalError_FileSizeError1=oikea tiedostokoko eivät täsmää. +CD_FatalError_UnknownError=Tuntematon virhe +CD_FatalError_RecoveryMsg0=Ongelman korjaus: +CD_FatalError_RecoveryMsg1=Varmuuskopioi tiedostot koneelle ja +CD_FatalError_RecoveryMsg2=siirrä takaisin formatoiduttua korttisi. +CD_FatalError_StopApplication=Sovellus pysäytetty. + +CD_NotSupportDiskSize_Title=Ei voida käyttää korttia. +CD_NotSupportDiskSize_Msg0=Kortin koko on liian suuri tai +CD_NotSupportDiskSize_Msg1=lohkokoko on liian pieni. +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=Ongelman korjaus: +CD_NotSupportDiskSize_RecoveryMsg1=Yritä uudelleenformatoida kortti +CD_NotSupportDiskSize_RecoveryMsg2=isommalla lohkokoolla. +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=Tarkistetaan onko tupla lohkoja tai paloja. + +CD_CheckFATType_Title=Tarkastetaan FAT tyyppiä. + +CD_FATType_UnknownFATType=Tuntematon FAT tyyppi. + +CD_WriteTest_Title=Suoritetaan kortin luku/kirjoitus testiä. + +CD_WriteError_Title=Kortille pääsyn testi epäonnistui. +CD_WriteError_Msg0=. Erittäin vähän vapaata tilaa. +CD_WriteError_Msg1=. Epäyhteensopiva DLDI ajuri. +CD_WriteError_Msg2=. Huono kontakti kortin ja flash-kortin välillä. +CD_WriteError_Msg3=. Yritetty kortin alue on korruptoitunut. +CD_WriteError_Msg4= +CD_WriteError_Msg5=Jokin mahdollinen muu vika. +CD_WriteError_Msg6= +CD_WriteError_Msg7=Sovellus pysäytetty varatoimenpiteenä. + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=Ei voitu avata tiedostoa +ERRMSG1_MemoryOverflow_CanRecovery=liian vähän muistin takia. +ERRMSG2_MemoryOverflow_CanRecovery=Kosketa ikkunaa sulkeaksesi. + +ERRMSG0_NotSupportFileFormat=Formaatti ei ole tuettu +ERRMSG1_NotSupportFileFormat=tai tiedosto on korruptoitunut. +ERRMSG2_NotSupportFileFormat=Kosketa ikkunaa sulkeaksesi. + +ERRMSG0_ProgressiveJpeg=Progressiivisia JPEG +ERRMSG1_ProgressiveJpeg=tiedostoja ei tueta. +ERRMSG2_ProgressiveJpeg=Kosketa ikkunaa sulkeaksesi. + +ERRMSG0_Text0byte=Tyhjä tekstitiedosto. +ERRMSG1_Text0byte=Ei voi avata 0 bitin tiedostoa. +ERRMSG2_Text0byte=Kosketa ikkunaa sulkeaksesi. + +ERRMSG0_OverflowLargeImage=Kuva on liian suuri. +ERRMSG1_OverflowLargeImage=Suurin koko on noin 5MP. +ERRMSG2_OverflowLargeImage=Kosketa ikkunaa sulkeaksesi. + +ERRMSG0_NotFoundMusicFile=Ei löydetty musiikkitiedostoja +ERRMSG1_NotFoundMusicFile=määritetystä kansiosta. +ERRMSG2_NotFoundMusicFile=Kosketa ikkunaa sulkeaksesi. + +ERRMSG0_UnknownError=On tapahtunut +ERRMSG1_UnknownError=tuntematon sisäinen virhe. +ERRMSG2_UnknownError=Ole hyvä ja sulje DS. + +; ---------------------------- + +Setup_Help1= +Setup_Help2=Vain asennukseen vaadittavat asetukset +Setup_Help3=näkyvät alla. +Setup_Help4= +Setup_Help5=Muokataksesi asetuksia paina START +Setup_Help6=näppäintä ja valitse "Asetukset" +Setup_Help7= +Setup_Help8=Näppäinasetukset ovat muuttuneet paljon. +Setup_Help9=Lue lisää KeyMap.txt tiedostosta. +Setup_Help10= +Setup_Help11= + +Setup_BootCheckDisk=Suorita levytarkistus käynnistyksessä. +Setup_ClickSound=Käytä ääniefektejä. +Setup_FileListMode=Tiedostoselaimen näyttö +Setup_FileListMode_Single=Näytä tiedostonimet 1 rivillä. +Setup_FileListMode_Double=Halkaise pitkät nimet 2 riville. +Setup_SkipSetup=Älä näytä tätä ikkunaa seuraavalla kerralla. +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=Tiedoston tiedot +Launch_FileInfo_Relational=Tiedostoon liittyvät tiedot +Launch_Size=Size: %dbittiä (%dMbittiä) +Launch_Create=Created: %s %d:%02d:%02d +Launch_Update=Modified: %s %d:%02d:%02d +Launch_NotFoundRelationalFile=Tiedostoja ei löytynyt. + +; ---------------------------- + +FL_Help0= +FL_Help1= +FL_Help2=X/Y: Vähennä/Lisää äänenvoimakkuutta +FL_Help3=START: Valikko (Asetukset) +FL_Help4= +FL_Help5=L + A/B: Seuraava/Edellinen kappale +FL_Help6=L + X/Y: Säädä kirkkautta +FL_Help7= +FL_Help8=Pidä L tai R: takaisin/eteenpäin kelaus +FL_Help9=L/R tuplanapautus: Seuraava/Edellinen kappale +FL_Help10=L kolmoisnapautus: Paussi +FL_Help11=R kolmoisnapautus: Aloita valmiustila + +; ---------------------------- + +FL_Popup_Pause_Play=TOISTO +FL_Popup_Pause_Pause=TAUKO +FL_Popup_PreviousFile=Edellinen tiedosto +FL_Popup_NextFile=Seuraava tiedosto +FL_Popup_Volume=Äänenvoimakkuus. %d%% +FL_Popup_BacklightLevel=Taso. %d +FL_Popup_PlayMode_Repeat=Toista +FL_Popup_PlayMode_AllRep=Toista kaikki +FL_Popup_PlayMode_Shuffle=Satunnaistoisto +FL_Popup_Seek=Haku %s +FL_Popup_NotFoundMoonMemoFolder=Ei löytynyt /moonmemo kansiota. + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=Tiedosto-Poistovirhe +FL_DeleteFileDialog_NotFoundDustBox_Line0=Ei löydetty roskakansiota. +FL_DeleteFileDialog_NotFoundDustBox_Line1=Lisätietoja tiedostosta +FL_DeleteFileDialog_NotFoundDustBox_Line2=/Manuals/DustBox.txt. + +FL_DeleteFileDialog_DisabledDustBox_Title=Tiedosto-Poistovirhe +FL_DeleteFileDialog_DisabledDustBox_Line0=Ole hyvä ja poista tiedostot +FL_DeleteFileDialog_DisabledDustBox_Line1=roskakansiosta tietokoneella. +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=Tiedosto-Poistovirhe +FL_DeleteFileDialog_DisabledSystemFolder_Line0=Ei voida muokata tiedostoja +FL_DeleteFileDialog_DisabledSystemFolder_Line1=järjestelmäkansiossa +FL_DeleteFileDialog_DisabledSystemFolder_Line2=(moonshl2). + +FL_DeleteFileDialog_DisabledMoveFolder_Title=Tiedosto-Poistovirhe +FL_DeleteFileDialog_DisabledMoveFolder_Line0=Ei voida navigoida kansioita. +FL_DeleteFileDialog_DisabledMoveFolder_Line1= +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=Tiedosto-Poiston varmistus +FL_DeleteFileDialog_Question_Line0=Haluatko varmasti poistaa tämän tiedoston? +FL_DeleteFileDialog_Question_Line1=Paina L+R+A hyväksyäksesi. +FL_DeleteFileDialog_Question_Line2=Paina B peruuttaaksesi. + +FL_DeleteFileDialog_Question_EasyDelete_Title=Tiedosto-Poiston varmistus +FL_DeleteFileDialog_Question_EasyDelete_Line0=Haluatko varmasti poistaa tämän tiedoston? +FL_DeleteFileDialog_Question_EasyDelete_Line1=Paina X+A hyväksyäksesi. +FL_DeleteFileDialog_Question_EasyDelete_Line2=Paina B peruuttaaksesi. + +FL_DeleteFileDialog_Success_Title=Tiedosto-Poiston varmistus +FL_DeleteFileDialog_Success_Line0=Tiedosto on siirretty roskakansioon. +FL_DeleteFileDialog_Success_Line1=Ole hyvä ja poista tiedostot +FL_DeleteFileDialog_Success_Line2=roskakansiosta tietokoneellasi + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=Toiminnot näppäimellä L... +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L + vasen : Näytä musiikkiohjain +FL_HelpLeft_Line3=L + Oikea : Seuraava kappale +FL_HelpLeft_Line4=L + Ylös : Tauko +FL_HelpLeft_Line5=L + Alas : Vaihda toistomoodia +FL_HelpLeft_Line6=L + A / B: Seuraava / Edellinen kappale +FL_HelpLeft_Line7=L + X / Y: Säädä kirkkautta +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L+R Yhtä aikaa: Tauko +FL_HelpLeft_Line10=L tuplanäpäytä + pidä: etsi taaksepäin 1% +FL_HelpLeft_Line11=L tuplanäpäytä: Edellinen kappale + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=Toiminnot näppäimelle R... +FL_HelpRight_Line1= +FL_HelpRight_Line2=R + Vasen / Oikea : Etsi eteenpäin / taaksepäin 1% +FL_HelpRight_Line3=R + Ylös / Alas : Etsi eteenpäin / taaksepäin 5% +FL_HelpRight_Line4=R+A : Toista kaikki kappaleet kansiosta +FL_HelpRight_Line5=L+R+A : Toista kaikki kappaleet kortilta +FL_HelpRight_Line6= +FL_HelpRight_Line7=L+R Yhtä aikaa: Tauko +FL_HelpRight_Line8=R tuplanäpäytä + pidä: etsi eteenpäin 1% +FL_HelpRight_Line9=R tuplanäpäytä: Seuraava kappale +FL_HelpRight_Line10=R kolmoisnäpäytä: Valmiustila + +; ---------------------------- + +SysMenu_MemoList=Avaa muistilista +SysMenu_MemoList_NotFound=Ei löydetty %s +SysMenu_FileListMode=Vaihda 1-Rivi/2-Rivi tilaa +SysMenu_Customize=Asetukset +SysMenu_RestoreBG=Palauta oletustaustakuva +SysMenu_Firmware=Palaa firmwareen +SysMenu_Firmware_NotFound=Ei löydetty %s + +; ---------------------------- + +SubMenu_Title=SELECT valikko +SubMenu_AppLauncher=Sovellusavaaja +SubMenu_AudioPlayer=Musiikkisoitin +SubMenu_SystemMenu=Järjestelmävalikko +SubMenu_PowOffTimer_Set=Uniajastin %dmin +SubMenu_PowOffTimer_SetHelp=L/R ajastus. +SubMenu_PowOffTimer_LastTime=ViimeAika %d:%02d +SubMenu_BottomHelp=Sekä A että SELECT ovat valintanäppäimiä. + +; ---------------------------- + +CS_Help0=Asetusten muokkaus +CS_Help1= +CS_Help2=Kun olet valmis näpäytä "valmis" nappia +CS_Help3=sivun alalaidassa jotta asetukset tallentuvat. +CS_Help4= +CS_Help5=Paina SELECT nappia katsellessasi kuvaa, +CS_Help6=videota tai tekstiä päästäksesi kyseisen +CS_Help7=formaatin asetuksiin. +CS_Help8= +CS_Help9=Voit myös löytää lisäosa asetuksia +CS_Help10=Moonshelliin /moonshl2/moonshl2.ini +CS_Help11=tiedostosta. + +CS_Title=Asetukset + +CS_PageTab_Title=Kategoria +CS_PageTab_Global=Yleiset +CS_PageTab_FileList=TiedostoLista +CS_PageTab_ScreenSaver=NäytönSääst. +CS_PageTab_Music=Musiikki + +CS_Cancel=Peruuta +CS_Ok=Valmis + +; ---------------------------- + +CSG_SkipSetup=Älä näytä alkuasetuksia käynnistyksessä. +CSG_BootCheckDisk=Suorita aina levytarkistus käynnistyksessä. + +CSG_ClickSound=Käytä ääniefektejä. +CSG_EnableFadeEffect=Käytä häivytys efektiä. +CSG_AutoLastState=Käynnistä siitä mihin jäätiin. +CSG_LRKeyLockTitle=L/R näppäin rajoitus. +CSG_LRKeyLockAlwayOff=Aina POIS +CSG_LRKeyLockRelationalPanel=Paneelin mukaan +CSG_LRKeyLockAlwayOn=Aina PÄÄLLÄ +CSG_EnableResumeFunction=Palautustiedot säilötään säännöllisesti. +CSG_EnableScreenCapture=DSi käyttää ruudun kaappausta. +CSG_SpeakerPowerOffWhenPanelClosed=Kannen suljettua kaiuttimet sammuvat. + +CSF_MoveFolderLocked=Lukitse kansionavigointi. +CSF_HiddenFilenameExt=Piilota tiedostopäätteet. +CSF_HiddenNotSupportFileType=Piilota tukemattomat tiedostot. +CSF_HiddenNDSROMFile=Piilota NDSROM tiedostot. +CSF_EnableFileInfo=Näytä tiedoston tiedot tiedostolistalla. +CSF_ShowOnlineHelp_LRButton=L/R nappien aputekstit näytetään. +CSF_BButtonToFolderUp=Kursori menee pois kansiosta B napilla. +CSF_EasyDeleteKey=Poisto suoritetaan X+A näppäimillä. +CSF_UseJpegExifThumbnail=Esikatselu Jpeg EXIF tiedoilla. +CSF_ShowCoverImage=Musiikkien levynkansi näytetään. +CSF_HideAttribute_Title=Piilota tiedostoatribuutit +CSF_HideAttribute_Archive=Arkisto +CSF_HideAttribute_Hidden=Piilotettu +CSF_HideAttribute_System=Järjestelmä +CSF_HideAttribute_ReadOnly=VainLuku + +CSS_EnabledScreenSaver=Käytä näytönsäästäjää. +CSS_Use24hFormat=Aika esitetään 24 tuntisena. +CSS_ScreenSaverTitle=Tyyppi +CSS_ScreenSaverNormal=Normi +CSS_ScreenSaverDigital=Digi +CSS_ScreenSaverExtend=Extra +CSS_ScreenSaverBGTitle=Tausta +CSS_ScreenSaverBGSkinDefault=Normi +CSS_ScreenSaverBGTopScreen=Yläruutu +CSS_ScreenSaverBGBottomScreen=Alaruutu +CSS_ScreenSaverTimeOutSecTitle=Viive +CSS_ScreenSaverTimeOutSec5sec=5 +CSS_ScreenSaverTimeOutSec10sec=10 +CSS_ScreenSaverTimeOutSec30sec=30 +CSS_ScreenSaverTimeOutSec60sec=60 +CSS_ScreenSaverTimeOutSecOff=Taustavalo sammutetaan. +CSS_ShowID3Tag=Näytä ID3 tagit. + +CSM_PlayListEndTitle=Kun soittolista loppuu. +CSM_PlayListEndLoop=Aloita alusta +CSM_PlayListEndStop=Lopeta +CSM_PlayListEndPowerOff=Sammuta + +; ---------------------------- + +ACS_Help0=Musiikkisoittimen asetusten muokkaus +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4=Toisto saattaa hyppiä jos +ACS_Help5=toistat musiikkia joka vaatii +ACS_Help6=paljon tehoja kun DS laskee +ACS_Help7=spectrum analyysiä. +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=Musiikkisoittimen asetukset + +ACS_AlwaysUsedAudioPlayer=Käytä aina musiikkisoitinta. +ACS_PauseWhenStopped=Pysäytä musiikki myös listassa. +ACS_DrawPlayList=Näytä soittolista ylänäytöllä. +ACS_DrawSpectrumAnalyzer=Spectrum analyysi näytetään. + +; ---------------------------- + +DCS_Help0=Videosoittimen asetusten muokkaus +DCS_Help1= +DCS_Help2=Kun olet valmis näpäytä "valmis" nappia +DCS_Help3=sivun alalaidassa jotta asetukset +DCS_Help4=tallentuvat. +DCS_Help5= +DCS_Help6=Varoitus: +DCS_Help7=Prosessointinopeuden kasvattaminen kesken +DCS_Help8=toiston (FastStart) voi aiheuttaa +DCS_Help9=hyvälaatuisissa videoissa pätkimistä. +DCS_Help10= +DCS_Help11= + +DCS_Title=Videosoittimen asetukset + +DCS_EnabledFastStart=Käytä FastStart videotoistoa. +DCS_PauseWhenPanelClosed=Pysäytä video kun kansi suljetaan. +DCS_EnableIndividualResume=Käytä yksilöllistä palautusta. +DCS_ControlPowerLED=Sulje virtalähteen LED valo. +DCS_InverseVisual_PlayPause=Toisto/Tauko ikonit toisinpäin. +DCS_EverytimeStopOfEnd=Näyttö palaa videon loputtua. +DCS_WhenLateDecodingWaitPause=Jos purku on hidas, odota. +DCS_BacklightTimeOutTitle=Taustavalon ajastin (s) +DCS_BacklightTimeOutOff=Off +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=Volume +DV_VolumeValue=%d%% +DV_VolumeMute=MUTE +DV_VolumeMax=MAX + +; ---------------------------- + +DV_Popup_Pause_Play=TOISTO +DV_Popup_Pause_Pause=TAUKO +DV_Popup_PreviousFile=Edellinen tiedosto +DV_Popup_NextFile=Seuraava tiedosto +DV_Popup_Volume=Äänenvoimakkuus. %d%% +DV_Popup_Seek=Haku %ssec +DV_Popup_BacklightLevel=Taso. %d + +; ---------------------------- + +ICS_Help0=Kuvakatselimen asetusten muokkaus +ICS_Help1= +ICS_Help2=Kun olet valmis näpäytä "valmis" nappia +ICS_Help3=sivun alalaidassa jotta asetukset +ICS_Help4=tallentuvat. +ICS_Help5= +ICS_Help6=Voit asettaa kuvan taustakuvaksi painamalla +ICS_Help7=START näppäintä katsellessa kuvaa. +ICS_Help8=Vaihtaaksesi takaisin alkuperäisen +ICS_Help9=taustakuvan paina START nappia +ICS_Help10=tiedostolistauksessa ja valitse +ICS_Help11="Palauta oletustaustakuva" listalta. + +ICS_Title=Kuvakatselimen asetukset + +ICS_ShowInfomation=Näytä tiedoston tiedot ja apu. +ICS_ShowControlIcons=Näytä kontrolli-ikonit. +ICS_DoubleSpeedKey=Nosta näppäinten herkkyyttä. +ICS_DoubleSpeedTouch=Nosta kosketusnäytön herkkyyttä. +ICS_MultipleResume=Muista suurennus. +ICS_AutoFitting=Sovita suuret kuvat automaattisesti. +ICS_EnabledProgressiveJpeg=Käytä progressiivista jpeg formaattia. +ICS_StartPosTitle=Kuvan aloitussijainti: +ICS_StartPosLeftTop=VasenYlä +ICS_StartPosRightTop=OikeaYlä +ICS_StartPosLeftBottom=VasenAla +ICS_StartPosRightBottom=OikeaAla +ICS_AutoNextTimeSecTitle=Diaesitys (s) +ICS_AutoNextTimeSecOff=Off +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=Informaatio esitetään ylänäytöllä. +ICS_EffectTitle=Taustakuvaefektit. +ICS_EffectHeightPadding=Määritä näyttöjen väli. +ICS_EffectPastelForTopBG=Käytä läpinäkyvyyttä ylänäytössä. +ICS_EffectPastelForBottomBG=Käytä läpinäkyvyyttä alanäytössä. + +; ---------------------------- + +IV_LoadMsg0=Kuvaa ladataan. +IV_LoadMsg1=Ole hyvä ja odota... + +IV_Help1=START: Taustakuvaksi | Select: Asetukset +IV_Help2=Y: 50% | X: 200% | A: 100% | B: Palaa + +; ---------------------------- + +IV_Popup_BacklightLevel=Taso. %d +IV_Popup_Zoom=Suurennos %d%% +IV_Popup_Pause_Play=TOISTO +IV_Popup_Pause_Pause=TAUKO +IV_Popup_PreviousFile=Edellinen tiedosto +IV_Popup_NextFile=Seuraava tiedosto +IV_Popup_Seek=Haku %s + +; ---------------------------- + +TCS_Help0=Tekstikatselimen asetusten muokkaus +TCS_Help1= +TCS_Help2=Kun olet valmis näpäytä "valmis" nappia +TCS_Help3=sivun alalaidassa jotta asetukset +TCS_Help4=tallentuvat. +TCS_Help5= +TCS_Help6=Varoitus koskien ClearType Fontteja: +TCS_Help7=Ylänäytön teksti alkuperäisellä DS +TCS_Help8="Läski" mallilla saattaa näyttää +TCS_Help9=hyvin epäselvältä. +TCS_Help10= +TCS_Help11= + +TCS_Title=Tekstikatselimen asetukset + +TCS_TopScrModeTitle=Ylänäytön näyttömoodi: +TCS_TopScrModeLightOff=Pois +TCS_TopScrModeText=Teksti +TCS_TopScrModeClock=Aika ja informaatio + +TCS_ScreenSaverTitle=Näytönsäästäjä +TCS_ScreenSaverNormal=Normi +TCS_ScreenSaverDigital=Digi +TCS_ScreenSaverExtend=Extra + +TCS_LineSpaceTitle=Kirjainväli +TCS_LineSpaceSmall=Tiukka +TCS_LineSpaceMiddle=Normi +TCS_LineSpaceLarge=Väljä + +TCS_FontSizeTitle=Tekstikoko +TCS_FontSizeSmall=Pieni (12px) +TCS_FontSizeMiddle=Normi (14px) +TCS_FontSizeLarge=Suuri (16px) + +TCS_ClearTypeFontTitle=Clear type +TCS_ClearTypeFontNone=Pois +TCS_ClearTypeFontLite=Ohut +TCS_ClearTypeFontNormal=Normi +TCS_ClearTypeFontHeavy=Paksu + +TCS_UseSmoothScroll=käytä pehmeää vieritystä. + +TCS_CPTitle=Sivun koodaus +TCS_CP437=CP437 (US, AUS) +TCS_CP850=CP850 (DOS) +TCS_CP1252=CP1252 (Windows) + +TCS_DetectCharCodeTitle=Koodauksen tunnistus + +; ---------------------------- + +TV_SelEnc_Title=Valitse koodauksen tyyppi. +TV_SelEnc_Items_AutoDetect=Auto. tunnistus +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=Käynnistä tekstieditori. +TV_SelEnc_Help_Normal=Paina A hyväksyäksesi, B peruuttaaksesi. +TV_SelEnc_Help_NoEdit0=Tiedosto ylitti 128kbitin rajan +TV_SelEnc_Help_NoEdit1=ei voida muokata. + +; ---------------------------- + +TV_PRG_LoadExtendFont=Ladataan laajennettuja fontteja... +TV_PRG_LoadTextFile=Ladataan tekstitiedostoa... +TV_PRG_DetectTextEncode=Tunnistetaan koodausta... +TV_PRG_DetectReturnCode=Tunnistetaan vastausta... +TV_PRG_ConvertToUnicode=Konvertoidaan Unicodeksi... + +TV_UncertainFormat1=Tunnistettiin epävarma formaatti. +TV_UncertainFormat2=Aloita A napilla, paina pitkään jos väärä. + +TV_Help1=A: Sivun vieritys / B: Palaa +TV_Help2=X/Y: Kirjanmerkin Tallennus/Lataus +TV_Help3=Select: konfigurointi / Koodaus: %s +TV_Info=Rivi: %d / %d riviä (%.2f%%) + +TV_BookmarkText_LoadTitle=Kirjanmerkin latausvalikko +TV_BookmarkText_SaveTitle=Kirjanmerkin tallennusvalikko +TV_BookmarkText_Empty=%d: Ei tallennettu. +TV_BookmarkText_Info=%d: %d Rivi(ä) %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=Taso. %d +TV_Popup_Bookmark_Load= +TV_Popup_Bookmark_Empty=Peruttu. +TV_Popup_Bookmark_Save=Tallennettu. +TV_Popup_Pause_Play=TOISTO +TV_Popup_Pause_Pause=TAUKO +TV_Popup_PreviousFile=Edellinen tiedosto +TV_Popup_NextFile=Seuraava tiedosto +TV_Popup_Seek=Haku %s +TV_Popup_MoveToTop=Siirry yläosaan. +TV_Popup_MoveToLast=Siirry alaosaan. + +; ---------------------------- + +ME_Help0=Muistio +ME_Help1= +ME_Help2=Ristiohjain: Must./Pun./Vih./Sin. +ME_Help3=Y / X: Ohut / Paksu viiva +ME_Help4=A / B: Tallenna ja lopeta +ME_Help5=SELECT: Kumoa +ME_Help6=Paina L/R ja kosketa: Pyyhi +ME_Help7= +ME_Help8=Sulje DS lopettaaksesi +ME_Help9=tallentamatta. + +; ---------------------------- + +MemoList_Title=Muistilista + +MemoList_Help0= +MemoList_Help1=Kosketa näyttöä: Luo uusi sivu. +MemoList_Help2=START nappi pohjassa: Poista sivu kursorin +MemoList_Help3=kohdalta. + +; ---------------------------- + +MemoEdit_FileInfo_Open=Avattiin olemassa oleva tiedosto. +MemoEdit_FileInfo_Edited=Muokataan. Tiedosto tallennetaan automaattisesti. +MemoEdit_FileInfo_Create=Avattiin "Uusi tiedosto" moodi. + +MemoEdit_SavingNow=Tallennetaan muutokset BMP tiedostoon... + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=Ei voida tunnistaa automaattisesti. +TE_File_SelectEncode_Title2=Valitse tekstin koodaustyyppi. + +TE_skk_DicSystem_PreloadDic=Esiladataan kirjastoa. + +TE_skk_ExitMenu_Title=SULJE VALIKKO +TE_skk_ExitMenu_Items_Cancel=Peruuta. +TE_skk_ExitMenu_Items_Overwrite=Tallenna ja lopeta. +TE_skk_ExitMenu_Items_SaveAs=Tallenna nimellä ja lopeta. +TE_skk_ExitMenu_Items_CreateNew=Luo uusi. +TE_skk_ExitMenu_Items_NoSaveExit=Lopeta tallentamatta. +TE_skk_ExitMenu_SavePrgMsg1=Tallenna tekstitiedosto ja käynnistä uudelleen... +TE_skk_ExitMenu_SavePrgMsg2=Älä sulje virtaa. + +TE_SysMsg_ClipBoard_Empty=Leikepöytä on tyhjä. +TE_SysMsg_ClipBoard_Pasted=Leikepöytä liitetty. +TE_SysMsg_ClipBoard_Copied=Kopioi teksti leikepöydälle. + +TE_OSKHW_Model_ModelResults_Selector_Title=Valitse oikea kirjain. +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=Rekisteröidäänkö tämä +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=käsialan data +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=moduulikirjastoon? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=REKISTERÖI +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=PERUUTA + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.101 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.101 new file mode 100644 index 0000000..ff9ff20 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.101 @@ -0,0 +1,611 @@ + +; MoonShell2 language resource for 'CP001 French'. +; Encoding format is UTF-8. + +Author=Moonlight (traduit par Supercarte) +Target=FRA / Français + +; ---------------------------- + +TextFontFolderName=tfonteng + +; DateTimeFormat peut être YYYYMMDD, DDMMYYYY ou MMDDYYYY. +DateTimeFormat=DDMMYYYY + +; ---------------------------- + +CD_CheckDisk_Start=Vérification rapide en cours... +CD_CheckDisk_End=Vérification rapide terminée. + +CD_FatalError_Title=!! Une erreur fatale s'est produite !! +CD_FatalError_DuplicatedArea0=Des fichiers utilisent des mêmes clusters. +CD_FatalError_DuplicatedArea1=Certains fichiers sont endommagés. +CD_FatalError_BrokenEntry0=Entrée de dossier invalide. +CD_FatalError_BrokenEntry1=Fichier(s) endommagé(s). +CD_FatalError_IlligalClusterLink0=Erreur de lien avec les cluster. +CD_FatalError_IlligalClusterLink1=Les fichiers semblent corrompus. +CD_FatalError_BrokenDirectoryLink0=Entrée de dossier invalide. +CD_FatalError_BrokenDirectoryLink1=Dossier(s) endommagé(s). +CD_FatalError_BrokenUnicode0=Nom(s) de dossier(s) invalide(s). +CD_FatalError_BrokenUnicode1=Nom(s) long(s) de fichier endommagé(s). +CD_FatalError_FileSizeError0=La taille du fichier diffère de +CD_FatalError_FileSizeError1=l'indication à l'entrée du dossier. +CD_FatalError_UnknownError=Erreur indéfinie. +CD_FatalError_RecoveryMsg0=Récupération : +CD_FatalError_RecoveryMsg1=Copier le contenu de la carte sur +CD_FatalError_RecoveryMsg2=votre HDD puis reformater la carte. +CD_FatalError_StopApplication=L'application a été stoppée. + +CD_NotSupportDiskSize_Title=Format du disque non supporté. +CD_NotSupportDiskSize_Msg0=Le disque est trop grand ou +CD_NotSupportDiskSize_Msg1=les clusters sont trop petits. +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=Mesure à prendre: +CD_NotSupportDiskSize_RecoveryMsg1=Formater le disque avec +CD_NotSupportDiskSize_RecoveryMsg2=des clusters plus grands. +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=Vérifie les clusters et la fragmentation. + +CD_CheckFATType_Title=Vérification de la FAT... + +CD_FATType_UnknownFATType=FAT non-reconnu. + +CD_WriteTest_Title=Test du disque en cours... + +CD_WriteError_Title=Échec lors du test du disque. +CD_WriteError_Msg0=- L'espace libre est insufisant. +CD_WriteError_Msg1=- Le patch DLDI ne peut être appliqué. +CD_WriteError_Msg2=- Mauvais contact ou carte incompatible. +CD_WriteError_Msg3=- La FAT a été endommagée. +CD_WriteError_Msg4= +CD_WriteError_Msg5=sont des raisons possibles. +CD_WriteError_Msg6= +CD_WriteError_Msg7=L'application a été suspendue par sécurité. + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=Impossible d'ouvrir le fichier +ERRMSG1_MemoryOverflow_CanRecovery=par manque de mémoire. +ERRMSG2_MemoryOverflow_CanRecovery=Toucher la fenêtre pour fermer + +ERRMSG0_NotSupportFileFormat=Format non-compatible ou +ERRMSG1_NotSupportFileFormat=endomagé. +ERRMSG2_NotSupportFileFormat=Toucher la fenêtre pour fermer + +ERRMSG0_ProgressiveJpeg=Le JPEG progressive +ERRMSG1_ProgressiveJpeg=n'est pas pris en charge. +ERRMSG2_ProgressiveJpeg=Toucher la fenêtre pour fermer + +ERRMSG0_Text0byte=Ce fichier de texte est vide. +ERRMSG1_Text0byte=Ne peut ouvrir un fichier vide. +ERRMSG2_Text0byte=Toucher la fenêtre pour fermer + +ERRMSG0_OverflowLargeImage=Fichier d'image trop volumineux. +ERRMSG1_OverflowLargeImage=Le maximum est 5 méga-pixels. +ERRMSG2_OverflowLargeImage=Toucher la fenêtre pour fermer + +ERRMSG0_NotFoundMusicFile=Aucun fichier de musique +ERRMSG1_NotFoundMusicFile=n'a été trouvé dans ce dossier. +ERRMSG2_NotFoundMusicFile=Toucher la fenêtre pour fermer + +ERRMSG0_UnknownError=Erreur indéterminée. +ERRMSG1_UnknownError=C'est une anomalie interne. +ERRMSG2_UnknownError=Veuillez éteindre la DS. + +; ---------------------------- + +Setup_Help1= +Setup_Help2= +Setup_Help3=Confirmation de base +Setup_Help4= +Setup_Help5=Veuillez appuyer sur START par la +Setup_Help6=suite pendant le navigateur de fichiers +Setup_Help7=pour configurer le système. +Setup_Help8= +Setup_Help9=Pour mieux connaître la fonction des +Setup_Help10=boutons, veuillez voir la documentation. +Setup_Help11= + +Setup_BootCheckDisk=Vérifier la FAT au démarrage +Setup_ClickSound=Jouer un son lors d’un clic +Setup_FileListMode=Navigateur de fichiers +Setup_FileListMode_Single=Affichage des noms sur une ligne +Setup_FileListMode_Double=Affichage des noms sur deux lignes +Setup_SkipSetup=Ne plus afficher au démarrage +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=Information du fichier: +Launch_FileInfo_Relational=Fichier associé: +Launch_Size=Taille: %doctet (%dMbit) +Launch_Create=Créé: %s %d:%02d:%02d +Launch_Update=Modifié: %s %d:%02d:%02d +Launch_NotFoundRelationalFile=Fichier associe non defini. + +; ---------------------------- + +FL_Help0= +FL_Help1= +FL_Help2=X/Y: Volume sonore +/- +FL_Help3=START: Menu principal +FL_Help4= +FL_Help5=L+A/B: Jouer le fichier précédent/suivant +FL_Help6=L+X/Y: Retro-éclairage +/- +FL_Help7= +FL_Help8=L/R+ Toucher l'écran: Créer un mémo +FL_Help9=2x L/R maintenu: Avance/retour rapide +FL_Help10=2x L/R: Jouer le fichier précédent/suivant +FL_Help11=3 x R: Mise en veille + +; ---------------------------- + +FL_Popup_Pause_Play=JOUER +FL_Popup_Pause_Pause=PAUSE +FL_Popup_PreviousFile=Jouer la précédente +FL_Popup_NextFile=Jouer la suivante +FL_Popup_Volume=Volume: %d%% +FL_Popup_BacklightLevel=Retro-éclairage : %d +FL_Popup_PlayMode_Repeat=Mode: Jouer une seule +FL_Popup_PlayMode_AllRep=Mode: Jouer toutes +FL_Popup_PlayMode_Shuffle=Mode: Jouer au hasard +FL_Popup_Seek=Déplacement: %s +FL_Popup_NotFoundMoonMemoFolder=Le dossier /moonmemo est absent + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=Erreur lors de la suppression ! +FL_DeleteFileDialog_NotFoundDustBox_Line0=Le dossier /dustbox est absent. +FL_DeleteFileDialog_NotFoundDustBox_Line1=Référez-vous au fichier +FL_DeleteFileDialog_NotFoundDustBox_Line2=/HTML/FRA/dustbox.html. + +FL_DeleteFileDialog_DisabledDustBox_Title=Erreur lors de la suppression ! +FL_DeleteFileDialog_DisabledDustBox_Line0=Supprimer le contenu de +FL_DeleteFileDialog_DisabledDustBox_Line1=la corbeille avec votre PC. +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=Erreur lors de la suppression ! +FL_DeleteFileDialog_DisabledSystemFolder_Line0=Toute manipulation dans +FL_DeleteFileDialog_DisabledSystemFolder_Line1=le dossier /moonshl2 est +FL_DeleteFileDialog_DisabledSystemFolder_Line2=interdite. + +FL_DeleteFileDialog_DisabledMoveFolder_Title=Erreur lors de la suppression ! +FL_DeleteFileDialog_DisabledMoveFolder_Line0=Les dossiers ne peuvent pas +FL_DeleteFileDialog_DisabledMoveFolder_Line1=être déplacés. +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=Erreur lors de la suppression ! +FL_DeleteFileDialog_Question_Line0=Voulez-vous effacer ce fichier? +FL_DeleteFileDialog_Question_Line1=Pressez L+R+A pour confirmer. +FL_DeleteFileDialog_Question_Line2=Pressez B pour annuler. + +FL_DeleteFileDialog_Question_EasyDelete_Title=Erreur lors de la suppression ! +FL_DeleteFileDialog_Question_EasyDelete_Line0=Voulez-vous effacer ce fichier? +FL_DeleteFileDialog_Question_EasyDelete_Line1=Pressez X+A pour le confirmer. +FL_DeleteFileDialog_Question_EasyDelete_Line2=Pressez B pour annuler. + +FL_DeleteFileDialog_Success_Title=Suppression terminée. +FL_DeleteFileDialog_Success_Line0=Le fichier a été mis à la corbeille +FL_DeleteFileDialog_Success_Line1=Effacer le contenu de la corbeille +FL_DeleteFileDialog_Success_Line2=avec votre PC. + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=Aide consernant le bouton L... +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L+Gauche: Mini panneau de contrôle MP3 +FL_HelpLeft_Line3=L+Droite: Jouer le fichier suivant +FL_HelpLeft_Line4=L+Haut: Pause +FL_HelpLeft_Line5=L+Bas: Changement du mode de lecture +FL_HelpLeft_Line6=L+A/B: Jouer le fichier suivant/précédent +FL_HelpLeft_Line7=L+X/Y: Réglage du rétro-éclairage +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L+R en même temps: Pause +FL_HelpLeft_Line10=L+L maintenu: Retour en arrière +FL_HelpLeft_Line11=Lx2: Jouer le fichier précédent + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=Aide consernant le bouton R... +FL_HelpRight_Line1= +FL_HelpRight_Line2=R+Droite/Gauche: Avance/retour rapide +FL_HelpRight_Line3=R+Haut/bas: Avance/retour très rapide +FL_HelpRight_Line4=R+A: Jouer que les fichiers du dossier +FL_HelpRight_Line5=L+R+A: Jouer les fichiers du disque +FL_HelpRight_Line6= +FL_HelpRight_Line7=L+R en même temps: Pause +FL_HelpRight_Line8=R+R un certain temps: Avance rapide +FL_HelpRight_Line9=Rx2: Jouer le fichier suivant +FL_HelpRight_Line10=Rx3: Mise en veille + +; ---------------------------- + +SysMenu_MemoList=Ouvrir le bloc-notes +SysMenu_MemoList_NotFound=%s est absent. +SysMenu_FileListMode=Noms sur 1 ou 2 lignes +SysMenu_Customize=Configuration +SysMenu_RestoreBG=Restaurer le fond d'écran +SysMenu_Firmware=Retour au système +SysMenu_Firmware_NotFound=%s est absent! + +; ---------------------------- + +SubMenu_Title=Sous-menu +SubMenu_AppLauncher=Lanceur +SubMenu_AudioPlayer=Lecteur audio +SubMenu_SystemMenu=Menu principal +SubMenu_PowOffTimer_Set=Timer Off %dmin +SubMenu_PowOffTimer_SetHelp=Régler avec L/R +SubMenu_PowOffTimer_LastTime=Reste %d:%02d +SubMenu_BottomHelp=Presser A ou Select pour valider. + +; ---------------------------- + +CS_Help0=Configuration de MoonShell 2 +CS_Help1= +CS_Help2= +CS_Help3=En pressant Select vous +CS_Help4=pouvez changer la configuration +CS_Help5=concernant le texte, image et vidéo. +CS_Help6= +CS_Help7= +CS_Help8=Il y a plus de paramètres dans +CS_Help9=le fichier /moonshl2/moonshl2.ini. +CS_Help10= +CS_Help11= + +CS_Title=Préférences de MoonShell 2 + +CS_PageTab_Title=Catégorie: +CS_PageTab_Global=global +CS_PageTab_FileList=navigateur +CS_PageTab_ScreenSaver=veille +CS_PageTab_Music=musique + +CS_Cancel=Annuler +CS_Ok=OK + +; ---------------------------- + +CSG_SkipSetup=Passer la configuration de base +CSG_BootCheckDisk=Vérifier la FAT au démarrage + +CSG_ClickSound=Jouer un son lors d'un clic +CSG_EnableFadeEffect=Effet de transition d'écrans +CSG_AutoLastState=Afficher le lanceur au démarrage +CSG_LRKeyLockTitle=Verrouiller L/R: +CSG_LRKeyLockAlwayOff=toujours +CSG_LRKeyLockRelationalPanel=quand DS fermée +CSG_LRKeyLockAlwayOn=jamais +CSG_EnableResumeFunction=Sauver régulièrement l'état de reprise +CSG_EnableScreenCapture=Activer la capture d'écrans (DSi) +CSG_SpeakerPowerOffWhenPanelClosed=Éteindre les haut-parleurs si DS fermée + +CSF_MoveFolderLocked=Interdire le déplacement de dossier +CSF_HiddenFilenameExt=Masquer l'extension des fichiers +CSF_HiddenNotSupportFileType=Masquer les fichiers non-reconnus +CSF_HiddenNDSROMFile=Masquer les fichiers NDS +CSF_EnableFileInfo=Afficher la taille/durée des fichiers +CSF_ShowOnlineHelp_LRButton=Afficher l'aide pour les boutons L/R +CSF_BButtonToFolderUp=Presser 3x R pour stopper la musique +CSF_EasyDeleteKey=Mise à la corbeille simplifiée (X+A) +CSF_UseJpegExifThumbnail=Afficher la vignette des images JpegExif +CSF_ShowCoverImage=Afficher la pochette des M4A & MP3 +CSF_HideAttribute_Title=Masquer les fichiers avec attribut: +CSF_HideAttribute_Archive=archive +CSF_HideAttribute_Hidden=invisible +CSF_HideAttribute_System=système +CSF_HideAttribute_ReadOnly=lecture seule + +CSS_EnabledScreenSaver=Activer le l'écran de veille +CSS_Use24hFormat=Afficher l'heure sur 24h +CSS_ScreenSaverTitle=Style de l'horloge: +CSS_ScreenSaverNormal=imprimé +CSS_ScreenSaverDigital=digital +CSS_ScreenSaverExtend=tracé +CSS_ScreenSaverBGTitle=Fond de l'écran: +CSS_ScreenSaverBGSkinDefault=image de l'horloge +CSS_ScreenSaverBGTopScreen=image du haut +CSS_ScreenSaverBGBottomScreen=image du bas +CSS_ScreenSaverTimeOutSecTitle=Apparition: +CSS_ScreenSaverTimeOutSec5sec=5 +CSS_ScreenSaverTimeOutSec10sec=10 +CSS_ScreenSaverTimeOutSec30sec=30 +CSS_ScreenSaverTimeOutSec60sec=60 +CSS_ScreenSaverTimeOutSecOff=Éteindre le rétro-éclairage +CSS_ShowID3Tag=Afficher le ID3Tag de l'MP3 jouée + +CSM_PlayListEndTitle=En fin de playlist: +CSM_PlayListEndLoop=rejouer +CSM_PlayListEndStop=pause +CSM_PlayListEndPowerOff=éteindre la DS + +; ---------------------------- + +ACS_Help0=Configuration du lecteur audio +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4= +ACS_Help5=Il peut avoir des saccades +ACS_Help6=en jouant un fichier lourd +ACS_Help7=avec l'égaliseur graphique. +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=Préférences du lecteur audio + +ACS_AlwaysUsedAudioPlayer=Afficher le panneau de contrôle +ACS_PauseWhenStopped=Retour au navigateur en pause +ACS_DrawPlayList=Afficher la playlist +ACS_DrawSpectrumAnalyzer=Afficher l'égaliseur graphique + +; ---------------------------- + +DCS_Help0=Configuration du lecteur vidéo +DCS_Help1= +DCS_Help2= +DCS_Help3=Lorsque l'accélération vidéo +DCS_Help4=est activée, il est possible que +DCS_Help5=les vidéos ayant un nombre de frames +DCS_Help6=ou un bitrate élevé ralentissent. +DCS_Help7= +DCS_Help8= +DCS_Help9= +DCS_Help10= +DCS_Help11= + +DCS_Title=Préférences du lecteur vidéo + +DCS_EnabledFastStart=Accélération vidéo +DCS_PauseWhenPanelClosed=Faire pause en fermant la DS +DCS_EnableIndividualResume=Reprendre lecture stoppée en cours +DCS_ControlPowerLED=Éteindre la LED pendant la lecture +DCS_InverseVisual_PlayPause=Inverser le bouton Play/Pause +DCS_EverytimeStopOfEnd=Stopper après la lecture d'une vidéo +DCS_WhenLateDecodingWaitPause=Faire pause quand la vidéo rétarde +DCS_BacklightTimeOutTitle=Auto-extinction du rétro-éclairage: +DCS_BacklightTimeOutOff=Off +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=Vol. +DV_VolumeValue=%d%% +DV_VolumeMute=mute +DV_VolumeMax=MAX + +; ---------------------------- + +DV_Popup_Pause_Play=JOUER +DV_Popup_Pause_Pause=PAUSE +DV_Popup_PreviousFile=Jouer la précédente +DV_Popup_NextFile=Jouer la suivante +DV_Popup_Volume=Volume: %d%% +DV_Popup_Seek=Déplacement: %s sec +DV_Popup_BacklightLevel=Rétro-éclairage: %d + +; ---------------------------- + +ICS_Help0=Configuration du visualisateur d'images +ICS_Help1= +ICS_Help2= +ICS_Help3=Presser Start pour paramétrer l'image +ICS_Help4=visualisée en tant que fond d'écran. +ICS_Help5= +ICS_Help6=Pour remettre l'image de fond par défaut, +ICS_Help7=pressez START dans le navigateur de +ICS_Help8=fichier puis, toucher "Restaurer +ICS_Help9=le fond d'écran" dans le menu. +ICS_Help10= +ICS_Help11= + +ICS_Title=Préférences du visualisateur d'images + +ICS_ShowInfomation=Afficher les informations et l'aide +ICS_ShowControlIcons=Afficher les icones de l'écran tactile +ICS_DoubleSpeedKey=Boutons plus sensibles +ICS_DoubleSpeedTouch=Écran tactile plus sensible +ICS_MultipleResume=Mémoriser le zoom et la rotation +ICS_AutoFitting=Réduire les images Jpeg trop grandes +ICS_EnabledProgressiveJpeg=Activer le format jpeg progressif +ICS_StartPosTitle=Partie visible Haut/Bas-Gauche/Droite: +ICS_StartPosLeftTop=H-G +ICS_StartPosRightTop=H-D +ICS_StartPosLeftBottom=B-G +ICS_StartPosRightBottom=B-D +ICS_AutoNextTimeSecTitle=Photorama: +ICS_AutoNextTimeSecOff=Off +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=Informations sur l'écran du haut +ICS_EffectTitle=Conversion vers fond d'écran: +ICS_EffectHeightPadding=Ôter l'écart entre les 2 écrans +ICS_EffectPastelForTopBG=Filtre pastel sur l'écran du haut +ICS_EffectPastelForBottomBG=Filtre pastel sur l'écran du bas + +; ---------------------------- + +IV_LoadMsg0=Lecture de l'image en cours, +IV_LoadMsg1=veuillez patienter... + +IV_Help1=START: Fond d'écran / SELECT: Config. +IV_Help2=Y: 50% / X: 200% / A: 100% / B: Retour + +; ---------------------------- + +IV_Popup_BacklightLevel=Rétro-éclairage: %d +IV_Popup_Zoom=Zoom: %d%% +IV_Popup_Pause_Play=JOUER +IV_Popup_Pause_Pause=PAUSE +IV_Popup_PreviousFile=Jouer la précédente +IV_Popup_NextFile=Jouer la suivante +IV_Popup_Seek=Déplacement: %s + +; ---------------------------- + +TCS_Help0=Configuration de l'afficheur de texte +TCS_Help1= +TCS_Help2=Attention, le lissage des caractères +TCS_Help3=peut rendre l'écran du haut assez floue +TCS_Help4=sur les anciennes DS. +TCS_Help5= +TCS_Help6=Si l'auto-détection du code de caractères +TCS_Help7=échoue, pressez A ou touchez le fichier +TCS_Help8=un certain temps afin d'ouvrir le menu +TCS_Help9=contextuel pour y choisir le bon encodage. +TCS_Help10=Utilisez la sélection manuelle au besoin. +TCS_Help11= + +TCS_Title=Préférences de l'afficheur de texte + +TCS_TopScrModeTitle=Affichage de l'écran du haut: +TCS_TopScrModeLightOff=éteint +TCS_TopScrModeText=texte +TCS_TopScrModeClock=info & horaire + +TCS_ScreenSaverTitle=Écran veille: +TCS_ScreenSaverNormal=imprimé +TCS_ScreenSaverDigital=digital +TCS_ScreenSaverExtend=tracé + +TCS_LineSpaceTitle=Interligne: +TCS_LineSpaceSmall=étroit +TCS_LineSpaceMiddle=standard +TCS_LineSpaceLarge=large + +TCS_FontSizeTitle=Taille des caractères: +TCS_FontSizeSmall=petits +TCS_FontSizeMiddle=moyens +TCS_FontSizeLarge=grands + +TCS_ClearTypeFontTitle=Lisser les caractères: +TCS_ClearTypeFontNone=non +TCS_ClearTypeFontLite=léger +TCS_ClearTypeFontNormal=moyen +TCS_ClearTypeFontHeavy=fort + +TCS_UseSmoothScroll=Lisser le défilement du texte + +TCS_CPTitle=Code de pages: +TCS_CP437=CP437 (US, AUS) +TCS_CP850=CP850 (DOS) +TCS_CP1252=CP1252 (Windows) + +TCS_DetectCharCodeTitle=Détection du type d'encodage: + +; ---------------------------- + +TV_SelEnc_Title=Veuillez choisir le type d'encodage. +TV_SelEnc_Items_AutoDetect=Auto-détection +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=Éditeur de texte. +TV_SelEnc_Help_Normal=Pressez A pour OK, B pour annuler. +TV_SelEnc_Help_NoEdit0=Le fichier ne peut être édité +TV_SelEnc_Help_NoEdit1=car il excède 128Ko. + +; ---------------------------- + +TV_PRG_LoadExtendFont=Chargement de la police étendue... +TV_PRG_LoadTextFile=Chargement du fichier texte... +TV_PRG_DetectTextEncode=Détection de l'encodage... +TV_PRG_DetectReturnCode=Détection des codes retour... +TV_PRG_ConvertToUnicode=Passage en UNICODE... + +TV_UncertainFormat1=L'auto-détection de l'encodage a dû échouer. +TV_UncertainFormat2=Réouvrez le texte en maintenant A pressé. + +TV_Help1=A: défilement page / B: Retour +TV_Help2=X/Y: Menu de sauvegarde de signet +TV_Help3=SELECT: Config. / Encodage: %s +TV_Info=Ligne: %d / %d lignes (%.2f%%) + +TV_BookmarkText_LoadTitle=Menu de chargement de signets +TV_BookmarkText_SaveTitle=Menu de sauvegarde de signets +TV_BookmarkText_Empty=%d: vide +TV_BookmarkText_Info=%d: %d lignes %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=Rétro-éclairage: %d +TV_Popup_Bookmark_Load= +TV_Popup_Bookmark_Empty=Chargement mis en cache. +TV_Popup_Bookmark_Save=Signet sauvegardé. +TV_Popup_Pause_Play=PLAY +TV_Popup_Pause_Pause=PAUSE +TV_Popup_PreviousFile=Jouer la précédente +TV_Popup_NextFile=Jouer la suivante +TV_Popup_Seek=Déplacement: %s +TV_Popup_MoveToTop=Aller en tête +TV_Popup_MoveToLast=Aller à la fin + +; ---------------------------- + +ME_Help0=Bloc-notes +ME_Help1= +ME_Help2=Bas/Gauche/Haut/Droite: Couleur +ME_Help3=du tracé Noir/Rouge/Vert/Bleu +ME_Help4=Y/X: Tracé fin/épais +ME_Help5=L/R + écran tactile: Gomme +ME_Help6=SELECT: Annuler/Rétablir le tracé +ME_Help7=A/B: Sauvegarder et quitter +ME_Help8=Pour quitter sans sauvegarder, +ME_Help9=Veuillez éteindre la DS. + +; ---------------------------- + +MemoList_Title=Liste des mémos + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=Écran tactile: créer un mémo +MemoList_Help3=START maintenu: effacer le mémo sélectionné + +; ---------------------------- + +MemoEdit_FileInfo_Open=Fichier existant ouvert. +MemoEdit_FileInfo_Edited=Édition en cours. Quitter pour sauvegarder. +MemoEdit_FileInfo_Create=Édition du nouveau mémo: + +MemoEdit_SavingNow=Sauvegarde du mémo en cours... + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=Impossible de déterminer l'encodage. +TE_File_SelectEncode_Title2=Veuillez le paramètrer manuellement. + +TE_skk_DicSystem_PreloadDic=Chargement du dictionaire... + +TE_skk_ExitMenu_Title=Menu Quitter +TE_skk_ExitMenu_Items_Cancel=Annuler +TE_skk_ExitMenu_Items_Overwrite=Sauvegarder par dessus et quitter +TE_skk_ExitMenu_Items_SaveAs=Sauvegarder sous un autre nom et quitter +TE_skk_ExitMenu_Items_CreateNew=Sauvegarder sous +TE_skk_ExitMenu_Items_NoSaveExit=Quitter sans sauvegarder +TE_skk_ExitMenu_SavePrgMsg1=Sauvegarder et Redémarrer... +TE_skk_ExitMenu_SavePrgMsg2=Veuillez ne pas éteindre la DS. + +TE_SysMsg_ClipBoard_Empty=Presse-papiers vide. +TE_SysMsg_ClipBoard_Pasted=Presse-papiers posé. +TE_SysMsg_ClipBoard_Copied=Texte copié dans le presse-papiers. + +TE_OSKHW_Model_ModelResults_Selector_Title=Veuillez choisir un caratère valide. +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=Désirez-vous enregistrer cette +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=entrée en tant que caractère +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=valide dans le dictionnaire ? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=OUI +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=NON + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.866 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.866 new file mode 100644 index 0000000..549bfbe --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.866 @@ -0,0 +1,610 @@ + +; MoonShell2 language resource for 'CP866 Russian (Cyrillic)'. +; Encoding format is UTF-8. + +Author=mc_B3oWoLF™ +Target=RUS / Russian + +; ---------------------------- + +TextFontFolderName=tfonteng + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. +DateTimeFormat=DDMMYYYY + +; ---------------------------- + +CD_CheckDisk_Start=Запущена проверка флешки. +CD_CheckDisk_End=Проверка флешки успешно завершена. + +CD_FatalError_Title=Критическая ошибка! +CD_FatalError_DuplicatedArea0=Несколько файлов используют одно диск.пространство. +CD_FatalError_DuplicatedArea1=некоторые файлы уже повреждены. +CD_FatalError_BrokenEntry0=Прямое вхождение неверно. +CD_FatalError_BrokenEntry1=Повреждено более 1 файла. +CD_FatalError_IlligalClusterLink0=Кластерная ссылка прервана. +CD_FatalError_IlligalClusterLink1=Возможно, файл повреждён. +CD_FatalError_BrokenDirectoryLink0=Прямое вхождение неверно. +CD_FatalError_BrokenDirectoryLink1=Папка повреждена. +CD_FatalError_BrokenUnicode0=Прямое вхождение неверно. +CD_FatalError_BrokenUnicode1=Повреждено длинное название файла. +CD_FatalError_FileSizeError0=Отображаемый размер файла +CD_FatalError_FileSizeError1=отличается от реального. +CD_FatalError_UnknownError=Неизвестная ошибка +CD_FatalError_RecoveryMsg0=Метод восстановления: +CD_FatalError_RecoveryMsg1=Сохраните все файлы на компьютере, отформа- +CD_FatalError_RecoveryMsg2=тируйте флешку и скопируйте их обратно. +CD_FatalError_StopApplication=Приложение закрыто. + +CD_NotSupportDiskSize_Title=Невозможно обработать формат флешки. +CD_NotSupportDiskSize_Msg0=Размер флешки либо слишком большой, +CD_NotSupportDiskSize_Msg1=либо размер кластера слишком маленький. +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=Метод восстановления: +CD_NotSupportDiskSize_RecoveryMsg1=Попробуйте переформатировать флешку +CD_NotSupportDiskSize_RecoveryMsg2=с бОльшим размером кластера. +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=Проверка на двойные фрагменты и кластеры. + +CD_CheckFATType_Title=Проверка типа FAT. + +CD_FATType_UnknownFATType=Тип FAT неизвестен. + +CD_WriteTest_Title=Проверка диска на чтение/запись. + +CD_WriteError_Title=Проверка на доступ к диску провалена. +CD_WriteError_Msg0=・Слишком мало свободного места. +CD_WriteError_Msg1=・Несовместимый DLDI драйвер. +CD_WriteError_Msg2=・Плохой контакт между SD флешкой и адаптером. +CD_WriteError_Msg3=・Управляемая область флешки повреждена. +CD_WriteError_Msg4= +CD_WriteError_Msg5=Возможен другой источник. +CD_WriteError_Msg6= +CD_WriteError_Msg7=Во избежание проблем, приложение закрыто. + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=Невозможно открыть файл, +ERRMSG1_MemoryOverflow_CanRecovery=так как памяти недостаточно. +ERRMSG2_MemoryOverflow_CanRecovery=Закрыть. + +ERRMSG0_NotSupportFileFormat=Формат не поддерживается +ERRMSG1_NotSupportFileFormat=или файл м.б. повреждён. +ERRMSG2_NotSupportFileFormat=Закрыть. + +ERRMSG0_ProgressiveJpeg=Прогрессивные JPEG файлы +ERRMSG1_ProgressiveJpeg=не поддерживаются. +ERRMSG2_ProgressiveJpeg=Закрыть. + +ERRMSG0_Text0byte=Пустой текстовый файл. +ERRMSG1_Text0byte=Невозможно открыть 0-байтовый файл. +ERRMSG2_Text0byte=Закрыть. + +ERRMSG0_OverflowLargeImage=Изображение слишком большое. +ERRMSG1_OverflowLargeImage=Максимальный размер - около 5МП. +ERRMSG2_OverflowLargeImage=Закрыть. + +ERRMSG0_NotFoundMusicFile=Невозможно обнаружить музыкальные +ERRMSG1_NotFoundMusicFile=файлы в указанной папке. +ERRMSG2_NotFoundMusicFile=Закрыть. + +ERRMSG0_UnknownError=Произошла неизвестная +ERRMSG1_UnknownError=внутренняя ошибка. +ERRMSG2_UnknownError=Выключите, пожалуйста, DS. + +; ---------------------------- + +Setup_Help1= +Setup_Help2=Преднастройки МунШелл. +Setup_Help3= +Setup_Help4=Чтобы посмотреть все настройки, +Setup_Help5=нажмите START в списке файлов +Setup_Help6=и откройте Настройки Системы. +Setup_Help7= +Setup_Help8=Настройки кнопок сильно изменились. +Setup_Help9=Пожалуйста, обратитесь к файлу KeyMap.txt. +Setup_Help10= +Setup_Help11= + +Setup_BootCheckDisk=Всегда запускать проверку флешки. +Setup_ClickSound=Включить звуковые эффекты. +Setup_FileListMode=Отображение файлов: +Setup_FileListMode_Single=Однострочное. +Setup_FileListMode_Double=Двустрочное. +Setup_SkipSetup=Не показывать окно в следующий раз. +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=Инфо о файле +Launch_FileInfo_Relational=Доп инфо о файле +Launch_Size=Размер: %dбайт (%dМбит) +Launch_Create=Создан: %s %d:%02d:%02d +Launch_Update=Изменён: %s %d:%02d:%02d +Launch_NotFoundRelationalFile=Файл не найден. + +; ---------------------------- + +FL_Help0= +FL_Help1= +FL_Help2=X/Y: Уменьшить/Увеличить громкость +FL_Help3=START: Настройки Системы +FL_Help4= +FL_Help5=L + A/B: Следующий/Предыдущий трек +FL_Help6=L + X/Y: Регулировка яркости +FL_Help7= +FL_Help8=Зажать L или R: Перемотка вперёд/назад +FL_Help9=Двойной клик L или R: След-й/Пред-й трек +FL_Help10=Тройной клик L: Пауза +FL_Help11=Тройной клик R: Перейти в ждущий режим + +; ---------------------------- + +FL_Popup_Pause_Play=Воспроизвести +FL_Popup_Pause_Pause=Пауза +FL_Popup_PreviousFile=Предыдущий файл +FL_Popup_NextFile=Следующий файл +FL_Popup_Volume=Громкость. %d%% +FL_Popup_BacklightLevel=Подсветка. %d +FL_Popup_PlayMode_Repeat=Повтор +FL_Popup_PlayMode_AllRep=Повтор Всех +FL_Popup_PlayMode_Shuffle=Шаффл +FL_Popup_Seek=Перемотка %s +FL_Popup_NotFoundMoonMemoFolder=папка /moonmemo не найдена. + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=Ошибка удаления файла +FL_DeleteFileDialog_NotFoundDustBox_Line0=Невозможно найти "Корзину". +FL_DeleteFileDialog_NotFoundDustBox_Line1=Пожалуйста, обратитесь к +FL_DeleteFileDialog_NotFoundDustBox_Line2=/Manuals/DustBox.txt. + +FL_DeleteFileDialog_DisabledDustBox_Title=Ошибка удаления файла +FL_DeleteFileDialog_DisabledDustBox_Line0=Пожалуйста, удалите файлы из +FL_DeleteFileDialog_DisabledDustBox_Line1="Корзины" с помощью компьютера. +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=Ошибка удаления файла +FL_DeleteFileDialog_DisabledSystemFolder_Line0=Невозможно произвести действия +FL_DeleteFileDialog_DisabledSystemFolder_Line1=с файлами в системной папке +FL_DeleteFileDialog_DisabledSystemFolder_Line2=(moonshl2). + +FL_DeleteFileDialog_DisabledMoveFolder_Title=Ошибка удаления файла +FL_DeleteFileDialog_DisabledMoveFolder_Line0=Невозможно просмотреть +FL_DeleteFileDialog_DisabledMoveFolder_Line1=содержимое папок. +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=Подтвердите удаление файла +FL_DeleteFileDialog_Question_Line0=Вы действительно хотите удалить этот файл? +FL_DeleteFileDialog_Question_Line1=Нажмите L+R+A для подтверждения. +FL_DeleteFileDialog_Question_Line2=Нажмите B для отмены. + +FL_DeleteFileDialog_Question_EasyDelete_Title=Подтвердите удаление файла +FL_DeleteFileDialog_Question_EasyDelete_Line0=Вы действительно хотите удалить этот файл? +FL_DeleteFileDialog_Question_EasyDelete_Line1=Нажмите X+A для подтверждения. +FL_DeleteFileDialog_Question_EasyDelete_Line2=Нажмите B для отмены. + +FL_DeleteFileDialog_Success_Title=Результат удаления файла +FL_DeleteFileDialog_Success_Line0=Файл был перемещён в "Корзину". +FL_DeleteFileDialog_Success_Line1=Пожалуйста, удалите файлы из +FL_DeleteFileDialog_Success_Line2="Корзины" с помощью компьютера. + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=Помощь - Кнопка L... +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L + ← : Отобразить управление MP3 +FL_HelpLeft_Line3=L + → : Следующий трек +FL_HelpLeft_Line4=L + ↑ : Пауза +FL_HelpLeft_Line5=L + ↓ : Изменить режим воспроизведения +FL_HelpLeft_Line6=L + A / B: Следующий / Предыдущий трек +FL_HelpLeft_Line7=L + X / Y: Настройка яркости +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=Одновременное нажатие L+R: Пауза +FL_HelpLeft_Line10=Двойной клик и зажатие L: Перемотка ← 1% +FL_HelpLeft_Line11=Двойной клик L: Предыдущий трек + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=Помощь - Кнопка R... +FL_HelpRight_Line1= +FL_HelpRight_Line2=R + ← / → : Перемотка назад / вперёд 1% +FL_HelpRight_Line3=R + ↑ / ↓ : Перемотка назад / вперёд 5% +FL_HelpRight_Line4=R+A : Воспроизвести все треки в папке +FL_HelpRight_Line5=L+R+A : Воспроизвести все треки на флешке +FL_HelpRight_Line6= +FL_HelpRight_Line7=Одновременное нажатие L+R: Пауза +FL_HelpRight_Line8=Двойной клик и зажатие R: Перемотка → 1% +FL_HelpRight_Line9=Двойной клик R: Следующий трек +FL_HelpRight_Line10=Тройной клик R: Ждущий режим + +; ---------------------------- + +SysMenu_MemoList=Открыть блокнот +SysMenu_MemoList_NotFound=Не найти %s +SysMenu_FileListMode=1 строка / 2 строки +SysMenu_Customize=Настройки +SysMenu_RestoreBG=Восстановить обои +SysMenu_Firmware=Вернуться в прошивку +SysMenu_Firmware_NotFound=Невозможно найти %s + +; ---------------------------- + +SubMenu_Title=Выберите меню: +SubMenu_AppLauncher=Список приложений +SubMenu_AudioPlayer=Аудио Плеер +SubMenu_SystemMenu=Настр. сист. +SubMenu_PowOffTimer_Set=Откл ч/з %dмин +SubMenu_PowOffTimer_SetHelp=Настр: L/R +SubMenu_PowOffTimer_LastTime=Осталось: %d:%02d +SubMenu_BottomHelp=Кнопка A или SELECT - подтвердить выбор. + +; ---------------------------- + +CS_Help0=Системное меню и настройки +CS_Help1= +CS_Help2=По завершении, нажмите внизу кнопку +CS_Help3="Применить", чтобы сохранить изменения. +CS_Help4= +CS_Help5=Нажмите SELECT во время просмотра +CS_Help6=изображения, видео или текстового файла, +CS_Help7=чтобы открыть настройки, связанные +CS_Help8=с этими файлами. +CS_Help9=Вы всегда можете найти дополнительные +CS_Help10=функции (Адд-оны) для MoonShell в папке +CS_Help11=/Misc Tools/Extras. + +CS_Title=Настройки Системы + +CS_PageTab_Title=Настройки: +CS_PageTab_Global=Общие +CS_PageTab_FileList=Список файлов +CS_PageTab_ScreenSaver=СкринСейвер +CS_PageTab_Music=Аудио + +CS_Cancel=Отмена +CS_Ok=Ок + +; ---------------------------- + +CSG_SkipSetup=Не показывать преднастройки. +CSG_BootCheckDisk=Всегда проверять флешку. + +CSG_ClickSound=Включить звуковые эффекты. +CSG_EnableFadeEffect=Использовать эффект затухания. +CSG_AutoLastState=Автоматически запускать File Launcher. +CSG_LRKeyLockTitle=Кнопки L/R: +CSG_LRKeyLockAlwayOff=Всегда ВЫКЛ +CSG_LRKeyLockRelationalPanel=Вспл. подсказки +CSG_LRKeyLockAlwayOn=Всегда ВКЛ +CSG_EnableResumeFunction=Помнить состояние после выключения. +CSG_EnableScreenCapture=Включить "захват экрана" у DSi. +CSG_SpeakerPowerOffWhenPanelClosed=Отключать динамики в закрытом виде. + +CSF_MoveFolderLocked=Заблокировать навигацию. +CSF_HiddenFilenameExt=Скрывать расширения файлов. +CSF_HiddenNotSupportFileType=Скрывать неподдерживаемые файлы. +CSF_HiddenNDSROMFile=Скрывать NDS-ром-файлы. +CSF_EnableFileInfo=Отображать инфо о файле в проводнике. +CSF_ShowOnlineHelp_LRButton=Отображать подсказки о "L"/"R". +CSF_BButtonToFolderUp=Выйти из папки кнопкой "B". +CSF_EasyDeleteKey=Кнопки "X"+"A" - удалить. +CSF_UseJpegExifThumbnail=Отображать эскизы Jpeg EXIF. +CSF_ShowCoverImage=Отображать AlbumArt для M4A и MP3. +CSF_HideAttribute_Title=Скрывать файлы: +CSF_HideAttribute_Archive=Архивные +CSF_HideAttribute_Hidden=Скрытые +CSF_HideAttribute_System=Системные +CSF_HideAttribute_ReadOnly=Т.д/чтения + +CSS_EnabledScreenSaver=Использовать скринсейвер. +CSS_Use24hFormat=24-часовой формат. +CSS_ScreenSaverTitle=Тип: +CSS_ScreenSaverNormal=Станд +CSS_ScreenSaverDigital=Цифр +CSS_ScreenSaverExtend=Экстра +CSS_ScreenSaverBGTitle=Фон: +CSS_ScreenSaverBGSkinDefault=Станд. +CSS_ScreenSaverBGTopScreen=В. Экран +CSS_ScreenSaverBGBottomScreen=Н. Экран +CSS_ScreenSaverTimeOutSecTitle=Вык.Подсветку: +CSS_ScreenSaverTimeOutSec5sec=5с +CSS_ScreenSaverTimeOutSec10sec=10с +CSS_ScreenSaverTimeOutSec30sec=30с +CSS_ScreenSaverTimeOutSec60sec=60с +CSS_ScreenSaverTimeOutSecOff=Сразу отключать подсветку. +CSS_ShowID3Tag=Отображать ID3 тэги. + +CSM_PlayListEndTitle=Воспроизведение: +CSM_PlayListEndLoop=Цикл +CSM_PlayListEndStop=Остановить +CSM_PlayListEndPowerOff=Выключить приставку + +; ---------------------------- + +ACS_Help0=Настройки аудио плеера +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4= +ACS_Help5= +ACS_Help6= +ACS_Help7= +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=Настройки аудио плеера. + +ACS_AlwaysUsedAudioPlayer=Плеер всегда включён. +ACS_PauseWhenStopped=Возврат в проводник по нажатии паузы. +ACS_DrawPlayList=Отображать плейлист на В.экране. +ACS_DrawSpectrumAnalyzer=Отображать спектроанализатор. + +; ---------------------------- + +DCS_Help0=Настройки воспроизведения видео +DCS_Help1= +DCS_Help2=По завершении, нажмите внизу кнопку +DCS_Help3="Применить", чтобы сохранить изменения. +DCS_Help4= +DCS_Help5= +DCS_Help6=Внимание: +DCS_Help7=Увеличение скорости обработки во время +DCS_Help8=воспроизведения ("БыстрыйЗапуск") может +DCS_Help9=привести к проблемам с видео +DCS_Help10=высокого фрэймрейта и битрейта. +DCS_Help11= + +DCS_Title=Настройки воспроизведения видео + +DCS_EnabledFastStart=Включить режим "БыстрыйЗапуск". +DCS_PauseWhenPanelClosed=Видео на паузу при закрытии DS. +DCS_EnableIndividualResume=Включить "individual resume". +DCS_ControlPowerLED=Выключить индикатор питания. +DCS_InverseVisual_PlayPause=Инвертировать кнопку Play/pause. +DCS_EverytimeStopOfEnd=Выход в проводник по окончании видео. +DCS_BacklightTimeOutTitle=Отключить подсветку через (Сек): +DCS_BacklightTimeOutOff=Выкл. +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=Volume +DV_VolumeValue=%d%% +DV_VolumeMute=Выкл +DV_VolumeMax=Макс + +; ---------------------------- + +DV_Popup_Pause_Play=Воспроизведение +DV_Popup_Pause_Pause=Пауза +DV_Popup_PreviousFile=Предыдущий файл +DV_Popup_NextFile=Следующий файл +DV_Popup_Volume=Громкость. %d%% +DV_Popup_Seek=Перемотка %ssec +DV_Popup_BacklightLevel=Подсветка. %d + +; ---------------------------- + +ICS_Help0=Настройки просмотра изображений +ICS_Help1= +ICS_Help2=По завершении, нажмите внизу кнопку +ICS_Help3="Применить", чтобы сохранить изменения. +ICS_Help4= +ICS_Help5= +ICS_Help6=Вы можете применить изображение как +ICS_Help7=обои, нажав START во время отображения. +ICS_Help8=Для восстановления стандартных обоев, +ICS_Help9=нажмите START в списке файлов и выберите +ICS_Help10=пункт "Восстановить Обои" в системном +ICS_Help11=меню. + +ICS_Title=Настройки просмотра изображений + +ICS_ShowInfomation=Показывать инфо о файле и помощь. +ICS_ShowControlIcons=Показывать значки управления. +ICS_DoubleSpeedKey=Увеличить чувствительность кнопок. +ICS_DoubleSpeedTouch=Увеличить чувствительность тач скрина. +ICS_MultipleResume=Запомнить зум. +ICS_AutoFitting=Автоподстраивать большие JPEG. +ICS_EnabledProgressiveJpeg=Включить поддержку progressive jpeg. +ICS_StartPosTitle=Выровнять при открытии по краю: +ICS_StartPosLeftTop=Вх-Лв +ICS_StartPosRightTop=Вх-Пр +ICS_StartPosLeftBottom=Нз-Лв +ICS_StartPosRightBottom=Нз-Пр +ICS_AutoNextTimeSecTitle=Слайдшоу (сек.): +ICS_AutoNextTimeSecOff=Выкл. +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=Отобразить инфо на в.экране. +ICS_EffectTitle=Эффекты применяемых обоев: +ICS_EffectHeightPadding=Учесть расстояниее м/у экранами. +ICS_EffectPastelForTopBG=Применить прозр-й оверлей к в.экрану. +ICS_EffectPastelForBottomBG=Применить прозр-й оверлей к н.экрану. + +; ---------------------------- + +IV_LoadMsg0=Изображение загружается. +IV_LoadMsg1=Пожалуйста, подождите... + +IV_Help1=START: Устан. обои | Select: Настройки +IV_Help2=Y: 50% | X: 200% | A: 100% | B: Назад + +; ---------------------------- + +IV_Popup_BacklightLevel=Подсветка. %d +IV_Popup_Zoom=Зум %d%% +IV_Popup_Pause_Play=Воспроизведение +IV_Popup_Pause_Pause=Пауза +IV_Popup_PreviousFile=Предыдущий файл +IV_Popup_NextFile=Следующий файл +IV_Popup_Seek=Перемотка %s + +; ---------------------------- + +TCS_Help0=Настройки просмотра текста +TCS_Help1= +TCS_Help2=По завершении, нажмите внизу кнопку +TCS_Help3="Применить", чтобы сохранить изменения. +TCS_Help4= +TCS_Help5= +TCS_Help6=Предупреждение по шрифтам ClearType: +TCS_Help7=Текст, отображаемый на верхнем экране +TCS_Help8=оригинальной DS "Phat" может оказаться +TCS_Help9=очень размытым. +TCS_Help10= +TCS_Help11= + +TCS_Title=Настройки просмотра текста + +TCS_TopScrModeTitle=Режим верхнего экрана: +TCS_TopScrModeLightOff=Выкл +TCS_TopScrModeText=Текст +TCS_TopScrModeClock=Время и инфо + +TCS_ScreenSaverTitle=Скринсейвер: +TCS_ScreenSaverNormal=Стд +TCS_ScreenSaverDigital=Циф +TCS_ScreenSaverExtend=Экстра + +TCS_LineSpaceTitle=Интервал: +TCS_LineSpaceSmall=Мал +TCS_LineSpaceMiddle=Норм +TCS_LineSpaceLarge=Шир + +TCS_FontSizeTitle=Шрифт: +TCS_FontSizeSmall=Мал +TCS_FontSizeMiddle=Срд +TCS_FontSizeLarge=Бол + +TCS_ClearTypeFontTitle=ClrType +TCS_ClearTypeFontNone=Откл +TCS_ClearTypeFontLite=Узк +TCS_ClearTypeFontNormal=Стд +TCS_ClearTypeFontHeavy=Жрн + +TCS_UseSmoothScroll=Плавная прокрутка + +TCS_CPTitle=Кодировка +TCS_CP437=437 +TCS_CP850=850 +TCS_CP1252=1252 + +TCS_DetectCharCodeTitle=Использовать кодировки: + +; ---------------------------- + +TV_SelEnc_Title=Выберите тип кодировки: +TV_SelEnc_Items_AutoDetect=Автоопределение +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=Запустить текстовый редактор. +TV_SelEnc_Help_Normal=Кнопка A - подтвердить, B - отмена. +TV_SelEnc_Help_NoEdit0=Файл, превышающий 128kb +TV_SelEnc_Help_NoEdit1=не отредактировать. + +; ---------------------------- + +TV_PRG_LoadExtendFont=Загрузка дополнительных шрифтов... +TV_PRG_LoadTextFile=Загрузка текстового файла... +TV_PRG_DetectTextEncode=Распознавание кодировки... +TV_PRG_DetectReturnCode=Распознавание кода возврата... +TV_PRG_ConvertToUnicode=Конвертирование в Юникод... + +TV_UncertainFormat1=Формат неопределён. +TV_UncertainFormat2=Непр.формат? Откр.долгим нажатием A. + +TV_Help1=A: След. страница | B: Назад +TV_Help2=X/Y: Управление закладками +TV_Help3=Select: Конфиг | Кодировка: %s +TV_Info=Строка: %d / %d Строк (%.2f%%) + +TV_BookmarkText_LoadTitle=Меню загрузки закладок +TV_BookmarkText_SaveTitle=Меню сохранения закладок +TV_BookmarkText_Empty=%d: Нет закладки +TV_BookmarkText_Info=%d: %dя Строка %s%s + +; ---------------------------- + +TV_Popup_BacklightLevel=Подсветка. %d +TV_Popup_Bookmark_Load=Загружено. +TV_Popup_Bookmark_Empty=Отменено. +TV_Popup_Bookmark_Save=Сохранено. +TV_Popup_Pause_Play=Воспроизведение +TV_Popup_Pause_Pause=Пауза +TV_Popup_PreviousFile=Предыдущий файл +TV_Popup_NextFile=Следующий файл +TV_Popup_Seek=Перемотка %s +TV_Popup_MoveToTop=Переместиться в начало. +TV_Popup_MoveToLast=Переместиться в конец. + +; ---------------------------- + +ME_Help0=Режим редактора +ME_Help1= +ME_Help2=↓ / ← / ↑ / →: Чёрный/Красный/Зелёный/Синий +ME_Help3=Y/X: Тонкая/толстая линия +ME_Help4=A/B: Сохранить и выйти. +ME_Help5=SELECT: Отменить +ME_Help6=Зажать L/R и клик: Стереть +ME_Help7= +ME_Help8=Выключите DS, чтобы выйти, +ME_Help9=не сохраняя изменения. + +; ---------------------------- + +MemoList_Title=Режим памяток. + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=Тач скрин: Создать новую страницу. +MemoList_Help3=Зажать кнопку START: Удалить выбранную страницу. + +; ---------------------------- + +MemoEdit_FileInfo_Open=Открыт существующий файл. +MemoEdit_FileInfo_Edited=Редактирование. Файл будет сохранён автоматически. +MemoEdit_FileInfo_Create=Открыт в режиме "Новый файл". + +MemoEdit_SavingNow=Сохраняются изменения файла BMP... + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=Автовыбор кодировки невозможен. +TE_File_SelectEncode_Title2=Выберите, пожалуйста, тип кодировки. + +TE_skk_DicSystem_PreloadDic=Загрузка словаря. + +TE_skk_ExitMenu_Title=Меню выхода +TE_skk_ExitMenu_Items_Cancel=Отмена. +TE_skk_ExitMenu_Items_Overwrite=Перезаписать и выйти. +TE_skk_ExitMenu_Items_SaveAs=Сохранить как.. и выйти. +TE_skk_ExitMenu_Items_CreateNew=Создать новый. +TE_skk_ExitMenu_Items_NoSaveExit=Выйти без сохранения. +TE_skk_ExitMenu_SavePrgMsg1=Сохранение файла и перезагрузка... +TE_skk_ExitMenu_SavePrgMsg2=Пожалуйста, не отключайте питание. + +TE_SysMsg_ClipBoard_Empty=Буфер обмена пуст. +TE_SysMsg_ClipBoard_Pasted=Данные вставлены. +TE_SysMsg_ClipBoard_Copied=Данные скопированы. + +TE_OSKHW_Model_ModelResults_Selector_Title=Пожалуйста, выберите корректный символ. +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=Зарегистрировать +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=данный символ +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=в словарь прописи? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=ДА +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=ОТМЕНА + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.932 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.932 new file mode 100644 index 0000000..e46975a --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.932 @@ -0,0 +1,611 @@ + +; MoonShell2 language resource for 'CP932'. +; Encoding format is UTF-8. + +Author=Moonlight +Target=JPN / 日本語 + +; ---------------------------- + +TextFontFolderName=tfontjpn + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. +DateTimeFormat=YYYYMMDD + +; ---------------------------- + +CD_CheckDisk_Start=簡易ディスク検査を開始しました。 +CD_CheckDisk_End=簡易ディスク検査を正常に終了しました。 + +CD_FatalError_Title=!! ディスクに致命的なエラーを発見しました !! +CD_FatalError_DuplicatedArea0=複数ファイルが重なった領域を使用しています。 +CD_FatalError_DuplicatedArea1=いくつかのファイルは既に破壊されています。 +CD_FatalError_BrokenEntry0=ディレクトリエントリが異常です。 +CD_FatalError_BrokenEntry1=一つ以上のファイルが破損しています。 +CD_FatalError_IlligalClusterLink0=クラスタリンクが規格外で途切れました。 +CD_FatalError_IlligalClusterLink1=ファイルが破損している可能性があります。 +CD_FatalError_BrokenDirectoryLink0=ディレクトリエントリが異常です。 +CD_FatalError_BrokenDirectoryLink1=フォルダが破壊されています。 +CD_FatalError_BrokenUnicode0=ディレクトリエントリが異常です。 +CD_FatalError_BrokenUnicode1=長いファイル名が破壊されています。 +CD_FatalError_FileSizeError0=ディレクトリエントリが示すサイズと、 +CD_FatalError_FileSizeError1=実際のファイルサイズが違います。 +CD_FatalError_UnknownError=未定義エラー +CD_FatalError_RecoveryMsg0=回復手段: +CD_FatalError_RecoveryMsg1=全てのファイルをHDDにバックアップして、 +CD_FatalError_RecoveryMsg2=フォーマット後にコピーし直して下さい。 +CD_FatalError_StopApplication=アプリケーションを停止しました。 + +CD_NotSupportDiskSize_Title=扱えないフォーマットのディスクです。 +CD_NotSupportDiskSize_Msg0=ディスクサイズが大きすぎるか、 +CD_NotSupportDiskSize_Msg1=クラスタサイズが小さすぎます。 +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=回復手段: +CD_NotSupportDiskSize_RecoveryMsg1=もっと大きなクラスタサイズで、 +CD_NotSupportDiskSize_RecoveryMsg2=フォーマットを試みて下さい。 +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=重複クラスタと断片化を調べています。 + +CD_CheckFATType_Title=FATフォーマットを調査しています。 + +CD_FATType_UnknownFATType=認識できないFATフォーマットです。 + +CD_WriteTest_Title=ディスクの読み書きテストをしています。 + +CD_WriteError_Title=ディスクアクセステストに失敗しました。 +CD_WriteError_Msg0=・ディスク空き容量が極端に少ない +CD_WriteError_Msg1=・書き込みに対応していないDLDIドライバ +CD_WriteError_Msg2=・CF/SDとアダプタの相性、接触不良 +CD_WriteError_Msg3=・ディスク管理エリアが破損している +CD_WriteError_Msg4= +CD_WriteError_Msg5=などの原因が考えられます。 +CD_WriteError_Msg6= +CD_WriteError_Msg7=安全のため、アプリケーションを停止しました。 + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=メモリ不足エラーが発生したため、 +ERRMSG1_MemoryOverflow_CanRecovery=ファイルが開けませんでした。 +ERRMSG2_MemoryOverflow_CanRecovery=クリックするとウィンドウを閉じます。 + +ERRMSG0_NotSupportFileFormat=サポートしていないフォーマットか、 +ERRMSG1_NotSupportFileFormat=壊れている可能性があります。 +ERRMSG2_NotSupportFileFormat=クリックするとウィンドウを閉じます。 + +ERRMSG0_ProgressiveJpeg=プログレッシブJPEGファイルは、 +ERRMSG1_ProgressiveJpeg=対応していません。 +ERRMSG2_ProgressiveJpeg=クリックするとウィンドウを閉じます。 + +ERRMSG0_Text0byte=空のテキストファイルです。 +ERRMSG1_Text0byte=0byteのファイルは開けません。 +ERRMSG2_Text0byte=クリックするとウィンドウを閉じます。 + +ERRMSG0_OverflowLargeImage=画像ファイルが大きすぎます。 +ERRMSG1_OverflowLargeImage=約500万画素が最大サイズです。 +ERRMSG2_OverflowLargeImage=クリックするとウィンドウを閉じます。 + +ERRMSG0_NotFoundMusicFile=指定フォルダに音楽ファイルが +ERRMSG1_NotFoundMusicFile=ひとつも見つかりませんでした。 +ERRMSG2_NotFoundMusicFile=クリックするとウィンドウを閉じます。 + +ERRMSG0_UnknownError=未定義エラーが発生しました。 +ERRMSG1_UnknownError=内部的な異常です。 +ERRMSG2_UnknownError=電源を切ってください。 + +; ---------------------------- + +Setup_Help1= +Setup_Help2= +Setup_Help3=確認が必要な項目のみ表示しています。 +Setup_Help4= +Setup_Help5=すべてのオプションを表示するときは、 +Setup_Help6=ファイルリストでSTARTボタンを押して、 +Setup_Help7=環境設定を開いてください。 +Setup_Help8= +Setup_Help9=キー操作などを大幅に変更しました。 +Setup_Help10=不明な点は取扱説明書をご覧下さい。 +Setup_Help11= + +Setup_BootCheckDisk=起動時に毎回ディスクチェックする。 +Setup_ClickSound=キークリック音を再生する。 +Setup_FileListMode=ファイルリスト表示モード +Setup_FileListMode_Single=ファイル名を一行で表示する。 +Setup_FileListMode_Double=長いファイル名は二行に分ける。 +Setup_SkipSetup=次回起動時はこの画面を表示しない。 +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=ファイル情報 +Launch_FileInfo_Relational=関連ファイル情報 +Launch_Size=サイズ: %dbyte (%dMbit) +Launch_Create=作成日: %s %d:%02d:%02d +Launch_Update=更新日: %s %d:%02d:%02d +Launch_NotFoundRelationalFile=Not found relational file. + +; ---------------------------- + +FL_Help0= +FL_Help1= +FL_Help2=X/Yボタン:ボリュームを下げる/上げる +FL_Help3=STARTボタン:システムメニュー(環境設定) +FL_Help4= +FL_Help5=L+A/Bボタン:次/前の曲を再生 +FL_Help6=L+X/Yボタン:バックライト明度変更 +FL_Help7= +FL_Help8=LまたはRを押しながらタッチ:メモ帳を新規作成 +FL_Help9=L/Rボタンクリック+長押し:前方/後方MP3シーク +FL_Help10=L/Rボタンダブルクリック:前/次の曲を再生 +FL_Help11=Rボタントリプルクリック:スタンバイモード開始 + +; ---------------------------- + +FL_Popup_Pause_Play=PLAY +FL_Popup_Pause_Pause=PAUSE +FL_Popup_PreviousFile=前曲を再生 +FL_Popup_NextFile=次曲を再生 +FL_Popup_Volume=ボリューム: %d%% +FL_Popup_BacklightLevel=バックライト明度: %d +FL_Popup_PlayMode_Repeat=演奏モード: 一曲再生 +FL_Popup_PlayMode_AllRep=演奏モード: 全曲再生 +FL_Popup_PlayMode_Shuffle=演奏モード: シャッフル +FL_Popup_Seek=シーク %s +FL_Popup_NotFoundMoonMemoFolder=/moonmemoフォルダ不在 + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=ファイル削除 エラーダイアログ +FL_DeleteFileDialog_NotFoundDustBox_Line0=ゴミ箱フォルダが見つかりません。 +FL_DeleteFileDialog_NotFoundDustBox_Line1=取扱説明書の「ゴミ箱について」を、 +FL_DeleteFileDialog_NotFoundDustBox_Line2=参照してください。 + +FL_DeleteFileDialog_DisabledDustBox_Title=ファイル削除 エラーダイアログ +FL_DeleteFileDialog_DisabledDustBox_Line0=ゴミ箱フォルダ内のファイル削除は、 +FL_DeleteFileDialog_DisabledDustBox_Line1=Windowsで行って下さい。 +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=ファイル削除 エラーダイアログ +FL_DeleteFileDialog_DisabledSystemFolder_Line0=システムフォルダ(moonshl2)内は、 +FL_DeleteFileDialog_DisabledSystemFolder_Line1=操作が禁止されています。 +FL_DeleteFileDialog_DisabledSystemFolder_Line2= + +FL_DeleteFileDialog_DisabledMoveFolder_Title=ファイル削除 エラーダイアログ +FL_DeleteFileDialog_DisabledMoveFolder_Line0=フォルダの移動は禁止されています。 +FL_DeleteFileDialog_DisabledMoveFolder_Line1= +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=ファイル削除 確認ダイアログ +FL_DeleteFileDialog_Question_Line0=本当にこのファイルを削除しますか? +FL_DeleteFileDialog_Question_Line1=L+R+Aボタンを押すと実行します。 +FL_DeleteFileDialog_Question_Line2=Bボタンを押すとキャンセルします。 + +FL_DeleteFileDialog_Question_EasyDelete_Title=ファイル削除 確認ダイアログ +FL_DeleteFileDialog_Question_EasyDelete_Line0=本当にこのファイルを削除しますか? +FL_DeleteFileDialog_Question_EasyDelete_Line1=X+Aボタンを押すと実行します。 +FL_DeleteFileDialog_Question_EasyDelete_Line2=Bボタンを押すとキャンセルします。 + +FL_DeleteFileDialog_Success_Title=ファイル削除 完了ダイアログ +FL_DeleteFileDialog_Success_Line0=削除(ゴミ箱に移動)が完了しました。 +FL_DeleteFileDialog_Success_Line1=ゴミ箱内のファイル削除は、 +FL_DeleteFileDialog_Success_Line2=Windowsで行って下さい。 + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=オンラインヘルプ - L を押しながら… +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L + 左キー : MP3コントロールバー表示 +FL_HelpLeft_Line3=L + 右キー : 次の曲を再生 +FL_HelpLeft_Line4=L + 上キー : ポーズ +FL_HelpLeft_Line5=L + 下キー : 再生モード変更 +FL_HelpLeft_Line6=L + A / Bボタン : 次 / 前の曲を再生 +FL_HelpLeft_Line7=L + X / Yボタン : バックライト明度変更 +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L+R同時押し : ポーズ +FL_HelpLeft_Line10=Lボタンシングル+長押し : 1% 前方MP3シーク +FL_HelpLeft_Line11=Lボタンダブルクリック : 前の曲を再生 + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=オンラインヘルプ - R を押しながら… +FL_HelpRight_Line1= +FL_HelpRight_Line2=R + 左右キー : 1% 前方/後方MP3シーク +FL_HelpRight_Line3=R + 上下キー : 5% 前方/後方MP3シーク +FL_HelpRight_Line4=R+Aボタン : フォルダ内全曲再生 +FL_HelpRight_Line5=L+R+Aボタン : ディスク内全曲再生 +FL_HelpRight_Line6= +FL_HelpRight_Line7=L+R同時押し : ポーズ +FL_HelpRight_Line8=Rボタンシングル+長押し : 1% 後方MP3シーク +FL_HelpRight_Line9=Rボタンダブルクリック : 次の曲を再生 +FL_HelpRight_Line10=Rボタントリプルクリック : スタンバイモード開始 + +; ---------------------------- + +SysMenu_MemoList=メモ帳を開く +SysMenu_MemoList_NotFound=%sが見つかりません +SysMenu_FileListMode=1行/2行モード切り替え +SysMenu_Customize=環境設定 +SysMenu_RestoreBG=壁紙を元に戻す +SysMenu_Firmware=ファームウェアに戻る +SysMenu_Firmware_NotFound=%sが見つかりません + +; ---------------------------- + +SubMenu_Title=サブメニュー +SubMenu_AppLauncher=アプリランチャ +SubMenu_AudioPlayer=音楽プレイヤ +SubMenu_SystemMenu=システムメニュー +SubMenu_PowOffTimer_Set=オフタイマー %d分 +SubMenu_PowOffTimer_SetHelp=左右キーで変更 +SubMenu_PowOffTimer_LastTime=残り時間: %d:%02d +SubMenu_BottomHelp=AボタンかSELECTボタンを押すと実行します。 + +; ---------------------------- + +CS_Help0=MoonShellの環境設定を行います。 +CS_Help1= +CS_Help2= +CS_Help3=画像、動画、テキストに関する設定は、 +CS_Help4=それぞれファイルを開いた/再生した状態で、 +CS_Help5=SELECTボタンを押してください。 +CS_Help6= +CS_Help7= +CS_Help8=/moonshl2/moonshl2.ini ファイル +CS_Help9=の中にもいくつか設定項目があります。 +CS_Help10= +CS_Help11= + +CS_Title=MoonShell2 環境設定 + +CS_PageTab_Title=設定カテゴリ +CS_PageTab_Global=全体 +CS_PageTab_FileList=ファイルリスト +CS_PageTab_ScreenSaver=画面保護 +CS_PageTab_Music=音楽 + +CS_Cancel=キャンセル +CS_Ok=適用 + +; ---------------------------- + +CSG_SkipSetup=起動時にセットアップを表示しない。 +CSG_BootCheckDisk=起動時に毎回ディスクチェックする。 + +CSG_ClickSound=キークリック音を再生する。 +CSG_EnableFadeEffect=切り替え時に画面効果を使う。 +CSG_AutoLastState=ファイルランチャーを自動選択する。 +CSG_LRKeyLockTitle=L/Rキー使用制限 +CSG_LRKeyLockAlwayOff=常に無効 +CSG_LRKeyLockRelationalPanel=パネル連動 +CSG_LRKeyLockAlwayOn=常に有効 +CSG_EnableResumeFunction=レジューム情報を定期保存する。 +CSG_EnableScreenCapture=画面キャプチャ機能を有効にする。(DSi) +CSG_SpeakerPowerOffWhenPanelClosed=蓋を閉じたらスピーカ電源を切る。 + +CSF_MoveFolderLocked=フォルダの移動を禁止する。 +CSF_HiddenFilenameExt=ファイルリストの拡張子を隠す。 +CSF_HiddenNotSupportFileType=未対応のファイルは表示しない。 +CSF_HiddenNDSROMFile=NDSファイルを表示しない。 +CSF_EnableFileInfo=ファイル情報を取得して右側に表示する。 +CSF_ShowOnlineHelp_LRButton=L/Rボタンのヘルプを表示する。 +CSF_BButtonToFolderUp=Bボタンでフォルダから出る。 +CSF_EasyDeleteKey=削除実行ボタンをX+Aボタンにする。 +CSF_UseJpegExifThumbnail=JpegExifからサムネイル画像を表示する。 +CSF_ShowCoverImage=M4AやMP3等のジャケット画像を表示する。 +CSF_HideAttribute_Title=非表示ファイル属性 +CSF_HideAttribute_Archive=アーカイブ +CSF_HideAttribute_Hidden=隠し属性 +CSF_HideAttribute_System=システム +CSF_HideAttribute_ReadOnly=読込専用 + +CSS_EnabledScreenSaver=スクリーンセーバを使う。 +CSS_Use24hFormat=時刻を24時間系で表示する。 +CSS_ScreenSaverTitle=スキンタイプ +CSS_ScreenSaverNormal=標準時計 +CSS_ScreenSaverDigital=デジタル時計 +CSS_ScreenSaverExtend=拡張スキン +CSS_ScreenSaverBGTitle=背景画像 +CSS_ScreenSaverBGSkinDefault=スキン内蔵画像 +CSS_ScreenSaverBGTopScreen=上背景からコピー +CSS_ScreenSaverBGBottomScreen=下背景からコピー +CSS_ScreenSaverTimeOutSecTitle=時間(秒) +CSS_ScreenSaverTimeOutSec5sec=5 +CSS_ScreenSaverTimeOutSec10sec=10 +CSS_ScreenSaverTimeOutSec30sec=30 +CSS_ScreenSaverTimeOutSec60sec=60 +CSS_ScreenSaverTimeOutSecOff=バックライトを消灯する。 +CSS_ShowID3Tag=MP3再生時にID3Tagを表示する。 + +CSM_PlayListEndTitle=プレイリスト終了後 +CSM_PlayListEndLoop=ループ +CSM_PlayListEndStop=演奏停止 +CSM_PlayListEndPowerOff=電源OFF + +; ---------------------------- + +ACS_Help0=音楽プレイヤに関する環境設定を行います。 +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4=スペクトルアナライザーを計算しながら、 +ACS_Help5=高負荷な音楽ファイルを再生すると、 +ACS_Help6=音飛びすることがあります。 +ACS_Help7= +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=音楽プレイヤ 環境設定 + +ACS_AlwaysUsedAudioPlayer=常に音楽プレイヤを使う。 +ACS_PauseWhenStopped=一時停止してからファイルリストに戻る。 +ACS_DrawPlayList=プレイリストを表示する。 +ACS_DrawSpectrumAnalyzer=スペクトルアナライザーを表示する。 + +; ---------------------------- + +DCS_Help0=動画再生に関する環境設定を行います。 +DCS_Help1= +DCS_Help2= +DCS_Help3=再生開始処理を高速化すると、 +DCS_Help4=高フレーム、高ビットレートのファイルを +DCS_Help5=再生した際に、もたつくことがあります。 +DCS_Help6= +DCS_Help7= +DCS_Help8= +DCS_Help9= +DCS_Help10= +DCS_Help11= + +DCS_Title=動画再生モード 環境設定 + +DCS_EnabledFastStart=再生開始処理を高速化する。 +DCS_PauseWhenPanelClosed=パネルを閉じるとポーズする。 +DCS_EnableIndividualResume=動画ファイル個別にレジュームを保存する。 +DCS_ControlPowerLED=再生中は電源LEDを消灯する。 +DCS_InverseVisual_PlayPause=再生中と一時停止ボタンの画像を入れ替える。 +DCS_EverytimeStopOfEnd=最後まで再生したら常に終了する。 +DCS_WhenLateDecodingWaitPause=動画が遅れたら一時停止して待つ。 +DCS_BacklightTimeOutTitle=バックライト消灯時間(秒) +DCS_BacklightTimeOutOff=Off +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=Vol. +DV_VolumeValue=%d%% +DV_VolumeMute=mute +DV_VolumeMax=MAX + +; ---------------------------- + +DV_Popup_Pause_Play=PLAY +DV_Popup_Pause_Pause=PAUSE +DV_Popup_PreviousFile=前のファイルを再生 +DV_Popup_NextFile=次のファイルを再生 +DV_Popup_Volume=ボリューム: %d%% +DV_Popup_Seek=シーク: %s秒 +DV_Popup_BacklightLevel=バックライト明度: %d + +; ---------------------------- + +ICS_Help0=画像表示に関する環境設定を行います。 +ICS_Help1= +ICS_Help2= +ICS_Help3=画像を表示している間にSTARTボタンを押すと、 +ICS_Help4=表示している画像を背景に設定できます。 +ICS_Help5= +ICS_Help6=設定した背景を元に戻すときは、 +ICS_Help7=ファイルリストでSTARTボタンを押して、 +ICS_Help8=システムメニューの中の、 +ICS_Help9=「壁紙を元に戻す」を実行してください。 +ICS_Help10= +ICS_Help11= + +ICS_Title=画像表示モード 環境設定 + +ICS_ShowInfomation=ファイル情報とヘルプを表示する。 +ICS_ShowControlIcons=タッチパネル操作アイコンを表示する。 +ICS_DoubleSpeedKey=キー操作を過敏にする。 +ICS_DoubleSpeedTouch=タッチパネル操作を過敏にする。 +ICS_MultipleResume=拡大率を記憶して、次回復帰する。 +ICS_AutoFitting=大きすぎるJpeg画像は適切に縮小する。 +ICS_EnabledProgressiveJpeg=プログレッシブJpegに対応する。(遅い) +ICS_StartPosTitle=表示開始位置 +ICS_StartPosLeftTop=左上 +ICS_StartPosRightTop=右上 +ICS_StartPosLeftBottom=左下 +ICS_StartPosRightBottom=右下 +ICS_AutoNextTimeSecTitle=自動次進(秒) +ICS_AutoNextTimeSecOff=Off +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=上画面に情報を表示する。 +ICS_EffectTitle=壁紙変換時のエフェクト効果 +ICS_EffectHeightPadding=上下画面の隙間を考慮して変換する。 +ICS_EffectPastelForTopBG=上画面にパステル加工を適用する。 +ICS_EffectPastelForBottomBG=下画面にパステル加工を適用する。 + +; ---------------------------- + +IV_LoadMsg0=画像ファイルを読み込んでいます。 +IV_LoadMsg1=しばらくお待ち下さい。 + +IV_Help1=START: 壁紙にする / SELECT: 環境設定 +IV_Help2=Y: 50% / X: 200% / A: 100% / B: 戻る + +; ---------------------------- + +IV_Popup_BacklightLevel=バックライト明度: %d +IV_Popup_Zoom=拡大率: %d%% +IV_Popup_Pause_Play=PLAY +IV_Popup_Pause_Pause=PAUSE +IV_Popup_PreviousFile=前曲を再生 +IV_Popup_NextFile=次曲を再生 +IV_Popup_Seek=シーク: %s + +; ---------------------------- + +TCS_Help0=テキスト表示に関する環境設定を行います。 +TCS_Help1= +TCS_Help2=・クリアタイプフォント使用時の注意 +TCS_Help3=旧DSで、上画面もテキストにしたときに、 +TCS_Help4=上画面が非常にぼやけることがあります。 +TCS_Help5= +TCS_Help6=・文字コードの自動判定に失敗した場合 +TCS_Help7=ファイル上でAボタンまたはタッチを長めに押すと、 +TCS_Help8=サブメニューが表示されますので、 +TCS_Help9=その中から目的のエンコードを選択してください。 +TCS_Help10=手動選択はテキストファイル毎に設定できます。 +TCS_Help11= + +TCS_Title=テキスト表示モード 環境設定 + +TCS_TopScrModeTitle=上画面の表示モード選択 +TCS_TopScrModeLightOff=消灯 +TCS_TopScrModeText=テキスト +TCS_TopScrModeClock=時計と情報 + +TCS_ScreenSaverTitle=スクリーンセーバ +TCS_ScreenSaverNormal=標準 +TCS_ScreenSaverDigital=デジタル +TCS_ScreenSaverExtend=拡張 + +TCS_LineSpaceTitle=行間スペース +TCS_LineSpaceSmall=狭め +TCS_LineSpaceMiddle=標準 +TCS_LineSpaceLarge=広め + +TCS_FontSizeTitle=文字サイズ +TCS_FontSizeSmall=小(12pix) +TCS_FontSizeMiddle=中(14pix) +TCS_FontSizeLarge=大(16pix) + +TCS_ClearTypeFontTitle=クリアタイプ +TCS_ClearTypeFontNone=無し +TCS_ClearTypeFontLite=薄く +TCS_ClearTypeFontNormal=標準 +TCS_ClearTypeFontHeavy=濃く + +TCS_UseSmoothScroll=スムーススクロールを使う。 + +TCS_CPTitle=コードページ +TCS_CP437=CP437 (US, AUS) +TCS_CP850=CP850 (DOS) +TCS_CP1252=CP1252 (Windows) + +TCS_DetectCharCodeTitle=自動検出する文字エンコードの種類 + +; ---------------------------- + +TV_SelEnc_Title=テキストの種類を選択してください。 +TV_SelEnc_Items_AutoDetect=自動検出 +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=テキストエディタ +TV_SelEnc_Help_Normal=Aボタンで決定、Bボタンでキャンセルします。 +TV_SelEnc_Help_NoEdit0=128kbyteを超えるファイルは編集できません。 +TV_SelEnc_Help_NoEdit1= + +; ---------------------------- + +TV_PRG_LoadExtendFont=拡張フォントを読み込み中… +TV_PRG_LoadTextFile=テキストファイルを読み込み中… +TV_PRG_DetectTextEncode=テキストエンコードを判定中… +TV_PRG_DetectReturnCode=リターンコードを判定中… +TV_PRG_ConvertToUnicode=UNICODEに変換中… + +TV_UncertainFormat1=自動検出に失敗した可能性があります。 +TV_UncertainFormat2=Aボタンを長く押して開くと手動設定になります。 + +TV_Help1=A: ページスクロール / B: 戻る +TV_Help2=X/Y: ブックマーク セーブ ロード メニュー +TV_Help3=SELECT: 環境設定 / エンコード: %s +TV_Info=現在行数: %d / %d 行 (%.2f%%) + +TV_BookmarkText_LoadTitle=ブックマークロードメニュー +TV_BookmarkText_SaveTitle=ブックマークセーブメニュー +TV_BookmarkText_Empty=%d: セーブされていません。 +TV_BookmarkText_Info=%d: %d 行 %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=バックライト明度: %d +TV_Popup_Bookmark_Load= +TV_Popup_Bookmark_Empty=読み込みをキャンセルしました。 +TV_Popup_Bookmark_Save=ブックマークを保存しました。 +TV_Popup_Pause_Play=PLAY +TV_Popup_Pause_Pause=PAUSE +TV_Popup_PreviousFile=前曲を再生 +TV_Popup_NextFile=次曲を再生 +TV_Popup_Seek=シーク: %s +TV_Popup_MoveToTop=先頭に移動 +TV_Popup_MoveToLast=終端に移動 + +; ---------------------------- + +ME_Help0=メモ帳 編集モード +ME_Help1= +ME_Help2=下 / 左 / 上 / 右キー : 黒 / 赤 / 緑 / 青ペン +ME_Help3=Y / Xボタン : 細い / 太いペンに持ち替える +ME_Help4=A / Bボタン : 保存して閉じる +ME_Help5=SELECTボタン:一手前に戻る +ME_Help6=L/Rボタンを押しながらタッチで消しゴム +ME_Help7= +ME_Help8=保存しないで終了するときは、 +ME_Help9=このまま電源を切って下さい。 + +; ---------------------------- + +MemoList_Title=メモ帳リスト + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=画面タッチ: 新しいメモを作成 +MemoList_Help3=START長押し: カーソル位置のメモを削除 + +; ---------------------------- + +MemoEdit_FileInfo_Open=既存ファイルを開きました。 +MemoEdit_FileInfo_Edited=編集中です。終了と同時に自動保存されます。 +MemoEdit_FileInfo_Create=新規作成モードで開始しました。 + +MemoEdit_SavingNow=変更されたBMPファイルを保存中です… + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=テキストの種類が自動判定できませんでした。 +TE_File_SelectEncode_Title2=目的のエンコードタイプを選択してください。 + +TE_skk_DicSystem_PreloadDic=辞書データを読み込み中… + +TE_skk_ExitMenu_Title=終了メニュー +TE_skk_ExitMenu_Items_Cancel=キャンセルしてエディタに戻る +TE_skk_ExitMenu_Items_Overwrite=上書き保存して終了する +TE_skk_ExitMenu_Items_SaveAs=別名保存して終了する +TE_skk_ExitMenu_Items_CreateNew=新規ファイル名で保存して終了する +TE_skk_ExitMenu_Items_NoSaveExit=保存しないで終了する +TE_skk_ExitMenu_SavePrgMsg1=テキストファイルを保存しています… +TE_skk_ExitMenu_SavePrgMsg2=電源を切らないでください。 + +TE_SysMsg_ClipBoard_Empty=クリップボードが空です。 +TE_SysMsg_ClipBoard_Pasted=クリップボードから貼り付けました。 +TE_SysMsg_ClipBoard_Copied=クリップボードにコピーしました。 + +TE_OSKHW_Model_ModelResults_Selector_Title=正しい文字を選択してください。 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=このモデルデータを +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=正しい文字と関連付けて +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=辞書登録してもよろしいですか? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=登録する +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=キャンセル + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.933 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.933 new file mode 100644 index 0000000..72b376b --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.933 @@ -0,0 +1,611 @@ + +; MoonShell2 language resource for 'CP933'. +; Encoding format is UTF-8. + +Author=Moonlight +Target=JPN / fixed 日本語 (固定幅フォント) + +; ---------------------------- + +TextFontFolderName=tfontjpn + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. +DateTimeFormat=YYYYMMDD + +; ---------------------------- + +CD_CheckDisk_Start=簡易ディスク検査を開始しました。 +CD_CheckDisk_End=簡易ディスク検査を正常に終了しました。 + +CD_FatalError_Title=!ディスクに致命的なエラーを発見しました。 +CD_FatalError_DuplicatedArea0=複数ファイルが同じ領域を使用しています。 +CD_FatalError_DuplicatedArea1=いくつかのファイルは既に破壊されています +CD_FatalError_BrokenEntry0=ディレクトリエントリが異常です。 +CD_FatalError_BrokenEntry1=一つ以上のファイルが破損しています。 +CD_FatalError_IlligalClusterLink0=クラスタリンクが規格外で途切れました。 +CD_FatalError_IlligalClusterLink1=ファイルが破損している可能性があります。 +CD_FatalError_BrokenDirectoryLink0=ディレクトリエントリが異常です。 +CD_FatalError_BrokenDirectoryLink1=フォルダが破壊されています。 +CD_FatalError_BrokenUnicode0=ディレクトリエントリが異常です。 +CD_FatalError_BrokenUnicode1=長いファイル名が破壊されています。 +CD_FatalError_FileSizeError0=ディレクトリエントリが示すサイズと、 +CD_FatalError_FileSizeError1=実際のファイルサイズが違います。 +CD_FatalError_UnknownError=未定義エラー +CD_FatalError_RecoveryMsg0=回復手段: +CD_FatalError_RecoveryMsg1=全てのファイルをHDDにバックアップして、 +CD_FatalError_RecoveryMsg2=フォーマット後にコピーし直して下さい。 +CD_FatalError_StopApplication=アプリケーションを停止しました。 + +CD_NotSupportDiskSize_Title=扱えないフォーマットのディスクです。 +CD_NotSupportDiskSize_Msg0=ディスクサイズが大きすぎるか、 +CD_NotSupportDiskSize_Msg1=クラスタサイズが小さすぎます。 +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=回復手段: +CD_NotSupportDiskSize_RecoveryMsg1=もっと大きなクラスタサイズで、 +CD_NotSupportDiskSize_RecoveryMsg2=フォーマットを試みて下さい。 +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=重複クラスタと断片化を調べています。 + +CD_CheckFATType_Title=FATフォーマットを調査しています。 + +CD_FATType_UnknownFATType=認識できないFATフォーマットです。 + +CD_WriteTest_Title=ディスクの読み書きテストをしています。 + +CD_WriteError_Title=ディスクアクセステストに失敗しました。 +CD_WriteError_Msg0=・ディスク空き容量が極端に少ない +CD_WriteError_Msg1=・書き込みに対応していないDLDIドライバ +CD_WriteError_Msg2=・CF/SDとアダプタの相性、接触不良 +CD_WriteError_Msg3=・ディスク管理エリアが破損している +CD_WriteError_Msg4= +CD_WriteError_Msg5=などの原因が考えられます。 +CD_WriteError_Msg6= +CD_WriteError_Msg7=安全の為アプリケーションを停止しました。 + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=メモリ不足エラーが発生したため、 +ERRMSG1_MemoryOverflow_CanRecovery=ファイルが開けませんでした。 +ERRMSG2_MemoryOverflow_CanRecovery=クリックするとウィンドウを閉じます。 + +ERRMSG0_NotSupportFileFormat=サポートしていないフォーマットか、 +ERRMSG1_NotSupportFileFormat=壊れている可能性があります。 +ERRMSG2_NotSupportFileFormat=クリックするとウィンドウを閉じます。 + +ERRMSG0_ProgressiveJpeg=プログレッシブJPEGファイルは、 +ERRMSG1_ProgressiveJpeg=対応していません。 +ERRMSG2_ProgressiveJpeg=クリックするとウィンドウを閉じます。 + +ERRMSG0_Text0byte=空のテキストファイルです。 +ERRMSG1_Text0byte=0byteのファイルは開けません。 +ERRMSG2_Text0byte=クリックするとウィンドウを閉じます。 + +ERRMSG0_OverflowLargeImage=画像ファイルが大きすぎます。 +ERRMSG1_OverflowLargeImage=約500万画素が最大サイズです。 +ERRMSG2_OverflowLargeImage=クリックするとウィンドウを閉じます。 + +ERRMSG0_NotFoundMusicFile=指定フォルダに音楽ファイルが +ERRMSG1_NotFoundMusicFile=ひとつも見つかりませんでした。 +ERRMSG2_NotFoundMusicFile=クリックするとウィンドウを閉じます。 + +ERRMSG0_UnknownError=未定義エラーが発生しました。 +ERRMSG1_UnknownError=内部的な異常です。 +ERRMSG2_UnknownError=電源を切ってください。 + +; ---------------------------- + +Setup_Help1= +Setup_Help2= +Setup_Help3=確認が必要な項目のみ表示しています。 +Setup_Help4= +Setup_Help5=すべてのオプションを表示するときは、 +Setup_Help6=ファイルリストでSTARTボタンを押して、 +Setup_Help7=環境設定を開いてください。 +Setup_Help8= +Setup_Help9=キー操作などを大幅に変更しました。 +Setup_Help10=不明な点は取扱説明書をご覧下さい。 +Setup_Help11= + +Setup_BootCheckDisk=起動時に毎回ディスクチェックする。 +Setup_ClickSound=キークリック音を再生する。 +Setup_FileListMode=ファイルリスト表示モード +Setup_FileListMode_Single=ファイル名を一行で表示する。 +Setup_FileListMode_Double=長いファイル名は二行に分ける。 +Setup_SkipSetup=次回起動時はこの画面を表示しない。 +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=ファイル情報 +Launch_FileInfo_Relational=関連ファイル情報 +Launch_Size=サイズ: %dbyte (%dMbit) +Launch_Create=作成日: %s %d:%02d:%02d +Launch_Update=更新日: %s %d:%02d:%02d +Launch_NotFoundRelationalFile=Not found relational file. + +; ---------------------------- + +FL_Help0= +FL_Help1= +FL_Help2=X/Yボタン:ボリュームを下げる/上げる +FL_Help3=STARTボタン:システムメニュー(環境設定) +FL_Help4= +FL_Help5=L+A/Bボタン:次/前の曲を再生 +FL_Help6=L+X/Yボタン:バックライト明度変更 +FL_Help7= +FL_Help8=LまたはRを押しながらタッチ:メモ帳を新規作成 +FL_Help9=L/Rボタンクリック+長押し:前方/後方MP3シーク +FL_Help10=L/Rボタンダブルクリック:前/次の曲を再生 +FL_Help11=Rボタントリプルクリック:スタンバイモード開始 + +; ---------------------------- + +FL_Popup_Pause_Play=PLAY +FL_Popup_Pause_Pause=PAUSE +FL_Popup_PreviousFile=前曲を再生 +FL_Popup_NextFile=次曲を再生 +FL_Popup_Volume=ボリューム: %d%% +FL_Popup_BacklightLevel=バックライト明度: %d +FL_Popup_PlayMode_Repeat=演奏モード: 一曲再生 +FL_Popup_PlayMode_AllRep=演奏モード: 全曲再生 +FL_Popup_PlayMode_Shuffle=演奏モード: シャッフル +FL_Popup_Seek=シーク: %s +FL_Popup_NotFoundMoonMemoFolder=/moonmemoフォルダ不在 + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=ファイル削除 エラーダイアログ +FL_DeleteFileDialog_NotFoundDustBox_Line0=ゴミ箱フォルダが見つかりません。 +FL_DeleteFileDialog_NotFoundDustBox_Line1=取扱説明書の「ゴミ箱について」を、 +FL_DeleteFileDialog_NotFoundDustBox_Line2=参照してください。 + +FL_DeleteFileDialog_DisabledDustBox_Title=ファイル削除 エラーダイアログ +FL_DeleteFileDialog_DisabledDustBox_Line0=ゴミ箱フォルダ内のファイル削除は、 +FL_DeleteFileDialog_DisabledDustBox_Line1=Windowsで行って下さい。 +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=ファイル削除 エラーダイアログ +FL_DeleteFileDialog_DisabledSystemFolder_Line0=システムフォルダ(moonshl2)内は、 +FL_DeleteFileDialog_DisabledSystemFolder_Line1=操作が禁止されています。 +FL_DeleteFileDialog_DisabledSystemFolder_Line2= + +FL_DeleteFileDialog_DisabledMoveFolder_Title=ファイル削除 エラーダイアログ +FL_DeleteFileDialog_DisabledMoveFolder_Line0=フォルダの移動は禁止されています。 +FL_DeleteFileDialog_DisabledMoveFolder_Line1= +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=ファイル削除 確認ダイアログ +FL_DeleteFileDialog_Question_Line0=本当にこのファイルを削除しますか? +FL_DeleteFileDialog_Question_Line1=L+R+Aボタンを押すと実行します。 +FL_DeleteFileDialog_Question_Line2=Bボタンを押すとキャンセルします。 + +FL_DeleteFileDialog_Question_EasyDelete_Title=ファイル削除 確認ダイアログ +FL_DeleteFileDialog_Question_EasyDelete_Line0=本当にこのファイルを削除しますか? +FL_DeleteFileDialog_Question_EasyDelete_Line1=X+Aボタンを押すと実行します。 +FL_DeleteFileDialog_Question_EasyDelete_Line2=Bボタンを押すとキャンセルします。 + +FL_DeleteFileDialog_Success_Title=ファイル削除 完了ダイアログ +FL_DeleteFileDialog_Success_Line0=削除(ゴミ箱に移動)が完了しました。 +FL_DeleteFileDialog_Success_Line1=ゴミ箱内のファイル削除は、 +FL_DeleteFileDialog_Success_Line2=Windowsで行って下さい。 + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=オンラインヘルプ - L を押しながら… +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L + 左キー : MP3コントロールバー表示 +FL_HelpLeft_Line3=L + 右キー : 次の曲を再生 +FL_HelpLeft_Line4=L + 上キー : ポーズ +FL_HelpLeft_Line5=L + 下キー : 再生モード変更 +FL_HelpLeft_Line6=L + A / Bボタン : 次 / 前の曲を再生 +FL_HelpLeft_Line7=L + X / Yボタン : バックライト明度変更 +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L+R同時押し : ポーズ +FL_HelpLeft_Line10=Lボタンシングル+長押し : 1% 前方MP3シーク +FL_HelpLeft_Line11=Lボタンダブルクリック : 前の曲を再生 + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=オンラインヘルプ - R を押しながら… +FL_HelpRight_Line1= +FL_HelpRight_Line2=R + 左右キー : 1% 前方/後方MP3シーク +FL_HelpRight_Line3=R + 上下キー : 5% 前方/後方MP3シーク +FL_HelpRight_Line4=R+Aボタン : フォルダ内全曲再生 +FL_HelpRight_Line5=L+R+Aボタン : ディスク内全曲再生 +FL_HelpRight_Line6= +FL_HelpRight_Line7=L+R同時押し : ポーズ +FL_HelpRight_Line8=Rボタンシングル+長押し : 1% 後方MP3シーク +FL_HelpRight_Line9=Rボタンダブルクリック : 次の曲を再生 +FL_HelpRight_Line10=Rボタントリプルクリック : スタンバイモード開始 + +; ---------------------------- + +SysMenu_MemoList=メモ帳を開く +SysMenu_MemoList_NotFound=%sが見つかりません +SysMenu_FileListMode=1行/2行モード切り替え +SysMenu_Customize=環境設定 +SysMenu_RestoreBG=壁紙を元に戻す +SysMenu_Firmware=ファームウェアに戻る +SysMenu_Firmware_NotFound=%sが見つかりません + +; ---------------------------- + +SubMenu_Title=サブメニュー +SubMenu_AppLauncher=アプリランチャ +SubMenu_AudioPlayer=音楽プレイヤ +SubMenu_SystemMenu=システムメニュー +SubMenu_PowOffTimer_Set=オフタイマー %d分 +SubMenu_PowOffTimer_SetHelp=左右キーで変更 +SubMenu_PowOffTimer_LastTime=残り時間: %d:%02d +SubMenu_BottomHelp=AボタンかSELECTボタンを押すと実行します。 + +; ---------------------------- + +CS_Help0=全体と音楽関連の環境設定を行います。 +CS_Help1= +CS_Help2= +CS_Help3=画像、動画、テキストに関する設定は、 +CS_Help4=それぞれファイルを開いた/再生した状態で、 +CS_Help5=SELECTボタンを押してください。 +CS_Help6= +CS_Help7= +CS_Help8=/misctools/Additional フォルダ +CS_Help9=の中にもいくつか設定項目があります。 +CS_Help10= +CS_Help11= + +CS_Title=MoonShell2 環境設定 + +CS_PageTab_Title=設定カテゴリ +CS_PageTab_Global=全体 +CS_PageTab_FileList=ファイルリスト +CS_PageTab_ScreenSaver=画面保護 +CS_PageTab_Music=音楽 + +CS_Cancel=キャンセル +CS_Ok=適用 + +; ---------------------------- + +CSG_SkipSetup=起動時にセットアップを表示しない。 +CSG_BootCheckDisk=起動時に毎回ディスクチェックする。 + +CSG_ClickSound=キークリック音を再生する。 +CSG_EnableFadeEffect=切り替え時に画面効果を使う。 +CSG_AutoLastState=ファイルランチャーを自動選択する。 +CSG_LRKeyLockTitle=L/Rキー使用制限 +CSG_LRKeyLockAlwayOff=常に無効 +CSG_LRKeyLockRelationalPanel=パネル連動 +CSG_LRKeyLockAlwayOn=常に有効 +CSG_EnableResumeFunction=レジューム情報を定期保存する。 +CSG_EnableScreenCapture=画面キャプチャ機能を有効にする。(DSi) +CSG_SpeakerPowerOffWhenPanelClosed=蓋を閉じたらスピーカ電源を切る。 + +CSF_MoveFolderLocked=フォルダの移動を禁止する。 +CSF_HiddenFilenameExt=ファイルリストの拡張子を隠す。 +CSF_HiddenNotSupportFileType=未対応のファイルは表示しない。 +CSF_HiddenNDSROMFile=NDSファイルを表示しない。 +CSF_EnableFileInfo=ファイル情報を取得して右側に表示する。 +CSF_ShowOnlineHelp_LRButton=L/Rボタンのヘルプを表示する。 +CSF_BButtonToFolderUp=Bボタンでフォルダから出る。 +CSF_EasyDeleteKey=削除実行ボタンをX+Aボタンにする。 +CSF_UseJpegExifThumbnail=JpegExifからサムネイル画像を表示する。 +CSF_ShowCoverImage=M4AやMP3等のジャケット画像を表示する。 +CSF_HideAttribute_Title=非表示ファイル属性 +CSF_HideAttribute_Archive=アーカイブ +CSF_HideAttribute_Hidden=隠し属性 +CSF_HideAttribute_System=システム +CSF_HideAttribute_ReadOnly=読込専用 + +CSS_EnabledScreenSaver=スクリーンセーバを使う。 +CSS_Use24hFormat=時刻を24時間系で表示する。 +CSS_ScreenSaverTitle=スキンタイプ +CSS_ScreenSaverNormal=標準時計 +CSS_ScreenSaverDigital=デジタル時計 +CSS_ScreenSaverExtend=拡張スキン +CSS_ScreenSaverBGTitle=背景画像 +CSS_ScreenSaverBGSkinDefault=スキン内蔵画像 +CSS_ScreenSaverBGTopScreen=上背景からコピー +CSS_ScreenSaverBGBottomScreen=下背景からコピー +CSS_ScreenSaverTimeOutSecTitle=時間(秒) +CSS_ScreenSaverTimeOutSec5sec=5 +CSS_ScreenSaverTimeOutSec10sec=10 +CSS_ScreenSaverTimeOutSec30sec=30 +CSS_ScreenSaverTimeOutSec60sec=60 +CSS_ScreenSaverTimeOutSecOff=バックライトを消灯する。 +CSS_ShowID3Tag=MP3再生時にID3Tagを表示する。 + +CSM_PlayListEndTitle=プレイリスト終了後 +CSM_PlayListEndLoop=ループ +CSM_PlayListEndStop=演奏停止 +CSM_PlayListEndPowerOff=電源OFF + +; ---------------------------- + +ACS_Help0=音楽プレイヤに関する環境設定を行います。 +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4=スペクトルアナライザーを計算しながら、 +ACS_Help5=高負荷な音楽ファイルを再生すると、 +ACS_Help6=音飛びすることがあります。 +ACS_Help7= +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=音楽プレイヤ 環境設定 + +ACS_AlwaysUsedAudioPlayer=常に音楽プレイヤを使う。 +ACS_PauseWhenStopped=一時停止してからファイルリストに戻る。 +ACS_DrawPlayList=プレイリストを表示する。 +ACS_DrawSpectrumAnalyzer=スペクトルアナライザーを表示する。 + +; ---------------------------- + +DCS_Help0=動画再生に関する環境設定を行います。 +DCS_Help1= +DCS_Help2= +DCS_Help3=再生開始処理を高速化すると、 +DCS_Help4=高フレーム、高ビットレートのファイルを +DCS_Help5=再生した際に、もたつくことがあります。 +DCS_Help6= +DCS_Help7= +DCS_Help8= +DCS_Help9= +DCS_Help10= +DCS_Help11= + +DCS_Title=動画再生モード 環境設定 + +DCS_EnabledFastStart=再生開始処理を高速化する。 +DCS_PauseWhenPanelClosed=パネルを閉じるとポーズする。 +DCS_EnableIndividualResume=動画ファイル個別にレジュームを保存する。 +DCS_ControlPowerLED=再生中は電源LEDを消灯する。 +DCS_InverseVisual_PlayPause=再生中と一時停止ボタンの画像を入れ替える。 +DCS_EverytimeStopOfEnd=最後まで再生したら常に終了する。 +DCS_WhenLateDecodingWaitPause=動画が遅れたら一時停止して待つ。 +DCS_BacklightTimeOutTitle=バックライト消灯時間(秒) +DCS_BacklightTimeOutOff=Off +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=Vol. +DV_VolumeValue=%d%% +DV_VolumeMute=mute +DV_VolumeMax=MAX + +; ---------------------------- + +DV_Popup_Pause_Play=PLAY +DV_Popup_Pause_Pause=PAUSE +DV_Popup_PreviousFile=前のファイルを再生 +DV_Popup_NextFile=次のファイルを再生 +DV_Popup_Volume=ボリューム: %d%% +DV_Popup_Seek=シーク: %s秒 +DV_Popup_BacklightLevel=バックライト明度: %d + +; ---------------------------- + +ICS_Help0=画像表示に関する環境設定を行います。 +ICS_Help1= +ICS_Help2= +ICS_Help3=画像を表示している間にSTARTボタンを押すと、 +ICS_Help4=表示している画像を背景に設定できます。 +ICS_Help5= +ICS_Help6=設定した背景を元に戻すときは、 +ICS_Help7=ファイルリストでSTARTボタンを押して、 +ICS_Help8=システムメニューの中の、 +ICS_Help9=「壁紙を元に戻す」を実行してください。 +ICS_Help10= +ICS_Help11= + +ICS_Title=画像表示モード 環境設定 + +ICS_ShowInfomation=ファイル情報とヘルプを表示する。 +ICS_ShowControlIcons=タッチパネル操作アイコンを表示する。 +ICS_DoubleSpeedKey=キー操作を過敏にする。 +ICS_DoubleSpeedTouch=タッチパネル操作を過敏にする。 +ICS_MultipleResume=拡大率を記憶して、次回復帰する。 +ICS_AutoFitting=大きすぎるJpeg画像は適切に縮小する。 +ICS_EnabledProgressiveJpeg=プログレッシブJpegに対応する。(遅い) +ICS_StartPosTitle=表示開始位置 +ICS_StartPosLeftTop=左上 +ICS_StartPosRightTop=右上 +ICS_StartPosLeftBottom=左下 +ICS_StartPosRightBottom=右下 +ICS_AutoNextTimeSecTitle=自動次進(秒) +ICS_AutoNextTimeSecOff=Off +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=上画面に情報を表示する。 +ICS_EffectTitle=壁紙変換時のエフェクト効果 +ICS_EffectHeightPadding=上下画面の隙間を考慮して変換する。 +ICS_EffectPastelForTopBG=上画面にパステル加工を適用する。 +ICS_EffectPastelForBottomBG=下画面にパステル加工を適用する。 + +; ---------------------------- + +IV_LoadMsg0=画像ファイルを読み込んでいます。 +IV_LoadMsg1=しばらくお待ち下さい。 + +IV_Help1=START: 壁紙にする / SELECT: 環境設定 +IV_Help2=Y:50% / X:200% / A:100% / B:戻る + +; ---------------------------- + +IV_Popup_BacklightLevel=バックライト明度: %d +IV_Popup_Zoom=拡大率: %d%% +IV_Popup_Pause_Play=PLAY +IV_Popup_Pause_Pause=PAUSE +IV_Popup_PreviousFile=前曲を再生 +IV_Popup_NextFile=次曲を再生 +IV_Popup_Seek=シーク: %s + +; ---------------------------- + +TCS_Help0=テキスト表示に関する環境設定を行います。 +TCS_Help1= +TCS_Help2=・クリアタイプフォント使用時の注意 +TCS_Help3=旧DSで、上画面もテキストにしたときに、 +TCS_Help4=上画面が非常にぼやけることがあります。 +TCS_Help5= +TCS_Help6=・文字コードの自動判定に失敗した場合 +TCS_Help7=ファイル上でAボタンまたはタッチを長めに押すと、 +TCS_Help8=サブメニューが表示されますので、 +TCS_Help9=その中から目的のエンコードを選択してください。 +TCS_Help10=手動選択はテキストファイル毎に設定できます。 +TCS_Help11= + +TCS_Title=テキスト表示モード 環境設定 + +TCS_TopScrModeTitle=上画面の表示モード選択 +TCS_TopScrModeLightOff=消灯 +TCS_TopScrModeText=テキスト +TCS_TopScrModeClock=時計と情報 + +TCS_ScreenSaverTitle=スクリーンセーバ +TCS_ScreenSaverNormal=標準 +TCS_ScreenSaverDigital=デジタル +TCS_ScreenSaverExtend=拡張 + +TCS_LineSpaceTitle=行間スペース +TCS_LineSpaceSmall=狭め +TCS_LineSpaceMiddle=標準 +TCS_LineSpaceLarge=広め + +TCS_FontSizeTitle=文字サイズ +TCS_FontSizeSmall=小(12pix) +TCS_FontSizeMiddle=中(14pix) +TCS_FontSizeLarge=大(16pix) + +TCS_ClearTypeFontTitle=クリアタイプ +TCS_ClearTypeFontNone=無し +TCS_ClearTypeFontLite=薄く +TCS_ClearTypeFontNormal=標準 +TCS_ClearTypeFontHeavy=濃く + +TCS_UseSmoothScroll=スムーススクロールを使う。 + +TCS_CPTitle=コードページ +TCS_CP437=CP437 (US, AUS) +TCS_CP850=CP850 (DOS) +TCS_CP1252=CP1252 (Windows) + +TCS_DetectCharCodeTitle=自動検出する文字エンコードの種類 + +; ---------------------------- + +TV_SelEnc_Title=テキストの種類を選択してください。 +TV_SelEnc_Items_AutoDetect=自動検出 +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=テキストエディタ +TV_SelEnc_Help_Normal=Aボタンで決定、Bボタンでキャンセルします。 +TV_SelEnc_Help_NoEdit0=128kbyteを超えるファイルは編集できません。 +TV_SelEnc_Help_NoEdit1= + +; ---------------------------- + +TV_PRG_LoadExtendFont=拡張フォントを読み込み中… +TV_PRG_LoadTextFile=テキストファイルを読み込み中… +TV_PRG_DetectTextEncode=テキストエンコードを判定中… +TV_PRG_DetectReturnCode=リターンコードを判定中… +TV_PRG_ConvertToUnicode=UNICODEに変換中… + +TV_UncertainFormat1=自動検出に失敗した可能性があります。 +TV_UncertainFormat2=Aボタンを長く押して開くと手動設定になります。 + +TV_Help1=A:ページスクロール / B:戻る +TV_Help2=X/Y:ブックマーク セーブロードメニュー +TV_Help3=SELECT:環境設定 / エンコード:%s +TV_Info=現在行数:%d / %d 行 (%.2f%%) + +TV_BookmarkText_LoadTitle=ブックマークロードメニュー +TV_BookmarkText_SaveTitle=ブックマークセーブメニュー +TV_BookmarkText_Empty=%d: セーブされていません。 +TV_BookmarkText_Info=%d: %d行 %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=バックライト明度: %d +TV_Popup_Bookmark_Load= +TV_Popup_Bookmark_Empty=読み込みをキャンセルしました。 +TV_Popup_Bookmark_Save=ブックマークを保存しました。 +TV_Popup_Pause_Play=PLAY +TV_Popup_Pause_Pause=PAUSE +TV_Popup_PreviousFile=前曲を再生 +TV_Popup_NextFile=次曲を再生 +TV_Popup_Seek=シーク: %s +TV_Popup_MoveToTop=先頭に移動 +TV_Popup_MoveToLast=終端に移動 + +; ---------------------------- + +ME_Help0=メモ帳 編集モード +ME_Help1= +ME_Help2=下 / 左 / 上 / 右キー : 黒 / 赤 / 緑 / 青ペン +ME_Help3=Y / Xボタン : 細い / 太いペンに持ち替える +ME_Help4=A / Bボタン : 保存して閉じる +ME_Help5=SELECTボタン:一手前に戻る +ME_Help6=L/Rボタンを押しながらタッチで消しゴム +ME_Help7= +ME_Help8=保存しないで終了するときは、 +ME_Help9=このまま電源を切って下さい。 + +; ---------------------------- + +MemoList_Title=メモ帳リスト + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=画面タッチ: 新しいメモを作成 +MemoList_Help3=START長押し: カーソル位置のメモを削除 + +; ---------------------------- + +MemoEdit_FileInfo_Open=既存ファイルを開きました。 +MemoEdit_FileInfo_Edited=編集中です。終了と同時に自動保存されます。 +MemoEdit_FileInfo_Create=新規作成モードで開始しました。 + +MemoEdit_SavingNow=変更されたBMPファイルを保存中です… + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=テキストの種類が自動判定できませんでした。 +TE_File_SelectEncode_Title2=目的のエンコードタイプを選択してください。 + +TE_skk_DicSystem_PreloadDic=辞書データを読み込み中… + +TE_skk_ExitMenu_Title=終了メニュー +TE_skk_ExitMenu_Items_Cancel=キャンセルしてエディタに戻る +TE_skk_ExitMenu_Items_Overwrite=上書き保存して終了する +TE_skk_ExitMenu_Items_SaveAs=別名保存して終了する +TE_skk_ExitMenu_Items_CreateNew=新規ファイル名で保存して終了する +TE_skk_ExitMenu_Items_NoSaveExit=保存しないで終了する +TE_skk_ExitMenu_SavePrgMsg1=テキストファイルを保存しています… +TE_skk_ExitMenu_SavePrgMsg2=電源を切らないでください。 + +TE_SysMsg_ClipBoard_Empty=クリップボードが空です。 +TE_SysMsg_ClipBoard_Pasted=クリップボードから貼り付けました。 +TE_SysMsg_ClipBoard_Copied=クリップボードにコピーしました。 + +TE_OSKHW_Model_ModelResults_Selector_Title=正しい文字を選択してください。 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=このモデルデータを +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=正しい文字と関連付けて +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=辞書登録してもよろしいですか? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=登録する +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=キャンセル + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.936 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.936 new file mode 100644 index 0000000..4925c7a --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.936 @@ -0,0 +1,611 @@ + +; MoonShell2 language resource for 'CP936_GBK_Chinese_simplified'. +; Encoding format is UTF-8. + +Author=yeyezai,so898,linoul,cheryl +Target=CHS / 简体中文 + +; ---------------------------- + +TextFontFolderName=tfontchn + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. +DateTimeFormat=YYYYMMDD + +; ---------------------------- + +CD_CheckDisk_Start=开始进行简易磁盘检查... +CD_CheckDisk_End=简易磁盘检查结束。 + +CD_FatalError_Title=!!发现了严重的磁盘错误!! +CD_FatalError_DuplicatedArea0=有文件重叠区域。 +CD_FatalError_DuplicatedArea1=部分文件夹已损坏。 +CD_FatalError_BrokenEntry0=目录异常。 +CD_FatalError_BrokenEntry1=一个以上的文件夹已损坏。 +CD_FatalError_IlligalClusterLink0=簇/群集的规格不合法 +CD_FatalError_IlligalClusterLink1=有文件损坏的可能性 +CD_FatalError_BrokenDirectoryLink0=目录有异常 +CD_FatalError_BrokenDirectoryLink1=文件夹被破坏 +CD_FatalError_BrokenUnicode0=目录异常 +CD_FatalError_BrokenUnicode1=长文件名被破坏 +CD_FatalError_FileSizeError0=目录所示的大小 +CD_FatalError_FileSizeError1=和实际的文件大小不同 +CD_FatalError_UnknownError=未知错误 +CD_FatalError_RecoveryMsg0=恢复方法: +CD_FatalError_RecoveryMsg1=先将所有文件备份到硬盘 +CD_FatalError_RecoveryMsg2=格式化硬盘后再重新拷回 +CD_FatalError_StopApplication=已经终止了程序 + +CD_NotSupportDiskSize_Title=无法处理的磁盘格式 +CD_NotSupportDiskSize_Msg0=磁盘容量过大 +CD_NotSupportDiskSize_Msg1=或簇单元过小 +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=恢复方法: +CD_NotSupportDiskSize_RecoveryMsg1=请使用更大的簇单元 +CD_NotSupportDiskSize_RecoveryMsg2=尝试重新格式化 +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=检查重复簇和碎片 + +CD_CheckFATType_Title=检查FAT格式 + +CD_FATType_UnknownFATType=无法识别的FAT格式 + +CD_WriteTest_Title=正在进行磁盘读写测试 + +CD_WriteError_Title=磁盘访问测试失败 +CD_WriteError_Msg0=可能有如下原因 +CD_WriteError_Msg1=磁盘可用空间不足 +CD_WriteError_Msg2=没有对应的DLDI补丁 +CD_WriteError_Msg3=CF/SD和烧录卡接触不良 +CD_WriteError_Msg4=或有兼容性问题 +CD_WriteError_Msg5=磁盘管理区域已损坏 +CD_WriteError_Msg6= +CD_WriteError_Msg7=安全起见,程序已停止运行 + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=由于内存不足 +ERRMSG1_MemoryOverflow_CanRecovery=无法打开文件 +ERRMSG2_MemoryOverflow_CanRecovery=点击以关闭窗口 + +ERRMSG0_NotSupportFileFormat=不支持的文件格式 +ERRMSG1_NotSupportFileFormat=或者文件已损坏 +ERRMSG2_NotSupportFileFormat=点击以关闭窗口 + +ERRMSG0_ProgressiveJpeg=错误 +ERRMSG1_ProgressiveJpeg=不支持Progressive JPEG文件 +ERRMSG2_ProgressiveJpeg=点击以关闭窗口 + +ERRMSG0_Text0byte=空白的文本文件 +ERRMSG1_Text0byte=0字节的文件不能打开 +ERRMSG2_Text0byte=点击以关闭窗口 + +ERRMSG0_OverflowLargeImage=图片尺寸太大, +ERRMSG1_OverflowLargeImage=最大支持约500万像素的图片 +ERRMSG2_OverflowLargeImage=点击关闭窗口 + +ERRMSG0_NotFoundMusicFile=指定文件夹中 +ERRMSG1_NotFoundMusicFile=没有找到任何音乐文件 +ERRMSG2_NotFoundMusicFile=点击以关闭窗口 + +ERRMSG0_UnknownError=发现未定义错误。 +ERRMSG1_UnknownError=内部异常。 +ERRMSG2_UnknownError=请关闭电源。 + +; ---------------------------- + +Setup_Help1= +Setup_Help2= +Setup_Help3=现在进行MoonShell启动必须设置 +Setup_Help4= +Setup_Help5=请在文件列表中按下START键 +Setup_Help6=打开环境设置菜单 +Setup_Help7=以显示所有选项 +Setup_Help8= +Setup_Help9=大量设置选项位置已被更改 +Setup_Help10=具体请参照使用说明书 +Setup_Help11= + +Setup_BootCheckDisk=启动时进行磁盘检查 +Setup_ClickSound=播放按键声音 +Setup_FileListMode=文件列表的显示模式: +Setup_FileListMode_Single=单行显示 +Setup_FileListMode_Double=长文件名双行显示 +Setup_SkipSetup=下次启动时不显示设定窗口 +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=文件信息 +Launch_FileInfo_Relational=关联文件信息 +Launch_Size=大小: %dbyte (%dMbit) +Launch_Create=创建日期: %s %d:%02d:%02d +Launch_Update=修改日期: %s %d:%02d:%02d +Launch_NotFoundRelationalFile=没有找到相关文件 + +; ---------------------------- + +FL_Help0= +FL_Help1= +FL_Help2=X/Y键:调节音量 加大/减小 +FL_Help3=START键:打开系统菜单 (环境设置) +FL_Help4= +FL_Help5=L+A/B键:下一首/上一首 +FL_Help6=L+X/Y键:调节背景灯亮度 +FL_Help7= +FL_Help8=按住L或R并触摸: 新建记事本文件 +FL_Help9=L/R键点击:向前/向后定位MP3 +FL_Help10=L/R键双击:上一首/下一首 +FL_Help11=R键三击:启动待机模式 + +; ---------------------------- + +FL_Popup_Pause_Play=播放 +FL_Popup_Pause_Pause=暂停 +FL_Popup_PreviousFile=上一首 +FL_Popup_NextFile=下一首 +FL_Popup_Volume=音量: %d%% +FL_Popup_BacklightLevel=背光亮度: %d +FL_Popup_PlayMode_Repeat=播放模式: 单曲播放 +FL_Popup_PlayMode_AllRep=播放模式: 全部播放 +FL_Popup_PlayMode_Shuffle=播放模式: 乱序 +FL_Popup_Seek=播放进度: %s +FL_Popup_NotFoundMoonMemoFolder=/moonmemo不存在 + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=文件删除错误 +FL_DeleteFileDialog_NotFoundDustBox_Line0=没有发现回收站文件夹 +FL_DeleteFileDialog_NotFoundDustBox_Line1=请参考说明手册 +FL_DeleteFileDialog_NotFoundDustBox_Line2= + +FL_DeleteFileDialog_DisabledDustBox_Title=文件删除错误 +FL_DeleteFileDialog_DisabledDustBox_Line0=回收站内文件的删除 +FL_DeleteFileDialog_DisabledDustBox_Line1=请在Windows下进行 +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=文件删除错误 +FL_DeleteFileDialog_DisabledSystemFolder_Line0=禁止删除系统文件夹 +FL_DeleteFileDialog_DisabledSystemFolder_Line1=(moonshl2内的文件) +FL_DeleteFileDialog_DisabledSystemFolder_Line2= + +FL_DeleteFileDialog_DisabledMoveFolder_Title=文件删除错误 +FL_DeleteFileDialog_DisabledMoveFolder_Line0=不允许移动文件夹 +FL_DeleteFileDialog_DisabledMoveFolder_Line1= +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=确认 +FL_DeleteFileDialog_Question_Line0=真的要删除这个文件吗? +FL_DeleteFileDialog_Question_Line1=按下L+R+A键后执行 +FL_DeleteFileDialog_Question_Line2=按下B键后取消 + +FL_DeleteFileDialog_Question_EasyDelete_Title=确认 +FL_DeleteFileDialog_Question_EasyDelete_Line0=真的要删除这个文件吗? +FL_DeleteFileDialog_Question_EasyDelete_Line1=按下X+A键后执行 +FL_DeleteFileDialog_Question_EasyDelete_Line2=按下B键后取消 + +FL_DeleteFileDialog_Success_Title=完毕 +FL_DeleteFileDialog_Success_Line0=文件删除(移动到回收站)完成 +FL_DeleteFileDialog_Success_Line1=回收站内文件的删除 +FL_DeleteFileDialog_Success_Line2=请在Windows下进行 + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=请按L键查看帮助 +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L + 左 : 显示MP3控制条 +FL_HelpLeft_Line3=L + 右 : 下一首 +FL_HelpLeft_Line4=L + 上 : 暂停 +FL_HelpLeft_Line5=L + 下 : 更改播放模式 +FL_HelpLeft_Line6=L + A / B : 下/上一首 +FL_HelpLeft_Line7=L + X / Y : 更改背光亮度 +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L+R : 暂停 +FL_HelpLeft_Line10=长按L键:MP3播放往前跳1% +FL_HelpLeft_Line11=双击L键:上一首 + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=请按R键查看帮助 +FL_HelpRight_Line1= +FL_HelpRight_Line2=R + 左/右 : MP3播放往前/后跳1% +FL_HelpRight_Line3=R + 上/下 : MP3播放往前/后跳5% +FL_HelpRight_Line4=R+A : 播放文件夹下的全部歌曲 +FL_HelpRight_Line5=L+R+A : 播放磁盘上的全部歌曲 +FL_HelpRight_Line6= +FL_HelpRight_Line7=L+R : 暂停 +FL_HelpRight_Line8=单击R键+长按:MP3播放往后跳1% +FL_HelpRight_Line9=双击R键:下一首 +FL_HelpRight_Line10=三击R键:等待模式 + +; ---------------------------- + +SysMenu_MemoList=记事本 +SysMenu_MemoList_NotFound=没有%s文件夹无法使用 +SysMenu_FileListMode=文件列表模式切换 +SysMenu_Customize=系统设定 +SysMenu_RestoreBG=壁纸还原 +SysMenu_Firmware=返回烧录卡内核界面 +SysMenu_Firmware_NotFound=没有找到 %s + +; ---------------------------- + +SubMenu_Title=选择菜单 +SubMenu_AppLauncher=程序启动器 +SubMenu_AudioPlayer=音乐播放器 +SubMenu_SystemMenu=系统菜单 +SubMenu_PowOffTimer_Set=关机计时器 %d分 +SubMenu_PowOffTimer_SetHelp=使用L/R键更改 +SubMenu_PowOffTimer_LastTime=剩余时间: %d:%02d +SubMenu_BottomHelp=按下A或SELECT进行设置 + +; ---------------------------- + +CS_Help0=MoonShell系统与音乐播放设置 +CS_Help1= +CS_Help2= +CS_Help3=要进行有关图片、视频、文本的设置, +CS_Help4=请在打开相关文件后, +CS_Help5=按下SELECT键。 +CS_Help6= +CS_Help7= +CS_Help8=/moonshl2/moonshl2.ini 文件中 +CS_Help9=还有更多的设置。 +CS_Help10= +CS_Help11= + +CS_Title=MoonShell2系统设置 + +CS_PageTab_Title=种类 +CS_PageTab_Global=全局 +CS_PageTab_FileList=文件列表 +CS_PageTab_ScreenSaver=屏幕保护 +CS_PageTab_Music=音乐 + +CS_Cancel=取消 +CS_Ok=确定 + +; ---------------------------- + +CSG_SkipSetup=启动时不显示设定窗口 +CSG_BootCheckDisk=启动时进行磁盘检查 + +CSG_ClickSound=按键音效 +CSG_EnableFadeEffect=画面切换过渡效果 +CSG_AutoLastState=启动时自动打开收藏夹 +CSG_LRKeyLockTitle=L/R键使用限制 +CSG_LRKeyLockAlwayOff=始终禁用 +CSG_LRKeyLockRelationalPanel=面板闭合时无效 +CSG_LRKeyLockAlwayOn=始终有效 +CSG_EnableResumeFunction=定期保存恢复信息 +CSG_EnableScreenCapture=启用屏幕截图(DSi) +CSG_SpeakerPowerOffWhenPanelClosed=面板闭合时关闭扬声器 + +CSF_MoveFolderLocked=锁定当前文件夹,禁止切换 +CSF_HiddenFilenameExt=隐藏文件的扩展名 +CSF_HiddenNotSupportFileType=隐藏不支持的文件 +CSF_HiddenNDSROMFile=隐藏NDS文件 +CSF_EnableFileInfo=文件右侧显示该文件信息 +CSF_ShowOnlineHelp_LRButton=显示L/R键的帮助菜单 +CSF_BButtonToFolderUp=按下B返回上一级文件夹 +CSF_EasyDeleteKey=按下X+A删除文件 +CSF_UseJpegExifThumbnail=从JpegExif读取缩略图 +CSF_ShowCoverImage=显示M4A和MP3文件的封面图像 +CSF_HideAttribute_Title=不显示以下属性的文件 +CSF_HideAttribute_Archive=文档 +CSF_HideAttribute_Hidden=隐藏 +CSF_HideAttribute_System=系统 +CSF_HideAttribute_ReadOnly=只读 + +CSS_EnabledScreenSaver=使用屏幕保护 +CSS_Use24hFormat=24小时制 +CSS_ScreenSaverTitle=时钟类型 +CSS_ScreenSaverNormal=普通时钟 +CSS_ScreenSaverDigital=数字时钟 +CSS_ScreenSaverExtend=扩展时钟 +CSS_ScreenSaverBGTitle=壁纸 +CSS_ScreenSaverBGSkinDefault=标准 +CSS_ScreenSaverBGTopScreen=上屏壁纸 +CSS_ScreenSaverBGBottomScreen=下屏壁纸 +CSS_ScreenSaverTimeOutSecTitle=时间(秒) +CSS_ScreenSaverTimeOutSec5sec=5 +CSS_ScreenSaverTimeOutSec10sec=10 +CSS_ScreenSaverTimeOutSec30sec=30 +CSS_ScreenSaverTimeOutSec60sec=60 +CSS_ScreenSaverTimeOutSecOff=关闭背光 +CSS_ShowID3Tag=播放音乐时显示相关信息 + +CSM_PlayListEndTitle=播放列表播放结束后 +CSM_PlayListEndLoop=循环播放 +CSM_PlayListEndStop=停止播放 +CSM_PlayListEndPowerOff=关机 + +; ---------------------------- + +ACS_Help0=这里可以进行音乐播放器相关的设置 +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4=在显示频谱分析仪的时候, +ACS_Help5=播放高负荷的音乐文件, +ACS_Help6=可能会造成走音。 +ACS_Help7= +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=音乐播放器设置 + +ACS_AlwaysUsedAudioPlayer=始终使用音乐播放器 +ACS_PauseWhenStopped=暂停后返回文件列表 +ACS_DrawPlayList=在上屏幕显示播放列表 +ACS_DrawSpectrumAnalyzer=显示频谱分析器 + +; ---------------------------- + +DCS_Help0=这里可以进行视频播放相关的设置 +DCS_Help1= +DCS_Help2= +DCS_Help3=启用快速开始后, +DCS_Help4=播放高帧率,高比特率的文件时 +DCS_Help5=可能会产生拖慢现象。 +DCS_Help6= +DCS_Help7= +DCS_Help8= +DCS_Help9= +DCS_Help10= +DCS_Help11= + +DCS_Title=视频播放设置 + +DCS_EnabledFastStart=快速开始视频播放 +DCS_PauseWhenPanelClosed=面板闭合时自动暂停播放 +DCS_EnableIndividualResume=记录每个视频文件的播放中断位置 +DCS_ControlPowerLED=播放时关闭电源LED灯 +DCS_InverseVisual_PlayPause=交换播放与暂停按钮的图像 +DCS_EverytimeStopOfEnd=播放完毕后始终结束 +DCS_WhenLateDecodingWaitPause=视频播放卡滞时暂停播放等待缓冲 +DCS_BacklightTimeOutTitle=背光时间(秒) +DCS_BacklightTimeOutOff=关闭 +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=Vol. +DV_VolumeValue=%d%% +DV_VolumeMute=mute +DV_VolumeMax=MAX + +; ---------------------------- + +DV_Popup_Pause_Play=播放 +DV_Popup_Pause_Pause=暂停 +DV_Popup_PreviousFile=上一首 +DV_Popup_NextFile=下一首 +DV_Popup_Volume=音量: %d%% +DV_Popup_Seek=播放进度: %s秒 +DV_Popup_BacklightLevel=背光亮度: %d + +; ---------------------------- + +ICS_Help0=这里可以进行图片显示相关的设置 +ICS_Help1= +ICS_Help2= +ICS_Help3=在浏览图象时按下START键 +ICS_Help4=可以将图象设置为壁纸。 +ICS_Help5= +ICS_Help6=当想恢复默认的背景时, +ICS_Help7=请在文件列表按下START键, +ICS_Help8=并在系统菜单中, +ICS_Help9=选择「壁纸还原」。 +ICS_Help10= +ICS_Help11= + +ICS_Title=图片显示设置 + +ICS_ShowInfomation=显示文件信息和帮助 +ICS_ShowControlIcons=显示触摸屏操作图标 +ICS_DoubleSpeedKey=加快按键操作移动速度 +ICS_DoubleSpeedTouch=加快触摸屏操作移动速度 +ICS_MultipleResume=记忆图片放大比率 +ICS_AutoFitting=JPEG图片自适应缩放 +ICS_EnabledProgressiveJpeg=启用Progressive JPEG格式支持(慢) +ICS_StartPosTitle=图片打开位置 +ICS_StartPosLeftTop=左上 +ICS_StartPosRightTop=右上 +ICS_StartPosLeftBottom=左下 +ICS_StartPosRightBottom=右下 +ICS_AutoNextTimeSecTitle=自动切换(秒) +ICS_AutoNextTimeSecOff=关闭 +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=在上屏幕显示信息 +ICS_EffectTitle=转换成壁纸时的效果 +ICS_EffectHeightPadding=考虑上下画面间隔转换 +ICS_EffectPastelForTopBG=上画面应用白色蒙版效果加工 +ICS_EffectPastelForBottomBG=下画面应用白色蒙版效果加工 + +; ---------------------------- + +IV_LoadMsg0=正在读取图像文件 +IV_LoadMsg1=请稍等 + +IV_Help1=START: 设置为壁纸 / SELECT: 选项设定 +IV_Help2=Y:50% / X:200% / A:100% / B:返回 + +; ---------------------------- + +IV_Popup_BacklightLevel=背光亮度: %d +IV_Popup_Zoom=缩放: %d%% +IV_Popup_Pause_Play=播放 +IV_Popup_Pause_Pause=暂停 +IV_Popup_PreviousFile=上一首 +IV_Popup_NextFile=下一首 +IV_Popup_Seek=播放进度: %s + +; ---------------------------- + +TCS_Help0=这里可以进行文本显示相关的设置 +TCS_Help1= +TCS_Help2=使用ClearType时请注意: +TCS_Help3=老式DS在使用上屏显示文本时, +TCS_Help4=会有文本模糊不清的现象。 +TCS_Help5= +TCS_Help6=文字编码自动识别失败的时候 +TCS_Help7=在文件上长按A按钮 +TCS_Help8=会出现子菜单 +TCS_Help9=请在其中选择你需要的文字编码 +TCS_Help10=手动选择可以为每个文件设置不同的编码 +TCS_Help11= + +TCS_Title=文本显示设置 + +TCS_TopScrModeTitle=上屏显示设定 +TCS_TopScrModeLightOff=关闭 +TCS_TopScrModeText=显示文本 +TCS_TopScrModeClock=显示时钟 + +TCS_ScreenSaverTitle=屏幕保护时钟 +TCS_ScreenSaverNormal=标准时钟 +TCS_ScreenSaverDigital=数字时钟 +TCS_ScreenSaverExtend=扩展时钟 + +TCS_LineSpaceTitle=行间距 +TCS_LineSpaceSmall=窄 +TCS_LineSpaceMiddle=标准 +TCS_LineSpaceLarge=宽 + +TCS_FontSizeTitle=字体大小 +TCS_FontSizeSmall=小(12pix) +TCS_FontSizeMiddle=中(14pix) +TCS_FontSizeLarge=大(16pix) + +TCS_ClearTypeFontTitle=ClearType字体 +TCS_ClearTypeFontNone=无 +TCS_ClearTypeFontLite=薄 +TCS_ClearTypeFontNormal=标准 +TCS_ClearTypeFontHeavy=浓 + +TCS_UseSmoothScroll=使用平滑滚动 + +TCS_CPTitle=代码页 +TCS_CP437=CP437 (US, AUS) +TCS_CP850=CP850 (DOS) +TCS_CP1252=CP1252 (Windows) + +TCS_DetectCharCodeTitle=自动识别文字编码 + +; ---------------------------- + +TV_SelEnc_Title=请选择文本编码类型 +TV_SelEnc_Items_AutoDetect=自动识别 +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=启动文本编辑器 +TV_SelEnc_Help_Normal=按A确定,B取消。 +TV_SelEnc_Help_NoEdit0=不能编辑大小超过128kbyte的文件。 +TV_SelEnc_Help_NoEdit1= + +; ---------------------------- + +TV_PRG_LoadExtendFont=正在载入外挂字体… +TV_PRG_LoadTextFile=读取文本文件中… +TV_PRG_DetectTextEncode=正在识别文本编码… +TV_PRG_DetectReturnCode=正在识别返回码… +TV_PRG_ConvertToUnicode=正在转换为UNICODE… + +TV_UncertainFormat1=可能无法正确识别文本格式,如果不能正常显示。 +TV_UncertainFormat2=请在打开文本文件时长按 A 键手动选择编码。 + +TV_Help1=A:翻页 / B:返回 +TV_Help2=X/Y:保存书签/载入书签 +TV_Help3=SELECT:选项设定 / 编码:%s +TV_Info=当前行数:%d / %d 行 (%.2f%%) + +TV_BookmarkText_LoadTitle=书签读取菜单 +TV_BookmarkText_SaveTitle=书签保存菜单 +TV_BookmarkText_Empty=%d: 没有书签 +TV_BookmarkText_Info=%d: %d行 %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=背光亮度: %d +TV_Popup_Bookmark_Load= +TV_Popup_Bookmark_Empty=读取中断 +TV_Popup_Bookmark_Save=书签保存完毕 +TV_Popup_Pause_Play=播放 +TV_Popup_Pause_Pause=暂停 +TV_Popup_PreviousFile=上一首 +TV_Popup_NextFile=下一首 +TV_Popup_Seek=播放进度: %s +TV_Popup_MoveToTop=移动到开头 +TV_Popup_MoveToLast=移动到结尾 + +; ---------------------------- + +ME_Help0=记事本模式 +ME_Help1= +ME_Help2=↓ / ← / ↑ / →: 黑色 / 红色 / 绿色 / 蓝色 +ME_Help3=Y / X : 笔迹细/粗. +ME_Help4=A / B : 保存并关闭 +ME_Help5=SELECT:撤销 +ME_Help6=长按L/R时触摸:橡皮擦 +ME_Help7= +ME_Help8=如果您不想保存请直接关机。 +ME_Help9= + +; ---------------------------- + +MemoList_Title=记事本列表 + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=触摸下屏幕:新建记事本 +MemoList_Help3=长按START键:删除光标位置文件 + +; ---------------------------- + +MemoEdit_FileInfo_Open=打开已有文件。 +MemoEdit_FileInfo_Edited=正在编辑中.完成后将被自动保存。 +MemoEdit_FileInfo_Create=开始新建文件编辑模式。 + +MemoEdit_SavingNow=正在保存更改后的BMP文件... + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=不能自动识别文本编码。 +TE_File_SelectEncode_Title2=请手动选择文本的编码类型。 + +TE_skk_DicSystem_PreloadDic=正在读取字典... + +TE_skk_ExitMenu_Title=退出菜单 +TE_skk_ExitMenu_Items_Cancel=取消 +TE_skk_ExitMenu_Items_Overwrite=覆盖并且退出 +TE_skk_ExitMenu_Items_SaveAs=另存为并且退出 +TE_skk_ExitMenu_Items_CreateNew=用新文件名保存并且退出 +TE_skk_ExitMenu_Items_NoSaveExit=不保存退出 +TE_skk_ExitMenu_SavePrgMsg1=正在保存文本文件... +TE_skk_ExitMenu_SavePrgMsg2=请不要关闭电源。 + +TE_SysMsg_ClipBoard_Empty=剪贴板为空。 +TE_SysMsg_ClipBoard_Pasted=已从剪贴板粘贴。 +TE_SysMsg_ClipBoard_Copied=已复制到剪贴板。 + +TE_OSKHW_Model_ModelResults_Selector_Title=请选择一个正确的字符。 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=是否将这个手写数据 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=关联到对应字符并 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=注册到字典? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=注册 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=取消 + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.949 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.949 new file mode 100644 index 0000000..e282577 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.949 @@ -0,0 +1,611 @@ + +; MoonShell2 language resource for 'CP949'. +; Encoding format is UTF-8. + +Author=cherries4u +Target=KOR/Korean +;한글번역 및 스킨=체리체리(다음 NINTENDO-DS 카페) + +; ---------------------------- + +TextFontFolderName=tfontkor + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. +DateTimeFormat=YYYYMMDD + +; ---------------------------- + +CD_CheckDisk_Start=간이 디스크검사를 시작했습니다. +CD_CheckDisk_End=간이 디스크검사가 정상적으로 종료되었습니다. + +CD_FatalError_Title=!!디스크에서 치명적인 문제를 발견했습니다. +CD_FatalError_DuplicatedArea0=여러 파일이 같은 영역에 존재합니다. +CD_FatalError_DuplicatedArea1=몇개의 파일이 이미 손상되었습니다. +CD_FatalError_BrokenEntry0=디렉토리 기재사항이 비정상입니다. +CD_FatalError_BrokenEntry1=한 개 이상의 파일이 손상되었습니다. +CD_FatalError_IlligalClusterLink0=클러스터 링크가 끊어져 있습니다. +CD_FatalError_IlligalClusterLink1=파일이 손상되었을 가능성이 있습니다. +CD_FatalError_BrokenDirectoryLink0=디렉토리 기재사항이 비정상입니다. +CD_FatalError_BrokenDirectoryLink1=폴더가 손상되었습니다. +CD_FatalError_BrokenUnicode0= 디렉토리 엔트리가 비정상적입니다. +CD_FatalError_BrokenUnicode1=긴 파일명이 손상되었습니다. +CD_FatalError_FileSizeError0=디렉토리 기재사항의 파일크기와 +CD_FatalError_FileSizeError1=실제 파일크기가 일치하지 않습니다. +CD_FatalError_UnknownError=알 수 없는 오류 발생 +CD_FatalError_RecoveryMsg0=복구방법: +CD_FatalError_RecoveryMsg1=모든 파일을 하드디스크로 백업하신 후, +CD_FatalError_RecoveryMsg2=포맷하시고 파일을 다시 설치해 주세요. +CD_FatalError_StopApplication=프로그램을 중지 했습니다. + +CD_NotSupportDiskSize_Title=지원되지 않는 디스크 포맷입니다. +CD_NotSupportDiskSize_Msg0=디스크 용량이 너무 크거나 +CD_NotSupportDiskSize_Msg1=클러스터 크기가 너무 작습니다. +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=복구방법: +CD_NotSupportDiskSize_RecoveryMsg1=클러스터 크기를 크게 설정해 +CD_NotSupportDiskSize_RecoveryMsg2=디스크를 다시 포맷해 주세요. +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=중복 클러스터와 단편화를 검사중 입니다. + +CD_CheckFATType_Title=FAT 종류를 검사하고 있습니다. + +CD_FATType_UnknownFATType=알 수 없는 FAT 종류입니다. + +CD_WriteTest_Title=디스크의 읽기/쓰기 검사 중입니다. + +CD_WriteError_Title=디스크 액세스 검사가 실패했습니다. +CD_WriteError_Msg0=・디스크의 빈 공간이 너무 작음 +CD_WriteError_Msg1=・호환되지 않는 DLDI 드라이버 +CD_WriteError_Msg2=・닥터와 메모리의 접촉불량 +CD_WriteError_Msg3=・디스크 관리영역의 손상 +CD_WriteError_Msg4= +CD_WriteError_Msg5=등의 요소가 문제일 수 있습니다. +CD_WriteError_Msg6= +CD_WriteError_Msg7=안전을 위해 프로그램을 중지했습니다. + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=메모리가 부족하여 +ERRMSG1_MemoryOverflow_CanRecovery=파일을 열 수 없습니다. +ERRMSG2_MemoryOverflow_CanRecovery=이곳을 누르면 창이 닫힙니다. + +ERRMSG0_NotSupportFileFormat=지원되지 않는 파일 포맷이거나 +ERRMSG1_NotSupportFileFormat=손상이 의심되는 파일입니다. +ERRMSG2_NotSupportFileFormat=이곳을 누르면 창이 닫힙니다. + +ERRMSG0_ProgressiveJpeg=프로그레시브 JPEG 파일은 +ERRMSG1_ProgressiveJpeg=지원되지 않습니다. +ERRMSG2_ProgressiveJpeg=이곳을 누르면 창이 닫힙니다. + +ERRMSG0_Text0byte=비어있는 문서 파일입니다. +ERRMSG1_Text0byte=0 byte 파일은 열 수 없습니다. +ERRMSG2_Text0byte=이곳을 누르면 창이 닫힙니다. + +ERRMSG0_OverflowLargeImage=이미지 파일이 너무 큽니다. +ERRMSG1_OverflowLargeImage=약 500만 화소가 최대한도입니다. +ERRMSG2_OverflowLargeImage=이곳을 누르면 창이 닫힙니다. + +ERRMSG0_NotFoundMusicFile=지정하신 폴더에 음악 파일이 +ERRMSG1_NotFoundMusicFile=하나도 없습니다. +ERRMSG2_NotFoundMusicFile=이곳을 누르면 창이 닫힙니다. + +ERRMSG0_UnknownError=알 수 없는 내부 오류가 +ERRMSG1_UnknownError=발생했습니다. +ERRMSG2_UnknownError=닌텐도를 꺼주세요. + +; ---------------------------- + +Setup_Help1= +Setup_Help2=초기 환경설정에 꼭 필요한 사항만 +Setup_Help3=표시합니다. +Setup_Help4= +Setup_Help5=전체환경 설정은 파일목록창에서 START +Setup_Help6=버튼을 눌러 환경설정을 하세요. +Setup_Help7= +Setup_Help8=사용법은 Readme.HTML을 읽어주세요. +Setup_Help9= +Setup_Help10=한글번역 및 스킨제작 +Setup_Help11=체리체리(다음 NINTENDO-DS 카페) + +Setup_BootCheckDisk=시작할 때마다 디스크검사 하기 +Setup_ClickSound=터치 조작음 사용하기 +Setup_FileListMode=파일목록 표시 방법 +Setup_FileListMode_Single=파일 이름을 한줄로 표시 +Setup_FileListMode_Double=긴 파일 이름은 두줄로 나눠서 표시 +Setup_SkipSetup=시작할 때 이 화면 안보이기 +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=파일정보 +Launch_FileInfo_Relational=관련파일정보 +Launch_Size=크기: %dbytes (%dMbits) +Launch_Create=작성일: %s %d:%02d:%02d +Launch_Update=수정일: %s %d:%02d:%02d +Launch_NotFoundRelationalFile=파일을 찾을 수 없습니다. + +; ---------------------------- + +FL_Help0= +FL_Help1= +FL_Help2=X/Y 버튼 소리 작게/크게 +FL_Help3=START 버튼 시스템 메뉴(환경설정) +FL_Help4= +FL_Help5=L+A/B 버튼 다음곡/이전곡 +FL_Help6=L+X/Y 버튼 화면밝기 조절 +FL_Help7= +FL_Help8=L|R 누르며 터치 메모장 신규작성 +FL_Help9=L|R 두번클릭후 누름 앞으로/뒤로 MP3 탐색 +FL_Help10=L|R 두번클릭 이전곡/다음곡 재생 +FL_Help11=R 세번클릭 대기모드 + +; ---------------------------- + +FL_Popup_Pause_Play=재생 +FL_Popup_Pause_Pause=일시정지 +FL_Popup_PreviousFile=이전곡재생 +FL_Popup_NextFile=다음곡재생 +FL_Popup_Volume=볼륨: %d%% +FL_Popup_BacklightLevel=화면밝기: %d +FL_Popup_PlayMode_Repeat=재생모드:한곡재생 +FL_Popup_PlayMode_AllRep=재생모드:전곡재생 +FL_Popup_PlayMode_Shuffle=재생모드:랜덤재생 +FL_Popup_Seek=탐색: %s +FL_Popup_NotFoundMoonMemoFolder=/moonmemo 폴더가 없습니다 + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=파일 삭제 오류 +FL_DeleteFileDialog_NotFoundDustBox_Line0=휴지통 폴더를 찾을 수 없습니다. +FL_DeleteFileDialog_NotFoundDustBox_Line1=사용설명서의 휴지통을 +FL_DeleteFileDialog_NotFoundDustBox_Line2=참조해 주세요. + +FL_DeleteFileDialog_DisabledDustBox_Title=파일 삭제 오류 +FL_DeleteFileDialog_DisabledDustBox_Line0=휴지통의 파일 삭제는 +FL_DeleteFileDialog_DisabledDustBox_Line1=Windows에서만 가능합니다. +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=파일 삭제 오류 +FL_DeleteFileDialog_DisabledSystemFolder_Line0=시스템 폴더(moonshl2) +FL_DeleteFileDialog_DisabledSystemFolder_Line1=내에서의 조작은 +FL_DeleteFileDialog_DisabledSystemFolder_Line2=허용되지 않습니다. + +FL_DeleteFileDialog_DisabledMoveFolder_Title=파일 삭제 오류 +FL_DeleteFileDialog_DisabledMoveFolder_Line0=폴더의 이동은 하실 수 +FL_DeleteFileDialog_DisabledMoveFolder_Line1=없습니다. +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=파일 삭제 +FL_DeleteFileDialog_Question_Line0=이 파일을 삭제하시겠습니까? +FL_DeleteFileDialog_Question_Line1=삭제는 L+R+A 버튼 +FL_DeleteFileDialog_Question_Line2=최소는 B 버튼 + +FL_DeleteFileDialog_Question_EasyDelete_Title=파일 삭제 +FL_DeleteFileDialog_Question_EasyDelete_Line0=이 파일을 삭제하시겠습니까? +FL_DeleteFileDialog_Question_EasyDelete_Line1=삭제는 X+A 버튼 +FL_DeleteFileDialog_Question_EasyDelete_Line2=취소는 B 버튼 + +FL_DeleteFileDialog_Success_Title=파일 삭제 +FL_DeleteFileDialog_Success_Line0=파일이 휴지통으로 이동했습니다. +FL_DeleteFileDialog_Success_Line1=휴지통의 파일 삭제는 Windows +FL_DeleteFileDialog_Success_Line2=에서 하실 수 있습니다. + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=도움말 - L 버튼을 누르는 중... +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L + ← MP3 제어창 보이기 +FL_HelpLeft_Line3=L + → 다음곡 +FL_HelpLeft_Line4=L + ↑ 일시정지/해제 +FL_HelpLeft_Line5=L + ↓ 재생방식 변경 +FL_HelpLeft_Line6=L + A / B 다음곡 / 이전곡 +FL_HelpLeft_Line7=L + X / Y 화면밝기 조절 +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L+R 동시클릭 일시정지/해제 +FL_HelpLeft_Line10=L 두번클릭후 누름 뒤로 1%씩 탐색 +FL_HelpLeft_Line11=L 두번클릭 이전곡 + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=도움말 - R 버튼을 누르는 중... +FL_HelpRight_Line1= +FL_HelpRight_Line2=R + ← / → 뒤로 / 앞으로 1%씩 탐색 +FL_HelpRight_Line3=R + ↑ / ↓ 뒤로 / 앞으로 5%씩 탐색 +FL_HelpRight_Line4=R+A 폴더내의 모든 곡 재생 +FL_HelpRight_Line5=L+R+A 메모리의 모든 곡 재생 +FL_HelpRight_Line6= +FL_HelpRight_Line7=L+R 동시클릭 일시정지/재생 +FL_HelpRight_Line8=R 두번클릭후 누름 앞으로 1%씩 탐색 +FL_HelpRight_Line9=R 두번클릭 다음곡 +FL_HelpRight_Line10=R 세번클릭 대기모드 + +; ---------------------------- + +SysMenu_MemoList=메모장을 엽니다. +SysMenu_MemoList_NotFound=%s를 찾을 수 없습니다. +SysMenu_FileListMode=1줄/2줄 모드 전환 +SysMenu_Customize=환경설정 +SysMenu_RestoreBG=배경화면을 기본으로 복원 +SysMenu_Firmware=소프트리셋 +SysMenu_Firmware_NotFound=%s를 찾을 수 없습니다. + +; ---------------------------- + +SubMenu_Title=메뉴 선택 +SubMenu_AppLauncher=보조프로그램 +SubMenu_AudioPlayer=음악플레이어 +SubMenu_SystemMenu=시스템 메뉴 +SubMenu_PowOffTimer_Set=%d분 후 끄기 +SubMenu_PowOffTimer_SetHelp=시간 설정 L/R +SubMenu_PowOffTimer_LastTime=남은시간: %d:%02d +SubMenu_BottomHelp=A버튼이나 select버튼으로 선택 + +; ---------------------------- + +CS_Help0=사용환경 설정 +CS_Help1= +CS_Help2=설정을 완료하신 후 "적용" 버튼을 +CS_Help3=눌러서 설정을 저장해 주세요. +CS_Help4= +CS_Help5=사진, 동영상, 문서에 대한 설정은 +CS_Help6=각 파일을 여신 후 SELECT 버튼을 +CS_Help7=눌러서 설정하실 수 있습니다. +CS_Help8= +CS_Help9=문쉘의 일부 추가기능은 +CS_Help10=/moonshl2/moonshl2.ini에서 +CS_Help11=설정할 수 있습니다. + +CS_Title=사용환경 설정 + +CS_PageTab_Title=변경할 메뉴 선택 +CS_PageTab_Global=전체 +CS_PageTab_FileList=파일목록 +CS_PageTab_ScreenSaver=화면보호기 +CS_PageTab_Music=음악재생 + +CS_Cancel=취소 +CS_Ok=적용 + +; ---------------------------- + +CSG_SkipSetup=문쉘 구동시 초기 환경설정을 안함 +CSG_BootCheckDisk=문쉘 구동시 항상 디스크검사를 수행 + +CSG_ClickSound=터치 조작음을 사용 +CSG_EnableFadeEffect=부드러운 화면전환 사용 +CSG_AutoLastState=문쉘 구동 후 최근 사용파일 다시시작 +CSG_LRKeyLockTitle=L / R 버튼 사용 옵션 : +CSG_LRKeyLockAlwayOff=사용안함 +CSG_LRKeyLockRelationalPanel=화면사용에 따라서 +CSG_LRKeyLockAlwayOn=항상사용 +CSG_EnableResumeFunction=다시시작 정보를 주기적으로 저장 +CSG_EnableScreenCapture=DSi의 화면저장 기능을 사용 +CSG_SpeakerPowerOffWhenPanelClosed=닌텐도를 닫을 때 스피커 소리 끄기 + +CSF_MoveFolderLocked=폴더간 이동을 금지 +CSF_HiddenFilenameExt=확장자를 표시하지 않음 +CSF_HiddenNotSupportFileType=지원하지 않는 파일 표시안함 +CSF_HiddenNDSROMFile=NDS 롬파일 표시안함 +CSF_EnableFileInfo=파일의 정보를 표시 +CSF_ShowOnlineHelp_LRButton=L/R버튼의 도움말 표시 +CSF_BButtonToFolderUp=B버튼 사용시 이전 폴더로 이동 +CSF_EasyDeleteKey=삭제 버튼을 X+A로 변경 +CSF_UseJpegExifThumbnail=견본이미지 파일명에 표시 +CSF_ShowCoverImage=M4A나 MP3등의 앨범쟈켓 표시 +CSF_HideAttribute_Title=표시하지 않을 파일속성 +CSF_HideAttribute_Archive=보존 +CSF_HideAttribute_Hidden=숨김 +CSF_HideAttribute_System=시스템 +CSF_HideAttribute_ReadOnly=읽기전용 + +CSS_EnabledScreenSaver=화면보호기 사용 +CSS_Use24hFormat=24시간제 표시 +CSS_ScreenSaverTitle=타입 +CSS_ScreenSaverNormal=표준 +CSS_ScreenSaverDigital=디지탈 +CSS_ScreenSaverExtend=확장 +CSS_ScreenSaverBGTitle=배경 +CSS_ScreenSaverBGSkinDefault=기본 +CSS_ScreenSaverBGTopScreen=위배경 +CSS_ScreenSaverBGBottomScreen=아래배경 +CSS_ScreenSaverTimeOutSecTitle=끄기시간(초) +CSS_ScreenSaverTimeOutSec5sec=5 +CSS_ScreenSaverTimeOutSec10sec=10 +CSS_ScreenSaverTimeOutSec30sec=30 +CSS_ScreenSaverTimeOutSec60sec=60 +CSS_ScreenSaverTimeOutSecOff=화면끄기 사용 +CSS_ShowID3Tag=MP3 재생시 ID3 태그 보이기 + +CSM_PlayListEndTitle=재생을 마친 후 옵션 +CSM_PlayListEndLoop=반복 +CSM_PlayListEndStop=정지 +CSM_PlayListEndPowerOff=전원끄기 + +; ---------------------------- + +ACS_Help0=음악 플레이어 환경설정 +ACS_Help1= +ACS_Help2=설정을 완료하신 후 "적용" 버튼을 +ACS_Help3=눌러서 설정을 저장해 주세요. +ACS_Help4= +ACS_Help5= +ACS_Help6=경고: +ACS_Help7=스펙트럼 아날라이저를 사용하면서 +ACS_Help8=고품질의 음악파일을 재생할 경우 +ACS_Help9=소리가 튀는 현상이 발생할 수 +ACS_Help10=있습니다. +ACS_Help11= + +ACS_Title=음악 플레이어 환경설정 + +ACS_AlwaysUsedAudioPlayer=항상 음악 플레이어로 재생 +ACS_PauseWhenStopped=일시정지 후 파일목록으로 복귀 +ACS_DrawPlayList=재생목록을 윗화면에 표시 +ACS_DrawSpectrumAnalyzer=스펙트럼 아날라이저 표시 + +; ---------------------------- + +DCS_Help0=동영상재생 환경설정 +DCS_Help1= +DCS_Help2=설정을 완료하신 후 "적용" 버튼을 +DCS_Help3=눌러서 설정을 저장해 주세요. +DCS_Help4= +DCS_Help5= +DCS_Help6=경고: +DCS_Help7=높은 프레임레이트와 비트레이트로 +DCS_Help8=인코딩된 동영상의 경우 재생도중 +DCS_Help9=처리속도(고속재생)를 높이게 되면 +DCS_Help10=화면끊김이 발생할 수 있습니다. +DCS_Help11= + +DCS_Title=동영상재생 환경설정 + +DCS_EnabledFastStart=고속재생 사용 +DCS_PauseWhenPanelClosed=화면을 닫으면 일시정지 +DCS_EnableIndividualResume=동영상 파일별로 다시시작 위치를 저장 +DCS_ControlPowerLED=재생중 전원 LED를 끔 +DCS_InverseVisual_PlayPause=재생과 일시정지버튼 아이콘 바꿈 +DCS_EverytimeStopOfEnd=재생 후 플레이어 종료 +DCS_BacklightTimeOutTitle=화면끄기 시간(초) +DCS_BacklightTimeOutOff=사용안함 +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=Vol. +DV_VolumeValue=%d%% +DV_VolumeMute=Mute +DV_VolumeMax=Max + +; ---------------------------- + +DV_Popup_Pause_Play=재생 +DV_Popup_Pause_Pause=일시정지 +DV_Popup_PreviousFile=이전파일 +DV_Popup_NextFile=다음파일 +DV_Popup_Volume=볼륨: %d%% +DV_Popup_Seek=탐색: %s초 +DV_Popup_BacklightLevel=화면밝기: %d + +; ---------------------------- + +ICS_Help0=이미지보기 환경설정 +ICS_Help1= +ICS_Help2=설정을 완료하신 후 "적용" 버튼을 +ICS_Help3=눌러서 설정을 저장해 주세요. +ICS_Help4= +ICS_Help5=마음에 드는 사진에서 START 버튼을 +ICS_Help6=눌러 문쉘배경으로 사용할 수 있으며 +ICS_Help7=초기화면으로 복구하고 싶을때는 +ICS_Help8=파일목록창에서 START 버튼을 눌러 +ICS_Help9=시스템 메뉴를 여신 후 "배경화면을 +ICS_Help10=기본으로 복원"을 선택하시면 +ICS_Help11=초기화면으로 복구됩니다. + +ICS_Title=이미지보기 환경설정 + +ICS_ShowInfomation=파일정보와 도움말을 표시 +ICS_ShowControlIcons=조작 아이콘을 표시 +ICS_DoubleSpeedKey=버튼조작 감도 높임 +ICS_DoubleSpeedTouch=터치화면 감도 높임 +ICS_MultipleResume=확대비율 저장 후 다음에 사용 +ICS_AutoFitting=큰 Jpeg 이미지 자동축소 +ICS_EnabledProgressiveJpeg=프로그래시브 jpeg 이미지 사용 +ICS_StartPosTitle=이미지 보기 시작 위치: +ICS_StartPosLeftTop=↖ +ICS_StartPosRightTop=↗ +ICS_StartPosLeftBottom=↙ +ICS_StartPosRightBottom=↘ +ICS_AutoNextTimeSecTitle=슬라이드쇼 +ICS_AutoNextTimeSecOff=끄기 +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=윗화면에 정보 표시 +ICS_EffectTitle=스킨변환 옵션 +ICS_EffectHeightPadding=두 화면의 틈새를 고려해 변환 +ICS_EffectPastelForTopBG=위 화면에 투명도 적용 +ICS_EffectPastelForBottomBG=아래 화면에 투명도 적용 + +; ---------------------------- + +IV_LoadMsg0=이미지를 읽고 있습니다. +IV_LoadMsg1=잠시만 기다려 주세요. + +IV_Help1=START: 스킨만들기 | SELECT: 환경설정 +IV_Help2=Y: 50% | X: 200% | A: 100% | B: 취소 + +; ---------------------------- + +IV_Popup_BacklightLevel=화면밝기: %d +IV_Popup_Zoom=확대비율: %d%% +IV_Popup_Pause_Play=재생 +IV_Popup_Pause_Pause=일시정지 +IV_Popup_PreviousFile=이전파일 +IV_Popup_NextFile=다음파일 +IV_Popup_Seek=탐색: %s + +; ---------------------------- + +TCS_Help0=문서보기 환경설정 +TCS_Help1= +TCS_Help2=클리어타입 폰트 사용시 주의사항: +TCS_Help3=구형 닌텐도에서는 위 화면의 글씨가 +TCS_Help4=희미하게 보일 수 있습니다. +TCS_Help5= +TCS_Help6=문자코드 자동감지에 실패한 경우 +TCS_Help7=A 버튼을 누르시거나 길게 터치를 하시면 +TCS_Help8=보조메뉴가 표시되며 그 중 원하시는 +TCS_Help9=인코딩 타입을 선택하시면 됩니다. +TCS_Help10=인코딩 방법 수동설정은 문서파일마다 +TCS_Help11=각각 지정하실 수 있습니다. + +TCS_Title=문서보기 환경설정 + +TCS_TopScrModeTitle=위 화면 표시모드 선택 +TCS_TopScrModeLightOff=끔 +TCS_TopScrModeText=문서표시 +TCS_TopScrModeClock=시계 및 정보 + +TCS_ScreenSaverTitle=화면보호기 +TCS_ScreenSaverNormal=표준 +TCS_ScreenSaverDigital=디지탈 +TCS_ScreenSaverExtend=확장 + +TCS_LineSpaceTitle=줄 간격 +TCS_LineSpaceSmall=좁게 +TCS_LineSpaceMiddle=보통 +TCS_LineSpaceLarge=넓게 + +TCS_FontSizeTitle=글자 크기 +TCS_FontSizeSmall=소 +TCS_FontSizeMiddle=중 +TCS_FontSizeLarge=대 + +TCS_ClearTypeFontTitle=클리어타입 폰트 +TCS_ClearTypeFontNone=없음 +TCS_ClearTypeFontLite=얇게 +TCS_ClearTypeFontNormal=표준 +TCS_ClearTypeFontHeavy=굵게 + +TCS_UseSmoothScroll=부드러운 스크롤 사용 + +TCS_CPTitle=코드 페이지 +TCS_CP437=437(US) +TCS_CP850=850(DOS) +TCS_CP1252=1252(Windows) + +TCS_DetectCharCodeTitle=자동감지 문자코드 + +; ---------------------------- + +TV_SelEnc_Title=인코딩방식을 선택해 주세요. +TV_SelEnc_Items_AutoDetect=자동 +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=문서편집기 실행 +TV_SelEnc_Help_Normal=A: 확인 B: 취소 +TV_SelEnc_Help_NoEdit0=파일이 128KB를 넘습니다. +TV_SelEnc_Help_NoEdit1=편집할 수 없습니다. + +; ---------------------------- + +TV_PRG_LoadExtendFont=확장 폰트를 읽는 중... +TV_PRG_LoadTextFile=문서 파일을 읽는 중... +TV_PRG_DetectTextEncode=문서 인코딩 타입을 감지중... +TV_PRG_DetectReturnCode=복귀 코드를 감지중... +TV_PRG_ConvertToUnicode=유니코드로 변환중... + +TV_UncertainFormat1=알 수 없는 포맷입니다. +TV_UncertainFormat2=A버튼을 길게 누르면 수동설정 할 수 있습니다. + +TV_Help1=A 페이지 스크롤 / B 취소 +TV_Help2=X/Y 북마크 저장 불러오기 메뉴 +TV_Help3=SELECT 환경설정 / 인코딩방식 %s +TV_Info=현재줄 %d /전체 %d 줄 (%.2f%%) + +TV_BookmarkText_LoadTitle=북마크 불러오기 메뉴 +TV_BookmarkText_SaveTitle=북마크 저장 메뉴 +TV_BookmarkText_Empty=%d: 저장되어 있지 않습니다. +TV_BookmarkText_Info=%d: %d 줄 %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=화면밝기: %d +TV_Popup_Bookmark_Load= +TV_Popup_Bookmark_Empty=읽어오기를 취소했습니다. +TV_Popup_Bookmark_Save=북마크를 저장했습니다. +TV_Popup_Pause_Play=재생 +TV_Popup_Pause_Pause=일시정지 +TV_Popup_PreviousFile=이전파일 +TV_Popup_NextFile=다음파일 +TV_Popup_Seek=탐색: %s +TV_Popup_MoveToTop=처음으로 +TV_Popup_MoveToLast=마지막으로 + +; ---------------------------- + +ME_Help0=메모장 수정 +ME_Help1= +ME_Help2=↓/←/↑/→ 검정/빨강/녹색/파랑 +ME_Help3=Y/X 얇은/굵은 펜 사용 +ME_Help4=A/B 저장 후 종료 +ME_Help5=SELECT 되돌리기 +ME_Help6=L/R버튼+터치 지우개 +ME_Help7= +ME_Help8=저장없이 종료를 할때는 +ME_Help9=닌텐도를 꺼주세요. + +; ---------------------------- + +MemoList_Title=메모장 목록 + +MemoList_Help0= +MemoList_Help1=화면터치: 새로운 메모 만들기 +MemoList_Help2= +MemoList_Help3=START 길게누름: 메모 삭제 + +; ---------------------------- + +MemoEdit_FileInfo_Open=파일을 불러왔습니다. +MemoEdit_FileInfo_Edited=편집중... 종료시 자동저장합니다. +MemoEdit_FileInfo_Create=새파일 작성을 시작합니다. + +MemoEdit_SavingNow=변경된 BMP 파일을 저장중입니다. + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=인코딩 방식을 알 수 없습니다. +TE_File_SelectEncode_Title2=인코딩 방식을 선택해 주세요. + +TE_skk_DicSystem_PreloadDic=사전 데이터를 불러오는 중... + +TE_skk_ExitMenu_Title=종료 메뉴 +TE_skk_ExitMenu_Items_Cancel=취소 후 에디터로 복귀 +TE_skk_ExitMenu_Items_Overwrite=저장 후 종료 +TE_skk_ExitMenu_Items_SaveAs=다른 이름으로 저장 +TE_skk_ExitMenu_Items_CreateNew=새로운 파일로 저장 +TE_skk_ExitMenu_Items_NoSaveExit=저장하지 않고 종료 +TE_skk_ExitMenu_SavePrgMsg1=파일 저장중... +TE_skk_ExitMenu_SavePrgMsg2=전원을 끄지 마세요. + +TE_SysMsg_ClipBoard_Empty=클립보드가 비어있음 +TE_SysMsg_ClipBoard_Pasted=클립보드에서 복사 +TE_SysMsg_ClipBoard_Copied=클립보드로 복사 + +TE_OSKHW_Model_ModelResults_Selector_Title=올바른 문자를 선택해 주세요. +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=와 함께 손으로 쓰신 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=글자를 연동해서 사전에 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=등록해 사용하게 할까요? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=등록 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=취소 + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.950 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.950 new file mode 100644 index 0000000..6d89590 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/messages.950 @@ -0,0 +1,611 @@ + +; MoonShell2 language resource for 'CP950'. +; Encoding format is UTF-8. + +Author=mcc,niu10912,matif525 +Target=CHT / 正體中文 + +; ---------------------------- + +TextFontFolderName=tfontchn + +; DateTimeFormat is YYYYMMDD or DDMMYYYY or MMDDYYYY. +DateTimeFormat=YYYYMMDD + +; ---------------------------- + +CD_CheckDisk_Start=開始進行簡易磁碟檢查... +CD_CheckDisk_End=簡易磁碟檢查結束。 + +CD_FatalError_Title=!!發現了嚴重的磁碟錯誤!! +CD_FatalError_DuplicatedArea0=有文件重疊區域。 +CD_FatalError_DuplicatedArea1=部分文件夾已損壞。 +CD_FatalError_BrokenEntry0=目錄異常。 +CD_FatalError_BrokenEntry1=一個以上的檔案夾已損壞。 +CD_FatalError_IlligalClusterLink0=叢集的規格不合法 +CD_FatalError_IlligalClusterLink1=有檔案損壞的可能性 +CD_FatalError_BrokenDirectoryLink0=目錄有異常 +CD_FatalError_BrokenDirectoryLink1=檔案夾被破壞 +CD_FatalError_BrokenUnicode0=目錄異常 +CD_FatalError_BrokenUnicode1=長檔名被破壞 +CD_FatalError_FileSizeError0=目錄所示的大小 +CD_FatalError_FileSizeError1=和實際的文件大小不同 +CD_FatalError_UnknownError=未知錯誤 +CD_FatalError_RecoveryMsg0=恢復方法: +CD_FatalError_RecoveryMsg1=先將所有文件備份到硬碟 +CD_FatalError_RecoveryMsg2=格式化硬碟後再重新拷回 +CD_FatalError_StopApplication=已經終止了程式 + +CD_NotSupportDiskSize_Title=無法處理的磁碟格式 +CD_NotSupportDiskSize_Msg0=磁碟容量過大 +CD_NotSupportDiskSize_Msg1=或叢集過小 +CD_NotSupportDiskSize_Msg2= +CD_NotSupportDiskSize_RecoveryMsg0=恢復方法: +CD_NotSupportDiskSize_RecoveryMsg1=請使用更大的叢集 +CD_NotSupportDiskSize_RecoveryMsg2=嘗試重新格式化 +CD_NotSupportDiskSize_RecoveryMsg3= + +CD_CheckDuplicateCluster_Title=檢查重複叢集和碎片 + +CD_CheckFATType_Title=檢查FAT格式 + +CD_FATType_UnknownFATType=無法識別的FAT格式 + +CD_WriteTest_Title=正在進行磁碟讀寫測試 + +CD_WriteError_Title=磁碟訪問測試失敗 +CD_WriteError_Msg0=可能有如下原因 +CD_WriteError_Msg1=磁碟可用空間不足 +CD_WriteError_Msg2=沒有對應的DLDI補丁 +CD_WriteError_Msg3=CF/SD和燒錄卡接觸不良 +CD_WriteError_Msg4=或有相容性問題 +CD_WriteError_Msg5=磁碟管理區域已損壞 +CD_WriteError_Msg6= +CD_WriteError_Msg7=安全起見,程式已停止運作 + +; ---------------------------- + +ERRMSG0_MemoryOverflow_CanRecovery=由於記憶體不足 +ERRMSG1_MemoryOverflow_CanRecovery=無法打開檔案 +ERRMSG2_MemoryOverflow_CanRecovery=點擊以關閉窗口 + +ERRMSG0_NotSupportFileFormat=不支援的檔案格式 +ERRMSG1_NotSupportFileFormat=或者檔案已損壞 +ERRMSG2_NotSupportFileFormat=點擊以關閉窗口 + +ERRMSG0_ProgressiveJpeg=錯誤 +ERRMSG1_ProgressiveJpeg=不支持Progressive JPEG檔案 +ERRMSG2_ProgressiveJpeg=點擊以關閉窗口 + +ERRMSG0_Text0byte=空白的文本檔案 +ERRMSG1_Text0byte=0字節的檔案不能打開 +ERRMSG2_Text0byte=點擊以關閉窗口 + +ERRMSG0_OverflowLargeImage=圖片尺寸太大, +ERRMSG1_OverflowLargeImage=最大支持約500萬畫素的圖片 +ERRMSG2_OverflowLargeImage=點擊關閉窗口 + +ERRMSG0_NotFoundMusicFile=指定檔案夾中 +ERRMSG1_NotFoundMusicFile=沒有找到任何音樂文件 +ERRMSG2_NotFoundMusicFile=點擊以關閉窗口 + +ERRMSG0_UnknownError=發現未定義錯誤。 +ERRMSG1_UnknownError=內部異常。 +ERRMSG2_UnknownError=請關閉電源。 + +; ---------------------------- + +Setup_Help1= +Setup_Help2= +Setup_Help3=現在進行MoonShell啟動必須設定 +Setup_Help4= +Setup_Help5=請在檔案列表中按下START鍵 +Setup_Help6=打開環境設定選單 +Setup_Help7=以顯示所有選項 +Setup_Help8= +Setup_Help9=大量設定選項位置已被更改 +Setup_Help10=具體請參照使用說明書 +Setup_Help11= + +Setup_BootCheckDisk=啟動時進行磁碟檢查 +Setup_ClickSound=播放按鍵聲音 +Setup_FileListMode=檔案列表的顯示模式: +Setup_FileListMode_Single=單行顯示 +Setup_FileListMode_Double=長檔名雙行顯示 +Setup_SkipSetup=下次啟動時不顯示設定視窗 +Setup_OKBtn= + +; ---------------------------- + +Launch_FileInfo=檔案資訊 +Launch_FileInfo_Relational=關聯檔案資訊 +Launch_Size=大小: %dbyte (%dMbit) +Launch_Create=創建日期: %s %d:%02d:%02d +Launch_Update=修改日期: %s %d:%02d:%02d +Launch_NotFoundRelationalFile=沒有找到相關檔案 + +; ---------------------------- + +FL_Help0= +FL_Help1= +FL_Help2=X/Y鍵:調節音量 加大/減小 +FL_Help3=START鍵:打開系統選單 (環境設定) +FL_Help4= +FL_Help5=L+A/B鍵:下一首/上一首 +FL_Help6=L+X/Y鍵:調節螢幕亮度 +FL_Help7= +FL_Help8=按住L或R並點擊: 新增筆記本檔案 +FL_Help9=L/R鍵點擊:向前/向後定位MP3 +FL_Help10=L/R鍵雙擊:上一首/下一首 +FL_Help11=R鍵三擊:啟動待機模式 + +; ---------------------------- + +FL_Popup_Pause_Play=播放 +FL_Popup_Pause_Pause=暫停 +FL_Popup_PreviousFile=上一首 +FL_Popup_NextFile=下一首 +FL_Popup_Volume=音量: %d%% +FL_Popup_BacklightLevel=螢幕亮度: %d +FL_Popup_PlayMode_Repeat=播放模式: 單曲播放 +FL_Popup_PlayMode_AllRep=播放模式: 全部播放 +FL_Popup_PlayMode_Shuffle=播放模式: 隨機撥放 +FL_Popup_Seek=播放進度: %s +FL_Popup_NotFoundMoonMemoFolder=/moonmemo不存在 + +; ---------------------------- + +FL_DeleteFileDialog_NotFoundDustBox_Title=檔案刪除錯誤 +FL_DeleteFileDialog_NotFoundDustBox_Line0=沒有發現資源回收筒檔案夾 +FL_DeleteFileDialog_NotFoundDustBox_Line1=請參考說明手冊 +FL_DeleteFileDialog_NotFoundDustBox_Line2= + +FL_DeleteFileDialog_DisabledDustBox_Title=檔案刪除錯誤 +FL_DeleteFileDialog_DisabledDustBox_Line0=資源回收筒內檔案的刪除 +FL_DeleteFileDialog_DisabledDustBox_Line1=請在Windows下進行 +FL_DeleteFileDialog_DisabledDustBox_Line2= + +FL_DeleteFileDialog_DisabledSystemFolder_Title=檔案刪除錯誤 +FL_DeleteFileDialog_DisabledSystemFolder_Line0=禁止刪除系統檔案夾 +FL_DeleteFileDialog_DisabledSystemFolder_Line1=(moonshl2內的檔案) +FL_DeleteFileDialog_DisabledSystemFolder_Line2= + +FL_DeleteFileDialog_DisabledMoveFolder_Title=檔案刪除錯誤 +FL_DeleteFileDialog_DisabledMoveFolder_Line0=不允許移動檔案夾 +FL_DeleteFileDialog_DisabledMoveFolder_Line1= +FL_DeleteFileDialog_DisabledMoveFolder_Line2= + +FL_DeleteFileDialog_Question_Title=確認 +FL_DeleteFileDialog_Question_Line0=真的要刪除這個檔案嗎? +FL_DeleteFileDialog_Question_Line1=按下L+R+A鍵後執行 +FL_DeleteFileDialog_Question_Line2=按下B鍵後取消 + +FL_DeleteFileDialog_Question_EasyDelete_Title=確認 +FL_DeleteFileDialog_Question_EasyDelete_Line0=真的要刪除這個檔案嗎? +FL_DeleteFileDialog_Question_EasyDelete_Line1=按下X+A鍵後執行 +FL_DeleteFileDialog_Question_EasyDelete_Line2=按下B鍵後取消 + +FL_DeleteFileDialog_Success_Title=完畢 +FL_DeleteFileDialog_Success_Line0=檔案刪除(移動到資源回收筒)完成 +FL_DeleteFileDialog_Success_Line1=回收站內檔案的刪除 +FL_DeleteFileDialog_Success_Line2=請在Windows下進行 + +; ---------------------------- + +FL_HelpLeft_Count=12 +FL_HelpLeft_Line0=請按L鍵查看幫助 +FL_HelpLeft_Line1= +FL_HelpLeft_Line2=L + 左 : 顯示MP3控制列 +FL_HelpLeft_Line3=L + 右 : 下一首 +FL_HelpLeft_Line4=L + 上 : 暫停 +FL_HelpLeft_Line5=L + 下 : 更改播放模式 +FL_HelpLeft_Line6=L + A / B : 下/上一首 +FL_HelpLeft_Line7=L + X / Y : 更改螢幕亮度 +FL_HelpLeft_Line8= +FL_HelpLeft_Line9=L+R : 暫停 +FL_HelpLeft_Line10=長按L鍵:MP3播放往前跳1% +FL_HelpLeft_Line11=雙擊L鍵:上一首 + +FL_HelpRight_Count=11 +FL_HelpRight_Line0=請按R鍵查看說明 +FL_HelpRight_Line1= +FL_HelpRight_Line2=R + 左/右 : MP3播放往前/後跳1% +FL_HelpRight_Line3=R + 上/下 : MP3播放往前/後跳5% +FL_HelpRight_Line4=R+A : 播放檔案夾下的全部歌曲 +FL_HelpRight_Line5=L+R+A : 播放磁碟上的全部歌曲 +FL_HelpRight_Line6= +FL_HelpRight_Line7=L+R : 暫停 +FL_HelpRight_Line8=單擊R鍵+長按:MP3播放往後跳1% +FL_HelpRight_Line9=雙擊R鍵:下一首 +FL_HelpRight_Line10=三擊R鍵:等待模式 + +; ---------------------------- + +SysMenu_MemoList=筆記本 +SysMenu_MemoList_NotFound=沒有%s檔案夾無法使用 +SysMenu_FileListMode=檔案列表模式切換 +SysMenu_Customize=系統設定 +SysMenu_RestoreBG=背景主題還原 +SysMenu_Firmware=返回燒錄卡內核介面 +SysMenu_Firmware_NotFound=沒有找到 %s + +; ---------------------------- + +SubMenu_Title=選擇選單 +SubMenu_AppLauncher=程式啟動器 +SubMenu_AudioPlayer=音樂播放器 +SubMenu_SystemMenu=系統選單 +SubMenu_PowOffTimer_Set=關機計時器 %d分 +SubMenu_PowOffTimer_SetHelp=使用L/R鍵更改 +SubMenu_PowOffTimer_LastTime=剩餘時間: %d:%02d +SubMenu_BottomHelp=按下A或SELECT進行設定 + +; ---------------------------- + +CS_Help0=MoonShell系統與音樂播放設定 +CS_Help1= +CS_Help2= +CS_Help3=要進行有關圖片、影片、文本的設定, +CS_Help4=請在打開相關檔案後, +CS_Help5=按下SELECT鍵。 +CS_Help6= +CS_Help7= +CS_Help8=/moonshl2/moonshl2.ini 檔案中 +CS_Help9=還有更多的設定。 +CS_Help10= +CS_Help11= + +CS_Title=MoonShell2系統設定 + +CS_PageTab_Title=種類 +CS_PageTab_Global=全局 +CS_PageTab_FileList=檔案列表 +CS_PageTab_ScreenSaver=螢幕保護 +CS_PageTab_Music=音樂 + +CS_Cancel=取消 +CS_Ok=確定 + +; ---------------------------- + +CSG_SkipSetup=啟動時不顯示設定視窗 +CSG_BootCheckDisk=啟動時進行磁碟檢查 + +CSG_ClickSound=按鍵音效 +CSG_EnableFadeEffect=畫面切換過渡效果 +CSG_AutoLastState=啟動時自動打開收藏夾 +CSG_LRKeyLockTitle=L/R鍵使用限制 +CSG_LRKeyLockAlwayOff=始終禁用 +CSG_LRKeyLockRelationalPanel=上蓋閉合時無效 +CSG_LRKeyLockAlwayOn=始終有效 +CSG_EnableResumeFunction=定期儲存恢復資訊 +CSG_EnableScreenCapture=啟用螢幕抓圖(DSi) +CSG_SpeakerPowerOffWhenPanelClosed=上蓋閉合時關閉揚聲器 + +CSF_MoveFolderLocked=鎖定當前檔案夾,禁止切換 +CSF_HiddenFilenameExt=隱藏檔案的副檔名 +CSF_HiddenNotSupportFileType=隱藏不支援的檔案 +CSF_HiddenNDSROMFile=隱藏NDS檔案 +CSF_EnableFileInfo=文件右側顯示該檔案資訊 +CSF_ShowOnlineHelp_LRButton=顯示L/R鍵的說明選單 +CSF_BButtonToFolderUp=按下B返回上一層檔案夾 +CSF_EasyDeleteKey=按下X+A刪除文件 +CSF_UseJpegExifThumbnail=從JpegExif讀取縮小圖 +CSF_ShowCoverImage=顯示M4A和MP3文件的封面圖像 +CSF_HideAttribute_Title=不顯示以下屬性的檔案 +CSF_HideAttribute_Archive=文檔 +CSF_HideAttribute_Hidden=隱藏 +CSF_HideAttribute_System=系統 +CSF_HideAttribute_ReadOnly=唯讀 + +CSS_EnabledScreenSaver=使用螢幕保護 +CSS_Use24hFormat=24小時制 +CSS_ScreenSaverTitle=時鐘類型 +CSS_ScreenSaverNormal=普通時鐘 +CSS_ScreenSaverDigital=數位時鐘 +CSS_ScreenSaverExtend=擴展時鐘 +CSS_ScreenSaverBGTitle=背景主題 +CSS_ScreenSaverBGSkinDefault=標準 +CSS_ScreenSaverBGTopScreen=上螢幕背景主題 +CSS_ScreenSaverBGBottomScreen=下螢幕背景主題 +CSS_ScreenSaverTimeOutSecTitle=時間(秒) +CSS_ScreenSaverTimeOutSec5sec=5 +CSS_ScreenSaverTimeOutSec10sec=10 +CSS_ScreenSaverTimeOutSec30sec=30 +CSS_ScreenSaverTimeOutSec60sec=60 +CSS_ScreenSaverTimeOutSecOff=關閉背光 +CSS_ShowID3Tag=播放音樂時顯示相關資訊 + +CSM_PlayListEndTitle=播放列表播放結束後 +CSM_PlayListEndLoop=循環播放 +CSM_PlayListEndStop=停止播放 +CSM_PlayListEndPowerOff=關機 + +; ---------------------------- + +ACS_Help0=這裏可以進行音樂播放器相關的設定 +ACS_Help1= +ACS_Help2= +ACS_Help3= +ACS_Help4=在顯示頻譜分析儀的時候, +ACS_Help5=播放高負載的音樂文件, +ACS_Help6=可能會造成走音。 +ACS_Help7= +ACS_Help8= +ACS_Help9= +ACS_Help10= +ACS_Help11= + +ACS_Title=音樂播放器設定 + +ACS_AlwaysUsedAudioPlayer=總是使用音樂播放器 +ACS_PauseWhenStopped=暫停後返回檔案列表 +ACS_DrawPlayList=在上螢幕顯示播放列表 +ACS_DrawSpectrumAnalyzer=顯示頻譜分析器 + +; ---------------------------- + +DCS_Help0=這裏可以進行影片播放相關的設定 +DCS_Help1= +DCS_Help2= +DCS_Help3=啟用快速開始後, +DCS_Help4=播放高幀率,高位元率的檔案時 +DCS_Help5=可能會產生拖慢現象。 +DCS_Help6= +DCS_Help7= +DCS_Help8= +DCS_Help9= +DCS_Help10= +DCS_Help11= + +DCS_Title=影片播放設定 + +DCS_EnabledFastStart=快速開始影片播放 +DCS_PauseWhenPanelClosed=上蓋閉合時自動暫停播放 +DCS_EnableIndividualResume=記錄每個影片檔案的播放中斷位置 +DCS_ControlPowerLED=播放時關閉電源LED燈 +DCS_InverseVisual_PlayPause=交換播放與暫停按鈕的圖標 +DCS_EverytimeStopOfEnd=播放完畢後始終結束 +DCS_WhenLateDecodingWaitPause=影片播放卡滯時暫停播放等待緩衝 +DCS_BacklightTimeOutTitle=背光時間(秒) +DCS_BacklightTimeOutOff=關閉 +DCS_BacklightTimeOut5sec=5 +DCS_BacklightTimeOut10sec=10 +DCS_BacklightTimeOut15sec=15 + +; ---------------------------- + +DV_VolumeLabel=Vol. +DV_VolumeValue=%d%% +DV_VolumeMute=mute +DV_VolumeMax=MAX + +; ---------------------------- + +DV_Popup_Pause_Play=播放 +DV_Popup_Pause_Pause=暫停 +DV_Popup_PreviousFile=上一首 +DV_Popup_NextFile=下一首 +DV_Popup_Volume=音量: %d%% +DV_Popup_Seek=播放進度: %s秒 +DV_Popup_BacklightLevel=螢幕亮度: %d + +; ---------------------------- + +ICS_Help0=這裏可以進行圖片顯示相關的設定 +ICS_Help1= +ICS_Help2= +ICS_Help3=在瀏覽圖片時按下START鍵 +ICS_Help4=可以將圖片設定為壁紙。 +ICS_Help5= +ICS_Help6=當想恢復預設的背景時, +ICS_Help7=請在檔案列表按下START鍵, +ICS_Help8=並在系統選單中, +ICS_Help9=選擇「還原背景主題」。 +ICS_Help10= +ICS_Help11= + +ICS_Title=圖片顯示設定 + +ICS_ShowInfomation=顯示檔案資訊和說明 +ICS_ShowControlIcons=顯示觸控螢幕操作圖標 +ICS_DoubleSpeedKey=加快按鍵操作移動速度 +ICS_DoubleSpeedTouch=加快觸控螢幕操作移動速度 +ICS_MultipleResume=記憶圖片放大比例 +ICS_AutoFitting=JPEG圖片自適應縮放 +ICS_EnabledProgressiveJpeg=啟用Progressive JPEG格式支持(慢) +ICS_StartPosTitle=圖片打開位置 +ICS_StartPosLeftTop=左上 +ICS_StartPosRightTop=右上 +ICS_StartPosLeftBottom=左下 +ICS_StartPosRightBottom=右下 +ICS_AutoNextTimeSecTitle=自動切換(秒) +ICS_AutoNextTimeSecOff=關閉 +ICS_AutoNextTimeSec10sec=10 +ICS_AutoNextTimeSec30sec=30 +ICS_AutoNextTimeSec60sec=60 +ICS_ShowInfoTopScreen=在上螢幕顯示資訊 +ICS_EffectTitle=轉換成背景主題時的效果 +ICS_EffectHeightPadding=考慮上下畫面間隔轉換 +ICS_EffectPastelForTopBG=上畫面應用白色模糊效果加工 +ICS_EffectPastelForBottomBG=下畫面應用白色模糊效果加工 + +; ---------------------------- + +IV_LoadMsg0=正在讀取圖片檔案 +IV_LoadMsg1=請稍等 + +IV_Help1=START: 設定為背景主題 / SELECT: 選項設定 +IV_Help2=Y:50% / X:200% / A:100% / B:返回 + +; ---------------------------- + +IV_Popup_BacklightLevel=螢幕亮度: %d +IV_Popup_Zoom=縮放: %d%% +IV_Popup_Pause_Play=播放 +IV_Popup_Pause_Pause=暫停 +IV_Popup_PreviousFile=上一首 +IV_Popup_NextFile=下一首 +IV_Popup_Seek=播放進度: %s + +; ---------------------------- + +TCS_Help0=這裏可以進行文本顯示相關的設定 +TCS_Help1= +TCS_Help2=使用ClearType時請註意: +TCS_Help3=舊式DS在使用上螢幕顯示文本時, +TCS_Help4=會有文本模糊不清的現象。 +TCS_Help5= +TCS_Help6=文字編碼自動識別失敗的時候 +TCS_Help7=在文件上長按A按鈕 +TCS_Help8=會出現子選單 +TCS_Help9=請在其中選擇你需要的文字編碼 +TCS_Help10=手動選擇可以為每個文件設定不同的編碼 +TCS_Help11= + +TCS_Title=文本顯示設置 + +TCS_TopScrModeTitle=上螢幕顯示設定 +TCS_TopScrModeLightOff=關閉 +TCS_TopScrModeText=顯示文本 +TCS_TopScrModeClock=顯示時鐘 + +TCS_ScreenSaverTitle=螢幕保護時鐘 +TCS_ScreenSaverNormal=標準時鐘 +TCS_ScreenSaverDigital=數位時鐘 +TCS_ScreenSaverExtend=擴展時鐘 + +TCS_LineSpaceTitle=行間距 +TCS_LineSpaceSmall=窄 +TCS_LineSpaceMiddle=標準 +TCS_LineSpaceLarge=寬 + +TCS_FontSizeTitle=字體大小 +TCS_FontSizeSmall=小(12pix) +TCS_FontSizeMiddle=中(14pix) +TCS_FontSizeLarge=大(16pix) + +TCS_ClearTypeFontTitle=ClearType字體 +TCS_ClearTypeFontNone=無 +TCS_ClearTypeFontLite=薄 +TCS_ClearTypeFontNormal=標準 +TCS_ClearTypeFontHeavy=濃 + +TCS_UseSmoothScroll=使用平滑捲動 + +TCS_CPTitle=編碼 +TCS_CP437=CP437 (US, AUS) +TCS_CP850=CP850 (DOS) +TCS_CP1252=CP1252 (Windows) + +TCS_DetectCharCodeTitle=自動識別文字編碼 + +; ---------------------------- + +TV_SelEnc_Title=請選擇文字編碼類型 +TV_SelEnc_Items_AutoDetect=自動偵測 +TV_SelEnc_Items_ANSI=ANSI 8bit +TV_SelEnc_Items_EUC=EUC/S-JIS +TV_SelEnc_Items_UTF16BE=UTF-16 (BE) +TV_SelEnc_Items_UTF16LE=UTF-16 (LE) +TV_SelEnc_Items_UTF8=UTF-8 +TV_SelEnc_Items_TextEdit=啟動文本編輯器 +TV_SelEnc_Help_Normal=按A確定,B取消。 +TV_SelEnc_Help_NoEdit0=不能編輯大小超過128kbyte的文件。 +TV_SelEnc_Help_NoEdit1= + +; ---------------------------- + +TV_PRG_LoadExtendFont=正在載入外掛字體… +TV_PRG_LoadTextFile=讀取文本文件中… +TV_PRG_DetectTextEncode=正在識別文本編碼… +TV_PRG_DetectReturnCode=正在識別返回碼… +TV_PRG_ConvertToUnicode=正在轉換為UNICODE… + +TV_UncertainFormat1=可能無法正確識別文本格式,如果不能正常顯示。 +TV_UncertainFormat2=請在打開文本文件時長按 A 鍵手動選擇編碼。 + +TV_Help1=A:翻頁 / B:返回 +TV_Help2=X/Y:儲存書籤/載入書籤 +TV_Help3=SELECT:選項設定 / 編碼:%s +TV_Info=當前行數:%d / %d 行 (%.2f%%) + +TV_BookmarkText_LoadTitle=書籤讀取選單 +TV_BookmarkText_SaveTitle=書籤儲存選單 +TV_BookmarkText_Empty=%d: 沒有書籤 +TV_BookmarkText_Info=%d: %d行 %s %s + +; ---------------------------- + +TV_Popup_BacklightLevel=螢幕亮度: %d +TV_Popup_Bookmark_Load= +TV_Popup_Bookmark_Empty=讀取中斷 +TV_Popup_Bookmark_Save=書籤儲存完畢 +TV_Popup_Pause_Play=播放 +TV_Popup_Pause_Pause=暫停 +TV_Popup_PreviousFile=上一首 +TV_Popup_NextFile=下一首 +TV_Popup_Seek=播放進度: %s +TV_Popup_MoveToTop=移動到開頭 +TV_Popup_MoveToLast=移動到結尾 + +; ---------------------------- + +ME_Help0=筆記本模式 +ME_Help1= +ME_Help2=↓ / ← / ↑ / →: 黑色 / 紅色 / 綠色 / 藍色 +ME_Help3=Y / X : 筆跡細/粗. +ME_Help4=A / B : 儲存並關閉 +ME_Help5=SELECT:撤銷 +ME_Help6=長按L/R時觸摸:橡皮擦 +ME_Help7= +ME_Help8=如果您不想儲存請直接關機。 +ME_Help9= + +; ---------------------------- + +MemoList_Title=筆記本列表 + +MemoList_Help0= +MemoList_Help1= +MemoList_Help2=觸摸下螢幕:新建筆記本 +MemoList_Help3=長按START鍵:刪除遊標位置文件 + +; ---------------------------- + +MemoEdit_FileInfo_Open=打開已有文件。 +MemoEdit_FileInfo_Edited=正在編輯中.完成後將被自動儲存。 +MemoEdit_FileInfo_Create=開始新建文件編輯模式。 + +MemoEdit_SavingNow=正在儲存更改後的BMP文件... + +; ---------------------------- +; for Text editor Ver1.5 + +TE_File_SelectEncode_Title1=不能自動識別文本編碼。 +TE_File_SelectEncode_Title2=請手動選擇文本的編碼類型。 + +TE_skk_DicSystem_PreloadDic=正在讀取字典... + +TE_skk_ExitMenu_Title=退出選單 +TE_skk_ExitMenu_Items_Cancel=取消 +TE_skk_ExitMenu_Items_Overwrite=覆蓋並且退出 +TE_skk_ExitMenu_Items_SaveAs=另存新檔並且退出 +TE_skk_ExitMenu_Items_CreateNew=開新檔案儲存並且退出 +TE_skk_ExitMenu_Items_NoSaveExit=不儲存退出 +TE_skk_ExitMenu_SavePrgMsg1=正在儲存文本文件... +TE_skk_ExitMenu_SavePrgMsg2=請不要關閉電源。 + +TE_SysMsg_ClipBoard_Empty=剪貼板為空白。 +TE_SysMsg_ClipBoard_Pasted=已從剪貼板粘貼。 +TE_SysMsg_ClipBoard_Copied=已複製到剪貼板。 + +TE_OSKHW_Model_ModelResults_Selector_Title=請選擇一個正確的字符。 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle1=是否將這個手寫數據 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle2=關聯到對應字符並 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogTitle3=註冊到字典? +TE_OSKHW_Model_ModelResults_Selector_RegistDialogRegist=註冊 +TE_OSKHW_Model_ModelResults_Selector_RegistDialogCancel=取消 + +; ---------------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/readme_ENG.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/readme_ENG.txt new file mode 100644 index 0000000..928d62c --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/language/readme_ENG.txt @@ -0,0 +1,13 @@ + +I am using the machine translation. +This is a very poor translation. +Please question Moonlight if there is an item that cannot be understood. + +Most lines are longer than the width of the screen. +My translation is a long sentence. (It is not good.) + +When you translate, I am very glad. Please send me mail (moonshellnds@gmail.com). +To our regret, gmail tends to delete a big attached file. + +The disk check messages can be debugged by starting (booting) while pushing the SELECT button. + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4.nds new file mode 100644 index 0000000..8e561dc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4_readme_CHS.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4_readme_CHS.txt new file mode 100644 index 0000000..01e22ba --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4_readme_CHS.txt @@ -0,0 +1,14 @@ + +此程序仅支持日语(或到此处获取中文版http://bbs.yyjoy.com/thread-125146-1-1.html). + +关于测试写入速度 + +和读取速度测试没有关系,写入是一定负荷的操作,进行数十次测试超过写入耐久导致磁盘物理损毁,Moonlight不负任何责任。 +制作时尽可能注意不损坏磁盘,但是经常有什么错误到导致文件损坏的可能性,基于安全考虑,请在开始测试前先备份磁盘上的文件。 +FAT种类,簇大小和现在存在的文件种类/数量对测试结果没有影响,所以不用清空磁盘在进行测试。 + +测试写入速度时切断电源,基本上肯定会损坏磁盘 +请在接驳AC电源的安全状态下进行测试。 + +如果您想公布您的测试结果,请将内容发送邮件到Moonlight(moonshellnds@gmail.com)。不用介意标题和本文是否恰当,附件添加read.txt/write.txt即可. + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4_readme_ESP.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4_readme_ESP.txt new file mode 100644 index 0000000..a0b50a6 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4_readme_ESP.txt differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4_readme_JPN.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4_readme_JPN.txt new file mode 100644 index 0000000..e8d411d --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4_readme_JPN.txt @@ -0,0 +1,14 @@ + +This application only in a Japanese mode. + +ݑx̑ɂ‚āB + +ǂݍݑxvł͂܂֌W܂񂪁A݂͂Ȃɕׂ鑀Ȃ̂ŁA\sđϋv񐔂𒴂ʁAfBAIɔjĂMoonlight͐ӔC܂B +ł邾fBA󂳂Ȃ悤ɒӂčÂłAȂ炩̃oOŃt@C”\͏ɂ܂̂ŁAÔ߁ASẴt@CobNAbvŃeXgJnĉB +FATނNX^TCYAݓĂt@C̎/ʂȂǂɌvʂ͉e܂̂ŁAfBAɂăeXgKv͂܂B + +ݑx̌vɓd؂ƁAقڊmɃt@C܂B +ACdڑāA肵ԂŊJnĉB + +茋ʂJĂ悯΁AЌfڂ̂Moonlightimoonshellnds@gmail.comj܂Ń[B^Cg/{͓Kō\܂̂ŁAread.txt/write.txtt@CYtĒΗLłB + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4_readme_KOR.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4_readme_KOR.txt new file mode 100644 index 0000000..fb6d0b2 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Check disk for NDS Ver0.4_readme_KOR.txt @@ -0,0 +1,19 @@ + α׷ Ϻ ȯ濡 ˴ϴ. + + ӵ + +ũ б ƹ ⵿ۿ ð 帧 ޸𸮰 ջ ŭ +ؽ ۾ մϴ. ޸𸮰 ջǾ ڴ å ʽϴ. +޸𸮸 ջ ʱ ִ α׷ ׷ ؼ + ջ ɼ Ƿ ׽Ʈ ռ ޸ ϼ. +޸𸮿 FAT , Ŭ ũ, Ÿ̳ ũ ׽Ʈ ƹ + ġ մϴ. ׽Ʈ ϱ ʿ ϴ. + + ӵ ׽Ʈ ٵ Ŵٸ ޸ ջ˴ϴ. + ⸦ ׽Ʈ ϼ. + + ׽Ʈ ܺο ʹٸ Ե ̸ ּ(moonshellnds@gmail.com). +̳ ƹ ϴ. ٸ read.txt/write.txt ݵ ÷ϼ. +-------------------- +~ Densetsu3000 +ѱ۹ üü( NINTENDO-DS ī) \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2.nds new file mode 100644 index 0000000..cfd69ac Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2_readme_CHS.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2_readme_CHS.txt new file mode 100644 index 0000000..29d2278 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2_readme_CHS.txt @@ -0,0 +1,105 @@ + +Image Viewer Version 1.1 + +gba_nds_fat by Chishm +ZLIB (C) 1995-2004 Jean-loup Gailly and Mark Adler +DevKitARMr20 + libnds-20070127 + +---------- + +MakeNDSROM.exe +生成各种烧录卡所使用的NDSROM文件。 + +imgview.ini +系统设置文件。全部使用标准设置的情况下,可以不用此文件。 + +img2ipk.exe +将图片文件打包成IPK文件的工具。 + +---------- + +运行MakeNDSROM.exe后、请向烧录卡拷贝对应的NDSROM文件运行。 + +图片文件必须转换。 +最大支持图片尺寸10000x10000。 +图片过于庞大难以应用NDS的屏幕,这样的话你也可以显示最大图像尺寸。 +通过对img2ipk.ini的编辑、您可以限制的大小,同时保持宽高比。 + +色数(色深度)是多少都可以。全部转换为15bit/pixel。 +担心画质的可以从「CustomJpeg模式」切换到「ZLIB模式」。可能是2倍以上的大小 + +---------- + +扩张内存使用。 + +Version1.0以后引入一个有效的内存管理、在没有扩展内存的情况下也可以使用双画面模式。 +但是、过大的图片(1024x768以上)建议结合扩展内存使用。 +支持的扩展内存有、GBA用M3、GBA用SC、GBA用EZ4、DS浏览器附带内存扩展卡、'EZ 3in1 Expansion Pack'。 +GBA用M3/SC/EZ4は、无法在DS卡启动的时候使用。GBA用SC/EZ4必须设置imgview.ini。 +如果程序不稳定、请尝试使用图片浏览选择的第4页的内存测试工具确认。 + +补充。 +使用'EZ 3in1 Expansion Pack'的PSRAM的情况下、请不要和软复位并用。 +虽然不会坏到,不过重新打开电源不能使用扩张内存。 + +---------- + +封面的图片制作工具、img2ipk.exe中您可以从右键单击菜单中添加文件夹。 +有封面图片的IPK文件、显示在IPK文件选择画面選択画面和单屏幕幻灯片。 + +---------- + +文件选择菜单的补充。 + +9以上的IPK文件无法显示时,你可以用方向键来滚动。 +请注意触摸屏不能滚动。 +最大可读取的IPK文件数为512个。 +文件选择菜单需要横向放置、请将imgview.ini的FileSelectVertical改为0。 + +---------- + +上下左右A/B/X/Y、和L/R的功能相同。 +所有的工作基本上都可以做触摸图标实现。 + +文件选择模式 + +左上图标:屏幕亮度变更 +上下键:移動光标 +L键:确定 +START键:软复位或幻灯片过渡设置(参照后记) + +缩略图模式 + +左上图标:屏幕亮度变更 +右上图标:返回文件选择菜单 +中上图标:切换横纵显示 +中下图标:幻灯片过渡设置 +上下左右键:移動光标 +L键:确定 +START键:软复位或幻灯片过渡设置(参照后记) +SELECT键:返回文件选择菜单 + +幻灯片模式 + +START键:软复位或幻灯片过渡设置(参照后记) + +浏览模式 + +左上图标:屏幕亮度变更 +右上图标:返回缩略图模式 +左下图标:返回上一张图片 +右下图标:下一张图片 +中上(左)图标:切换横纵显示 +中上(右)图标:切换「单屏幕全尺寸+预览屏幕」和「双画面全尺寸」。 +中下图标:变更缩放比 +上下左右键:移動光标 +START键:软复位或幻灯片过渡设置(参照后记) +L键:打开扩展菜单 +L+上键:返回缩略图模式 +L+左键:返回上一张图片 +L+右键:下一张图片 +L+SELECT键:打开开始位置的菜单 + +标准设置中、所有的模式下按START键会软复位。 +要想将START键由软复位更改为捷径、请将imgview.ini的[System]的StartButtonFunction变为0. + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2_readme_ESP.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2_readme_ESP.txt new file mode 100644 index 0000000..166bb95 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2_readme_ESP.txt @@ -0,0 +1,104 @@ +Image Viewer Version 1.1 + +gba_nds_fat by Chishm +ZLIB (C) 1995-2004 Jean-loup Gailly and Mark Adler +DevKitARMr20 + libnds-20070127 + +~ Traducido por Boriar +---------- + +MakeNDSROM.exe +Crea un archivo NDSROM para su uso con flashcarts. + +imgview.ini +Este es el archivo de configuracin. Si no cambia ninguno de los ajustes por defecto, no necesita este archivo. + +img2ipk.exe +Crea miniaturas, as como archivos con varias imgenes (.ipk). + +---------- + +Ejecute MakeNDSROM.exe, copie el archivo NDSROM a la tarjeta y crguelo. + +Los archivos de imagen deben ser convertidos. +Mientras el tamao mximo de la imagen sea hasta 10000 x 10000 pixeles, no debera haber problemas. +Sin embargo, las imgenes muy grandes son difciles de utilizar debido a que la pantalla de la NDS es pequea, por lo que puede limitar el tamao mximo. +Editando el archivo img2ipk.ini, puede limitar el tamao al tiempo que se preserva la relacin de aspecto. + +Es vlido cualquier nmero de colores (profundidad de color). Todos se convertirn a 15 bits/pxel. +Si no est preocupado con la calidad de la imagen, cambie de "Modo CustomJpeg" a "Modo ZLIB". Los archivos puede aumentar a ms del doble del tamao. + +---------- + +Memoria Cache + +La versin 1.0 hace un uso ms eficiente en la gestin de memoria, de modo que incluso sin la ampliacin de memoria puede utilizar el modo de pantalla doble. +Sin embargo, con grandes archivos de imagen (a partir de 1024x768) la transformacin se hace lenta, por lo que se recomienda la ampliacin de memoria. +Las expansiones de memoria compatibles son: M3 para GBA, SC para GBA, EZ4 para GBA, el cartucho de memoria de DS Browser, y el EZFlash 3-en-1 Expansion Pack. +El GBA M3/SC/EZ4 paquetes no se puede utilizar si arrancado desde una tarjeta SD. Debe configurar imgview.ini para la SC y EZ4. +Si la operacin se vuelve inestable, utilice la herramienta de test de memoria en la pgina 4 de las opciones de presentacin de diapositivas. + +Adicional +Si utiliza la PSRAM del EZ 3in1 Expansion Pack, no utilice reinicializacin. +El uso de reinicializacin no daa nada, pero no ser capaz de utilizar la expansin de memoria de nuevo hasta que apague y vuelva a encender. + +---------- + +Puede ejecutar una herramienta para hacer una cartula aadiendo una carpeta a img2ipk.exe y haciendo clic con el botn derecho. +Los archivos IPK con una imagen se muestran en la pantalla de seleccin de archivo IPK y en la presentacin de diapositivas. + +---------- + +Selector de archivo complementario + +Slo 9 archivos IPK pueden visualizarse al mismo tiempo, pero puede desplazarse usando el D-Pad. +No puede desplazarse con la pantalla tctil. +El nmero mximo de archivos IPK que puede cargar es de 512. +Si desea ver el selector de archivo en modo de pantalla horizontal, edite imgview.ini y cambie "FileSelectVertical" a "0". + +---------- + +Arriba/Abajo/Izquierda/Derecha y A/B/X/Y son iguales, as como L y R. +Bsicamente, todas las operaciones pueden realizarse a travs de los iconos de las 4 esquinas y con la pantalla tctil. + +Modo seleccin de archivos + +Icono Arriba-Izquierda: Ajustar el brillo de fondo +Botn Arriba/Abajo: Mover el cursor +Botn L: Confirmar +Botn START: Reinicializacin/Iniciar presentacin de diapositivas (ver ms abajo) + +Modo miniaturas + +Icono Arriba-Izquierda: Ajustar el brillo de fondo +Icono Arriba-Derecha: Regresar a modo de seleccin de archivos +Icono Arriba-Centro: Cambiar orientacin de la pantalla horizontal/vertical +Icono Abajo-Centro: Configuracin de diapositivas +D-Pad: Mover el cursor +Botn L: Confirmar +Botn START: Reinicializacin/Iniciar presentacin de diapositivas (ver ms abajo) +Botn SELECT: Regresar a modo de seleccin de archivos + +Modo de presentacin de diapositivas + +Botn START: Reinicializacin/Iniciar presentacin de diapositivas (ver ms abajo) + +Modo de visualizacin + +Icono Arriba-Izquierda: Ajustar el brillo de fondo +Icono Arriba-Derecha: Regresar a modo de miniaturas +Icono Abajo-Izquierda: Volver a la imagen anterior +Icono Abajo-Derecha: Ir a la imagen siguiente +Icono Arriba-Centro: Cambiar horientacin de la pantalla horizontal/vertical +Icono Arriba-Centro (derecha): Cambiar modo "1-Pantalla a tamao completo+Vista previa" o "2-Pantallas a tamao completo" +Icono Abajo-Centro: Cambiar Zoom +D-Pad: Mover el cursor +Botn START: Reinicializacin/Iniciar presentacin de diapositivas (ver ms abajo) +Botn L: Abrir men Ampliacin Comandos +L + Arriba: Regresar a modo de miniaturas +L + Envo: Regresar a la imagen anterior +L + Derecha: Ir a la siguiente imagen +L + SELECT: Abrir el men Posicin de Inicio + +El botn START se establece como Reinicializacin en todos los modos por defecto. +Si desea utilizarlo como un botn de acceso directo y no como Reinicializacin, en la seccin [sistema] de imgview.ini cambie el valor de "StartButtonFunction" a "0". \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2_readme_JPN.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2_readme_JPN.txt new file mode 100644 index 0000000..b5460a3 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2_readme_JPN.txt @@ -0,0 +1,105 @@ + +Image Viewer Version 1.1 + +gba_nds_fat by Chishm +ZLIB (C) 1995-2004 Jean-loup Gailly and Mark Adler +DevKitARMr20 + libnds-20070127 + +---------- + +MakeNDSROM.exe +各種アダプタ用のNDSROMファイルを作成します。 + +imgview.ini +動作設定ファイルです。全て標準設定から変更しないときは、このファイルは不要です。 + +img2ipk.exe +複数の画像を一つのファイルにまとめながらサムネイルを作成します。 + +---------- + +MakeNDSROM.exeを実行して、それぞれのアダプタ用NDSROMファイルをメディアにコピーして起動して下さい。 + +画像ファイルは変換作業が必要です。 +最大画像サイズは10000x10000くらいまでならたぶん大丈夫だと思います。 +ですが、あまり大きすぎるとNDSは画面が小さくて使いづらいと思うので、最大画像サイズを制限できるようにしてあります。 +img2ipk.iniを編集することによって、アスペクト比を維持したままサイズ制限できます。 + +色数(色深度)はなんでもOKです。全て15bit/pixelに変換します。 +画質が気になる人は「CustomJpegモード」から「ZLIBモード」に切り替えて下さい。倍以上ファイルサイズが大きくなることがあります。 + +---------- + +キャッシュメモリについて。 + +Version1.0で効率的なメモリ管理を導入したので、拡張メモリが無くても二画面モードが使えます。 +しかし、大きな画像では(1024x768以上辺りから)重くなるので拡張メモリの併用をお勧めします。 +対応拡張メモリは、GBA用M3、GBA用SC、GBA用EZ4、DSブラウザ同梱メモリー拡張カートリッジ、'EZ 3in1 Expansion Pack'です。 +GBA用M3/SC/EZ4は、DSカードから起動した場合は使えません。GBA用SC/EZ4はimgview.iniの設定が必要です。 +動作が不安定なときは、スライドショーオプションの4ページ目にメモリテストツールがありますので、確認してみて下さい。 + +補足。 +'EZ 3in1 Expansion Pack'のPSRAMを使うときは、ソフトリセットを併用しないでください。 +壊れたりはしませんが、電源を入れ直すまで拡張メモリを使えません。 + +---------- + +カバー画像作成ツールは、img2ipk.exeにフォルダを追加して右クリックメニューから起動できます。 +カバー画像入りIPKファイルは、IPKファイル選択画面や単画面スライドショーで表示されます。 + +---------- + +ファイルセレクタに関する補足。 + +9個以上のIPKファイルは表示されませんが、カーソルキーでスクロールできます。 +タッチパネルではスクロールできないので注意して下さい。 +読み込み可能最大IPKファイル数は512個です。 +ファイルセレクタを横画面モードにするには、imgview.iniにFileSelectVerticalを0にして下さい。 + +---------- + +上下左右とA/B/X/Y、およびLとRボタンは同じです。 +基本的に全ての作業は画面四隅のアイコンとタッチパネルでできます。 + +ファイル選択モード + +左上アイコン:バックライト明度変更 +上下ボタン:カーソル移動 +Lボタン:決定 +STARTボタン:ソフトリセットまたはスライドショー開始(後記参照) + +サムネイルモード + +左上アイコン:バックライト明度変更 +右上アイコン:ファイル選択モードに戻る +中上アイコン:縦横画面切り替え +中下アイコン:スライドショー設定へ移行 +上下左右ボタン:カーソル移動 +Lボタン:決定 +STARTボタン:ソフトリセットまたはスライドショー設定へ移行(後記参照) +SELECTボタン:ファイル選択モードに戻る + +スライドショーモード + +STARTボタン:ソフトリセットまたはスライドショー開始(後記参照) + +ビューモード + +左上アイコン:バックライト明度変更 +右上アイコン:サムネイルモードに戻る +左下アイコン:前の画像に戻る +右下アイコン:次の画像に進む +中上(左)アイコン:縦横画面切り替え +中上(右)アイコン:「単画面フルサイズ+スクリーンプレビュー」と「二画面フルサイズ」を切り替える。 +中下アイコン:縮小率変更 +上下左右ボタン:カーソル移動 +STARTボタン:ソフトリセットまたはスライドショー設定へ移行(後記参照) +Lボタン:拡張コマンドメニューを開く +L+上ボタン:サムネイルモードに戻る +L+左ボタン:前の画像に戻る +L+右ボタン:次の画像に進む +L+SELECTボタン:開始位置メニューを開く + +標準の設定では、全てのモードでSTARTボタンはソフトリセットになっています。 +STARTボタンをソフトリセットではなくショートカットに使用するときは、imgview.iniの[System]セクションのStartButtonFunctionを0に変更して下さい。 + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2_readme_KOR.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2_readme_KOR.txt new file mode 100644 index 0000000..807da1e --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Image viewer Ver1.2_readme_KOR.txt @@ -0,0 +1,106 @@ +Image Viewer Version 1.1 + +gba_nds_fat by Chishm +ZLIB (C) 1995-2004 Jean-loup Gailly and Mark Adler +DevKitARMr20 + libnds-20070127 + +~영문번역 Densetsu3000 +한글번역 체리체리(다음 NINTENDO-DS 카페) +---------- + +MakeNDSROM.exe +닥터를 위한 NDSROM 파일을 생성합니다. + +imgview.ini +작업 환경설정 파일입니다. 기본설정을 바꾸지 않으셨다면 필요없는 파일입니다. + +img2ipk.exe +여러 이미지를 하나로 묶어 미리보기 이미지를 생성합니다. + +---------- + +MakeNDSROM.exe를 구동하신 후 생성된 NDSROM 파일을 메모리에 복사하셔서 사용하시면 됩니다. + +이미지 파일은 반드시 IPK로 변환되어야만 합니다. +지원되는 최대 크기는 10,000 x 10,000 픽셀입니다. +닌텐도의 스크린이 작으므로 너무 큰 크기의 이미지는 사용이 곤란합니다, 따라서 크기를 조절하시기 바랍니다. +img2ipk.ini 를 수정하므로서 가로 세로의 비율을 유지한 채 이미지의 크기를 조절할 수 있습니다. + +어떤 색 품질을 선택하셔도 상관없이 15비트 품질로 자동 변환 됩니다. +만일 고품질의 이미지를 원하신다면 "CustomJpeg Mode" 에서"ZLIB Mode" 로 변경하시기 바랍니다. +이 경우 생성되는 파일의 크기가 두배정도로 커지게 됩니다. + +---------- + +캐쉬 메모리 + +1.0 버전에서는 메모리의 관리가 매우 효율적이므로 확장메모리 없이도 듀얼 스크린 모드를 사용할 수 있습니다. +하지만 1024x768 이상 큰 크기의 이미지 작업속도는 현저히 느려지게 되므로 확장 메모리 사용을 권장합니다. +호환 가능한 확장 메모리 팩: M3 for GBA, SC for GBA, EZ4 for GBA, DS Browser 와 사용하는 확장팩, EZFlash 3-in-1 확장팩 등. +만일 슬롯1 닥터에서 구동이 되었다면 GBA M3/SC/EZ4 확장팩은 사용할 수 없습니다. SC 와 EZ4 사용을 위해선 반드시 imgview.ini 를 수정하셔야 합니다. +만일 작동이 불안정 하다면 슬라이드쇼 옵션 4페이지의 메모리 테스트 유틸리티를 사용해 보십시요. + +보충 +만일 EZ 3in1 확장팩의 PSRAM을 사용하신다면 소프트 리셋 사용을 금합니다. +소프트 리셋 사용으로 인한 고장은 없지만 닌텐도의 전원을 껐다 다시 켜기 전에는 확장팩의 메모리를 사용할 수 없게됩니다. + +---------- + +img2ipk.exe 에 "CoverMaker" 폴더를 더하고 메뉴의 선택을 통해서 커버 이미지를 생성할 수 있습니다. +커버 이미지를 포함한 IPK 파일은 IPK 파일 선택 창과 단일 슬라이드쇼에 나타나게 됩니다. + +---------- + +파일 선택 보충 + +한 화면에는 오직 9 개의 IPK 파일만 보이게 됩니다만 화살표키를 이용해서 스크롤 할 수 있습니다. +터치스크린을 이용한 스크롤은 지원되지 않습니다. +불러올 수 있는 최대 IPK 파일은 512개 입니다. +만일 파일 선택을 수평방향 스크린에서 하시고 싶으면 imgview.ini 의 "FileSelectVertical" 을 "0" 으로 수정하시기 바랍니다. + +---------- + +위/아래/왼쪽/오른쪽은 A/B/X/Y 키와 같습니다. 또한 L 과 R도 같습니다. +기본적으로 화면의 네 코너의 아이콘 터치에 의해 조작이 가능합니다. + +파일 선택 모드 + +위-왼쪽 아이콘: 배경밝기 조절 +위/아래 버튼: 커서 이동 +L 버튼: 확인 +START 버튼: 소프트 리셋 / 슬라이드 쇼 시작(아래 참조) + +미리보기 모드 + +위-왼쪽 아이콘: 배경밝기 조절 +위-오른쪽 아이콘: 파일 선택 모드로 +위-중간 아이콘: 화면 수평/수직 전환 +아래-중간 아이콘: 슬라이드쇼 환경설정 +십자버튼: 커서 이동 +L 버튼: 확인 +START 버튼: 소프트 리셋 / 슬라이드 쇼 시작(아래 참조) +SELECT 버튼: 파일 선택모드로 + +슬라이드쇼 모드 + +START 버튼: 소프트 리셋 / 슬라이드 쇼 시작(아래 참조) + +보기 모드 + +위-왼쪽 아이콘: 배경밝기 조절 +위-오른쪽 아이콘: 미리보기 모드로 +아래-왼쪽 아이콘: 이전 이미지 +아래-오른쪽 아이콘: 다음 이미지 +위-중간 아이콘: 화면 수평/수직 전환 +위-중간(오른쪽) 아이콘: "1-전체화면 + 미리보기" 와 "2-전체화면" 모드 전환 +아래-중간 아이콘: 줌 화면 크기 전환 +십자버튼: 커서 이동 +START 버튼: 소프트 리셋 / 슬라이드 쇼 시작(아래 참조) +L 버튼: 확장 메뉴 열기 +L + 위: 미리보기 모드로 +L + 왼쪽: 이전 이미지 +L + 오른쪽: 다음 이미지 +L + SELECT: 시작 위치 메뉴 열기 + +START 버튼은 모든 모드에서 소프트 리셋이 초기값으로 되어 있습니다. +소프트 리셋 대신 슬라이드쇼 버튼으로 사용하시려면 imgview.ini 의 [System] 부분에서 "StartButtonFunction" 값을 "0" 으로 바꾸십시요 \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Language select tool for MS2.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Language select tool for MS2.nds new file mode 100644 index 0000000..f606fed Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Language select tool for MS2.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Morning timer Ver1.3.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Morning timer Ver1.3.nds new file mode 100644 index 0000000..7ef20d4 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Morning timer Ver1.3.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_CHS.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_CHS.txt new file mode 100644 index 0000000..a8ff4c0 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_CHS.txt @@ -0,0 +1,5 @@ + +这个文件夹是为了方便读取自制软件的存在。 +你可以放入扩展名为NDS的文件最多5个。 +此文件夹内的文件可以删除、但是请不要删除launch文件夹本身。 + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_ENG.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_ENG.txt new file mode 100644 index 0000000..21c0993 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_ENG.txt @@ -0,0 +1,5 @@ +This file folder is for the File Launcher's "Accessories" tab. +You may have up to 5 .NDS files in this folder. +You may delete the contents of this folder, just don't delete the "launch" folder itself. + +~Translated by Densetsu3000 \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_ESP.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_ESP.txt new file mode 100644 index 0000000..efd3125 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_ESP.txt @@ -0,0 +1,7 @@ + + +Esta carpeta contiene las aplicaciones de "Accesorios". +Puede guardar hasta 5 aplicaciones NDS. +Puede borrar todo lo que hay dentro, pero no el archivo/lanzador. + +~Traducido por Boriar \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_FRA.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_FRA.txt new file mode 100644 index 0000000..15d4d08 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_FRA.txt @@ -0,0 +1,4 @@ + +Ce dossier contient les applications pour l'onglet "Accessoires". +On peut y mettre jusqu'à 5 applications nds. +Vous pouvez effacer tout ce qu'il y a à l'intérieur mais veuillez ne pas effacer le dossier /launch. \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_GER.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_GER.txt new file mode 100644 index 0000000..4b4886d --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_GER.txt @@ -0,0 +1,5 @@ +Diese Daten dienen dem "Accessories"-Reiter des File Launcher. +Es knnen bis zu 5 .NDS-Daten in diesem Ordner abgelegt werden. +Es knnen Inhalte des Ordners gelscht werden, der Ordner selbst sollte allerdings erhalten bleiben. + +~bersetzt von Falco \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_JPN.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_JPN.txt new file mode 100644 index 0000000..01b65c7 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_JPN.txt @@ -0,0 +1,5 @@ + +このフォルダは、ファイルランチャーのアクセサリタブのためのファイルフォルダです。 +拡張子NDSのファイルを5つまで登録可能です。 +このフォルダ内のファイルは削除しても構いませんが、launchフォルダ自体は削除しないでください。 + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_KOR.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_KOR.txt new file mode 100644 index 0000000..2b2138b --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_KOR.txt @@ -0,0 +1,6 @@ +이 폴더의 프로그램은 파일런처의 보조프로그램란에 보이게 됩니다. +5개까지의 .NDS 파일을 이 폴더에 사용하실 수 있습니다. +이 폴더의 파일은 삭제하셔도 무방하지만 폴더는 삭제하지 마세요. + +~영문번역 Densetsu3000 +한글번역 체리체리(다음 NINTENDO-DS 카페) \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_POR.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_POR.txt new file mode 100644 index 0000000..d99b070 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_POR.txt @@ -0,0 +1,6 @@ + +Esta pasta contm os arquivos da guia "Acessrios". +Voc pode ter at 5 arquivos .NDS nesta pasta. +Voc pode excluir o contedo desta pasta, apenas no exclua a prpria pasta "launch". + +~Traduzido por Axel-MaV \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_RUS.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_RUS.txt new file mode 100644 index 0000000..7a4eba1 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Readme_RUS.txt @@ -0,0 +1,5 @@ +Эта папка предназначена для вкладки "Приложения". +Сюда можно поместить до 5 .NDS файлов. +Содержимое данной папки, также, можно удалить, главное - не удалять саму папку "launch". + +Перевёл mc_B3oWoLF™ \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Voice recorder Ver1.0.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Voice recorder Ver1.0.nds new file mode 100644 index 0000000..5768a24 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/Voice recorder Ver1.0.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/internal/default.skn b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/internal/default.skn new file mode 100644 index 0000000..ce6ffc5 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/internal/default.skn differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/internal/messages.000 b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/internal/messages.000 new file mode 100644 index 0000000..bfa431e --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/internal/messages.000 @@ -0,0 +1,6 @@ + +; Encoding format is UTF-8. FORCETAG + +Author=Moonlight +Target=ENG / English + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/internal/sndeff.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/internal/sndeff.dat new file mode 100644 index 0000000..7516481 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/internal/sndeff.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/internal/voicerec.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/internal/voicerec.dat new file mode 100644 index 0000000..e9784eb Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/internal/voicerec.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/keymaps/eng_full.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/keymaps/eng_full.ini new file mode 100644 index 0000000..b83acde --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/keymaps/eng_full.ini @@ -0,0 +1,281 @@ +; This file request UTF-8 format. +; Notice: Case sensitive. + +[Global] +Title=English full keys. +Maker=Moonlight. +TargetCodePage=0 +IME=Direct +OSK=Buttons + +; ---------------------------------------------------- +; keys +; BackSpace and Enter and Space and Shift and ShiftLock have special icon. +; Special keys request "OrgType=Single". + +[NewKey] +Rect=2,38,20,22 +Show= +OrgType=Shift +OrgChars=1! +[NewKey] +Rect=24,38,20,22 +Show= +OrgType=Shift +OrgChars=2@ +[NewKey] +Rect=46,38,20,22 +Show= +OrgType=Shift +OrgChars=3# +[NewKey] +Rect=68,38,20,22 +Show= +OrgType=Shift +OrgChars=4$ +[NewKey] +Rect=90,38,20,22 +Show= +OrgType=Shift +OrgChars=5% +[NewKey] +Rect=112,38,20,22 +Show= +OrgType=Shift +OrgChars=6^ +[NewKey] +Rect=134,38,20,22 +Show= +OrgType=Shift +OrgChars=7& +[NewKey] +Rect=156,38,20,22 +Show= +OrgType=Shift +OrgChars=8* +[NewKey] +Rect=178,38,20,22 +Show= +OrgType=Shift +OrgChars=9( +[NewKey] +Rect=200,38,20,22 +Show= +OrgType=Shift +OrgChars=0) +[NewKey] +Rect=222,38,14,22 +Show= +OrgType=Shift +OrgChars=-_ +[NewKey] +Rect=238,38,15,22 +Show= +OrgType=Shift +OrgChars==+ +[NewKey] +Rect=2,72,9,22 +Show= +OrgType=Shift +OrgChars=`~ +[NewKey] +Rect=13,72,20,22 +Show= +OrgType=Shift +OrgChars=qQ +[NewKey] +Rect=35,72,20,22 +Show= +OrgType=Shift +OrgChars=wW +[NewKey] +Rect=57,72,20,22 +Show= +OrgType=Shift +OrgChars=eE +[NewKey] +Rect=79,72,20,22 +Show= +OrgType=Shift +OrgChars=rR +[NewKey] +Rect=101,72,20,22 +Show= +OrgType=Shift +OrgChars=tT +[NewKey] +Rect=123,72,20,22 +Show= +OrgType=Shift +OrgChars=yY +[NewKey] +Rect=145,72,20,22 +Show= +OrgType=Shift +OrgChars=uU +[NewKey] +Rect=167,72,20,22 +Show= +OrgType=Shift +OrgChars=iI +[NewKey] +Rect=189,72,20,22 +Show= +OrgType=Shift +OrgChars=oO +[NewKey] +Rect=211,72,20,22 +Show= +OrgType=Shift +OrgChars=pP +[NewKey] +Rect=233,72,20,22 +Show= +OrgType=Single +OrgChars=[BackSpace] +[NewKey] +Rect=2,98,20,22 +Show= +OrgType=Single +OrgChars=[CapsLock] +[NewKey] +Rect=24,98,20,22 +Show= +OrgType=Shift +OrgChars=aA +[NewKey] +Rect=46,98,20,22 +Show= +OrgType=Shift +OrgChars=sS +[NewKey] +Rect=68,98,20,22 +Show= +OrgType=Shift +OrgChars=dD +[NewKey] +Rect=90,98,20,22 +Show= +OrgType=Shift +OrgChars=fF +[NewKey] +Rect=112,98,20,22 +Show= +OrgType=Shift +OrgChars=gG +[NewKey] +Rect=134,98,20,22 +Show= +OrgType=Shift +OrgChars=hH +[NewKey] +Rect=156,98,20,22 +Show= +OrgType=Shift +OrgChars=jJ +[NewKey] +Rect=178,98,20,22 +Show= +OrgType=Shift +OrgChars=kK +[NewKey] +Rect=200,98,20,22 +Show= +OrgType=Shift +OrgChars=lL +[NewKey] +Rect=222,98,31,22 +Show= +OrgType=Single +OrgChars=[Enter] +[NewKey] +Rect=2,124,31,22 +Show= +OrgType=Single +OrgChars=[Shift] +[NewKey] +Rect=35,124,20,22 +Show= +OrgType=Shift +OrgChars=zZ +[NewKey] +Rect=57,124,20,22 +Show= +OrgType=Shift +OrgChars=xX +[NewKey] +Rect=79,124,20,22 +Show= +OrgType=Shift +OrgChars=cC +[NewKey] +Rect=101,124,20,22 +Show= +OrgType=Shift +OrgChars=vV +[NewKey] +Rect=123,124,20,22 +Show= +OrgType=Shift +OrgChars=bB +[NewKey] +Rect=145,124,20,22 +Show= +OrgType=Shift +OrgChars=nN +[NewKey] +Rect=167,124,20,22 +Show= +OrgType=Shift +OrgChars=mM +[NewKey] +Rect=189,124,20,22 +Show= +OrgType=Shift +OrgChars=,< +[NewKey] +Rect=211,124,20,22 +Show= +OrgType=Shift +OrgChars=.> +[NewKey] +Rect=233,124,20,22 +Show= +OrgType=Single +OrgChars=[Shift] +[NewKey] +Rect=24,150,20,22 +Show= +OrgType=Shift +OrgChars=[{ +[NewKey] +Rect=46,150,20,22 +Show= +OrgType=Shift +OrgChars=]} +[NewKey] +Rect=68,150,20,22 +Show= +OrgType=Shift +OrgChars=\| +[NewKey] +Rect=90,150,86,22 +Show= +OrgType=Single +OrgChars=[Space] +[NewKey] +Rect=178,150,20,22 +Show= +OrgType=Shift +OrgChars=;: +[NewKey] +Rect=200,150,20,22 +Show= +OrgType=Shift +OrgChars="" +[NewKey] +Rect=222,150,20,22 +Show= +OrgType=Shift +OrgChars=/? + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/logbuf.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/logbuf.txt new file mode 100644 index 0000000..b5da29d Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/logbuf.txt differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/skin/OSKBtmBG.bmp b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/skin/OSKBtmBG.bmp new file mode 100644 index 0000000..1b22c98 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/VoiceRec/skin/OSKBtmBG.bmp differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/imgview.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/imgview.ini new file mode 100644 index 0000000..f54bf1d --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/imgview.ini @@ -0,0 +1,105 @@ +; Image Viewer setting file. + +; 変更がなければこのファイルは不要です。 +; 同メディアに複数のimgview.iniを入れると、どれが読み込まれるかわかりません。 + +; -------------------- + +[System] + +; OverrideLanguageID = [-1|0|1] (Default = -1) + +; The language setting is overwrited. +; -1= Farmware default, 0= Japan, 1= English + +; 言語設定を強制変更します。 +; -1= 本体設定に従う, 0=日本語, 1=英語 + +OverrideLanguageID=-1 + +; STARTボタンの機能割り当てを設定します。 +; 0= スライドショーへのショートカットなど, 1= ソフトリセット + +StartButtonFunction=1 + +; ファイルセレクト画面の縦横設定 +; 0= 横, 1= 縦 + +FileSelectVertical=1 + +; スライドショー再生時に、IPKファイル個別の設定とimgview.mp3両方が見つからなかったときに使用するBGMファイルのフォルダ名を指定します。 +; 設定状況はスライドショー設定のPage.3(BGM設定メニュー)で確認してください。 +; 8文字以下の半角英数文字を使ったフォルダのみ対応しています。 +; フォルダの区切りは'/'を使って、先頭に'/'を入れて、最後には'/'を入れないでください。 +; 例:GlobalMP3Folder=/12345678/abcd +; 大文字小文字を区別しますので、寸分違わないフォルダ名を入れてください。 + +GlobalMP3Folder= + +; キークリック音のボリュームを設定します。 +; 0= 無音, 1..127= 音量 + +KeyClickVolume=16 + +; -------------------- + +[KeyRepeat] + +; DelayCount = [1|30|60] (Default = 15) +; RateCount = [1|30|60] (Default = 1) + +; You can set the time after which the action will be repeated. +; 1= 16ms, 30= 500ms, 60= 1sec + +; キーリピートの間隔をVSync(1/60sec)単位で設定します。 + +DelayCount=15 +RateCount=1 + +; -------------------- + +[CustomConfig] + +; 画面切り替えエフェクト +; 0= 無効, 1= 有効 + +SwitchModeEffect=1 + +; ViewModeの二画面モード設定 +; 0= キャッシュメモリがあるときのみ有効, 1= 常に有効 + +ViewMode_DoubleScreenCompulsorily=1 + +; ViewModeでアイコンを消すまでの秒数(拡大率の数字は消えません) +; 0= アイコンを消さない, n= n秒 + +ViewMode_CornerIconTimeoutSec=3 + +; サムネイルモードのプレビュー画面のファイル情報ON/OFF設定 +; 0= 表示しない, 1= 表示する + +ThumbnailMode_ShowFileInfo=1 + +; -------------------- + +[AdapterConfig] + +; ディスク書き込みの有無を指定します。(全アダプタ共通設定です) +; 0= 無効, 1= 有効 + +EnabledWrite=1 + +; SuperCard内蔵DRAMを使うかどうかを指定します。 +; 0= 無効, 1= 有効 + +SC_EnabledDRAM=0 + +; EZ4内蔵PSRAMメモリのサイズをMByte単位で指定します。 +; 0= 0MByte (EZ4Compact/PSRAMを使わない) +; 16= 16MByte (EZ4標準/128MBit) +; 32= 32MByte (EZ4Deluxe/255MBit) + +EZ4_PSRAMSizeMByte=0 + +; -------------------- + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/morning.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/morning.dat new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/launch/morning.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/logbuf.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/logbuf.txt new file mode 100644 index 0000000..b5da29d Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/logbuf.txt differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/moonshl2.ini b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/moonshl2.ini new file mode 100644 index 0000000..fdd27e4 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/moonshl2.ini @@ -0,0 +1,107 @@ + +; This file is not translated. It is because Moonlight is a lazy person. + +; JPN +; 変更の必要がなさそうな設定項目を集めたファイルです。 +; 主な設定はSTARTボタンのシステムメニューから環境設定を行ってください。 + +; ENG +; This file has little alterations necessary. +; Please do the main environmental setting from the system menu with START button. + +; FRA +; Ce fichier contient les paramètres de Moonshell 2. +; Les principaux sont paramétrables en sélectionnant "Configuration" dans le menu qui apparaît en pressant START. + +; KOR +; 특별히 변경할 필요가 없는 항목들의 설정파일 입니다. +; 주요 설정은 START 버튼을 눌러 나오는 시스템 메뉴의 환경설정에서 하시면 됩니다. + +[System] +; A detailed log is output to 'logbuf.txt'. This is for debugging. +DetailsDebugLog=0 +; The GBA enhancing memory cartridge is used. 0= unused, 1= used. +UseGBACartForSwapMemory=1 +; The VRAM cache is a high-speed drawing method. This doesn't work correctly in EZ5 and SC. Please change to disabled "=0". +VRAMCacheEnabled=1 + +[DiskAdapter] +; If '64kbyte cluster FAT disk' is used, it is 1. Requirement 0. +SlowDiskAccess=0 +; A detailed log for check disk is output to 'logbuf.txt'. This is for debugging. +CheckDiskType1=0 +; "16bits reading test" is disregarded. Requirement 0. +Ignore16bitReadTest=0 +; 16bits reading access is judged automatically. Requirement 0. +AutoDetect1632bitsReadAccessMode=0 +; Not recommended. +AlwaysDisabledCheckDisk=0 + +[KeyRepeat] +; Repetition beginning time. Unit of 1/60sec. +DelayCount=40 +; Repetition return time. Unit of 1/60sec. +RateCount=10 + +[PlayList] +; A heavy decoder doesn't simplify drawing either. 0= Relation with complex flag, 1= Always full drawing. +IgnoreComplexDecoderFlag=0 +; Ignore play mode in the user's next or prev button operation. 0= Relational with play mode, 1= Always next or prev one. +IgnorePlayMode_AlwaysOne_FromUserRequest=0 + +[FileList] +; The mode for the car accessory is made effective. 0= Normal, 1= For car. +CarSupplyMode=0 +; An upper and lower screen is replaced. 0= Normal, 1= Swapped. +SwapTopBottomDisplay=0 +; Auto power off timer. The power supply shuts down when there is no input during specified time. 0= Disabled. +PowerOffTimerWhileNoInput=3600 +; When music is begun, the MP3 controller is displayed. 0= Do not care, 1= Always displayed. +WhenMusicShowMP3Cnt=0 + +[GMEPlugin] +ReverbLevel=64 +; SimpleLPF: 0=None, 1=Lite, 2=Heavy. +SimpleLPF=1 +; DefaultLengthSec: 0=Infinity loop. +DefaultLengthSec=90 +NSF_EnabledMultiTrack=1 +GBS_EnabledMultiTrack=1 +AY_EnabledMultiTrack=1 +KSS_EnabledMultiTrack=1 +HES_MaxTrackNumber=32 + +[SPCPlugin] +; DefaultLengthSec: 0=Infinity loop. +DefaultLengthSec=180 + +[M4APlugin] +; ExtMP4isProcessedAsM4A: 1=Show file list with *.mp4 file. +ExtMP4isProcessedAsM4A=1 +; Ext3GPisProcessedAsM4A: 1=Show file list with *.3gp file. +Ext3GPisProcessedAsM4A=0 +; The background color of the artwork image is specified. RGB24(RRGGBB) +ArtWorkBGColor=808080 + +[MikModPlugin] +MaxVoiceCount=32 +Flag_Interpolate=1 +Flag_Surround=1 +Flag_HQMixer=0 +Channels=2 +Frequency=32768 + +[MIDPlugin] +ShowEventMessage=0 +MaxVoiceCount=32 +GenVolume=100 +ReverbFactor_ToneMap=64 +ReverbFactor_DrumMap=48 +ShowInfomationMessages=1 + +[FLACPlugin] +AcculacySeeking=0 + +[TextPlugin] +AlwayUseTextEditor=0 + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/moonshl2.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/moonshl2.nds new file mode 100644 index 0000000..4ed8ebe Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/moonshl2.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/reload.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/reload.dat new file mode 100644 index 0000000..f45712f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/reload.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_CHS.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_CHS.txt new file mode 100644 index 0000000..8205e52 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_CHS.txt @@ -0,0 +1,10 @@ +各烧录卡对应的复位文件放入本文件夹,可以在系统菜单中退回烧录卡界面。 + +MoonShell的复杂机制不复存在。没有在VRAM中保留MSE的结构。 +会启动'烧录卡名.nds'这样文件名的NDS文件。烧录卡名请使用DLDI的识别ID指定。 + +例: +SCDS.nds => SuperCard DS One用 +CEVO.nds => CycloDS用 +DLMS.nds => DSLink用 +R4TF.nds => R4用 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_ENG.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_ENG.txt new file mode 100644 index 0000000..e3a12f0 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_ENG.txt @@ -0,0 +1,12 @@ +If you copy a firmware reset NDS file compatible with your flashcart into this folder, you will be able to exit MoonShell2 back into the firmware. + +I have discontinued development on the complicated structure of MoonShell. The MSE structure isn't retained in VRAM. +It just loads the 'flashcartname.nds' file. For the flashcart name, please designate it as the flashcart's unique DLDI ID (for example, M3 DS Real would be M3DS.nds). + +ex: +SCDS.nds => for SuperCard DS One +CEVO.nds => for CycloDS +DLMS.nds => for DSLink +R4TF.nds => for R4 + +~Translated by Densetsu3000 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_ESP.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_ESP.txt new file mode 100644 index 0000000..6fdb4e2 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_ESP.txt @@ -0,0 +1,17 @@ + +Para aprovechar las ventajas del reinicio (reset), se debe añadir el archivo correspondiente a tu flashcart. + +He abandonado el complejo método de Moonshell antiguo. La estructura de MSE ya no está en la VRAM. + +Ahora es un archivo nds que es ejecutado. El archivo debe tener un nombre del tipo "nombre_de_flashcart.nds". + +ejemplo: + +SCDS.nds => SuperCard DS One +CEVO.nds => CycloDS +DLMS.nds => DSLink +R4TF.nds => R4 + +Nota: El nombre que se utiliza es el que está definido en la cabecera de sus correspondientes DLDI. + +~Traducido por Boriar \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_FRA.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_FRA.txt new file mode 100644 index 0000000..930e588 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_FRA.txt @@ -0,0 +1,13 @@ +Afin de pouvoir profiter de la fonction de redémarrage, vous devez ajouter le fichier nds correspondant à votre linker dans ce dossier. + +J'ai abandonné la méthode complexe de Moonshell. La structure MSE ne tient plus dans la VRAM. + +Désormais, c'est un fichier nds ordinaire qui est lancé. Ce fichier nds doit avoir un nom comme ceci «nom_du_linker.nds». + +ex: +SCDS.nds => pour SuperCard DS One +CEVO.nds => pour CycloDS +DLMS.nds => pour DSLink +R4TF.nds => pour R4 + +~Traduit par Supercarte \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_GER.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_GER.txt new file mode 100644 index 0000000..9dab620 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_GER.txt @@ -0,0 +1,13 @@ +Sollte eine Firmware Reset NDS-Datei passend zu Ihrer Flashcard in dem Ordner vorhanden sein, +so haben Sie die mglichkeit, aus MoonShell2 direkt in Ihre Firmware zurck zu springen. + +Die arbeiten an der komplexen Struktur von MoonShell wurden eingestellt. Die MSE Struktur wird nicht im VRAM behalten. +Es wird lediglich die Datei 'flashcartname.nds' aufgerufen. Der Name der Flashcard sollte sich an der eindeutigen DLDI ID orientieren (zB M3DS.nds fr M3 DS Real). + +Beispiele: +SCDS.nds => fr SuperCard DS One +CEVO.nds => fr CycloDS +DLMS.nds => fr DSLink +R4TF.nds => fr R4 + +~bersetzt von Falco \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_JPN.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_JPN.txt new file mode 100644 index 0000000..50b6513 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_JPN.txt @@ -0,0 +1,10 @@ +各アダプタに対応したファームウェアリセットを掛けるNDSファイルを入れると、システムメニューからファームウェアに戻れるようになります。 + +MoonShellの頃のような複雑な機構はやめました。MSE構造体をVRAMに保持しません。 +'アダプタ名.nds'というファイル名のNDSファイルを起動するだけです。アダプタ名はDLDIの識別IDを指定してください。 + +例: +SCDS.nds => SuperCard DS One用 +CEVO.nds => CycloDS用 +DLMS.nds => DSLink用 +R4TF.nds => R4用 diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_KOR.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_KOR.txt new file mode 100644 index 0000000..bec2667 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_KOR.txt @@ -0,0 +1,19 @@ +사용하시는 닥터와 호환되는 펌웨어 리셋용 NDS 파일을 이 곳에 두시면 문쉘2에서 소프트 리셋 기능을 사용하실 수 있습니다. + +복작한 구조의 문쉘 개발을 중단했습니다. MSE 구조는 VRAM 에 유지되지 않습니다. +단지 '사용하는 닥터이름.nds' 파일을 불러들입니다. 사용할 닥터이름에는 닥터의 고유 DLDI ID +(예를 들어 M3 DS Real 의 경우 M3DS.nds) 식으로 만들어 주세요. + +~영문번역 Densetsu3000 +gbatemp.net +한글번역 체리체리(다음 NINTENDO-DS 카페) +http://cafe.daum.net/NINTENDODS +=============================== +이번 배포에 포함된 소프트 리셋용 파일: +SuperCard DSOne SCDS.nds 업로더 Boriar +CycloDS CEVO.nds 제작자 알수 없음 +DSLink DLMS.nds 제작자 Rudolph +R4 R4TF.nds 제작자 Rudolph + +그가 만든 소프트리셋에 관한 Rudolph 의 글: +http://kotei.blog.so-net.ne.jp/2009-02-01-1 \ No newline at end of file diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_POR.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_POR.txt new file mode 100644 index 0000000..b3a8ab6 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_POR.txt @@ -0,0 +1,11 @@ +Se voc copiar para esta pasta um arquivo NDS de reset do firmware compatvel com o seu flashcart, voc poder sair do MoonShell2 e voltar para o firmware. +Eu abandonei o desenvolvimento da complicada estrutura do antigo MoonShell. A estrutura MSE j no est mais na VRAM. +Ele apenas carrega o arquivo "nomedoflashcart.nds". Para o nome do flashcart, por favor usar o DLDI ID do flashcart (por exemplo, M3 DS Real seria M3DS.nds). + +ex: +SCDS.nds => para SuperCard DS One +CEVO.nds => para CycloDS +DLMS.nds => para DSLink +R4TF.nds => para R4 + +~Traduzido por Axel-MaV diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_RUS.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_RUS.txt new file mode 100644 index 0000000..1cf0660 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/Readme_RUS.txt @@ -0,0 +1,12 @@ +Если скопировать Reset-файл, совместимый с Вашим флеш-адаптером, в данную папку, Вы сможете возвращаться из MoonShell2 в Вашу стандартную прошивку. + +Сложная структура Муншелла больше не разрабатывается автором. Структура MSE не хранится во VRAM. +Муншелл просто загружает файл 'СокращённоеНазваниеАдаптера.nds'. Что касается названия флеш-адаптера, пожалуйста, называйте файл в соответствии с уникальным ID, идентичным DLDI(например, для адаптера M3DS Real файл должен называться M3DS.nds). + +Например: +SCDS.nds => для SuperCard DS One +CEVO.nds => для CycloDS +DLMS.nds => для DSLink +R4TF.nds => для R4 + +Перевёл mc_B3oWoLF™ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/ez5h.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/ez5h.nds new file mode 100644 index 0000000..2367eb8 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/ez5h.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/ttio.nds b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/ttio.nds new file mode 100644 index 0000000..fff261e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/resetmse/ttio.nds differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font12.ctf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font12.ctf new file mode 100644 index 0000000..dad54bc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font12.ctf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font12.glf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font12.glf new file mode 100644 index 0000000..0b043d4 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font12.glf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font12.glw b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font12.glw new file mode 100644 index 0000000..e8cbbd6 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font12.glw differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font14.ctf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font14.ctf new file mode 100644 index 0000000..9a19946 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font14.ctf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font14.glf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font14.glf new file mode 100644 index 0000000..aecc93d Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font14.glf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font14.glw b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font14.glw new file mode 100644 index 0000000..f148bb8 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font14.glw differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font16.ctf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font16.ctf new file mode 100644 index 0000000..4b61583 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font16.ctf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font16.glf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font16.glf new file mode 100644 index 0000000..bb1c1ab Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font16.glf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font16.glw b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font16.glw new file mode 100644 index 0000000..a1ae34f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontchn/font16.glw differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font12.ctf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font12.ctf new file mode 100644 index 0000000..0d2ba58 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font12.ctf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font12.glf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font12.glf new file mode 100644 index 0000000..a3f1e05 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font12.glf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font12.glw b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font12.glw new file mode 100644 index 0000000..2f4651c Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font12.glw differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font14.ctf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font14.ctf new file mode 100644 index 0000000..13a0fd1 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font14.ctf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font14.glf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font14.glf new file mode 100644 index 0000000..89f40c9 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font14.glf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font14.glw b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font14.glw new file mode 100644 index 0000000..be89aed Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font14.glw differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font16.ctf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font16.ctf new file mode 100644 index 0000000..4287063 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font16.ctf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font16.glf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font16.glf new file mode 100644 index 0000000..5d77f1e Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font16.glf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font16.glw b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font16.glw new file mode 100644 index 0000000..97ce9bc Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfonteng/font16.glw differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font12.ctf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font12.ctf new file mode 100644 index 0000000..70bf390 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font12.ctf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font12.glf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font12.glf new file mode 100644 index 0000000..84927d3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font12.glf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font12.glw b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font12.glw new file mode 100644 index 0000000..bdb7351 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font12.glw differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font14.ctf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font14.ctf new file mode 100644 index 0000000..c25d0a7 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font14.ctf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font14.glf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font14.glf new file mode 100644 index 0000000..dc92155 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font14.glf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font14.glw b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font14.glw new file mode 100644 index 0000000..082c8e0 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font14.glw differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font16.ctf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font16.ctf new file mode 100644 index 0000000..8a505a0 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font16.ctf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font16.glf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font16.glf new file mode 100644 index 0000000..44b59b5 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font16.glf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font16.glw b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font16.glw new file mode 100644 index 0000000..e108740 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontjpn/font16.glw differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font12.ctf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font12.ctf new file mode 100644 index 0000000..c55a47d Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font12.ctf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font12.glf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font12.glf new file mode 100644 index 0000000..a2a512b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font12.glf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font12.glw b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font12.glw new file mode 100644 index 0000000..9dd439a Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font12.glw differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font14.ctf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font14.ctf new file mode 100644 index 0000000..46920d8 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font14.ctf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font14.glf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font14.glf new file mode 100644 index 0000000..ea30f90 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font14.glf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font14.glw b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font14.glw new file mode 100644 index 0000000..982c4de Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font14.glw differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font16.ctf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font16.ctf new file mode 100644 index 0000000..e4a8a70 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font16.ctf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font16.glf b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font16.glf new file mode 100644 index 0000000..94ebe0b Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font16.glf differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font16.glw b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font16.glw new file mode 100644 index 0000000..9e320a1 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/tfontkor/font16.glw differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp1252.tbl b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp1252.tbl new file mode 100644 index 0000000..b982f01 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp1252.tbl differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp437.tbl b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp437.tbl new file mode 100644 index 0000000..74f6175 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp437.tbl differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp850.tbl b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp850.tbl new file mode 100644 index 0000000..bcff80f Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp850.tbl differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp932.tbl b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp932.tbl new file mode 100644 index 0000000..1f20f2d Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp932.tbl differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp933.tbl b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp933.tbl new file mode 100644 index 0000000..1f20f2d Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp933.tbl differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp936.tbl b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp936.tbl new file mode 100644 index 0000000..a765889 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp936.tbl differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp949.tbl b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp949.tbl new file mode 100644 index 0000000..32e1ae7 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp949.tbl differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp950.tbl b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp950.tbl new file mode 100644 index 0000000..a765889 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/unicode/cp950.tbl differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/version.dat b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/version.dat new file mode 100644 index 0000000..65c12c3 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/moonshl2/version.dat differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/r4.DAT b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/r4.DAT new file mode 100644 index 0000000..a917c33 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/r4.DAT differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/Thumbs.db b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/Thumbs.db new file mode 100644 index 0000000..7a4f363 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/Thumbs.db differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/battery.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/battery.png new file mode 100644 index 0000000..bc4b7af Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/battery.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/bg-top.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/bg-top.png new file mode 100644 index 0000000..36e1cc2 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/bg-top.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/config.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/config.txt new file mode 100644 index 0000000..4a7135d --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/config.txt @@ -0,0 +1,36 @@ +# This is a comment in the config file. +# Information on http://svsip.free.fr + +# Set domain sip provider (example: freephonie.net) +--domain sip.voipdoup.com + +# Set authentication username +--username 89094 + +# Set authentication password +--password 5201636739 + +# Optional registration interval (default 55) (for freephonie set 1800) +--reg-timeout 1800 + +# Optional microphone volume (default 1.0) +--mic-level 3.0 + +# Optional speaker volume (default 1.0) +#--speaker-level 1.0 + + +# Optional for expert: set realm +#--realm +#optional: log to filename +#--log-file directory/filename +# optional: set log max level to N (0(none) to 6(trace)) +#--log-level + +# Enable ICE (default:no) +#--use-ice + +# Add the specified nameserver to enable SRV resolution +# This option can be specified multiple times. +#--nameserver XXXXXXXX + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/config.txt.bak b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/config.txt.bak new file mode 100644 index 0000000..de9c1f0 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/config.txt.bak @@ -0,0 +1,36 @@ +# This is a comment in the config file. +# Information on http://svsip.free.fr + +# Set domain sip provider (example: freephonie.net) +--domain sip.voipdoup.com + +# Set authentication username +--username 26726 + +# Set authentication password +--password 7254567183 + +# Optional registration interval (default 55) (for freephonie set 1800) +--reg-timeout 1800 + +# Optional microphone volume (default 1.0) +--mic-level 3.0 + +# Optional speaker volume (default 1.0) +#--speaker-level 1.0 + + +# Optional for expert: set realm +#--realm +#optional: log to filename +#--log-file directory/filename +# optional: set log max level to N (0(none) to 6(trace)) +#--log-level + +# Enable ICE (default:no) +#--use-ice + +# Add the specified nameserver to enable SRV resolution +# This option can be specified multiple times. +#--nameserver XXXXXXXX + diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/numpad.png b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/numpad.png new file mode 100644 index 0000000..d6f6a05 Binary files /dev/null and b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/numpad.png differ diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/wifi b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/wifi new file mode 100644 index 0000000..35ecddf --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/wifi @@ -0,0 +1 @@ +--config firmware diff --git a/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/wifi.sample.txt b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/wifi.sample.txt new file mode 100644 index 0000000..ad080f5 --- /dev/null +++ b/archive/pk3ds.org/old/pk3ds.org_Kernel_2.12/svsip/wifi.sample.txt @@ -0,0 +1,12 @@ +--config firmware + +#--config custom +#--ssid [SSID] +#--channel [X] +#--wep-key [WEP KEY HEXA] + +#--ip XXX.XXX.XXX.XXX +#--mask 255.255.255.0 +#--gateway XXX.XXX.XXX.XXX +#--dns1 XXX.XXX.XXX.XXX.XXX +#--dns2 XXX.XXX.XXX.XXX.XXX