Merge branch 'master' into sam460ex

This commit is contained in:
François Revol 2013-09-14 01:16:51 +02:00
commit c14bca2958
874 changed files with 158863 additions and 20947 deletions

View File

@ -203,118 +203,6 @@ if $(HAIKU_BUILD_FEATURE_CLUCENE) {
}
# LLVM
if $(TARGET_ARCH) = x86 {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
HAIKU_LLVM_FILE = llvm-3.2-x86-gcc4-2012-12-21.zip ;
local zipFile = [ DownloadFile $(HAIKU_LLVM_FILE)
: $(baseURL)/$(HAIKU_LLVM_FILE) ] ;
HAIKU_LLVM_DIR = [ FDirName $(HAIKU_OPTIONAL_BUILD_PACKAGES_DIR)
$(HAIKU_LLVM_FILE:B) ] ;
HAIKU_LLVM_HEADERS_DEPENDENCY = [ ExtractArchive $(HAIKU_LLVM_DIR)
: common/include/ : $(zipFile) : extracted-llvm ] ;
HAIKU_LLVM_HEADERS = [ FDirName $(HAIKU_LLVM_DIR) common include ] ;
# We can't Glob these because they aren't extracted yet.
HAIKU_LLVM_LIBS = [ ExtractArchive $(HAIKU_LLVM_DIR)
:
common/lib/libLLVMAsmParser.a
common/lib/libLLVMInstrumentation.a
common/lib/libLLVMLinker.a
common/lib/libLLVMArchive.a
common/lib/libLLVMBitReader.a
common/lib/libLLVMDebugInfo.a
common/lib/libLLVMJIT.a
common/lib/libLLVMipo.a
common/lib/libLLVMVectorize.a
common/lib/libLLVMBitWriter.a
common/lib/libLLVMTableGen.a
#common/lib/libLLVMHexagonCodeGen.a
#common/lib/libLLVMHexagonAsmPrinter.a
#common/lib/libLLVMHexagonDesc.a
#common/lib/libLLVMHexagonInfo.a
#common/lib/libLLVMNVPTXCodeGen.a
#common/lib/libLLVMNVPTXDesc.a
#common/lib/libLLVMNVPTXInfo.a
#common/lib/libLLVMNVPTXAsmPrinter.a
#common/lib/libLLVMMBlazeCodeGen.a
#common/lib/libLLVMMBlazeAsmParser.a
#common/lib/libLLVMMBlazeDisassembler.a
#common/lib/libLLVMMBlazeDesc.a
#common/lib/libLLVMMBlazeInfo.a
#common/lib/libLLVMMBlazeAsmPrinter.a
common/lib/libLLVMCppBackendCodeGen.a
common/lib/libLLVMCppBackendInfo.a
#common/lib/libLLVMMSP430CodeGen.a
#common/lib/libLLVMMSP430Desc.a
#common/lib/libLLVMMSP430AsmPrinter.a
#common/lib/libLLVMMSP430Info.a
#common/lib/libLLVMXCoreCodeGen.a
#common/lib/libLLVMXCoreDesc.a
#common/lib/libLLVMXCoreInfo.a
#common/lib/libLLVMCellSPUCodeGen.a
#common/lib/libLLVMCellSPUDesc.a
#common/lib/libLLVMCellSPUInfo.a
#common/lib/libLLVMMipsAsmParser.a
#common/lib/libLLVMMipsCodeGen.a
#common/lib/libLLVMMipsDesc.a
#common/lib/libLLVMMipsAsmPrinter.a
#common/lib/libLLVMMipsDisassembler.a
#common/lib/libLLVMMipsInfo.a
#common/lib/libLLVMARMAsmParser.a
#common/lib/libLLVMARMCodeGen.a
#common/lib/libLLVMARMDisassembler.a
#common/lib/libLLVMARMDesc.a
#common/lib/libLLVMARMInfo.a
#common/lib/libLLVMARMAsmPrinter.a
#common/lib/libLLVMPowerPCCodeGen.a
#common/lib/libLLVMPowerPCDesc.a
#common/lib/libLLVMPowerPCInfo.a
#common/lib/libLLVMPowerPCAsmPrinter.a
#common/lib/libLLVMSparcCodeGen.a
#common/lib/libLLVMSparcDesc.a
#common/lib/libLLVMSparcInfo.a
common/lib/libLLVMX86AsmParser.a
common/lib/libLLVMX86CodeGen.a
common/lib/libLLVMSelectionDAG.a
common/lib/libLLVMAsmPrinter.a
common/lib/libLLVMX86Disassembler.a
common/lib/libLLVMX86Desc.a
common/lib/libLLVMX86Info.a
common/lib/libLLVMX86AsmPrinter.a
common/lib/libLLVMX86Utils.a
common/lib/libLLVMMCDisassembler.a
common/lib/libLLVMMCParser.a
common/lib/libLLVMInterpreter.a
common/lib/libLLVMCodeGen.a
common/lib/libLLVMScalarOpts.a
common/lib/libLLVMInstCombine.a
common/lib/libLLVMTransformUtils.a
common/lib/libLLVMipa.a
common/lib/libLLVMAnalysis.a
common/lib/libLLVMMCJIT.a
common/lib/libLLVMRuntimeDyld.a
common/lib/libLLVMExecutionEngine.a
common/lib/libLLVMTarget.a
common/lib/libLLVMMC.a
common/lib/libLLVMObject.a
common/lib/libLLVMCore.a
common/lib/libLLVMSupport.a
: $(zipFile) : extracted-llvm ]
;
EnableBuildFeatures llvm ;
} else {
# Nor will it ever be
Echo "LLVM not available on GCC2" ;
}
} else {
Echo "LLVM not yet available on $(TARGET_ARCH)" ;
}
# GLU (GL Utilities)
if $(TARGET_ARCH) = x86 {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
@ -344,7 +232,7 @@ if $(TARGET_ARCH) = x86 {
if $(TARGET_ARCH) = x86 {
local zipFile ;
if $(HAIKU_GCC_VERSION[1]) >= 4 {
HAIKU_MESA_FILE = mesa-9.1.1-x86-gcc4-2013-04-27.zip ;
HAIKU_MESA_FILE = mesa-9.2.0-x86-gcc4-2013-08-28.zip ;
} else {
HAIKU_MESA_FILE = mesa-7.8.2-x86-gcc2-2013-04-28.zip ;
}
@ -386,21 +274,11 @@ if $(TARGET_ARCH) = x86 {
lib.haiku/libgallium.a
: $(zipFile)
: extracted-mesa ] ;
if FIsBuildFeatureEnabled(llvm) {
HAIKU_GALLIUM_LLVMPIPE_LIB = [ ExtractArchive $(HAIKU_MESA_DIR)
:
lib.haiku/libllvmpipe.a
: $(zipFile)
: extracted-mesa ] ;
Depends $(HAIKU_GALLIUM_LLVMPIPE_LIB) : $(HAIKU_LLVM_LIBS) ;
} else {
HAIKU_GALLIUM_SOFTPIPE_LIB = [ ExtractArchive $(HAIKU_MESA_DIR)
:
lib.haiku/libsoftpipe.a
: $(zipFile)
: extracted-mesa ] ;
}
HAIKU_GALLIUM_SWPIPE_LIB = [ ExtractArchive $(HAIKU_MESA_DIR)
:
lib.haiku/swpipe_bundle.a
: $(zipFile)
: extracted-mesa ] ;
}
EnableBuildFeatures mesa ;

View File

@ -17,7 +17,7 @@ local coffloader = boot_loader_openfirmware_coff ;
# OpenFirmware / Mac boot support files:
# CHRP script
local chrpboot = ofboot.b ;
local chrpscript = ofboot.chrp ;
# HFS creator and application type mapping for mkisofs
local hfsmaps = hfs.map ;
@ -25,11 +25,11 @@ local hfsmaps = hfs.map ;
# extra files to put on the boot iso
local extras = README.html ;
SEARCH on $(chrpboot) $(hfsmaps) $(extras) = [ FDirName $(HAIKU_TOP) data boot_cd ] ;
SEARCH on $(chrpscript) $(hfsmaps) $(extras) = [ FDirName $(HAIKU_TOP) data boot_cd ] ;
BuildCDBootPPCImage $(HAIKU_CD_BOOT_PPC_IMAGE) : $(hfsmaps) : $(elfloader) : $(coffloader) : $(chrpboot) : $(extras) ;
BuildCDBootPPCImage $(HAIKU_CD_BOOT_PPC_IMAGE) : $(hfsmaps) : $(elfloader) : $(coffloader) : $(chrpscript) : $(extras) ;
NotFile haiku-boot-cd-ppc ;

View File

@ -1,626 +0,0 @@
# This file defines what ends up on the Haiku image (respectively in the Haiku
# installation directory) and it executes the rules building the image
# (respectively installing the files in the installation directory).
# This is only temporary while x86_64 is still a work in progress, so I can
# easily add things to the image as I port them.
SYSTEM_BIN = "["
addattr alert arp
base64 basename bash bc beep
cal cat catattr checkfs chgrp chmod chown chroot cksum clear clockconfig
cmp collectcatkeys comm compress copyattr CortexAddOnHost cp csplit cut
date dd diff diff3 dircolors dirname df du dumpcatalog
echo eject env error expand expr
factor false find finddir FirstBootPrompt fmt fold fortune ftp
gawk gdb gzip gzexe getlimits groups
head hostname
id ifconfig <bin>install isvolume
join
kernel_debugger kill
less lessecho lesskey link linkcatkeys listdev ln locale locate logger
logname ls
makebootable md5sum mimeset mkdir mkfifo mkfs mktemp mount mountvolume mv
nl nohup notify nproc
od open
paste patch pathchk ping pr printenv printf ps ptx pwd
query
rc readlink rm rmattr rmdir
safemode sdiff seq sha1sum shred shuf shutdown sleep sort split stat
strace stty su sum sync sysinfo
tac tail tee test timeout touch tr true truncate tsort tty
unexpand uname uniq unlink unmount unzip <bin>updatedb
waitfor wc wget whoami
xargs xres
yes
zdiff zforce zgrep zip zipcloak <bin>zipgrep zipnote zipsplit zmore znew
;
SYSTEM_APPS = AboutSystem ActivityMonitor CDPlayer CharacterMap Debugger DeskCalc
Devices DiskUsage DriveSetup Expander Installer LaunchBox MediaConverter
NetworkStatus PoorMan Pulse ProcessController Screenshot ShowImage
SoundRecorder StyledEdit Terminal TV Workspaces
;
SYSTEM_PREFERENCES = Appearance Backgrounds DataTranslations <preference>Deskbar
FileTypes Keyboard Keymap Locale Media Mouse Network Notifications
Printers Screen ScreenSaver Time Touchpad <preference>Tracker
VirtualMemory
;
SYSTEM_DEMOS = BSnow Cortex FontDemo OverlayImage Pairs Sudoku ;
SYSTEM_LIBS = libbe.so libbsd.so libbnetapi.so libgame.so libdebug.so libmedia.so
libmidi2.so libnetwork.so <revisioned>libroot.so libroot-addon-icu.so
libtextencoding.so libtiff.so libtracker.so libtranslation.so
$(HAIKU_SHARED_LIBSTDC++) $(HAIKU_SHARED_LIBSUPC++)
;
PRIVATE_SYSTEM_LIBS =
$(HAIKU_JPEG_CURRENT_LIB)
$(HAIKU_LIBPNG_CURRENT_LIB)
$(HAIKU_ZLIB_CURRENT_LIB)
$(HAIKU_FREETYPE_CURRENT_LIB)
libilmimf.so
;
SYSTEM_SERVERS = app_server cddb_daemon debug_server input_server midi_server
mount_server net_server notification_server power_daemon print_server
print_addon_server registrar syslog_daemon dns_resolver_server
nfs4_idmapper_server
;
SYSTEM_NETWORK_DEVICES = ethernet loopback ;
SYSTEM_NETWORK_DATALINK_PROTOCOLS = ethernet_frame <module>arp loopback_frame
ipv6_datagram ;
SYSTEM_NETWORK_PROTOCOLS = ipv4 tcp udp icmp unix icmp6 ipv6 ;
SYSTEM_ADD_ONS_ACCELERANTS = vesa.accelerant ;
SYSTEM_ADD_ONS_TRANSLATORS = BMPTranslator EXRTranslator GIFTranslator
HVIFTranslator ICOTranslator JPEGTranslator JPEG2000Translator
PCXTranslator PNGTranslator PPMTranslator
RAWTranslator RTFTranslator SGITranslator STXTTranslator TGATranslator
TIFFTranslator WebPTranslator WonderBrushTranslator
;
SYSTEM_ADD_ONS_PRINT =
Canon\ LIPS3\ Compatible
Canon\ LIPS4\ Compatible
Gutenprint
PCL5\ Compatible
PCL6\ Compatible
PDF\ Writer
PS\ Compatible
;
SYSTEM_ADD_ONS_DRIVERS_GRAPHICS = vesa ;
SYSTEM_ADD_ONS_DRIVERS_NET = 3com atheros813x ar81xx attansic_l1 attansic_l2
broadcom440x broadcom570x dec21xxx etherpci ipro100 ipro1000 jmicron2x0
marvell_yukon nforce pcnet pegasus rtl8139 rtl81xx sis19x sis900 syskonnect
via_rhine wb840
;
SYSTEM_ADD_ONS_BUS_MANAGERS = [ FFilterByBuildFeatures
ata@ata pci ps2 isa scsi config_manager usb
] ;
SYSTEM_ADD_ONS_FILE_SYSTEMS = bfs iso9660 nfs4 attribute_overlay write_overlay ;
# modules
AddFilesToHaikuImage system add-ons kernel bus_managers
: $(SYSTEM_ADD_ONS_BUS_MANAGERS) ;
if $(HAIKU_ATA_STACK) = 1 {
AddFilesToHaikuImage system add-ons kernel busses ata
: generic_ide_pci legacy_sata ;
}
AddFilesToHaikuImage system add-ons kernel busses scsi
: ahci ;
AddFilesToHaikuImage system add-ons kernel busses usb
: <usb>uhci <usb>ohci <usb>ehci ;
AddFilesToHaikuImage system add-ons kernel debugger
: <kdebug>demangle <kdebug>invalidate_on_exit <kdebug>usb_keyboard ;
AddFilesToHaikuImage system add-ons kernel file_systems
: $(SYSTEM_ADD_ONS_FILE_SYSTEMS) ;
AddFilesToHaikuImage system add-ons kernel generic
: ata_adapter@ata bios dpc locked_pool scsi_periph <module>tty ;
AddFilesToHaikuImage system add-ons kernel partitioning_systems
: intel session ;
AddFilesToHaikuImage system add-ons kernel cpu : generic_x86 ;
# drivers
AddNewDriversToHaikuImage disk scsi : scsi_cd scsi_disk ;
# legacy drivers
AddDriversToHaikuImage : console dprintf null
random <driver>tty zero ;
AddDriversToHaikuImage graphics : $(SYSTEM_ADD_ONS_DRIVERS_GRAPHICS) ;
AddDriversToHaikuImage disk usb : usb_disk ;
AddDriversToHaikuImage input : ps2_hid usb_hid ;
AddDriversToHaikuImage net : $(SYSTEM_ADD_ONS_DRIVERS_NET) ;
# kernel
AddFilesToHaikuImage system : <revisioned>kernel_$(TARGET_ARCH) ;
# libs
AddLibrariesToHaikuHybridImage system lib
: $(SYSTEM_LIBS) $(PRIVATE_SYSTEM_LIBS) ;
OPTIONAL_LIBS_ALIASES =
libfreetype.so
libjpeg.so
libpng.so
libz.so
;
# libfreetype.so links to the current freetype lib
AddSymlinkToHaikuHybridImage system lib : $(HAIKU_FREETYPE_CURRENT_LIB:BS)
: $(HAIKU_FREETYPE_CURRENT_LINK) : : true ;
AddSymlinkToHaikuHybridImage system lib : $(HAIKU_FREETYPE_CURRENT_LINK)
: libfreetype.so : : true ;
# libpng.so links to the current libpng
AddSymlinkToHaikuHybridImage system lib : $(HAIKU_LIBPNG_CURRENT_LIB:BS)
: $(HAIKU_LIBPNG_CURRENT_LINK) : : true ;
AddSymlinkToHaikuHybridImage system lib : $(HAIKU_LIBPNG_CURRENT_LINK)
: libpng.so : : true ;
# libjpeg.so links to the current libjpeg
AddSymlinkToHaikuHybridImage system lib : $(HAIKU_JPEG_CURRENT_LIB:BS)
: $(HAIKU_JPEG_CURRENT_LINK) : : true ;
AddSymlinkToHaikuHybridImage system lib : $(HAIKU_JPEG_CURRENT_LINK)
: libjpeg.so : : true ;
# zlib.so links to the current zlib
AddSymlinkToHaikuHybridImage system lib : $(HAIKU_ZLIB_CURRENT_LIB:BS)
: $(HAIKU_ZLIB_CURRENT_LINK) : : true ;
AddSymlinkToHaikuHybridImage system lib : $(HAIKU_ZLIB_CURRENT_LINK)
: libz.so : : true ;
# servers
AddFilesToHaikuImage system servers : $(SYSTEM_SERVERS) ;
# apps
AddFilesToHaikuImage system : runtime_loader Deskbar Tracker ;
AddFilesToHaikuImage system bin : $(SYSTEM_BIN) consoled ;
AddFilesToHaikuImage system apps : $(SYSTEM_APPS) ;
AddFilesToHaikuImage system preferences : $(SYSTEM_PREFERENCES) ;
AddFilesToHaikuImage system demos : $(SYSTEM_DEMOS) ;
SEARCH on which = [ FDirName $(HAIKU_TOP) data bin ] ;
AddFilesToHaikuImage system bin : which ;
SEARCH on installoptionalpackage = [ FDirName $(HAIKU_TOP) data bin ] ;
AddFilesToHaikuImage system bin : installoptionalpackage ;
SEARCH on install-wifi-firmwares.sh = [ FDirName $(HAIKU_TOP) data bin ] ;
AddFilesToHaikuImage system bin : install-wifi-firmwares.sh ;
# Add the files to be used by installoptionalpackage.
AddDirectoryToHaikuImage common data optional-packages ;
local optional-pkg-files = BuildFeatures OptionalPackageDependencies
OptionalPackages OptionalLibPackages ;
for name in $(optional-pkg-files) {
local file = [ FDirName $(HAIKU_TOP) build jam $(name) ] ;
AddFilesToHaikuImage common data optional-packages : $(file) ;
}
AddInstalledPackagesFileToHaikuImage ;
AddSymlinkToHaikuImage system bin : bash : sh ;
AddSymlinkToHaikuImage system bin : trash : untrash ;
AddSymlinkToHaikuImage home Desktop : /boot/home : Home ;
# Mailbox folders and symlink
AddDirectoryToHaikuImage home mail draft ;
AddDirectoryToHaikuImage home mail in ;
AddDirectoryToHaikuImage home mail out ;
AddSymlinkToHaikuImage home config : settings/deskbar : be ;
# Deskbar Application links
AddDirectoryToHaikuImage home config settings deskbar Applications ;
DESKBAR_APPLICATIONS = ActivityMonitor DriveSetup Installer StyledEdit
Terminal ;
local linkTarget ;
for linkTarget in $(DESKBAR_APPLICATIONS) {
AddSymlinkToHaikuImage home config settings deskbar Applications
: /boot/system/apps/$(linkTarget) : $(linkTarget) ;
}
# Deskbar Desktop applets links
AddDirectoryToHaikuImage home config settings deskbar Desktop\ applets ;
DESKBAR_DESKTOP_APPLETS = NetworkStatus ProcessController ;
for linkTarget in $(DESKBAR_DESKTOP_APPLETS) {
AddSymlinkToHaikuImage home config settings deskbar Desktop\ applets
: /boot/system/apps/$(linkTarget) : $(linkTarget) ;
}
# Deskbar Preferences links
AddDirectoryToHaikuImage home config settings deskbar Preferences ;
DESKBAR_PREFERENCES = $(SYSTEM_PREFERENCES:B) ;
for linkTarget in $(DESKBAR_PREFERENCES) {
AddSymlinkToHaikuImage home config settings deskbar Preferences
: /boot/system/preferences/$(linkTarget)
: $(linkTarget) ;
}
# Deskbar Demo links
AddDirectoryToHaikuImage home config settings deskbar Demos ;
for linkTarget in $(SYSTEM_DEMOS) {
AddSymlinkToHaikuImage home config settings deskbar Demos
: /boot/system/demos/$(linkTarget) : $(linkTarget) ;
}
AddSymlinkToHaikuImage system bin : less : more ;
AddSymlinkToHaikuImage system bin : gzip : gunzip ;
AddSymlinkToHaikuImage system bin : gzip : zcat ;
AddSymlinkToHaikuImage system bin : zdiff : zcmp ;
AddSymlinkToHaikuImage system bin : unzip : zipinfo ;
AddSymlinkToHaikuImage system bin : gawk : awk ;
# scripts and data files
local bootScripts = Bootscript Bootscript.cd SetupEnvironment Netscript
InstallerInitScript InstallerFinishScript ;
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
AddFilesToHaikuImage system boot : $(bootScripts) ;
local userBootScripts = UserBootscript UserSetupEnvironment.sample ;
SEARCH on $(userBootScripts) = [ FDirName $(HAIKU_TOP) data config boot ] ;
AddFilesToHaikuImage home config boot : $(userBootScripts) ;
# Add boot launch directory
AddDirectoryToHaikuImage home config boot launch ;
local logoArtwork =
$(HAIKU_INCLUDE_TRADEMARKS)"HAIKU logo - white on blue - big.png"
$(HAIKU_INCLUDE_TRADEMARKS)"HAIKU logo - white on blue - normal.png" ;
SEARCH on $(logoArtwork) = [ FDirName $(HAIKU_TOP) data artwork ] ;
AddFilesToHaikuImage system data artwork : $(logoArtwork) ;
local etcDir = [ FDirName $(HAIKU_TOP) data etc ] ;
local etcFiles = inputrc profile ;
etcFiles = $(etcFiles:G=etc) ;
SEARCH on $(etcFiles) = [ FDirName $(etcDir) ] ;
etcFiles += <etc>termcap <etc>sysless <etc>sysless.in ;
AddFilesToHaikuImage common etc : $(etcFiles) ;
local profileFiles = [ Glob $(etcDir)/profile.d : *.sh ] ;
profileFiles = $(profileFiles:G=profile-d) ;
AddDirectoryToHaikuImage common etc profile.d ;
AddFilesToHaikuImage common etc profile.d : $(profileFiles) ;
local fortuneFiles = [ Glob $(HAIKU_TOP)/data/system/data/fortunes
: [a-zA-Z0-9]* ] ;
fortuneFiles = $(fortuneFiles:G=data!fortunes) ;
AddFilesToHaikuImage system data fortunes : $(fortuneFiles) ;
local fontDir = [ FDirName $(HAIKU_TOP) data system data fonts ] ;
local psFonts = [ Glob $(fontDir)/psfonts : *.afm *.pfb ] ;
local ttFonts = [ Glob $(fontDir)/ttfonts : *.ttf ] ;
AddFilesToHaikuImage system data fonts psfonts : $(psFonts) ;
AddFilesToHaikuImage system data fonts ttfonts : $(ttFonts) ;
local keymapFiles = [ Glob [ FDirName $(HAIKU_TOP) src data keymaps ]
: *.keymap ] ;
keymapFiles = $(keymapFiles:BG=keymap) ;
AddFilesToHaikuImage system data Keymaps : $(keymapFiles) ;
AddSymlinkToHaikuImage system data Keymaps : Swedish : Finnish ;
AddSymlinkToHaikuImage system data Keymaps : Slovene : Croatian ;
AddSymlinkToHaikuImage system data Keymaps : US-International : Brazilian ;
# Copy keyboard layout files to the image one-by-one.
local keyboardLayoutsDir
= [ FDirName $(HAIKU_TOP) data system data KeyboardLayouts ] ;
local keyboardLayoutFiles =
"Generic 104-key"
"Generic 105-key International"
"Kinesis Advantage"
"Kinesis Ergo Elan International"
"TypeMatrix 2030" ;
keyboardLayoutFiles = $(keyboardLayoutFiles:G=keyboard-layout) ;
SEARCH on $(keyboardLayoutFiles) = $(keyboardLayoutsDir) ;
AddFilesToHaikuImage system data KeyboardLayouts
: $(keyboardLayoutFiles) ;
# Add Apple Aluminum keyboard layout files to the image in an Apple Aluminum
# subdirectory. The subdirectory is turned into a submenu in the Layout menu
# of the Keymap preference app.
local appleAluminumDir
= [ FDirName $(HAIKU_TOP) data system data KeyboardLayouts
Apple\ Aluminum ] ;
local appleAluminumFiles =
"Apple Aluminium Extended International"
"Apple Aluminium International"
"Apple Aluminum (US)"
"Apple Aluminum Extended (US)" ;
appleAluminumFiles = $(appleAluminumFiles:G=keyboard-layout) ;
SEARCH on $(appleAluminumFiles) = $(appleAluminumDir) ;
AddFilesToHaikuImage system data KeyboardLayouts Apple\ Aluminum
: $(appleAluminumFiles) ;
# Add ThinkPad keyboard layout files to the image in a ThinkPad
# subdirectory. The subdirectory is turned into a submenu in the Layout menu
# of the Keymap preference app.
local thinkpadDir
= [ FDirName $(HAIKU_TOP) data system data KeyboardLayouts ThinkPad ] ;
local thinkPadFiles =
"ThinkPad (US)"
"ThinkPad International"
"ThinkPad T400s (US)"
"ThinkPad T400s International"
"ThinkPad X1 (US)"
"ThinkPad X1 International"
"ThinkPad X100e (US)"
"ThinkPad X100e International" ;
thinkPadFiles = $(thinkPadFiles:G=keyboard-layout) ;
SEARCH on $(thinkPadFiles) = $(thinkpadDir) ;
AddFilesToHaikuImage system data KeyboardLayouts ThinkPad
: $(thinkPadFiles) ;
local driverSettingsFiles = <driver-settings>kernel ;
SEARCH on $(driverSettingsFiles)
= [ FDirName $(HAIKU_TOP) data settings kernel drivers ] ;
AddFilesToHaikuImage home config settings kernel drivers
: $(driverSettingsFiles) ;
# post install scripts and fresh install indicator file
local postInstallFiles = add_catalog_entry_attributes.sh
default_deskbar_items.sh mime_update.sh ;
postInstallFiles = $(postInstallFiles:G=post-install) ;
SEARCH on $(postInstallFiles)
= [ FDirName $(HAIKU_TOP) data common boot post_install ] ;
SEARCH on <post-install>fresh_install
= [ FDirName $(HAIKU_TOP) data common settings ] ;
AddFilesToHaikuImage common boot post_install : $(postInstallFiles) ;
AddFilesToHaikuImage common settings : <post-install>fresh_install ;
# boot loader
AddFilesToHaikuImage system : haiku_loader ;
# boot module links
AddBootModuleSymlinksToHaikuImage
ata@ata pci config_manager dpc scsi usb ata_adapter@ata
locked_pool scsi_periph ahci generic_ide_pci legacy_sata
<usb>uhci <usb>ohci <usb>ehci
scsi_cd scsi_disk usb_disk
intel
bfs
;
# add-ons
AddFilesToHaikuImage system add-ons accelerants
: $(SYSTEM_ADD_ONS_ACCELERANTS) ;
AddFilesToHaikuHybridImage system add-ons Translators
: $(SYSTEM_ADD_ONS_TRANSLATORS) : : true ;
AddFilesToHaikuImage system add-ons input_server devices
: <input>keyboard <input>mouse <input>tablet <input>wacom ;
AddFilesToHaikuImage system add-ons kernel network
: <net>notifications stack ;
AddFilesToHaikuImage system add-ons kernel network : dns_resolver ;
AddFilesToHaikuImage system add-ons kernel network devices
: $(SYSTEM_NETWORK_DEVICES) ;
AddFilesToHaikuImage system add-ons kernel network datalink_protocols
: $(SYSTEM_NETWORK_DATALINK_PROTOCOLS) ;
AddFilesToHaikuImage system add-ons kernel network protocols
: $(SYSTEM_NETWORK_PROTOCOLS) ;
AddFilesToHaikuImage system add-ons disk_systems
: <disk_system>intel <disk_system>bfs ;
# create directories that will remain empty
AddDirectoryToHaikuImage common bin ;
AddDirectoryToHaikuImage common include ;
AddDirectoryToHaikuImage common lib ;
AddDirectoryToHaikuImage home Desktop ;
AddDirectoryToHaikuImage home config bin ;
AddDirectoryToHaikuImage home config lib ;
AddDirectoryToHaikuImage home mail ;
AddDirectoryToHaikuImage common var empty ;
AddDirectoryToHaikuImage common var log ;
AddDirectoryToHaikuImage common cache tmp ;
AddDirectoryToHaikuImage home config add-ons kernel drivers bin ;
AddDirectoryToHaikuImage home config add-ons kernel drivers dev ;
AddDirectoryToHaikuImage home config add-ons input_server devices ;
AddDirectoryToHaikuImage home config add-ons input_server filters ;
AddDirectoryToHaikuImage home config add-ons input_server methods ;
AddDirectoryToHaikuImage home config add-ons media plugins ;
AddDirectoryToHaikuImage home config add-ons Tracker ;
AddDirectoryToHaikuImage home config add-ons Print ;
AddDirectoryToHaikuImage home config add-ons Screen\ Savers ;
AddDirectoryToHaikuImage home config add-ons Translators ;
AddDirectoryToHaikuImage system data synth ;
AddDirectoryToHaikuImage system add-ons input_server methods ;
# licenses
CopyDirectoryToHaikuImage system data
: [ FDirName $(HAIKU_TOP) data system data licenses ]
: licenses : -x .svn ;
# Copy documentation as per DiskUsage's license requirement.
CopyDirectoryToHaikuImage system documentation
: [ FDirName $(HAIKU_TOP) docs apps diskusage ]
: diskusage : -x .svn ;
#pragma mark - Optional Packages
HAIKU_IMAGE_OPTIONAL_PACKAGE_DESCRIPTIONS = ;
include [ FDirName $(HAIKU_BUILD_RULES_DIR) OptionalPackages ] ;
include [ FDirName $(HAIKU_BUILD_RULES_DIR) OptionalTestPackages ] ;
include [ FDirName $(HAIKU_BUILD_RULES_DIR) OptionalLibPackages ] ;
local optionalPackageDescriptions ;
if $(HAIKU_IMAGE_OPTIONAL_PACKAGE_DESCRIPTIONS) {
optionalPackageDescriptions = <haiku-image>optional_package_descriptions ;
MakeLocate $(optionalPackageDescriptions)
: $(HAIKU_COMMON_PLATFORM_OBJECT_DIR) ;
Depends $(optionalPackageDescriptions)
: $(HAIKU_IMAGE_OPTIONAL_PACKAGE_DESCRIPTIONS) ;
actions together BuildOptionalPackageDescriptions
{
cat $(2) > $(1)
}
BuildOptionalPackageDescriptions $(optionalPackageDescriptions)
: $(HAIKU_IMAGE_OPTIONAL_PACKAGE_DESCRIPTIONS) ;
}
#pragma mark - User/Group Setup
# add the root user and the root and users groups
AddUserToHaikuImage $(HAIKU_ROOT_USER_NAME:E=baron) : 0 : 0 : /boot/home
: /bin/bash : $(HAIKU_ROOT_USER_REAL_NAME:E="Root User") ;
AddGroupToHaikuImage root : 0 : ;
AddGroupToHaikuImage users : 100 : ;
#pragma mark - Host Name
if $(HAIKU_IMAGE_HOST_NAME) {
actions BuildHaikuImageHostnameFile
{
echo "$(HAIKU_IMAGE_HOST_NAME)" > $(1)
}
local file = <haiku-image>hostname ;
Always $(file) ;
MakeLocate $(file) : $(HAIKU_COMMON_PLATFORM_OBJECT_DIR) ;
BuildHaikuImageHostnameFile $(file) ;
AddFilesToHaikuImage common settings network : $(file) ;
}
#pragma mark - Build The Image
# Execute pre-image user config rules.
UserBuildConfigRulePreImage ;
# Set image name and directory defaults and locate the image.
HAIKU_IMAGE_NAME ?= $(HAIKU_DEFAULT_IMAGE_NAME) ;
HAIKU_IMAGE_DIR ?= $(HAIKU_DEFAULT_IMAGE_DIR) ;
HAIKU_IMAGE = $(HAIKU_IMAGE_NAME) ;
HAIKU_IMAGE_SIZE ?= $(HAIKU_DEFAULT_IMAGE_SIZE) ; # 300 MB
HAIKU_IMAGE_LABEL ?= $(HAIKU_DEFAULT_IMAGE_LABEL) ;
MakeLocate $(HAIKU_IMAGE) : $(HAIKU_IMAGE_DIR) ;
# Set the default installation directory.
HAIKU_INSTALL_DIR ?= $(HAIKU_DEFAULT_INSTALL_DIR) ;
# the pseudo target all image contents is attached to
NotFile $(HAIKU_IMAGE_CONTAINER_NAME) ;
# prepare the script that initializes the shell variables
HAIKU_IMAGE_INIT_VARIABLES_SCRIPT = <HaikuImage>haiku.image-init-vars ;
local script = $(HAIKU_IMAGE_INIT_VARIABLES_SCRIPT) ;
MakeLocate $(script) : $(HAIKU_OUTPUT_DIR) ;
Always $(script) ;
AddVariableToScript $(script) : sourceDir : $(HAIKU_TOP) ;
AddVariableToScript $(script) : outputDir : $(HAIKU_OUTPUT_DIR) ;
AddVariableToScript $(script) : tmpDir : $(HAIKU_TMP_DIR) ;
AddVariableToScript $(script) : installDir : $(HAIKU_INSTALL_DIR) ;
#AddVariableToScript $(script) : isImage : 1 ;
AddVariableToScript $(script) : imageSize : $(HAIKU_IMAGE_SIZE) ;
AddVariableToScript $(script) : imageLabel : $(HAIKU_IMAGE_LABEL) ;
AddVariableToScript $(script) : addBuildCompatibilityLibDir
: $(HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR) ;
AddVariableToScript $(script) : dontClearImage : $(HAIKU_DONT_CLEAR_IMAGE) ;
AddVariableToScript $(script) : updateOnly : [ IsUpdateHaikuImageOnly ] ;
AddVariableToScript $(script) : stripOptionalPackageDebugSymbols
: $(HAIKU_STRIP_DEBUG_FROM_OPTIONAL_PACKAGES) ;
AddTargetVariableToScript $(script) : <build>addattr ;
AddTargetVariableToScript $(script) : <build>bfs_shell : bfsShell ;
AddTargetVariableToScript $(script) : <build>fs_shell_command : fsShellCommand ;
AddTargetVariableToScript $(script) : <build>copyattr ;
AddTargetVariableToScript $(script) : <build>create_image : createImage ;
AddTargetVariableToScript $(script) : <build>makebootable ;
AddTargetVariableToScript $(script) : <build>rc ;
AddTargetVariableToScript $(script) : <build>resattr ;
AddTargetVariableToScript $(script) : <build>unzip ;
AddTargetVariableToScript $(script) : <build>vmdkimage ;
AddVariableToScript $(script) : stripCommand : $(HAIKU_STRIP) ;
if $(HOST_RM_ATTRS_TARGET) {
AddTargetVariableToScript $(script) : $(HOST_RM_ATTRS_TARGET) : rmAttrs ;
} else {
AddVariableToScript $(script) : rmAttrs : rm ;
}
if $(optionalPackageDescriptions) {
AddTargetVariableToScript $(script) : $(optionalPackageDescriptions)
: optionalPackageDescriptions ;
}
# create the other scripts
HAIKU_IMAGE_MAKE_DIRS_SCRIPT = <HaikuImage>haiku.image-make-dirs ;
HAIKU_IMAGE_COPY_FILES_SCRIPT = <HaikuImage>haiku.image-copy-files ;
HAIKU_IMAGE_EXTRACT_FILES_SCRIPT = <HaikuImage>haiku.image-extract-files ;
MakeLocate $(HAIKU_IMAGE_MAKE_DIRS_SCRIPT) $(HAIKU_IMAGE_COPY_FILES_SCRIPT)
$(HAIKU_IMAGE_EXTRACT_FILES_SCRIPT) : $(HAIKU_OUTPUT_DIR) ;
CreateHaikuImageMakeDirectoriesScript $(HAIKU_IMAGE_MAKE_DIRS_SCRIPT) ;
CreateHaikuImageCopyFilesScript $(HAIKU_IMAGE_COPY_FILES_SCRIPT) ;
CreateHaikuImageExtractFilesScript $(HAIKU_IMAGE_EXTRACT_FILES_SCRIPT) ;
# Convenience wrapper rule around BuildHaikuImage.
rule _BuildHaikuImage image : isImage : isVMwareImage
{
# _BuildHaikuImage <image target> : <isImage> : <isVMwareImage> ;
#
# build the image
# HAIKU_IMAGE_EARLY_USER_SCRIPTS, HAIKU_IMAGE_LATE_USER_SCRIPTS can be
# specified by the user.
BuildHaikuImage $(image) :
$(HAIKU_IMAGE_INIT_VARIABLES_SCRIPT)
$(HAIKU_IMAGE_EARLY_USER_SCRIPTS)
$(HAIKU_IMAGE_MAKE_DIRS_SCRIPT)
$(HAIKU_IMAGE_COPY_FILES_SCRIPT)
$(HAIKU_IMAGE_EXTRACT_FILES_SCRIPT)
$(HAIKU_IMAGE_LATE_USER_SCRIPTS)
: $(isImage)
: $(isVMwareImage)
;
# remove the scripts we have generated
RmTemps $(image) :
$(HAIKU_IMAGE_INIT_VARIABLES_SCRIPT)
$(HAIKU_IMAGE_MAKE_DIRS_SCRIPT)
$(HAIKU_IMAGE_COPY_FILES_SCRIPT)
$(HAIKU_IMAGE_EXTRACT_FILES_SCRIPT)
;
}
# build the image
_BuildHaikuImage $(HAIKU_IMAGE) : true ;
NotFile haiku-image ;
Depends haiku-image : $(HAIKU_IMAGE) ;
# install Haiku into a directory
NotFile install-haiku ;
_BuildHaikuImage install-haiku : 0 ;
# build the VMware image
HAIKU_VMWARE_IMAGE_NAME ?= $(HAIKU_DEFAULT_VMWARE_IMAGE_NAME) ;
HAIKU_VMWARE_IMAGE = $(HAIKU_VMWARE_IMAGE_NAME) ;
MakeLocate $(HAIKU_VMWARE_IMAGE) : $(HAIKU_IMAGE_DIR) ;
_BuildHaikuImage $(HAIKU_VMWARE_IMAGE) : true : true ;
NotFile haiku-vmware-image ;
Depends haiku-vmware-image : $(HAIKU_VMWARE_IMAGE) ;
# Execute post-image user config rules.
UserBuildConfigRulePostImage ;

View File

@ -60,8 +60,8 @@ SYSTEM_PREFERENCES = [ FFilterByBuildFeatures
] ;
SYSTEM_DEMOS = [ FFilterByBuildFeatures
BSnow Chart Clock Cortex FontDemo GLTeapot@x86
$(HAIKU_INCLUDE_TRADEMARKS)Haiku3d@x86 Mandelbrot OverlayImage Pairs
Playground Pulse Sudoku
$(HAIKU_INCLUDE_TRADEMARKS)Haiku3d@x86 Mandelbrot OverlayImage PatchBay
Pairs Playground Pulse Sudoku
] ;
SYSTEM_LIBS = [ FFilterByBuildFeatures
libbe.so libbsd.so libbnetapi.so
@ -188,7 +188,7 @@ SYSTEM_ADD_ONS_DRIVERS_POWER = [ FFilterByBuildFeatures acpi_button@x86 ] ;
SYSTEM_ADD_ONS_BUS_MANAGERS = [ FFilterByBuildFeatures
ata@ata pci ps2@x86,x86_64 isa@x86,x86_64
ide@ide scsi config_manager agp_gart@x86 usb firewire@x86 acpi@x86
virtio
virtio random
] ;
SYSTEM_ADD_ONS_FILE_SYSTEMS = bfs btrfs cdda exfat ext2 fat iso9660 nfs nfs4
attribute_overlay write_overlay ntfs reiserfs@x86 udf googlefs ;
@ -226,8 +226,10 @@ if $(HAIKU_ATA_STACK) = 1 {
: generic_ide_pci it8211 legacy_sata silicon_image_3112 ide_isa@x86 ;
}
AddFilesToHaikuImage system add-ons kernel busses random
: virtio_rng ;
AddFilesToHaikuImage system add-ons kernel busses scsi
: ahci ;
: ahci virtio_scsi ;
AddFilesToHaikuImage system add-ons kernel busses usb
: <usb>uhci <usb>ohci <usb>ehci ;
AddFilesToHaikuImage system add-ons kernel busses virtio
@ -260,7 +262,7 @@ AddNewDriversToHaikuImage power : acpi_battery@x86 ;
# legacy drivers
AddDriversToHaikuImage : console dprintf null
random <driver>tty zero ;
<driver>tty zero ;
AddDriversToHaikuImage audio hmulti : $(SYSTEM_ADD_ONS_DRIVERS_AUDIO) ;
AddDriversToHaikuImage audio old : $(SYSTEM_ADD_ONS_DRIVERS_AUDIO_OLD) ;
AddDriversToHaikuImage midi : $(SYSTEM_ADD_ONS_DRIVERS_MIDI) ;
@ -611,7 +613,7 @@ AddBootModuleSymlinksToHaikuImage
ide_isa@x86
<usb>uhci <usb>ohci <usb>ehci
scsi_cd scsi_disk usb_disk
virtio virtio_pci virtio_block
virtio virtio_pci virtio_block virtio_scsi
efi_gpt
intel
bfs
@ -648,14 +650,14 @@ AddFilesToHaikuImage system add-ons media : $(SYSTEM_ADD_ONS_MEDIA) ;
AddFilesToHaikuImage system add-ons media plugins
: $(SYSTEM_ADD_ONS_MEDIA_PLUGINS) ;
AddFilesToHaikuImage system add-ons Tracker
: FileType-F Mark\ as… Mark\ as\ Read-R Open\ Target\ Folder-O
Open\ Terminal-T ZipOMatic-Z ;
: FileType Mark\ as… Mark\ as\ Read Open\ Target\ Folder
Open\ Terminal ZipOMatic ;
AddSymlinkToHaikuImage system add-ons Tracker
: /boot/system/preferences/Backgrounds : Background-B ;
: /boot/system/preferences/Backgrounds : Background ;
AddSymlinkToHaikuImage system add-ons Tracker
: /boot/system/apps/TextSearch : TextSearch-G ;
: /boot/system/apps/TextSearch : TextSearch ;
AddSymlinkToHaikuImage system add-ons Tracker
: /boot/system/apps/DiskUsage : DiskUsage-I ;
: /boot/system/apps/DiskUsage : DiskUsage ;
AddFilesToHaikuImage system add-ons input_server devices
: <input>keyboard <input>mouse <input>tablet <input>wacom ;
AddFilesToHaikuImage system add-ons input_server filters

View File

@ -1477,30 +1477,24 @@ actions BuildCDBootPPCImage1 bind MAPS
{
$(RM) $(<)
mkdir -p $(HAIKU_OUTPUT_DIR)/cd/ppc
cp $(>) $(HAIKU_OUTPUT_DIR)/cd/ppc/
mkdir -p $(HAIKU_OUTPUT_DIR)/cd/boot
# CHRP Boot script
cp $(>[3]) $(HAIKU_OUTPUT_DIR)/cd/ppc/bootinfo.txt
cp $(>[1]) $(HAIKU_OUTPUT_DIR)/cd/ofwboot.elf
cp $(>[2]) $(HAIKU_OUTPUT_DIR)/cd/ofwboot.xcf
#mkisofs -r -U -chrp-boot -V bootimg -o $(<) $(>[1]) $(>[2-])
#mkisofs -hfs -r -U -chrp-boot -part -map $(MAPS) -no-desktop \
# -hfs-volid bootimg -V bootimg -prep-boot $(>[1]:D=) -o $(<) $(>[1])
# - $(>[2-])
#mkisofs -v -hfs -part -map $(MAPS) -no-desktop -hfs-volid bootimg \
# -V bootimg -hfs-bless $(HAIKU_OUTPUT_DIR)/cd/ppc -r -o $(<) $(>[1]) \
# $(>[2-]) $(HAIKU_OUTPUT_DIR)/cd
#mkisofs -r -U -chrp-boot -V bootimg -prep-boot $(>[1]:D=) -o $(<) $(>[1]) \
# $(>[2-])
#mkisofs -r -U -V bootimg -prep-boot $(>[1]:D=) -o $(<) $(>[1]) $(>[2-])
# $(HAIKU_OUTPUT_DIR)/cd
# -hfs -hfs-bless .
cp $(>[3]) $(HAIKU_OUTPUT_DIR)/cd/boot/boot.chrp
# Haiku Bootloaders
cp $(>[2]) $(HAIKU_OUTPUT_DIR)/cd/boot/haikuloader.xcf
cp $(>[1]) $(HAIKU_OUTPUT_DIR)/cd/boot/haikuloader.elf
# Extras (readme files, etc)
cp $(>[4]) $(HAIKU_OUTPUT_DIR)/cd/
mkisofs -v -hfs -part -map $(MAPS) -no-desktop -hfs-volid bootimg \
-V bootimg -hfs-bless $(HAIKU_OUTPUT_DIR)/cd/ppc -prep-boot \
ppc/$(>[2]:D=) -r -o $(<) $(HAIKU_OUTPUT_DIR)/cd \
-V bootimg -hfs-bless $(HAIKU_OUTPUT_DIR)/cd/boot -prep-boot \
boot/haikuloader.xcf -r -o $(<) $(HAIKU_OUTPUT_DIR)/cd \
|| \
genisoimage -v -hfs -part -map $(MAPS) -no-desktop -hfs-volid bootimg \
-V bootimg -hfs-bless $(HAIKU_OUTPUT_DIR)/cd/ppc -prep-boot \
ppc/$(>[2]:D=) -r -o $(<) $(HAIKU_OUTPUT_DIR)/cd
#$(RM) -R $(HAIKU_OUTPUT_DIR)/cd
-V bootimg -hfs-bless $(HAIKU_OUTPUT_DIR)/cd/boot -prep-boot \
boot/haikuloader.xcf -r -o $(<) $(HAIKU_OUTPUT_DIR)/cd
$(RM) -R $(HAIKU_OUTPUT_DIR)/cd
}

View File

@ -295,9 +295,7 @@ if [ IsOptionalHaikuImagePackageAdded BeOSCompatibility ] {
# BePDF
if [ IsOptionalHaikuImagePackageAdded BePDF ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package BePDF available for $(TARGET_ARCH)" ;
} else {
if $(TARGET_ARCH) = x86 {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
bepdf-1.1.1b4-x86-gcc4-2012-08-11.zip
@ -309,6 +307,14 @@ if [ IsOptionalHaikuImagePackageAdded BePDF ] {
}
AddSymlinkToHaikuImage home config settings deskbar Applications
: /boot/apps/BePDF/BePDF ;
} else if $(TARGET_ARCH) = x86_64 {
InstallOptionalHaikuImagePackage
bepdf-1.1.1b4-x86_64-2013-07-28.zip
: $(baseURL)/bepdf-1.1.1b4-x86_64-2013-07-28.zip ;
AddSymlinkToHaikuImage home config settings deskbar Applications
: /boot/apps/BePDF/BePDF ;
} else {
Echo "No optional package BePDF available for $(TARGET_ARCH)" ;
}
}
@ -525,9 +531,7 @@ if [ IsOptionalHaikuImagePackageAdded CLucene ] {
# CMake
if [ IsOptionalHaikuImagePackageAdded CMake ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package CMake available for $(TARGET_ARCH)" ;
} else {
if $(TARGET_ARCH) = x86 {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
cmake-2.8.5-r1a4-x86-gcc4-2012-08-28.zip
@ -539,6 +543,13 @@ if [ IsOptionalHaikuImagePackageAdded CMake ] {
: $(baseURL)/cmake-2.8.5-r1a4-x86-gcc2-2012-08-27.zip
: : true ;
}
} else if $(TARGET_ARCH) = x86_64 {
InstallOptionalHaikuImagePackage
cmake-2.8.5-x86_64-2013-07-28.zip
: $(baseURL)/cmake-2.8.5-x86_64-2013-07-28.zip
: : true ;
} else {
Echo "No optional package CMake available for $(TARGET_ARCH)" ;
}
}
@ -1339,21 +1350,21 @@ if [ IsOptionalHaikuImagePackageAdded KeymapSwitcher ] {
if $(TARGET_ARCH) = x86 {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
KeymapSwitcher-1.2.7-x86-gcc4-2013-01-08.zip
: $(baseURL)/KeymapSwitcher-1.2.7-x86-gcc4-2013-01-08.zip
KeymapSwitcher-1.2.7-x86-gcc4-2013-05-27.zip
: $(baseURL)/KeymapSwitcher-1.2.7-x86-gcc4-2013-05-27.zip
: : : false ;
} else {
InstallOptionalHaikuImagePackage
KeymapSwitcher-1.2.7-x86-gcc2-2013-01-08.zip
: $(baseURL)/KeymapSwitcher-1.2.7-x86-gcc2-2013-01-08.zip
KeymapSwitcher-1.2.7-x86-gcc2-2013-05-27.zip
: $(baseURL)/KeymapSwitcher-1.2.7-x86-gcc2-2013-05-27.zip
: : : false ;
}
AddSymlinkToHaikuImage home config settings deskbar Preferences
: /boot/common/bin/KeymapSwitcher ;
} else if $(TARGET_ARCH) = x86_64 {
InstallOptionalHaikuImagePackage
KeymapSwitcher-1.2.7-x86_64-2013-01-08.zip
: $(baseURL)/KeymapSwitcher-1.2.7-x86_64-2013-01-08.zip
KeymapSwitcher-1.2.7-x86_64-2013-05-27.zip
: $(baseURL)/KeymapSwitcher-1.2.7-x86_64-2013-05-27.zip
: : true ;
AddSymlinkToHaikuImage home config settings deskbar Preferences
: /boot/common/bin/KeymapSwitcher ;
@ -1424,14 +1435,19 @@ if [ IsOptionalHaikuImagePackageAdded LibIconv ] {
# LibLayout library
if [ IsOptionalHaikuImagePackageAdded LibLayout ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package LibLayout available for $(TARGET_ARCH)" ;
} else if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage liblayout-1.4.1-r1a4-x86-gcc4-2012-08-30.zip
: $(baseURL)/liblayout-1.4.1-r1a4-x86-gcc4-2012-08-30.zip ;
if $(TARGET_ARCH) = x86 {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage liblayout-1.4.1-r1a4-x86-gcc4-2012-08-30.zip
: $(baseURL)/liblayout-1.4.1-r1a4-x86-gcc4-2012-08-30.zip ;
} else {
InstallOptionalHaikuImagePackage liblayout-1.4.0-gcc2-2009-03-08.zip
: $(baseURL)/liblayout-1.4.0-gcc2-2009-03-08.zip ;
}
} else if $(TARGET_ARCH) = x86_64 {
InstallOptionalHaikuImagePackage liblayout-1.4.1-x86_64-2013-07-28.zip
: $(baseURL)/liblayout-1.4.1-x86_64-2013-07-28.zip ;
} else {
InstallOptionalHaikuImagePackage liblayout-1.4.0-gcc2-2009-03-08.zip
: $(baseURL)/liblayout-1.4.0-gcc2-2009-03-08.zip ;
Echo "No optional package LibLayout available for $(TARGET_ARCH)" ;
}
}
@ -1788,12 +1804,12 @@ if [ IsOptionalHaikuImagePackageAdded Paladin ] {
} else {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
paladin-1.3-r1a4-x86-gcc4-2012-08-30.zip
: $(baseURL)/paladin-1.3-r1a4-x86-gcc4-2012-08-30.zip ;
paladin-1.3-x86-gcc4-2013-07-19.zip
: $(baseURL)/paladin-1.3-x86-gcc4-2013-07-19.zip ;
} else {
InstallOptionalHaikuImagePackage
paladin-1.3-r1a3-x86-gcc2-2011-05-18.zip
: $(baseURL)/paladin-1.3-r1a3-x86-gcc2-2011-05-18.zip ;
paladin-1.3-x86-gcc2-2013-07-19.zip
: $(baseURL)/paladin-1.3-x86-gcc2-2013-07-19.zip ;
}
AddSymlinkToHaikuImage home config settings deskbar Applications
@ -1828,9 +1844,7 @@ if [ IsOptionalHaikuImagePackageAdded PCRE ] {
# Pe text editor
if [ IsOptionalHaikuImagePackageAdded Pe ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Pe available for $(TARGET_ARCH)" ;
} else {
if $(TARGET_ARCH) = x86 {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
pe-2.4.3-600-x86-gcc4-2011-12-18.zip
@ -1844,6 +1858,16 @@ if [ IsOptionalHaikuImagePackageAdded Pe ] {
: /boot/apps/Pe/Pe ;
AddSymlinkToHaikuImage common bin
: /boot/apps/Pe/lpe ;
} else if $(TARGET_ARCH) = x86_64 {
InstallOptionalHaikuImagePackage
pe-2.4.3-hg-x86_64-2013-07-28.zip
: $(baseURL)/pe-2.4.3-hg-x86_64-2013-07-28.zip ;
AddSymlinkToHaikuImage home config settings deskbar Applications
: /boot/apps/Pe/Pe ;
AddSymlinkToHaikuImage common bin
: /boot/apps/Pe/lpe ;
} else {
Echo "No optional package Pe available for $(TARGET_ARCH)" ;
}
}
@ -2214,19 +2238,24 @@ if [ IsOptionalHaikuImagePackageAdded Vim ] {
# Vision
if [ IsOptionalHaikuImagePackageAdded Vision ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Vision available for $(TARGET_ARCH)" ;
} else {
if $(TARGET_ARCH) = x86 {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage vision-908-r1a4-x86-gcc4-2012-09-04.zip
: $(baseURL)/vision-908-r1a4-x86-gcc4-2012-09-04.zip ;
InstallOptionalHaikuImagePackage vision-0.9.7-x86-gcc4-2013-07-28.zip
: $(baseURL)/vision-0.9.7-x86-gcc4-2013-07-28.zip ;
} else {
InstallOptionalHaikuImagePackage
vision-908-r1a4-x86-gcc2-2012-08-29.zip
: $(baseURL)/vision-908-r1a4-x86-gcc2-2012-08-29.zip ;
vision-0.9.7-x86-gcc2-2013-07-28.zip
: $(baseURL)/vision-0.9.7-x86-gcc2-2013-07-28.zip ;
}
AddSymlinkToHaikuImage home config settings deskbar Applications
: /boot/apps/Vision/Vision ;
} else if $(TARGET_ARCH) = x86_64 {
InstallOptionalHaikuImagePackage vision-0.9.7-x86_64-2013-07-28.zip
: $(baseURL)/vision-0.9.7-x86_64-2013-07-28.zip ;
AddSymlinkToHaikuImage home config settings deskbar Applications
: /boot/apps/Vision/Vision ;
} else {
Echo "No optional package Vision available for $(TARGET_ARCH)" ;
}
}

View File

@ -20,6 +20,11 @@ additionalMakeArgs=$*
# additional flags for the binutils build. Should there ever be any other
# flags than -jN, we need to handle this differently.
if [ `uname -o` = 'Haiku' ]; then
# force cross-build if building on Haiku:
buildhostMachine=i586-pc-haiku_buildhost
buildHostSpec="--build=$buildhostMachine --host=$buildhostMachine"
fi
if [ ! -d $haikuSourceDir ]; then
echo "ERROR: No such directory: \"$haikuSourceDir\"" >&2
@ -101,8 +106,8 @@ fi
# build binutils
cd $binutilsObjDir
CFLAGS="-O2" CXXFLAGS="-O2" $buildToolsDir/binutils/configure \
--prefix=$installDir --target=i586-pc-haiku --disable-nls \
--enable-shared=yes --disable-werror || exit 1
--prefix=$installDir $buildHostSpec --target=i586-pc-haiku \
--disable-nls --enable-shared=yes --disable-werror || exit 1
make $additionalMakeArgs || exit 1
make $additionalMakeArgs install || exit 1
@ -146,10 +151,10 @@ case `uname` in
;;
esac
CFLAGS="-O2 -U_FORTIFY_SOURCE" CXXFLAGS="-O2" $buildToolsDir/gcc/configure \
--prefix=$installDir \
--target=i586-pc-haiku --disable-nls --enable-shared=yes \
--enable-languages=c,c++ --with-headers=$tmpIncludeDir \
--with-libs=$tmpLibDir || exit 1
--prefix=$installDir $buildHostSpec --target=i586-pc-haiku \
--disable-nls --enable-shared=yes --enable-languages=c,c++ \
--with-headers=$tmpIncludeDir --with-libs=$tmpLibDir \
|| exit 1
unset CC
# hack the Makefile to avoid trouble with stuff we don't need anyway
@ -184,12 +189,10 @@ rm -f $installDir/lib/gcc-lib/i586-pc-haiku/$haikuRequiredLegacyGCCVersion/inclu
# remove the system headers from the installation dir
# Only the ones from the source tree should be used.
sysIncludeDir=$installDir/i586-pc-haiku/sys-include
rm -rf $sysIncludeDir/be $sysIncludeDir/posix
rm -rf $installDir/i586-pc-haiku/sys-include
# remove the objects dir
rm -rf $objDir
echo "binutils and gcc for cross compilation have been built successfully!"

View File

@ -50,6 +50,12 @@ arm-*)
;;
esac
if [ `uname -o` = 'Haiku' ]; then
# force cross-build if building on Haiku:
buildhostMachine=${haikuMachine}_buildhost
buildHostSpec="--build=$buildhostMachine --host=$buildhostMachine"
fi
if [ ! -d $haikuSourceDir ]; then
echo "No such directory: \"$haikuSourceDir\"" >&2
exit 1
@ -121,7 +127,7 @@ if [ "$HAIKU_USE_GCC_GRAPHITE" = 1 ]; then
gmpObjDir=$objDir/gmp
cloogObjDir=$objDir/cloog
mkdir -p $pplObjDir $gmpObjDir $cloogObjDir || exit 1
gccConfigureArgs="$gccConfigureArgs --with-cloog=$installDir \
--enable-cloog-backend=isl --with-ppl=$installDir \
--disable-cloog-version-check --with-gmp=$installDir \
@ -134,8 +140,10 @@ export LC_ALL=POSIX
# build binutils
cd $binutilsObjDir
CFLAGS="-O2" CXXFLAGS="-O2" $binutilsSourceDir/configure \
--prefix=$installDir --target=$haikuMachine --disable-nls \
--disable-shared --disable-werror $binutilsConfigureArgs || exit 1
--prefix=$installDir $buildHostSpec --target=$haikuMachine \
--enable-targets=$haikuMachine,i386-efi-pe,x86_64-efi-pe \
--disable-nls --disable-shared --disable-werror $binutilsConfigureArgs \
|| exit 1
$MAKE $additionalMakeArgs || exit 1
$MAKE $additionalMakeArgs install || exit 1
@ -148,7 +156,7 @@ if [ "$HAIKU_USE_GCC_GRAPHITE" = 1 ]; then
--disable-shared --enable-cxx || exit 1
$MAKE $additionalMakeArgs || exit 1
$MAKE $additionalMakeArgs install || exit 1
# build ppl
cd $pplObjDir
CFLAGS="-O2" CXXFLAGS="-O2" $pplSourceDir/configure --prefix=$installDir \
@ -191,11 +199,13 @@ copy_headers $haikuSourceDir/headers/posix $tmpIncludeDir/posix
# configure gcc
cd $gccObjDir
CFLAGS="-O2" CXXFLAGS="-O2" $gccSourceDir/configure --prefix=$installDir \
--target=$haikuMachine --disable-nls --disable-shared --with-system-zlib \
CFLAGS="-O2" CXXFLAGS="-O2" $gccSourceDir/configure \
--prefix=$installDir $buildHostSpec --target=$haikuMachine \
--disable-nls --disable-shared --with-system-zlib \
--enable-languages=c,c++ --enable-lto --enable-frame-pointer \
--with-headers=$tmpIncludeDir --with-libs=$tmpLibDir \
$gccConfigureArgs || exit 1
$gccConfigureArgs \
|| exit 1
# make gcc
$MAKE $additionalMakeArgs || {
@ -235,8 +245,7 @@ fi
# remove the system headers from the installation dir
# Only the ones from the source tree should be used.
sysIncludeDir=$installDir/$haikuMachine/sys-include
rm -rf $sysIncludeDir/os $sysIncludeDir/posix
rm -rf $installDir/$haikuMachine/sys-include
# remove the objects dir
rm -rf $objDir

View File

@ -1,7 +1,14 @@
# This mapping is needed to successfully boot and to keep macos
# from treating everything like a text file (ugly!)
#
# EXTN XLate CREATOR TYPE Comment
.b Raw 'UNIX' 'tbxi' "bootstrap"
boot_loader_openfirmware Raw 'UNIX' 'boot' "bootstrap"
* Raw 'UNIX' 'UNIX' "unix"
# EXTN XLate CREATOR TYPE Comment
.chrp - 'chrp' 'tbxi' "Macintosh Toolbox ROM file"
.elf Raw 'UNIX' 'boot' "ELF Binary"
.xcf Raw 'UNIX' 'boot' "XCOFF Binary"
.htm Ascii 'MOSS' 'TEXT' "HTML File"
.html Ascii 'MOSS' 'TEXT' "HTML File"
.txt Ascii 'ttxt' 'TEXT' "Text File"
.hqx Ascii 'BnHq' 'TEXT' "BinHex file"
.sea Raw 'aust' 'APPL' "Self Expanding Archive"
.sit Raw 'SIT!' 'SITD' "Stuffit Expander file"
* Raw 'UNIX' 'UNIX' "Unix"

View File

@ -1,11 +0,0 @@
<CHRP-BOOT>
<DESCRIPTION>
Haiku Boot Disk
</DESCRIPTION>
<OS-NAME>
Haiku
</OS-NAME>
<BOOT-SCRIPT>
boot cd:,\ppc\boot_loader_openfirmware
</BOOT-SCRIPT>
</CHRP-BOOT>

180
data/boot_cd/ofboot.chrp Normal file
View File

@ -0,0 +1,180 @@
<chrp-boot>
<compatible>
MacRISC MacRISC3 MacRISC4
</compatible>
<description>
Haiku for PowerPC
</description>
<boot-script>
boot cd:,\\haikuloader.elf
</boot-script>
<icon size=64,64 color-space=3,3,2>
<bitmap>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00
</bitmap>
</icon>
</chrp-boot>

View File

@ -1,8 +1,8 @@
1 finnish x-vnd.Haiku-BFSAddOn 1074880496
Enable query support BFS_Initialize_Parameter Ota käyttöön kyselytuki
2048 (Recommended) BFS_Initialize_Parameter 2048 (Suositeltu)
8192 (Mostly large files) BFS_Initialize_Parameter 8192 (Enimmäkseen laajat tiedostot)
8192 (Mostly large files) BFS_Initialize_Parameter 8192 (Enimmäkseen isoja tiedostoja)
Disabling query support may speed up certain file system operations, but should only be used if one is absolutely certain that one will not need queries.\nAny volume that is intended for booting Haiku must have query support enabled. BFS_Initialize_Parameter Kyselytuen ottaminen pois käytöstä nopeuttaa tiettyjä tiedostojärjestelmätoimia, mutta sitä pitäisi käyttää ainoastaan, jos ollaan ehdottoman varmoja, että kukaan ei tarvitse kyselyjä.\nKaikissa Haikun alkulataustaltioissa on oltava kysely käytössä.
1024 (Mostly small files) BFS_Initialize_Parameter 1024 (Enimmäkseen pienet tiedostot)
1024 (Mostly small files) BFS_Initialize_Parameter 1024 (Enimmäkseen pieniä tiedostoja)
Blocksize: BFS_Initialize_Parameter Lohkokoko:
Name: BFS_Initialize_Parameter Nimi:

View File

@ -4,5 +4,5 @@ Enable query support BFS_Initialize_Parameter クエリを有効にする
8192 (Mostly large files) BFS_Initialize_Parameter 8192 (主に大きいファイル用)
Disabling query support may speed up certain file system operations, but should only be used if one is absolutely certain that one will not need queries.\nAny volume that is intended for booting Haiku must have query support enabled. BFS_Initialize_Parameter クエリを無効にすると、特定のファイルシステム操作は早くなるでしょう。しかし、完全にクエリを必要としないことを確信している場合のみ使うべきです。\nHaiku のブート対象のボリュームは、クエリを有効にする必要があります。
1024 (Mostly small files) BFS_Initialize_Parameter 1024 (主に小さいファイル用)
Blocksize: BFS_Initialize_Parameter ブロックサイズ
Name: BFS_Initialize_Parameter ボリューム名
Blocksize: BFS_Initialize_Parameter ブロックサイズ:
Name: BFS_Initialize_Parameter ボリューム名:

View File

@ -1,8 +1,8 @@
1 portuguese (brazil) x-vnd.Haiku-BFSAddOn 1074880496
Enable query support BFS_Initialize_Parameter Habilitar suporte a consultas
2048 (Recommended) BFS_Initialize_Parameter 2048 (Recomendado)
8192 (Mostly large files) BFS_Initialize_Parameter 8192 (Arquivos grandes em maioria)
Disabling query support may speed up certain file system operations, but should only be used if one is absolutely certain that one will not need queries.\nAny volume that is intended for booting Haiku must have query support enabled. BFS_Initialize_Parameter Disabilitar o suporte a consultas pode aumentar a velocidade de certas operações do sistema, mas somente deve ser utilizado se estiver absolutamente certo de que não irá precisar de consultas.\nQualquer volume que for necessário para inicializar o Haiku precisa ter suporte a consultas habilitado.
1024 (Mostly small files) BFS_Initialize_Parameter 1024 (Arquivos pequenos em maioria)
8192 (Mostly large files) BFS_Initialize_Parameter 8192 (Majoritariamente arquivos grandes)
Disabling query support may speed up certain file system operations, but should only be used if one is absolutely certain that one will not need queries.\nAny volume that is intended for booting Haiku must have query support enabled. BFS_Initialize_Parameter Desabilitar o suporte a consultas pode aumentar a velocidade de certas operações do sistema de arquivos, entretanto deveria ser utilizado somente se estiver absolutamente certo de que não necessitará de consultas.\nQualquer volume que for necessário para inicializar o Haiku deve obrigatoriamente ter o suporte a consultas habilitado.
1024 (Mostly small files) BFS_Initialize_Parameter 1024 (Na maioria arquivos pequenos)
Blocksize: BFS_Initialize_Parameter Tamanho do bloco:
Name: BFS_Initialize_Parameter Nome:

View File

@ -1,2 +1,2 @@
1 ukrainian x-vnd.Haiku-IntelDiskAddOn 4191422532
Active partition BFS_Creation_Parameter Активний розділ
1 ukrainian x-vnd.Haiku-IntelDiskAddOn 946918966
Active partition PrimaryPartitionEditor Активний розділ

View File

@ -0,0 +1,2 @@
1 ukrainian x-vnd.Haiku-NTFSDiskAddOn 25755486
Name: NTFS_Initialize_Parameter Ім'я:

View File

@ -1,8 +1,8 @@
1 portuguese (brazil) x-vnd.Haiku-KeyboardInputServerDevice 2536418998
Kill application Team monitor Matar aplicação
Kill application Team monitor Matar aplicativo
Quit application Team monitor Fechar aplicativo
Select an application from the list above and click one of the buttons 'Kill application' and 'Quit application' in order to close it.\n\nHold CONTROL+ALT+DELETE for %ld seconds to reboot. Team monitor Selecione um aplicativo da lista acima e clique um dos botões 'Matar aplicativo' e 'Fechar aplicativo' de maneira a fechá-lo.\n\nPressione CONTROL+ALT+DELETE por %ld segundos para reiniciar.
If the application will not quit you may have to kill it. Team monitor Se a aplicação não fechar, você deve matá-la.
If the application will not quit you may have to kill it. Team monitor Se o aplicativo não fechar, você deve matá-lo.
Force reboot Team monitor Forçar a reinicialização
Team monitor Team monitor Monitor de equipe
(This team is a system component) Team monitor (Esta equipe é um componente do sistema)

View File

@ -3,7 +3,7 @@
has ConfigView on
Move to ConfigView Siirrä kohtaan
Then ConfigView Sitten
value (use REGEX: in from of regular expressions like *spam*) ConfigView arvo (käytä REGEX-ohjelmisto: säännöllisistä lausekkeista kuten *spam*)
value (use REGEX: in from of regular expressions like *spam*) ConfigView arvo (käytä REGEX-ohjelmistoa: säännöllisistä lausekkeista kuten *spam*)
this field is based on the action ConfigView tämä kenttä perustuu toimintoon
Delete message ConfigView Poista viesti
Rule filter RuleFilter Sääntösuodatin

View File

@ -7,7 +7,7 @@ You have %num new message for %name. filter %name より\n%num 通のメッセ
Log window ConfigView ログウィンドウ
Central beep ConfigView ビープ音 (すべてのアカウント)
Beep ConfigView ビープ音
Method: ConfigView 方法
Method: ConfigView 方法:
Central alert ConfigView 警告ウィンドウ (すべてのアカウント)
Alert ConfigView 警告ウィンドウ
none ConfigView 無し

View File

@ -1,9 +1,9 @@
1 japanese x-vnd.Haiku-SpamFilter 1975155212
or empty e-mail SpamFilterConfig または空のメール
Spam Filter (AGMS Bayesian) SpamFilter スパムフィルター (AGMS Bayesian)
Genuine below and uncertain above: SpamFilterConfig 正規のを下に、疑わしいものを上に
Spam above: SpamFilterConfig スパムを上に
Add spam rating to start of subject SpamFilterConfig 件名の最初にスパムの格付けを加える
Genuine below and uncertain above: SpamFilterConfig 正規のを下に、疑わしいものを上に:
Spam above: SpamFilterConfig スパムを上に:
Add spam rating to start of subject SpamFilterConfig 件名の最初にスパムの評価を加える
Learn from all incoming e-mail SpamFilterConfig 受信メールすべてから学習する
Sorry, unable to launch the spamdbm program to let you edit the server settings. SpamFilterConfig すみません、サーバー設定編集のための spamdbm プログラムを起動できませんでした。
Close SpamFilterConfig 閉じる

View File

@ -10,7 +10,7 @@ Getting UniqueIDs… pop3 固有のIDを取得中…
: Connection refused or host not found pop3 接続が拒否されたかサーバーが見つかりません。
Error while connecting to server %serv pop3 サーバー %serv に接続中にエラーが発生しました
Error while authenticating user %user pop3 ユーザー %user 認証中にエラーが発生しました
Destination: ConfigView メッセージの保存先
Destination: ConfigView メッセージの保存先:
APOP ConfigView APOP
Sending password… pop3 パスワード送信中…
Connect to server… pop3 サーバーに接続しました…

View File

@ -1,4 +1,4 @@
1 ukrainian x-vnd.Haiku-POP3 3499458074
1 ukrainian x-vnd.Haiku-POP3 672805158
Plain text ConfigView Звиклий текст
Sending APOP authentication… pop3 Відправка визначника APOP …
Sending username… pop3 Відправка імені користувача…
@ -7,10 +7,11 @@ Getting mailbox size… pop3 Отримання розміру скриньки
Connecting to POP3 server… pop3 Підключення до POP3 сервера…
Getting UniqueIDs… pop3 Отримання особистого ID…
: No reply.\n pop3 Без відповіді.\n
: Connection refused or host not found pop3 Під'єднання невдале або хост не знайдено
: Connection refused or host not found pop3 Під'єднання невдале або сервер не знайдено
Error while connecting to server %serv pop3 Помилка при під'єднанні до сервера %serv
Error while authenticating user %user pop3 Помилка ідентифікації користувача %user
Destination: ConfigView Ціль:
APOP ConfigView APOP
Sending password… pop3 Відправка гасла…
Connect to server… pop3 Під'єднання до сервера…
. The server said:\n pop3 . Відповідь сервера: \n

View File

@ -1,5 +1,5 @@
1 japanese x-vnd.Haiku-SMTP 2740407895
SMTP server: ConfigView SMTPサーバー:
SMTP server: ConfigView SMTP サーバー:
STARTTLS ConfigView STARTTLS
Error while logging in to %serv smtp %serv へのログイン中にエラーが発生しました
Unencrypted ConfigView 暗号化無し
@ -8,7 +8,7 @@ ESMTP ConfigView ESMTP
Connecting to server… smtp 接続中...
Error while opening connection to %serv smtp %serv への接続中にエラーが発生しました
POP3 authentication failed. The server said:\n smtp POP3認証に失敗しました。\n
Destination: ConfigView メッセージの保存先
Destination: ConfigView メッセージの保存先:
: Connection refused or host not found. smtp 接続が拒否されたかサーバーが見つかりません。
None ConfigView 無し
POP3 before SMTP ConfigView POP3 before SMTP

View File

@ -1,6 +1,8 @@
1 ukrainian x-vnd.Haiku-SMTP 1052586247
1 ukrainian x-vnd.Haiku-SMTP 2740407895
SMTP server: ConfigView SMTP-сервер:
Error while logging in to %serv smtp Помилка з'єднання з %serv
STARTTLS ConfigView STARTTLS
Error while logging in to %serv smtp Помилка при вході на %serv
Unencrypted ConfigView Без шифрування
. The server says:\n smtp Сервер відповідає:\n
ESMTP ConfigView ESMTP
Connecting to server… smtp З'єднання з сервером...
@ -10,4 +12,5 @@ Destination: ConfigView Призначення:
: Connection refused or host not found. smtp : Погане з'єднання або хост не знайдено
None ConfigView Жоден
POP3 before SMTP ConfigView POP3 перед SMTP
SSL ConfigView SSL
. The server said:\n smtp . Сервер повідомив:\n

View File

@ -1,4 +1,4 @@
1 polish x-vnd.Haiku-hmulti_audio.media_addon 2905288525
1 polish x-vnd.Haiku-hmulti_audio.media_addon 1336654819
Master MultiAudio Master
SPDIF MultiAudio SPDIF
Gain MultiAudio Wzmocnienie
@ -8,6 +8,7 @@ CD MultiAudio CD
Tone control MultiAudio Kontrola tonów
Phone MultiAudio Telefon
Aux MultiAudio Aux
Output bass MultiAudio Wyjście basu
Headphones MultiAudio Słuchawki
Beep MultiAudio Brzęczyk
Input MultiAudio Wejście

View File

@ -0,0 +1,34 @@
1 ukrainian x-vnd.Haiku-hmulti_audio.media_addon 451057402
Master MultiAudio Головний
SPDIF MultiAudio SPDIF
Gain MultiAudio Гучність
Output 3D center MultiAudio Центр 3D вихода
Extended Setup MultiAudio Розширене налаштування
CD MultiAudio CD
Tone control MultiAudio Керування тоном
Phone MultiAudio Телефон
Aux MultiAudio Додатковий
Output bass MultiAudio Вихід басів
Headphones MultiAudio Навушники
Beep MultiAudio Сигнал
Output mono mix MultiAudio Вихід моно мікс
Output stereo mix MultiAudio Вихід стерео мікс
Input MultiAudio Вхід
Output treble MultiAudio Вихід високих
Mono mix MultiAudio Моно міксування
General MultiAudio Загальні
Input & Output MultiAudio Вхід і Вихід
Enhanced Setup MultiAudio Розширені налаштування
Stereo mix MultiAudio Стерео міксування
Output 3D depth MultiAudio Вихід 3D глибини
Volume MultiAudio Гучність
Output MultiAudio Вихід
Video MultiAudio Відео
Line MultiAudio Лінія
Mic MultiAudio Мікрофон
frequency: MultiAudio частота:
Enable MultiAudio Увімкнути
Mute MultiAudio Приглушити
Wave MultiAudio Хвиля
Setup MultiAudio Параметри
Level MultiAudio Рівень

View File

@ -1,2 +1,2 @@
1 ukrainian x-vnd.Haiku-FlurryScreensaver 3686556109
Flurry System name Flurry
Flurry System name Хвилювання

View File

@ -1,15 +1,15 @@
1 japanese x-vnd.Haiku-GLifeScreensaver 1707534289
Grid Border: %li GLife ScreenSaver グリッドの輪郭 %li
Grid Width: GLife ScreenSaver グリッドの幅
Grid Border: %li GLife ScreenSaver グリッドの輪郭: %li
Grid Width: GLife ScreenSaver グリッドの幅:
none GLife ScreenSaver 無し
Grid Height: GLife ScreenSaver グリッドの高さ
Grid Height: GLife ScreenSaver グリッドの高さ:
%sx GLife ScreenSaver This is a factor: the x represents 'times' %sx
None GLife ScreenSaver 無し
4x GLife ScreenSaver This is a factor: the x represents 'times' 4x
Grid Width: %li GLife ScreenSaver グリッドの幅 %li
Grid Height: %li GLife ScreenSaver グリッドの高さ %li
Grid Life Delay: GLife ScreenSaver グリッドの生存猶予:
Grid Width: %li GLife ScreenSaver グリッドの幅: %li
Grid Height: %li GLife ScreenSaver グリッドの高さ: %li
Grid Life Delay: GLife ScreenSaver グリッドが変化するまでの時間:
OpenGL \"Game of Life\" GLife ScreenSaver OpenGL \"ライフゲーム\"
Grid Life Delay: %s GLife ScreenSaver グリッドの生存猶予: %s
Grid Border: GLife ScreenSaver グリッドの境界
Grid Life Delay: %s GLife ScreenSaver グリッドが変化するまでの時間: %s
Grid Border: GLife ScreenSaver グリッドの境界:
by Aaron Hill GLife ScreenSaver Aaron Hill 作

View File

@ -0,0 +1,15 @@
1 ukrainian x-vnd.Haiku-GLifeScreensaver 1707534289
Grid Border: %li GLife ScreenSaver Межа сітки: %li
Grid Width: GLife ScreenSaver Ширина сітки:
none GLife ScreenSaver немає
Grid Height: GLife ScreenSaver Висота сiтки:
%sx GLife ScreenSaver This is a factor: the x represents 'times' %sx
None GLife ScreenSaver Нічого
4x GLife ScreenSaver This is a factor: the x represents 'times' 4x
Grid Width: %li GLife ScreenSaver Ширина сітки: %li
Grid Height: %li GLife ScreenSaver Висота сітки: %li
Grid Life Delay: GLife ScreenSaver Затримка сітки Життя:
OpenGL \"Game of Life\" GLife ScreenSaver OpenGL \"Гра Життя\"
Grid Life Delay: %s GLife ScreenSaver Затримка сітки Життя: %s
Grid Border: GLife ScreenSaver Межа сітки:
by Aaron Hill GLife ScreenSaver розробив Aaron Hill

View File

@ -1,5 +1,5 @@
1 japanese x-vnd.Haiku-IFSScreensaver 2018309174
Iterated Function System Screensaver IFS 反復関数系
Morphing speed: Screensaver IFS モーフィング速度
Morphing speed: Screensaver IFS モーフィング速度:
%screenSaverName%\n\n© 1997 Massimino Pascal\n\nxscreensaver port by Stephan Aßmus\n<stippi@yellowbites.com> Screensaver IFS %screenSaverName%\n\n© 1997 Massimino Pascal\n\nxscreensaverのStephan Aßmus\n<stippi@yellowbites.com> による移植
Render dots additive Screensaver IFS 点を加算にする

View File

@ -1,6 +1,6 @@
1 japanese x-vnd.Haiku-LeavesScreensaver 3469951032
Drop rate: Leaves 落下頻度
Size variation: Leaves サイズ変化量
Drop rate: Leaves 落下頻度:
Size variation: Leaves サイズ変化量:
Leaves Leaves 落ち葉
Leaf size: Leaves 落ち葉のサイズ
Leaf size: Leaves 落ち葉のサイズ:
by Deyan Genovski, Geoffry Song Leaves by Deyan Genovski, Geoffry Song

View File

@ -7,7 +7,7 @@ Trail depth Screensaver Spider 探索深さ
Color Screensaver Spider 色
Blue Screensaver Spider 青
for bonefish Screensaver Spider bonefish のために
Spider by stippi Screensaver Spider stippi作の Spider
Spider by stippi Screensaver Spider stippi 作の Spider
Green Screensaver Spider 緑
Cyan Screensaver Spider シアン
Max. points per polygon Screensaver Spider ポリゴンごとの最大ポイント数

View File

@ -5,10 +5,10 @@ Creating archive: %s file:ZipOMaticWindow.cpp アーカイブ %s を作成中
Continue file:ZipOMaticWindow.cpp 続ける
Preparing to archive file:ZipperThread.cpp アーカイブを準備中
Drop files here. file:ZipOMaticWindow.cpp ここにファイルをドロップしてください。
Filename: %s file:ZipOMaticWindow.cpp ファイル名 %s
Filename: %s file:ZipOMaticWindow.cpp ファイル名: %s
Let them continue file:ZipOMatic.cpp これらを続ける
Do you want to stop them? file:ZipOMatic.cpp 中止してよろしいですか?
Are you sure you want to stop creating this archive? file:ZipOMaticWindow.cpp アーカイブの作成を中止してよろしいですか?
Do you want to stop them? file:ZipOMatic.cpp 中止しすか?
Are you sure you want to stop creating this archive? file:ZipOMaticWindow.cpp アーカイブの作成を中止しますか?
%ld files added. file:ZipOMaticWindow.cpp %ld 個のファイルを追加しました。
Stopped file:ZipOMaticWindow.cpp 一時停止中
Archive file:ZipperThread.cpp アーカイブ

View File

@ -1,7 +1,7 @@
1 japanese x-vnd.Haiku-HVIFTranslator 249304797
Haiku vector icon translator HVIFTranslator Haiku ベクターアイコン用トランスレーター
HVIF icons HVIFTranslator HVIF アイコン
Render size: HVIFView 描画サイズ
Render size: HVIFView 描画サイズ:
HVIFTranslator Settings HVIFTranslator HVIFTranslator 設定
Haiku vector icon translator HVIFView Haiku ベクターアイコン用トランスレーター
HVIF Settings HVIFMain HVIF 設定

View File

@ -1,6 +1,8 @@
1 ukrainian x-vnd.Haiku-HVIFTranslator 2227623652
1 ukrainian x-vnd.Haiku-HVIFTranslator 249304797
Haiku vector icon translator HVIFTranslator Транслятор векторних значків Haiku
HVIF icons HVIFTranslator Іконки HVIF
Render size: HVIFView Розмір рендера:
HVIFTranslator Settings HVIFTranslator Настройки перетворювача HVIFТ
Haiku vector icon translator HVIFView Транслятор векторних значків Haiku
HVIF Settings HVIFMain Настройки HVIF
Version %d.%d.%d, %s HVIFView Версія %d.%d.%d, %s

View File

@ -8,7 +8,7 @@ Enforce valid icon sizes ConfigView 強制的に有効なサイズにする
ICO Settings main ICO 設定
Windows icon translator ICOTranslator Windowsアイコン用トランスレーター
pixels in either direction. ConfigView ピクセル(縦横とも)です。
Write 32 bit images on true color input ConfigView true colorの入力に対して32 bitイメージを書き出す
Write 32 bit images on true color input ConfigView true color の入力に対して 32 bit イメージを書き出す
Icon ICOTranslator アイコン
ICOTranslator Settings ConfigView ICO トランスレーター設定
Windows icon translator ConfigView Windowsアイコン用トランスレーター

View File

@ -1,7 +1,7 @@
1 japanese x-vnd.Haiku-JPEG2000Translator 547915409
Write JPEG2000Translator 書き出し
JPEG2000 images JPEG2000Translator JPEG2000 イメージ
Output only codestream (.jpc) JPEG2000Translator Codestreamのみ出力 (.jpc)
Output only codestream (.jpc) JPEG2000Translator Codestream のみ出力 (.jpc)
Write black-and-white images as RGB24 JPEG2000Translator モノクロイメージを RGB24 として書き出す
Output quality JPEG2000Translator 出力品質
Read JPEG2000Translator 読み取り

View File

@ -7,5 +7,5 @@ PNG Settings PNGTranslator PNG設定
PNG image translator PNGTranslator PNG イメージトランスレーター
None PNGTranslator 無し
PNG images PNGTranslator PNG イメージ
Interlacing type: PNGTranslator インターレース
Interlacing type: PNGTranslator インターレース:
PNGTranslator Settings PNGTranslator PNG トランスレーター設定

View File

@ -7,5 +7,5 @@ PNG Settings PNGTranslator Настройки PNG транслятора
PNG image translator PNGTranslator Транслятор PNG изображений
None PNGTranslator Без чередования
PNG images PNGTranslator PNG изображения
Interlacing type: PNGTranslator Тип чередования
Interlacing type: PNGTranslator Тип чередования:
PNGTranslator Settings PNGTranslator Настройки PNG транслятора

View File

@ -1,5 +1,5 @@
1 japanese x-vnd.Haiku-SGITranslator 2222378389
Use compression: SGIView 圧縮方法
Use compression: SGIView 圧縮方法:
Version %d.%d.%d %s SGIView バージョン %d.%d.%d %s
SGITranslator Settings SGITranslator SGI トランスレーター設定
None SGIView 無圧縮

View File

@ -2,7 +2,7 @@
Use compression: SGIView Использовать сжатие:
Version %d.%d.%d %s SGIView Версия %d.%d.%d %s
SGITranslator Settings SGITranslator Настройки SGI транслятора
None SGIView без сжатия
None SGIView Без сжатия
SGI images SGITranslator SGI изображения
SGI image translator SGITranslator Транслятор SGI изображений
SGI image SGITranslator SGI изображение

View File

@ -1,4 +1,4 @@
1 belarusian x-vnd.Haiku-TIFFTranslator 237855326
1 belarusian x-vnd.Haiku-TIFFTranslator 1930083198
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: немагчыма пераключыць каталог\n
TIFF image TIFFTranslator Выява TIFF
@ -10,7 +10,7 @@ TIFFTranslator Settings TIFFTranslator Наладкі канвертара вы
TIFF image translator TIFFTranslator Канвертар выяваў TIFF
RLE (Packbits) TIFFView RLE (Packbits)
TIFF Settings TIFFMain Наладкі TIFF
Use compression: TIFFView Сціскаць:
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: некарэктны індэкс дакументу\n
ZIP (Deflate) TIFFView ZIP (Deflate)
Version %d.%d.%d %s TIFFView Версія %d.%d.%d %s
Use Compression: TIFFView Запакаваць:

View File

@ -1,4 +1,4 @@
1 german x-vnd.Haiku-TIFFTranslator 237855326
1 german x-vnd.Haiku-TIFFTranslator 1930083198
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: Ordner konnte nicht gesetzt werden\n
TIFF image TIFFTranslator TIFF-Bild
@ -10,7 +10,7 @@ TIFFTranslator Settings TIFFTranslator TIFFTranslator-Einstellungen
TIFF image translator TIFFTranslator TIFF-Bild-Translator
RLE (Packbits) TIFFView RLE (Packbits)
TIFF Settings TIFFMain TIFF-Einstellungen
Use compression: TIFFView Komprimierung:
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: ungültiger Dokument-Index\n
ZIP (Deflate) TIFFView ZIP (Deflate)
Version %d.%d.%d %s TIFFView Version %d.%d.%d %s
Use Compression: TIFFView Komprimierung:

View File

@ -1,4 +1,4 @@
1 greek, modern (1453-) x-vnd.Haiku-TIFFTranslator 237855326
1 greek, modern (1453-) x-vnd.Haiku-TIFFTranslator 1624888114
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: αδυναμία ορισμού του καταλόγου\n
TIFF image TIFFTranslator TIFF εικόνα
@ -13,4 +13,3 @@ TIFF Settings TIFFMain TIFF Ρυθμίσεις
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: λανθασμένο έγγραφο ευρετηρίου\n
ZIP (Deflate) TIFFView ZIP (Deflate)
Version %d.%d.%d %s TIFFView Έκδοση %d.%d.%d %s
Use Compression: TIFFView Χρήση συμπίεσης:

View File

@ -1,4 +1,4 @@
1 finnish x-vnd.Haiku-TIFFTranslator 237855326
1 finnish x-vnd.Haiku-TIFFTranslator 1930083198
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: ei voitu asettaa hakemistoa\n
TIFF image TIFFTranslator TIFF-kuva
@ -10,7 +10,7 @@ TIFFTranslator Settings TIFFTranslator TIFF-muunninasetukset
TIFF image translator TIFFTranslator TIFF-kuvamuunnin
RLE (Packbits) TIFFView RLE (Pakettibitit)
TIFF Settings TIFFMain TIFF-asetukset
Use compression: TIFFView Käytä pakkausta:
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: virheellinen asiakirjahakemisto\n
ZIP (Deflate) TIFFView ZIP (Kutista)
Version %d.%d.%d %s TIFFView Versio %d.%d.%d %s
Use Compression: TIFFView Käyttäjätiivistys:

View File

@ -1,4 +1,4 @@
1 french x-vnd.Haiku-TIFFTranslator 237855326
1 french x-vnd.Haiku-TIFFTranslator 1930083198
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identification de l'entête TIFF : impossible de déterminer l'annuaire\n
TIFF image TIFFTranslator Image TIFF
@ -10,7 +10,7 @@ TIFFTranslator Settings TIFFTranslator Réglages du traducteur TIFF
TIFF image translator TIFFTranslator Traducteur d'images TIFF
RLE (Packbits) TIFFView RLE (bits empaqueté)
TIFF Settings TIFFMain Réglages TIFF
Use compression: TIFFView Méthode de compression :
identify_tiff_header: invalid document index\n TIFFTranslator identification de l'entête TIFF : index de document invalide\n
ZIP (Deflate) TIFFView ZIP (Compression)
Version %d.%d.%d %s TIFFView Version %d.%d.%d %s
Use Compression: TIFFView Utiliser la compression :

View File

@ -1,4 +1,4 @@
1 hungarian x-vnd.Haiku-TIFFTranslator 237855326
1 hungarian x-vnd.Haiku-TIFFTranslator 1930083198
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: nem sikerült a mappát beállítani\n
TIFF image TIFFTranslator TIFF kép
@ -10,7 +10,7 @@ TIFFTranslator Settings TIFFTranslator TIFFÉrtelmező beállítások
TIFF image translator TIFFTranslator TIFF kép értelmező
RLE (Packbits) TIFFView RLE
TIFF Settings TIFFMain TIFF beállítások
Use compression: TIFFView Tömörítés módja:
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: érvénytelen dokumentumindex\n
ZIP (Deflate) TIFFView ZIP
Version %d.%d.%d %s TIFFView %d.%d.%d %s verzió
Use Compression: TIFFView Tömörítés módja:

View File

@ -1,4 +1,4 @@
1 japanese x-vnd.Haiku-TIFFTranslator 237855326
1 japanese x-vnd.Haiku-TIFFTranslator 1930083198
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: couldn't set directory\n
TIFF image TIFFTranslator TIFF イメージ
@ -10,7 +10,7 @@ TIFFTranslator Settings TIFFTranslator TIFF トランスレーター設定
TIFF image translator TIFFTranslator TIFF イメージトランスレーター
RLE (Packbits) TIFFView RLE (Packbits)
TIFF Settings TIFFMain TIFF 設定
Use compression: TIFFView 圧縮方法:
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: invalid document index\n
ZIP (Deflate) TIFFView ZIP (Deflate)
Version %d.%d.%d %s TIFFView バージョン %d.%d.%d %s
Use Compression: TIFFView 圧縮方法:

View File

@ -1,4 +1,4 @@
1 lithuanian x-vnd.Haiku-TIFFTranslator 237855326
1 lithuanian x-vnd.Haiku-TIFFTranslator 1624888114
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: nepavyko nustatyti katalogo\n
TIFF image TIFFTranslator TIFF paveikslas
@ -13,4 +13,3 @@ TIFF Settings TIFFMain TIFF nuostatos
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: negalimas dokumento indeksas\n
ZIP (Deflate) TIFFView ZIP (Deflate)
Version %d.%d.%d %s TIFFView Versija %d.%d.%d %s
Use Compression: TIFFView Naudoti glaudinimą:

View File

@ -1,4 +1,4 @@
1 dutch; flemish x-vnd.Haiku-TIFFTranslator 237855326
1 dutch; flemish x-vnd.Haiku-TIFFTranslator 1624888114
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: kan directory niet plaatsen\n
TIFF image TIFFTranslator TIFF afbeelding
@ -13,4 +13,3 @@ TIFF Settings TIFFMain TIFF Instellingen
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: ongeldige documentindex\n
ZIP (Deflate) TIFFView ZIP (Deflate)
Version %d.%d.%d %s TIFFView Versie %d.%d.%d %s
Use Compression: TIFFView Gebruik compressie:

View File

@ -1,4 +1,4 @@
1 polish x-vnd.Haiku-TIFFTranslator 237855326
1 polish x-vnd.Haiku-TIFFTranslator 1624888114
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: nie można ustawić katalogu\n
TIFF image TIFFTranslator Obraz TIFF
@ -13,4 +13,3 @@ TIFF Settings TIFFMain Ustawienia TIFF
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: błędny indeks dokumentu\n
ZIP (Deflate) TIFFView ZIP (deflate)
Version %d.%d.%d %s TIFFView Wersja %d.%d.%d %s
Use Compression: TIFFView Użyj kompresji:

View File

@ -1,4 +1,4 @@
1 portuguese (brazil) x-vnd.Haiku-TIFFTranslator 237855326
1 portuguese (brazil) x-vnd.Haiku-TIFFTranslator 1930083198
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: não foi possível definir diretório\n
TIFF image TIFFTranslator imagem TIFF
@ -10,7 +10,7 @@ TIFFTranslator Settings TIFFTranslator Definições do Tradutor TIFF
TIFF image translator TIFFTranslator tradutor de imagem TIFF
RLE (Packbits) TIFFView RLE (Pacote de bits)
TIFF Settings TIFFMain Definições de TIFF
Use compression: TIFFView Usar compressão:
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: indexação de documento inválida\n
ZIP (Deflate) TIFFView ZIP (Extrair)
Version %d.%d.%d %s TIFFView Versão %d.%d.%d %s
Use Compression: TIFFView Usar Compressão:

View File

@ -1,4 +1,4 @@
1 romanian x-vnd.Haiku-TIFFTranslator 237855326
1 romanian x-vnd.Haiku-TIFFTranslator 1624888114
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: nu s-a putut configura dosarul\n
TIFF image TIFFTranslator Imagine TIFF
@ -13,4 +13,3 @@ TIFF Settings TIFFMain Configurări TIFF
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: indice de document nevalid\n
ZIP (Deflate) TIFFView ZIP (Dezumflare)
Version %d.%d.%d %s TIFFView Versiune %d.%d.%d %s
Use Compression: TIFFView Utilizează compresia:

View File

@ -1,4 +1,4 @@
1 russian x-vnd.Haiku-TIFFTranslator 237855326
1 russian x-vnd.Haiku-TIFFTranslator 1930083198
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: не удалось установить каталог\n
TIFF image TIFFTranslator TIFF изображение
@ -10,7 +10,7 @@ TIFFTranslator Settings TIFFTranslator Настройки TIFF транслят
TIFF image translator TIFFTranslator Транслятор TIFF изображений
RLE (Packbits) TIFFView RLE (Packbits)
TIFF Settings TIFFMain Настройки TIFF транслятора
Use compression: TIFFView Использовать сжатие:
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: неверный индекс документа\n
ZIP (Deflate) TIFFView ZIP (Deflate)
Version %d.%d.%d %s TIFFView Версия %d.%d.%d %s
Use Compression: TIFFView Использовать сжатие:

View File

@ -1,4 +1,4 @@
1 slovak x-vnd.Haiku-TIFFTranslator 237855326
1 slovak x-vnd.Haiku-TIFFTranslator 1624888114
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: nepodarilo sa nastaviť adresár\n
TIFF image TIFFTranslator Obrázok TIFF
@ -13,4 +13,3 @@ TIFF Settings TIFFMain Nastavenia TIFF
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: neplatný index dokumentu\n
ZIP (Deflate) TIFFView ZIP (Deflate)
Version %d.%d.%d %s TIFFView Verzia %d.%d.%d %s
Use Compression: TIFFView Použiť kompresiu:

View File

@ -1,4 +1,4 @@
1 swedish x-vnd.Haiku-TIFFTranslator 237855326
1 swedish x-vnd.Haiku-TIFFTranslator 1930083198
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header: kunde inte ange mapp\n
TIFF image TIFFTranslator TIFF-bild
@ -10,7 +10,7 @@ TIFFTranslator Settings TIFFTranslator TIFF-bildinställningar
TIFF image translator TIFFTranslator TIFF-bildöversättare
RLE (Packbits) TIFFView RLE (Packbitar)
TIFF Settings TIFFMain TIFF-inställningar
Use compression: TIFFView Använd komprimering:
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header: felaktigt dokumentindex\n
ZIP (Deflate) TIFFView ZIP (Deflate)
Version %d.%d.%d %s TIFFView Version %d.%d.%d %s
Use Compression: TIFFView Använd komprimering:

View File

@ -1,4 +1,4 @@
1 ukrainian x-vnd.Haiku-TIFFTranslator 237855326
1 ukrainian x-vnd.Haiku-TIFFTranslator 1624888114
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator iВизначення заголовка tiff: неможливо встановити каталог\n
TIFF image TIFFTranslator Зображення TIFF
@ -13,4 +13,3 @@ TIFF Settings TIFFMain Настройки TIFF
identify_tiff_header: invalid document index\n TIFFTranslator Визначення заголовка tiff: неправильний показник документу\n
ZIP (Deflate) TIFFView ZIP (Deflate)
Version %d.%d.%d %s TIFFView Версія %d.%d.%d %s
Use Compression: TIFFView Використати зтиск:

View File

@ -1,4 +1,4 @@
1 english x-vnd.Haiku-TIFFTranslator 237855326
1 english x-vnd.Haiku-TIFFTranslator 1624888114
LZW TIFFView LZW
identify_tiff_header: couldn't set directory\n TIFFTranslator identify_tiff_header无法设置目录\n
TIFF image TIFFTranslator TIFF 图像
@ -13,4 +13,3 @@ TIFF Settings TIFFMain TIFF 设置
identify_tiff_header: invalid document index\n TIFFTranslator identify_tiff_header无效文档索引\n
ZIP (Deflate) TIFFView ZIP (Deflate)
Version %d.%d.%d %s TIFFView 版本 %d.%d.%d%s
Use Compression: TIFFView 使用压缩:

View File

@ -1,17 +1,17 @@
1 japanese x-vnd.Haiku-WebPTranslator 3197103165
Compression method: ConfigView 圧縮方法
Compression method: ConfigView 圧縮方法:
WebP image translator ConfigView WebP イメージトランスレーター
Based on libwebp v0.1, ConfigView libwebp v0.1 に基づく、
Preset ConfigView プリセット
Preset ConfigView プリセット:
WebP images WebPTranslator WebP イメージ
WebPTranslator Settings ConfigView WebP トランスレーター設定
Output quality: ConfigView 出力品質
Output quality: ConfigView 出力品質:
WebP Settings main WebP 設定
Text ConfigView テキスト
Slower but better ConfigView 遅いが高圧縮
WebP image WebPTranslator WebP イメージ
©2010-2011 Haiku Inc. ConfigView ©2010-2011 Haiku Inc.
Output preset: ConfigView 出力プリセット
Output preset: ConfigView 出力プリセット:
Picture ConfigView ピクチャ
Low ConfigView 低い
High ConfigView 高い

View File

@ -1,5 +1,5 @@
1 russian x-vnd.Haiku-WebPTranslator 3197103165
Compression method: ConfigView Метод сжатия
Compression method: ConfigView Метод сжатия:
WebP image translator ConfigView Транслятор WebP изображений
Based on libwebp v0.1, ConfigView Основано на libwebp v0.1,
Preset ConfigView Пресет

View File

@ -5,11 +5,11 @@ BSD (4-clause) AboutView BSD (4-klauzulás)
%ld Processors: AboutView %ld Processzor:
Copyright © 2000 Jean-Pierre ervbefeL and Remi Lefebvre. AboutView Copyright © 2000 Jean-Pierre ervbefeL és Remi Lefebvre.
Copyright © 1996-2005 Julian R Seward. All rights reserved. AboutView Copyright © 1996-2005 Julian R Seward. Minden jog fenntartva.
%d MiB total AboutView %d MB összesen
%d MiB total AboutView %d MiB összesen
Michael Phipps (project founder)\n\n AboutView Michael Phippsnek (projektalapító)\n\n
The Haiku-Ports team\n AboutView A Haiku-Ports csapatának\n
Copyright © 1998-2003 Daniel Veillard. All rights reserved. AboutView Copyright © 1998-2003 Daniel Veillard. Minden jog fenntartva.
%d MiB used (%d%%) AboutView %d MB használt (%d%%)
%d MiB used (%d%%) AboutView %d MiB használt (%d%%)
Website, marketing & documentation:\n AboutView Weboldal, marketing és dokumentáció:\n
GNU LGPL v2.1 AboutView GNU LGPL v2.1
AboutSystem System name Névjegy
@ -28,7 +28,7 @@ Copyright © 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard. All r
Portions of this software are under copyright.\nCopyright © 1996-2006 The FreeType Project. All rights reserved. AboutView E szoftver része szerzői jog által védettek.\nSzerzői jog © 1996-2006 The FreeType Project. Minden jog fenntartva.
The copyright to the Haiku code is property of Haiku, Inc. or of the respective authors where expressly noted in the source. Haiku® and the HAIKU logo® are registered trademarks of Haiku, Inc.\n\n AboutView A Haiku kódjának szerzői jogai a Haiku, Inc.-et vagy, ha nevük a forráskódban külön ki van emelve, a kód egyes íróit illetik. A Haiku® és a HAIKU logo® a Haiku, Inc. bejegyzett védjegye.\n\n
Copyright © 1987-1988 Digital Equipment Corporation, Maynard, Massachusetts.\nAll rights reserved. AboutView Copyright © 1987-1988 Digital Equipment Corporation, Maynard, Massachusetts.\nMinden jog fenntartva.
%total MiB total, %inaccessible MiB inaccessible AboutView %total MB összesen, %inaccessible MB nem használható
%total MiB total, %inaccessible MiB inaccessible AboutView %total MiB összesen, %inaccessible MiB nem használható
Copyright © 2000-2007 Fabrice Bellard, et al. AboutView Copyright © 2000-2007 Fabrice Bellard és munkatársai.
Contributors:\n AboutView Közreműködők:\n
Unknown AboutView Ismeretlen

View File

@ -1,8 +1,8 @@
1 japanese x-vnd.Haiku-About 2547069165
Copyright © 1999-2010 by the authors of Gutenprint. All rights reserved. AboutView Copyright © 1999-2010 Gutenprintの著者たち. All rights reserved.
Copyright © 1999-2010 by the authors of Gutenprint. All rights reserved. AboutView Copyright © 1999-2010 Gutenprint の著者たち. All rights reserved.
Travis Geiselbrecht (and his NewOS kernel)\n AboutView Travis Geiselbrecht (ならびに彼が開発した NewOS カーネル)\n
BSD (4-clause) AboutView BSD (4条項)
%ld Processors: AboutView %ld プロセッサ
%ld Processors: AboutView %ld プロセッサ:
Copyright © 2000 Jean-Pierre ervbefeL and Remi Lefebvre. AboutView Copyright © 2000 Jean-Pierre ervbefeLおよびRemi Lefebvre.
Copyright © 1996-2005 Julian R Seward. All rights reserved. AboutView Copyright © 1996-2005 Julian R Seward. All rights reserved.
%d MiB total AboutView 合計 %d MiB
@ -10,7 +10,7 @@ Michael Phipps (project founder)\n\n AboutView Michael Phipps (プロジェク
The Haiku-Ports team\n AboutView Haiku-Ports チーム\n
Copyright © 1998-2003 Daniel Veillard. All rights reserved. AboutView Copyright © 1998-2003 Daniel Veillard. All rights reserved.
%d MiB used (%d%%) AboutView %d MiB 使用中 (%d%%)
Website, marketing & documentation:\n AboutView ウェブサイト、広報 & ドキュメント\n
Website, marketing & documentation:\n AboutView ウェブサイト、広報 & ドキュメント:\n
GNU LGPL v2.1 AboutView GNU LGPL v2.1
AboutSystem System name このシステムについて
MIT (no promotion) AboutView MIT (非商用利用)
@ -18,11 +18,11 @@ Copyright © 2003 Peter Hanappe and others. AboutView Copyright © 2003 Peter H
Copyright © 1994-1997 Mark Kilgard. All rights reserved. AboutView Copyright © 1994-1997 Mark Kilgard. All rights reserved.
Revision AboutView リビジョン
Copyright © 2002-2005 Industrial Light & Magic, a division of Lucas Digital Ltd. LLC. AboutView Copyright © 2002-2005 Industrial Light & Magic, a division of Lucas Digital Ltd. LLC.
Be Inc. and its developer team, for having created BeOS!\n\n AboutView Be Inc. およびその開発チーム: 彼らはBeOSを創造してくれました!
Be Inc. and its developer team, for having created BeOS!\n\n AboutView Be Inc. およびその開発チーム: 彼らは BeOS を創造してくれました!
Copyright © 1999-2000 Y.Takagi. All rights reserved. AboutView Copyright © 1999-2000 Y.Takagi. All rights reserved.
Source Code: AboutView ソースコード
Processor: AboutView プロセッサ
Kernel: AboutView カーネル
Source Code: AboutView ソースコード:
Processor: AboutView プロセッサ:
Kernel: AboutView カーネル:
BSD (3-clause) AboutView BSD (3条項)
Copyright © 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard. All rights reserved. AboutView Copyright © 2001-2002 Thomas Broyer, Charlie BozemanおよびDaniel Veillard. All rights reserved.
Portions of this software are under copyright.\nCopyright © 1996-2006 The FreeType Project. All rights reserved. AboutView このソフトウェアの一部は著作権下にあります。 \nCopyright © 1996-2006 The FreeType Project. All rights reserved.
@ -30,20 +30,20 @@ The copyright to the Haiku code is property of Haiku, Inc. or of the respective
Copyright © 1987-1988 Digital Equipment Corporation, Maynard, Massachusetts.\nAll rights reserved. AboutView Copyright © 1987-1988 Digital Equipment Corporation, Maynard, Massachusetts.\nAll rights reserved.
%total MiB total, %inaccessible MiB inaccessible AboutView 合計 %total MiB / %inaccessible MiB アクセス不可
Copyright © 2000-2007 Fabrice Bellard, et al. AboutView Copyright © 2000-2007 Fabrice Bellard他.
Contributors:\n AboutView その他の貢献者\n
Contributors:\n AboutView その他の貢献者:\n
Unknown AboutView 不明
Copyright © 2001-2003 Expat maintainers. AboutView Copyright © 2001-2003 Expatのメンテナたち.
Copyright © 1999-2006 Brian Paul. Mesa3D Project. All rights reserved. AboutView Copyright © 1999-2006 Brian Paul. Mesa3D Project. All rights reserved.
Copyright © 2002-2004 Vivek Mohan. All rights reserved. AboutView Copyright © 2002-2004 Vivek Mohan. All rights reserved.
%.2f GHz AboutView %.2f GHz
Memory: AboutView メモリ
Memory: AboutView メモリ:
Copyright © 1996-1997 Jeff Prosise. All rights reserved. AboutView Copyright © 1996-1997 Jeff Prosise. All rights reserved.
Copyright © 2006-2012 Kentaro Fukuchi AboutView Copyright © 2006-2012 Kentaro Fukuchi
Copyright © 1994-2009, Thomas G. Lane, Guido Vollbeding. This software is based in part on the work of the Independent JPEG Group. AboutView Copyright © 1994-2009, Thomas G. Lane, Guido Vollbeding. このソフトウェアの一部はIndependent JPEG Groupの著作物に基づいています.
Past maintainers:\n AboutView 過去のメンテナー\n
\n\nSpecial thanks to:\n AboutView \n\n下記の協力者の方々に深く感謝します\n
\n\nSpecial thanks to:\n AboutView \n\n下記の協力者の方々に深く感謝します:\n
\n…and probably some more we forgot to mention (sorry!)\n\n AboutView \n…おそらく、ここに記載し忘れた方々もいることでしょう (すみません!)\n\n
Licenses: AboutView ライセンス
Licenses: AboutView ライセンス:
Copyright © 1995-2004 Jean-loup Gailly and Mark Adler. AboutView Copyright © 1995-2004 Jean-loup GaillyおよびMark Adler.
Copyright © 2002-2003 Steve Lhomme. All rights reserved. AboutView Copyright © 2002-2003 Steve Lhomme. All rights reserved.
\nCopyrights\n\n AboutView \n著作権\n\n
@ -51,7 +51,7 @@ Copyright © 2007-2009 Marvell Semiconductor, Inc. All rights reserved. AboutVie
Current maintainers:\n AboutView 現在のメンテナー\n
Copyright © 2006-2007 Intel Corporation. All rights reserved. AboutView Copyright © 2006-2007 Intel Corporation. All rights reserved.
The code that is unique to Haiku, especially the kernel and all code that applications may link against, is distributed under the terms of the <MIT license>. Some system libraries contain third party code distributed under the <LGPL license>. You can find the copyrights to third party code below.\n\n AboutView <MIT license> and <LGPL license> aren't variables and can be translated. However, please, don't remove < and > as they're needed as placeholders for proper hypertext functionality. Haiku 独自のコード、特にカーネルと、アプリケーションがリンクするすべてのコードは <MIT ライセンス>で配布されています。いくつかのシステムライブラリは、<LGPL ライセンス> で配布されているサードパーティのコードも含まれています。サードパーティのライセンスは以下で見つけられます。\n\n
Time running: AboutView 稼動時間
Time running: AboutView 稼動時間:
Contains software developed by the NetBSD Foundation, Inc. and its contributors:\nftp, tput\nCopyright © 1996-2008 The NetBSD Foundation, Inc. All rights reserved. AboutView 次のソフトウェアはNetBSD Foundation, Inc.およびその貢献者らにより開発されたソフトウェアを含みます:\nftp, tput\nCopyright © 1996-2008 The NetBSD Foundation, Inc. All rights reserved.
Contains software from the FreeBSD Project, released under the BSD license:\ncal, ftpd, ping, telnet, telnetd, traceroute\nCopyright © 1994-2008 The FreeBSD Project. All rights reserved. AboutView 次のソフトウェアはFreeBSD Projectで開発され、BSDライセンスで公開されているソフトウェアを含みます:\ncal, ftpd, ping, telnet, telnetd, traceroute\nCopyright © 1994-2008 The FreeBSD Project. All rights reserved.
Google and their Google Summer of Code and Google Code In programs\n AboutView Google および彼らの Google Summer of Code と Google Code In プログラム\n
@ -60,7 +60,7 @@ Copyright © 1995, 1998-2001 Jef Poskanzer. All rights reserved. AboutView Copy
Copyright © 2010-2011 Google Inc. All rights reserved. AboutView Copyright © 2010-2011 Google Inc. All rights reserved.
About this system AboutWindow このシステムについて
BSD (2-clause) AboutView BSD (2条項)
Version: AboutView バージョン
Version: AboutView バージョン:
Copyright © 1994-2008 Xiph.Org. All rights reserved. AboutView Copyright © 1994-2008 Xiph.Org. All rights reserved.
Copyright © 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper. AboutView Copyright © 1998-2000 Thai Open Source Software Center LtdおよびClark Cooper.
Copyright © 2004-2005 Intel Corporation. All rights reserved. AboutView Copyright © 2004-2005 Intel Corporation. All rights reserved.
@ -81,7 +81,7 @@ MIT license. All rights reserved. AboutView MITライセンス. All rights rese
[Click a license name to read the respective license.]\n\n AboutView 「各ライセンスを表示するには、ライセンス名をクリックしてください。」\n\n
Copyright © 2007 Ralink Technology Corporation. All rights reserved. AboutView Copyright © 2007 Ralink Technology Corporation. All rights reserved.
Copyright © 1990-2002 Info-ZIP. All rights reserved. AboutView Copyright © 1990-2002 Info-ZIP. All rights reserved.
License: AboutView ライセンス
License: AboutView ライセンス:
2001 by Andy Ritger based on the Generalized Timing Formula AboutView 2001 by Andy Ritger based on the Generalized Timing Formula
GCC %d Hybrid AboutView GCC %d ハイブリッド
Translations:\n AboutView 各国語翻訳\n
Translations:\n AboutView 各国語翻訳:\n

View File

@ -1,79 +1,87 @@
1 ukrainian x-vnd.Haiku-About 98558604
1 ukrainian x-vnd.Haiku-About 2547069165
Copyright © 1999-2010 by the authors of Gutenprint. All rights reserved. AboutView Copyright © 1999-2010 авторів програми Gutenprint. Всі права застережені.
Travis Geiselbrecht (and his NewOS kernel)\n AboutView Travis Geiselbrecht (і ядро його NewOS)\n
BSD (4-clause) AboutView BSD (4-clause)
%ld Processors: AboutView %ld Процесори:
Copyright © 2000 Jean-Pierre ervbefeL and Remi Lefebvre. AboutView Copyright © 2000 Jean-Pierre ervbefeL і Remi Lefebvre.
Copyright © 1996-2005 Julian R Seward. All rights reserved. AboutView Copyright © 1996-2005 Julian R Seward. Всі права застережені.
%d MiB total AboutView %d MiB заг.
BSD (4-clause) AboutView 4-пунктова BSD
%ld Processors: AboutView %ld Процесорів:
Copyright © 2000 Jean-Pierre ervbefeL and Remi Lefebvre. AboutView Всі права застережені © 2000 Jean-Pierre ervbefeL і Remi Lefebvre.
Copyright © 1996-2005 Julian R Seward. All rights reserved. AboutView Всі права застережені © 1996-2005 Julian R Seward.
%d MiB total AboutView Всьго %d MiB
Michael Phipps (project founder)\n\n AboutView Michael Phipps (засновнику проекту)\n\n
The Haiku-Ports team\n AboutView Команді Haiku-Ports\n
Copyright © 1998-2003 Daniel Veillard. All rights reserved. AboutView Copyright © 1998-2003 Daniel Veillard. Всі права застережені.
Copyright © 1998-2003 Daniel Veillard. All rights reserved. AboutView Всі права застережені © 1998-2003 Daniel Veillard.
%d MiB used (%d%%) AboutView %d MiB викор. (%d%%)
Website, marketing & documentation:\n AboutView Сайт, маркетинг і документація:\n
GNU LGPL v2.1 AboutView GNU LGPL версія 2.1
AboutSystem System name Про систему
MIT (no promotion) AboutView MIT (без підтримки)
Copyright © 2003 Peter Hanappe and others. AboutView Copyright © 2003 Peter Hanappe і інші.
Copyright © 1994-1997 Mark Kilgard. All rights reserved. AboutView Copyright © 1994-1997 Mark Kilgard. Всі права застережені.
MIT (no promotion) AboutView MIT (без реклами)
Copyright © 2003 Peter Hanappe and others. AboutView Всі права застережені © 2003 Peter Hanappe і інші.
Copyright © 1994-1997 Mark Kilgard. All rights reserved. AboutView Всі права застережені © 1994-1997 Mark Kilgard.
Revision AboutView Ревізія
Copyright © 2002-2005 Industrial Light & Magic, a division of Lucas Digital Ltd. LLC. AboutView Copyright © 2002-2005 Industrial Light & Magic, і відділення Lucas Digital Ltd. LLC.
Copyright © 1999-2000 Y.Takagi. All rights reserved. AboutView Copyright © 1999-2000 Y.Takagi. Всі права застережені.
Source Code: AboutView Код:
Copyright © 2002-2005 Industrial Light & Magic, a division of Lucas Digital Ltd. LLC. AboutView Всі права застережені © 2002-2005 Industrial Light & Magic, відділення Lucas Digital Ltd. LLC.
Be Inc. and its developer team, for having created BeOS!\n\n AboutView Корпорації Be і її команді розробників, за створення BeOS!\n\n
Copyright © 1999-2000 Y.Takagi. All rights reserved. AboutView Всі права застережені © 1999-2000 Y.Takagi.
Source Code: AboutView Вихідний код:
Processor: AboutView Процесор:
Kernel: AboutView Ядро:
BSD (3-clause) AboutView BSD (3-clause)
Copyright © 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard. All rights reserved. AboutView Copyright © 2001-2002 Thomas Broyer, Charlie Bozeman і Daniel Veillard. Всі права застережені.
Portions of this software are under copyright.\nCopyright © 1996-2006 The FreeType Project. All rights reserved. AboutView Частина цього програмного забезпечення захищена авторським правом.\nCopyright © 1996-2006 The FreeType Project. Всі права застережені.
The copyright to the Haiku code is property of Haiku, Inc. or of the respective authors where expressly noted in the source. Haiku® and the HAIKU logo® are registered trademarks of Haiku, Inc.\n\n AboutView Авторські права коду Haiku є власністю Haiku, Inc. або сторонніх авторів про що згадується в коді. Haiku® і лого HAIKU ® є зареєстрованою торговою маркою Haiku, Inc.\n\n
Copyright © 1987-1988 Digital Equipment Corporation, Maynard, Massachusetts.\nAll rights reserved. AboutView Copyright © 1987-1988 Digital Equipment Corporation, Maynard, Massachusetts.\nВсі права застережені.
BSD (3-clause) AboutView 3-пунктова BSD
Copyright © 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard. All rights reserved. AboutView Всі права застережені © 2001-2002 Thomas Broyer, Charlie Bozeman і Daniel Veillard.
Portions of this software are under copyright.\nCopyright © 1996-2006 The FreeType Project. All rights reserved. AboutView Частина цього програмного забезпечення захищена авторським правом.\nВсі права застережені © 1996-2006 Проект FreeType.
The copyright to the Haiku code is property of Haiku, Inc. or of the respective authors where expressly noted in the source. Haiku® and the HAIKU logo® are registered trademarks of Haiku, Inc.\n\n AboutView Авторські права коду Haiku є власністю Haiku, Inc. або конкретним авторам, про що згадується в коді. Haiku® і лого HAIKU ® є зареєстрованою торговою маркою Haiku, Inc.\n\n
Copyright © 1987-1988 Digital Equipment Corporation, Maynard, Massachusetts.\nAll rights reserved. AboutView Всі права застережені © 1987-1988 Корпорацією Digital Equipment, Mейнард, Mассачусетс.\n
%total MiB total, %inaccessible MiB inaccessible AboutView %total MiB заг., %inaccessible MiB недоступно
Copyright © 2000-2007 Fabrice Bellard, et al. AboutView Copyright © 2000-2007 Fabrice Bellard, та інші.
Contributors:\n AboutView Співробітники:\n
Copyright © 2000-2007 Fabrice Bellard, et al. AboutView Всі права застережені © 2000-2007 Fabrice Bellard, та інші.
Contributors:\n AboutView Внесли вклад у розвиток :\n
Unknown AboutView Невідомий
Copyright © 2001-2003 Expat maintainers. AboutView Copyright © 2001-2003 Розробники Expat.
Copyright © 1999-2006 Brian Paul. Mesa3D Project. All rights reserved. AboutView Copyright © 1999-2006 Brian Paul. Проект Mesa3D. Всі права застережені.
Copyright © 2002-2004 Vivek Mohan. All rights reserved. AboutView Copyright © 2002-2004 Vivek Mohan. Всі права застережені.
%.2f GHz AboutView %.2f GHz
Copyright © 2001-2003 Expat maintainers. AboutView Всі права застережені © 2001-2003 Розробники Expat.
Copyright © 1999-2006 Brian Paul. Mesa3D Project. All rights reserved. AboutView Всі права застережені © 1999-2006 Brian Paul. Проект Mesa3D.
Copyright © 2002-2004 Vivek Mohan. All rights reserved. AboutView Всі права застережені © 2002-2004 Vivek Mohan.
%.2f GHz AboutView %.2f ГГц
Memory: AboutView Пам’ять:
Copyright © 1996-1997 Jeff Prosise. All rights reserved. AboutView Copyright © 1996-1997 Jeff Prosise. Всі права застережені.
Copyright © 1994-2009, Thomas G. Lane, Guido Vollbeding. This software is based in part on the work of the Independent JPEG Group. AboutView Copyright © 1994-2009, Thomas G. Lane, Guido Vollbeding. Це програмне забезпечення базується на роботах Independent JPEG Group.
Copyright © 1996-1997 Jeff Prosise. All rights reserved. AboutView Всі права застережені © 1996-1997 Jeff Prosise.
Copyright © 2006-2012 Kentaro Fukuchi AboutView Всі права застережені © 2006-2012 Kentaro Fukuchi.
Copyright © 1994-2009, Thomas G. Lane, Guido Vollbeding. This software is based in part on the work of the Independent JPEG Group. AboutView Всі права застережені © 1994-2009, Thomas G. Lane, Guido Vollbeding. Це програмне забезпечення частково базується на роботах групи Independent JPEG.
Past maintainers:\n AboutView Попередні розробники:\n
\n\nSpecial thanks to:\n AboutView \n\nОсоблива вдячність:\n
\n…and probably some more we forgot to mention (sorry!)\n\n AboutView \n…а також ті, кого ми забули згадати (пробачте!)\n\n
Licenses: AboutView Ліцензії:
Copyright © 1995-2004 Jean-loup Gailly and Mark Adler. AboutView Copyright © 1995-2004 Jean-loup Gailly і Mark Adler.
Copyright © 2002-2003 Steve Lhomme. All rights reserved. AboutView Copyright © 2002-2003 Steve Lhomme. Всі права застережені.
Copyright © 1995-2004 Jean-loup Gailly and Mark Adler. AboutView Всі права застережені © 1995-2004 Jean-loup Gailly і Mark Adler.
Copyright © 2002-2003 Steve Lhomme. All rights reserved. AboutView Всі права застережені © 2002-2003 Steve Lhomme.
\nCopyrights\n\n AboutView \nАвторські права\n\n
Copyright © 2007-2009 Marvell Semiconductor, Inc. All rights reserved. AboutView Copyright © 2007-2009 Marvell Semiconductor, Inc. Всі права застережені.
Current maintainers:\n AboutView Розробники:\n
Copyright © 2006-2007 Intel Corporation. All rights reserved. AboutView Copyright © 2006-2007 Intel Corporation. Всі права застережені.
The code that is unique to Haiku, especially the kernel and all code that applications may link against, is distributed under the terms of the <MIT license>. Some system libraries contain third party code distributed under the <LGPL license>. You can find the copyrights to third party code below.\n\n AboutView <MIT license> and <LGPL license> aren't variables and can be translated. However, please, don't remove < and > as they're needed as placeholders for proper hypertext functionality. Код, що є унікальним для Haiku, особливо ядро та увесь код пов'язаний з програмами, надається за <ліцензією MIT>. Деякі системні бібліотеки містять код інших розробників, що надається за <ліцензією LGPL>. Авторські права на код інших розробників описані нижче.\n\n
Copyright © 2007-2009 Marvell Semiconductor, Inc. All rights reserved. AboutView Всі права застережені © 2007-2009 Marvell Semiconductor, Inc.
Current maintainers:\n AboutView Біжучі розробники:\n
Copyright © 2006-2007 Intel Corporation. All rights reserved. AboutView Всі права застережені © 2006-2007 Intel Corporation.
The code that is unique to Haiku, especially the kernel and all code that applications may link against, is distributed under the terms of the <MIT license>. Some system libraries contain third party code distributed under the <LGPL license>. You can find the copyrights to third party code below.\n\n AboutView <MIT license> and <LGPL license> aren't variables and can be translated. However, please, don't remove < and > as they're needed as placeholders for proper hypertext functionality. Код, що є унікальним для Haiku, особливо ядро та увесь код пов'язаний з програмами, надається за <ліцензією MIT>. Деякі системні бібліотеки містять код інших розробників, що надається за <ліцензією LGPL>. Авторські права на цей код дивіться нижче.\n\n
Time running: AboutView Час роботи:
Contains software developed by the NetBSD Foundation, Inc. and its contributors:\nftp, tput\nCopyright © 1996-2008 The NetBSD Foundation, Inc. All rights reserved. AboutView Містить програмне забезпечення NetBSD Foundation, Inc. і її контрибуторів:\nftp, tput\nCopyright © 1996-2008 NetBSD Foundation, Inc. Всі права застережені.
Contains software from the FreeBSD Project, released under the BSD license:\ncal, ftpd, ping, telnet, telnetd, traceroute\nCopyright © 1994-2008 The FreeBSD Project. All rights reserved. AboutView Містить програмне забезпечення проекту FreeBSD , зреалізоване під ліцензією BSD:\ncal, ftpd, ping, telnet, telnetd, traceroute\nCopyright © 1994-2008 Проект FreeBSD . Всі права застережені.
Contains software developed by the NetBSD Foundation, Inc. and its contributors:\nftp, tput\nCopyright © 1996-2008 The NetBSD Foundation, Inc. All rights reserved. AboutView Містить програмне забезпечення розроблене NetBSD Foundation, Inc. і її співробітниками:\nftp, tput\nВсі права застережені © 1996-2008 NetBSD Foundation, Inc.
Contains software from the FreeBSD Project, released under the BSD license:\ncal, ftpd, ping, telnet, telnetd, traceroute\nCopyright © 1994-2008 The FreeBSD Project. All rights reserved. AboutView Містить програмне забезпечення з проекту FreeBSD , зреалізоване під ліцензією BSD:\ncal, ftpd, ping, telnet, telnetd, traceroute\nВсі права застережені © 1994-2008 Проект FreeBSD .
Google and their Google Summer of Code and Google Code In programs\n AboutView Корпорації Google і їх програмам Google Summer of Code и Google Code In\n
The Haikuware team and their bounty program\n AboutView Команді Haikuware з їхньою програмою заохочень\n
Copyright © 1995, 1998-2001 Jef Poskanzer. All rights reserved. AboutView Copyright © 1995, 1998-2001 Jef Poskanzer. Всі права застережені.
Copyright © 2010-2011 Google Inc. All rights reserved. AboutView Copyright © 2010-2011 Google Inc. Всі права застережені.
Copyright © 1995, 1998-2001 Jef Poskanzer. All rights reserved. AboutView Всі права застережені © 1995, 1998-2001 Jef Poskanzer.
Copyright © 2010-2011 Google Inc. All rights reserved. AboutView Всі права застережені © 2010-2011 Google Inc.
About this system AboutWindow Про цю систему
BSD (2-clause) AboutView BSD (2-clause)
BSD (2-clause) AboutView 2-пунктова BSD
Version: AboutView Версія:
Copyright © 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper. AboutView Copyright © 1998-2000 Thai Open Source Software Center Ltd і Clark Cooper.
Copyright © 2004-2005 Intel Corporation. All rights reserved. AboutView Copyright © 2004-2005 Intel Corporation. Всі права застережені.
Copyright © 2002-2006 Maxim Shemanarev (McSeem). AboutView Copyright © 2002-2006 Maxim Shemanarev (McSeem).
Copyright © 1999-2007 Michael C. Ring. All rights reserved. AboutView Copyright © 1999-2007 Michael C. Ring. Всі права застережені.
Copyright © 1994-2008 Xiph.Org. All rights reserved. AboutView Всі права застережені © 1994-2008 Xiph.Org.
Copyright © 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper. AboutView Всі права застережені © 1998-2000 Thai Open Source Software Center Ltd і Clark Cooper.
Copyright © 2004-2005 Intel Corporation. All rights reserved. AboutView Всі права застережені © 2004-2005 Intel Corporation.
Copyright © 2002-2006 Maxim Shemanarev (McSeem). AboutView Всі права застережені © 2002-2006 Maxim Shemanarev (McSeem).
Copyright © 1999-2007 Michael C. Ring. All rights reserved. AboutView Всі права застережені © 1999-2007 Michael C. Ring.
The BeGeistert team\n AboutView Команді BeGeistert\n
The University of Auckland and Christof Lutteroth\n\n AboutView Університету Окленда і Крістофу Люттероту\n\n
Copyright © 1990-2003 Wada Laboratory, the University of Tokyo. AboutView Copyright © 1990-2003 Wada Laboratory, університет Токіо.
Copyright © 1995-2001 Lars Düning. All rights reserved. AboutView Copyright © 1995-2001 Lars Düning. Всі права застережені.
Copyright © 2002-2008 Alexander L. Roshal. All rights reserved. AboutView Copyright © 2002-2008 Alexander L. Roshal. Всі права застережені.
Copyright © 2003-2006 Intel Corporation. All rights reserved. AboutView Copyright © 2003-2006 Intel Corporation. Всі права застережені.
%ld MHz AboutView %ld MHz
Copyright © 1997-2006 PDFlib GmbH and Thomas Merz. All rights reserved.\nPDFlib and PDFlib logo are registered trademarks of PDFlib GmbH. AboutView Copyright © 1997-2006 PDFlib GmbH і Thomas Merz. Всі права застережені.\nPDFlib і логотип PDFlib є зареєстрованими торговими марками PDFlib GmbH.
Copyright © 1991-2000 Silicon Graphics, Inc. All rights reserved. AboutView Copyright © 1991-2000 Silicon Graphics, Inc. Всі права застережені.
Contains software from the GNU Project, released under the GPL and LGPL licenses:\nGNU C Library, GNU coretools, diffutils, findutils, sharutils, gawk, bison, m4, make, gdb, wget, ncurses, termcap, Bourne Again Shell.\nCopyright © The Free Software Foundation. AboutView Містить програмне забезпечення проекту GNU , реалізоване під ліцензіями GPL і LGPL licenses:\nGNU C Library, GNU coretools, diffutils, findutils, sharutils, gawk, bison, m4, make, gdb, wget, ncurses, termcap, Bourne Again Shell.\nCopyright © The Free Software Foundation.
Copyright © 1990-2003 Wada Laboratory, the University of Tokyo. AboutView Всі права завстережені © 1990-2003 Wada Laboratory, університет Токіо.
Copyright © 1995-2001 Lars Düning. All rights reserved. AboutView Всі права застережені © 1995-2001 Lars Düning.
Copyright © 2002-2008 Alexander L. Roshal. All rights reserved. AboutView Всі права застережені © 2002-2008 Alexander L. Roshal.
Copyright © 2003-2006 Intel Corporation. All rights reserved. AboutView Всі права застережені © 2003-2006 Intel Corporation.
%ld MHz AboutView %ld Мгц
Copyright © 1997-2006 PDFlib GmbH and Thomas Merz. All rights reserved.\nPDFlib and PDFlib logo are registered trademarks of PDFlib GmbH. AboutView Всі права застережені © 1997-2006 PDFlib GmbH і Thomas Merz.\nPDFlib і логотип PDFlib є зареєстрованими торговими марками PDFlib GmbH.
Copyright © 1991-2000 Silicon Graphics, Inc. All rights reserved. AboutView Всі права застережені © 1991-2000 Silicon Graphics, Inc.
Contains software from the GNU Project, released under the GPL and LGPL licenses:\nGNU C Library, GNU coretools, diffutils, findutils, sharutils, gawk, bison, m4, make, gdb, wget, ncurses, termcap, Bourne Again Shell.\nCopyright © The Free Software Foundation. AboutView Містить програмне забезпечення проекту GNU , реалізоване під ліцензіями GPL і LGPL licenses:\nGNU C Library, GNU coretools, diffutils, findutils, sharutils, gawk, bison, m4, make, gdb, wget, ncurses, termcap, Bourne Again Shell.\nВсі права застережені © The Free Software Foundation.
…and the many people making donations!\n\n AboutView і багатьом тим, що зробили пожертви !\n\n
MIT license. All rights reserved. AboutView Ліцензія MIT. Всі права застережені.
[Click a license name to read the respective license.]\n\n AboutView [Клікніть ім'я ліцензії для прочитання її.]\n\n
Copyright © 2007 Ralink Technology Corporation. All rights reserved. AboutView Copyright © 2007 Ralink Technology Corporation. Всі права застережені.
Copyright © 1990-2002 Info-ZIP. All rights reserved. AboutView Copyright © 1990-2002 Info-ZIP. Всі права застережені.
Copyright © 2007 Ralink Technology Corporation. All rights reserved. AboutView Всі права застережені © 2007 Ralink Technology Corporation.
Copyright © 1990-2002 Info-ZIP. All rights reserved. AboutView Всі права застережені © 1990-2002 Info-ZIP.
License: AboutView Ліцензія:
GCC %d Hybrid AboutView GCC %d гібрид
Translations:\n AboutView Переклади:\n
2001 by Andy Ritger based on the Generalized Timing Formula AboutView Розробив Andy Ritger в 2001, на основі Generalized Timing Formula
GCC %d Hybrid AboutView GCC %d Гібрид
Translations:\n AboutView Перекладачі:\n

View File

@ -1,12 +1,12 @@
1 belarusian x-vnd.Haiku-ActivityMonitor 1913625522
1 belarusian x-vnd.Haiku-ActivityMonitor 1211510241
P-faults DataSource Памылкі старонак памяці
Media nodes DataSource Медыя узлы
Threads DataSource Патокі
MB DataSource МБ
Always on top ActivityWindow Заўсёды наверсе
Add graph ActivityWindow Дадаць графік
Teams DataSource Групы
Hide legend ActivityView Схаваць легенду
MiB DataSource МіБ
Network send DataSource Адпраўка па сетцы
CPU usage (combined) DataSource Выкарыстанне ЦП (камбінавана)
CPU DataSource ЦП
@ -27,13 +27,14 @@ Update time interval: SettingsWindow Інтэрвал часу абнаўлен
TX DataSource Shorter version for Sending Адпр.
Quit ActivityWindow Выйсці
Block cache memory DataSource Памяць блокавага кэшу
%.1f KiB/s DataSource %.1f КБ/сек
Remove graph ActivityView Выдаліць графік
%.1f MB DataSource %.1f МБ
%lld sec. SettingsWindow %lld сек.
%lld ms SettingsWindow %lld м.сек
CPU usage DataSource Выкарыстанне ЦП
Raw clipboard DataSource Агульны буфер
Sems DataSource Семафоры
%.1f MiB DataSource %.1f МБ
ActivityMonitor System name МаніторАктыўнасці
Running applications DataSource Запушчаныя праграмы
Semaphores DataSource Семафоры
@ -44,6 +45,5 @@ File ActivityWindow Файл
usage DataSource выкарыстанне
Additional items ActivityView Дадатковыя элементы
Network receive DataSource Атрыманне па сетцы
%.1f KB/s DataSource %.1f КБ/сек
Memory DataSource Памяць
RX DataSource Shorter version for Receiving. Атрым.

View File

@ -1,12 +1,12 @@
1 german x-vnd.Haiku-ActivityMonitor 1913625522
1 german x-vnd.Haiku-ActivityMonitor 1211510241
P-faults DataSource Seitenfehler
Media nodes DataSource Media-Nodes
Threads DataSource Threads
MB DataSource MiB
Always on top ActivityWindow Immer im Vordergrund
Add graph ActivityWindow Graphen hinzufügen
Teams DataSource Teams
Hide legend ActivityView Legende ausblenden
MiB DataSource MiB
Network send DataSource Netzwerk senden
CPU usage (combined) DataSource CPU-Auslastung (alle)
CPU DataSource CPU
@ -27,13 +27,14 @@ Update time interval: SettingsWindow Aktualisierungsintervall:
TX DataSource Shorter version for Sending Senden
Quit ActivityWindow Beenden
Block cache memory DataSource Block-Cache-Speicher
%.1f KiB/s DataSource %.1f KiB/s
Remove graph ActivityView Graph entfernen
%.1f MB DataSource %.1f MiB
%lld sec. SettingsWindow %lld Sek.
%lld ms SettingsWindow %lld ms
CPU usage DataSource CPU-Auslastung
Raw clipboard DataSource Raw-Ablage
Sems DataSource Sems
%.1f MiB DataSource %.1f MiB
ActivityMonitor System name Systemmonitor
Running applications DataSource Laufende Anwendungen
Semaphores DataSource Semaphoren
@ -44,6 +45,5 @@ File ActivityWindow Datei
usage DataSource Last
Additional items ActivityView Zusätzliche Elemente
Network receive DataSource Netzwerk empfangen
%.1f KB/s DataSource %.1f KiB/s
Memory DataSource Speicher
RX DataSource Shorter version for Receiving. Empfangen

View File

@ -1,8 +1,7 @@
1 greek, modern (1453-) x-vnd.Haiku-ActivityMonitor 3704566709
1 greek, modern (1453-) x-vnd.Haiku-ActivityMonitor 234995750
P-faults DataSource P-σφάλματα
Media nodes DataSource Κόμβοι πολυμέσων
Threads DataSource Θέματα
MB DataSource ΜΒ
Add graph ActivityWindow Προσθήκη γραφήματος
Teams DataSource Ομάδες
Hide legend ActivityView Απόκρυψη υπομνήματος
@ -27,7 +26,6 @@ TX DataSource Shorter version for Sending ΑΠ
Quit ActivityWindow Έξοδος
Block cache memory DataSource Αποκλεισμός λανθάνουσας μνήμης
Remove graph ActivityView Αφαίρεση γραφήματος
%.1f MB DataSource %.1f MB
%lld sec. SettingsWindow %lld δευτ.
%lld ms SettingsWindow %lld ms
CPU usage DataSource Χρήση ΚΜΕ
@ -43,6 +41,5 @@ File ActivityWindow Αρχείο
usage DataSource χρήση
Additional items ActivityView Επιπλέον αντικείμενα
Network receive DataSource Λήψεις δικτύου
%.1f KB/s DataSource %.1f KB/s
Memory DataSource Μνήμη
RX DataSource Shorter version for Receiving. ΛΗ

View File

@ -1,8 +1,7 @@
1 finnish x-vnd.Haiku-ActivityMonitor 1913625522
1 finnish x-vnd.Haiku-ActivityMonitor 2739021859
P-faults DataSource P-viat
Media nodes DataSource Mediasolmut
Threads DataSource Säikeet
MB DataSource Mt
Always on top ActivityWindow Aina päällimmäisenä
Add graph ActivityWindow Lisää kuvaaja
Teams DataSource Ryhmät
@ -28,7 +27,6 @@ TX DataSource Shorter version for Sending Läh.
Quit ActivityWindow Poistu
Block cache memory DataSource Lohkovälimuisti
Remove graph ActivityView Poista kuvaaja
%.1f MB DataSource %.1f Mt
%lld sec. SettingsWindow %lld s
%lld ms SettingsWindow %lld ms
CPU usage DataSource Suoritinkäyttö
@ -44,6 +42,5 @@ File ActivityWindow Tiedosto
usage DataSource käyttö
Additional items ActivityView Lisäkohteet
Network receive DataSource Verkkovastaanotto
%.1f KB/s DataSource %.1f kt/s
Memory DataSource Muisti
RX DataSource Shorter version for Receiving. Vast.

View File

@ -1,12 +1,12 @@
1 french x-vnd.Haiku-ActivityMonitor 1913625522
1 french x-vnd.Haiku-ActivityMonitor 1211510241
P-faults DataSource P-fautes
Media nodes DataSource Nœuds média
Threads DataSource Tâches
MB DataSource Mo
Always on top ActivityWindow Toujours au-dessus
Add graph ActivityWindow Ajouter un graphe
Teams DataSource Processus
Hide legend ActivityView Cacher la légende
MiB DataSource Mio
Network send DataSource Émission réseau
CPU usage (combined) DataSource Activité CPU (combinée)
CPU DataSource CPU
@ -27,13 +27,14 @@ Update time interval: SettingsWindow Fréquence de mise à jour :
TX DataSource Shorter version for Sending Tx
Quit ActivityWindow Quitter
Block cache memory DataSource Mémoire cache de blocs
%.1f KiB/s DataSource %.1f Kio/s
Remove graph ActivityView Supprimer un graphe
%.1f MB DataSource %.1f Mo
%lld sec. SettingsWindow %lld sec.
%lld ms SettingsWindow %lld ms
CPU usage DataSource Activité CPU
Raw clipboard DataSource Presse-papier brut
Sems DataSource Sems
%.1f MiB DataSource %.1f Mio
ActivityMonitor System name Moniteur d'activité
Running applications DataSource Applications en cours
Semaphores DataSource Sémaphores
@ -44,6 +45,5 @@ File ActivityWindow Fichier
usage DataSource utilisation
Additional items ActivityView Éléments supplémentaires
Network receive DataSource Réception réseau
%.1f KB/s DataSource %.1f Ko/s
Memory DataSource Mémoire
RX DataSource Shorter version for Receiving. Rx

View File

@ -1,8 +1,7 @@
1 hindi x-vnd.Haiku-ActivityMonitor 3548050559
1 hindi x-vnd.Haiku-ActivityMonitor 2276879962
P-faults DataSource पी-गलतियाँ
Media nodes DataSource मीडिया नोडस
Threads DataSource थ्रेअड्स
MB DataSource एमबी
Add graph ActivityWindow गराफ जोड़े
Teams DataSource टीम्स
Hide legend ActivityView लेजेनद को छुपाएँ

View File

@ -1,12 +1,12 @@
1 hungarian x-vnd.Haiku-ActivityMonitor 1913625522
1 hungarian x-vnd.Haiku-ActivityMonitor 1211510241
P-faults DataSource P hibák
Media nodes DataSource Média csomópontok
Threads DataSource Szálak
MB DataSource MB
Always on top ActivityWindow Mindig felül
Add graph ActivityWindow Grafikon hozzáadása
Teams DataSource Csapatok
Hide legend ActivityView Magyarázat elrejtése
MiB DataSource MiB
Network send DataSource Küldött adatok
CPU usage (combined) DataSource Processzor használat (kombinált)
CPU DataSource CPU
@ -27,13 +27,14 @@ Update time interval: SettingsWindow Frissítési gyakoriság:
TX DataSource Shorter version for Sending Adás
Quit ActivityWindow Kilépés
Block cache memory DataSource Blokk gyorsítótár
%.1f KiB/s DataSource %.1f KiB/s
Remove graph ActivityView Grafikon eltávolítása
%.1f MB DataSource %.1f MB
%lld sec. SettingsWindow %lld s.
%lld ms SettingsWindow %lld ms
CPU usage DataSource Processzor használat
Raw clipboard DataSource Nyers vágólap
Sems DataSource Szemaforok
%.1f MiB DataSource %.1f MiB
ActivityMonitor System name Folyamatmonitor
Running applications DataSource Futó programok
Semaphores DataSource Szemaforok
@ -44,6 +45,5 @@ File ActivityWindow Fájl
usage DataSource használat
Additional items ActivityView További elemek
Network receive DataSource Fogadott adatok
%.1f KB/s DataSource %.1f KB/s
Memory DataSource Memória
RX DataSource Shorter version for Receiving. Vétel

View File

@ -1,12 +1,12 @@
1 japanese x-vnd.Haiku-ActivityMonitor 1913625522
1 japanese x-vnd.Haiku-ActivityMonitor 1211510241
P-faults DataSource ページフォルト
Media nodes DataSource メディアノード数
Threads DataSource スレッド数
MB DataSource MB
Always on top ActivityWindow 常に前面に
Add graph ActivityWindow グラフ追加
Add graph ActivityWindow グラフ追加
Teams DataSource チーム数
Hide legend ActivityView 説明を隠す
MiB DataSource MiB
Network send DataSource ネットワーク送信バイト数
CPU usage (combined) DataSource CPU 使用率(合計)
CPU DataSource CPU
@ -23,17 +23,18 @@ Page faults DataSource ページフォールト数
Sending DataSource 送信バイト数
Cache DataSource キャッシュ
%.1f faults/s DataSource %.1f フォールト/s
Update time interval: SettingsWindow 更新間隔
Update time interval: SettingsWindow 更新間隔:
TX DataSource Shorter version for Sending 送信
Quit ActivityWindow 終了
Block cache memory DataSource ブロックキャッシュメモリ
Remove graph ActivityView グラフの削除
%.1f MB DataSource %.1f MB
%.1f KiB/s DataSource %.1f KiB/s
Remove graph ActivityView グラフを削除
%lld sec. SettingsWindow %lld 秒
%lld ms SettingsWindow %lld マイクロ秒
CPU usage DataSource CPU 使用率
Raw clipboard DataSource バイナリクリップボード
Sems DataSource セマフォ
%.1f MiB DataSource %.1f MiB
ActivityMonitor System name 利用状況モニター
Running applications DataSource 実行中のアプリケーション数
Semaphores DataSource セマフォ数
@ -44,6 +45,5 @@ File ActivityWindow ファイル
usage DataSource 使用量
Additional items ActivityView 追加項目
Network receive DataSource ネットワーク受信バイト数
%.1f KB/s DataSource %.1f KB/s
Memory DataSource メモリ
RX DataSource Shorter version for Receiving. 受信

View File

@ -1,7 +1,6 @@
1 lithuanian x-vnd.Haiku-ActivityMonitor 3130452266
1 lithuanian x-vnd.Haiku-ActivityMonitor 3955848603
P-faults DataSource Psl. klaidos
Threads DataSource Gijos
MB DataSource MB
Add graph ActivityWindow Pridėti grafiką
Teams DataSource Procesų grupės
Hide legend ActivityView Nerodyti legendos
@ -26,7 +25,6 @@ TX DataSource Shorter version for Sending Išs.
Quit ActivityWindow Baigti darbą
Block cache memory DataSource Blokinio podėlio atmintis
Remove graph ActivityView Pašalinti grafiką
%.1f MB DataSource %.1f MB
%lld sec. SettingsWindow %lld sek.
%lld ms SettingsWindow %lld ms
CPU usage DataSource Centrinio procesoriaus apkrova
@ -42,6 +40,5 @@ File ActivityWindow Failas
usage DataSource apkrova
Additional items ActivityView Papildomi elementai
Network receive DataSource Atsiunčiami duomenys
%.1f KB/s DataSource %.1f KB/s
Memory DataSource Atmintis
RX DataSource Shorter version for Receiving. Ats.

View File

@ -1,8 +1,7 @@
1 dutch; flemish x-vnd.Haiku-ActivityMonitor 3704566709
1 dutch; flemish x-vnd.Haiku-ActivityMonitor 234995750
P-faults DataSource P-onderbrekingen
Media nodes DataSource Media-eenheid
Threads DataSource Threads
MB DataSource MB
Add graph ActivityWindow Voeg grafiek toe
Teams DataSource Teams
Hide legend ActivityView Verberg legenda
@ -27,7 +26,6 @@ TX DataSource Shorter version for Sending TX
Quit ActivityWindow Afsluiten
Block cache memory DataSource Geheugen blok-cache
Remove graph ActivityView Verwijder grafiek
%.1f MB DataSource %.1f MB
%lld sec. SettingsWindow %lld sec.
%lld ms SettingsWindow %lld ms
CPU usage DataSource CPU-gebruik
@ -43,6 +41,5 @@ File ActivityWindow Bestand
usage DataSource gebruik
Additional items ActivityView Toegevoegde items
Network receive DataSource Netwerk (ontvangst)
%.1f KB/s DataSource %.1f KB/s
Memory DataSource Geheugen
RX DataSource Shorter version for Receiving. RX

View File

@ -1,12 +1,12 @@
1 polish x-vnd.Haiku-ActivityMonitor 1913625522
1 polish x-vnd.Haiku-ActivityMonitor 1211510241
P-faults DataSource P-błędy
Media nodes DataSource Węzły multimedialne
Threads DataSource Wątki
MB DataSource MB
Always on top ActivityWindow Zawsze na wierzchu
Add graph ActivityWindow Dodaj wykres
Teams DataSource Zespoły
Hide legend ActivityView Ukryj legendę
MiB DataSource MiB
Network send DataSource Wysłano
CPU usage (combined) DataSource Użycie CPU (całkowite)
CPU DataSource CPU
@ -27,13 +27,14 @@ Update time interval: SettingsWindow Częstotliwość odświeżania:
TX DataSource Shorter version for Sending TX
Quit ActivityWindow Wyjdź
Block cache memory DataSource Pamięć bloku cache
%.1f KiB/s DataSource %.1f KiB/s
Remove graph ActivityView Usuń wykres
%.1f MB DataSource %.1f MB
%lld sec. SettingsWindow %lld sek.
%lld ms SettingsWindow %lld ms
CPU usage DataSource Użycie CPU
Raw clipboard DataSource Surowy schowek
Sems DataSource Semy
%.1f MiB DataSource %.1f MiB
ActivityMonitor System name Monitor Aktywności
Running applications DataSource Uruchomione aplikacje
Semaphores DataSource Semafory
@ -44,6 +45,5 @@ File ActivityWindow Plik
usage DataSource zużycie
Additional items ActivityView Dodatki
Network receive DataSource Odebrano
%.1f KB/s DataSource %.1f KB/s
Memory DataSource Pamięć
RX DataSource Shorter version for Receiving. RX

View File

@ -1,12 +1,12 @@
1 portuguese (brazil) x-vnd.Haiku-ActivityMonitor 1913625522
1 portuguese (brazil) x-vnd.Haiku-ActivityMonitor 1211510241
P-faults DataSource P-falhas
Media nodes DataSource Nós de mídia
Threads DataSource Processos
MB DataSource Mb
Always on top ActivityWindow Sempre visível
Add graph ActivityWindow Adicionar grafo
Teams DataSource Equipes
Hide legend ActivityView Ocultar legenda
MiB DataSource MB
Network send DataSource Rede enviados
CPU usage (combined) DataSource Utilização da CPU (combinado)
CPU DataSource CPU
@ -27,13 +27,14 @@ Update time interval: SettingsWindow Intervalo entre atualizações
TX DataSource Shorter version for Sending TX
Quit ActivityWindow Sair
Block cache memory DataSource Bloquear memória em cache
%.1f KiB/s DataSource %.1f Kb/s
Remove graph ActivityView Remover grafo
%.1f MB DataSource %.1f MB
%lld sec. SettingsWindow %lld seg.
%lld ms SettingsWindow %lld ms
CPU usage DataSource Utilização da CPU
Raw clipboard DataSource Área de transferência bruta
Sems DataSource Sems
%.1f MiB DataSource %.1f MB
ActivityMonitor System name Monitor Ativo
Running applications DataSource Aplicativos em utilização
Semaphores DataSource Semáforos
@ -44,6 +45,5 @@ File ActivityWindow Arquivo
usage DataSource uso
Additional items ActivityView Itens adicionais
Network receive DataSource Recebimento de rede
%.1f KB/s DataSource %.1f Kb/s
Memory DataSource Memória
RX DataSource Shorter version for Receiving. RX

View File

@ -1,8 +1,7 @@
1 romanian x-vnd.Haiku-ActivityMonitor 3704566709
1 romanian x-vnd.Haiku-ActivityMonitor 234995750
P-faults DataSource Defecțiuni de tip P
Media nodes DataSource Noduri media
Threads DataSource Fire de execuție
MB DataSource MiB
Add graph ActivityWindow Adaugă grafic
Teams DataSource Echipe
Hide legend ActivityView Ascunde legenda
@ -27,7 +26,6 @@ TX DataSource Shorter version for Sending TX
Quit ActivityWindow Părăsește
Block cache memory DataSource Blochează memoria tampon
Remove graph ActivityView Elimină grafic
%.1f MB DataSource %.1f MiB
%lld sec. SettingsWindow %lld sec.
%lld ms SettingsWindow %lld ms
CPU usage DataSource Utilizare procesor
@ -43,6 +41,5 @@ File ActivityWindow Fișier
usage DataSource utilizare
Additional items ActivityView Elemente adiționale
Network receive DataSource Recepție rețea
%.1f KB/s DataSource %.1f KiB/s
Memory DataSource Memorie
RX DataSource Shorter version for Receiving. RX

View File

@ -1,12 +1,12 @@
1 russian x-vnd.Haiku-ActivityMonitor 1913625522
1 russian x-vnd.Haiku-ActivityMonitor 1211510241
P-faults DataSource Ошибки страниц
Media nodes DataSource Медиа узлы
Threads DataSource Потоки
MB DataSource МБ
Always on top ActivityWindow Поверх всех окон
Add graph ActivityWindow Добавить график
Teams DataSource Процессы
Hide legend ActivityView Скрыть легенду
MiB DataSource МиБ
Network send DataSource Исходящий трафик
CPU usage (combined) DataSource Использование ЦПУ (всего)
CPU DataSource ЦПУ
@ -27,13 +27,14 @@ Update time interval: SettingsWindow Интервал обновления:
TX DataSource Shorter version for Sending Передача
Quit ActivityWindow Выход
Block cache memory DataSource Память блокового кэша
%.1f KiB/s DataSource %.1f КиБ/с
Remove graph ActivityView Удалить график
%.1f MB DataSource %.1f МБ
%lld sec. SettingsWindow %lld сек.
%lld ms SettingsWindow %lld мс
CPU usage DataSource Использование ЦПУ
Raw clipboard DataSource Полный буфер обмена
Sems DataSource Семафоры
%.1f MiB DataSource %.1f МиБ
ActivityMonitor System name Монитор активности
Running applications DataSource Запущенные приложения
Semaphores DataSource Семафоры
@ -44,6 +45,5 @@ File ActivityWindow Файл
usage DataSource (загрузка)
Additional items ActivityView Дополнительные графики
Network receive DataSource Входящий трафик
%.1f KB/s DataSource %.1f КБ/с
Memory DataSource Память
RX DataSource Shorter version for Receiving. Прием

View File

@ -1,8 +1,7 @@
1 slovak x-vnd.Haiku-ActivityMonitor 3704566709
1 slovak x-vnd.Haiku-ActivityMonitor 234995750
P-faults DataSource P-fault
Media nodes DataSource Mediálne uzly
Threads DataSource Vlákna
MB DataSource MB
Add graph ActivityWindow Pridať graf
Teams DataSource Tímy
Hide legend ActivityView Skryť legendu
@ -27,7 +26,6 @@ TX DataSource Shorter version for Sending TX
Quit ActivityWindow Ukončiť
Block cache memory DataSource Bloková vyrovnávacia pamäť
Remove graph ActivityView Odstrániť graf
%.1f MB DataSource %.1f MB
%lld sec. SettingsWindow %lld sek.
%lld ms SettingsWindow %lld ms
CPU usage DataSource Využitie CPU
@ -43,6 +41,5 @@ File ActivityWindow Súbor
usage DataSource využitie
Additional items ActivityView Ďalšie položky
Network receive DataSource Sieť - prijaté
%.1f KB/s DataSource %.1f KB/s
Memory DataSource Pamäť
RX DataSource Shorter version for Receiving. RX

View File

@ -1,12 +1,12 @@
1 swedish x-vnd.Haiku-ActivityMonitor 1913625522
1 swedish x-vnd.Haiku-ActivityMonitor 1211510241
P-faults DataSource P-fel
Media nodes DataSource Medianoder
Threads DataSource Trådar
MB DataSource MB
Always on top ActivityWindow Alltid överst
Add graph ActivityWindow Lägg till graf
Teams DataSource Processer
Hide legend ActivityView Göm graftext
MiB DataSource MiB
Network send DataSource Nätverk sändning
CPU usage (combined) DataSource CPU användning (kombinerad)
CPU DataSource CPU
@ -27,13 +27,14 @@ Update time interval: SettingsWindow Uppdateringsintervall:
TX DataSource Shorter version for Sending TX
Quit ActivityWindow Avsluta
Block cache memory DataSource Blockcacheminne
%.1f KiB/s DataSource %.1f KiB/s
Remove graph ActivityView Ta bort graf
%.1f MB DataSource %.1f MB
%lld sec. SettingsWindow %lld sek.
%lld ms SettingsWindow %lld ms
CPU usage DataSource CPU användning
Raw clipboard DataSource Urklipp rådata
Sems DataSource Semaforer
%.1f MiB DataSource %.1f MiB
ActivityMonitor System name AktivitetsÖvervakare
Running applications DataSource Aktiva program
Semaphores DataSource Semaforer
@ -44,6 +45,5 @@ File ActivityWindow Arkiv
usage DataSource användning
Additional items ActivityView Ytterligare mätvärden
Network receive DataSource Nätverksmotagning
%.1f KB/s DataSource %.1f KB/s
Memory DataSource Minne
RX DataSource Shorter version for Receiving. RX

View File

@ -1,11 +1,12 @@
1 ukrainian x-vnd.Haiku-ActivityMonitor 3704566709
1 ukrainian x-vnd.Haiku-ActivityMonitor 2372331429
P-faults DataSource Р-помилки
Media nodes DataSource Мультимедійні вузли
Threads DataSource Потоки
MB DataSource MB
Always on top ActivityWindow Завжди зверху
Add graph ActivityWindow Додати графік
Teams DataSource Команди
Hide legend ActivityView Сховати легенду
MiB DataSource МіБ
Network send DataSource Відправлено по мережі
CPU usage (combined) DataSource Використання СPU (загальне)
CPU DataSource CPU
@ -26,8 +27,8 @@ Update time interval: SettingsWindow Інтервал часу поновлен
TX DataSource Shorter version for Sending TX
Quit ActivityWindow Вийти
Block cache memory DataSource Блок кеш пам'яті
%.1f KiB/s DataSource %.1f KіB/с
Remove graph ActivityView Видалити графік
%.1f MB DataSource %.1f MB
%lld sec. SettingsWindow %lld сек.
%lld ms SettingsWindow %lld мілісек.
CPU usage DataSource Використання CPU
@ -43,6 +44,5 @@ File ActivityWindow Файл
usage DataSource використання
Additional items ActivityView Додаткові елементи
Network receive DataSource Отримано по мережі
%.1f KB/s DataSource %.1f KB/іек
Memory DataSource Пам'ять
RX DataSource Shorter version for Receiving. RX

View File

@ -1,8 +1,7 @@
1 english x-vnd.Haiku-ActivityMonitor 3704566709
1 english x-vnd.Haiku-ActivityMonitor 234995750
P-faults DataSource 页面错误
Media nodes DataSource 媒介节点
Threads DataSource 线程
MB DataSource MB
Add graph ActivityWindow 添加图示
Teams DataSource 团队
Hide legend ActivityView 隐藏说明
@ -27,7 +26,6 @@ TX DataSource Shorter version for Sending TX
Quit ActivityWindow 退出
Block cache memory DataSource 高速缓存
Remove graph ActivityView 删除图示
%.1f MB DataSource %.1f MB
%lld sec. SettingsWindow %lld sec.
%lld ms SettingsWindow %lld ms
CPU usage DataSource CPU使用率
@ -43,6 +41,5 @@ File ActivityWindow 文件
usage DataSource 使用情况
Additional items ActivityView 附加项
Network receive DataSource 网络接收
%.1f KB/s DataSource %.1f KB/s
Memory DataSource 内存
RX DataSource Shorter version for Receiving. RX

View File

@ -26,7 +26,7 @@ After one second DefaultPartitionPage Nach einer Sekunde
The partition table of the first hard disk is not compatible with Boot Manager.\nBoot Manager needs 2 KB available space before the first partition. BootManagerController Die Partitionstabelle auf der ersten Festplatte ist nicht mit dem Bootmenü kompatibel.\nDas Bootmenü benötigt 2 KiB freien Speicher vor der ersten Partition.
The following partitions were detected. Please check the box next to the partitions to be included in the boot menu. You can also set the names of the partitions as you would like them to appear in the boot menu. PartitionsPage Die folgenden Partitionen wurden erkannt. Nun müssen die Partitionen ausgewählt werden, die im Bootmenü erscheinen sollen. Außerdem können sie so benannt werden, wie sie später im Menü erscheinen sollen.
After one minute DefaultPartitionPage Nach einer Minute
The Master Boot Record of the boot device (%DISK) has been successfully restored from %FILE. BootManagerController Der Master-Boot-Record des Bootlaufwerks (%s) wurde erfolgreich aus der Sicherungsdatei %s wiederhergestellt.
The Master Boot Record of the boot device (%DISK) has been successfully restored from %FILE. BootManagerController Der Master-Boot-Record des Bootlaufwerks (%DISK) wurde erfolgreich aus der Sicherungsdatei %FILE wiederhergestellt.
Write boot menu BootManagerController Button Bootmenü schreiben
The Master Boot Record could not be restored! BootManagerController Der Master-Boot-Record konnte nicht wiederhergestellt werden!
Uninstall DrivesPage Button Entfernen

View File

@ -23,7 +23,7 @@ Uninstallation of boot menu completed BootManagerController Title A rendszervál
Please select the drive you want the boot manager to be installed to or uninstalled from. DrivesPage Kérem válassza ki azt a lemezt, ahová telepíteni vagy ahonnan eltávolítani szeretné a rendszerválasztót.
Please specify a default partition and a timeout.\nThe boot menu will load the default partition after the timeout unless you select another partition. You can also have the boot menu wait indefinitely for you to select a partition.\nKeep the 'ALT' key pressed to disable the timeout at boot time. DefaultPartitionPage Kérjük határozza meg az alapértelmezett partíciót, és a várakozási időt mielőtt automatikusan indítana a rendszer.\nA menü be fogja tölteni az alapértelmezett rendszert az idő lejártával, hacsak nem választ másikat. A menü képes végtelen ideig várni a partíció kiválasztásáig.\nTartsa nyomva az „Alt” billentyűt, hogy kiiktassa a visszaszámlálót.
After one second DefaultPartitionPage Egy másodperc után
The partition table of the first hard disk is not compatible with Boot Manager.\nBoot Manager needs 2 KB available space before the first partition. BootManagerController Az első merevlemez partíciós táblája nem kompatibilis a Rendszerválasztóval.\nA Rendszerválasztónak 2 KB elérhető tárhelyre van szüksége az első partíció előtt.
The partition table of the first hard disk is not compatible with Boot Manager.\nBoot Manager needs 2 KB available space before the first partition. BootManagerController Az első merevlemez partíciós táblája nem kompatibilis a Rendszerválasztóval.\nA Rendszerválasztónak 2 KiB elérhető tárhelyre van szüksége az első partíció előtt.
The following partitions were detected. Please check the box next to the partitions to be included in the boot menu. You can also set the names of the partitions as you would like them to appear in the boot menu. PartitionsPage Az alábbi partíciókat érzékelte a rendszer. Kérjük jelölje meg a partíciók előtt, amelyeket hozzáadná a menühöz. Ugyanezen módon beállíthatja a partíciók nevét is, ahogy azt szeretné feltüntetni a menüben.
After one minute DefaultPartitionPage Egy perc után
The Master Boot Record of the boot device (%DISK) has been successfully restored from %FILE. BootManagerController A Master Boot Record (MBR) az indító lemezen (%DISK) sikeresen helyreállításra került a fájlból (%FILE).

View File

@ -8,10 +8,10 @@ Restore MBR BootManagerController Button MBR を修復
Hard Drive DrivesPage Default disk name Hard Drive
USB Drive DrivesPage Default disk name USBドライブ
The Master Boot Record (MBR) of the boot device:\n\t%s\nwill now be saved to disk. Please select a file to save the MBR into.\n\nIf something goes wrong with the installation or if you later wish to remove the boot menu, simply run the bootman program and choose the 'Uninstall' option. BootManagerController 起動デバイスのマスターブートレコード (MBR):\n\t %s\n をディスクに保存します。ここで、マスターブートレコードの情報を保存するファイルを指定してください。\n\nなお、インストール中に何か問題が発生したか、ブートメニューを削除したい時には、このブートマネージャーを使って、アンインストールしてください。
About to restore the Master Boot Record (MBR) of %disk from %file. Do you wish to continue? BootManagerController Don't translate the place holders: %disk and %file %disk にある %file でマスターブートレコード (MBR) を修復します。よろしいですか?
About to restore the Master Boot Record (MBR) of %disk from %file. Do you wish to continue? BootManagerController Don't translate the place holders: %disk and %file %disk にある %file でマスターブートレコード (MBR) を修復します。続けますか?
An error occurred writing the boot menu. The Master Boot Record might be destroyed, you should restore the MBR now! BootManagerController ブートメニューを書き込む際エラーが発生しました。マスターブートレコードが破壊されている恐れがあるので、すぐに MBR を修復してください。
Partitions PartitionsPage Title パーティション
Timeout: %s DefaultPartitionPage 待ち時間 %s
Timeout: %s DefaultPartitionPage 待ち時間: %s
Select FileSelectionPage Button 選択
Cannot access! DrivesPage Cannot install アクセスできません
Uninstall boot manager BootManagerController Title ブートマネージャーを削除
@ -35,7 +35,7 @@ After five seconds DefaultPartitionPage あと 5 秒
Back BootManagerController Button 戻る
Installation of boot menu completed BootManagerController Title ブートメニューのインストールが完了
Unnamed %d LegacyBootMenu Default name of a partition whose name could not be read from disk; characters in codepage 437 are allowed only Unnamed %d
File: FileSelectionPage Text control label ファイル
File: FileSelectionPage Text control label ファイル:
Previous WizardView Button 前へ
Install DrivesPage Button インストール
About to write the following boot menu to the boot disk (%s). Please verify the information below before continuing. BootManagerController 以下のブートメニューを起動ディスク (%s) に書き込みます。続ける前に以下の情報が正しいか確認してください。
@ -53,9 +53,9 @@ Error reading partition table BootManagerController Title パーティション
Installation of boot menu failed BootManagerController Title ブートメニューのインストールに失敗しました
Backup Master Boot Record BootManagerController Title マスターブートレコードのバックアップ
Quit DrivesPage Button 終了
About to write the boot menu to disk. Are you sure you want to continue? BootManagerController ブートメニューをディスクに書き込みます。続けてよろしいですか?
About to write the boot menu to disk. Are you sure you want to continue? BootManagerController ブートメニューをディスクに書き込みます。続けますか?
The old Master Boot Record was successfully saved to %s. BootManagerController 古いマスターブートレコードは%sに正常に保存されました。
Default Partition: DefaultPartitionPage Menu field label デフォルトパーティション
Default Partition: DefaultPartitionPage Menu field label デフォルトパーティション:
Partitions DefaultPartitionPage Pop up menu title パーティション
BootManager System name ブートマネージャー
Summary BootManagerController Title 概要

View File

@ -44,7 +44,7 @@ Update DrivesPage Button Обновить
Please locate the Master Boot Record (MBR) save file to restore from. This is the file that was created when the boot manager was first installed. UninstallPage Пожалуйста, выберите файл, содержащий главную загрузочную запись (MBR) для восстановления. Этот файл был создан при первой установке менеджера загрузки.
Old Master Boot Record Saved failure BootManagerController Title Предыдущая загрузочная запись (MBR) сохранена
Drives DrivesPage Title Диски
No space available! DrivesPage Cannot install Невозможно записать MBR!
No space available! DrivesPage Cannot install Нет места для MBR!
Never DefaultPartitionPage бесконечно
Partition table not compatible BootManagerController Title Несовместимая таблица разделов
Old Master Boot Record saved BootManagerController Title Предыдущая загрузочная запись (MBR) сохранена

View File

@ -149,7 +149,7 @@ Lao UnicodeBlocks ラオ文字
Gothic UnicodeBlocks ゴート文字
Limbu UnicodeBlocks リンブ文字
Rejang UnicodeBlocks ルジャン文字
Show private blocks CharacterWindow プライベートブロック表示
Show private blocks CharacterWindow プライベートブロック表示
Phoenician UnicodeBlocks フェニキア文字
Mongolian UnicodeBlocks モンゴル文字
Supplemental arrows A UnicodeBlocks 補助矢印A

View File

@ -54,7 +54,7 @@ Cannot set the time source for the video window CodyCam タイムソースを
Stop video CodyCam ビデオを停止
Locking the window\n VideoConsumer.cpp ウィンドウを固定中\n
File %s; Line %ld # %s SettingsHandler ファイル %s; 行 %ld # %s
Couldn't find requested directory on server VideoConsumer.cpp 指定されたディレクトリがサーバー上にみつかりませんでした
Couldn't find requested directory on server VideoConsumer.cpp 要求されたディレクトリがサーバー上にみつかりませんでした
Renaming… VideoConsumer.cpp 名前を変更中…
Local CodyCam ローカル
Error setting type of output file VideoConsumer.cpp 出力ファイルの形式の設定に失敗

View File

@ -39,7 +39,7 @@ Tracker always first PreferencesWindow Tracker を常時先頭に表示
Preferences B_USER_DESKBAR_DIRECTORY/Preferences 環境設定
Recent folders DeskbarMenu 最近使ったフォルダー
About this system DeskbarMenu このシステムについて
Show calendar… TimeView カレンダー表示…
Show calendar… TimeView カレンダー表示…
Deskbar preferences… DeskbarMenu Deskbar の設定…
Expand new applications PreferencesWindow 新しいアプリケーションを展開表示
Show replicants DeskbarMenu レプリカントを表示

View File

@ -1,6 +1,6 @@
1 japanese x-vnd.Haiku-Devices 865240481
Manufacturer DeviceSCSI 製造元
Order by: DevicesView 並び順
Order by: DevicesView 並び順:
ACPI controller Device ACPI コントローラー
Memory controller Device メモリコントローラー
Driver used DevicePCI 使用されているデバイス
@ -49,10 +49,10 @@ PCI bus Device PCI バス
ACPI System Indicator DeviceACPI ACPI システムインジケーター
None Device 無し
PCI bus DevicesView PCI バス
Class Info:\t\t\t\t: %classInfo% DeviceSCSI クラス情報\t\t\t\t: %classInfo%
Class Info:\t\t\t\t: %classInfo% DeviceSCSI クラス情報:\t\t\t\t: %classInfo%
Basic information DevicesView 基本情報
PCI Information DevicePCI PCI 情報
Manufacturer: Device メーカー
Manufacturer: Device メーカー:
ACPI bus DevicesView ACPI バス
Changer DeviceSCSI チェンジャー
ACPI System Bus DeviceACPI ACPI システムバス
@ -60,7 +60,7 @@ Devices System name デバイス
Worm DeviceSCSI Worm
Multimedia controller Device マルチメディアコントローラー
Unknown DevicePCI 不明
Device name: Device デバイス名
Device name: Device デバイス名:
Computer DevicesView コンピューター
Value PropertyList 値
Report compatibility DevicesView 互換性レポート
@ -79,7 +79,7 @@ SCSI Information DeviceSCSI SCSI 情報
Enclosure DeviceSCSI エンクロージャー
Array DeviceSCSI アレイ
Bridge Device ブリッジ
Refresh devices DevicesView デバイス更新
Refresh devices DevicesView デバイス更新
Unknown device DevicesView 不明なデバイス
Graphics Peripheral DeviceSCSI グラフィック装置
Tape Drive DeviceSCSI テープドライブ

View File

@ -1,7 +1,7 @@
1 japanese x-vnd.Haiku-DiskProbe 2306672993
File offset: ProbeView ファイルオフセット
File offset: ProbeView ファイルオフセット:
%ld (native) ProbeView %ld (ネイティブ)
64 bit unsigned value: TypeEditors 符号無し 64 ビット値
64 bit unsigned value: TypeEditors 符号無し 64 ビット値:
Find again ProbeView 再検索
Text FindWindow テキスト
Find… ProbeView 検索…
@ -10,10 +10,10 @@ Cancel OpenWindow 中止
Close AttributeWindow 閉じる
File ProbeView ファイル
Attribute ProbeView 属性
Floating-point value: TypeEditors 浮動小数点値
Floating-point value: TypeEditors 浮動小数点値:
16 bit TypeEditors 16 ビット
Attributes ProbeView 属性
Device offset: ProbeView デバイスオフセット
Device offset: ProbeView デバイスオフセット:
Selection ProbeView 選択値へ移動
DiskProbe System name DiskProbe
what: '%.4s'\n\n TypeEditors 'What' is a message specifier that defines the type of the message. what: '%.4s'\n\n
@ -23,20 +23,20 @@ Boolean TypeEditors This is the type of editor ブール値
Paste ProbeView 貼り付け
PNG format TypeEditors PNG フォーマット
Font size ProbeView フォントサイズ
Attribute type: ProbeView 属性タイプ
Attribute type: ProbeView 属性タイプ:
Attribute AttributeWindow 属性
8 bit signed value: TypeEditors 符号つき 8 ビット値:
Number: TypeEditors 数値
Number: TypeEditors 数値:
Save ProbeView 保存
Stop ProbeView 中断
Number editor TypeEditors 数値エディター
Hex ProbeView A menu item, as short as possible, noun is recommended if it is shorter than adjective. 16 進
No type editor available AttributeWindow タイプエディターはありません
Double precision floating-point value: TypeEditors 倍精度浮動小数点値
Device: ProbeView デバイス
Do you really want to remove the attribute \"%s\" from the file \"%s\"?\n\nYou cannot undo this action. AttributeWindow 本当に属性 \"%s\" をファイル \"%s\"から削除してよろしいですか?\n\nこの動作は元に戻せません。
Double precision floating-point value: TypeEditors 倍精度浮動小数点値:
Device: ProbeView デバイス:
Do you really want to remove the attribute \"%s\" from the file \"%s\"?\n\nYou cannot undo this action. AttributeWindow 本当に属性 \"%s\" をファイル \"%s\"から削除しすか?\n\nこの動作は元に戻せません。
Text TypeEditors This is the type of editor テキスト
8 bit unsigned value: TypeEditors 符号無し 8 ビット値
8 bit unsigned value: TypeEditors 符号無し 8 ビット値:
Block ProbeView ブロック
Back ProbeView 戻る
Device ProbeView デバイス
@ -47,22 +47,22 @@ Undo ProbeView 元に戻す
Close ProbeView 閉じる
Number TypeEditors This is the type of editor 数値
Decimal ProbeView A menu item, as short as possible, noun is recommended if it is shorter than adjective. 10 進
16 bit signed value: TypeEditors 符号つき 16 ビット値
16 bit signed value: TypeEditors 符号つき 16 ビット値:
String editor TypeEditors 文字列エディター
of 0x0 ProbeView This is a part of 'Block 0xXXXX of 0x0026' message. In languages without 'of' structure it can be replaced simply with '/'. / 0x0
64 bit signed offset: TypeEditors 符号つき 64 ビットオフセット値
64 bit signed offset: TypeEditors 符号つき 64 ビットオフセット値:
Boolean editor TypeEditors ブール値エディター
Copy ProbeView コピー
none ProbeView No attributes 属性無し
Boolean value: TypeEditors ブール値
32 bit size or status: TypeEditors 32 ビットのサイズまたはステータス
Boolean value: TypeEditors ブール値:
32 bit size or status: TypeEditors 32 ビットのサイズまたはステータス:
8 bit palette TypeEditors 8 ビットパレット
Fit ProbeView Size of fonts, fits to available room ビューに合わせる
Probe device OpenWindow デバイスを調べる
(native) ProbeView (ネイティブ)
Unknown format TypeEditors 不明なフォーマット
Hexadecimal FindWindow A menu item, as short as possible, noun is recommended if it is shorter than adjective. 16 進
MIME type: TypeEditors MIME タイプ
MIME type: TypeEditors MIME タイプ:
Page setup… ProbeView ページ設定…
New… FileWindow 新規…
DiskProbe request AttributeWindow DiskProbe リクエスト
@ -70,64 +70,64 @@ Could not read image TypeEditors Image means here a picture file, not a disk ima
BlockSize ProbeView A menu item, a shortened form from 'block size'. This is in the same menu windowthan 'Base' and 'Font size' ブロックサイズ
Save changes before closing? ProbeView 閉じる前に保存しますか?
Type editor AttributeWindow タイプエディター
Native: 0x%0*Lx ProbeView ネイティブ0x%0*Lx
Native: 0x%0*Lx ProbeView ネイティブ: 0x%0*Lx
Raw editor AttributeWindow Raw エディター
Message View TypeEditors メッセージビュー
DiskProbe request ProbeView DiskProbe リクエスト
32 bit unsigned size: TypeEditors 符号無し 32 ビット値
32 bit unsigned size: TypeEditors 符号無し 32 ビット値:
Flattened bitmap TypeEditors フラット化したビットマップ
Open file… FileWindow ファイルを開く…
Next ProbeView 次へ
Close FileWindow 閉じる
Attribute: ProbeView 属性
Attribute: ProbeView 属性:
Remove from file AttributeWindow ファイルから削除
Don't save ProbeView 保存しない
Previous ProbeView 前へ
64 bit signed value: TypeEditors 符号無し 64 ビット値
64 bit signed value: TypeEditors 符号無し 64 ビット値:
Icon TypeEditors アイコン
Block: ProbeView ブロック
Examine device: OpenWindow デバイスを調べる
Offset: ProbeView オフセット
Block: ProbeView ブロック:
Examine device: OpenWindow デバイスを調べる:
Offset: ProbeView オフセット:
OK ProbeView OK
Add ProbeView 追加
Edit ProbeView 編集
Native: %Ld (0x%0*Lx) ProbeView ネイティブ %Ld (0x%0*Lx)
32 bit unsigned value: TypeEditors 符号無し 32 ビット値
Native: %Ld (0x%0*Lx) ProbeView ネイティブ: %Ld (0x%0*Lx)
32 bit unsigned value: TypeEditors 符号無し 32 ビット値:
Message TypeEditors This is the type of view メッセージ
Could not open \"%s\":\n%s DiskProbe Opening of entry reference buffer for a DiskProbe request Alert message. The name of entry reference and error message is shown. \"%s\"を開けませんでした\n%s
Could not open \"%s\":\n%s DiskProbe Opening of entry reference buffer for a DiskProbe request Alert message. The name of entry reference and error message is shown. \"%s\"を開けませんでした:\n%s
Base ProbeView A menu item, the number that is basis for a system of calculation. The base 10 system is a decimal system. This is in the same menu window than 'Font size' and 'BlockSize' 基数
Image view TypeEditors Image means here a picture file, not a disk image. イメージ表示
Cancel AttributeWindow 中止
Type editor not supported ProbeView タイプエディターはサポートされていません。
MIME type editor TypeEditors MIME タイプエディター
Swapped: %Ld (0x%0*Lx) ProbeView スワップ %Ld (0x%0*Lx)
Swapped: %Ld (0x%0*Lx) ProbeView スワップ: %Ld (0x%0*Lx)
Find FindWindow 検索
Remove AttributeWindow 削除
Print… ProbeView 印刷…
Block %Ld (0x%Lx) ProbeView ブロック %Ld (0x%Lx)
Image TypeEditors This is the type of view イメージ
Could not open file \"%s\": %s\n DiskProbe ファイル\"%s\"を開けませんでした: %s\n
Could not open file \"%s\": %s\n DiskProbe ファイル \"%s\" を開けませんでした: %s\n
Select all ProbeView すべて選択
Probe file… OpenWindow ファイルを調べる…
Icon view TypeEditors アイコン表示
Bookmarks ProbeView ブックマーク
Mode: FindWindow モード
Mode: FindWindow モード:
15 bit TypeEditors 15 ビット
Open device FileWindow デバイスを開く
Could not find search string. ProbeView 検索文字列が見つかりませんでした。
16 bit unsigned value: TypeEditors 符号無し 16 ビット値
Attribute offset: ProbeView 属性のオフセット
16 bit unsigned value: TypeEditors 符号無し 16 ビット値:
Attribute offset: ProbeView 属性のオフセット:
View ProbeView This is the last menubar item 'File Edit Block View' 表示
Redo ProbeView やり直し
File: ProbeView ファイル
32 bit unsigned pointer: TypeEditors 符号無し 32 ビットポインタ
File: ProbeView ファイル:
32 bit unsigned pointer: TypeEditors 符号無し 32 ビットポインタ:
of ProbeView /
Writing to the file failed:\n%s\n\nAll changes will be lost when you quit. ProbeView ファイルの書き込みに失敗しました\n%s\n\nすべての変更は終了時に失われます。
Writing to the file failed:\n%s\n\nAll changes will be lost when you quit. ProbeView ファイルの書き込みに失敗しました:\n%s\n\nすべての変更は終了時に失われます。
32 bit TypeEditors 32 ビット
Cancel ProbeView 中止
Swapped: 0x%0*Lx ProbeView スワップ 0x%0*Lx
Swapped: 0x%0*Lx ProbeView スワップ: 0x%0*Lx
Grayscale TypeEditors グレースケール
32 bit signed value: TypeEditors 符号つき 32 ビット値:
DiskProbe request DiskProbe DiskProbe リクエスト
Type editor ProbeView タイプエディター
Contents: TypeEditors 内容
Contents: TypeEditors 内容:

View File

@ -3,14 +3,14 @@ Scanning %refName% Scanner %refName%をスキャン中
Size Info Window サイズ
Rescan Pie View 再スキャン
Kind Info Window 種類
file unavailable Pie View 利用できないファイル
file unavailable Pie View ファイルは利用できません
no supporting apps Pie View 対象アプリケーション無し
%d file Status View %d 個のファイル
Path Info Window パス
Scan Status View スキャン
9999.99 GB Status View 9999.99 GB
Rescan Status View 再スキャン
file unavailable Status View 利用できないファイル
file unavailable Status View ファイルは利用できません
Get info Pie View 情報を表示
DiskUsage System name DiskUsage
in %d files Info Window %d 個のファイル中

View File

@ -36,7 +36,7 @@ Are you sure you want to write the changes back to disk now?\n\nAll data on the
Write changes MainWindow Änderungen schreiben
There was an error preparing the disk for modifications. MainWindow Beim Vorbereiten der Änderungen trat ein interner Fehler auf.
The partition %s is already mounted. MainWindow Die Partition \"%s\" ist bereits eingehangen.
Are you sure you want to format the partition? You will be asked again before changes are written to the disk. MainWindow Soll die Partition \"%s\" wirklich formatiert werden? Die Änderungen werden erst nach einer weiteren Bestätigung geschrieben.
Are you sure you want to format the partition? You will be asked again before changes are written to the disk. MainWindow Soll die Partition wirklich formatiert werden? Die Änderungen werden erst nach einer weiteren Bestätigung geschrieben.
Partition name: ChangeParametersPanel Partitionsname:
Change ChangeParametersPanel Ändern
Are you sure you want to write the changes back to disk now?\n\nAll data on the disk %s will be irretrievably lost if you do so! MainWindow Sollen die Änderungen wirklich auf den Datenträger geschrieben werden?\n\nAlle Daten auf dem Medium \"%s\" gehen dabei unwiderruflich verloren!

View File

@ -2,7 +2,7 @@
DriveSetup System name DriveSetup
Cancel AbstractParametersPanel 中止
Delete MainWindow 削除
Are you sure you want to write the changes back to disk now?\n\nAll data on the selected partition will be irretrievably lost if you do so! MainWindow 変更を本当にディスクに保存しますか?\n\nその場合、選択されたパーティションのすべてのデータが失われますので、ご注意ください。
Are you sure you want to write the changes back to disk now?\n\nAll data on the selected partition will be irretrievably lost if you do so! MainWindow 変更をディスクに保存しますか?\n\nその場合、選択されたパーティションのすべてのデータが失われますので、ご注意ください。
Rescan MainWindow ディスクを再検出
OK MainWindow OK
Could not aquire partitioning information. MainWindow パーティション情報の取得に失敗しました。
@ -12,13 +12,13 @@ OK AbstractParametersPanel OK
<empty> PartitionList <空>
Unable to find the selected partition by ID. MainWindow 選択されたパーティションを ID で検出できませんでした。
Select a partition from the list below. DiskView 下記の一覧からパーティションを一つ選択してください。
No disk devices have been recognized. DiskView ディスクデバイスが検出されませんでした
Failed to initialize the disk %s!\n MainWindow ディスク %s の初期化に失敗しました\n
No disk devices have been recognized. DiskView ディスクデバイスが検出されていません。
Failed to initialize the disk %s!\n MainWindow ディスク %s の初期化に失敗しました\n
The selected disk is read-only. MainWindow 選択されたディスクは読み取り専用です。
Are you sure you want to format the partition \"%s\"? You will be asked again before changes are written to the disk. MainWindow パーティション \"%s\" を本当にフォーマットして良いですか? 変更をディスクに書き込む直前に再度確認します。
Are you sure you want to format the partition \"%s\"? You will be asked again before changes are written to the disk. MainWindow パーティション \"%s\" をフォーマットしますか? 変更をディスクに書き込む直前に再度確認します。
Could not mount partition %s. MainWindow パーティション %s をマウントできませんでした。
The partition %s has been successfully formatted.\n MainWindow %s パーティションは正常にフォーマットされました。\n
Change parameters MainWindow パラメーター変更
Change parameters MainWindow パラメーター変更
The partition %s is already unmounted. MainWindow パーティション %s はすでにマウント解除されています。
Failed to delete the partition. No changes have been written to disk. MainWindow パーティションの削除に失敗しました。変更は保存されていません。
Could not delete the selected partition. MainWindow 選択されたパーティションを削除できませんでした。
@ -36,25 +36,25 @@ Are you sure you want to write the changes back to disk now?\n\nAll data on the
Write changes MainWindow 変更を書き込む
There was an error preparing the disk for modifications. MainWindow ディスクの変更のための準備をする際、エラーが発生しました。
The partition %s is already mounted. MainWindow パーティション %s はすでにマウントされています。
Are you sure you want to format the partition? You will be asked again before changes are written to the disk. MainWindow パーティションを本当にフォーマットして良いですか? 変更をディスクに書き込む直前に再度確認します。
Are you sure you want to format the partition? You will be asked again before changes are written to the disk. MainWindow パーティションをフォーマットしますか? 変更をディスクに書き込む直前に再度確認します。
Partition name: ChangeParametersPanel パーティション名 :
Change ChangeParametersPanel 変更
Are you sure you want to write the changes back to disk now?\n\nAll data on the disk %s will be irretrievably lost if you do so! MainWindow 変更をすぐにディスクに保存しますか?\n\nその場合、ディスク %s のデータがすべて失われますので、ご注意ください
Are you sure you want to delete the selected partition?\n\nAll data on the partition will be irretrievably lost if you do so! MainWindow 選択されたパーティションを本当に削除しますか?\n\nその場合、パーティションのすべてのデータが失われますので、ご注意ください
Are you sure you want to write the changes back to disk now?\n\nAll data on the disk %s will be irretrievably lost if you do so! MainWindow 変更をすぐにディスクに保存しますか?\n\nその場合、ディスク %s のデータがすべて失われます。
Are you sure you want to delete the selected partition?\n\nAll data on the partition will be irretrievably lost if you do so! MainWindow 選択されたパーティションを削除しますか?\n\nその場合、パーティションのすべてのデータが失われます。
Create… MainWindow 新規作成…
Disk system \"%s\"\" not found! MainWindow \"%s\"\" ディスクシステムがみつかりません!
The disk has been successfully initialized.\n MainWindow ディスクは正常に初期化されました。\n
Could not unmount partition %s. MainWindow パーティション %s をマウント解除できませんでした。
Failed to change the parameters of the partition. No changes have been written to disk. MainWindow パーティションのパラメーターの変更に失敗しました。ディスクは変更されません。
Failed to format the partition %s!\n MainWindow パーティション %s のフォーマットに失敗しました\n
Failed to change the parameters of the partition. No changes have been written to disk. MainWindow パーティションのパラメーターの変更に失敗しました。ディスクは変更されていません。
Failed to format the partition %s!\n MainWindow パーティション %s のフォーマットに失敗しました\n
Mount MainWindow マウント
Partition type PartitionList パーティション種別 :
Are you sure you want to format a raw disk? (most people initialize the disk with a partitioning system first) You will be asked again before changes are written to the disk. MainWindow 本当にディスク全体をフォーマットして良いですか? (大抵の人はまずパーティショニングシステムでディスクを初期化します) 変更をディスクに書き込む直前に再度確認します。
Are you sure you want to format a raw disk? (most people initialize the disk with a partitioning system first) You will be asked again before changes are written to the disk. MainWindow ディスク全体をフォーマットしますか? (大抵の人はまずパーティショニングシステムでディスクを初期化します) 変更をディスクに書き込む直前に再度確認します。
The panel experienced a problem! MainWindow パネルに問題が発生しました。
Change parameters… MainWindow パラメーター変更…
Change parameters… MainWindow パラメーター変更…
Device PartitionList デバイス
Disk MainWindow ディスク
Are you sure you want to initialize the selected disk? All data will be lost. You will be asked again before changes are written to the disk.\n MainWindow 本当に選択したディスクを初期化しますか? データはすべて失われます。変更をディスクに書き込む直前に再度確認します。\n
Are you sure you want to initialize the selected disk? All data will be lost. You will be asked again before changes are written to the disk.\n MainWindow 選択したディスクを初期化しますか? データはすべて失われます。変更をディスクに書き込む直前に再度確認します。\n
Partition size CreateParametersPanel パーティションサイズ
Device DiskView デバイス
Active PartitionList アクティブ
@ -66,7 +66,7 @@ End: %s Support 終了位置: %s
The panel could not return successfully. MainWindow パネルは正しく返しませんでした。
Cancel MainWindow 中止
Delete partition MainWindow パーティションを削除
Are you sure you want to change parameters of the selected partition?\n\nThe partition may no longer be recognized by other operating systems anymore! MainWindow 選択したパーティションのパラメーターを本当に変更して良いですか?\n\nパーティションはほかのオペレーティングシステムからはもう認識されないかもしれません!
Are you sure you want to change parameters of the selected partition?\n\nThe partition may no longer be recognized by other operating systems anymore! MainWindow 選択したパーティションのパラメーターを変更しますか?\n\nパーティションはほかのオペレーティングシステムからはもう認識されないかもしれません
Eject MainWindow 取り出す
Partition MainWindow パーティション
Validation of the given parameters failed. MainWindow 指定されたパラメーターの検証に失敗しました。
@ -79,7 +79,7 @@ Wipe (not implemented) MainWindow ワイプ (実装されていません)
Validation of the given initialization parameters failed. MainWindow 初期化パラメーターの検証に失敗しました
The selected partition does not contain a partitioning system. MainWindow 選択されたパーティションにパーティションシステムはありません。
Offset: %s Support オフセット: %s
Are you sure you want to write the changes back to disk now?\n\nAll data on the partition %s will be irretrievably lost if you do so! MainWindow 変更をすぐにディスクに保存しますか?\n\nその場合、ディスク %s のデータがすべて失われますので、ご注意ください
Are you sure you want to write the changes back to disk now?\n\nAll data on the partition %s will be irretrievably lost if you do so! MainWindow 変更をすぐにディスクに保存しますか?\n\nその場合、ディスク %s のデータがすべて失われます。
The partition %s is currently mounted. MainWindow %s パーティションが現在マウントされています。
Surface test (not implemented) MainWindow 表面チェック (実装されていません)
Format MainWindow フォーマット

View File

@ -1,4 +1,4 @@
1 polish x-vnd.Haiku-DriveSetup 484941621
1 polish x-vnd.Haiku-DriveSetup 3102001288
DriveSetup System name DriveSetup
Cancel AbstractParametersPanel Anuluj
Delete MainWindow Usuń
@ -68,6 +68,7 @@ Delete partition MainWindow Usuń partycję
Are you sure you want to change parameters of the selected partition?\n\nThe partition may no longer be recognized by other operating systems anymore! MainWindow Czy jesteś pewna/pewny, że chcesz zmienić parametry wybranej partycji?\n\nPartycja może już nie być rozpoznawalna przez inne systemy operacyjne!
Eject MainWindow Wysuń
Partition MainWindow Partycja
Create CreateParametersPanel Utwórz
File system PartitionList System plików
Validation of the given creation parameters failed. MainWindow Sprawdzenie poprawności parametrów tworzenia partycji nie powiodło się.
Partition type: ChangeParametersPanel Typ partycji:

View File

@ -1,4 +1,4 @@
1 russian x-vnd.Haiku-DriveSetup 3460572565
1 russian x-vnd.Haiku-DriveSetup 3775412465
DriveSetup System name Разметка диска
Cancel AbstractParametersPanel Отмена
Delete MainWindow Удалить
@ -50,6 +50,7 @@ Failed to format the partition %s!\n MainWindow Не удалось иници
Mount MainWindow Подключить
Partition type PartitionList Тип раздела
Are you sure you want to format a raw disk? (most people initialize the disk with a partitioning system first) You will be asked again before changes are written to the disk. MainWindow Вы уверены, что хотите инициализировать весь диск? (обычно на диске создают систему разделов)\nПовторный запрос будет выдан непосредственно перед записью изменений на диск.
The panel experienced a problem! MainWindow С панелью произошла проблема!
Change parameters… MainWindow Изменить параметры…
Device PartitionList Устройство
Disk MainWindow Диск
@ -62,6 +63,7 @@ Continue MainWindow Продолжить
Cannot delete the selected partition. MainWindow Невозможно удалить выбранный раздел.
Mount all MainWindow Подключить все
End: %s Support Конец: %s
The panel could not return successfully. MainWindow Панели не удалось корректно вернуться.
Cancel MainWindow Отмена
Delete partition MainWindow Удалить раздел
Are you sure you want to change parameters of the selected partition?\n\nThe partition may no longer be recognized by other operating systems anymore! MainWindow Вы уверены, что хотите изменить параметры выбранного раздела?\n\nРаздел может больше не распознаваться другими операционными системами!

View File

@ -2,7 +2,7 @@
Expand ExpanderMenu 解凍
Close window when done expanding ExpanderPreferences 解凍終了後ウィンドウを閉じる
Set destination… ExpanderMenu 解凍先を指定…
Use: ExpanderPreferences パスを指定
Use: ExpanderPreferences パスを指定:
File expanded ExpanderWindow ファイル解凍が完了しました
The destination is read only. ExpanderWindow 解凍先は読み取り専用です
Expander: Open ExpanderWindow ファイル解凍: 開く
@ -20,14 +20,14 @@ Destination folder ExpanderPreferences 解凍先フォルダー
Other ExpanderPreferences その他
Cancel ExpanderPreferences 中止
Expansion ExpanderPreferences 解凍
Are you sure you want to stop expanding this\narchive? The expanded items may not be complete. ExpanderWindow 書庫ファイルの解凍はまだ完了していません。それでも中止しますか
Are you sure you want to stop expanding this\narchive? The expanded items may not be complete. ExpanderWindow 書庫ファイルの解凍はまだ完了していません。それでも中止しますか? 解凍されたファイルは完全でない可能性があります。
Select DirectoryFilePanel 選択
Destination folder doesn't exist. Would you like to create it? ExpanderWindow 展開先のフォルダーがありません。作成してもよろしいですか?
Same directory as source (archive) file ExpanderPreferences 元ファイル (アーカイブ) と同じ
Expanding '%s' ExpanderWindow '%s' を解凍中
Settings ExpanderMenu 設定
Settings… ExpanderMenu 設定…
Expander: Choose destination DirectoryFilePanel ファイル解凍: 解凍先選択
Expander: Choose destination DirectoryFilePanel ファイル解凍: 解凍先選択
Select ExpanderPreferences 選択
Show contents ExpanderWindow 内容を表示
Automatically show contents listing ExpanderPreferences 内容リストを自動的に表示
@ -36,7 +36,7 @@ Leave destination folder path empty ExpanderPreferences パスを空にして
Failed to create the destination folder. ExpanderWindow 展開先のフォルダーを作成できませんでした:
Create ExpanderWindow 作成
The folder was either moved, renamed or not\nsupported. ExpanderWindow 指定されたフォルダーが移動されたか、名前が変更されたか、\nサポートされていません。
The file doesn't exist ExpanderWindow ファイルは存在しません
The file doesn't exist ExpanderWindow ファイルがありません
Stop ExpanderMenu 中止
File ExpanderMenu ファイル
Expander System name ファイル解凍

View File

@ -1,7 +1,7 @@
1 japanese x-vnd.Haiku-FirstBootPrompt 2649051796
Custom BootPromptWindow カスタム
Boot to Desktop BootPromptWindow デスクトップを起動
Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your preferred language and keyboard layout from the list on the left which will then be used instantly. You can easily change both settings from the Desktop later on on the fly.\n\nDo you wish to run the Installer or continue booting to the Desktop?\n BootPromptWindow For other languages, a note could be added: \"Note: Localization of Haiku applications and other components is an on-going effort. You will frequently encounter untranslated strings, but if you like, you can join in the work at <www.haiku-os.org>.\" Haikuを試用していただきありがとうございます。Haikuのことを気に入っていただければ幸いです。\n\n左欄からご希望の言語とキーマップの選択がすぐできます。あとで、デスクトップからこれらの設定をすぐに簡単に変更できます。\n\nインストーラーを実行しますか、それともライブCDモードでデスクトップを起動しますか\n\n注釈Haikuアプリケーションや他のコンポーネントのロケール化は進行中のため、翻訳されていない部分が表示されることや翻訳がおかしいことがあります。Haikuの翻訳に協力したい方は、haiku-i18n-jp MLにてご連絡くださいhttp://freelists.org/list/haiku-i18n-jp。\n
Thank you for trying out Haiku! We hope you'll like it!\n\nYou can select your preferred language and keyboard layout from the list on the left which will then be used instantly. You can easily change both settings from the Desktop later on on the fly.\n\nDo you wish to run the Installer or continue booting to the Desktop?\n BootPromptWindow For other languages, a note could be added: \"Note: Localization of Haiku applications and other components is an on-going effort. You will frequently encounter untranslated strings, but if you like, you can join in the work at <www.haiku-os.org>.\" Haikuを試用していただきありがとうございます。Haikuのことを気に入っていただければ幸いです。\n\n左欄からご希望の言語とキーマップの選択がすぐできます。あとで、デスクトップからこれらの設定をすぐに簡単に変更できます。\n\nインストーラーを実行しますか、それともライブCDモードでデスクトップを起動しますか?\n\n注釈: Haikuアプリケーションや他のコンポーネントのロケール化は進行中のため、翻訳されていない部分が表示されることや翻訳がおかしいことがあります。Haikuの翻訳に協力したい方は、haiku-i18n-jp MLにてご連絡くださいhttp://freelists.org/list/haiku-i18n-jp。\n
Language BootPromptWindow 言語
Welcome to Haiku! BootPromptWindow Haiku へようこそ!
Run Installer BootPromptWindow インストーラーを実行

View File

@ -1,7 +1,7 @@
1 japanese x-vnd.Haiku-FontDemo 3522850500
Outline: ControlView アウトライン:
Size: 50 ControlView サイズ: 50
Stop cycling ControlView 循環中止
Stop cycling ControlView 循環中止
Shear: 90 ControlView 傾斜: 90
Spacing: 0 ControlView 文字間隔: 0
Haiku, Inc. FontDemoView Haiku, Inc.

View File

@ -1,4 +1,4 @@
1 french x-vnd.haiku-icon_o_matic 2622191328
1 french x-vnd.haiku-icon_o_matic 605140404
Select All Icon-O-Matic-PathManipulator Sélectionner tout
Add Style Icon-O-Matic-AddStylesCmd Ajouter un style
Color (#%02x%02x%02x) Style name after dropping a color Couleur (#%02x%02x%02x)
@ -29,14 +29,18 @@ Move Icon-O-Matic-TransformationBoxStates Déplacer
Flip Control Points Icon-O-Matic-FlipPointsCmd Retourner les points de contrôle
warning Icon-O-Matic-SVGExport alerte
Copy Icon-O-Matic-Properties Copier
Miter Limit Icon-O-Matic-PropertyNames Limite de raccord
OK Icon-O-Matic-ColorPicker OK
Remove Control Point Icon-O-Matic-RemovePointsCmd Enlever le point de contrôle
Add circle Icon-O-Matic-PathsList Ajouter un cercle
Shorten Icon-O-Matic-PropertyNames Raccourcir
bad news Title of error alert mauvaises nouvelles
Remove Paths Icon-O-Matic-RemovePathsCmd Enlever les chemins
Scale Y Icon-O-Matic-PropertyNames Échelle en Y
Add Control Point Icon-O-Matic-AddPointCmd Ajouter un point de contrôle
Untitled Icon-O-Matic-Main Sans nom
Save as… Icon-O-Matic-Menu-File Enregistrer sous…
Don't save Icon-O-Matic-Menu-Settings Ne pas sauvegarder
Change Color Icon-O-Matic-SetColorCmd Changer la couleur
Style Icon-O-Matic-Menus Style
<modify path> Icon-O-Matic-PathCmd <modifier le chemin>
@ -47,6 +51,7 @@ bad news Icon-O-Matic-Exporter mauvaises nouvelles
<nothing to undo> Icon-O-Matic-Menu-Edit <rien à annuler>
Freeze Shape Icon-O-Matic-FreezeTransformationCmd Figer la forme
Remove Style Icon-O-Matic-RemoveStylesCmd Enlever le style
Scale X Icon-O-Matic-PropertyNames Échelle en X
Cancel Icon-O-Matic-SVGExport Annuler
Add shape with style Icon-O-Matic-Menu-Shape Ajouter une forme avec un style
Remove Shape Icon-O-Matic-RemoveShapesCmd Enlever la forme
@ -71,6 +76,7 @@ Split Icon-O-Matic-PathManipulator Diviser
Nudge Control Points Icon-O-Matic-NudgePointsCommand Orner les points de contrôle
Remove Icon-O-Matic-StylesList Enlever
META:ICON Attribute Icon-O-Matic-SavePanel Attribut META:ICON
Translation Y Icon-O-Matic-PropertyNames Translation en Y
Rotate Icon-O-Matic-TransformationBoxStates Pivoter
Remove Transformer Icon-O-Matic-RemoveTransformersCmd Supprimer une transformation
Add Transformer Icon-O-Matic-AddTransformersCmd Ajouter une transformation
@ -93,11 +99,13 @@ Radial Icon-O-Matic-StyleTypes Radial
Perspective Icon-O-Matic-TransformersList Perspective
Gradient Icon-O-Matic-StyleTypes Dégradé
BEOS:ICON Attribute Icon-O-Matic-SavePanel Attribut BEOS:ICON
Invert selection Icon-O-Matic-Properties Inverser la sélection
Export as… Icon-O-Matic-Menu-File Exporter sous…
Transformation Transformation Transformation
Move Transformers Icon-O-Matic-MoveTransformersCmd Déplacer les transformations
Move Styles Icon-O-Matic-MoveStylesCmd Déplacer les styles
Reset transformation Icon-O-Matic-StylesList Réinitialiser la transformation
Flip Icon-O-Matic-PathManipulator Retourner
Conic Icon-O-Matic-StyleTypes Conique
Split Control Points Icon-O-Matic-SplitPointsCmd Diviser les points de contrôle
Save Icon-O-Matic-Menu-Settings Sauvegarder
@ -105,6 +113,7 @@ Close Icon-O-Matic-Menu-File Fermer
Cancel Icon-O-Matic-ColorPicker Annuler
Paste Icon-O-Matic-Properties Coller
Shape Icon-O-Matic-Menus Forme
Translation X Icon-O-Matic-PropertyNames Translation en X
Properties Icon-O-Matic-Menus Propriétés
Move Pivot Icon-O-Matic-TransformationBoxStates Déplacer le pivot
Path Icon-O-Matic-Menus Chemin

View File

@ -4,12 +4,12 @@ Add Style Icon-O-Matic-AddStylesCmd スタイルを追加
Color (#%02x%02x%02x) Style name after dropping a color カラー (#%02x%02x%02x)
Add Icon-O-Matic-StylesList 追加
Move Shape Icon-O-Matic-MoveShapesCommand シェイプを移動
Opening the document failed! Icon-O-Matic-Main ドキュメントの読み込みに失敗しました
Opening the document failed! Icon-O-Matic-Main ドキュメントの読み込みに失敗しました
Reset transformation Icon-O-Matic-ShapesList 変形をリセット
Move Paths Icon-O-Matic-MovePathsCmd パスを移動
None Icon-O-Matic-Properties 解除
New Icon-O-Matic-Menu-File 新規作成
Icon-O-Matic might not have interpreted all data from the SVG when it was loaded. By overwriting the original file, this information would now be lost. Icon-O-Matic-SVGExport Icon-O-Matic はロードされた SVG のすべてのデータを解釈できなかったかもしれません。オリジナルファイルを上書きすると、この情報は失われるでしょう。
Icon-O-Matic might not have interpreted all data from the SVG when it was loaded. By overwriting the original file, this information would now be lost. Icon-O-Matic-SVGExport Icon-O-Matic はロードされた SVG のすべてのデータを解釈できなかったかもしれません。元のファイルを上書きすると、この情報は失われるでしょう。
Paste Properties Icon-O-Matic-Properties プロパティを貼り付け
Stroke Transformation ストローク
Save Icon Dialog title アイコンを保存
@ -48,7 +48,7 @@ Change Color Icon-O-Matic-SetColorCmd カラーを変更
Style Icon-O-Matic-Menus スタイル
<modify path> Icon-O-Matic-PathCmd <パスを修正>
Opening the icon failed! Icon-O-Matic-Main アイコンを開けません!
Error: Icon-O-Matic-Main エラー
Error: Icon-O-Matic-Main エラー:
Rotate indices backwards Icon-O-Matic-PathsList インデックスを逆順に辿る
Name Icon-O-Matic-PropertyNames 名前
bad news Icon-O-Matic-Exporter 悪い知らせ
@ -82,7 +82,7 @@ Add with path Icon-O-Matic-ShapesList パスとともに追加
Gradient type Icon-O-Matic-StyleTypes グラデーションのタイプ
Icon-O-Matic System name Icon-O-Matic
Cancel Icon-O-Matic-Menu-Settings 中止
Modify Control Point Icon-O-Matic-ChangePointCmd コントロールポイント編集
Modify Control Point Icon-O-Matic-ChangePointCmd コントロールポイント編集
Saving your document failed! Icon-O-Matic-Exporter ドキュメントの保存に失敗しました!
edit it's properties here. Empty property list - 3rd line オブジェクトをクリックしてください。
Split Icon-O-Matic-PathManipulator 分割
@ -193,7 +193,7 @@ Freeze Shapes Icon-O-Matic-FreezeTransformationCmd シェイプを固定
Split Control Point Icon-O-Matic-SplitPointsCmd コントロールポイントを分割
Open… Icon-O-Matic-Menu-File 開く…
Color (#%02x%02x%02x) Icon-O-Matic-StyledTextImport カラー (#%02x%02x%02x)
Edit Gradient Icon-O-Matic-SetGradientCmd グラデーション編集
Edit Gradient Icon-O-Matic-SetGradientCmd グラデーション編集
Clean Up Path Icon-O-Matic-CleanUpPathCmd パスをクリーンアップ
Rounding Icon-O-Matic-PropertyNames 丸め
Remove Shapes Icon-O-Matic-RemoveShapesCmd シェイプを削除

Some files were not shown because too many files have changed in this diff Show More