Bring back the files from the old YSMenu archive
17
archive/ace3ds.com/Makefile
Normal file
@ -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 readme.txt $(OUT)/$(BASE)
|
14
archive/ace3ds.com/old/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
.PHONY: package
|
||||
|
||||
export TOPDIR := $(shell pwd $(CURDIR))
|
||||
export BASE := ace3ds.com/$(shell basename $(CURDIR))
|
||||
export OUT := $(TOPDIR)/../../../out
|
||||
export COMMON := $(TOPDIR)/../../../common-kernels
|
||||
|
||||
package: directory ace3ds.com_Original_Kernel_20120308.zip
|
||||
|
||||
directory:
|
||||
mkdir -p $(OUT)/$(BASE)
|
||||
|
||||
ace3ds.com_Original_Kernel_20120308.zip: directory
|
||||
cd $(TOPDIR)/ace3ds.com_Original_Kernel_20120308 && zip -r -X $(OUT)/$(BASE)/$@ *
|
@ -0,0 +1,594 @@
|
||||
[SYSTEM]
|
||||
; Section Name of Literals
|
||||
;LITERALS=LITERALS_CHS
|
||||
LITERALS=LITERALS_ENG
|
||||
;LITERALS=LITERALS_FRA
|
||||
;LITERALS=LITERALS_ITA
|
||||
;LITERALS=LITERALS_SPA
|
||||
; Sort by SAV Modification Time
|
||||
SORT_BY_TIME=false
|
||||
; INI FileName for Skin
|
||||
SKIN=/Skin/Skin.ini
|
||||
; Brightness (0-3 or -1=Default)
|
||||
BRIGHT=-1
|
||||
; Auto boot this file (default DEFAULT.NDS)
|
||||
AUTO_BOOT=
|
||||
; write it shown on bottom by yourself
|
||||
VERSION=
|
||||
; Disable WAIT_CNT on SuperCard
|
||||
GBA_PATCH=true
|
||||
; Disable File Deletion
|
||||
NO_DEL=false
|
||||
; Extension of Save (use .sav usually)
|
||||
EXT_SAV=.sav
|
||||
; Default DMA/Reset Setting
|
||||
DEFAULT_DMA=true
|
||||
DEFAULT_RESET=true
|
||||
; External Application (Start Button Menu)
|
||||
EXT_APP1_FILE=/3dscard.dat
|
||||
EXT_APP1_NAME=Back to Bootup R4 Main Menu
|
||||
|
||||
[FILETYPE]
|
||||
GB=cat /SYSTEM/goomba.gba
|
||||
GBC=cat /SYSTEM/goomba.gba
|
||||
NES=pnes /SYSTEM/PocketNES.gba
|
||||
FDS=hvca /SYSTEM/hvca.gba
|
||||
SMS=swan /SYSTEM/SMSAdvance.gba
|
||||
GG=swan /SYSTEM/SMSAdvance.gba 4
|
||||
WS=swan /SYSTEM/SwanAdvance.gba
|
||||
WSC=swan /SYSTEM/SwanAdvance.gba
|
||||
NGP=swan /SYSTEM/NGPAdvance.gba
|
||||
|
||||
[LITERALS_CHS]
|
||||
BTN_OK=OK(A)
|
||||
BTN_YES=确定(A)
|
||||
BTN_NO=取消(B)
|
||||
BTN_STOP=中止(B)
|
||||
BTN_IGNORE=忽略(X)
|
||||
|
||||
ERROR=错 误
|
||||
CHEAT=金手指
|
||||
DMA=DMA
|
||||
RESET=复 位
|
||||
BROWSE=...
|
||||
SLOT2=Slot2
|
||||
NDS=NDS
|
||||
GBA=GBA
|
||||
FIRMWARE=返回DSL界面
|
||||
|
||||
GAMES=
|
||||
SAVES=
|
||||
ALL_FILES=
|
||||
|
||||
RUMBLE=震动包
|
||||
RUMBLE_LOW=震动(弱)
|
||||
RUMBLE_MID=震动(中)
|
||||
RUMBLE_TOP=震动(強)
|
||||
|
||||
GBA_NOR=GBA-NOR
|
||||
GBA_NOR_WRITE=写入到..
|
||||
GBA_NOR_READ_SRAM=从SRAM到File
|
||||
GBA_NOR_CONFIRM=NOR 是否写入?
|
||||
GBA_NOR_SAME=NOR已经写入完成,是否回写?
|
||||
GBA_NOR_SRAM_ONLY=只是SRAM(X)
|
||||
GBA_NOR_DIFF=NOR与SRAM中不同,是否保存?
|
||||
GBA_NOR_SRAM_CONFIRM=SRAM是否保存?
|
||||
GBA_NOR_NO_INFO=NOR文件中没有信息
|
||||
|
||||
BOOTING=启动中..
|
||||
LOADING=载入中..
|
||||
|
||||
UNKNOWN_DLDI_TYPE=这个DLDI名与机器不匹配
|
||||
NO_BOOT_LOADER=没有启动引导
|
||||
CANT_READ_BOOT_LOADER=不能读取启动引导
|
||||
|
||||
NO_SAV_CREATE=没有存档文件,是否建立?
|
||||
CANT_CREATE_SAV=不能建立存档文件
|
||||
|
||||
COPYING=复制中..
|
||||
CANT_OPEN_COPY_SRC=不能打开复制源文件
|
||||
CANT_OPEN_COPY_DST=不能打开复制目标
|
||||
|
||||
DAY_WEEK=日\0一\0二\0三\0四\0五\0六
|
||||
DAY_WEEK_LEN=2
|
||||
|
||||
KIND_SAVE=< 保存文件 >
|
||||
KIND_BACKUP=< 备 份 >
|
||||
KIND_GB=< GAMEBOY >
|
||||
KIND_NES=< NES >
|
||||
KIND_TEXT=< 文本文件 >
|
||||
KIND_UNKNOWN=< 未知格式 >
|
||||
KIND_FOLDER=< 目 录 >
|
||||
KIND_PARENT=上级目录
|
||||
|
||||
MOD_DATE=更新日期:
|
||||
MOD_DATE_SAVE=存档更新:
|
||||
|
||||
CHEAT_SAVE_FAIL=金手指保存失败
|
||||
CHEAT_CANCEL=是否取消金手指?
|
||||
|
||||
PASSME=PassMe
|
||||
BOOT_SLOT2=GBA启动
|
||||
NO_SLOT2=GBA扩展没有安装,是否运行?
|
||||
NO_PASS=GBA扩展不能通过测试,是否运行?
|
||||
|
||||
CANT_OPEN_NDS=不能打开NDS文件
|
||||
CANT_READ_NDS=不能读取NDS文件
|
||||
CANT_OPEN_SAV=不能打开存档文件
|
||||
SAV_IS_DIR=存档文件已经存在
|
||||
CREATING_SAV=保存金手指中...
|
||||
CANT_CREATE_SAV2=不能创建存档文件
|
||||
CANT_CREATE_ARP=不能创建R4MENU.INI
|
||||
CREATING_SYS=正在初始化..
|
||||
CANT_CREATE_SYS=不能创建初始化失败..
|
||||
|
||||
BACKUP=备 份
|
||||
RESTORE=恢 复
|
||||
BACKUP_CONFIRM=是否确定开始备份?\n(覆盖旧的备份)
|
||||
RESTORE_CONFIRM=是否确定恢复备份?\n(覆盖现在的存档)
|
||||
|
||||
DELETE=删除
|
||||
DEL_FOLDER_CONFIRM=是否确定删除目录?
|
||||
DEL_FILE_CONFIRM=是否确定删除文件?
|
||||
CANT_DEL=不能删除
|
||||
|
||||
SAVING_SRAM=GBA SRAM 保存中...
|
||||
NO_FLASH_CART=闪存装置不存在或错误
|
||||
CANT_OPEN_GBA=不能打开GBA
|
||||
GBA_EZ4PATCHED=EZ已经应用补丁\n是否继续?
|
||||
GBA_NORPATCHED=NOR应经应用补丁\nNOR存档将被覆盖\n是否保存文件?
|
||||
GBA_SRAM_FORMAT=是否开始 SRAM 格式化?\n其他文件将被删除
|
||||
GBA_SIZE_OVER=容量太大\n是否继续?
|
||||
|
||||
CANT_OPEN_ROM=ROM打开失败
|
||||
CANT_OPEN_EMU=不能打开模拟器
|
||||
|
||||
CANT_OPEN_FILE=不能打开文件
|
||||
|
||||
HELP_CHEAT=START = 保存并退出\nB = 取消变更并推出
|
||||
HELP_ETC=START = 退回到文件列表\nX = 启动GBA端\nY = PassMe
|
||||
HELP_TEXTVIEW=START = 一般返回\nB = 强制返回
|
||||
|
||||
|
||||
[LITERALS_ENG]
|
||||
BTN_OK=OK(A)
|
||||
BTN_YES=Yes(A)
|
||||
BTN_NO=No(B)
|
||||
BTN_STOP=Stop(B)
|
||||
BTN_IGNORE=Ignore(X)
|
||||
|
||||
ERROR=Error
|
||||
CHEAT=Cheat
|
||||
DMA=DMA
|
||||
RESET=Reset
|
||||
BROWSE=...
|
||||
SLOT2=Slot2
|
||||
NDS=NDS
|
||||
GBA=GBA
|
||||
FIRMWARE=DS Menu
|
||||
|
||||
GAMES=Games
|
||||
SAVES=Saves
|
||||
ALL_FILES=All Files
|
||||
|
||||
RUMBLE=Rumble
|
||||
RUMBLE_LOW=Rumble(Low)
|
||||
RUMBLE_MID=Rumble(Mid)
|
||||
RUMBLE_TOP=Rumble(High)
|
||||
|
||||
GBA_NOR=GBA-NOR
|
||||
GBA_NOR_WRITE=Write
|
||||
GBA_NOR_READ_SRAM=SRAM->File
|
||||
GBA_NOR_CONFIRM=Write to NOR?
|
||||
GBA_NOR_SAME=TheROM had been write to NOR.\nRewrite?
|
||||
GBA_NOR_SRAM_ONLY=SRAM Only(X)
|
||||
GBA_NOR_DIFF=There is other ROM on NOR.\nBackup SRAM to file?
|
||||
GBA_NOR_SRAM_CONFIRM=Save SRAM to File?
|
||||
GBA_NOR_NO_INFO=No filename data for NOR
|
||||
|
||||
BOOTING=Booting...
|
||||
LOADING=Loading...
|
||||
|
||||
UNKNOWN_DLDI_TYPE=Unsupported DLDI Name
|
||||
NO_BOOT_LOADER=Can't open loader
|
||||
CANT_READ_BOOT_LOADER=Can't read loader
|
||||
|
||||
NO_SAV_CREATE=No SAV file.\nCreate it?
|
||||
CANT_CREATE_SAV=Can't create SAV
|
||||
|
||||
COPYING=Copying...
|
||||
CANT_OPEN_COPY_SRC=Can't open source file
|
||||
CANT_OPEN_COPY_DST=Can't open destination
|
||||
|
||||
DAY_WEEK=Sun\0Mon\0Tue\0Wed\0Thu\0Fri\0Sat
|
||||
DAY_WEEK_LEN=4
|
||||
|
||||
KIND_SAVE=< SaveFile >
|
||||
KIND_BACKUP=< Backup >
|
||||
KIND_GB=< GameBoy >
|
||||
KIND_NES=< Famicom/NES >
|
||||
KIND_TEXT=< Text >
|
||||
KIND_UNKNOWN=< Unknown >
|
||||
KIND_FOLDER=< Folder >
|
||||
KIND_PARENT=Parent
|
||||
|
||||
MOD_DATE=Time:
|
||||
MOD_DATE_SAVE=SAV:
|
||||
|
||||
CHEAT_SAVE_FAIL=Save failed
|
||||
CHEAT_CANCEL=Cancel modification and\nReturn to menu?
|
||||
|
||||
PASSME=PassMe
|
||||
BOOT_SLOT2=Boot GBA
|
||||
NO_SLOT2=No cartridge in slot2.\nForce booting?
|
||||
NO_PASS=No pass in slot2.\nForce booting?
|
||||
|
||||
CANT_OPEN_NDS=Can't open NDS file
|
||||
CANT_READ_NDS=Can't read from NDS file
|
||||
CANT_OPEN_SAV=Can't open SAV file
|
||||
SAV_IS_DIR=There is directory named SAV
|
||||
CREATING_SAV=Creating SAV...
|
||||
CANT_CREATE_SAV2=SAV Creation failed
|
||||
CANT_CREATE_ARP=Can't create SYSTEM.ARP
|
||||
CREATING_SYS=Creating SYS...
|
||||
CANT_CREATE_SYS=Can't create SYS
|
||||
|
||||
BACKUP=Backup
|
||||
RESTORE=Restore
|
||||
BACKUP_CONFIRM=Backup SAV to BAK?\n(may overwrites old BAK)
|
||||
RESTORE_CONFIRM=Restore BAK to SAV?\n(may overwrites current SAV)
|
||||
|
||||
DELETE=Delete
|
||||
DEL_FOLDER_CONFIRM=Delete this folder?
|
||||
DEL_FILE_CONFIRM=Delete this file?
|
||||
CANT_DEL=Can't delete it
|
||||
|
||||
SAVING_SRAM=Saving GBA SRAM...
|
||||
NO_FLASH_CART=No flash cartridge in slot2
|
||||
CANT_OPEN_GBA=Can't open GBA file
|
||||
GBA_EZ4PATCHED=rom is patched for EZ\nContinue loading?
|
||||
GBA_NORPATCHED=rom is patched for NOR\nOverwrite SRAM for NOR?
|
||||
GBA_SRAM_FORMAT=format SRAM for SYSTEM?\nthe other tool's data will be overwritten
|
||||
GBA_SIZE_OVER=rom is larger than PSRAM\nContinue loading?
|
||||
|
||||
CANT_OPEN_ROM=Can't open rom file
|
||||
CANT_OPEN_EMU=Can't open emulator
|
||||
|
||||
CANT_OPEN_FILE=Can't open the file
|
||||
|
||||
HELP_CHEAT=START = SAVE and EXIT\nB = CANCEL and EXIT
|
||||
HELP_ETC=START = EXIT\nX = Boot GBA\nY = PassMe\nSELECT = DS Menu
|
||||
HELP_TEXTVIEW=START = EXIT\nB = EXIT
|
||||
|
||||
|
||||
[LITERALS_FRA]
|
||||
BTN_OK=OK(A)
|
||||
BTN_YES=Oui(A)
|
||||
BTN_NO=Non(B)
|
||||
BTN_STOP=Stop(B)
|
||||
BTN_IGNORE=Ignorer(X)
|
||||
|
||||
ERROR=Erreur
|
||||
CHEAT=Triche
|
||||
DMA=DMA
|
||||
RESET=Reset
|
||||
BROWSE=...
|
||||
SLOT2=Slot2
|
||||
NDS=NDS
|
||||
GBA=GBA
|
||||
FIRMWARE=Menu DS
|
||||
|
||||
GAMES=Jeux
|
||||
SAVES=SAVs
|
||||
ALL_FILES=Tout
|
||||
|
||||
RUMBLE=Niveau de vibration
|
||||
RUMBLE_LOW=Faible
|
||||
RUMBLE_MID=Moyen
|
||||
RUMBLE_TOP=Fort
|
||||
|
||||
GBA_NOR=GBA-NOR
|
||||
GBA_NOR_WRITE=Ecrire
|
||||
GBA_NOR_READ_SRAM=SRAM->Fichier
|
||||
GBA_NOR_CONFIRM=Ecrire sur NOR?
|
||||
GBA_NOR_SAME=La ROM va être écrite sur NOR.\nRéécrire?
|
||||
GBA_NOR_SRAM_ONLY=SRAM Seulement(X)
|
||||
GBA_NOR_DIFF=Il y a d'autre ROM en NOR.\nBackup SRAM en fichier?
|
||||
GBA_NOR_SRAM_CONFIRM=Sauver SRAM sur fichier?
|
||||
GBA_NOR_NO_INFO=Aucun fichier de donnés sur NOR
|
||||
|
||||
BOOTING=Démarrage...
|
||||
LOADING=Chargement...
|
||||
|
||||
UNKNOWN_DLDI_TYPE=Nom du DLDI non reconnu
|
||||
NO_BOOT_LOADER=Ne peut pas ouvrir le lanceur
|
||||
CANT_READ_BOOT_LOADER=Ne peut pas lire le lanceur
|
||||
|
||||
NO_SAV_CREATE=Aucun fichier SAV.\nCréer ?
|
||||
CANT_CREATE_SAV=Ne peut pas créer le SAV
|
||||
|
||||
COPYING=En Copie...
|
||||
CANT_OPEN_COPY_SRC=Ne peut pas ouvrir le fichier source
|
||||
CANT_OPEN_COPY_DST=Ne peut pas ouvrir la destination
|
||||
|
||||
DAY_WEEK=Dim\0Lun\0Mar\0Mer\0Jeu\0Ven\0Sam
|
||||
DAY_WEEK_LEN=4
|
||||
|
||||
KIND_SAVE=Fichier de sauvegarde
|
||||
KIND_BACKUP=Backup
|
||||
KIND_GB=ROM GameBoy
|
||||
KIND_NES=ROM Famicom/NES
|
||||
KIND_TEXT=Fichier de Text
|
||||
KIND_UNKNOWN=Inconnu
|
||||
KIND_FOLDER=Dossier
|
||||
KIND_PARENT=Parent
|
||||
|
||||
MOD_DATE=Date :
|
||||
MOD_DATE_SAVE=SAV :
|
||||
|
||||
CHEAT_SAVE_FAIL=Sauvegarde raté
|
||||
CHEAT_CANCEL=Annulez la modification et\nRevenir au menu ?
|
||||
|
||||
PASSME=Mode PasseMe
|
||||
BOOT_SLOT2=Démarrer GBA
|
||||
NO_SLOT2=Aucune cartouche dans le slot2.\nForcer le Demarrage?
|
||||
NO_PASS=Aucun PasseMe dans le slot1.\nForcer le Demarrage?
|
||||
|
||||
CANT_OPEN_NDS=Ne peut pas ouvrir le fichier NDS
|
||||
CANT_READ_NDS=Ne peut pas lire le fichier NDS
|
||||
CANT_OPEN_SAV=Ne peut pas ouvrir le fichier SAV
|
||||
SAV_IS_DIR=Il y a un dossier appelé SAV
|
||||
CREATING_SAV=Création de SAV...
|
||||
CANT_CREATE_SAV2=La création de SAV a ratée
|
||||
CANT_CREATE_ARP=Le SYSTEM.ARP ne peut pas créé
|
||||
CREATING_SYS=Création du SYS...
|
||||
CANT_CREATE_SYS=Le SYS ne peut pas créé
|
||||
|
||||
BACKUP=Backup
|
||||
RESTORE=Restituer
|
||||
BACKUP_CONFIRM=Ecrire SAV sur BAK?\n(Remplace l'ancien BAK)
|
||||
RESTORE_CONFIRM=Restituer BAK sur SAV?\n(Remplace la SAV actuel)
|
||||
|
||||
DELETE=Effacer
|
||||
DEL_FOLDER_CONFIRM=Effacer ce dossier?
|
||||
DEL_FILE_CONFIRM=Effacer ce fichier?
|
||||
CANT_DEL=Effacement impossible
|
||||
|
||||
SAVING_SRAM=Sauvegarde de la SRAM GBA...
|
||||
NO_FLASH_CART=Aucune cartouche dans le slot2
|
||||
CANT_OPEN_GBA=Le fichier GBA ne peut être lancé
|
||||
GBA_EZ4PATCHED=ROM patché pour EZ\nCharger quand même ?
|
||||
GBA_NORPATCHED=ROM patché pour la NOR\nRemplacer la SRAM pour la NOR?
|
||||
GBA_SRAM_FORMAT=Formater la SRAM pour SYSTEM ?\nLes données seront remplacées
|
||||
GBA_SIZE_OVER=ROM plus grande que la PSRAM\nCharger quand même ?
|
||||
|
||||
CANT_OPEN_ROM= Ne peut pas lancer la ROM
|
||||
CANT_OPEN_EMU=Ne peut pas lancer l'émulateur
|
||||
|
||||
CANT_OPEN_FILE=Ne peut pas ouvrir le fichier
|
||||
|
||||
HELP_CHEAT=START = Sauver et Quitter\nB = Annuler et Quitter
|
||||
HELP_ETC=START = Quitter\nX = Démarrer GBA\nY = mode PasseMe\nSELECT = Menu DS
|
||||
HELP_TEXTVIEW=START = Quitter\nB = Quitter
|
||||
|
||||
|
||||
[LITERALS_ITA]
|
||||
BTN_OK=OK(A)
|
||||
BTN_YES=Si(A)
|
||||
BTN_NO=No(B)
|
||||
BTN_STOP=Stop(B)
|
||||
BTN_IGNORE=Ignora(X)
|
||||
|
||||
ERROR=Errore
|
||||
CHEAT=Cheat
|
||||
DMA=DMA
|
||||
RESET=Resetta
|
||||
BROWSE=...
|
||||
SLOT2=Slot2
|
||||
NDS=NDS
|
||||
GBA=GBA
|
||||
FIRMWARE=DS Menu
|
||||
|
||||
GAMES=Giochi
|
||||
SAVES=Salvataggi
|
||||
ALL_FILES=Tutti i File
|
||||
|
||||
RUMBLE=vibrazione(Spenta)
|
||||
RUMBLE_LOW=vibrazione(Bassa)
|
||||
RUMBLE_MID=vibrazione(Media)
|
||||
RUMBLE_TOP=vibrazione(Alta)
|
||||
|
||||
GBA_NOR=GBA-NOR
|
||||
GBA_NOR_WRITE=Scrivi
|
||||
GBA_NOR_READ_SRAM=SRAM->File
|
||||
GBA_NOR_CONFIRM=Scrivi NOR?
|
||||
GBA_NOR_SAME=Rom scritta sulla NOR.\nRiscrivi?
|
||||
GBA_NOR_SRAM_ONLY=Solo SRAM(X)
|
||||
GBA_NOR_DIFF=Cè un altra Rom nella NOR.\nCreo un backup della SRAM?
|
||||
GBA_NOR_SRAM_CONFIRM=Salvare SRAM in un file?
|
||||
GBA_NOR_NO_INFO=Nessun file sulla NOR
|
||||
|
||||
BOOTING=Booting...
|
||||
LOADING=Caricamento...
|
||||
|
||||
UNKNOWN_DLDI_TYPE=DLDI non supportata
|
||||
NO_BOOT_LOADER=Impossibile aprire il LOADER
|
||||
CANT_READ_BOOT_LOADER=Impossibile leggere il LOADER
|
||||
|
||||
NO_SAV_CREATE=Nessun salvataggio.\nCrearne uno?
|
||||
CANT_CREATE_SAV=Impossibile creare SAV
|
||||
|
||||
COPYING=Sto copiando...
|
||||
CANT_OPEN_COPY_SRC=Impossibile aprire il file sorgente
|
||||
CANT_OPEN_COPY_DST=Impossibile aprire il file di destinazione
|
||||
|
||||
DAY_WEEK=Dom\0Lun\0Mar\0Mer\0Gio\0Ven\0Sab
|
||||
DAY_WEEK_LEN=4
|
||||
|
||||
KIND_SAVE=< Salvataggio >
|
||||
KIND_BACKUP=< Backup >
|
||||
KIND_GB=< GameBoy >
|
||||
KIND_NES=< Famicom/NES >
|
||||
KIND_TEXT=< Testo >
|
||||
KIND_UNKNOWN=< Sconosciuto >
|
||||
KIND_FOLDER=< Cartella >
|
||||
KIND_PARENT=<..
|
||||
|
||||
MOD_DATE=Data-Ora:
|
||||
MOD_DATE_SAVE=SAV:
|
||||
|
||||
CHEAT_SAVE_FAIL=Salvataggio cheat fallito
|
||||
CHEAT_CANCEL=Ignora modifiche /nTornare al menu?
|
||||
|
||||
PASSME=PassMe
|
||||
BOOT_SLOT2=Avvia GBA
|
||||
NO_SLOT2=Nessuna cartuccia nello slot2.\nForzare avvio?
|
||||
NO_PASS=Nessuna passCard nello slot2.\nForzare avvio?
|
||||
|
||||
CANT_OPEN_NDS=Impossibile aprire file NDS
|
||||
CANT_READ_NDS=Impossibile leggere file NDS
|
||||
CANT_OPEN_SAV=Impossibile aprire file SAV
|
||||
SAV_IS_DIR=Esiste una directory SAV
|
||||
CREATING_SAV=Sto creando il SAV...
|
||||
CANT_CREATE_SAV2=Creazione del SAV fallita
|
||||
CANT_CREATE_ARP=Impossibile creare SYSTEM.ARP
|
||||
CREATING_SYS=Sto creando il SYS...
|
||||
CANT_CREATE_SYS=Impossibile creare SYS
|
||||
|
||||
BACKUP=Backup
|
||||
RESTORE=Ripristina
|
||||
BACKUP_CONFIRM=Backup SAV in BAK?\n(verrà sovrascritto il vecchio BAK)
|
||||
RESTORE_CONFIRM=Ripristinare BAK in SAV?\n(verrà sovrascritto il vecchio SAV)
|
||||
|
||||
DELETE=Elimina
|
||||
DEL_FOLDER_CONFIRM=Eliminare questa cartella?
|
||||
DEL_FILE_CONFIRM=Eliminare questo file?
|
||||
CANT_DEL=Impossibile da eliminare...
|
||||
|
||||
SAVING_SRAM=Salvataggio GBA in SRAM...
|
||||
NO_FLASH_CART=Nessuna flashcard nello slot2
|
||||
CANT_OPEN_GBA=Impossibile aprire il file GBA
|
||||
GBA_EZ4PATCHED=Rom preparata per ez\nContinuo caricamento?
|
||||
GBA_NORPATCHED=Rom preparata per NOR\nSovrascrivi SRAM per NOR?
|
||||
GBA_SRAM_FORMAT=Formattare la SRAM per SYSTEM?\nogni dato verrà sovrascritto
|
||||
GBA_SIZE_OVER=La rom è pu grande del PSAR\nContinuo caricamento?
|
||||
|
||||
CANT_OPEN_ROM=Impossibile aprire la rom
|
||||
CANT_OPEN_EMU=Impossibile aprire emulatore
|
||||
|
||||
CANT_OPEN_FILE=Impossibile aprire il file
|
||||
|
||||
HELP_CHEAT=START = Salva e Esci\nB = Ignora e Esci
|
||||
HELP_ETC=START = Esci\nX = Avvia GBA\nY = PassMe\nSELECT = DS Menu
|
||||
HELP_TEXTVIEW=START = Esci\nB = Esci
|
||||
|
||||
|
||||
[LITERALS_SPA]
|
||||
BTN_OK=OK(A)
|
||||
BTN_YES=Sí(A)
|
||||
BTN_NO=No(B)
|
||||
BTN_STOP=Parar(B)
|
||||
BTN_IGNORE=Ignorar(X)
|
||||
|
||||
ERROR=Error
|
||||
CHEAT=Truco
|
||||
DMA=DMA
|
||||
RESET=Reset
|
||||
BROWSE=...
|
||||
SLOT2=Slot2
|
||||
NDS=NDS
|
||||
GBA=GBA
|
||||
FIRMWARE=Menú de DS
|
||||
|
||||
GAMES=Juegos
|
||||
SAVES=Saves
|
||||
ALL_FILES=Todos los archivos
|
||||
|
||||
RUMBLE=Rumble
|
||||
RUMBLE_LOW=Rumble(Bajo)
|
||||
RUMBLE_MID=Rumble(Medio)
|
||||
RUMBLE_TOP=Rumble(Alto)
|
||||
|
||||
GBA_NOR=GBA-NOR
|
||||
GBA_NOR_WRITE=Escribir
|
||||
GBA_NOR_READ_SRAM=SRAM->Archivo
|
||||
GBA_NOR_CONFIRM=Escribir a NOR?
|
||||
GBA_NOR_SAME=La ROM ha sido escrita en NOR.\nReescribir?
|
||||
GBA_NOR_SRAM_ONLY=Solo SRAM(X)
|
||||
GBA_NOR_DIFF=Aquí hay otra ROM en NOR.\nBackupear SRAM a un archivo?
|
||||
GBA_NOR_SRAM_CONFIRM=Guardar SRAM a un archivo?
|
||||
GBA_NOR_NO_INFO=No hay nombre para NOR
|
||||
|
||||
BOOTING=Booting...
|
||||
LOADING=Cargando...
|
||||
|
||||
UNKNOWN_DLDI_TYPE=DLDI no soportado
|
||||
NO_BOOT_LOADER=No se puede cargar el loader
|
||||
CANT_READ_BOOT_LOADER=No se puede leer el loader
|
||||
|
||||
NO_SAV_CREATE=No hay SAV.\nCrearlo?
|
||||
CANT_CREATE_SAV=No se puede crear el SAV
|
||||
|
||||
COPYING=Copiando...
|
||||
CANT_OPEN_COPY_SRC=No se puede abrir el archivo de origen
|
||||
CANT_OPEN_COPY_DST=No se puede abrir el destinatario
|
||||
|
||||
DAY_WEEK=Dom\0Lun\0Mar\0Mie\0Jue\0Vie\0Sab
|
||||
DAY_WEEK_LEN=4
|
||||
|
||||
KIND_SAVE=< Save >
|
||||
KIND_BACKUP=< Backup >
|
||||
KIND_GB=< GameBoy >
|
||||
KIND_NES=< Famicom/NES >
|
||||
KIND_TEXT=< Texto >
|
||||
KIND_UNKNOWN=< Desconocido >
|
||||
KIND_FOLDER=< Carpeta >
|
||||
KIND_PARENT=Raíz
|
||||
|
||||
MOD_DATE=Fecha:
|
||||
MOD_DATE_SAVE=SAV:
|
||||
|
||||
CHEAT_SAVE_FAIL=Guardado fallido
|
||||
CHEAT_CANCEL=Cancelar modificación y\nvolver al menú?
|
||||
|
||||
PASSME=PassMe
|
||||
BOOT_SLOT2=Cargar GBA
|
||||
NO_SLOT2=No hay ningún cartucho en el slot2.\nForzar cargado?
|
||||
NO_PASS=No hay ningún pass en el slot2.\nForzar cargado?
|
||||
|
||||
CANT_OPEN_NDS=No se puede abrir el archivo NDS
|
||||
CANT_READ_NDS=No se puede leer desde el archivo NDS
|
||||
CANT_OPEN_SAV=No se puede abrir el SAV
|
||||
SAV_IS_DIR=Este es el directorio llamado SAV
|
||||
CREATING_SAV=Creando SAV...
|
||||
CANT_CREATE_SAV2=Creación del SAV fallida
|
||||
CANT_CREATE_ARP=No se puede crear SYSTEM.ARP
|
||||
CREATING_SYS=Creando SYS...
|
||||
CANT_CREATE_SYS=No se puede crear SYS
|
||||
|
||||
BACKUP=Backup
|
||||
RESTORE=Restarurar
|
||||
BACKUP_CONFIRM=Backupear SAV a BAK?\n(sobreescribirá el antiguo BAK)
|
||||
RESTORE_CONFIRM=Restaurar BAK a SAV?\n(sobreescribirá el actual SAV)
|
||||
|
||||
DELETE=Borrar
|
||||
DEL_FOLDER_CONFIRM=Borrar esta carpeta?
|
||||
DEL_FILE_CONFIRM=Borrar este archivo?
|
||||
CANT_DEL=No se puede borrar
|
||||
|
||||
SAVING_SRAM=Guardando GBA SRAM...
|
||||
NO_FLASH_CART=No hay flashcard en slot2
|
||||
CANT_OPEN_GBA=No se puede abrir el archivo GBA
|
||||
GBA_EZ4PATCHED=ROM parcheada para EZ\nContinuar cargando?
|
||||
GBA_NORPATCHED=ROM parcheada para NOR\nSobreescribir SRAM para NOR?
|
||||
GBA_SRAM_FORMAT=Formatear SRAM para SYSTEM?\nLa otra herramienta de datos será sobreescrita
|
||||
GBA_SIZE_OVER=La ROM es demasiado grande para PSRAM\nContinuar carga?
|
||||
|
||||
CANT_OPEN_ROM=No se puede abrir la ROM
|
||||
CANT_OPEN_EMU=No se puede abrir el emulador
|
||||
|
||||
CANT_OPEN_FILE=No se puede abrir el archivo
|
||||
|
||||
HELP_CHEAT=START = GUARDAR y SALIR\nB = CANCELAR y SALIR
|
||||
HELP_ETC=START = SALIR\nX = Cargar GBA\nY = PassMe\nSELECT = Menú de DS
|
||||
HELP_TEXTVIEW=START = SALIR\nB = SALIR
|
@ -0,0 +1 @@
|
||||
2
|
After Width: | Height: | Size: 144 KiB |
After Width: | Height: | Size: 144 KiB |
@ -0,0 +1,12 @@
|
||||
|
||||
[FILELIST]
|
||||
; COLOR = BIT15 | BGR(5bit x3)
|
||||
COLOR_PATH=0x0FFF
|
||||
COLOR_FILE=0x0FFF
|
||||
COLOR_FOLDER=0x0FFF
|
||||
COLOR_SELECT=0xFFF0
|
||||
COLOR_SELTEXT=0x801F
|
||||
|
||||
[FILEINFO]
|
||||
COLOR_TEXT=0xFCFF
|
||||
DRAW_FRAME=true
|
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 96 KiB |
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/04F1DAB9
vendored
Normal file
After Width: | Height: | Size: 1.7 KiB |
12
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/04F1DAB9.hdr
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
HTTP/1.0 200 OK
|
||||
server:nginx/0.6.39
|
||||
content-type:image/gif
|
||||
content-length:3289
|
||||
last-modified:Tue, 06 Apr 2010 09:36:41 GMT
|
||||
expires:Wed, 09 Jun 2010 22:26:46 GMT
|
||||
cache-control:max-age=5184000
|
||||
accept-ranges:bytes
|
||||
via:192.168.51.76.nginx, 1.0 fs237:80 (Cdn Cache Server V2.0), 1.0 stcz153:8103 (Cdn Cache Server V2.0), 1.0 zjls217:8103 (Cdn Cache Server V2.0)
|
||||
connection:close
|
||||
age:1
|
||||
date:Sun, 11 Apr 2010 20:41:49 GMT
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/06F73B8E
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
12
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/06F73B8E.hdr
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
HTTP/1.0 200 OK
|
||||
server:nginx/0.6.36
|
||||
content-type:image/jpeg
|
||||
content-length:4740
|
||||
last-modified:Mon, 12 Apr 2010 01:42:51 GMT
|
||||
expires:Fri, 11 Jun 2010 01:44:14 GMT
|
||||
cache-control:max-age=5184000
|
||||
accept-ranges:bytes
|
||||
via:192.168.51.29, 192.168.51.234.nginx, 1.0 yz164:80 (Cdn Cache Server V2.0), 1.0 ls74:8102 (Cdn Cache Server V2.0), 1.0 zjls203:8102 (Cdn Cache Server V2.0)
|
||||
connection:close
|
||||
age:1
|
||||
date:Mon, 12 Apr 2010 01:44:15 GMT
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/0FF1AC63
vendored
Normal file
After Width: | Height: | Size: 4.2 KiB |
10
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/0FF1AC63.hdr
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Tue, 13 Apr 2010 10:16:08 GMT
|
||||
expires:Wed, 13 Apr 2011 10:16:08 GMT
|
||||
cache-control:public, max-age=31536000
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:4277
|
||||
connection:close
|
6
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/19B1CF0F
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<TITLE>302 Moved</TITLE></HEAD><BODY>
|
||||
<H1>302 Moved</H1>
|
||||
The document has moved
|
||||
<A HREF="http://www.google.com.hk/">here</A>.
|
||||
</BODY></HTML>
|
9
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/19B1CF0F.hdr
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
HTTP/1.1 302 FOUND
|
||||
location:http://www.google.com.hk/
|
||||
cache-control:private
|
||||
content-type:text/html; charset=UTF-8
|
||||
set-cookie:PREF=ID=70a8ab90b1061235:U=50fc2043612ad676:FF=2:LD=zh-CN:NW=1:TM=1271149810:LM=1271149845:S=eHc1z-ZyhJMMQ2f9; expires=Thu, 12-Apr-2012 09:10:45 GMT; path=/; domain=.google.com.hk
|
||||
date:Tue, 13 Apr 2010 09:10:45 GMT
|
||||
server:gws
|
||||
content-length:222
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/1C3B0D43
vendored
Normal file
After Width: | Height: | Size: 1.5 KiB |
11
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/1C3B0D43.hdr
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Mon, 12 Apr 2010 06:38:52 GMT
|
||||
expires:Tue, 12 Apr 2011 06:38:52 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:1512
|
||||
cache-control:public, max-age=31536000
|
||||
age:15480
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/2E450435
vendored
Normal file
After Width: | Height: | Size: 373 B |
11
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/2E450435.hdr
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Mon, 12 Apr 2010 01:59:06 GMT
|
||||
expires:Tue, 12 Apr 2011 01:59:06 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:373
|
||||
cache-control:public, max-age=31536000
|
||||
age:32259
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/329185D3
vendored
Normal file
After Width: | Height: | Size: 2.9 KiB |
10
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/329185D3.hdr
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Tue, 13 Apr 2010 10:16:15 GMT
|
||||
expires:Wed, 13 Apr 2011 10:16:15 GMT
|
||||
cache-control:public, max-age=31536000
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:2953
|
||||
connection:close
|
1
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/3FE6AFBA
vendored
Normal file
@ -0,0 +1 @@
|
||||
<html> <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />Unable to load:<a href='http://m.ubuddy.com'>http://m.ubuddy.com</a>
|
0
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/3FE6AFBA.hdr
vendored
Normal file
10
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/49A2ACAE
vendored
Normal file
8
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/49A2ACAE.hdr
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
HTTP/1.1 200 OK
|
||||
cache-control:private, max-age=0
|
||||
date:Mon, 12 Apr 2010 10:57:11 GMT
|
||||
expires:-1
|
||||
content-type:text/html; charset=ISO-8859-1
|
||||
set-cookie:SS=Q0=aXJjZHM; path=/search
|
||||
server:gws
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/546E7FA4
vendored
Normal file
After Width: | Height: | Size: 139 B |
11
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/546E7FA4.hdr
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Mon, 12 Apr 2010 10:50:17 GMT
|
||||
expires:Tue, 12 Apr 2011 10:50:17 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:139
|
||||
cache-control:public, max-age=31536000
|
||||
age:66
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/5B64920B
vendored
Normal file
After Width: | Height: | Size: 1005 B |
11
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/5B64920B.hdr
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Mon, 12 Apr 2010 00:30:41 GMT
|
||||
expires:Tue, 12 Apr 2011 00:30:41 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:1005
|
||||
cache-control:public, max-age=31536000
|
||||
age:37548
|
||||
connection:close
|
6
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/5C3EA780
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<TITLE>302 Moved</TITLE></HEAD><BODY>
|
||||
<H1>302 Moved</H1>
|
||||
The document has moved
|
||||
<A HREF="http://www.google.com.hk/">here</A>.
|
||||
</BODY></HTML>
|
9
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/5C3EA780.hdr
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
HTTP/1.1 302 FOUND
|
||||
location:http://www.google.com.hk/
|
||||
cache-control:private
|
||||
content-type:text/html; charset=UTF-8
|
||||
set-cookie:PREF=ID=d7b1c7d4d864ba04:NW=1:TM=1271153758:LM=1271153758:S=zmjkgrg9X8GhNUmX; expires=Thu, 12-Apr-2012 10:15:58 GMT; path=/; domain=.google.com.hk
|
||||
date:Tue, 13 Apr 2010 10:15:58 GMT
|
||||
server:gws
|
||||
content-length:222
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/6C4ED38F
vendored
Normal file
After Width: | Height: | Size: 124 B |
11
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/6C4ED38F.hdr
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Mon, 12 Apr 2010 10:50:21 GMT
|
||||
expires:Tue, 12 Apr 2011 10:50:21 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:124
|
||||
cache-control:public, max-age=31536000
|
||||
age:30
|
||||
connection:close
|
0
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/7531FF03
vendored
Normal file
7
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/7531FF03.hdr
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Tue, 13 Apr 2010 09:50:57 GMT
|
||||
expires:Wed, 13 Apr 2011 09:50:57 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/777C9AAC
vendored
Normal file
After Width: | Height: | Size: 5.2 KiB |
12
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/777C9AAC.hdr
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
HTTP/1.0 200 OK
|
||||
server:nginx/0.6.36
|
||||
content-type:image/jpeg
|
||||
content-length:5346
|
||||
last-modified:Sun, 11 Apr 2010 23:33:17 GMT
|
||||
expires:Thu, 10 Jun 2010 23:35:15 GMT
|
||||
cache-control:max-age=5184000
|
||||
accept-ranges:bytes
|
||||
via:192.168.51.29, 192.168.51.123.nginx, 1.0 zh75:80 (Cdn Cache Server V2.0), 1.0 stcz160:80 (Cdn Cache Server V2.0), 1.0 zjls205:80 (Cdn Cache Server V2.0)
|
||||
connection:close
|
||||
age:1
|
||||
date:Sun, 11 Apr 2010 23:35:15 GMT
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/79A35303
vendored
Normal file
After Width: | Height: | Size: 283 B |
11
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/79A35303.hdr
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Mon, 12 Apr 2010 10:49:11 GMT
|
||||
expires:Tue, 12 Apr 2011 10:49:11 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:283
|
||||
cache-control:public, max-age=31536000
|
||||
age:141
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/79CE3C10
vendored
Normal file
After Width: | Height: | Size: 124 B |
11
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/79CE3C10.hdr
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Mon, 12 Apr 2010 10:41:32 GMT
|
||||
expires:Tue, 12 Apr 2011 10:41:32 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:124
|
||||
cache-control:public, max-age=31536000
|
||||
age:606
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/8228E6A1
vendored
Normal file
After Width: | Height: | Size: 1.4 KiB |
10
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/8228E6A1.hdr
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Mon, 12 Apr 2010 10:54:56 GMT
|
||||
expires:Tue, 12 Apr 2011 10:54:56 GMT
|
||||
cache-control:public, max-age=31536000
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:1410
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/8459A24C
vendored
Normal file
After Width: | Height: | Size: 539 B |
11
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/8459A24C.hdr
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Mon, 12 Apr 2010 10:50:09 GMT
|
||||
expires:Tue, 12 Apr 2011 10:50:09 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:539
|
||||
cache-control:public, max-age=31536000
|
||||
age:57
|
||||
connection:close
|
10
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/88185321
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Google</title><script>window.google={kEI:"7DnES-yEM4vi7AOjxIHSDg",kEXPI:"17259,24249,24415,24456",kCSI:{e:"17259,24249,24415,24456",ei:"7DnES-yEM4vi7AOjxIHSDg",expi:"17259,24249,24415,24456"},ml:function(){},kHL:"en",time:function(){return(new Date).getTime()},log:function(b,d,c){var a=new Image,e=google,g=e.lc,f=e.li;a.onerror=(a.onload=(a.onabort=function(){delete g[f]}));g[f]=a;c=c||"/gen_204?atyp=i&ct="+b+"&cad="+d+"&zx="+google.time();a.src=c;e.li=f+1},lc:[],li:0,Toolbelt:{}};
|
||||
window.google.sn="webhp";window.google.timers={load:{t:{start:(new Date).getTime()}}};try{}catch(u){}window.google.jsrt_kill=1;
|
||||
var _gjwl=location;function _gjuc(){var e=_gjwl.href.indexOf("#");if(e>=0){var a=_gjwl.href.substring(e);if(a.indexOf("&q=")>0||a.indexOf("#q=")>=0){a=a.substring(1);if(a.indexOf("#")==-1){for(var c=0;c<a.length;){var d=c;if(a.charAt(d)=="&")++d;var b=a.indexOf("&",d);if(b==-1)b=a.length;var f=a.substring(d,b);if(f.indexOf("fp=")==0){a=a.substring(0,c)+a.substring(b,a.length);b=c}else if(f=="cad=h")return 0;c=b}_gjwl.href="/search?"+a+"&cad=h";return 1}}}return 0}function _gjp(){!(window._gjwl.hash&&
|
||||
window._gjuc())&&setTimeout(_gjp,500)};
|
||||
window._gjp && _gjp()</script><style>td{line-height:.8em;}.gac_m td{line-height:17px;}form{margin-bottom:20px;}body,td,a,p,.h{font-family:arial,sans-serif}.h{color:#36c;font-size:20px}.q{color:#00c}.ts td{padding:0}.ts{border-collapse:collapse}em{font-weight:bold;font-style:normal}.lst{font:17px arial,sans-serif;margin-bottom:.2em;vertical-align:bottom;}input{font-family:inherit}.lsb,.gac_sb{font-size:15px;height:1.85em!important;margin:.2em;}#gbar,#guser{font-size:13px;padding-top:1px !important}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{color:#00c !important}</style><script>google.y={};google.x=function(e,g){google.y[e.id]=[e,g];return false};</script></head><body bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551a8b alink=#ff0000 onload="document.f.q.focus();if(document.images)new Image().src='/images/nav_logo8.png'" topmargin=3 marginheight=3><textarea id=csi style=display:none></textarea><iframe name=wgjf style=display:none></iframe><div id=ghead><div id=gbar><nobr><b class=gb1>Web</b> <a onclick=gbar.qs(this) href="http://images.google.com/imghp?hl=en&tab=wi" class=gb1>Images</a> <a onclick=gbar.qs(this) href="http://video.google.com/?hl=en&tab=wv" class=gb1>Videos</a> <a onclick=gbar.qs(this) href="http://maps.google.com/maps?hl=en&tab=wl" class=gb1>Maps</a> <a onclick=gbar.qs(this) href="http://news.google.com/nwshp?hl=en&tab=wn" class=gb1>News</a> <a onclick=gbar.qs(this) href="http://www.google.com/prdhp?hl=en&tab=wf" class=gb1>Shopping</a> <a href="http://mail.google.com/mail/?hl=en&tab=wm" class=gb1>Gmail</a> <a href="http://www.google.com/intl/en/options/" class=gb1 style="text-decoration:none"><u>more</u> »</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><span id=gbe><a href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/ig%3Fhl%3Den%26source%3Diglk&usg=AFQjCNFA18XPfgb7dKnXfKz7x7g1GDH1tg" class=gb4>iGoogle</a> | </span><a href="/preferences?hl=en" class=gb4>Settings</a> | <a href="https://www.google.com/accounts/Login?hl=en&continue=http://www.google.com/" class=gb4>Sign in</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div></div> <center><br clear=all id=lgpd><img alt="Google" height=110 src="/intl/en_ALL/images/logo.gif" width=276 id=logo onload="window.lol&&lol()"><br><br><form action="/search" name=f><table cellpadding=0 cellspacing=0><tr valign=top><td width=25%> </td><td align=center nowrap><input name=hl type=hidden value=en><input name=source type=hidden value=hp><input type=hidden name=ie value="ISO-8859-1"><input autocomplete="off" maxlength=2048 name=q size=55 class=lst title="Google Search" value=""><br><input name=btnG type=submit value="Google Search" class=lsb><input name=btnI type=submit value="I'm Feeling Lucky" class=lsb></td><td nowrap width=25% align=left><font size=-2> <a href="/advanced_search?hl=en">Advanced Search</a><br> <a href="/language_tools?hl=en">Language Tools</a></font></td></tr></table></form><br><span id=footer><center id=fctr><br><font size=-1><a href="/intl/en/ads/">Advertising Programs</a> - <a href="/services/">Business Solutions</a> - <a href="/intl/en/about.html">About Google</a> - <b><a href="http://www.google.cn/">Go to Google China</a></b></font><p><font size=-2>©2010 - <a href="/intl/en/privacy.html">Privacy</a></font></p></center></span> <div id=xjsd></div><div id=xjsi><script>if(google.y)google.y.first=[];if(google.y)google.y.first=[];google.dstr=[];google.rein=[];window.setTimeout(function(){var a=document.createElement("script");a.src="/extern_js/f/CgJlbiAAKzAKOGFACCwrMA44DSwrMBc4BiwrMBg4BSwrMCU4yogBLCswJjgJLCswJzgELCswPDgCLCswQDgOLCswRDgCLCswRTgBLIACDQ/yqrCiTJmMlI.js";(document.getElementById("xjsd")||document.body).appendChild(a);if(google.timers&&google.timers.load.t)google.timers.load.t.xjsls=(new Date).getTime();},0);
|
||||
;google.neegg=1;google.y.first.push(function(){google.ac.m=1;google.ac.b=true;google.ac.i(document.f,document.f.q,'','','',{a:1,o:1});google.History&&google.History.initialize('/')});if(google.j&&google.j.en&&google.j.xi){window.setTimeout(google.j.xi,0);google.fade=null;}</script></div><script>(function(){
|
||||
var b,d,e,f;function g(a,c){if(a.removeEventListener){a.removeEventListener("load",c,false);a.removeEventListener("error",c,false)}else{a.detachEvent("onload",c);a.detachEvent("onerror",c)}}function h(a){f=(new Date).getTime();++d;a=a||window.event;var c=a.target||a.srcElement;g(c,h)}var i=document.getElementsByTagName("img");b=i.length;d=0;for(var j=0,k;j<b;++j){k=i[j];g(k,h);if(k.complete||typeof k.src!="string"||!k.src)++d;else if(k.addEventListener){k.addEventListener("load",h,false);k.addEventListener("error",
|
||||
h,false)}else{k.attachEvent("onload",h);k.attachEvent("onerror",h)}}e=b-d;function l(){google.timers.load.t.ol=(new Date).getTime();google.timers.load.t.iml=f;google.kCSI.imc=d;google.kCSI.imn=b;google.kCSI.imp=e;google.report&&google.report(google.timers.load,google.kCSI)}if(window.addEventListener)window.addEventListener("load",l,false);else if(window.attachEvent)window.attachEvent("onload",l);google.timers.load.t.prt=(f=(new Date).getTime());
|
||||
})();
|
||||
</script>
|
7
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/88185321.hdr
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
date:Tue, 13 Apr 2010 09:31:24 GMT
|
||||
expires:-1
|
||||
cache-control:private, max-age=0
|
||||
content-type:text/html; charset=ISO-8859-1
|
||||
server:gws
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/8A16BBD3
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
12
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/8A16BBD3.hdr
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
HTTP/1.0 200 OK
|
||||
server:nginx/0.6.36
|
||||
content-type:image/jpeg
|
||||
content-length:4675
|
||||
last-modified:Sun, 11 Apr 2010 23:33:32 GMT
|
||||
expires:Thu, 10 Jun 2010 23:34:25 GMT
|
||||
cache-control:max-age=5184000
|
||||
accept-ranges:bytes
|
||||
via:192.168.51.29, 192.168.51.234.nginx, 1.0 hzxs87:80 (Cdn Cache Server V2.0), 1.0 ls71:8103 (Cdn Cache Server V2.0), 1.0 zjls204:80 (Cdn Cache Server V2.0)
|
||||
connection:close
|
||||
age:1
|
||||
date:Sun, 11 Apr 2010 23:34:27 GMT
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/8BB2EB4E
vendored
Normal file
After Width: | Height: | Size: 2.3 KiB |
11
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/8BB2EB4E.hdr
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Mon, 12 Apr 2010 10:50:36 GMT
|
||||
expires:Tue, 12 Apr 2011 10:50:36 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:2418
|
||||
cache-control:public, max-age=31536000
|
||||
age:1
|
||||
connection:close
|
0
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/91612A70
vendored
Normal file
0
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/91612A70.hdr
vendored
Normal file
0
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/93BC99D2
vendored
Normal file
6
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/93BC99D2.hdr
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
content-length:254
|
||||
content-disposition:inline
|
||||
date:Mon, 12 Apr 2010 10:53:39 GMT
|
||||
expires:Mon, 12 Apr 2010 10:53:39 GMT
|
6
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/95359600
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<TITLE>302 Moved</TITLE></HEAD><BODY>
|
||||
<H1>302 Moved</H1>
|
||||
The document has moved
|
||||
<A HREF="http://www.google.com.hk/">here</A>.
|
||||
</BODY></HTML>
|
9
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/95359600.hdr
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
HTTP/1.1 302 FOUND
|
||||
location:http://www.google.com.hk/
|
||||
cache-control:private
|
||||
content-type:text/html; charset=UTF-8
|
||||
set-cookie:PREF=ID=ffc37ef2ed9d1fb2:FF=2:LD=zh-CN:NW=1:TM=1271150941:LM=1271150941:S=rtLTluBbsfHgx24r; expires=Thu, 12-Apr-2012 09:29:06 GMT; path=/; domain=.google.com.hk
|
||||
date:Tue, 13 Apr 2010 09:29:06 GMT
|
||||
server:gws
|
||||
content-length:222
|
||||
connection:close
|
10
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/97941144
vendored
Normal file
9
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/97941144.hdr
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
HTTP/1.1 200 OK
|
||||
date:Tue, 13 Apr 2010 10:16:03 GMT
|
||||
expires:-1
|
||||
cache-control:private, max-age=0
|
||||
content-type:text/html; charset=Big5
|
||||
set-cookie:PREF=ID=06773b30dc1e4f53:NW=1:TM=1271153763:LM=1271153763:S=m4hTW2cyrVVD2FA_; expires=Thu, 12-Apr-2012 10:16:03 GMT; path=/; domain=.google.com.hk
|
||||
set-cookie:NID=33=v6iVrFsz_LHhjc8yTX7TpS-tPpFDeVYHKnfxzfNcRC-th-yCirRmQkfYICm0BwOohm7I0JaYPNXr5nKiA3luNxjuvwXkh0Kdkj5FE_UBhz6I-0wTkBh1YM5njg94q91i; expires=Wed, 13-Oct-2010 10:16:03 GMT; path=/; domain=.google.com.hk; HttpOnly
|
||||
server:gws
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/A1482564
vendored
Normal file
After Width: | Height: | Size: 7.6 KiB |
11
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/A1482564.hdr
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Tue, 13 Apr 2010 09:22:35 GMT
|
||||
expires:Wed, 13 Apr 2011 09:22:35 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:7763
|
||||
cache-control:public, max-age=31536000
|
||||
age:402
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/A1C62786
vendored
Normal file
After Width: | Height: | Size: 191 B |
11
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/A1C62786.hdr
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Mon, 12 Apr 2010 10:49:56 GMT
|
||||
expires:Tue, 12 Apr 2011 10:49:56 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:191
|
||||
cache-control:public, max-age=31536000
|
||||
age:91
|
||||
connection:close
|
BIN
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/A1D520A1
vendored
Normal file
After Width: | Height: | Size: 282 B |
11
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/A1D520A1.hdr
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
HTTP/1.1 200 OK
|
||||
content-type:image/gif
|
||||
last-modified:Thu, 25 Mar 2010 09:42:43 GMT
|
||||
date:Mon, 12 Apr 2010 10:49:26 GMT
|
||||
expires:Tue, 12 Apr 2011 10:49:26 GMT
|
||||
x-content-type-options:nosniff
|
||||
server:sffe
|
||||
content-length:282
|
||||
cache-control:public, max-age=31536000
|
||||
age:106
|
||||
connection:close
|
6
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/A8467A2E
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<TITLE>302 Moved</TITLE></HEAD><BODY>
|
||||
<H1>302 Moved</H1>
|
||||
The document has moved
|
||||
<A HREF="http://www.google.com.hk/">here</A>.
|
||||
</BODY></HTML>
|
9
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/A8467A2E.hdr
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
HTTP/1.1 302 FOUND
|
||||
location:http://www.google.com.hk/
|
||||
cache-control:private
|
||||
content-type:text/html; charset=UTF-8
|
||||
set-cookie:PREF=ID=70a8ab90b1061235:FF=2:LD=zh-CN:NW=1:TM=1271149810:LM=1271149810:S=a2zaQpfJCS2gywPR; expires=Thu, 12-Apr-2012 09:10:15 GMT; path=/; domain=.google.com.hk
|
||||
date:Tue, 13 Apr 2010 09:10:15 GMT
|
||||
server:gws
|
||||
content-length:222
|
||||
connection:close
|
6
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/AE90A3CC
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<TITLE>302 Moved</TITLE></HEAD><BODY>
|
||||
<H1>302 Moved</H1>
|
||||
The document has moved
|
||||
<A HREF="http://www.google.com.hk/">here</A>.
|
||||
</BODY></HTML>
|
9
archive/ace3ds.com/old/ace3ds.com_Original_Kernel_20120308/data/bunjalloo/cache/AE90A3CC.hdr
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
HTTP/1.1 302 FOUND
|
||||
location:http://www.google.com.hk/
|
||||
cache-control:private
|
||||
content-type:text/html; charset=UTF-8
|
||||
set-cookie:PREF=ID=70a8ab90b1061235:U=50fc2043612ad676:FF=2:LD=zh-CN:NW=1:TM=1271149810:LM=1271149869:S=jiLz_WfrGTCCN4pz; expires=Thu, 12-Apr-2012 09:11:09 GMT; path=/; domain=.google.com.hk
|
||||
date:Tue, 13 Apr 2010 09:11:09 GMT
|
||||
server:gws
|
||||
content-length:222
|
||||
connection:close
|