Merge branch 'master' into sam460ex
This commit is contained in:
+127
-10
@@ -203,6 +203,118 @@ 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)
|
# GLU (GL Utilities)
|
||||||
if $(TARGET_ARCH) = x86 {
|
if $(TARGET_ARCH) = x86 {
|
||||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||||
@@ -266,16 +378,21 @@ if $(TARGET_ARCH) = x86 {
|
|||||||
lib.haiku/libgallium.a
|
lib.haiku/libgallium.a
|
||||||
: $(zipFile)
|
: $(zipFile)
|
||||||
: extracted-mesa ] ;
|
: extracted-mesa ] ;
|
||||||
HAIKU_GALLIUM_SOFTPIPE_LIB = [ ExtractArchive $(HAIKU_MESA_DIR)
|
|
||||||
:
|
if FIsBuildFeatureEnabled(llvm) {
|
||||||
lib.haiku/libsoftpipe.a
|
HAIKU_GALLIUM_LLVMPIPE_LIB = [ ExtractArchive $(HAIKU_MESA_DIR)
|
||||||
: $(zipFile)
|
:
|
||||||
: extracted-mesa ] ;
|
lib.haiku/libllvmpipe.a
|
||||||
HAIKU_GALLIUM_LLVMPIPE_LIB = [ ExtractArchive $(HAIKU_MESA_DIR)
|
: $(zipFile)
|
||||||
:
|
: extracted-mesa ] ;
|
||||||
lib.haiku/libllvmpipe.a
|
Depends $(HAIKU_GALLIUM_LLVMPIPE_LIB) : $(HAIKU_LLVM_LIBS) ;
|
||||||
: $(zipFile)
|
} else {
|
||||||
: extracted-mesa ] ;
|
HAIKU_GALLIUM_SOFTPIPE_LIB = [ ExtractArchive $(HAIKU_MESA_DIR)
|
||||||
|
:
|
||||||
|
lib.haiku/libsoftpipe.a
|
||||||
|
: $(zipFile)
|
||||||
|
: extracted-mesa ] ;
|
||||||
|
}
|
||||||
|
|
||||||
HAIKU_MESA_HEADERS = [ FDirName $(HAIKU_MESA_DIR) include ] ;
|
HAIKU_MESA_HEADERS = [ FDirName $(HAIKU_MESA_DIR) include ] ;
|
||||||
|
|
||||||
|
|||||||
+41
-25
@@ -6,36 +6,39 @@
|
|||||||
# easily add things to the image as I port them.
|
# easily add things to the image as I port them.
|
||||||
|
|
||||||
|
|
||||||
SYSTEM_BIN = "[" addattr base64 basename bash beep cal cat catattr checkfs
|
SYSTEM_BIN = "[" addattr alert arp base64 basename bash bc beep cal cat catattr
|
||||||
chgrp chmod chown chroot cksum clear clockconfig cmp collectcatkeys comm
|
checkfs chgrp chmod chown chroot cksum clear clockconfig cmp
|
||||||
compress copyattr cp csplit cut date dd diff diff3 dircolors dirname df du
|
collectcatkeys comm compress copyattr CortexAddOnHost cp csplit cut date
|
||||||
dumpcatalog echo eject env error expand expr factor false find finddir
|
dd diff diff3 dircolors dirname df du dumpcatalog echo eject env error
|
||||||
fmt fold fortune ftp gawk gdb gzip gzexe getlimits groups head hostname
|
expand expr factor false find finddir fmt fold fortune ftp gawk gdb gzip
|
||||||
id ifconfig <bin>install isvolume join kernel_debugger kill less lessecho
|
gzexe getlimits groups head hostname id ifconfig <bin>install isvolume
|
||||||
lesskey link linkcatkeys listdev ln locale locate logger logname ls
|
join kernel_debugger kill less lessecho lesskey link linkcatkeys listdev
|
||||||
makebootable md5sum mimeset mkdir mkfifo mkfs mktemp mount mountvolume
|
ln locale locate logger logname ls makebootable md5sum mimeset mkdir
|
||||||
mv nl nohup notify nproc od open paste patch pathchk ping pr printenv printf
|
mkfifo mkfs mktemp mount mountvolume mv nl nohup notify nproc od open
|
||||||
ps ptx pwd query rc readlink ReadOnlyBootPrompt rm rmattr rmdir safemode
|
paste patch pathchk ping pr printenv printf ps ptx pwd query rc readlink
|
||||||
sdiff seq sha1sum shred shuf shutdown sleep sort split stat strace stty su sum sync
|
ReadOnlyBootPrompt rm rmattr rmdir safemode sdiff seq sha1sum shred shuf
|
||||||
sysinfo tac tail tee test timeout touch tr true truncate tsort tty unexpand
|
shutdown sleep sort split stat strace stty su sum sync sysinfo tac tail
|
||||||
uname uniq unlink unmount unzip <bin>updatedb waitfor wc wget whoami xargs
|
tee test timeout touch tr true truncate tsort tty unexpand uname uniq
|
||||||
xres yes zdiff zforce zgrep zip zipcloak <bin>zipgrep zipnote zipsplit
|
unlink unmount unzip <bin>updatedb waitfor wc wget whoami xargs xres yes
|
||||||
zmore znew
|
zdiff zforce zgrep zip zipcloak <bin>zipgrep zipnote zipsplit zmore znew
|
||||||
;
|
;
|
||||||
|
|
||||||
SYSTEM_APPS = AboutSystem ActivityMonitor Debugger DriveSetup Installer
|
SYSTEM_APPS = AboutSystem ActivityMonitor CDPlayer CharacterMap Debugger DeskCalc
|
||||||
NetworkStatus ProcessController StyledEdit Terminal
|
Devices DiskUsage DriveSetup Expander Installer LaunchBox MediaConverter
|
||||||
|
NetworkStatus PoorMan Pulse ProcessController Screenshot ShowImage
|
||||||
|
SoundRecorder StyledEdit Terminal TV Workspaces
|
||||||
;
|
;
|
||||||
|
|
||||||
SYSTEM_PREFERENCES = Appearance Backgrounds <preference>Deskbar FileTypes
|
SYSTEM_PREFERENCES = Appearance Backgrounds DataTranslations <preference>Deskbar
|
||||||
Keyboard Keymap Locale Mouse Network Notifications Screen Time Touchpad
|
FileTypes Keyboard Keymap Locale Media Mouse Network Notifications
|
||||||
<preference>Tracker VirtualMemory
|
Printers Screen ScreenSaver Time Touchpad <preference>Tracker
|
||||||
|
VirtualMemory
|
||||||
;
|
;
|
||||||
|
|
||||||
SYSTEM_DEMOS = Sudoku ;
|
SYSTEM_DEMOS = BSnow Cortex FontDemo OverlayImage Pairs Sudoku ;
|
||||||
|
|
||||||
SYSTEM_LIBS = libbe.so libbsd.so libbnetapi.so libdebug.so libmedia.so
|
SYSTEM_LIBS = libbe.so libbsd.so libbnetapi.so libgame.so libdebug.so libmedia.so
|
||||||
libnetwork.so <revisioned>libroot.so libroot-addon-icu.so
|
libmidi2.so libnetwork.so <revisioned>libroot.so libroot-addon-icu.so
|
||||||
libtextencoding.so libtiff.so libtracker.so libtranslation.so
|
libtextencoding.so libtiff.so libtracker.so libtranslation.so
|
||||||
$(HAIKU_SHARED_LIBSTDC++) $(HAIKU_SHARED_LIBSUPC++)
|
$(HAIKU_SHARED_LIBSTDC++) $(HAIKU_SHARED_LIBSUPC++)
|
||||||
;
|
;
|
||||||
@@ -48,8 +51,9 @@ PRIVATE_SYSTEM_LIBS =
|
|||||||
libilmimf.so
|
libilmimf.so
|
||||||
;
|
;
|
||||||
|
|
||||||
SYSTEM_SERVERS = app_server debug_server input_server mount_server
|
SYSTEM_SERVERS = app_server cddb_daemon debug_server input_server midi_server
|
||||||
net_server notification_server registrar syslog_daemon
|
mount_server net_server notification_server power_daemon print_server
|
||||||
|
print_addon_server registrar syslog_daemon
|
||||||
;
|
;
|
||||||
|
|
||||||
SYSTEM_NETWORK_DEVICES = ethernet loopback ;
|
SYSTEM_NETWORK_DEVICES = ethernet loopback ;
|
||||||
@@ -65,6 +69,17 @@ SYSTEM_ADD_ONS_TRANSLATORS = BMPTranslator EXRTranslator GIFTranslator
|
|||||||
TIFFTranslator WebPTranslator WonderBrushTranslator
|
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_GRAPHICS = vesa ;
|
||||||
SYSTEM_ADD_ONS_DRIVERS_NET = 3com atheros813x ar81xx attansic_l1 attansic_l2
|
SYSTEM_ADD_ONS_DRIVERS_NET = 3com atheros813x ar81xx attansic_l1 attansic_l2
|
||||||
broadcom440x broadcom570x dec21xxx etherpci ipro100 ipro1000 jmicron2x0
|
broadcom440x broadcom570x dec21xxx etherpci ipro100 ipro1000 jmicron2x0
|
||||||
@@ -519,6 +534,7 @@ AddTargetVariableToScript $(script) : <build>rc ;
|
|||||||
AddTargetVariableToScript $(script) : <build>resattr ;
|
AddTargetVariableToScript $(script) : <build>resattr ;
|
||||||
AddTargetVariableToScript $(script) : <build>unzip ;
|
AddTargetVariableToScript $(script) : <build>unzip ;
|
||||||
AddTargetVariableToScript $(script) : <build>vmdkimage ;
|
AddTargetVariableToScript $(script) : <build>vmdkimage ;
|
||||||
|
AddTargetVariableToScript $(script) : $(HAIKU_STRIP) : stripCommand ;
|
||||||
if $(HOST_RM_ATTRS_TARGET) {
|
if $(HOST_RM_ATTRS_TARGET) {
|
||||||
AddTargetVariableToScript $(script) : $(HOST_RM_ATTRS_TARGET) : rmAttrs ;
|
AddTargetVariableToScript $(script) : $(HOST_RM_ATTRS_TARGET) : rmAttrs ;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ AddTargetVariableToScript $(script) : <build>rc ;
|
|||||||
AddTargetVariableToScript $(script) : <build>resattr ;
|
AddTargetVariableToScript $(script) : <build>resattr ;
|
||||||
AddTargetVariableToScript $(script) : <build>unzip ;
|
AddTargetVariableToScript $(script) : <build>unzip ;
|
||||||
AddTargetVariableToScript $(script) : <build>generate_attribute_stores ;
|
AddTargetVariableToScript $(script) : <build>generate_attribute_stores ;
|
||||||
|
AddTargetVariableToScript $(script) : $(HAIKU_STRIP) : stripCommand ;
|
||||||
if $(HOST_RM_ATTRS_TARGET) {
|
if $(HOST_RM_ATTRS_TARGET) {
|
||||||
AddTargetVariableToScript $(script) : $(HOST_RM_ATTRS_TARGET) : rmAttrs ;
|
AddTargetVariableToScript $(script) : $(HOST_RM_ATTRS_TARGET) : rmAttrs ;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ SYSTEM_ADD_ONS_DRIVERS_NET = [ FFilterByBuildFeatures
|
|||||||
aironetwifi atheroswifi broadcom43xx
|
aironetwifi atheroswifi broadcom43xx
|
||||||
iprowifi2100 iprowifi2200 iprowifi3945
|
iprowifi2100 iprowifi2200 iprowifi3945
|
||||||
iprowifi4965 marvell88w8363 marvell88w8335
|
iprowifi4965 marvell88w8363 marvell88w8335
|
||||||
ralink2860 ralinkwifi wavelanwifi
|
ralinkwifi wavelanwifi
|
||||||
}@ # x86
|
}@ # x86
|
||||||
|
|
||||||
# WWAN drivers
|
# WWAN drivers
|
||||||
@@ -751,10 +751,12 @@ CopyDirectoryToHaikuImage develop sample-code
|
|||||||
: [ FDirName $(HAIKU_TOP) src libs pdflib bind pdflib ]
|
: [ FDirName $(HAIKU_TOP) src libs pdflib bind pdflib ]
|
||||||
: pdflib ;
|
: pdflib ;
|
||||||
|
|
||||||
# Copy Mesa3D GL headers into image
|
# Copy OpenGL kit headers into image
|
||||||
if $(TARGET_ARCH) = x86 {
|
if $(TARGET_ARCH) = x86 {
|
||||||
CopyDirectoryToHaikuImage develop headers os opengl
|
CopyDirectoryToHaikuImage develop headers os opengl
|
||||||
: [ FDirName $(HAIKU_MESA_HEADERS) GL ] ;
|
: [ FDirName $(HAIKU_MESA_HEADERS) GL ] ;
|
||||||
|
CopyDirectoryToHaikuImage develop headers os opengl
|
||||||
|
: [ FDirName $(HAIKU_GLU_HEADERS) GL ] ;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma mark - Optional Packages
|
#pragma mark - Optional Packages
|
||||||
@@ -911,6 +913,7 @@ AddTargetVariableToScript $(script) : <build>rc ;
|
|||||||
AddTargetVariableToScript $(script) : <build>resattr ;
|
AddTargetVariableToScript $(script) : <build>resattr ;
|
||||||
AddTargetVariableToScript $(script) : <build>unzip ;
|
AddTargetVariableToScript $(script) : <build>unzip ;
|
||||||
AddTargetVariableToScript $(script) : <build>vmdkimage ;
|
AddTargetVariableToScript $(script) : <build>vmdkimage ;
|
||||||
|
AddTargetVariableToScript $(script) : $(HAIKU_STRIP) : stripCommand ;
|
||||||
if $(HOST_RM_ATTRS_TARGET) {
|
if $(HOST_RM_ATTRS_TARGET) {
|
||||||
AddTargetVariableToScript $(script) : $(HOST_RM_ATTRS_TARGET) : rmAttrs ;
|
AddTargetVariableToScript $(script) : $(HOST_RM_ATTRS_TARGET) : rmAttrs ;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# package dependencies
|
# package dependencies
|
||||||
#
|
#
|
||||||
# For transitive dependencies dependants should be listed before their
|
# For transitive dependencies dependents should be listed before their
|
||||||
# dependencies.
|
# dependencies.
|
||||||
|
|
||||||
OptionalPackageDependencies APR-util : APR Expat ;
|
OptionalPackageDependencies APR-util : APR Expat ;
|
||||||
@@ -31,7 +31,7 @@ OptionalPackageDependencies NetFS : UserlandFS ;
|
|||||||
OptionalPackageDependencies NetSurf : OpenSSL Curl LibXML2 LibIconv Libmng ;
|
OptionalPackageDependencies NetSurf : OpenSSL Curl LibXML2 LibIconv Libmng ;
|
||||||
OptionalPackageDependencies OpenSSH : OpenSSL ;
|
OptionalPackageDependencies OpenSSH : OpenSSL ;
|
||||||
OptionalPackageDependencies OpenSSL : CARootCertificates ;
|
OptionalPackageDependencies OpenSSL : CARootCertificates ;
|
||||||
OptionalPackageDependencies Paladin : CCache Fastdep ;
|
OptionalPackageDependencies Paladin : CCache Fastdep PCRE ;
|
||||||
OptionalPackageDependencies Pe : PCRE ;
|
OptionalPackageDependencies Pe : PCRE ;
|
||||||
OptionalPackageDependencies SDLLibs : XiphLibs libmad libmikmod Libmng libmodplug physfs ;
|
OptionalPackageDependencies SDLLibs : XiphLibs libmad libmikmod Libmng libmodplug physfs ;
|
||||||
OptionalPackageDependencies Subversion : APR-util Neon LibIconv LibXML2 OpenSSL SQLite ;
|
OptionalPackageDependencies Subversion : APR-util Neon LibIconv LibXML2 OpenSSL SQLite ;
|
||||||
|
|||||||
@@ -297,8 +297,8 @@ if [ IsOptionalHaikuImagePackageAdded BePDF ] {
|
|||||||
: $(baseURL)/bepdf-1.1.1b4-x86-gcc4-2012-08-11.zip ;
|
: $(baseURL)/bepdf-1.1.1b4-x86-gcc4-2012-08-11.zip ;
|
||||||
} else {
|
} else {
|
||||||
InstallOptionalHaikuImagePackage
|
InstallOptionalHaikuImagePackage
|
||||||
bepdf-1.1.1b4-r1a4-x86-gcc2-2012-08-30.zip
|
bepdf-1.1.1b4-r1a4-x86-gcc2-2013-01-02.zip
|
||||||
: $(baseURL)/bepdf-1.1.1b4-r1a4-x86-gcc2-2012-08-30.zip ;
|
: $(baseURL)/bepdf-1.1.1b4-r1a4-x86-gcc2-2013-01-02.zip ;
|
||||||
}
|
}
|
||||||
AddSymlinkToHaikuImage home config settings deskbar Applications
|
AddSymlinkToHaikuImage home config settings deskbar Applications
|
||||||
: /boot/apps/BePDF/BePDF ;
|
: /boot/apps/BePDF/BePDF ;
|
||||||
@@ -2282,8 +2282,8 @@ if [ IsOptionalHaikuImagePackageAdded WonderBrush ] {
|
|||||||
} else if $(HAIKU_GCC_VERSION[1]) >= 4 && ! $(isHybridBuild) {
|
} else if $(HAIKU_GCC_VERSION[1]) >= 4 && ! $(isHybridBuild) {
|
||||||
Echo "No optional package WonderBrush available for gcc4" ;
|
Echo "No optional package WonderBrush available for gcc4" ;
|
||||||
} else {
|
} else {
|
||||||
InstallOptionalHaikuImagePackage WonderBrush-2.1.2.zip
|
InstallOptionalHaikuImagePackage WonderBrush-2.1.2-a.zip
|
||||||
: $(baseURL)/WonderBrush-2.1.2-x86-gcc2-2008-11-08.zip
|
: $(baseURL)/WonderBrush-2.1.2-x86-gcc2-2013-01-02.zip
|
||||||
: apps ;
|
: apps ;
|
||||||
AddSymlinkToHaikuImage home config settings deskbar Applications
|
AddSymlinkToHaikuImage home config settings deskbar Applications
|
||||||
: /boot/apps/WonderBrush/WonderBrush ;
|
: /boot/apps/WonderBrush/WonderBrush ;
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ set -o errexit
|
|||||||
# The following is only for cd types:
|
# The following is only for cd types:
|
||||||
# generate_attribute_stores
|
# generate_attribute_stores
|
||||||
# isCD
|
# isCD
|
||||||
|
# stripCommand
|
||||||
#
|
#
|
||||||
if [ $# -gt 0 ]; then
|
if [ $# -gt 0 ]; then
|
||||||
. $1
|
. $1
|
||||||
@@ -151,7 +152,7 @@ stripDebugInfo()
|
|||||||
if [ "$elfMarker" = 'ELF' ]; then
|
if [ "$elfMarker" = 'ELF' ]; then
|
||||||
# make user-writable first -- some files aren't
|
# make user-writable first -- some files aren't
|
||||||
chmod u+w "$file"
|
chmod u+w "$file"
|
||||||
strip --strip-debug "$file"
|
"$stripCommand" --strip-debug "$file"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ determineGitRevision()
|
|||||||
revision=`cat ${haikuBuildOutputDir}/haiku-revision 2>/dev/null`
|
revision=`cat ${haikuBuildOutputDir}/haiku-revision 2>/dev/null`
|
||||||
lastBuiltRevision=`cat ${haikuBuildOutputDir}/last-built-revision \
|
lastBuiltRevision=`cat ${haikuBuildOutputDir}/last-built-revision \
|
||||||
2>/dev/null`
|
2>/dev/null`
|
||||||
localRev=`git rev-list -n1 HEAD`
|
localRev=`git rev-parse HEAD`
|
||||||
|
|
||||||
# only determine the haiku-revision if anything has changed from
|
# only determine the haiku-revision if anything has changed from
|
||||||
# last build
|
# last build
|
||||||
@@ -16,7 +16,10 @@ determineGitRevision()
|
|||||||
# the revision we use is the description of HEAD with respect to the
|
# the revision we use is the description of HEAD with respect to the
|
||||||
# last reachable hrev-(haiku-revision-)tag
|
# last reachable hrev-(haiku-revision-)tag
|
||||||
revision=`git describe --dirty --tags --match=hrev*`
|
revision=`git describe --dirty --tags --match=hrev*`
|
||||||
if echo "$revision" | grep -- '-' >/dev/null; then
|
if [ -z "$revision" ]; then
|
||||||
|
# failed to find any hrev tags, use short hash instead
|
||||||
|
revision=`git rev-parse --short HEAD`
|
||||||
|
elif echo "$revision" | grep -- '-' >/dev/null; then
|
||||||
# HEAD is not directly a changeset from Haiku's central repo, so we
|
# HEAD is not directly a changeset from Haiku's central repo, so we
|
||||||
# add the current branch name as additional info
|
# add the current branch name as additional info
|
||||||
branchName=`git branch | grep '*' | cut -b 3-`
|
branchName=`git branch | grep '*' | cut -b 3-`
|
||||||
@@ -59,7 +62,7 @@ determineHaikuRevision()
|
|||||||
grep --max-count=1 "(svn r" |
|
grep --max-count=1 "(svn r" |
|
||||||
$SED -n -e 's,(svn r\(.*\)).*,\1,p'`
|
$SED -n -e 's,(svn r\(.*\)).*,\1,p'`
|
||||||
fi
|
fi
|
||||||
if [ "$revision" = "" ]; then
|
if [ -z "$revision" ]; then
|
||||||
revision=0
|
revision=0
|
||||||
fi
|
fi
|
||||||
echo $revision >${haikuBuildOutputDir}/haiku-revision
|
echo $revision >${haikuBuildOutputDir}/haiku-revision
|
||||||
|
|||||||
@@ -90,6 +90,7 @@ environment variables:
|
|||||||
HAIKU_OBJCOPY The objcopy to be used. Defaults to "objcopy".
|
HAIKU_OBJCOPY The objcopy to be used. Defaults to "objcopy".
|
||||||
HAIKU_RANLIB The static library indexer. Defaults to "ranlib".
|
HAIKU_RANLIB The static library indexer. Defaults to "ranlib".
|
||||||
HAIKU_YASM The yasm assembler (x86 only).
|
HAIKU_YASM The yasm assembler (x86 only).
|
||||||
|
HAIKU_STRIP The strip command. Defaults to "strip".
|
||||||
HAIKU_CPPFLAGS The preprocessor flags. Defaults to "".
|
HAIKU_CPPFLAGS The preprocessor flags. Defaults to "".
|
||||||
HAIKU_CCFLAGS The C flags. Defaults to "".
|
HAIKU_CCFLAGS The C flags. Defaults to "".
|
||||||
HAIKU_CXXFLAGS The C++ flags. Defaults to "".
|
HAIKU_CXXFLAGS The C++ flags. Defaults to "".
|
||||||
@@ -364,6 +365,7 @@ set_default_value HAIKU_OBJCOPY objcopy
|
|||||||
set_default_value HAIKU_RANLIB ranlib
|
set_default_value HAIKU_RANLIB ranlib
|
||||||
set_default_value HAIKU_ELFEDIT elfedit
|
set_default_value HAIKU_ELFEDIT elfedit
|
||||||
set_default_value HAIKU_YASM yasm
|
set_default_value HAIKU_YASM yasm
|
||||||
|
set_default_value HAIKU_STRIP strip
|
||||||
set_default_value HAIKU_CPPFLAGS ""
|
set_default_value HAIKU_CPPFLAGS ""
|
||||||
set_default_value HAIKU_CCFLAGS ""
|
set_default_value HAIKU_CCFLAGS ""
|
||||||
set_default_value HAIKU_CXXFLAGS ""
|
set_default_value HAIKU_CXXFLAGS ""
|
||||||
@@ -529,6 +531,7 @@ if [ -n "$crossToolsPrefix" ]; then
|
|||||||
get_build_tool_path LD ld
|
get_build_tool_path LD ld
|
||||||
get_build_tool_path OBJCOPY objcopy
|
get_build_tool_path OBJCOPY objcopy
|
||||||
get_build_tool_path RANLIB ranlib
|
get_build_tool_path RANLIB ranlib
|
||||||
|
get_build_tool_path STRIP strip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# prepare gcc settings
|
# prepare gcc settings
|
||||||
@@ -602,6 +605,7 @@ HAIKU_OBJCOPY ?= ${HAIKU_OBJCOPY} ;
|
|||||||
HAIKU_RANLIB ?= ${HAIKU_RANLIB} ;
|
HAIKU_RANLIB ?= ${HAIKU_RANLIB} ;
|
||||||
HAIKU_ELFEDIT ?= ${HAIKU_ELFEDIT} ;
|
HAIKU_ELFEDIT ?= ${HAIKU_ELFEDIT} ;
|
||||||
HAIKU_YASM ?= ${HAIKU_YASM} ;
|
HAIKU_YASM ?= ${HAIKU_YASM} ;
|
||||||
|
HAIKU_STRIP ?= ${HAIKU_STRIP} ;
|
||||||
HAIKU_CPPFLAGS ?= ${HAIKU_CPPFLAGS} ;
|
HAIKU_CPPFLAGS ?= ${HAIKU_CPPFLAGS} ;
|
||||||
HAIKU_CCFLAGS ?= ${HAIKU_CCFLAGS} ;
|
HAIKU_CCFLAGS ?= ${HAIKU_CCFLAGS} ;
|
||||||
HAIKU_C++FLAGS ?= ${HAIKU_CXXFLAGS} ;
|
HAIKU_C++FLAGS ?= ${HAIKU_CXXFLAGS} ;
|
||||||
|
|||||||
Binary file not shown.
@@ -16,10 +16,10 @@ Output channel sources AudioMixer Kimeneti csatorna forrásai
|
|||||||
dB AudioMixer dB
|
dB AudioMixer dB
|
||||||
Gain controls AudioMixer Előerősítés beállításai
|
Gain controls AudioMixer Előerősítés beállításai
|
||||||
Input mapping AudioMixer Bemenet leképezése
|
Input mapping AudioMixer Bemenet leképezése
|
||||||
Mute AudioMixer Elnémítás
|
Mute AudioMixer Némítás
|
||||||
Input channel destinations AudioMixer Bemeneti csatornák céljai
|
Input channel destinations AudioMixer Bemeneti csatornák céljai
|
||||||
To master AudioMixer Masterre
|
To master AudioMixer Az elsődlegesre
|
||||||
Master output AudioMixer Master kimenet
|
Master output AudioMixer Elsődleges kimenet
|
||||||
Setup AudioMixer Beállítás
|
Setup AudioMixer Beállítás
|
||||||
Use non linear gain sliders (like BeOS R5) AudioMixer Nem lineáris előerősítés csúszkák használata (mint a BeOS R5-ben)
|
Use non linear gain sliders (like BeOS R5) AudioMixer Nem lineáris előerősítés csúszkák használata (mint a BeOS R5-ben)
|
||||||
Gain AudioMixer Előerősítés
|
Gain AudioMixer Előerősítés
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 belarusian x-vnd.Haiku-Flurry 3686556109
|
1 belarusian x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Бура
|
Flurry System name Бура
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 german x-vnd.Haiku-Flurry 3686556109
|
1 german x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Flurry
|
Flurry System name Flurry
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 greek, modern (1453-) x-vnd.Haiku-Flurry 3686556109
|
1 greek, modern (1453-) x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Flurry
|
Flurry System name Flurry
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 finnish x-vnd.Haiku-Flurry 3686556109
|
1 finnish x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Hullunmylly
|
Flurry System name Hullunmylly
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 french x-vnd.Haiku-Flurry 3686556109
|
1 french x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Flurry
|
Flurry System name Flurry
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 hindi x-vnd.Haiku-Flurry 3686556109
|
1 hindi x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name फ्लार्री
|
Flurry System name फ्लार्री
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 hungarian x-vnd.Haiku-Flurry 3686556109
|
1 hungarian x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Fénycsóva
|
Flurry System name Fénycsóva
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 japanese x-vnd.Haiku-Flurry 3686556109
|
1 japanese x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Flurry
|
Flurry System name Flurry
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 lithuanian x-vnd.Haiku-Flurry 3686556109
|
1 lithuanian x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Sąmyšis
|
Flurry System name Sąmyšis
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 dutch; flemish x-vnd.Haiku-Flurry 3686556109
|
1 dutch; flemish x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Flurry
|
Flurry System name Flurry
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 polish x-vnd.Haiku-Flurry 3686556109
|
1 polish x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Nawałnica
|
Flurry System name Nawałnica
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 portuguese (brazil) x-vnd.Haiku-Flurry 3686556109
|
1 portuguese (brazil) x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Flurry
|
Flurry System name Flurry
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 romanian x-vnd.Haiku-Flurry 3686556109
|
1 romanian x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Agitație
|
Flurry System name Agitație
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 russian x-vnd.Haiku-Flurry 3686556109
|
1 russian x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Волнение
|
Flurry System name Волнение
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 slovak x-vnd.Haiku-Flurry 3686556109
|
1 slovak x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Flurry
|
Flurry System name Flurry
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 swedish x-vnd.Haiku-Flurry 3686556109
|
1 swedish x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Flurry
|
Flurry System name Flurry
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 ukrainian x-vnd.Haiku-Flurry 3686556109
|
1 ukrainian x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name Flurry
|
Flurry System name Flurry
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
1 english x-vnd.Haiku-Flurry 3686556109
|
1 english x-vnd.Haiku-FlurryScreensaver 3686556109
|
||||||
Flurry System name 飘雪
|
Flurry System name 飘雪
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
1 belarusian x-vnd.Haiku-ICNSTranslator 2416672857
|
||||||
|
Version %d.%d.%d, %s ICNSConfig Версія %d.%d.%d, %s
|
||||||
|
Apple icons ICNSTranslator Значкі Apple
|
||||||
|
Apple icon translator ICNSTranslator Канвертар значкаў Apple
|
||||||
|
Apple icon translator ICNSConfig Канвертар значкаў Apple
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
1 german x-vnd.Haiku-ICNSTranslator 2416672857
|
||||||
|
Version %d.%d.%d, %s ICNSConfig Version %d.%d.%d, %s
|
||||||
|
Apple icons ICNSTranslator Apple Icons
|
||||||
|
Apple icon translator ICNSTranslator Apple Icon-Translator
|
||||||
|
Apple icon translator ICNSConfig Apple Icon-Translator
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
1 french x-vnd.Haiku-ICNSTranslator 2416672857
|
||||||
|
Version %d.%d.%d, %s ICNSConfig Version %d.%d.%d, %s
|
||||||
|
Apple icons ICNSTranslator Icônes Apple
|
||||||
|
Apple icon translator ICNSTranslator Traducteur d'icône Apple
|
||||||
|
Apple icon translator ICNSConfig Traducteur d'icône Apple
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
1 hungarian x-vnd.Haiku-ICNSTranslator 2416672857
|
||||||
|
Version %d.%d.%d, %s ICNSConfig Verzió: %d.%d.%d, %s
|
||||||
|
Apple icons ICNSTranslator Apple ikon
|
||||||
|
Apple icon translator ICNSTranslator Apple ikon értelmező
|
||||||
|
Apple icon translator ICNSConfig Apple ikon értelmező
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
1 japanese x-vnd.Haiku-ICNSTranslator 2416672857
|
||||||
|
Version %d.%d.%d, %s ICNSConfig バージョン %d.%d.%d, %s
|
||||||
|
Apple icons ICNSTranslator アップルアイコン
|
||||||
|
Apple icon translator ICNSTranslator アップルアイコントランスレーター
|
||||||
|
Apple icon translator ICNSConfig アップルアイコントランスレーター
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
1 polish x-vnd.Haiku-ICNSTranslator 2751404179
|
||||||
|
Version %d.%d.%d, %s ICNSConfig Wersja %d.%d.%d, %s
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
1 portuguese (brazil) x-vnd.Haiku-ICNSTranslator 2416672857
|
||||||
|
Version %d.%d.%d, %s ICNSConfig Versão %d.%d.%d, %s
|
||||||
|
Apple icons ICNSTranslator Ícones da Apple
|
||||||
|
Apple icon translator ICNSTranslator Tradutor de ícone da Apple
|
||||||
|
Apple icon translator ICNSConfig Tradutor de ícone da Apple
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
1 russian x-vnd.Haiku-ICNSTranslator 2416672857
|
||||||
|
Version %d.%d.%d, %s ICNSConfig Версия %d.%d.%d, %s
|
||||||
|
Apple icons ICNSTranslator Apple значки
|
||||||
|
Apple icon translator ICNSTranslator Транслятор значков Apple
|
||||||
|
Apple icon translator ICNSConfig Транслятор значков Apple
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
1 english x-vnd.Haiku-ICNSTranslator 2416672857
|
||||||
|
Version %d.%d.%d, %s ICNSConfig 版本 %d.%d.%d, %s
|
||||||
|
Apple icons ICNSTranslator Apple 图标
|
||||||
|
Apple icon translator ICNSTranslator Apple 图标转换器
|
||||||
|
Apple icon translator ICNSConfig Apple 图标转换器
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
1 lithuanian x-vnd.Haiku-About 3952543106
|
1 lithuanian x-vnd.Haiku-About 2547069165
|
||||||
Copyright © 1999-2010 by the authors of Gutenprint. All rights reserved. AboutView © 1999-2010 „Gutenprint“ autoriai. Visos teisės saugomos.
|
Copyright © 1999-2010 by the authors of Gutenprint. All rights reserved. AboutView © 1999-2010 „Gutenprint“ autoriai. Visos teisės saugomos.
|
||||||
Travis Geiselbrecht (and his NewOS kernel)\n AboutView Travis'ui Geiselbrecht'ui (už „NewOS“ branduolį)\n
|
Travis Geiselbrecht (and his NewOS kernel)\n AboutView Travis'ui Geiselbrecht'ui (už „NewOS“ branduolį)\n
|
||||||
BSD (4-clause) AboutView BSD (4 punktų)
|
BSD (4-clause) AboutView BSD (4 punktų)
|
||||||
@@ -42,6 +42,7 @@ 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. Ši programinė įranga iš dalies pagrįsta „Independent JPEG Group“ darbu.
|
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. Ši programinė įranga iš dalies pagrįsta „Independent JPEG Group“ darbu.
|
||||||
Past maintainers:\n AboutView Ankstesni vystytojai:\n
|
Past maintainers:\n AboutView Ankstesni vystytojai:\n
|
||||||
\n\nSpecial thanks to:\n AboutView \n\nYpatingos padėkos:\n
|
\n\nSpecial thanks to:\n AboutView \n\nYpatingos padėkos:\n
|
||||||
|
\n…and probably some more we forgot to mention (sorry!)\n\n AboutView \n…ir galbūt dar kažkas, ką pamiršome paminėti (atleiskite!)\n\n
|
||||||
Licenses: AboutView Licencijos:
|
Licenses: AboutView Licencijos:
|
||||||
Copyright © 1995-2004 Jean-loup Gailly and Mark Adler. AboutView © 1995-2004 Jean-loup Gailly ir Mark Adler.
|
Copyright © 1995-2004 Jean-loup Gailly and Mark Adler. AboutView © 1995-2004 Jean-loup Gailly ir Mark Adler.
|
||||||
Copyright © 2002-2003 Steve Lhomme. All rights reserved. AboutView © 2002-2003 Steve Lhomme. Visos teisės saugomos.
|
Copyright © 2002-2003 Steve Lhomme. All rights reserved. AboutView © 2002-2003 Steve Lhomme. Visos teisės saugomos.
|
||||||
@@ -53,6 +54,7 @@ The code that is unique to Haiku, especially the kernel and all code that applic
|
|||||||
Time running: AboutView Veikimo laikas:
|
Time running: AboutView Veikimo laikas:
|
||||||
Contains software developed by the NetBSD Foundation, Inc. and its contributors:\nftp, tput\nCopyright © 1996-2008 The NetBSD Foundation, Inc. All rights reserved. AboutView Dalies pateiktos programinės įrangos autorių teisės priklauso „NetBSD Foundation, Inc.“ ir talkininkams:\nftp, tput\n© 1996-2008 The NetBSD Foundation, Inc. Visos teisės saugomos.
|
Contains software developed by the NetBSD Foundation, Inc. and its contributors:\nftp, tput\nCopyright © 1996-2008 The NetBSD Foundation, Inc. All rights reserved. AboutView Dalies pateiktos programinės įrangos autorių teisės priklauso „NetBSD Foundation, Inc.“ ir talkininkams:\nftp, tput\n© 1996-2008 The NetBSD Foundation, Inc. Visos teisės saugomos.
|
||||||
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 Dalis pateiktos programinės įrangos yra iš „FreeBSD“ Projekto, ir platinama pagal BSD licenciją:\ncal, ftpd, ping, telnet, telnetd, traceroute\n© 1994-2008 The FreeBSD Project. Visos teisės saugomos.
|
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 Dalis pateiktos programinės įrangos yra iš „FreeBSD“ Projekto, ir platinama pagal BSD licenciją:\ncal, ftpd, ping, telnet, telnetd, traceroute\n© 1994-2008 The FreeBSD Project. Visos teisės saugomos.
|
||||||
|
Google and their Google Summer of Code and Google Code In programs\n AboutView „Google“korporacijai už „Google Summer of Code“ ir „Google Code In“ programas
|
||||||
The Haikuware team and their bounty program\n AboutView „Haikuware“ komandai už premijavimo programą bei šios programos dalyviams\n
|
The Haikuware team and their bounty program\n AboutView „Haikuware“ komandai už premijavimo programą bei šios programos dalyviams\n
|
||||||
Copyright © 1995, 1998-2001 Jef Poskanzer. All rights reserved. AboutView © 1995, 1998-2001 Jef Poskanzer. Visos teisės saugomos.
|
Copyright © 1995, 1998-2001 Jef Poskanzer. All rights reserved. AboutView © 1995, 1998-2001 Jef Poskanzer. Visos teisės saugomos.
|
||||||
Copyright © 2010-2011 Google Inc. All rights reserved. AboutView © 2010-2011 Google Inc. Visos teisės saugomos.
|
Copyright © 2010-2011 Google Inc. All rights reserved. AboutView © 2010-2011 Google Inc. Visos teisės saugomos.
|
||||||
@@ -74,6 +76,7 @@ Copyright © 2003-2006 Intel Corporation. All rights reserved. AboutView © 200
|
|||||||
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 ir Thomas Merz. Visos teisės saugomos.\n„PDFlib“ and „PDFlib“ logotipas yra „PDFlib GmbH“ registruoti prekės ženklai.
|
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 ir Thomas Merz. Visos teisės saugomos.\n„PDFlib“ and „PDFlib“ logotipas yra „PDFlib GmbH“ registruoti prekės ženklai.
|
||||||
Copyright © 1991-2000 Silicon Graphics, Inc. All rights reserved. AboutView © 1991-2000 Silicon Graphics, Inc. Visos teisės saugomos.
|
Copyright © 1991-2000 Silicon Graphics, Inc. All rights reserved. AboutView © 1991-2000 Silicon Graphics, Inc. Visos teisės saugomos.
|
||||||
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 Dalis pateiktos programinės įrangos yra iš GNU projekto ir platinama pagal GPL ir LGPL licencijas:\nGNU C Library, GNU coretools, diffutils, findutils, sharutils, gawk, bison, m4, make, gdb, wget, ncurses, termcap, Bourne Again Shell.\n© The Free Software Foundation.
|
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 Dalis pateiktos programinės įrangos yra iš GNU projekto ir platinama pagal GPL ir LGPL licencijas:\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 …taip pat daugybei pinigus aukojusių žmonių!\n\n
|
||||||
MIT license. All rights reserved. AboutView MIT licencija. Visos teisės saugomos.
|
MIT license. All rights reserved. AboutView MIT licencija. Visos teisės saugomos.
|
||||||
[Click a license name to read the respective license.]\n\n AboutView [Norėdami perskaityti licenciją, spustelėkite jos pavadinimą.]\n\n
|
[Click a license name to read the respective license.]\n\n AboutView [Norėdami perskaityti licenciją, spustelėkite jos pavadinimą.]\n\n
|
||||||
Copyright © 2007 Ralink Technology Corporation. All rights reserved. AboutView © 2007 Ralink Technology Corporation. Visos teisės saugomos.
|
Copyright © 2007 Ralink Technology Corporation. All rights reserved. AboutView © 2007 Ralink Technology Corporation. Visos teisės saugomos.
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
1 english x-vnd.mmu_man.BSnow 2460058908
|
1 english x-vnd.mmu_man.BSnow 2621406458
|
||||||
Drag me on your desktop… BSnow 拖拽至您的桌面...
|
Drag me on your desktop… BSnow 拖拽至您的桌面...
|
||||||
Click me to remove BSnow… BSnow 点击以移除BSnow...
|
Click me to remove BSnow… BSnow 点击以移除BSnow...
|
||||||
|
BSnow System name BSnow
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
1 belarusian x-vnd.Be-TSKB 3155357024
|
1 belarusian x-vnd.Be-TSKB 1210725923
|
||||||
Power off DeskbarMenu Выключыць
|
Power off DeskbarMenu Выключыць
|
||||||
Edit menu… PreferencesWindow Змяніць меню…
|
Edit menu… PreferencesWindow Змяніць меню…
|
||||||
Suspend DeskbarMenu Прыпыніць
|
Suspend DeskbarMenu Прыпыніць
|
||||||
|
Hide clock TimeView Схаваць гадзіннік
|
||||||
|
Applications PreferencesWindow Праграмы
|
||||||
Time preferences… TimeView Наладкі Часу…
|
Time preferences… TimeView Наладкі Часу…
|
||||||
About Haiku DeskbarMenu Пра Haiku
|
About Haiku DeskbarMenu Пра Haiku
|
||||||
Recent documents: PreferencesWindow Нядаўнія дакументы:
|
Recent documents: PreferencesWindow Нядаўнія дакументы:
|
||||||
@@ -9,6 +11,7 @@ Recent applications DeskbarMenu Нядаўнія праграмы
|
|||||||
Sort running applications PreferencesWindow Сартыравать запушчаныя праграмы
|
Sort running applications PreferencesWindow Сартыравать запушчаныя праграмы
|
||||||
Applications B_USER_DESKBAR_DIRECTORY/Applications Праграмы
|
Applications B_USER_DESKBAR_DIRECTORY/Applications Праграмы
|
||||||
Find… DeskbarMenu Знайсці…
|
Find… DeskbarMenu Знайсці…
|
||||||
|
Show clock Tray Паказаць гадзіннік
|
||||||
Window PreferencesWindow Акно
|
Window PreferencesWindow Акно
|
||||||
Menu PreferencesWindow Меню
|
Menu PreferencesWindow Меню
|
||||||
Recent documents DeskbarMenu Нядаўнія дакументы
|
Recent documents DeskbarMenu Нядаўнія дакументы
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
1 finnish x-vnd.Be-TSKB 3155357024
|
1 finnish x-vnd.Be-TSKB 1210725923
|
||||||
Power off DeskbarMenu Sammuta virta
|
Power off DeskbarMenu Sammuta virta
|
||||||
Edit menu… PreferencesWindow Muokkaa valikkoa...
|
Edit menu… PreferencesWindow Muokkaa valikkoa...
|
||||||
Suspend DeskbarMenu Keskeytystila
|
Suspend DeskbarMenu Keskeytystila
|
||||||
|
Hide clock TimeView Piilota kello
|
||||||
|
Applications PreferencesWindow Sovellukset
|
||||||
Time preferences… TimeView Aika-asetukset...
|
Time preferences… TimeView Aika-asetukset...
|
||||||
About Haiku DeskbarMenu Haikusta
|
About Haiku DeskbarMenu Haikusta
|
||||||
Recent documents: PreferencesWindow Äskettäiset asiakirjat:
|
Recent documents: PreferencesWindow Äskettäiset asiakirjat:
|
||||||
@@ -9,6 +11,7 @@ Recent applications DeskbarMenu Äskettäiset sovellukset
|
|||||||
Sort running applications PreferencesWindow Lajittele suoritettavat sovellukset
|
Sort running applications PreferencesWindow Lajittele suoritettavat sovellukset
|
||||||
Applications B_USER_DESKBAR_DIRECTORY/Applications Sovellukset
|
Applications B_USER_DESKBAR_DIRECTORY/Applications Sovellukset
|
||||||
Find… DeskbarMenu Etsi...
|
Find… DeskbarMenu Etsi...
|
||||||
|
Show clock Tray Näytä kello
|
||||||
Window PreferencesWindow Ikkuna
|
Window PreferencesWindow Ikkuna
|
||||||
Menu PreferencesWindow Valikko
|
Menu PreferencesWindow Valikko
|
||||||
Recent documents DeskbarMenu Äskettäiset asiakirjat
|
Recent documents DeskbarMenu Äskettäiset asiakirjat
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
1 french x-vnd.Be-TSKB 3155357024
|
1 french x-vnd.Be-TSKB 1210725923
|
||||||
Power off DeskbarMenu Éteindre
|
Power off DeskbarMenu Éteindre
|
||||||
Edit menu… PreferencesWindow Éditer le menu…
|
Edit menu… PreferencesWindow Éditer le menu…
|
||||||
Suspend DeskbarMenu Mettre en veille
|
Suspend DeskbarMenu Mettre en veille
|
||||||
|
Hide clock TimeView Masquer l'horloge
|
||||||
|
Applications PreferencesWindow Applications
|
||||||
Time preferences… TimeView Préférences de l'heure…
|
Time preferences… TimeView Préférences de l'heure…
|
||||||
About Haiku DeskbarMenu À propos de Haiku
|
About Haiku DeskbarMenu À propos de Haiku
|
||||||
Recent documents: PreferencesWindow Documents récents :
|
Recent documents: PreferencesWindow Documents récents :
|
||||||
@@ -9,6 +11,7 @@ Recent applications DeskbarMenu Applications récentes
|
|||||||
Sort running applications PreferencesWindow Trier les applications lancées
|
Sort running applications PreferencesWindow Trier les applications lancées
|
||||||
Applications B_USER_DESKBAR_DIRECTORY/Applications Applications
|
Applications B_USER_DESKBAR_DIRECTORY/Applications Applications
|
||||||
Find… DeskbarMenu Rechercher…
|
Find… DeskbarMenu Rechercher…
|
||||||
|
Show clock Tray Afficher l'horloge
|
||||||
Window PreferencesWindow Fenêtre
|
Window PreferencesWindow Fenêtre
|
||||||
Menu PreferencesWindow Menu
|
Menu PreferencesWindow Menu
|
||||||
Recent documents DeskbarMenu Documents récents
|
Recent documents DeskbarMenu Documents récents
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
1 hungarian x-vnd.Be-TSKB 1566009467
|
1 hungarian x-vnd.Be-TSKB 1210725923
|
||||||
Power off DeskbarMenu Kikapcsolás
|
Power off DeskbarMenu Kikapcsolás
|
||||||
Edit menu… PreferencesWindow Menü szerkesztése…
|
Edit menu… PreferencesWindow Menü szerkesztése…
|
||||||
Suspend DeskbarMenu Felfüggesztés
|
Suspend DeskbarMenu Felfüggesztés
|
||||||
Hide clock TimeView Óra elrejtése
|
Hide clock TimeView Óra elrejtése
|
||||||
|
Applications PreferencesWindow Programok
|
||||||
Time preferences… TimeView Idő beállítása…
|
Time preferences… TimeView Idő beállítása…
|
||||||
About Haiku DeskbarMenu Haiku névjegye
|
About Haiku DeskbarMenu Haiku névjegye
|
||||||
Recent documents: PreferencesWindow Utolsó dokumentumok:
|
Recent documents: PreferencesWindow Legutóbb használt fájlok:
|
||||||
Recent applications DeskbarMenu Legutóbbi programok
|
Recent applications DeskbarMenu Legutóbbi programok
|
||||||
Sort running applications PreferencesWindow Futó programok rendezése
|
Sort running applications PreferencesWindow Futó programok rendezése
|
||||||
Applications B_USER_DESKBAR_DIRECTORY/Applications Programok
|
Applications B_USER_DESKBAR_DIRECTORY/Applications Programok
|
||||||
@@ -13,7 +14,7 @@ Find… DeskbarMenu Keresés…
|
|||||||
Show clock Tray Óra megjelenítése
|
Show clock Tray Óra megjelenítése
|
||||||
Window PreferencesWindow Ablak
|
Window PreferencesWindow Ablak
|
||||||
Menu PreferencesWindow Menü
|
Menu PreferencesWindow Menü
|
||||||
Recent documents DeskbarMenu Legutóbbi dokumentumok
|
Recent documents DeskbarMenu Legutóbb használt fájlok
|
||||||
Auto-hide PreferencesWindow Automatikus elrejtés
|
Auto-hide PreferencesWindow Automatikus elrejtés
|
||||||
Always on top PreferencesWindow Mindig felül
|
Always on top PreferencesWindow Mindig felül
|
||||||
<Deskbar folder is empty> DeskbarMenu <Az Asztalsáv mappa üres>
|
<Deskbar folder is empty> DeskbarMenu <Az Asztalsáv mappa üres>
|
||||||
@@ -24,7 +25,7 @@ Restart system DeskbarMenu Rendszer újraindítása
|
|||||||
Large PreferencesWindow Nagy
|
Large PreferencesWindow Nagy
|
||||||
Auto-raise PreferencesWindow Automatikus előrehozás
|
Auto-raise PreferencesWindow Automatikus előrehozás
|
||||||
Recent folders: PreferencesWindow Utolsó mappák:
|
Recent folders: PreferencesWindow Utolsó mappák:
|
||||||
Show application expander PreferencesWindow Programkiterjesztő mutatása
|
Show application expander PreferencesWindow Programkibontó mutatása
|
||||||
Restart Tracker DeskbarMenu Nyomkövető újraindítása
|
Restart Tracker DeskbarMenu Nyomkövető újraindítása
|
||||||
Close all WindowMenu Összes bezárása
|
Close all WindowMenu Összes bezárása
|
||||||
Deskbar preferences PreferencesWindow Asztalsáv-beállítások
|
Deskbar preferences PreferencesWindow Asztalsáv-beállítások
|
||||||
@@ -38,7 +39,7 @@ Recent folders DeskbarMenu Legutóbbi mappák
|
|||||||
About this system DeskbarMenu Rendszer névjegye
|
About this system DeskbarMenu Rendszer névjegye
|
||||||
Show calendar… TimeView Naptár megjelenítése…
|
Show calendar… TimeView Naptár megjelenítése…
|
||||||
Deskbar preferences… DeskbarMenu Asztalsáv-beállítások…
|
Deskbar preferences… DeskbarMenu Asztalsáv-beállítások…
|
||||||
Expand new applications PreferencesWindow Új programok kicsomagolása
|
Expand new applications PreferencesWindow Új programok kibontása
|
||||||
Show replicants DeskbarMenu Replikánsok megjelenítése
|
Show replicants DeskbarMenu Replikánsok megjelenítése
|
||||||
Hide application names PreferencesWindow Programnevek elrejtése
|
Hide application names PreferencesWindow Programnevek elrejtése
|
||||||
Demos B_USER_DESKBAR_DIRECTORY/Demos Bemutatók
|
Demos B_USER_DESKBAR_DIRECTORY/Demos Bemutatók
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
1 lithuanian x-vnd.Be-TSKB 3155357024
|
1 lithuanian x-vnd.Be-TSKB 1210725923
|
||||||
Power off DeskbarMenu Išjungti
|
Power off DeskbarMenu Išjungti
|
||||||
Edit menu… PreferencesWindow Taisyti meniu…
|
Edit menu… PreferencesWindow Taisyti meniu…
|
||||||
Suspend DeskbarMenu Pristabdyti
|
Suspend DeskbarMenu Pristabdyti
|
||||||
|
Hide clock TimeView Nerodyti laikrodžio
|
||||||
|
Applications PreferencesWindow Programos
|
||||||
Time preferences… TimeView Laiko nuostatos…
|
Time preferences… TimeView Laiko nuostatos…
|
||||||
About Haiku DeskbarMenu Apie „Haiku“
|
About Haiku DeskbarMenu Apie „Haiku“
|
||||||
Recent documents: PreferencesWindow Paskiausi dokumentai:
|
Recent documents: PreferencesWindow Paskiausi dokumentai:
|
||||||
@@ -9,6 +11,7 @@ Recent applications DeskbarMenu Paskiausiai leistos programos
|
|||||||
Sort running applications PreferencesWindow Rikiuoti paleistas programas
|
Sort running applications PreferencesWindow Rikiuoti paleistas programas
|
||||||
Applications B_USER_DESKBAR_DIRECTORY/Applications Programos
|
Applications B_USER_DESKBAR_DIRECTORY/Applications Programos
|
||||||
Find… DeskbarMenu Ieškoti…
|
Find… DeskbarMenu Ieškoti…
|
||||||
|
Show clock Tray Rodyti laikrodį
|
||||||
Window PreferencesWindow Langas
|
Window PreferencesWindow Langas
|
||||||
Menu PreferencesWindow Meniu
|
Menu PreferencesWindow Meniu
|
||||||
Recent documents DeskbarMenu Paskiausiai atverti dokumentai
|
Recent documents DeskbarMenu Paskiausiai atverti dokumentai
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
1 portuguese (brazil) x-vnd.Be-TSKB 3155357024
|
1 portuguese (brazil) x-vnd.Be-TSKB 1210725923
|
||||||
Power off DeskbarMenu Desligar
|
Power off DeskbarMenu Desligar
|
||||||
Edit menu… PreferencesWindow Editar menu...
|
Edit menu… PreferencesWindow Editar menu...
|
||||||
Suspend DeskbarMenu Suspender
|
Suspend DeskbarMenu Suspender
|
||||||
|
Hide clock TimeView Ocultar relógio
|
||||||
|
Applications PreferencesWindow Aplicativos
|
||||||
Time preferences… TimeView Preferências de hora…
|
Time preferences… TimeView Preferências de hora…
|
||||||
About Haiku DeskbarMenu Sobre o Haiku
|
About Haiku DeskbarMenu Sobre o Haiku
|
||||||
Recent documents: PreferencesWindow Documentos recentes:
|
Recent documents: PreferencesWindow Documentos recentes:
|
||||||
@@ -9,6 +11,7 @@ Recent applications DeskbarMenu Aplicativos recentes
|
|||||||
Sort running applications PreferencesWindow Ordenar aplicativos em execução
|
Sort running applications PreferencesWindow Ordenar aplicativos em execução
|
||||||
Applications B_USER_DESKBAR_DIRECTORY/Applications Aplicativos
|
Applications B_USER_DESKBAR_DIRECTORY/Applications Aplicativos
|
||||||
Find… DeskbarMenu Localizar…
|
Find… DeskbarMenu Localizar…
|
||||||
|
Show clock Tray Exibir relógio
|
||||||
Window PreferencesWindow Janela
|
Window PreferencesWindow Janela
|
||||||
Menu PreferencesWindow Menu
|
Menu PreferencesWindow Menu
|
||||||
Recent documents DeskbarMenu Documentos recentes
|
Recent documents DeskbarMenu Documentos recentes
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
1 russian x-vnd.Be-TSKB 3155357024
|
1 russian x-vnd.Be-TSKB 1210725923
|
||||||
Power off DeskbarMenu Выключить компьютер
|
Power off DeskbarMenu Выключить компьютер
|
||||||
Edit menu… PreferencesWindow Изменить меню…
|
Edit menu… PreferencesWindow Изменить меню…
|
||||||
Suspend DeskbarMenu Приостановить
|
Suspend DeskbarMenu Приостановить
|
||||||
|
Hide clock TimeView Скрыть часы
|
||||||
|
Applications PreferencesWindow Приложения
|
||||||
Time preferences… TimeView Настроить часы…
|
Time preferences… TimeView Настроить часы…
|
||||||
About Haiku DeskbarMenu О системе Haiku
|
About Haiku DeskbarMenu О системе Haiku
|
||||||
Recent documents: PreferencesWindow Недавние документы:
|
Recent documents: PreferencesWindow Недавние документы:
|
||||||
@@ -9,6 +11,7 @@ Recent applications DeskbarMenu Недавние приложения
|
|||||||
Sort running applications PreferencesWindow Сортировать запущенные приложения
|
Sort running applications PreferencesWindow Сортировать запущенные приложения
|
||||||
Applications B_USER_DESKBAR_DIRECTORY/Applications Приложения
|
Applications B_USER_DESKBAR_DIRECTORY/Applications Приложения
|
||||||
Find… DeskbarMenu Найти…
|
Find… DeskbarMenu Найти…
|
||||||
|
Show clock Tray Показать часы
|
||||||
Window PreferencesWindow Окно
|
Window PreferencesWindow Окно
|
||||||
Menu PreferencesWindow Меню
|
Menu PreferencesWindow Меню
|
||||||
Recent documents DeskbarMenu Недавние документы
|
Recent documents DeskbarMenu Недавние документы
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
1 slovak x-vnd.Be-TSKB 3155357024
|
1 slovak x-vnd.Be-TSKB 1210725923
|
||||||
Power off DeskbarMenu Vypnúť
|
Power off DeskbarMenu Vypnúť
|
||||||
Edit menu… PreferencesWindow Upraviť menu…
|
Edit menu… PreferencesWindow Upraviť menu…
|
||||||
Suspend DeskbarMenu Režim spánku
|
Suspend DeskbarMenu Režim spánku
|
||||||
|
Hide clock TimeView Skryť hodiny
|
||||||
|
Applications PreferencesWindow Aplikácie
|
||||||
Time preferences… TimeView Nastavenia času…
|
Time preferences… TimeView Nastavenia času…
|
||||||
About Haiku DeskbarMenu O Haiku
|
About Haiku DeskbarMenu O Haiku
|
||||||
Recent documents: PreferencesWindow Nedávne dokumenty:
|
Recent documents: PreferencesWindow Nedávne dokumenty:
|
||||||
@@ -9,6 +11,7 @@ Recent applications DeskbarMenu Nedávne aplikácie
|
|||||||
Sort running applications PreferencesWindow Zoradiť bežiace aplikácie
|
Sort running applications PreferencesWindow Zoradiť bežiace aplikácie
|
||||||
Applications B_USER_DESKBAR_DIRECTORY/Applications Aplikácie
|
Applications B_USER_DESKBAR_DIRECTORY/Applications Aplikácie
|
||||||
Find… DeskbarMenu Nájsť…
|
Find… DeskbarMenu Nájsť…
|
||||||
|
Show clock Tray Zobraziť hodiny
|
||||||
Window PreferencesWindow Okno
|
Window PreferencesWindow Okno
|
||||||
Menu PreferencesWindow Menu
|
Menu PreferencesWindow Menu
|
||||||
Recent documents DeskbarMenu Nedávne dokumenty
|
Recent documents DeskbarMenu Nedávne dokumenty
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
1 english x-vnd.Be-TSKB 3155357024
|
1 english x-vnd.Be-TSKB 1210725923
|
||||||
Power off DeskbarMenu 关闭电源
|
Power off DeskbarMenu 关闭电源
|
||||||
Edit menu… PreferencesWindow 编辑菜单
|
Edit menu… PreferencesWindow 编辑菜单
|
||||||
Suspend DeskbarMenu 挂起
|
Suspend DeskbarMenu 挂起
|
||||||
|
Hide clock TimeView 隐藏时钟
|
||||||
|
Applications PreferencesWindow 应用程序
|
||||||
Time preferences… TimeView 时间设置...
|
Time preferences… TimeView 时间设置...
|
||||||
About Haiku DeskbarMenu 关于Haiku
|
About Haiku DeskbarMenu 关于Haiku
|
||||||
Recent documents: PreferencesWindow 最近文档:
|
Recent documents: PreferencesWindow 最近文档:
|
||||||
@@ -9,6 +11,7 @@ Recent applications DeskbarMenu 最近程序
|
|||||||
Sort running applications PreferencesWindow 运行程序排序
|
Sort running applications PreferencesWindow 运行程序排序
|
||||||
Applications B_USER_DESKBAR_DIRECTORY/Applications 应用程序
|
Applications B_USER_DESKBAR_DIRECTORY/Applications 应用程序
|
||||||
Find… DeskbarMenu 查找...
|
Find… DeskbarMenu 查找...
|
||||||
|
Show clock Tray 显示时钟
|
||||||
Window PreferencesWindow 窗口
|
Window PreferencesWindow 窗口
|
||||||
Menu PreferencesWindow 菜单
|
Menu PreferencesWindow 菜单
|
||||||
Recent documents DeskbarMenu 最近文档:
|
Recent documents DeskbarMenu 最近文档:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 belarusian x-vnd.Haiku-DiskUsage 2447717116
|
1 belarusian x-vnd.Haiku-DiskUsage 3631077986
|
||||||
Scanning %refName% Scanner Сканаванне %refName%
|
Scanning %refName% Scanner Сканаванне %refName%
|
||||||
Size Info Window Памер
|
Size Info Window Памер
|
||||||
Rescan Pie View Перасканаваць
|
Rescan Pie View Перасканаваць
|
||||||
@@ -9,12 +9,16 @@ no supporting apps Pie View няма падтрымліваючых прагр
|
|||||||
Path Info Window Пуць
|
Path Info Window Пуць
|
||||||
Scan Status View Скан
|
Scan Status View Скан
|
||||||
9999.99 GB Status View 9999.99 ГБ
|
9999.99 GB Status View 9999.99 ГБ
|
||||||
|
Rescan Status View Перасканаваць
|
||||||
file unavailable Status View файл недаступны
|
file unavailable Status View файл недаступны
|
||||||
|
Get info Pie View Узяць інфу
|
||||||
DiskUsage System name Статыстыка дыскаў
|
DiskUsage System name Статыстыка дыскаў
|
||||||
in %d files Info Window ў %d файлах
|
in %d files Info Window ў %d файлах
|
||||||
%d files Status View %d файлаў
|
%d files Status View %d файлаў
|
||||||
Created Info Window Створаны
|
Created Info Window Створаны
|
||||||
Modified Info Window Мадыфікаваны
|
Modified Info Window Мадыфікаваны
|
||||||
|
Abort Status View Перарваць
|
||||||
|
Open with Pie View Адкрыць з дапамогай
|
||||||
Open Pie View Адкрыць
|
Open Pie View Адкрыць
|
||||||
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
||||||
Free on %refName% Scanner Вольна на %refName%
|
Free on %refName% Scanner Вольна на %refName%
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 german x-vnd.Haiku-DiskUsage 274830116
|
1 german x-vnd.Haiku-DiskUsage 3631077986
|
||||||
Scanning %refName% Scanner Analysiere %refName%
|
Scanning %refName% Scanner Analysiere %refName%
|
||||||
Size Info Window Größe
|
Size Info Window Größe
|
||||||
Rescan Pie View Erneut analysieren
|
Rescan Pie View Erneut analysieren
|
||||||
@@ -11,12 +11,14 @@ Scan Status View Analyse
|
|||||||
9999.99 GB Status View 9999,99 GiB
|
9999.99 GB Status View 9999,99 GiB
|
||||||
Rescan Status View Erneut analysieren
|
Rescan Status View Erneut analysieren
|
||||||
file unavailable Status View Datei nicht verfügbar
|
file unavailable Status View Datei nicht verfügbar
|
||||||
|
Get info Pie View Datei-Info
|
||||||
DiskUsage System name Datenträgerbelegung
|
DiskUsage System name Datenträgerbelegung
|
||||||
in %d files Info Window in %d Dateien
|
in %d files Info Window in %d Dateien
|
||||||
%d files Status View %d Dateien
|
%d files Status View %d Dateien
|
||||||
Created Info Window Erstellt
|
Created Info Window Erstellt
|
||||||
Modified Info Window Geändert
|
Modified Info Window Geändert
|
||||||
Abort Status View Abbrechen
|
Abort Status View Abbrechen
|
||||||
|
Open with Pie View Öffnen mit
|
||||||
Open Pie View Öffnen
|
Open Pie View Öffnen
|
||||||
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
||||||
Free on %refName% Scanner Frei auf %refName%
|
Free on %refName% Scanner Frei auf %refName%
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 finnish x-vnd.Haiku-DiskUsage 274830116
|
1 finnish x-vnd.Haiku-DiskUsage 3631077986
|
||||||
Scanning %refName% Scanner Tutkitaan %refName%
|
Scanning %refName% Scanner Tutkitaan %refName%
|
||||||
Size Info Window Koko
|
Size Info Window Koko
|
||||||
Rescan Pie View Tutki uudelleen
|
Rescan Pie View Tutki uudelleen
|
||||||
@@ -11,12 +11,14 @@ Scan Status View Tutki
|
|||||||
9999.99 GB Status View 9999.99 gibitavua
|
9999.99 GB Status View 9999.99 gibitavua
|
||||||
Rescan Status View Tutki uudelleen
|
Rescan Status View Tutki uudelleen
|
||||||
file unavailable Status View tiedosto ei ole saatavilla
|
file unavailable Status View tiedosto ei ole saatavilla
|
||||||
|
Get info Pie View Hae tiedot
|
||||||
DiskUsage System name Levyasemakäyttö
|
DiskUsage System name Levyasemakäyttö
|
||||||
in %d files Info Window %d tiedostossa
|
in %d files Info Window %d tiedostossa
|
||||||
%d files Status View %d tiedostoa
|
%d files Status View %d tiedostoa
|
||||||
Created Info Window Luotu
|
Created Info Window Luotu
|
||||||
Modified Info Window Muokattu
|
Modified Info Window Muokattu
|
||||||
Abort Status View Keskeytä
|
Abort Status View Keskeytä
|
||||||
|
Open with Pie View Avaa sovelluksella
|
||||||
Open Pie View Avaa
|
Open Pie View Avaa
|
||||||
%a, %d %b %Y, %r Info Window %a, %d. %Bta %Y, %r
|
%a, %d %b %Y, %r Info Window %a, %d. %Bta %Y, %r
|
||||||
Free on %refName% Scanner Vapaata levyasemalla %refName%
|
Free on %refName% Scanner Vapaata levyasemalla %refName%
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 french x-vnd.Haiku-DiskUsage 274830116
|
1 french x-vnd.Haiku-DiskUsage 3710683878
|
||||||
Scanning %refName% Scanner Examen de %refName%
|
Scanning %refName% Scanner Examen de %refName%
|
||||||
Size Info Window Taille
|
Size Info Window Taille
|
||||||
Rescan Pie View Réexaminer
|
Rescan Pie View Réexaminer
|
||||||
@@ -17,6 +17,7 @@ DiskUsage System name Utilisation Disque
|
|||||||
Created Info Window Créé
|
Created Info Window Créé
|
||||||
Modified Info Window Modifié
|
Modified Info Window Modifié
|
||||||
Abort Status View Abandonner
|
Abort Status View Abandonner
|
||||||
|
Open with Pie View Ouvrir avec
|
||||||
Open Pie View Ouvrir
|
Open Pie View Ouvrir
|
||||||
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %R
|
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %R
|
||||||
Free on %refName% Scanner Libre sur %refName%
|
Free on %refName% Scanner Libre sur %refName%
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 hungarian x-vnd.Haiku-DiskUsage 274830116
|
1 hungarian x-vnd.Haiku-DiskUsage 3631077986
|
||||||
Scanning %refName% Scanner %refName% elemzése
|
Scanning %refName% Scanner %refName% elemzése
|
||||||
Size Info Window Méret
|
Size Info Window Méret
|
||||||
Rescan Pie View Újraelemzés
|
Rescan Pie View Újraelemzés
|
||||||
@@ -11,12 +11,14 @@ Scan Status View Elemzés
|
|||||||
9999.99 GB Status View 9999,99 GB
|
9999.99 GB Status View 9999,99 GB
|
||||||
Rescan Status View Újraelemzés
|
Rescan Status View Újraelemzés
|
||||||
file unavailable Status View fájl nem elérhető
|
file unavailable Status View fájl nem elérhető
|
||||||
|
Get info Pie View Információ
|
||||||
DiskUsage System name Lemezhasználat
|
DiskUsage System name Lemezhasználat
|
||||||
in %d files Info Window %d fájlban.
|
in %d files Info Window %d fájlban.
|
||||||
%d files Status View %d fájl
|
%d files Status View %d fájl
|
||||||
Created Info Window Létrehozva
|
Created Info Window Létrehozva
|
||||||
Modified Info Window Módosítva
|
Modified Info Window Módosítva
|
||||||
Abort Status View Megszakítás
|
Abort Status View Megszakítás
|
||||||
|
Open with Pie View Megnyitás ezzel
|
||||||
Open Pie View Megnyitás
|
Open Pie View Megnyitás
|
||||||
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
||||||
Free on %refName% Scanner %refName% szabad területe
|
Free on %refName% Scanner %refName% szabad területe
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 japanese x-vnd.Haiku-DiskUsage 274830116
|
1 japanese x-vnd.Haiku-DiskUsage 3631077986
|
||||||
Scanning %refName% Scanner %refName%をスキャン中
|
Scanning %refName% Scanner %refName%をスキャン中
|
||||||
Size Info Window サイズ
|
Size Info Window サイズ
|
||||||
Rescan Pie View 再スキャン
|
Rescan Pie View 再スキャン
|
||||||
@@ -11,12 +11,14 @@ Scan Status View スキャン
|
|||||||
9999.99 GB Status View 9999.99 GB
|
9999.99 GB Status View 9999.99 GB
|
||||||
Rescan Status View 再スキャン
|
Rescan Status View 再スキャン
|
||||||
file unavailable Status View 利用できないファイル
|
file unavailable Status View 利用できないファイル
|
||||||
|
Get info Pie View 情報を表示
|
||||||
DiskUsage System name DiskUsage
|
DiskUsage System name DiskUsage
|
||||||
in %d files Info Window %d 個のファイル中
|
in %d files Info Window %d 個のファイル中
|
||||||
%d files Status View %d 個のファイル
|
%d files Status View %d 個のファイル
|
||||||
Created Info Window 作成日時
|
Created Info Window 作成日時
|
||||||
Modified Info Window 更新日時
|
Modified Info Window 更新日時
|
||||||
Abort Status View 中断
|
Abort Status View 中断
|
||||||
|
Open with Pie View アプリケーションで開く
|
||||||
Open Pie View 開く
|
Open Pie View 開く
|
||||||
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
||||||
Free on %refName% Scanner %refName%の空き領域
|
Free on %refName% Scanner %refName%の空き領域
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 lithuanian x-vnd.Haiku-DiskUsage 2447717116
|
1 lithuanian x-vnd.Haiku-DiskUsage 3631077986
|
||||||
Scanning %refName% Scanner Žvalgomas skirsnis „%refName%“
|
Scanning %refName% Scanner Žvalgomas skirsnis „%refName%“
|
||||||
Size Info Window Dydis
|
Size Info Window Dydis
|
||||||
Rescan Pie View Peržvalgyti
|
Rescan Pie View Peržvalgyti
|
||||||
@@ -9,12 +9,16 @@ no supporting apps Pie View palaikančių programų nėra
|
|||||||
Path Info Window Kelias
|
Path Info Window Kelias
|
||||||
Scan Status View Žvalgyti
|
Scan Status View Žvalgyti
|
||||||
9999.99 GB Status View 9999,99 GB
|
9999.99 GB Status View 9999,99 GB
|
||||||
|
Rescan Status View Peržvalgyti
|
||||||
file unavailable Status View failas nepasiekiamas
|
file unavailable Status View failas nepasiekiamas
|
||||||
|
Get info Pie View Savybės
|
||||||
DiskUsage System name Disko naudojimas
|
DiskUsage System name Disko naudojimas
|
||||||
in %d files Info Window %d failuose (-ų)
|
in %d files Info Window %d failuose (-ų)
|
||||||
%d files Status View %d failai (-ų)
|
%d files Status View %d failai (-ų)
|
||||||
Created Info Window Sukurtas
|
Created Info Window Sukurtas
|
||||||
Modified Info Window Modifikuotas
|
Modified Info Window Modifikuotas
|
||||||
|
Abort Status View Nutraukti
|
||||||
|
Open with Pie View Atverti naudojant
|
||||||
Open Pie View Atverti
|
Open Pie View Atverti
|
||||||
%a, %d %b %Y, %r Info Window %a, %Y %b %d, %T
|
%a, %d %b %Y, %r Info Window %a, %Y %b %d, %T
|
||||||
Free on %refName% Scanner Laisva vieta skirsnyje „%refName%“
|
Free on %refName% Scanner Laisva vieta skirsnyje „%refName%“
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 polish x-vnd.Haiku-DiskUsage 274830116
|
1 polish x-vnd.Haiku-DiskUsage 3631077986
|
||||||
Scanning %refName% Scanner Skanowanie %refName%
|
Scanning %refName% Scanner Skanowanie %refName%
|
||||||
Size Info Window Rozmiar
|
Size Info Window Rozmiar
|
||||||
Rescan Pie View Przeskanuj
|
Rescan Pie View Przeskanuj
|
||||||
@@ -11,12 +11,14 @@ Scan Status View Skanowanie
|
|||||||
9999.99 GB Status View 9999.99 GB
|
9999.99 GB Status View 9999.99 GB
|
||||||
Rescan Status View Przeskanuj
|
Rescan Status View Przeskanuj
|
||||||
file unavailable Status View plik niedostępny
|
file unavailable Status View plik niedostępny
|
||||||
|
Get info Pie View Pobierz informacje
|
||||||
DiskUsage System name Wykorzystanie Dysku
|
DiskUsage System name Wykorzystanie Dysku
|
||||||
in %d files Info Window w %d plikach
|
in %d files Info Window w %d plikach
|
||||||
%d files Status View %d plików
|
%d files Status View %d plików
|
||||||
Created Info Window Stworzony
|
Created Info Window Stworzony
|
||||||
Modified Info Window Zmodyfikowany
|
Modified Info Window Zmodyfikowany
|
||||||
Abort Status View Przerwij
|
Abort Status View Przerwij
|
||||||
|
Open with Pie View Otwórz za pomocą
|
||||||
Open Pie View Otwórz
|
Open Pie View Otwórz
|
||||||
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
||||||
Free on %refName% Scanner Wolne na %refName%
|
Free on %refName% Scanner Wolne na %refName%
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 portuguese (brazil) x-vnd.Haiku-DiskUsage 274830116
|
1 portuguese (brazil) x-vnd.Haiku-DiskUsage 3631077986
|
||||||
Scanning %refName% Scanner Analisando %refName%
|
Scanning %refName% Scanner Analisando %refName%
|
||||||
Size Info Window Tamanho
|
Size Info Window Tamanho
|
||||||
Rescan Pie View ReAnalisar
|
Rescan Pie View ReAnalisar
|
||||||
@@ -11,12 +11,14 @@ Scan Status View Analisar
|
|||||||
9999.99 GB Status View 9999.99 Gb
|
9999.99 GB Status View 9999.99 Gb
|
||||||
Rescan Status View ReAnalisar
|
Rescan Status View ReAnalisar
|
||||||
file unavailable Status View arquivo não disponível
|
file unavailable Status View arquivo não disponível
|
||||||
|
Get info Pie View Obter informação
|
||||||
DiskUsage System name Uso de Disco
|
DiskUsage System name Uso de Disco
|
||||||
in %d files Info Window em %d arquivos
|
in %d files Info Window em %d arquivos
|
||||||
%d files Status View %d arquivos
|
%d files Status View %d arquivos
|
||||||
Created Info Window Criado
|
Created Info Window Criado
|
||||||
Modified Info Window Modificado
|
Modified Info Window Modificado
|
||||||
Abort Status View Cancelar
|
Abort Status View Cancelar
|
||||||
|
Open with Pie View Abrir com
|
||||||
Open Pie View Abrir
|
Open Pie View Abrir
|
||||||
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
||||||
Free on %refName% Scanner Livre em %refName%
|
Free on %refName% Scanner Livre em %refName%
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 russian x-vnd.Haiku-DiskUsage 2447717116
|
1 russian x-vnd.Haiku-DiskUsage 3631077986
|
||||||
Scanning %refName% Scanner Сканируется раздел %refName%
|
Scanning %refName% Scanner Сканируется раздел %refName%
|
||||||
Size Info Window Размер
|
Size Info Window Размер
|
||||||
Rescan Pie View Пересканировать
|
Rescan Pie View Пересканировать
|
||||||
@@ -9,12 +9,16 @@ no supporting apps Pie View нет поддерживающих програм
|
|||||||
Path Info Window Путь
|
Path Info Window Путь
|
||||||
Scan Status View Сканировать
|
Scan Status View Сканировать
|
||||||
9999.99 GB Status View 9999.99 ГБ
|
9999.99 GB Status View 9999.99 ГБ
|
||||||
|
Rescan Status View Пересканировать
|
||||||
file unavailable Status View файл недоступен
|
file unavailable Status View файл недоступен
|
||||||
|
Get info Pie View Информация
|
||||||
DiskUsage System name Использование диска
|
DiskUsage System name Использование диска
|
||||||
in %d files Info Window в %d файлах
|
in %d files Info Window в %d файлах
|
||||||
%d files Status View %d файлов
|
%d files Status View %d файлов
|
||||||
Created Info Window Создан
|
Created Info Window Создан
|
||||||
Modified Info Window Изменен
|
Modified Info Window Изменен
|
||||||
|
Abort Status View Прервать
|
||||||
|
Open with Pie View Открыть в
|
||||||
Open Pie View Открыть
|
Open Pie View Открыть
|
||||||
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
||||||
Free on %refName% Scanner Свободно на разделе %refName%
|
Free on %refName% Scanner Свободно на разделе %refName%
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 slovak x-vnd.Haiku-DiskUsage 2447717116
|
1 slovak x-vnd.Haiku-DiskUsage 3631077986
|
||||||
Scanning %refName% Scanner Prehľadáva sa %refName%
|
Scanning %refName% Scanner Prehľadáva sa %refName%
|
||||||
Size Info Window Veľkosť
|
Size Info Window Veľkosť
|
||||||
Rescan Pie View Znovu preskúmať
|
Rescan Pie View Znovu preskúmať
|
||||||
@@ -9,12 +9,16 @@ no supporting apps Pie View žiadne podporujúce aplikácie
|
|||||||
Path Info Window Cesta
|
Path Info Window Cesta
|
||||||
Scan Status View Preskúmať
|
Scan Status View Preskúmať
|
||||||
9999.99 GB Status View 9999.99 GB
|
9999.99 GB Status View 9999.99 GB
|
||||||
|
Rescan Status View Znovu preskúmať
|
||||||
file unavailable Status View súbor nedostupný
|
file unavailable Status View súbor nedostupný
|
||||||
|
Get info Pie View Získať informácie
|
||||||
DiskUsage System name Využitie disku
|
DiskUsage System name Využitie disku
|
||||||
in %d files Info Window v %d súboroch
|
in %d files Info Window v %d súboroch
|
||||||
%d files Status View %d súborov
|
%d files Status View %d súborov
|
||||||
Created Info Window Vytvorené
|
Created Info Window Vytvorené
|
||||||
Modified Info Window Zmenené
|
Modified Info Window Zmenené
|
||||||
|
Abort Status View Zrušiť
|
||||||
|
Open with Pie View Otvoriť pomocou
|
||||||
Open Pie View Otvoriť
|
Open Pie View Otvoriť
|
||||||
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
||||||
Free on %refName% Scanner Voľné na %refName%
|
Free on %refName% Scanner Voľné na %refName%
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 english x-vnd.Haiku-DiskUsage 2447717116
|
1 english x-vnd.Haiku-DiskUsage 3631077986
|
||||||
Scanning %refName% Scanner 扫描 %refName%
|
Scanning %refName% Scanner 扫描 %refName%
|
||||||
Size Info Window 大小
|
Size Info Window 大小
|
||||||
Rescan Pie View 重新扫描
|
Rescan Pie View 重新扫描
|
||||||
@@ -9,12 +9,16 @@ no supporting apps Pie View 无可支持应用
|
|||||||
Path Info Window 路径
|
Path Info Window 路径
|
||||||
Scan Status View 扫描
|
Scan Status View 扫描
|
||||||
9999.99 GB Status View 9999.99 GB
|
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 System name 磁盘查看器
|
||||||
in %d files Info Window 位于 %d 个文件
|
in %d files Info Window 位于 %d 个文件
|
||||||
%d files Status View %d 文件
|
%d files Status View %d 文件
|
||||||
Created Info Window 已创建
|
Created Info Window 已创建
|
||||||
Modified Info Window 已修改
|
Modified Info Window 已修改
|
||||||
|
Abort Status View 退出
|
||||||
|
Open with Pie View 打开方式
|
||||||
Open Pie View 打开
|
Open Pie View 打开
|
||||||
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
%a, %d %b %Y, %r Info Window %a, %d %b %Y, %r
|
||||||
Free on %refName% Scanner 空闲存在 %refName%
|
Free on %refName% Scanner 空闲存在 %refName%
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 lithuanian x-vnd.Haiku-DriveSetup 3746427159
|
1 lithuanian x-vnd.Haiku-DriveSetup 1372142450
|
||||||
DriveSetup System name Diskų ženklintuvas
|
DriveSetup System name Diskų ženklintuvas
|
||||||
Delete MainWindow Šalinti
|
Delete MainWindow Šalinti
|
||||||
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 Ar tikrai norite pakeitimus dabar įrašyti į diską?\n\nJei tęsite toliau – visi duomenys, esantys pasirinktame skaidinyje, bus negrįžtamai prarasti!
|
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 Ar tikrai norite pakeitimus dabar įrašyti į diską?\n\nJei tęsite toliau – visi duomenys, esantys pasirinktame skaidinyje, bus negrįžtamai prarasti!
|
||||||
@@ -65,6 +65,7 @@ Partition MainWindow Skaidinys
|
|||||||
File system PartitionList Failų sistema
|
File system PartitionList Failų sistema
|
||||||
Validation of the given creation parameters failed. MainWindow Nurodyti netinkami kūrimo parametrai.
|
Validation of the given creation parameters failed. MainWindow Nurodyti netinkami kūrimo parametrai.
|
||||||
Size PartitionList Dydis
|
Size PartitionList Dydis
|
||||||
|
Wipe (not implemented) MainWindow Ištrinti (dar nerealizuota)
|
||||||
Validation of the given initialization parameters failed. MainWindow Nurodyti netinkami ženklinimo parametrai.
|
Validation of the given initialization parameters failed. MainWindow Nurodyti netinkami ženklinimo parametrai.
|
||||||
The selected partition does not contain a partitioning system. MainWindow Pasirinktame skaidinyje nėra skaidinių lentelės.
|
The selected partition does not contain a partitioning system. MainWindow Pasirinktame skaidinyje nėra skaidinių lentelė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 Ar tikrai norite pakeitimus dabar įrašyti į diską?\n\nJei tęsite toliau – visi duomenys, esantys skaidinyje „%s“, bus negrįžtamai prarasti!
|
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 Ar tikrai norite pakeitimus dabar įrašyti į diską?\n\nJei tęsite toliau – visi duomenys, esantys skaidinyje „%s“, bus negrįžtamai prarasti!
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 belarusian x-vnd.Haiku-Expander 282517174
|
1 belarusian x-vnd.Haiku-Expander 2603318510
|
||||||
Expand ExpanderMenu Распакаваць
|
Expand ExpanderMenu Распакаваць
|
||||||
Close window when done expanding ExpanderPreferences Закрыць вакно пасля распакоўкі
|
Close window when done expanding ExpanderPreferences Закрыць вакно пасля распакоўкі
|
||||||
Set destination… ExpanderMenu Задаць прызначэнне…
|
Set destination… ExpanderMenu Задаць прызначэнне…
|
||||||
@@ -22,6 +22,7 @@ Cancel ExpanderPreferences Адмена
|
|||||||
Expansion ExpanderPreferences Пашырэньне
|
Expansion ExpanderPreferences Пашырэньне
|
||||||
Are you sure you want to stop expanding this\narchive? The expanded items may not be complete. ExpanderWindow Спыніць распакоўку гэтага \nархіва? Ужо распакаваныя файлы могуць быць няпоўнымі.
|
Are you sure you want to stop expanding this\narchive? The expanded items may not be complete. ExpanderWindow Спыніць распакоўку гэтага \nархіва? Ужо распакаваныя файлы могуць быць няпоўнымі.
|
||||||
Select DirectoryFilePanel Пазначыць
|
Select DirectoryFilePanel Пазначыць
|
||||||
|
Destination folder doesn't exist. Would you like to create it? ExpanderWindow Мэтавая папка не існуе. Ці хочаце стварыць яе?
|
||||||
Same directory as source (archive) file ExpanderPreferences Папка ў якой знаходзіцца зыходны архіў
|
Same directory as source (archive) file ExpanderPreferences Папка ў якой знаходзіцца зыходны архіў
|
||||||
Expanding '%s' ExpanderWindow Распакоўка '%s'
|
Expanding '%s' ExpanderWindow Распакоўка '%s'
|
||||||
Settings ExpanderMenu Налады
|
Settings ExpanderMenu Налады
|
||||||
@@ -32,6 +33,8 @@ Show contents ExpanderWindow Паказаць змест
|
|||||||
Automatically show contents listing ExpanderPreferences Аўтаматычна паказваць змесціва
|
Automatically show contents listing ExpanderPreferences Аўтаматычна паказваць змесціва
|
||||||
OK ExpanderPreferences ОК
|
OK ExpanderPreferences ОК
|
||||||
Leave destination folder path empty ExpanderPreferences Пакінуць пуць да пакі прызначэння пустым
|
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 folder was either moved, renamed or not\nsupported. ExpanderWindow Гэты каталёг быў перамешчаны, перайменаваны, або не\n падтрымліваецца.
|
||||||
The file doesn't exist ExpanderWindow Гэты файл не існуе
|
The file doesn't exist ExpanderWindow Гэты файл не існуе
|
||||||
Stop ExpanderMenu Спыніць
|
Stop ExpanderMenu Спыніць
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 lithuanian x-vnd.Haiku-Expander 282517174
|
1 lithuanian x-vnd.Haiku-Expander 2603318510
|
||||||
Expand ExpanderMenu Išskleisti
|
Expand ExpanderMenu Išskleisti
|
||||||
Close window when done expanding ExpanderPreferences Viską išskleidus, užverti langą
|
Close window when done expanding ExpanderPreferences Viską išskleidus, užverti langą
|
||||||
Set destination… ExpanderMenu Paskirties vieta…
|
Set destination… ExpanderMenu Paskirties vieta…
|
||||||
@@ -22,6 +22,7 @@ Cancel ExpanderPreferences Atsisakyti
|
|||||||
Expansion ExpanderPreferences Išskleidimas
|
Expansion ExpanderPreferences Išskleidimas
|
||||||
Are you sure you want to stop expanding this\narchive? The expanded items may not be complete. ExpanderWindow Ar tikrai norite nutraukti šio archyvo išskleidimą? Gali būti, kad išskleisti dar ne visi elementai.
|
Are you sure you want to stop expanding this\narchive? The expanded items may not be complete. ExpanderWindow Ar tikrai norite nutraukti šio archyvo išskleidimą? Gali būti, kad išskleisti dar ne visi elementai.
|
||||||
Select DirectoryFilePanel Parinkti
|
Select DirectoryFilePanel Parinkti
|
||||||
|
Destination folder doesn't exist. Would you like to create it? ExpanderWindow Paskirties aplankas neegzistuoja. Ar norite jį sukurti?
|
||||||
Same directory as source (archive) file ExpanderPreferences Aplankas, kuriame yra išskleidžiamas archyvas
|
Same directory as source (archive) file ExpanderPreferences Aplankas, kuriame yra išskleidžiamas archyvas
|
||||||
Expanding '%s' ExpanderWindow Išskleidžiamas archyvas „%s“
|
Expanding '%s' ExpanderWindow Išskleidžiamas archyvas „%s“
|
||||||
Settings ExpanderMenu Nuostatos
|
Settings ExpanderMenu Nuostatos
|
||||||
@@ -32,6 +33,8 @@ Show contents ExpanderWindow Rodyti turinį
|
|||||||
Automatically show contents listing ExpanderPreferences Automatiškai rodyti turinį
|
Automatically show contents listing ExpanderPreferences Automatiškai rodyti turinį
|
||||||
OK ExpanderPreferences Gerai
|
OK ExpanderPreferences Gerai
|
||||||
Leave destination folder path empty ExpanderPreferences Paskirties aplanko lauką palikti tuščią
|
Leave destination folder path empty ExpanderPreferences Paskirties aplanko lauką palikti tuščią
|
||||||
|
Failed to create the destination folder. ExpanderWindow Nepavyko sukurti paskirties aplanko.
|
||||||
|
Create ExpanderWindow Sukurti
|
||||||
The folder was either moved, renamed or not\nsupported. ExpanderWindow Aplankas buvo perkeltas, pervardintas arba yra nepalaikomas.
|
The folder was either moved, renamed or not\nsupported. ExpanderWindow Aplankas buvo perkeltas, pervardintas arba yra nepalaikomas.
|
||||||
The file doesn't exist ExpanderWindow Failas neegzistuoja
|
The file doesn't exist ExpanderWindow Failas neegzistuoja
|
||||||
Stop ExpanderMenu Nutraukti
|
Stop ExpanderMenu Nutraukti
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 russian x-vnd.Haiku-Expander 282517174
|
1 russian x-vnd.Haiku-Expander 1269216169
|
||||||
Expand ExpanderMenu Распаковать
|
Expand ExpanderMenu Распаковать
|
||||||
Close window when done expanding ExpanderPreferences Закрывать окно после распаковки
|
Close window when done expanding ExpanderPreferences Закрывать окно после распаковки
|
||||||
Set destination… ExpanderMenu Путь назначения для извлечения…
|
Set destination… ExpanderMenu Путь назначения для извлечения…
|
||||||
@@ -22,6 +22,7 @@ Cancel ExpanderPreferences Отмена
|
|||||||
Expansion ExpanderPreferences Извлечение
|
Expansion ExpanderPreferences Извлечение
|
||||||
Are you sure you want to stop expanding this\narchive? The expanded items may not be complete. ExpanderWindow Вы уверены, что хотите остановить распаковку этого\nархива? Некоторые файлы могли быть извлечены не полностью.
|
Are you sure you want to stop expanding this\narchive? The expanded items may not be complete. ExpanderWindow Вы уверены, что хотите остановить распаковку этого\nархива? Некоторые файлы могли быть извлечены не полностью.
|
||||||
Select DirectoryFilePanel Выбрать
|
Select DirectoryFilePanel Выбрать
|
||||||
|
Destination folder doesn't exist. Would you like to create it? ExpanderWindow Папка назначения не существует. Создать её?
|
||||||
Same directory as source (archive) file ExpanderPreferences Использовать ту же папку где находится архив
|
Same directory as source (archive) file ExpanderPreferences Использовать ту же папку где находится архив
|
||||||
Expanding '%s' ExpanderWindow Распаковывается '%s'
|
Expanding '%s' ExpanderWindow Распаковывается '%s'
|
||||||
Settings ExpanderMenu Настройки
|
Settings ExpanderMenu Настройки
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 slovak x-vnd.Haiku-Expander 282517174
|
1 slovak x-vnd.Haiku-Expander 2603318510
|
||||||
Expand ExpanderMenu Rozbaliť
|
Expand ExpanderMenu Rozbaliť
|
||||||
Close window when done expanding ExpanderPreferences Zatvoriť okno po dokončení rozbaľovania
|
Close window when done expanding ExpanderPreferences Zatvoriť okno po dokončení rozbaľovania
|
||||||
Set destination… ExpanderMenu Nastaviť cieľ…
|
Set destination… ExpanderMenu Nastaviť cieľ…
|
||||||
@@ -22,6 +22,7 @@ Cancel ExpanderPreferences Zrušiť
|
|||||||
Expansion ExpanderPreferences Rozpínanie
|
Expansion ExpanderPreferences Rozpínanie
|
||||||
Are you sure you want to stop expanding this\narchive? The expanded items may not be complete. ExpanderWindow Ste si istí, že chcete zastaviť rozbaľovanie tohto archívu?\nRozbalené položky nemusia byť úplné.
|
Are you sure you want to stop expanding this\narchive? The expanded items may not be complete. ExpanderWindow Ste si istí, že chcete zastaviť rozbaľovanie tohto archívu?\nRozbalené položky nemusia byť úplné.
|
||||||
Select DirectoryFilePanel Vybrať
|
Select DirectoryFilePanel Vybrať
|
||||||
|
Destination folder doesn't exist. Would you like to create it? ExpanderWindow Cieľový priečinok neexistuje. Chcete ho vytvoriť?
|
||||||
Same directory as source (archive) file ExpanderPreferences Rovnaký ako zdrojový (archívny) súbor
|
Same directory as source (archive) file ExpanderPreferences Rovnaký ako zdrojový (archívny) súbor
|
||||||
Expanding '%s' ExpanderWindow Rozbaľuje sa „%s“
|
Expanding '%s' ExpanderWindow Rozbaľuje sa „%s“
|
||||||
Settings ExpanderMenu Nastavenia
|
Settings ExpanderMenu Nastavenia
|
||||||
@@ -32,6 +33,8 @@ Show contents ExpanderWindow Zobraziť obsah
|
|||||||
Automatically show contents listing ExpanderPreferences Automaticky zobrazovať obsah
|
Automatically show contents listing ExpanderPreferences Automaticky zobrazovať obsah
|
||||||
OK ExpanderPreferences OK
|
OK ExpanderPreferences OK
|
||||||
Leave destination folder path empty ExpanderPreferences Ponechať cestu k cieľovému priečinku prázdnu
|
Leave destination folder path empty ExpanderPreferences Ponechať cestu k cieľovému priečinku prázdnu
|
||||||
|
Failed to create the destination folder. ExpanderWindow Nepodarilo sa vytvoriť cieľový priečinok.
|
||||||
|
Create ExpanderWindow Vytvoriť
|
||||||
The folder was either moved, renamed or not\nsupported. ExpanderWindow Priečinok bol presunutý, premenovaný\nalebo nie je podporovaný.
|
The folder was either moved, renamed or not\nsupported. ExpanderWindow Priečinok bol presunutý, premenovaný\nalebo nie je podporovaný.
|
||||||
The file doesn't exist ExpanderWindow Súbor neexistuje
|
The file doesn't exist ExpanderWindow Súbor neexistuje
|
||||||
Stop ExpanderMenu Zastaviť
|
Stop ExpanderMenu Zastaviť
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 english x-vnd.Haiku-Expander 282517174
|
1 english x-vnd.Haiku-Expander 2603318510
|
||||||
Expand ExpanderMenu 解压缩
|
Expand ExpanderMenu 解压缩
|
||||||
Close window when done expanding ExpanderPreferences 完成解压后,关闭窗口。
|
Close window when done expanding ExpanderPreferences 完成解压后,关闭窗口。
|
||||||
Set destination… ExpanderMenu 目标文件…
|
Set destination… ExpanderMenu 目标文件…
|
||||||
@@ -22,6 +22,7 @@ Cancel ExpanderPreferences 取消
|
|||||||
Expansion ExpanderPreferences 展开
|
Expansion ExpanderPreferences 展开
|
||||||
Are you sure you want to stop expanding this\narchive? The expanded items may not be complete. ExpanderWindow 确定停止解压\n该压缩文件? 已完成解压部分可能不完整。
|
Are you sure you want to stop expanding this\narchive? The expanded items may not be complete. ExpanderWindow 确定停止解压\n该压缩文件? 已完成解压部分可能不完整。
|
||||||
Select DirectoryFilePanel 选择
|
Select DirectoryFilePanel 选择
|
||||||
|
Destination folder doesn't exist. Would you like to create it? ExpanderWindow 目标目录不存在。您是否希望创建该目录?
|
||||||
Same directory as source (archive) file ExpanderPreferences 相同于源文件(压缩档)目录
|
Same directory as source (archive) file ExpanderPreferences 相同于源文件(压缩档)目录
|
||||||
Expanding '%s' ExpanderWindow '%s' 解压进行中
|
Expanding '%s' ExpanderWindow '%s' 解压进行中
|
||||||
Settings ExpanderMenu 设置
|
Settings ExpanderMenu 设置
|
||||||
@@ -32,6 +33,8 @@ Show contents ExpanderWindow 显示内容
|
|||||||
Automatically show contents listing ExpanderPreferences 自动显示内容列表
|
Automatically show contents listing ExpanderPreferences 自动显示内容列表
|
||||||
OK ExpanderPreferences 确定
|
OK ExpanderPreferences 确定
|
||||||
Leave destination folder path empty ExpanderPreferences 保持目标目录为空
|
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 folder was either moved, renamed or not\nsupported. ExpanderWindow 文件夹已被删除,重命名或者不被\n支持.
|
||||||
The file doesn't exist ExpanderWindow 文件不存在
|
The file doesn't exist ExpanderWindow 文件不存在
|
||||||
Stop ExpanderMenu 停止
|
Stop ExpanderMenu 停止
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 french x-vnd.Haiku-FontDemo 1300625863
|
1 french x-vnd.Haiku-FontDemo 3522850500
|
||||||
Outline: ControlView Contour :
|
Outline: ControlView Contour :
|
||||||
Size: 50 ControlView Taille : 50
|
Size: 50 ControlView Taille : 50
|
||||||
Stop cycling ControlView Arrêter de boucler
|
Stop cycling ControlView Arrêter de boucler
|
||||||
@@ -14,6 +14,7 @@ Rotation: 0 ControlView Rotation : 0
|
|||||||
Drawing mode: ControlView Mode de dessin :
|
Drawing mode: ControlView Mode de dessin :
|
||||||
Haiku, Inc. ControlView Haiku, Inc.
|
Haiku, Inc. ControlView Haiku, Inc.
|
||||||
Controls FontDemo Contrôles
|
Controls FontDemo Contrôles
|
||||||
|
FontDemo System name FontDemo
|
||||||
Outline: %d ControlView Contour : %d
|
Outline: %d ControlView Contour : %d
|
||||||
Text: ControlView Texte :
|
Text: ControlView Texte :
|
||||||
Antialiased text ControlView Anticrénelage
|
Antialiased text ControlView Anticrénelage
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 belarusian x-vnd.haiku-icon_o_matic 2079362081
|
1 belarusian x-vnd.haiku-icon_o_matic 3933520036
|
||||||
Select All Icon-O-Matic-PathManipulator Выбраць Усё
|
Select All Icon-O-Matic-PathManipulator Выбраць Усё
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Дадаць Стыль
|
Add Style Icon-O-Matic-AddStylesCmd Дадаць Стыль
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Колер (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Колер (#%02x%02x%02x)
|
||||||
@@ -43,6 +43,7 @@ Untitled Icon-O-Matic-Main Неназваны
|
|||||||
Multi Set Multi Set (property name) Прызначыць некалькі
|
Multi Set Multi Set (property name) Прызначыць некалькі
|
||||||
any of the other lists to Empty property list - 2nd line любым з іншых спісаў каб
|
any of the other lists to Empty property list - 2nd line любым з іншых спісаў каб
|
||||||
Save as… Icon-O-Matic-Menu-File Захаваць як…
|
Save as… Icon-O-Matic-Menu-File Захаваць як…
|
||||||
|
Don't save Icon-O-Matic-Menu-Settings Не захоўваць
|
||||||
Change Color Icon-O-Matic-SetColorCmd Змяніць колер
|
Change Color Icon-O-Matic-SetColorCmd Змяніць колер
|
||||||
Style Icon-O-Matic-Menus Стыль
|
Style Icon-O-Matic-Menus Стыль
|
||||||
<modify path> Icon-O-Matic-PathCmd <змяніць пуць>
|
<modify path> Icon-O-Matic-PathCmd <змяніць пуць>
|
||||||
@@ -72,6 +73,7 @@ Undo Icon-O-Matic-Main Вярнуць
|
|||||||
Click on a shape above Empty transformers list - 1st line Клікніце па фігуры вышэй
|
Click on a shape above Empty transformers list - 1st line Клікніце па фігуры вышэй
|
||||||
Add Shape Icon-O-Matic-AddShapesCmd Дадаць Фігуру
|
Add Shape Icon-O-Matic-AddShapesCmd Дадаць Фігуру
|
||||||
Contour Transformation Контур
|
Contour Transformation Контур
|
||||||
|
Save changes to current icon before closing? Icon-O-Matic-Menu-Settings Захаваць зьмены ў значак перад тым як выйсьці?
|
||||||
<nothing to redo> Icon-O-Matic-Menu-Edit <няма чаго перарабляць>
|
<nothing to redo> Icon-O-Matic-Menu-Edit <няма чаго перарабляць>
|
||||||
Perspective Transformation Перспэктыва
|
Perspective Transformation Перспэктыва
|
||||||
Move Transformer Icon-O-Matic-MoveTransformersCmd Перамясціць Трансформер
|
Move Transformer Icon-O-Matic-MoveTransformersCmd Перамясціць Трансформер
|
||||||
@@ -99,7 +101,6 @@ Pick a color Icon-O-Matic-ColorPicker Падабраць колер
|
|||||||
Quit Icon-O-Matic-Menu-File Выйсці
|
Quit Icon-O-Matic-Menu-File Выйсці
|
||||||
Export Icon-O-Matic-Menu-File Экспарт
|
Export Icon-O-Matic-Menu-File Экспарт
|
||||||
No Icon-O-Matic-StyledTextImport Не
|
No Icon-O-Matic-StyledTextImport Не
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Захаваць змены ў цякучы значак?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Павярнуць індэксы наперад
|
Rotate indices forwards Icon-O-Matic-PathsList Павярнуць індэксы наперад
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Адвязаць шлях
|
Unassign Path Icon-O-Matic-UnassignPathCmd Адвязаць шлях
|
||||||
load error Icon-O-Matic-SVGImport памылка загрузкі
|
load error Icon-O-Matic-SVGImport памылка загрузкі
|
||||||
@@ -147,7 +148,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Дадаць Трансфор
|
|||||||
Diamond Icon-O-Matic-StyleTypes Ромб
|
Diamond Icon-O-Matic-StyleTypes Ромб
|
||||||
Path Icon-O-Matic-PropertyNames Шлях
|
Path Icon-O-Matic-PropertyNames Шлях
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Не ўдалося адкрыць '%s' як дакумент SVG.\n\nПамылка: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Не ўдалося адкрыць '%s' як дакумент SVG.\n\nПамылка: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Адкінуць
|
|
||||||
Swatches Icon-O-Matic-Menus Узоры
|
Swatches Icon-O-Matic-Menus Узоры
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <недаступны>
|
<unavailable> Icon-O-Matic-StyleTypes <недаступны>
|
||||||
Rotation Icon-O-Matic-PropertyNames Паварот
|
Rotation Icon-O-Matic-PropertyNames Паварот
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 german x-vnd.haiku-icon_o_matic 2079362081
|
1 german x-vnd.haiku-icon_o_matic 3933520036
|
||||||
Select All Icon-O-Matic-PathManipulator Alles auswählen
|
Select All Icon-O-Matic-PathManipulator Alles auswählen
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Stil hinzufügen
|
Add Style Icon-O-Matic-AddStylesCmd Stil hinzufügen
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Farbe (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Farbe (#%02x%02x%02x)
|
||||||
@@ -43,6 +43,7 @@ Untitled Icon-O-Matic-Main Unbenannt
|
|||||||
Multi Set Multi Set (property name) Mehrfach-Setzen
|
Multi Set Multi Set (property name) Mehrfach-Setzen
|
||||||
any of the other lists to Empty property list - 2nd line einer der anderen Listen, um
|
any of the other lists to Empty property list - 2nd line einer der anderen Listen, um
|
||||||
Save as… Icon-O-Matic-Menu-File Speichern als…
|
Save as… Icon-O-Matic-Menu-File Speichern als…
|
||||||
|
Don't save Icon-O-Matic-Menu-Settings Nicht speichern
|
||||||
Change Color Icon-O-Matic-SetColorCmd Farbe ändern
|
Change Color Icon-O-Matic-SetColorCmd Farbe ändern
|
||||||
Style Icon-O-Matic-Menus Stil
|
Style Icon-O-Matic-Menus Stil
|
||||||
<modify path> Icon-O-Matic-PathCmd <Pfad ändern>
|
<modify path> Icon-O-Matic-PathCmd <Pfad ändern>
|
||||||
@@ -72,6 +73,7 @@ Undo Icon-O-Matic-Main Rückgängig:
|
|||||||
Click on a shape above Empty transformers list - 1st line Erst eine Form oben auswählen,
|
Click on a shape above Empty transformers list - 1st line Erst eine Form oben auswählen,
|
||||||
Add Shape Icon-O-Matic-AddShapesCmd Form hinzufügen
|
Add Shape Icon-O-Matic-AddShapesCmd Form hinzufügen
|
||||||
Contour Transformation Kontur
|
Contour Transformation Kontur
|
||||||
|
Save changes to current icon before closing? Icon-O-Matic-Menu-Settings Änderungen am aktuellen Icon vor dem Schließen speichern?
|
||||||
<nothing to redo> Icon-O-Matic-Menu-Edit <nichts zu wiederholen>
|
<nothing to redo> Icon-O-Matic-Menu-Edit <nichts zu wiederholen>
|
||||||
Perspective Transformation Perspektive
|
Perspective Transformation Perspektive
|
||||||
Move Transformer Icon-O-Matic-MoveTransformersCmd Transformator umsortieren
|
Move Transformer Icon-O-Matic-MoveTransformersCmd Transformator umsortieren
|
||||||
@@ -99,7 +101,6 @@ Pick a color Icon-O-Matic-ColorPicker Farbe aussuchen
|
|||||||
Quit Icon-O-Matic-Menu-File Beenden
|
Quit Icon-O-Matic-Menu-File Beenden
|
||||||
Export Icon-O-Matic-Menu-File Exportieren
|
Export Icon-O-Matic-Menu-File Exportieren
|
||||||
No Icon-O-Matic-StyledTextImport Nein
|
No Icon-O-Matic-StyledTextImport Nein
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Änderungen am aktuellen Icon speichern?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Indizes vorwärts rotieren
|
Rotate indices forwards Icon-O-Matic-PathsList Indizes vorwärts rotieren
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Pfad lösen
|
Unassign Path Icon-O-Matic-UnassignPathCmd Pfad lösen
|
||||||
load error Icon-O-Matic-SVGImport Ladefehler
|
load error Icon-O-Matic-SVGImport Ladefehler
|
||||||
@@ -147,7 +148,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Transformatoren hinzufügen
|
|||||||
Diamond Icon-O-Matic-StyleTypes Raute
|
Diamond Icon-O-Matic-StyleTypes Raute
|
||||||
Path Icon-O-Matic-PropertyNames Pfad
|
Path Icon-O-Matic-PropertyNames Pfad
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Öffen der Datei '%s' als SVG Dokument fehlgeschlagen.\n\nFehler: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Öffen der Datei '%s' als SVG Dokument fehlgeschlagen.\n\nFehler: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Verwerfen
|
|
||||||
Swatches Icon-O-Matic-Menus Farbfelder
|
Swatches Icon-O-Matic-Menus Farbfelder
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <nicht verfügbar>
|
<unavailable> Icon-O-Matic-StyleTypes <nicht verfügbar>
|
||||||
Rotation Icon-O-Matic-PropertyNames Rotation
|
Rotation Icon-O-Matic-PropertyNames Rotation
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 greek, modern (1453-) x-vnd.haiku-icon_o_matic 2591538723
|
1 greek, modern (1453-) x-vnd.haiku-icon_o_matic 3581603413
|
||||||
Select All Icon-O-Matic-PathManipulator Επιλογή όλων
|
Select All Icon-O-Matic-PathManipulator Επιλογή όλων
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Προσθήκη Στυλ
|
Add Style Icon-O-Matic-AddStylesCmd Προσθήκη Στυλ
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Χρώμα (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Χρώμα (#%02x%02x%02x)
|
||||||
@@ -98,7 +98,6 @@ Pick a color Icon-O-Matic-ColorPicker Διάλεξε ένα χρώμα
|
|||||||
Quit Icon-O-Matic-Menu-File Έξοδος
|
Quit Icon-O-Matic-Menu-File Έξοδος
|
||||||
Export Icon-O-Matic-Menu-File Εξαγωγή
|
Export Icon-O-Matic-Menu-File Εξαγωγή
|
||||||
No Icon-O-Matic-StyledTextImport Όχι
|
No Icon-O-Matic-StyledTextImport Όχι
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Αποθήκευση ρυθμίσεων στο υπάρχον εικονίδιο;
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Περιστροφή δεικτών προς τα εμπρός
|
Rotate indices forwards Icon-O-Matic-PathsList Περιστροφή δεικτών προς τα εμπρός
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Αφαίρεση μονοπατιού
|
Unassign Path Icon-O-Matic-UnassignPathCmd Αφαίρεση μονοπατιού
|
||||||
load error Icon-O-Matic-SVGImport σφάλμα φόρτωσης
|
load error Icon-O-Matic-SVGImport σφάλμα φόρτωσης
|
||||||
@@ -145,7 +144,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Προσθήκη μεταμο
|
|||||||
Diamond Icon-O-Matic-StyleTypes Διαμάντι
|
Diamond Icon-O-Matic-StyleTypes Διαμάντι
|
||||||
Path Icon-O-Matic-PropertyNames Μονοπάτι
|
Path Icon-O-Matic-PropertyNames Μονοπάτι
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Αδύνατο το άνοιγμα του αρχείου '%s' ως SVG.\n\nΣφάλμα: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Αδύνατο το άνοιγμα του αρχείου '%s' ως SVG.\n\nΣφάλμα: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Απόρριψη
|
|
||||||
Swatches Icon-O-Matic-Menus Δείγματα
|
Swatches Icon-O-Matic-Menus Δείγματα
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <μη διαθέσιμο>
|
<unavailable> Icon-O-Matic-StyleTypes <μη διαθέσιμο>
|
||||||
Rotation Icon-O-Matic-PropertyNames Περιστροφή
|
Rotation Icon-O-Matic-PropertyNames Περιστροφή
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 finnish x-vnd.haiku-icon_o_matic 2079362081
|
1 finnish x-vnd.haiku-icon_o_matic 3069426771
|
||||||
Select All Icon-O-Matic-PathManipulator Valitse kaikki
|
Select All Icon-O-Matic-PathManipulator Valitse kaikki
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Lisää tyyli
|
Add Style Icon-O-Matic-AddStylesCmd Lisää tyyli
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Väri (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Väri (#%02x%02x%02x)
|
||||||
@@ -99,7 +99,6 @@ Pick a color Icon-O-Matic-ColorPicker Poimi väri
|
|||||||
Quit Icon-O-Matic-Menu-File Poistu
|
Quit Icon-O-Matic-Menu-File Poistu
|
||||||
Export Icon-O-Matic-Menu-File Vie
|
Export Icon-O-Matic-Menu-File Vie
|
||||||
No Icon-O-Matic-StyledTextImport Ei
|
No Icon-O-Matic-StyledTextImport Ei
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Tallenna muutokset nykyiseen kuvakkeeseen?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Pyöritä osoittimia eteenpäin
|
Rotate indices forwards Icon-O-Matic-PathsList Pyöritä osoittimia eteenpäin
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Liittämätön polku
|
Unassign Path Icon-O-Matic-UnassignPathCmd Liittämätön polku
|
||||||
load error Icon-O-Matic-SVGImport lataa virhe
|
load error Icon-O-Matic-SVGImport lataa virhe
|
||||||
@@ -147,7 +146,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Lisää muuntimet
|
|||||||
Diamond Icon-O-Matic-StyleTypes Vinoneliö
|
Diamond Icon-O-Matic-StyleTypes Vinoneliö
|
||||||
Path Icon-O-Matic-PropertyNames Polku
|
Path Icon-O-Matic-PropertyNames Polku
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Tiedoston ’%s’ avaaminen SVG-asiakirjana epäonnistui.\n\nVirhe: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Tiedoston ’%s’ avaaminen SVG-asiakirjana epäonnistui.\n\nVirhe: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Hylkää
|
|
||||||
Swatches Icon-O-Matic-Menus Palaset
|
Swatches Icon-O-Matic-Menus Palaset
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <ei ole käytettävissä>
|
<unavailable> Icon-O-Matic-StyleTypes <ei ole käytettävissä>
|
||||||
Rotation Icon-O-Matic-PropertyNames Kierto
|
Rotation Icon-O-Matic-PropertyNames Kierto
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 french x-vnd.haiku-icon_o_matic 1958317345
|
1 french x-vnd.haiku-icon_o_matic 2622191328
|
||||||
Select All Icon-O-Matic-PathManipulator Sélectionner tout
|
Select All Icon-O-Matic-PathManipulator Sélectionner tout
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Ajouter un style
|
Add Style Icon-O-Matic-AddStylesCmd Ajouter un style
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Couleur (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Couleur (#%02x%02x%02x)
|
||||||
@@ -12,7 +12,7 @@ New Icon-O-Matic-Menu-File Nouveau
|
|||||||
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 peut ne pas avoir interprété toutes les données du fichier SVG lors de son importation. En sauvegardant par-dessus le fichier original, ces informations seront perdues.
|
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 peut ne pas avoir interprété toutes les données du fichier SVG lors de son importation. En sauvegardant par-dessus le fichier original, ces informations seront perdues.
|
||||||
Paste Properties Icon-O-Matic-Properties Coller les propriétés
|
Paste Properties Icon-O-Matic-Properties Coller les propriétés
|
||||||
Stroke Transformation Barré
|
Stroke Transformation Barré
|
||||||
Save Icon Dialog title Enregistrer icône
|
Save Icon Dialog title Enregistrer l'icône
|
||||||
Closed Icon-O-Matic-PropertyNames Fermé
|
Closed Icon-O-Matic-PropertyNames Fermé
|
||||||
Remove Path Icon-O-Matic-RemovePathsCmd Enlever le chemin
|
Remove Path Icon-O-Matic-RemovePathsCmd Enlever le chemin
|
||||||
Add shape with path Icon-O-Matic-Menu-Shape Ajouter une forme avec un chemin
|
Add shape with path Icon-O-Matic-Menu-Shape Ajouter une forme avec un chemin
|
||||||
@@ -114,7 +114,6 @@ Error: Icon-O-Matic-Exporter Erreur :
|
|||||||
Diamond Icon-O-Matic-StyleTypes Diamant
|
Diamond Icon-O-Matic-StyleTypes Diamant
|
||||||
Path Icon-O-Matic-PropertyNames Chemin
|
Path Icon-O-Matic-PropertyNames Chemin
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Impossible d'ouvrir le fichier « %s » en tant que document SVG.\n\nError : %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Impossible d'ouvrir le fichier « %s » en tant que document SVG.\n\nError : %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Abandonner
|
|
||||||
Swatches Icon-O-Matic-Menus Nuancier
|
Swatches Icon-O-Matic-Menus Nuancier
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <indisponible>
|
<unavailable> Icon-O-Matic-StyleTypes <indisponible>
|
||||||
Rotation Icon-O-Matic-PropertyNames Rotation
|
Rotation Icon-O-Matic-PropertyNames Rotation
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 hungarian x-vnd.haiku-icon_o_matic 2079362081
|
1 hungarian x-vnd.haiku-icon_o_matic 3933520036
|
||||||
Select All Icon-O-Matic-PathManipulator Mind kijelölése
|
Select All Icon-O-Matic-PathManipulator Mind kijelölése
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Stílus hozzáadása
|
Add Style Icon-O-Matic-AddStylesCmd Stílus hozzáadása
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Szín (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Szín (#%02x%02x%02x)
|
||||||
@@ -43,6 +43,7 @@ Untitled Icon-O-Matic-Main Névtelen
|
|||||||
Multi Set Multi Set (property name) Többszörös beállítás
|
Multi Set Multi Set (property name) Többszörös beállítás
|
||||||
any of the other lists to Empty property list - 2nd line a többi listában
|
any of the other lists to Empty property list - 2nd line a többi listában
|
||||||
Save as… Icon-O-Matic-Menu-File Mentés másként…
|
Save as… Icon-O-Matic-Menu-File Mentés másként…
|
||||||
|
Don't save Icon-O-Matic-Menu-Settings Ne mentse
|
||||||
Change Color Icon-O-Matic-SetColorCmd Szín váltása
|
Change Color Icon-O-Matic-SetColorCmd Szín váltása
|
||||||
Style Icon-O-Matic-Menus Stílus
|
Style Icon-O-Matic-Menus Stílus
|
||||||
<modify path> Icon-O-Matic-PathCmd <útvonal módosítása>
|
<modify path> Icon-O-Matic-PathCmd <útvonal módosítása>
|
||||||
@@ -72,6 +73,7 @@ Undo Icon-O-Matic-Main Visszavonás
|
|||||||
Click on a shape above Empty transformers list - 1st line Kattintson egy alakzatra
|
Click on a shape above Empty transformers list - 1st line Kattintson egy alakzatra
|
||||||
Add Shape Icon-O-Matic-AddShapesCmd Alakzat hozzáadása
|
Add Shape Icon-O-Matic-AddShapesCmd Alakzat hozzáadása
|
||||||
Contour Transformation Körvonal
|
Contour Transformation Körvonal
|
||||||
|
Save changes to current icon before closing? Icon-O-Matic-Menu-Settings Menti a változtatásokat a jelenlegi ikonba bezárás előtt?
|
||||||
<nothing to redo> Icon-O-Matic-Menu-Edit <nincs mit újra végrehajtani>
|
<nothing to redo> Icon-O-Matic-Menu-Edit <nincs mit újra végrehajtani>
|
||||||
Perspective Transformation Perspektíva
|
Perspective Transformation Perspektíva
|
||||||
Move Transformer Icon-O-Matic-MoveTransformersCmd Átalakító áthelyezése
|
Move Transformer Icon-O-Matic-MoveTransformersCmd Átalakító áthelyezése
|
||||||
@@ -99,7 +101,6 @@ Pick a color Icon-O-Matic-ColorPicker Szín kiválasztása
|
|||||||
Quit Icon-O-Matic-Menu-File Kilépés
|
Quit Icon-O-Matic-Menu-File Kilépés
|
||||||
Export Icon-O-Matic-Menu-File Exportálás
|
Export Icon-O-Matic-Menu-File Exportálás
|
||||||
No Icon-O-Matic-StyledTextImport Nem
|
No Icon-O-Matic-StyledTextImport Nem
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Mentsük a jelenlegi ikon változtatásait?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Forgatás jobbra
|
Rotate indices forwards Icon-O-Matic-PathsList Forgatás jobbra
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Útvonal hozzárendelésének törlése
|
Unassign Path Icon-O-Matic-UnassignPathCmd Útvonal hozzárendelésének törlése
|
||||||
load error Icon-O-Matic-SVGImport betöltési hiba
|
load error Icon-O-Matic-SVGImport betöltési hiba
|
||||||
@@ -147,7 +148,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Átalakítók hozzáadása
|
|||||||
Diamond Icon-O-Matic-StyleTypes Rombusz
|
Diamond Icon-O-Matic-StyleTypes Rombusz
|
||||||
Path Icon-O-Matic-PropertyNames Útvonal
|
Path Icon-O-Matic-PropertyNames Útvonal
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Nem sikerült SVG dokumentumként megnyitni ezt: '%s'.\n\nHiba: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Nem sikerült SVG dokumentumként megnyitni ezt: '%s'.\n\nHiba: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Elvetés
|
|
||||||
Swatches Icon-O-Matic-Menus Paletta
|
Swatches Icon-O-Matic-Menus Paletta
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <nem elérhető>
|
<unavailable> Icon-O-Matic-StyleTypes <nem elérhető>
|
||||||
Rotation Icon-O-Matic-PropertyNames Elforgatás
|
Rotation Icon-O-Matic-PropertyNames Elforgatás
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 japanese x-vnd.haiku-icon_o_matic 1581984396
|
1 japanese x-vnd.haiku-icon_o_matic 3436142351
|
||||||
Select All Icon-O-Matic-PathManipulator すべて選択
|
Select All Icon-O-Matic-PathManipulator すべて選択
|
||||||
Add Style Icon-O-Matic-AddStylesCmd スタイルを追加
|
Add Style Icon-O-Matic-AddStylesCmd スタイルを追加
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color カラー (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color カラー (#%02x%02x%02x)
|
||||||
@@ -43,6 +43,7 @@ Untitled Icon-O-Matic-Main 無題
|
|||||||
Multi Set Multi Set (property name) 複数セット
|
Multi Set Multi Set (property name) 複数セット
|
||||||
any of the other lists to Empty property list - 2nd line 他のリストの中の
|
any of the other lists to Empty property list - 2nd line 他のリストの中の
|
||||||
Save as… Icon-O-Matic-Menu-File 名前を付けて保存…
|
Save as… Icon-O-Matic-Menu-File 名前を付けて保存…
|
||||||
|
Don't save Icon-O-Matic-Menu-Settings 保存しない
|
||||||
Change Color Icon-O-Matic-SetColorCmd カラーを変更
|
Change Color Icon-O-Matic-SetColorCmd カラーを変更
|
||||||
Style Icon-O-Matic-Menus スタイル
|
Style Icon-O-Matic-Menus スタイル
|
||||||
<modify path> Icon-O-Matic-PathCmd <パスを修正>
|
<modify path> Icon-O-Matic-PathCmd <パスを修正>
|
||||||
@@ -72,6 +73,7 @@ Undo Icon-O-Matic-Main 元に戻す
|
|||||||
Click on a shape above Empty transformers list - 1st line 上のシェイプをクリックして
|
Click on a shape above Empty transformers list - 1st line 上のシェイプをクリックして
|
||||||
Add Shape Icon-O-Matic-AddShapesCmd シェイプを追加
|
Add Shape Icon-O-Matic-AddShapesCmd シェイプを追加
|
||||||
Contour Transformation コンター
|
Contour Transformation コンター
|
||||||
|
Save changes to current icon before closing? Icon-O-Matic-Menu-Settings 閉じる前に作業中のアイコンへの変更を保存しますか?
|
||||||
<nothing to redo> Icon-O-Matic-Menu-Edit <やり直しできるものはありません>
|
<nothing to redo> Icon-O-Matic-Menu-Edit <やり直しできるものはありません>
|
||||||
Perspective Transformation パースペクティブ
|
Perspective Transformation パースペクティブ
|
||||||
Move Transformer Icon-O-Matic-MoveTransformersCmd Transformerを移動
|
Move Transformer Icon-O-Matic-MoveTransformersCmd Transformerを移動
|
||||||
@@ -99,7 +101,6 @@ Pick a color Icon-O-Matic-ColorPicker カラーを選択
|
|||||||
Quit Icon-O-Matic-Menu-File 終了
|
Quit Icon-O-Matic-Menu-File 終了
|
||||||
Export Icon-O-Matic-Menu-File エクスポート
|
Export Icon-O-Matic-Menu-File エクスポート
|
||||||
No Icon-O-Matic-StyledTextImport いいえ
|
No Icon-O-Matic-StyledTextImport いいえ
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings 現在のアイコンの変更を保存しますか?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList インデックスを順に辿る
|
Rotate indices forwards Icon-O-Matic-PathsList インデックスを順に辿る
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd パスの割り当て解除
|
Unassign Path Icon-O-Matic-UnassignPathCmd パスの割り当て解除
|
||||||
load error Icon-O-Matic-SVGImport 読み込みエラー
|
load error Icon-O-Matic-SVGImport 読み込みエラー
|
||||||
@@ -146,7 +147,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Transformerを追加
|
|||||||
Diamond Icon-O-Matic-StyleTypes ダイヤモンド
|
Diamond Icon-O-Matic-StyleTypes ダイヤモンド
|
||||||
Path Icon-O-Matic-PropertyNames パス
|
Path Icon-O-Matic-PropertyNames パス
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport ファイル'%s'をSVGドキュメントとして開けませんでした.\n\nエラー: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport ファイル'%s'をSVGドキュメントとして開けませんでした.\n\nエラー: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings 破棄
|
|
||||||
Swatches Icon-O-Matic-Menus 見本
|
Swatches Icon-O-Matic-Menus 見本
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <利用できません>
|
<unavailable> Icon-O-Matic-StyleTypes <利用できません>
|
||||||
Rotation Icon-O-Matic-PropertyNames 回転
|
Rotation Icon-O-Matic-PropertyNames 回転
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 lithuanian x-vnd.haiku-icon_o_matic 830768065
|
1 lithuanian x-vnd.haiku-icon_o_matic 1820832755
|
||||||
Select All Icon-O-Matic-PathManipulator Pažymėti viską
|
Select All Icon-O-Matic-PathManipulator Pažymėti viską
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Pridėti stilių
|
Add Style Icon-O-Matic-AddStylesCmd Pridėti stilių
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Spalva (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Spalva (#%02x%02x%02x)
|
||||||
@@ -98,7 +98,6 @@ Pick a color Icon-O-Matic-ColorPicker Parinkite spalvą
|
|||||||
Quit Icon-O-Matic-Menu-File Baigti darbą
|
Quit Icon-O-Matic-Menu-File Baigti darbą
|
||||||
Export Icon-O-Matic-Menu-File Eksportuoti
|
Export Icon-O-Matic-Menu-File Eksportuoti
|
||||||
No Icon-O-Matic-StyledTextImport Ne
|
No Icon-O-Matic-StyledTextImport Ne
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Ar norite įrašyti šios piktogramos pakeitimus?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Perkelti galus pirmyn
|
Rotate indices forwards Icon-O-Matic-PathsList Perkelti galus pirmyn
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Pašalinti kreivės priskyrimą
|
Unassign Path Icon-O-Matic-UnassignPathCmd Pašalinti kreivės priskyrimą
|
||||||
load error Icon-O-Matic-SVGImport įkėlimo klaida
|
load error Icon-O-Matic-SVGImport įkėlimo klaida
|
||||||
@@ -145,7 +144,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Pridėti transformatorius
|
|||||||
Diamond Icon-O-Matic-StyleTypes Rombinis
|
Diamond Icon-O-Matic-StyleTypes Rombinis
|
||||||
Path Icon-O-Matic-PropertyNames Kreivė
|
Path Icon-O-Matic-PropertyNames Kreivė
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Nepavyko atverti failo „%s“ kaip SVG dokumento.\n\nKlaida: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Nepavyko atverti failo „%s“ kaip SVG dokumento.\n\nKlaida: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Neįrašyti
|
|
||||||
Swatches Icon-O-Matic-Menus Paletė
|
Swatches Icon-O-Matic-Menus Paletė
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <nepasiekiamas>
|
<unavailable> Icon-O-Matic-StyleTypes <nepasiekiamas>
|
||||||
Rotation Icon-O-Matic-PropertyNames Pasukimas
|
Rotation Icon-O-Matic-PropertyNames Pasukimas
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 dutch; flemish x-vnd.haiku-icon_o_matic 2079362081
|
1 dutch; flemish x-vnd.haiku-icon_o_matic 3069426771
|
||||||
Select All Icon-O-Matic-PathManipulator Alles selecteren
|
Select All Icon-O-Matic-PathManipulator Alles selecteren
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Stijl toevoegen
|
Add Style Icon-O-Matic-AddStylesCmd Stijl toevoegen
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Kleur (#02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Kleur (#02x%02x%02x)
|
||||||
@@ -99,7 +99,6 @@ Pick a color Icon-O-Matic-ColorPicker Kleur kiezen
|
|||||||
Quit Icon-O-Matic-Menu-File Afsluiten
|
Quit Icon-O-Matic-Menu-File Afsluiten
|
||||||
Export Icon-O-Matic-Menu-File Exporteren
|
Export Icon-O-Matic-Menu-File Exporteren
|
||||||
No Icon-O-Matic-StyledTextImport Nee
|
No Icon-O-Matic-StyledTextImport Nee
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Wijzigingen voor het huidige icoon opslaan?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Indices voorwaarts roteren
|
Rotate indices forwards Icon-O-Matic-PathsList Indices voorwaarts roteren
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Pad ontzeggen
|
Unassign Path Icon-O-Matic-UnassignPathCmd Pad ontzeggen
|
||||||
load error Icon-O-Matic-SVGImport laadfout
|
load error Icon-O-Matic-SVGImport laadfout
|
||||||
@@ -147,7 +146,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Omzetters toevoegen
|
|||||||
Diamond Icon-O-Matic-StyleTypes Diamantvormig
|
Diamond Icon-O-Matic-StyleTypes Diamantvormig
|
||||||
Path Icon-O-Matic-PropertyNames Pad
|
Path Icon-O-Matic-PropertyNames Pad
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Kon het bestand '%s' niet als SVG-document openen.\n\nFout: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Kon het bestand '%s' niet als SVG-document openen.\n\nFout: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Verwerpen
|
|
||||||
Swatches Icon-O-Matic-Menus Paletten
|
Swatches Icon-O-Matic-Menus Paletten
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <onbeschikbaar>
|
<unavailable> Icon-O-Matic-StyleTypes <onbeschikbaar>
|
||||||
Rotation Icon-O-Matic-PropertyNames Rotatie
|
Rotation Icon-O-Matic-PropertyNames Rotatie
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 polish x-vnd.haiku-icon_o_matic 2079362081
|
1 polish x-vnd.haiku-icon_o_matic 3069426771
|
||||||
Select All Icon-O-Matic-PathManipulator Zaznacz wszystko
|
Select All Icon-O-Matic-PathManipulator Zaznacz wszystko
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Dodanie stylu
|
Add Style Icon-O-Matic-AddStylesCmd Dodanie stylu
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Kolor (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Kolor (#%02x%02x%02x)
|
||||||
@@ -99,7 +99,6 @@ Pick a color Icon-O-Matic-ColorPicker Wybierz kolor
|
|||||||
Quit Icon-O-Matic-Menu-File Wyjdź
|
Quit Icon-O-Matic-Menu-File Wyjdź
|
||||||
Export Icon-O-Matic-Menu-File Eksportuj
|
Export Icon-O-Matic-Menu-File Eksportuj
|
||||||
No Icon-O-Matic-StyledTextImport Nie
|
No Icon-O-Matic-StyledTextImport Nie
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Zapisać zmiany do obecnej ikony?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Obróć indeksy do przodu
|
Rotate indices forwards Icon-O-Matic-PathsList Obróć indeksy do przodu
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Usunięcie przypisania ścieżki
|
Unassign Path Icon-O-Matic-UnassignPathCmd Usunięcie przypisania ścieżki
|
||||||
load error Icon-O-Matic-SVGImport błąd ładowania
|
load error Icon-O-Matic-SVGImport błąd ładowania
|
||||||
@@ -147,7 +146,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Dodanie transformatorów
|
|||||||
Diamond Icon-O-Matic-StyleTypes Diament
|
Diamond Icon-O-Matic-StyleTypes Diament
|
||||||
Path Icon-O-Matic-PropertyNames Ścieżka
|
Path Icon-O-Matic-PropertyNames Ścieżka
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Nie udało się otworzyć pliku '%s' jako dokument SVG.\n\nBłąd: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Nie udało się otworzyć pliku '%s' jako dokument SVG.\n\nBłąd: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Odrzuć
|
|
||||||
Swatches Icon-O-Matic-Menus Próbki
|
Swatches Icon-O-Matic-Menus Próbki
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <niedostępny>
|
<unavailable> Icon-O-Matic-StyleTypes <niedostępny>
|
||||||
Rotation Icon-O-Matic-PropertyNames Obrót
|
Rotation Icon-O-Matic-PropertyNames Obrót
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 portuguese (brazil) x-vnd.haiku-icon_o_matic 2079362081
|
1 portuguese (brazil) x-vnd.haiku-icon_o_matic 3933520036
|
||||||
Select All Icon-O-Matic-PathManipulator Selecionar Tudo
|
Select All Icon-O-Matic-PathManipulator Selecionar Tudo
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Adicionar Estilo
|
Add Style Icon-O-Matic-AddStylesCmd Adicionar Estilo
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Cor (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Cor (#%02x%02x%02x)
|
||||||
@@ -43,6 +43,7 @@ Untitled Icon-O-Matic-Main Sem título
|
|||||||
Multi Set Multi Set (property name) Conjunto Múltiplo
|
Multi Set Multi Set (property name) Conjunto Múltiplo
|
||||||
any of the other lists to Empty property list - 2nd line qualquer das outras listas para
|
any of the other lists to Empty property list - 2nd line qualquer das outras listas para
|
||||||
Save as… Icon-O-Matic-Menu-File Salvar como…
|
Save as… Icon-O-Matic-Menu-File Salvar como…
|
||||||
|
Don't save Icon-O-Matic-Menu-Settings Não salvar
|
||||||
Change Color Icon-O-Matic-SetColorCmd Alterar Cor
|
Change Color Icon-O-Matic-SetColorCmd Alterar Cor
|
||||||
Style Icon-O-Matic-Menus Estilo
|
Style Icon-O-Matic-Menus Estilo
|
||||||
<modify path> Icon-O-Matic-PathCmd <caminho de modificação>
|
<modify path> Icon-O-Matic-PathCmd <caminho de modificação>
|
||||||
@@ -72,6 +73,7 @@ Undo Icon-O-Matic-Main Desfazer
|
|||||||
Click on a shape above Empty transformers list - 1st line Clique em uma forma acima
|
Click on a shape above Empty transformers list - 1st line Clique em uma forma acima
|
||||||
Add Shape Icon-O-Matic-AddShapesCmd Adicionar Forma
|
Add Shape Icon-O-Matic-AddShapesCmd Adicionar Forma
|
||||||
Contour Transformation Contorno
|
Contour Transformation Contorno
|
||||||
|
Save changes to current icon before closing? Icon-O-Matic-Menu-Settings Salvar as alterações para o ícone atual antes de fechar?
|
||||||
<nothing to redo> Icon-O-Matic-Menu-Edit <nada para refazer>
|
<nothing to redo> Icon-O-Matic-Menu-Edit <nada para refazer>
|
||||||
Perspective Transformation Perspectiva
|
Perspective Transformation Perspectiva
|
||||||
Move Transformer Icon-O-Matic-MoveTransformersCmd Mover Transformador
|
Move Transformer Icon-O-Matic-MoveTransformersCmd Mover Transformador
|
||||||
@@ -99,7 +101,6 @@ Pick a color Icon-O-Matic-ColorPicker Selecionar uma cor
|
|||||||
Quit Icon-O-Matic-Menu-File Sair
|
Quit Icon-O-Matic-Menu-File Sair
|
||||||
Export Icon-O-Matic-Menu-File Exportar
|
Export Icon-O-Matic-Menu-File Exportar
|
||||||
No Icon-O-Matic-StyledTextImport Não
|
No Icon-O-Matic-StyledTextImport Não
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Salvar alterações no ícone atual?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Girar índices para a frente
|
Rotate indices forwards Icon-O-Matic-PathsList Girar índices para a frente
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Desatribuir Caminho
|
Unassign Path Icon-O-Matic-UnassignPathCmd Desatribuir Caminho
|
||||||
load error Icon-O-Matic-SVGImport erro ao carregar
|
load error Icon-O-Matic-SVGImport erro ao carregar
|
||||||
@@ -147,7 +148,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Adicionar Transformadores
|
|||||||
Diamond Icon-O-Matic-StyleTypes Diamante
|
Diamond Icon-O-Matic-StyleTypes Diamante
|
||||||
Path Icon-O-Matic-PropertyNames Caminho
|
Path Icon-O-Matic-PropertyNames Caminho
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Falha ao abrir o arquivo '%s' como um documento SVG.\n\nErro: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Falha ao abrir o arquivo '%s' como um documento SVG.\n\nErro: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Descartar
|
|
||||||
Swatches Icon-O-Matic-Menus Amostras
|
Swatches Icon-O-Matic-Menus Amostras
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <indisponível>
|
<unavailable> Icon-O-Matic-StyleTypes <indisponível>
|
||||||
Rotation Icon-O-Matic-PropertyNames Rotação
|
Rotation Icon-O-Matic-PropertyNames Rotação
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 romanian x-vnd.haiku-icon_o_matic 1182041310
|
1 romanian x-vnd.haiku-icon_o_matic 2172106000
|
||||||
Select All Icon-O-Matic-PathManipulator Selectează tot
|
Select All Icon-O-Matic-PathManipulator Selectează tot
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Adaugă stil
|
Add Style Icon-O-Matic-AddStylesCmd Adaugă stil
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Culoare (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Culoare (#%02x%02x%02x)
|
||||||
@@ -98,7 +98,6 @@ Pick a color Icon-O-Matic-ColorPicker Alegeți o culoare
|
|||||||
Quit Icon-O-Matic-Menu-File Părăsește
|
Quit Icon-O-Matic-Menu-File Părăsește
|
||||||
Export Icon-O-Matic-Menu-File Exportă
|
Export Icon-O-Matic-Menu-File Exportă
|
||||||
No Icon-O-Matic-StyledTextImport Nu
|
No Icon-O-Matic-StyledTextImport Nu
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Se salvează modificările la pictograma curentă?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Rotește indicii înainte
|
Rotate indices forwards Icon-O-Matic-PathsList Rotește indicii înainte
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Înlătură atribuire cale
|
Unassign Path Icon-O-Matic-UnassignPathCmd Înlătură atribuire cale
|
||||||
load error Icon-O-Matic-SVGImport eroare de încărcare
|
load error Icon-O-Matic-SVGImport eroare de încărcare
|
||||||
@@ -145,7 +144,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Adaugă transformatori
|
|||||||
Diamond Icon-O-Matic-StyleTypes Diamant
|
Diamond Icon-O-Matic-StyleTypes Diamant
|
||||||
Path Icon-O-Matic-PropertyNames Cale
|
Path Icon-O-Matic-PropertyNames Cale
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport A eșuat deschiderea fișierului „%s” ca document SVG.\n\nEroare: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport A eșuat deschiderea fișierului „%s” ca document SVG.\n\nEroare: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Ignoră
|
|
||||||
Swatches Icon-O-Matic-Menus Eșantioane
|
Swatches Icon-O-Matic-Menus Eșantioane
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <indisponibil>
|
<unavailable> Icon-O-Matic-StyleTypes <indisponibil>
|
||||||
Rotation Icon-O-Matic-PropertyNames Rotație
|
Rotation Icon-O-Matic-PropertyNames Rotație
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 russian x-vnd.haiku-icon_o_matic 2079362081
|
1 russian x-vnd.haiku-icon_o_matic 3069426771
|
||||||
Select All Icon-O-Matic-PathManipulator Выделить всё
|
Select All Icon-O-Matic-PathManipulator Выделить всё
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Добавить стиль
|
Add Style Icon-O-Matic-AddStylesCmd Добавить стиль
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Цвет (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Цвет (#%02x%02x%02x)
|
||||||
@@ -99,7 +99,6 @@ Pick a color Icon-O-Matic-ColorPicker Выберите цвет
|
|||||||
Quit Icon-O-Matic-Menu-File Выход
|
Quit Icon-O-Matic-Menu-File Выход
|
||||||
Export Icon-O-Matic-Menu-File Экспортировать
|
Export Icon-O-Matic-Menu-File Экспортировать
|
||||||
No Icon-O-Matic-StyledTextImport Нет
|
No Icon-O-Matic-StyledTextImport Нет
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Сохранить изменения в текущем значке?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Переместить начало контура вперед
|
Rotate indices forwards Icon-O-Matic-PathsList Переместить начало контура вперед
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Непринятый контур
|
Unassign Path Icon-O-Matic-UnassignPathCmd Непринятый контур
|
||||||
load error Icon-O-Matic-SVGImport ошибка загрузки
|
load error Icon-O-Matic-SVGImport ошибка загрузки
|
||||||
@@ -147,7 +146,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Добавить трансф
|
|||||||
Diamond Icon-O-Matic-StyleTypes Ромбовидный
|
Diamond Icon-O-Matic-StyleTypes Ромбовидный
|
||||||
Path Icon-O-Matic-PropertyNames Контур
|
Path Icon-O-Matic-PropertyNames Контур
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Не удалось открыть файл '%s' как SVG документ.\n\nError: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Не удалось открыть файл '%s' как SVG документ.\n\nError: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Не сохранять
|
|
||||||
Swatches Icon-O-Matic-Menus Палитра
|
Swatches Icon-O-Matic-Menus Палитра
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <недоступно>
|
<unavailable> Icon-O-Matic-StyleTypes <недоступно>
|
||||||
Rotation Icon-O-Matic-PropertyNames Поворот
|
Rotation Icon-O-Matic-PropertyNames Поворот
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 slovak x-vnd.haiku-icon_o_matic 2079362081
|
1 slovak x-vnd.haiku-icon_o_matic 3069426771
|
||||||
Select All Icon-O-Matic-PathManipulator Vybrať všetky
|
Select All Icon-O-Matic-PathManipulator Vybrať všetky
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Pridať štýl
|
Add Style Icon-O-Matic-AddStylesCmd Pridať štýl
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Farba (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Farba (#%02x%02x%02x)
|
||||||
@@ -99,7 +99,6 @@ Pick a color Icon-O-Matic-ColorPicker Vybrať farbu
|
|||||||
Quit Icon-O-Matic-Menu-File Ukončiť
|
Quit Icon-O-Matic-Menu-File Ukončiť
|
||||||
Export Icon-O-Matic-Menu-File Exportovať
|
Export Icon-O-Matic-Menu-File Exportovať
|
||||||
No Icon-O-Matic-StyledTextImport Nie
|
No Icon-O-Matic-StyledTextImport Nie
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Uložiť zmeny aktuálnej ikony?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Otočiť indexy vpred
|
Rotate indices forwards Icon-O-Matic-PathsList Otočiť indexy vpred
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Zrušiť priradenie cesty
|
Unassign Path Icon-O-Matic-UnassignPathCmd Zrušiť priradenie cesty
|
||||||
load error Icon-O-Matic-SVGImport chyba načítania
|
load error Icon-O-Matic-SVGImport chyba načítania
|
||||||
@@ -147,7 +146,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Pridať transformátory
|
|||||||
Diamond Icon-O-Matic-StyleTypes Diamant
|
Diamond Icon-O-Matic-StyleTypes Diamant
|
||||||
Path Icon-O-Matic-PropertyNames Cesta
|
Path Icon-O-Matic-PropertyNames Cesta
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Nepodarilo sa otvoriť súbor „%s“ ako dokument SVG.\n\nChyba: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Nepodarilo sa otvoriť súbor „%s“ ako dokument SVG.\n\nChyba: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Zahodiť
|
|
||||||
Swatches Icon-O-Matic-Menus Paleta
|
Swatches Icon-O-Matic-Menus Paleta
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <nedostupné>
|
<unavailable> Icon-O-Matic-StyleTypes <nedostupné>
|
||||||
Rotation Icon-O-Matic-PropertyNames Otočenie
|
Rotation Icon-O-Matic-PropertyNames Otočenie
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 swedish x-vnd.haiku-icon_o_matic 2079362081
|
1 swedish x-vnd.haiku-icon_o_matic 3069426771
|
||||||
Select All Icon-O-Matic-PathManipulator Markera allt
|
Select All Icon-O-Matic-PathManipulator Markera allt
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Lägg till stil
|
Add Style Icon-O-Matic-AddStylesCmd Lägg till stil
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Färg (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Färg (#%02x%02x%02x)
|
||||||
@@ -99,7 +99,6 @@ Pick a color Icon-O-Matic-ColorPicker Välj en färg
|
|||||||
Quit Icon-O-Matic-Menu-File Avsluta
|
Quit Icon-O-Matic-Menu-File Avsluta
|
||||||
Export Icon-O-Matic-Menu-File Exportera
|
Export Icon-O-Matic-Menu-File Exportera
|
||||||
No Icon-O-Matic-StyledTextImport Nej
|
No Icon-O-Matic-StyledTextImport Nej
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Spara ändringarna för aktuell ikon?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList Rotera indexpunkter medurs
|
Rotate indices forwards Icon-O-Matic-PathsList Rotera indexpunkter medurs
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Avtilldela bana
|
Unassign Path Icon-O-Matic-UnassignPathCmd Avtilldela bana
|
||||||
load error Icon-O-Matic-SVGImport laddningsfel
|
load error Icon-O-Matic-SVGImport laddningsfel
|
||||||
@@ -147,7 +146,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Lägg till omvandlare
|
|||||||
Diamond Icon-O-Matic-StyleTypes Diamant
|
Diamond Icon-O-Matic-StyleTypes Diamant
|
||||||
Path Icon-O-Matic-PropertyNames Bana
|
Path Icon-O-Matic-PropertyNames Bana
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Misslyckades att öppna filen '%s' som ett SVG dokument.\n\n Fel: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Misslyckades att öppna filen '%s' som ett SVG dokument.\n\n Fel: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Förkasta
|
|
||||||
Swatches Icon-O-Matic-Menus Penslar
|
Swatches Icon-O-Matic-Menus Penslar
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <ej tillgänglig>
|
<unavailable> Icon-O-Matic-StyleTypes <ej tillgänglig>
|
||||||
Rotation Icon-O-Matic-PropertyNames Rotation
|
Rotation Icon-O-Matic-PropertyNames Rotation
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 ukrainian x-vnd.haiku-icon_o_matic 2591538723
|
1 ukrainian x-vnd.haiku-icon_o_matic 3581603413
|
||||||
Select All Icon-O-Matic-PathManipulator Вибрати все
|
Select All Icon-O-Matic-PathManipulator Вибрати все
|
||||||
Add Style Icon-O-Matic-AddStylesCmd Додати cтиль
|
Add Style Icon-O-Matic-AddStylesCmd Додати cтиль
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color Колір (#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color Колір (#%02x%02x%02x)
|
||||||
@@ -98,7 +98,6 @@ Pick a color Icon-O-Matic-ColorPicker Вибрати колір
|
|||||||
Quit Icon-O-Matic-Menu-File Вийти
|
Quit Icon-O-Matic-Menu-File Вийти
|
||||||
Export Icon-O-Matic-Menu-File Експорт
|
Export Icon-O-Matic-Menu-File Експорт
|
||||||
No Icon-O-Matic-StyledTextImport Ні
|
No Icon-O-Matic-StyledTextImport Ні
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings Зберегти зміни для біжучої іконки?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList обертати за годинниковою стрілкою
|
Rotate indices forwards Icon-O-Matic-PathsList обертати за годинниковою стрілкою
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd Відв'язати шлях
|
Unassign Path Icon-O-Matic-UnassignPathCmd Відв'язати шлях
|
||||||
load error Icon-O-Matic-SVGImport помилка загрузки
|
load error Icon-O-Matic-SVGImport помилка загрузки
|
||||||
@@ -145,7 +144,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd Додати перетвор
|
|||||||
Diamond Icon-O-Matic-StyleTypes Ромб
|
Diamond Icon-O-Matic-StyleTypes Ромб
|
||||||
Path Icon-O-Matic-PropertyNames Шлях
|
Path Icon-O-Matic-PropertyNames Шлях
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Не вдалося відкрити файл '%s' Як документ SVG.\n\nПомилка: %s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport Не вдалося відкрити файл '%s' Як документ SVG.\n\nПомилка: %s
|
||||||
Discard Icon-O-Matic-Menu-Settings Витягнути
|
|
||||||
Swatches Icon-O-Matic-Menus Узори
|
Swatches Icon-O-Matic-Menus Узори
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <недоступний>
|
<unavailable> Icon-O-Matic-StyleTypes <недоступний>
|
||||||
Rotation Icon-O-Matic-PropertyNames Обертання
|
Rotation Icon-O-Matic-PropertyNames Обертання
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 english x-vnd.haiku-icon_o_matic 2079362081
|
1 english x-vnd.haiku-icon_o_matic 3933520036
|
||||||
Select All Icon-O-Matic-PathManipulator 全选
|
Select All Icon-O-Matic-PathManipulator 全选
|
||||||
Add Style Icon-O-Matic-AddStylesCmd 添加样式
|
Add Style Icon-O-Matic-AddStylesCmd 添加样式
|
||||||
Color (#%02x%02x%02x) Style name after dropping a color 颜色(#%02x%02x%02x)
|
Color (#%02x%02x%02x) Style name after dropping a color 颜色(#%02x%02x%02x)
|
||||||
@@ -43,6 +43,7 @@ Untitled Icon-O-Matic-Main 未命名
|
|||||||
Multi Set Multi Set (property name) 批量设置
|
Multi Set Multi Set (property name) 批量设置
|
||||||
any of the other lists to Empty property list - 2nd line 任何其他列表为
|
any of the other lists to Empty property list - 2nd line 任何其他列表为
|
||||||
Save as… Icon-O-Matic-Menu-File 保存为...
|
Save as… Icon-O-Matic-Menu-File 保存为...
|
||||||
|
Don't save Icon-O-Matic-Menu-Settings 不保存
|
||||||
Change Color Icon-O-Matic-SetColorCmd 修改颜色
|
Change Color Icon-O-Matic-SetColorCmd 修改颜色
|
||||||
Style Icon-O-Matic-Menus 样式
|
Style Icon-O-Matic-Menus 样式
|
||||||
<modify path> Icon-O-Matic-PathCmd <修改路径>
|
<modify path> Icon-O-Matic-PathCmd <修改路径>
|
||||||
@@ -72,6 +73,7 @@ Undo Icon-O-Matic-Main 撤销
|
|||||||
Click on a shape above Empty transformers list - 1st line 点击上述模型
|
Click on a shape above Empty transformers list - 1st line 点击上述模型
|
||||||
Add Shape Icon-O-Matic-AddShapesCmd 添加模型
|
Add Shape Icon-O-Matic-AddShapesCmd 添加模型
|
||||||
Contour Transformation 轮廓
|
Contour Transformation 轮廓
|
||||||
|
Save changes to current icon before closing? Icon-O-Matic-Menu-Settings 关闭前是否保存当前图标修改?
|
||||||
<nothing to redo> Icon-O-Matic-Menu-Edit <无恢复内容>
|
<nothing to redo> Icon-O-Matic-Menu-Edit <无恢复内容>
|
||||||
Perspective Transformation 透视
|
Perspective Transformation 透视
|
||||||
Move Transformer Icon-O-Matic-MoveTransformersCmd 移动转换
|
Move Transformer Icon-O-Matic-MoveTransformersCmd 移动转换
|
||||||
@@ -99,7 +101,6 @@ Pick a color Icon-O-Matic-ColorPicker 选择颜色
|
|||||||
Quit Icon-O-Matic-Menu-File 退出
|
Quit Icon-O-Matic-Menu-File 退出
|
||||||
Export Icon-O-Matic-Menu-File 导出
|
Export Icon-O-Matic-Menu-File 导出
|
||||||
No Icon-O-Matic-StyledTextImport 否
|
No Icon-O-Matic-StyledTextImport 否
|
||||||
Save changes to current icon? Icon-O-Matic-Menu-Settings 保存修改到当前图标?
|
|
||||||
Rotate indices forwards Icon-O-Matic-PathsList 顺时针旋转
|
Rotate indices forwards Icon-O-Matic-PathsList 顺时针旋转
|
||||||
Unassign Path Icon-O-Matic-UnassignPathCmd 取消路径
|
Unassign Path Icon-O-Matic-UnassignPathCmd 取消路径
|
||||||
load error Icon-O-Matic-SVGImport 加载错误
|
load error Icon-O-Matic-SVGImport 加载错误
|
||||||
@@ -147,7 +148,6 @@ Add Transformers Icon-O-Matic-AddTransformersCmd 添加转换器
|
|||||||
Diamond Icon-O-Matic-StyleTypes 菱形
|
Diamond Icon-O-Matic-StyleTypes 菱形
|
||||||
Path Icon-O-Matic-PropertyNames 路径
|
Path Icon-O-Matic-PropertyNames 路径
|
||||||
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport 无法以 SVG 格式打开 '%s' 。\n\n错误:%s
|
Failed to open the file '%s' as an SVG document.\n\nError: %s Icon-O-Matic-SVGImport 无法以 SVG 格式打开 '%s' 。\n\n错误:%s
|
||||||
Discard Icon-O-Matic-Menu-Settings 放弃
|
|
||||||
Swatches Icon-O-Matic-Menus 调色板
|
Swatches Icon-O-Matic-Menus 调色板
|
||||||
<unavailable> Icon-O-Matic-StyleTypes <不可用>
|
<unavailable> Icon-O-Matic-StyleTypes <不可用>
|
||||||
Rotation Icon-O-Matic-PropertyNames 旋转
|
Rotation Icon-O-Matic-PropertyNames 旋转
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ Info:\n hide/show info - hides/shows all these new features\n note: when sho
|
|||||||
freeze - freezes/unfreezes magnification of whatever the\n cursor is currently over\n Magnify-Help freeze - блакуе/разблакуе павялiчванне\n дзе бы нi знахадзiўся курсор\n
|
freeze - freezes/unfreezes magnification of whatever the\n cursor is currently over\n Magnify-Help freeze - блакуе/разблакуе павялiчванне\n дзе бы нi знахадзiўся курсор\n
|
||||||
Hide/Show grid Magnify-Main Схаваць/Паказаць сетку
|
Hide/Show grid Magnify-Main Схаваць/Паказаць сетку
|
||||||
magnify: size must be a multiple of 4\n Console magnify: памер павінен быць кратны 4\n
|
magnify: size must be a multiple of 4\n Console magnify: памер павінен быць кратны 4\n
|
||||||
General:\n 32 x 32 - the top left numbers are the number of visible\n pixels (width x height)\n 8 pixels/pixel - represents the number of pixels that are\n used to magnify a pixel\n R:152 G:52 B:10 - the RGB values for the pixel under\n the red square\n Magnify-Help Агульныя:\n 32 x 32 - верхнія левыя лічбы - колькасць бачных\n пікселяў (шырыня x вышыня)\n 8 пікселяў на піксель - паказвае, колькі пікселяў\n выкарыстана, каб павялічыць адзін піксель\n R:152 G:52 B:10 - RGB значэнні пікселя пад чырвоным квадратам\n
|
General:\n 32 x 32 - the top left numbers are the number of visible\n pixels (width x height)\n 8 pixels/pixel - represents the number of pixels that are\n used to magnify a pixel\n R:152 G:52 B:10 - the RGB values for the pixel under\n the red square\n Magnify-Help Агульныя:\n 32 x 32 - верхнія левыя лічбы - колькасць бачных\n пікселяў (шырыня x вышыня)\n 8 пікселяў на піксель - паказвае, колькі пікселяў\n выкарыстана, каб павялічыць адзін піксель\n R:152 G:52 B:10 - RGB значэнні пікселя пад чырвоным квадратам\n
|
||||||
Help Magnify-Main Дапамога
|
Help Magnify-Main Дапамога
|
||||||
Sizing/Resizing:\n make square - sets the width and the height to the larger\n of the two making a square image\n increase/decrease window size - grows or shrinks the window\n size by 4 pixels.\n note: this window can also be resized to any size via the\n resizing region of the window\n increase/decrease pixel size - increases or decreases the number\n of pixels used to magnify a 'real' pixel. Range is 1 to 16.\n Magnify-Help Пазначэнне/Змяненне памеру:\n зрабіць квадратным - прызначае шырыню і вышыню па большаму з бакоў\n і стварае квадратную выяву\n павялічыць/паменшыць памер вакна - расцягвае або сціскае памер\n вакна на 4 пікселя.\n нататка: гэтае вакно таксама можна расцягнуць да любога памеру\n з дапамогай спецыяльнай вобласці ў вакне\n павялічыць/паменшыць памер пікселяў - павялічвае ці паменшвае\n колькасць пікселяў на 'рэальны' піксель. Інтэрвал - з 1 да 16.\n
|
Sizing/Resizing:\n make square - sets the width and the height to the larger\n of the two making a square image\n increase/decrease window size - grows or shrinks the window\n size by 4 pixels.\n note: this window can also be resized to any size via the\n resizing region of the window\n increase/decrease pixel size - increases or decreases the number\n of pixels used to magnify a 'real' pixel. Range is 1 to 16.\n Magnify-Help Пазначэнне/Змяненне памеру:\n зрабіць квадратным - прызначае шырыню і вышыню па большаму з бакоў\n і стварае квадратную выяву\n павялічыць/паменшыць памер вакна - расцягвае або сціскае памер\n вакна на 4 пікселя.\n нататка: гэтае вакно таксама можна расцягнуць да любога памеру\n з дапамогай спецыяльнай вобласці ў вакне\n павялічыць/паменшыць памер пікселяў - павялічвае ці паменшвае\n колькасць пікселяў на 'рэальны' піксель. Інтэрвал - з 1 да 16.\n
|
||||||
Decrease pixel size Magnify-Main Паменшыць памер пікселяў
|
Decrease pixel size Magnify-Main Паменшыць памер пікселяў
|
||||||
@@ -20,7 +20,7 @@ Remove a crosshair Magnify-Main Выдаліць перакрыжаванне
|
|||||||
Freeze/Unfreeze image Magnify-Main Замарозіць/Размарозіць выяву
|
Freeze/Unfreeze image Magnify-Main Замарозіць/Размарозіць выяву
|
||||||
Copy/Save:\n copy - copies the current image to the clipboard\n save - prompts the user for a file to save to and writes out\n the bits of the image\n Magnify-Help Капіяванне/Захаванне:\n капіяваць - капіруе цякучую выяву у буфер\n захаваць - пытае у карыстача файл, у які захоўваць\n і запісвае туды выяву\n
|
Copy/Save:\n copy - copies the current image to the clipboard\n save - prompts the user for a file to save to and writes out\n the bits of the image\n Magnify-Help Капіяванне/Захаванне:\n капіяваць - капіруе цякучую выяву у буфер\n захаваць - пытае у карыстача файл, у які захоўваць\n і запісвае туды выяву\n
|
||||||
Hide/Show info Magnify-Main Схаваць/Паказаць інфармацыю
|
Hide/Show info Magnify-Main Схаваць/Паказаць інфармацыю
|
||||||
Navigation:\n arrow keys - move the current selection (rgb indicator or crosshair)\n around 1 pixel at a time\n option-arrow key - moves the mouse location 1 pixel at a time\n x marks the selection - the current selection has an 'x' in it\n Magnify-Help Навігацыя:\n стрэлкі - перамясціць цякучае выдзяленне (індыкатар RGB або перакрыжаванне)\n на 1 піксель за раз\n апцыянальныя стрэлкі - перамяшчае курсор на 1 піксель за раз\n x пазначае выдяленне - цякучае выдзяленне мае 'x'\n
|
Navigation:\n arrow keys - move the current selection (rgb indicator or crosshair)\n around 1 pixel at a time\n option-arrow key - moves the mouse location 1 pixel at a time\n x marks the selection - the current selection has an 'x' in it\n Magnify-Help Навігацыя:\n стрэлкі - перамясціць цякучае выдзяленне (індыкатар RGB або перакрыжаванне)\n на 1 піксель за раз\n апцыянальныя стрэлкі - перамяшчае курсор на 1 піксель за раз\n x пазначае выдяленне - цякучае выдзяленне мае 'x'\n
|
||||||
Save image Magnify-Main Захаваць выяву
|
Save image Magnify-Main Захаваць выяву
|
||||||
Increase window size Magnify-Main Павялічыць памер вакна
|
Increase window size Magnify-Main Павялічыць памер вакна
|
||||||
Decrease window size Magnify-Main Паменшыць памер вакна
|
Decrease window size Magnify-Main Паменшыць памер вакна
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 belarusian x-vnd.Be-MAIL 3337401776
|
1 belarusian x-vnd.Be-MAIL 233997769
|
||||||
View Mail Агляд
|
View Mail Агляд
|
||||||
%d - Date Mail %d - Дата
|
%d - Date Mail %d - Дата
|
||||||
Attach attributes: Mail Атрыбуты ўкладання:
|
Attach attributes: Mail Атрыбуты ўкладання:
|
||||||
@@ -10,6 +10,7 @@ Edit Mail Правіць
|
|||||||
Print Mail Друкаваць
|
Print Mail Друкаваць
|
||||||
<none> Mail <няма>
|
<none> Mail <няма>
|
||||||
New mail message Mail Новае паведамленне
|
New mail message Mail Новае паведамленне
|
||||||
|
Untitled Mail Без назвы
|
||||||
Automatic Mail Аўтаматычна
|
Automatic Mail Аўтаматычна
|
||||||
Automatically mark mail as read: Mail Аўтаматычна пазначаць паведамленні як прачытаныя:
|
Automatically mark mail as read: Mail Аўтаматычна пазначаць паведамленні як прачытаныя:
|
||||||
helpful message Mail карыснае паведамленне
|
helpful message Mail карыснае паведамленне
|
||||||
@@ -25,7 +26,6 @@ Beginner Mail Спрошчаны
|
|||||||
Don't save Mail Не захоўваць
|
Don't save Mail Не захоўваць
|
||||||
Expert Mail Поўны
|
Expert Mail Поўны
|
||||||
Reply account: Mail Акаунт для адказаў:
|
Reply account: Mail Акаунт для адказаў:
|
||||||
Discard Mail Адхіліць
|
|
||||||
Message Mail Паведамленне
|
Message Mail Паведамленне
|
||||||
Settings… Mail Наладкі…
|
Settings… Mail Наладкі…
|
||||||
Reply to sender Mail Адказаць адпраўніку
|
Reply to sender Mail Адказаць адпраўніку
|
||||||
@@ -82,6 +82,7 @@ Only files can be added as attachments. Mail Можна ўкладаць тол
|
|||||||
Previous message Mail Папярэдняе паведамленне
|
Previous message Mail Папярэдняе паведамленне
|
||||||
Attachments: Mail Укладанні:
|
Attachments: Mail Укладанні:
|
||||||
Title: Mail Загаловак:
|
Title: Mail Загаловак:
|
||||||
|
<no account found> Mail <рахунак ня знойдзены>
|
||||||
Find… Mail Знайсці…
|
Find… Mail Знайсці…
|
||||||
Accounts… Mail Акаунты…
|
Accounts… Mail Акаунты…
|
||||||
Mail preferences Mail Наладкі Пошты
|
Mail preferences Mail Наладкі Пошты
|
||||||
@@ -106,6 +107,7 @@ Close Mail Закрыць
|
|||||||
No matches Mail Няма супадзенняў
|
No matches Mail Няма супадзенняў
|
||||||
The mail_daemon is not running. The message is queued and will be sent when the mail_daemon is started. Mail Сервіс mail_daemon не актыўны. Паведамленне будзе пастаўлена ў чаргу і дасланае пасля таго як гэты сервіс будзе запушчаны наноў.
|
The mail_daemon is not running. The message is queued and will be sent when the mail_daemon is started. Mail Сервіс mail_daemon не актыўны. Паведамленне будзе пастаўлена ў чаргу і дасланае пасля таго як гэты сервіс будзе запушчаны наноў.
|
||||||
Really delete this signature? This cannot be undone. Mail Сапраўды жадаеце знішчыць подпіс? Гэтую аперацыю немагчыма адмяніць.
|
Really delete this signature? This cannot be undone. Mail Сапраўды жадаеце знішчыць подпіс? Гэтую аперацыю немагчыма адмяніць.
|
||||||
|
Save this message as a draft before closing? Mail Захаваць гэты ліст як чарнавік?
|
||||||
Open Mail Адкрыць
|
Open Mail Адкрыць
|
||||||
draft B_USER_DIRECTORY/mail/draft чарнавік
|
draft B_USER_DIRECTORY/mail/draft чарнавік
|
||||||
Quote Mail Цытата
|
Quote Mail Цытата
|
||||||
@@ -118,8 +120,8 @@ Remove enclosure Mail Выдаліць укладанне
|
|||||||
Account: Mail Акаунт:
|
Account: Mail Акаунт:
|
||||||
Decoding: Mail Кадаванне:
|
Decoding: Mail Кадаванне:
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail Выбачайце, але мне не ўдалося знайсці праграму якая можа працаваць с дадзенымі тыпу 'Person'.
|
Sorry, could not find an application that supports the 'Person' data type. Mail Выбачайце, але мне не ўдалося знайсці праграму якая можа працаваць с дадзенымі тыпу 'Person'.
|
||||||
Do you wish to send this message before closing? Mail Жадаеце даслаць гэтае паведамленне да таго як закрыеце яго?
|
|
||||||
Delete Mail Выдаліць
|
Delete Mail Выдаліць
|
||||||
|
Don't send Mail Не дасылаць
|
||||||
Leave as '%s' Mail Пакінуць як '%s'
|
Leave as '%s' Mail Пакінуць як '%s'
|
||||||
Copy Mail Капіяваць
|
Copy Mail Капіяваць
|
||||||
Mail couldn't find its dictionary. Mail Немагчыма знайсці слоўнік.
|
Mail couldn't find its dictionary. Mail Немагчыма знайсці слоўнік.
|
||||||
@@ -134,7 +136,7 @@ Font: Mail Шрыфт:
|
|||||||
(Address unavailable) Mail (Адрэс невядомы)
|
(Address unavailable) Mail (Адрэс невядомы)
|
||||||
Save address Mail Захаваць адрас
|
Save address Mail Захаваць адрас
|
||||||
Queries Mail Запыты
|
Queries Mail Запыты
|
||||||
Do you wish to save this message as a draft before closing? Mail Жадаеце захаваць паведамленне ў чарнавіках да таго як закрыеце яго?
|
Send this message before closing? Mail Даслаць гэты ліст зараз?
|
||||||
Save Mail Захаваць
|
Save Mail Захаваць
|
||||||
Random Mail Выпадковы
|
Random Mail Выпадковы
|
||||||
Close and Mail Закрыць ды
|
Close and Mail Закрыць ды
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 german x-vnd.Be-MAIL 2319898213
|
1 german x-vnd.Be-MAIL 233997769
|
||||||
View Mail Ansicht
|
View Mail Ansicht
|
||||||
%d - Date Mail %d - Datum
|
%d - Date Mail %d - Datum
|
||||||
Attach attributes: Mail Attribute von Anhängen:
|
Attach attributes: Mail Attribute von Anhängen:
|
||||||
@@ -26,7 +26,6 @@ Beginner Mail Anfänger
|
|||||||
Don't save Mail Verwerfen
|
Don't save Mail Verwerfen
|
||||||
Expert Mail Experte
|
Expert Mail Experte
|
||||||
Reply account: Mail Konto zum Beantworten:
|
Reply account: Mail Konto zum Beantworten:
|
||||||
Discard Mail Verwerfen
|
|
||||||
Message Mail Nachricht
|
Message Mail Nachricht
|
||||||
Settings… Mail Einstellungen…
|
Settings… Mail Einstellungen…
|
||||||
Reply to sender Mail Antwort an Absender
|
Reply to sender Mail Antwort an Absender
|
||||||
@@ -108,6 +107,7 @@ Close Mail Schließen
|
|||||||
No matches Mail Keine Treffer
|
No matches Mail Keine Treffer
|
||||||
The mail_daemon is not running. The message is queued and will be sent when the mail_daemon is started. Mail Der Nachrichtendienst (mail_daemon) läuft nicht. Die Nachricht wird versendet, sobald der Dienst wieder läuft.
|
The mail_daemon is not running. The message is queued and will be sent when the mail_daemon is started. Mail Der Nachrichtendienst (mail_daemon) läuft nicht. Die Nachricht wird versendet, sobald der Dienst wieder läuft.
|
||||||
Really delete this signature? This cannot be undone. Mail Diese Signatur tatsächlich löschen? Das kann nicht rückgängig gemacht werden.
|
Really delete this signature? This cannot be undone. Mail Diese Signatur tatsächlich löschen? Das kann nicht rückgängig gemacht werden.
|
||||||
|
Save this message as a draft before closing? Mail Nachricht vor dem Schließen als Entwurf speichern?
|
||||||
Open Mail Öffnen
|
Open Mail Öffnen
|
||||||
draft B_USER_DIRECTORY/mail/draft Entwürfe
|
draft B_USER_DIRECTORY/mail/draft Entwürfe
|
||||||
Quote Mail Zitieren
|
Quote Mail Zitieren
|
||||||
@@ -120,8 +120,8 @@ Remove enclosure Mail Anhang entfernen
|
|||||||
Account: Mail Konto:
|
Account: Mail Konto:
|
||||||
Decoding: Mail Kodierung:
|
Decoding: Mail Kodierung:
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail Es konnte leider keine Anwendung gefunden werden, die den Datentyp 'Person' unterstützt.
|
Sorry, could not find an application that supports the 'Person' data type. Mail Es konnte leider keine Anwendung gefunden werden, die den Datentyp 'Person' unterstützt.
|
||||||
Do you wish to send this message before closing? Mail Soll diese Nachricht gesendet werden, bevor sie geschlossen wird?
|
|
||||||
Delete Mail Löschen
|
Delete Mail Löschen
|
||||||
|
Don't send Mail Nicht senden
|
||||||
Leave as '%s' Mail Status '%s' belassen
|
Leave as '%s' Mail Status '%s' belassen
|
||||||
Copy Mail Kopieren
|
Copy Mail Kopieren
|
||||||
Mail couldn't find its dictionary. Mail Das Wörterbuch wurde nicht gefunden.
|
Mail couldn't find its dictionary. Mail Das Wörterbuch wurde nicht gefunden.
|
||||||
@@ -136,7 +136,7 @@ Font: Mail Schriftart:
|
|||||||
(Address unavailable) Mail (Adresse nicht verfügbar)
|
(Address unavailable) Mail (Adresse nicht verfügbar)
|
||||||
Save address Mail Adresse speichern
|
Save address Mail Adresse speichern
|
||||||
Queries Mail Queries
|
Queries Mail Queries
|
||||||
Do you wish to save this message as a draft before closing? Mail Soll die Nachricht als Entwurf gespeichert werden, bevor sie geschlossen wird?
|
Send this message before closing? Mail Nachricht vor dem Schließen senden?
|
||||||
Save Mail Speichern
|
Save Mail Speichern
|
||||||
Random Mail Zufällig
|
Random Mail Zufällig
|
||||||
Close and Mail Schließen und
|
Close and Mail Schließen und
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 greek, modern (1453-) x-vnd.Be-MAIL 2668114830
|
1 greek, modern (1453-) x-vnd.Be-MAIL 3165492866
|
||||||
View Mail Προβολή
|
View Mail Προβολή
|
||||||
%d - Date Mail %d - Ημερομηνία
|
%d - Date Mail %d - Ημερομηνία
|
||||||
Attach attributes: Mail Επισύναψη ιδιοτήτων:
|
Attach attributes: Mail Επισύναψη ιδιοτήτων:
|
||||||
@@ -24,7 +24,6 @@ Beginner Mail Αρχάριος
|
|||||||
Don't save Mail Χωρίς αποθήκευση
|
Don't save Mail Χωρίς αποθήκευση
|
||||||
Expert Mail Έμπειρος
|
Expert Mail Έμπειρος
|
||||||
Reply account: Mail Απάντηση λογαριασμού:
|
Reply account: Mail Απάντηση λογαριασμού:
|
||||||
Discard Mail Απόρριψη
|
|
||||||
Message Mail Μήνυμα
|
Message Mail Μήνυμα
|
||||||
Reply to sender Mail Απάντηση στον αποστολέα
|
Reply to sender Mail Απάντηση στον αποστολέα
|
||||||
There is no installed handler for URL links. Mail Δεν έχει εγκατασταθεί χειριστής για τις συνδέσεις URL.
|
There is no installed handler for URL links. Mail Δεν έχει εγκατασταθεί χειριστής για τις συνδέσεις URL.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 finnish x-vnd.Be-MAIL 1599879742
|
1 finnish x-vnd.Be-MAIL 3366038826
|
||||||
View Mail Näkymä
|
View Mail Näkymä
|
||||||
%d - Date Mail %d - Päivämäärä
|
%d - Date Mail %d - Päivämäärä
|
||||||
Attach attributes: Mail Liittämisattribuutit:
|
Attach attributes: Mail Liittämisattribuutit:
|
||||||
@@ -10,6 +10,7 @@ Edit Mail Muokkaa
|
|||||||
Print Mail Tulosta
|
Print Mail Tulosta
|
||||||
<none> Mail <ei mitään>
|
<none> Mail <ei mitään>
|
||||||
New mail message Mail Uusi sähköpostiviesti
|
New mail message Mail Uusi sähköpostiviesti
|
||||||
|
Untitled Mail Nimetön
|
||||||
Automatic Mail Automaattinen
|
Automatic Mail Automaattinen
|
||||||
Automatically mark mail as read: Mail Merkitse sähköpostiviesti automaattisesti luetuksi:
|
Automatically mark mail as read: Mail Merkitse sähköpostiviesti automaattisesti luetuksi:
|
||||||
helpful message Mail hyödyllinen viesti
|
helpful message Mail hyödyllinen viesti
|
||||||
@@ -25,7 +26,6 @@ Beginner Mail Aloittelija
|
|||||||
Don't save Mail Älä tallenna
|
Don't save Mail Älä tallenna
|
||||||
Expert Mail Asiantuntija
|
Expert Mail Asiantuntija
|
||||||
Reply account: Mail Vastaustili:
|
Reply account: Mail Vastaustili:
|
||||||
Discard Mail Hylkää
|
|
||||||
Message Mail Viesti
|
Message Mail Viesti
|
||||||
Settings… Mail Asetukset…
|
Settings… Mail Asetukset…
|
||||||
Reply to sender Mail Vastaa lähettäjälle
|
Reply to sender Mail Vastaa lähettäjälle
|
||||||
@@ -119,7 +119,6 @@ Remove enclosure Mail Poista liite
|
|||||||
Account: Mail Tili:
|
Account: Mail Tili:
|
||||||
Decoding: Mail Purkaminen:
|
Decoding: Mail Purkaminen:
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail ’Person’-tietotyyppiä tukevan sovelluksen löytäminen epäonnistui.
|
Sorry, could not find an application that supports the 'Person' data type. Mail ’Person’-tietotyyppiä tukevan sovelluksen löytäminen epäonnistui.
|
||||||
Do you wish to send this message before closing? Mail Haluatko lähettää tämän viestin ennen sulkemista?
|
|
||||||
Delete Mail Poista
|
Delete Mail Poista
|
||||||
Leave as '%s' Mail Jätä arvoksi ’%s’
|
Leave as '%s' Mail Jätä arvoksi ’%s’
|
||||||
Copy Mail Kopioi
|
Copy Mail Kopioi
|
||||||
@@ -135,7 +134,6 @@ Font: Mail Kirjasin:
|
|||||||
(Address unavailable) Mail (Osoite ei ole saatavilla)
|
(Address unavailable) Mail (Osoite ei ole saatavilla)
|
||||||
Save address Mail Tallenna osoite
|
Save address Mail Tallenna osoite
|
||||||
Queries Mail Kyselyt
|
Queries Mail Kyselyt
|
||||||
Do you wish to save this message as a draft before closing? Mail Haluatko tallentaa tämän viestin luonnoksena ennen sulkemista?
|
|
||||||
Save Mail Tallenna
|
Save Mail Tallenna
|
||||||
Random Mail Satunnainen
|
Random Mail Satunnainen
|
||||||
Close and Mail Sulje ja
|
Close and Mail Sulje ja
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 french x-vnd.Be-MAIL 1599879742
|
1 french x-vnd.Be-MAIL 233997769
|
||||||
View Mail Vue
|
View Mail Vue
|
||||||
%d - Date Mail %d - Date
|
%d - Date Mail %d - Date
|
||||||
Attach attributes: Mail Attributs du fichier joint :
|
Attach attributes: Mail Attributs du fichier joint :
|
||||||
@@ -10,6 +10,7 @@ Edit Mail Modifier
|
|||||||
Print Mail Imprimer
|
Print Mail Imprimer
|
||||||
<none> Mail <aucun>
|
<none> Mail <aucun>
|
||||||
New mail message Mail Nouveau courriel
|
New mail message Mail Nouveau courriel
|
||||||
|
Untitled Mail Sans titre
|
||||||
Automatic Mail Automatique
|
Automatic Mail Automatique
|
||||||
Automatically mark mail as read: Mail Marquer automatiquement les courriels lus :
|
Automatically mark mail as read: Mail Marquer automatiquement les courriels lus :
|
||||||
helpful message Mail message utile
|
helpful message Mail message utile
|
||||||
@@ -25,7 +26,6 @@ Beginner Mail Débutant
|
|||||||
Don't save Mail Ne pas enregistrer
|
Don't save Mail Ne pas enregistrer
|
||||||
Expert Mail Expert
|
Expert Mail Expert
|
||||||
Reply account: Mail Compte de réponse :
|
Reply account: Mail Compte de réponse :
|
||||||
Discard Mail Ignorer
|
|
||||||
Message Mail Message
|
Message Mail Message
|
||||||
Settings… Mail Réglages…
|
Settings… Mail Réglages…
|
||||||
Reply to sender Mail Répondre à l'expéditeur
|
Reply to sender Mail Répondre à l'expéditeur
|
||||||
@@ -107,6 +107,7 @@ Close Mail Fermer
|
|||||||
No matches Mail Pas de correspondances
|
No matches Mail Pas de correspondances
|
||||||
The mail_daemon is not running. The message is queued and will be sent when the mail_daemon is started. Mail mail_daemon n'est pas démarré. Ce message a été placé en file d'attente et sera envoyé quand mail_daemon sera démarré.
|
The mail_daemon is not running. The message is queued and will be sent when the mail_daemon is started. Mail mail_daemon n'est pas démarré. Ce message a été placé en file d'attente et sera envoyé quand mail_daemon sera démarré.
|
||||||
Really delete this signature? This cannot be undone. Mail Voulez-vous vraiment effacer cette signature ? Ça ne pourra pas être annulé.
|
Really delete this signature? This cannot be undone. Mail Voulez-vous vraiment effacer cette signature ? Ça ne pourra pas être annulé.
|
||||||
|
Save this message as a draft before closing? Mail Voulez-vous sauvegarder ce brouillon avant de fermer ?
|
||||||
Open Mail Ouvrir
|
Open Mail Ouvrir
|
||||||
draft B_USER_DIRECTORY/mail/draft brouillons
|
draft B_USER_DIRECTORY/mail/draft brouillons
|
||||||
Quote Mail Citer
|
Quote Mail Citer
|
||||||
@@ -119,8 +120,8 @@ Remove enclosure Mail Enlever la pièce jointe
|
|||||||
Account: Mail Compte :
|
Account: Mail Compte :
|
||||||
Decoding: Mail Décodage :
|
Decoding: Mail Décodage :
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail Désolé, aucune application ne peut ouvrir les données de type « Person ».
|
Sorry, could not find an application that supports the 'Person' data type. Mail Désolé, aucune application ne peut ouvrir les données de type « Person ».
|
||||||
Do you wish to send this message before closing? Mail Voulez-vous fermer ce message avant de l'envoyer ?
|
|
||||||
Delete Mail Effacer
|
Delete Mail Effacer
|
||||||
|
Don't send Mail Ne pas envoyer
|
||||||
Leave as '%s' Mail Laisser « %s »
|
Leave as '%s' Mail Laisser « %s »
|
||||||
Copy Mail Copier
|
Copy Mail Copier
|
||||||
Mail couldn't find its dictionary. Mail Mail n'a pas trouvé son dictionaire.
|
Mail couldn't find its dictionary. Mail Mail n'a pas trouvé son dictionaire.
|
||||||
@@ -135,7 +136,7 @@ Font: Mail Police :
|
|||||||
(Address unavailable) Mail (Adresse non disponible)
|
(Address unavailable) Mail (Adresse non disponible)
|
||||||
Save address Mail Enregistrer l'adresse
|
Save address Mail Enregistrer l'adresse
|
||||||
Queries Mail Requêtes
|
Queries Mail Requêtes
|
||||||
Do you wish to save this message as a draft before closing? Mail Voulez-vous sauvegarder ce message en tant que brouillon avant de le fermer ?
|
Send this message before closing? Mail Voulez-vous envoyer ce message avant de fermer ?
|
||||||
Save Mail Sauvegarder
|
Save Mail Sauvegarder
|
||||||
Random Mail Aléatoire
|
Random Mail Aléatoire
|
||||||
Close and Mail Fermer et
|
Close and Mail Fermer et
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 hungarian x-vnd.Be-MAIL 2319898213
|
1 hungarian x-vnd.Be-MAIL 233997769
|
||||||
View Mail Nézet
|
View Mail Nézet
|
||||||
%d - Date Mail %d - dátum
|
%d - Date Mail %d - dátum
|
||||||
Attach attributes: Mail Jellemzők csatolása:
|
Attach attributes: Mail Jellemzők csatolása:
|
||||||
@@ -26,7 +26,6 @@ Beginner Mail Kezdő
|
|||||||
Don't save Mail Ne mentse
|
Don't save Mail Ne mentse
|
||||||
Expert Mail Haladó
|
Expert Mail Haladó
|
||||||
Reply account: Mail Válaszcím:
|
Reply account: Mail Válaszcím:
|
||||||
Discard Mail Elvet
|
|
||||||
Message Mail Levél
|
Message Mail Levél
|
||||||
Settings… Mail Beállítások…
|
Settings… Mail Beállítások…
|
||||||
Reply to sender Mail Válasz a feladónak
|
Reply to sender Mail Válasz a feladónak
|
||||||
@@ -108,6 +107,7 @@ Close Mail Bezárás
|
|||||||
No matches Mail Nincs találat
|
No matches Mail Nincs találat
|
||||||
The mail_daemon is not running. The message is queued and will be sent when the mail_daemon is started. Mail A mail_daemon nem fut. A levelek akkor lesznek fogadva/küldve ha majd a mail_daemon elindul.
|
The mail_daemon is not running. The message is queued and will be sent when the mail_daemon is started. Mail A mail_daemon nem fut. A levelek akkor lesznek fogadva/küldve ha majd a mail_daemon elindul.
|
||||||
Really delete this signature? This cannot be undone. Mail Biztosan törli az aláírást? Ez nem vonható vissza.
|
Really delete this signature? This cannot be undone. Mail Biztosan törli az aláírást? Ez nem vonható vissza.
|
||||||
|
Save this message as a draft before closing? Mail Menti ezt az üzenetet piszkozatként bezárás előtt?
|
||||||
Open Mail Megnyitás
|
Open Mail Megnyitás
|
||||||
draft B_USER_DIRECTORY/mail/draft piszkozat
|
draft B_USER_DIRECTORY/mail/draft piszkozat
|
||||||
Quote Mail Idézet
|
Quote Mail Idézet
|
||||||
@@ -120,8 +120,8 @@ Remove enclosure Mail Melléklet eltávolítása
|
|||||||
Account: Mail Felhasználói fiók:
|
Account: Mail Felhasználói fiók:
|
||||||
Decoding: Mail Kódolás:
|
Decoding: Mail Kódolás:
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail Sajnálom, de nem található olyan program, ami támogatja a 'Névjegy' formátumot.
|
Sorry, could not find an application that supports the 'Person' data type. Mail Sajnálom, de nem található olyan program, ami támogatja a 'Névjegy' formátumot.
|
||||||
Do you wish to send this message before closing? Mail Elküldi az levelet bezárás előtt?
|
|
||||||
Delete Mail Törlés
|
Delete Mail Törlés
|
||||||
|
Don't send Mail Ne küldje
|
||||||
Leave as '%s' Mail Hagyja „%s”-ként
|
Leave as '%s' Mail Hagyja „%s”-ként
|
||||||
Copy Mail Másolás
|
Copy Mail Másolás
|
||||||
Mail couldn't find its dictionary. Mail Nem található a szótár.
|
Mail couldn't find its dictionary. Mail Nem található a szótár.
|
||||||
@@ -136,7 +136,7 @@ Font: Mail Betűtípus:
|
|||||||
(Address unavailable) Mail (A cím nem elérhető)
|
(Address unavailable) Mail (A cím nem elérhető)
|
||||||
Save address Mail Cím mentése
|
Save address Mail Cím mentése
|
||||||
Queries Mail Lekérdezések
|
Queries Mail Lekérdezések
|
||||||
Do you wish to save this message as a draft before closing? Mail Biztosan menti piszkozatként bezárás előtt?
|
Send this message before closing? Mail Elküldi ezt az üzenetet bezárás előtt?
|
||||||
Save Mail Mentés
|
Save Mail Mentés
|
||||||
Random Mail Véletlen
|
Random Mail Véletlen
|
||||||
Close and Mail Bezárás és …
|
Close and Mail Bezárás és …
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 japanese x-vnd.Be-MAIL 2319898213
|
1 japanese x-vnd.Be-MAIL 233997769
|
||||||
View Mail 表示
|
View Mail 表示
|
||||||
%d - Date Mail %d - 日付
|
%d - Date Mail %d - 日付
|
||||||
Attach attributes: Mail 属性の添付:
|
Attach attributes: Mail 属性の添付:
|
||||||
@@ -26,7 +26,6 @@ Beginner Mail 初心者
|
|||||||
Don't save Mail 保存しない
|
Don't save Mail 保存しない
|
||||||
Expert Mail 上級者
|
Expert Mail 上級者
|
||||||
Reply account: Mail 返信アカウント:
|
Reply account: Mail 返信アカウント:
|
||||||
Discard Mail 破棄
|
|
||||||
Message Mail メッセージ
|
Message Mail メッセージ
|
||||||
Settings… Mail 設定…
|
Settings… Mail 設定…
|
||||||
Reply to sender Mail 差出人に返信
|
Reply to sender Mail 差出人に返信
|
||||||
@@ -108,6 +107,7 @@ Close Mail 閉じる
|
|||||||
No matches Mail 一致しません
|
No matches Mail 一致しません
|
||||||
The mail_daemon is not running. The message is queued and will be sent when the mail_daemon is started. Mail メールサービスが起動されていないため、このメッセージは処理待ちとなりメールサービス起動後に処理されます。
|
The mail_daemon is not running. The message is queued and will be sent when the mail_daemon is started. Mail メールサービスが起動されていないため、このメッセージは処理待ちとなりメールサービス起動後に処理されます。
|
||||||
Really delete this signature? This cannot be undone. Mail 署名を削除しますか?削除した書名は復元できませんので、ご注意ください。
|
Really delete this signature? This cannot be undone. Mail 署名を削除しますか?削除した書名は復元できませんので、ご注意ください。
|
||||||
|
Save this message as a draft before closing? Mail 閉じる前にドラフトとして保存しますか?
|
||||||
Open Mail 開く
|
Open Mail 開く
|
||||||
draft B_USER_DIRECTORY/mail/draft 下書き
|
draft B_USER_DIRECTORY/mail/draft 下書き
|
||||||
Quote Mail 引用符を付ける
|
Quote Mail 引用符を付ける
|
||||||
@@ -120,8 +120,8 @@ Remove enclosure Mail 添付ファイルを削除
|
|||||||
Account: Mail アカウント:
|
Account: Mail アカウント:
|
||||||
Decoding: Mail 文字コード:
|
Decoding: Mail 文字コード:
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail People データ形式をサポートするアプリケーションが見つかりませんでした。
|
Sorry, could not find an application that supports the 'Person' data type. Mail People データ形式をサポートするアプリケーションが見つかりませんでした。
|
||||||
Do you wish to send this message before closing? Mail 閉じる前にこのメッセージを送信しますか?
|
|
||||||
Delete Mail 削除
|
Delete Mail 削除
|
||||||
|
Don't send Mail 送信しない
|
||||||
Leave as '%s' Mail 「%s」のままにする
|
Leave as '%s' Mail 「%s」のままにする
|
||||||
Copy Mail コピー
|
Copy Mail コピー
|
||||||
Mail couldn't find its dictionary. Mail スペルチェック用辞書データが見つかりません。
|
Mail couldn't find its dictionary. Mail スペルチェック用辞書データが見つかりません。
|
||||||
@@ -136,7 +136,7 @@ Font: Mail フォント:
|
|||||||
(Address unavailable) Mail (アドレスは利用できません)
|
(Address unavailable) Mail (アドレスは利用できません)
|
||||||
Save address Mail アドレスを保存
|
Save address Mail アドレスを保存
|
||||||
Queries Mail クエリ
|
Queries Mail クエリ
|
||||||
Do you wish to save this message as a draft before closing? Mail メッセージを閉じる前に下書きとして保存しますか?
|
Send this message before closing? Mail 閉じる前にこのメッセージを送信しますか?
|
||||||
Save Mail 保存
|
Save Mail 保存
|
||||||
Random Mail ランダム
|
Random Mail ランダム
|
||||||
Close and Mail 閉じる
|
Close and Mail 閉じる
|
||||||
|
|||||||
@@ -1,14 +1,16 @@
|
|||||||
1 lithuanian x-vnd.Be-MAIL 596741059
|
1 lithuanian x-vnd.Be-MAIL 3366038826
|
||||||
View Mail Rodymas
|
View Mail Rodymas
|
||||||
%d - Date Mail %d – data
|
%d - Date Mail %d – data
|
||||||
Attach attributes: Mail Pridedamų failų požymių įtraukimas:
|
Attach attributes: Mail Pridedamų failų požymių įtraukimas:
|
||||||
Inconsistency occurred in the undo/redo buffer. Mail Nesutapimas atšaukti/grąžinti buferyje.
|
Inconsistency occurred in the undo/redo buffer. Mail Nesutapimas atšaukti/grąžinti buferyje.
|
||||||
An error occurred trying to save the attachment. Mail Bandant įrašyti laiško priedą, įvyko klaida.
|
An error occurred trying to save the attachment. Mail Bandant įrašyti laiško priedą, įvyko klaida.
|
||||||
Copy to new Mail Kopijuoti į naujus
|
Copy to new Mail Kopijuoti į naujus
|
||||||
|
Leave as 'New' Mail Do not translate New - this is non-localizable e-mail status Palikti kaip „New“
|
||||||
Edit Mail Taisa
|
Edit Mail Taisa
|
||||||
Print Mail Spausdinti
|
Print Mail Spausdinti
|
||||||
<none> Mail <nieko>
|
<none> Mail <nieko>
|
||||||
New mail message Mail Naujas laiškas
|
New mail message Mail Naujas laiškas
|
||||||
|
Untitled Mail Be pavadinimo
|
||||||
Automatic Mail Nustatyti automatiškai
|
Automatic Mail Nustatyti automatiškai
|
||||||
Automatically mark mail as read: Mail Automatiškai žymėti laiškus kaip skaitytus:
|
Automatically mark mail as read: Mail Automatiškai žymėti laiškus kaip skaitytus:
|
||||||
helpful message Mail naudingas pranešimas
|
helpful message Mail naudingas pranešimas
|
||||||
@@ -24,7 +26,6 @@ Beginner Mail Naujokas
|
|||||||
Don't save Mail Neįrašyti
|
Don't save Mail Neįrašyti
|
||||||
Expert Mail Žinovas
|
Expert Mail Žinovas
|
||||||
Reply account: Mail Paskyra rašant atsakymą:
|
Reply account: Mail Paskyra rašant atsakymą:
|
||||||
Discard Mail Atmesti
|
|
||||||
Message Mail Laiškas
|
Message Mail Laiškas
|
||||||
Settings… Mail Nuostatos…
|
Settings… Mail Nuostatos…
|
||||||
Reply to sender Mail Atsakyti siuntėjui
|
Reply to sender Mail Atsakyti siuntėjui
|
||||||
@@ -118,7 +119,6 @@ Remove enclosure Mail Pašalinti priedą
|
|||||||
Account: Mail Paskyra:
|
Account: Mail Paskyra:
|
||||||
Decoding: Mail Koduotė:
|
Decoding: Mail Koduotė:
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail Apgailestaujame, tačiau nepavyko rasti programos, palaikančios „Person“ tipo failus.
|
Sorry, could not find an application that supports the 'Person' data type. Mail Apgailestaujame, tačiau nepavyko rasti programos, palaikančios „Person“ tipo failus.
|
||||||
Do you wish to send this message before closing? Mail Ar norite prieš užverami šį laišką išsiųsti?
|
|
||||||
Delete Mail Šalinti
|
Delete Mail Šalinti
|
||||||
Leave as '%s' Mail Palikti kaip „%s“
|
Leave as '%s' Mail Palikti kaip „%s“
|
||||||
Copy Mail Kopijuoti
|
Copy Mail Kopijuoti
|
||||||
@@ -134,7 +134,6 @@ Font: Mail Šriftas:
|
|||||||
(Address unavailable) Mail (Adresas nenurodytas)
|
(Address unavailable) Mail (Adresas nenurodytas)
|
||||||
Save address Mail Įrašyti adresą
|
Save address Mail Įrašyti adresą
|
||||||
Queries Mail Užklausos
|
Queries Mail Užklausos
|
||||||
Do you wish to save this message as a draft before closing? Mail Ar norite prieš užverdami įrašyti šį laišką kaip juodraštį?
|
|
||||||
Save Mail Įrašyti
|
Save Mail Įrašyti
|
||||||
Random Mail Atsitiktinį
|
Random Mail Atsitiktinį
|
||||||
Close and Mail Užverti ir
|
Close and Mail Užverti ir
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 dutch; flemish x-vnd.Be-MAIL 1599879742
|
1 dutch; flemish x-vnd.Be-MAIL 2646020355
|
||||||
View Mail Bekijken
|
View Mail Bekijken
|
||||||
%d - Date Mail %d - Datum
|
%d - Date Mail %d - Datum
|
||||||
Attach attributes: Mail Attributen bijvoegen:
|
Attach attributes: Mail Attributen bijvoegen:
|
||||||
@@ -25,7 +25,6 @@ Beginner Mail Beginner
|
|||||||
Don't save Mail Niet opslaan
|
Don't save Mail Niet opslaan
|
||||||
Expert Mail Expert
|
Expert Mail Expert
|
||||||
Reply account: Mail Antwoordaccount:
|
Reply account: Mail Antwoordaccount:
|
||||||
Discard Mail Verwerpen
|
|
||||||
Message Mail Bericht
|
Message Mail Bericht
|
||||||
Settings… Mail Instellingen…
|
Settings… Mail Instellingen…
|
||||||
Reply to sender Mail Afzender beantwoorden
|
Reply to sender Mail Afzender beantwoorden
|
||||||
@@ -119,7 +118,6 @@ Remove enclosure Mail Bijlage verwijderen
|
|||||||
Account: Mail Account:
|
Account: Mail Account:
|
||||||
Decoding: Mail Bezig met decoderen:
|
Decoding: Mail Bezig met decoderen:
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail Sorry, kon geen toepassing vinden die het 'Person'-datatype ondersteunt.
|
Sorry, could not find an application that supports the 'Person' data type. Mail Sorry, kon geen toepassing vinden die het 'Person'-datatype ondersteunt.
|
||||||
Do you wish to send this message before closing? Mail Wilt u dit bericht versturen voordat u afsluit?
|
|
||||||
Delete Mail Verwijderen
|
Delete Mail Verwijderen
|
||||||
Leave as '%s' Mail Behouden als '%s'
|
Leave as '%s' Mail Behouden als '%s'
|
||||||
Copy Mail Kopiëren
|
Copy Mail Kopiëren
|
||||||
@@ -135,7 +133,6 @@ Font: Mail Lettertype:
|
|||||||
(Address unavailable) Mail (Adres niet beschikbaar)
|
(Address unavailable) Mail (Adres niet beschikbaar)
|
||||||
Save address Mail Adres opslaan
|
Save address Mail Adres opslaan
|
||||||
Queries Mail Zoektermen
|
Queries Mail Zoektermen
|
||||||
Do you wish to save this message as a draft before closing? Mail Wilt u dit bericht als concept opslaan voordat u afsluit?
|
|
||||||
Save Mail Opslaan
|
Save Mail Opslaan
|
||||||
Random Mail Willekeurig
|
Random Mail Willekeurig
|
||||||
Close and Mail Sluiten en
|
Close and Mail Sluiten en
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 polish x-vnd.Be-MAIL 4057420247
|
1 polish x-vnd.Be-MAIL 808593564
|
||||||
View Mail Widok
|
View Mail Widok
|
||||||
%d - Date Mail %d - Data
|
%d - Date Mail %d - Data
|
||||||
Attach attributes: Mail Dołączaj atrybuty:
|
Attach attributes: Mail Dołączaj atrybuty:
|
||||||
@@ -26,7 +26,6 @@ Beginner Mail Początkujący
|
|||||||
Don't save Mail Nie zapisuj
|
Don't save Mail Nie zapisuj
|
||||||
Expert Mail Ekspert
|
Expert Mail Ekspert
|
||||||
Reply account: Mail Konto odpowiedzi:
|
Reply account: Mail Konto odpowiedzi:
|
||||||
Discard Mail Odrzuć
|
|
||||||
Message Mail Wiadomość
|
Message Mail Wiadomość
|
||||||
Settings… Mail Ustawienia...
|
Settings… Mail Ustawienia...
|
||||||
Reply to sender Mail Odpowiedz nadawcy
|
Reply to sender Mail Odpowiedz nadawcy
|
||||||
@@ -119,7 +118,6 @@ Remove enclosure Mail Usuń załącznik
|
|||||||
Account: Mail Konto:
|
Account: Mail Konto:
|
||||||
Decoding: Mail Dekodowanie:
|
Decoding: Mail Dekodowanie:
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail Przepraszamy, nie można znaleźć aplikacji która wspiera typ danych "Osoba".
|
Sorry, could not find an application that supports the 'Person' data type. Mail Przepraszamy, nie można znaleźć aplikacji która wspiera typ danych "Osoba".
|
||||||
Do you wish to send this message before closing? Mail Czy chcesz wysłać tę wiadomość przed zamknięciem?
|
|
||||||
Delete Mail Usuń
|
Delete Mail Usuń
|
||||||
Leave as '%s' Mail Pozostaw jako '%s'
|
Leave as '%s' Mail Pozostaw jako '%s'
|
||||||
Copy Mail Skopiuj
|
Copy Mail Skopiuj
|
||||||
@@ -135,7 +133,6 @@ Font: Mail Czcionka:
|
|||||||
(Address unavailable) Mail (Adres niedostępny)
|
(Address unavailable) Mail (Adres niedostępny)
|
||||||
Save address Mail Zapisz adres
|
Save address Mail Zapisz adres
|
||||||
Queries Mail Zapytania
|
Queries Mail Zapytania
|
||||||
Do you wish to save this message as a draft before closing? Mail Czy chcesz zapisać wiadomość jako szkic przed zamknięciem?
|
|
||||||
Save Mail Zapisz
|
Save Mail Zapisz
|
||||||
Random Mail Losowe
|
Random Mail Losowe
|
||||||
Close and Mail Zamknij i
|
Close and Mail Zamknij i
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 portuguese (brazil) x-vnd.Be-MAIL 1599879742
|
1 portuguese (brazil) x-vnd.Be-MAIL 233997769
|
||||||
View Mail Visualizar
|
View Mail Visualizar
|
||||||
%d - Date Mail %d - Data
|
%d - Date Mail %d - Data
|
||||||
Attach attributes: Mail Anexar Atributos:
|
Attach attributes: Mail Anexar Atributos:
|
||||||
@@ -10,6 +10,7 @@ Edit Mail Editar
|
|||||||
Print Mail Imprimir
|
Print Mail Imprimir
|
||||||
<none> Mail <nenhum>
|
<none> Mail <nenhum>
|
||||||
New mail message Mail Nova mensagem de correio
|
New mail message Mail Nova mensagem de correio
|
||||||
|
Untitled Mail Sem título
|
||||||
Automatic Mail Automático
|
Automatic Mail Automático
|
||||||
Automatically mark mail as read: Mail Marcar automaticamente correio como lido:
|
Automatically mark mail as read: Mail Marcar automaticamente correio como lido:
|
||||||
helpful message Mail mensagem útil
|
helpful message Mail mensagem útil
|
||||||
@@ -25,7 +26,6 @@ Beginner Mail Iniciante
|
|||||||
Don't save Mail Não salvar
|
Don't save Mail Não salvar
|
||||||
Expert Mail Especialista
|
Expert Mail Especialista
|
||||||
Reply account: Mail Responder conta:
|
Reply account: Mail Responder conta:
|
||||||
Discard Mail Descartar
|
|
||||||
Message Mail Mensagem
|
Message Mail Mensagem
|
||||||
Settings… Mail Definições…
|
Settings… Mail Definições…
|
||||||
Reply to sender Mail Responder ao remetente
|
Reply to sender Mail Responder ao remetente
|
||||||
@@ -107,6 +107,7 @@ Close Mail Fechar
|
|||||||
No matches Mail Nenhuma correspondência
|
No matches Mail Nenhuma correspondência
|
||||||
The mail_daemon is not running. The message is queued and will be sent when the mail_daemon is started. Mail O mail_daemon não está executando. A mensagem está na fila e será enviada quando o mail_daemon iniciar.
|
The mail_daemon is not running. The message is queued and will be sent when the mail_daemon is started. Mail O mail_daemon não está executando. A mensagem está na fila e será enviada quando o mail_daemon iniciar.
|
||||||
Really delete this signature? This cannot be undone. Mail Excluir realmente esta assinatura? Isto não poderá ser desfeito.
|
Really delete this signature? This cannot be undone. Mail Excluir realmente esta assinatura? Isto não poderá ser desfeito.
|
||||||
|
Save this message as a draft before closing? Mail Salvar esta mensagem como um rascunho antes de fechar?
|
||||||
Open Mail Abrir
|
Open Mail Abrir
|
||||||
draft B_USER_DIRECTORY/mail/draft rascunho
|
draft B_USER_DIRECTORY/mail/draft rascunho
|
||||||
Quote Mail Citar
|
Quote Mail Citar
|
||||||
@@ -119,8 +120,8 @@ Remove enclosure Mail Remover compartimento
|
|||||||
Account: Mail Conta:
|
Account: Mail Conta:
|
||||||
Decoding: Mail Decodificação:
|
Decoding: Mail Decodificação:
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail Desculpe, não foi possível encontrar um aplicativo que suporte o tipo de dados 'Pessoa'.
|
Sorry, could not find an application that supports the 'Person' data type. Mail Desculpe, não foi possível encontrar um aplicativo que suporte o tipo de dados 'Pessoa'.
|
||||||
Do you wish to send this message before closing? Mail Deseja enviar esta mensagem antes de fechar?
|
|
||||||
Delete Mail Excluir
|
Delete Mail Excluir
|
||||||
|
Don't send Mail Não enviar
|
||||||
Leave as '%s' Mail Deixar como '%s'
|
Leave as '%s' Mail Deixar como '%s'
|
||||||
Copy Mail Copiar
|
Copy Mail Copiar
|
||||||
Mail couldn't find its dictionary. Mail O correio não pôde encontrar seu dicionário.
|
Mail couldn't find its dictionary. Mail O correio não pôde encontrar seu dicionário.
|
||||||
@@ -135,7 +136,7 @@ Font: Mail Fonte:
|
|||||||
(Address unavailable) Mail (Endereço indisponível)
|
(Address unavailable) Mail (Endereço indisponível)
|
||||||
Save address Mail Salvar endereço
|
Save address Mail Salvar endereço
|
||||||
Queries Mail Consultas
|
Queries Mail Consultas
|
||||||
Do you wish to save this message as a draft before closing? Mail Deseja salvar esta mensagem como um rascunho antes de fechar?
|
Send this message before closing? Mail Enviar esta mensagem antes de fechar?
|
||||||
Save Mail Salvar
|
Save Mail Salvar
|
||||||
Random Mail Aleatório
|
Random Mail Aleatório
|
||||||
Close and Mail Fechar e
|
Close and Mail Fechar e
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 romanian x-vnd.Be-MAIL 4080240987
|
1 romanian x-vnd.Be-MAIL 831414304
|
||||||
View Mail Vizualizare
|
View Mail Vizualizare
|
||||||
%d - Date Mail %d - Dată
|
%d - Date Mail %d - Dată
|
||||||
Attach attributes: Mail Atașează atribute:
|
Attach attributes: Mail Atașează atribute:
|
||||||
@@ -23,7 +23,6 @@ Beginner Mail Începător
|
|||||||
Don't save Mail Nu salva
|
Don't save Mail Nu salva
|
||||||
Expert Mail Expert
|
Expert Mail Expert
|
||||||
Reply account: Mail Cont de răspuns:
|
Reply account: Mail Cont de răspuns:
|
||||||
Discard Mail Ignoră
|
|
||||||
Message Mail Mesaj
|
Message Mail Mesaj
|
||||||
Reply to sender Mail Răspunde la expeditor
|
Reply to sender Mail Răspunde la expeditor
|
||||||
There is no installed handler for URL links. Mail Nu există un operator instalat pentru legături URL.
|
There is no installed handler for URL links. Mail Nu există un operator instalat pentru legături URL.
|
||||||
@@ -112,7 +111,6 @@ Remove enclosure Mail Elimină contur
|
|||||||
Account: Mail Cont:
|
Account: Mail Cont:
|
||||||
Decoding: Mail Decodare:
|
Decoding: Mail Decodare:
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail Îmi pare rău, nu s-a putut găsi o aplicație care suportă tipul de date „Persoană”.
|
Sorry, could not find an application that supports the 'Person' data type. Mail Îmi pare rău, nu s-a putut găsi o aplicație care suportă tipul de date „Persoană”.
|
||||||
Do you wish to send this message before closing? Mail Doriți să trimiteți acest mesaj înainte de închidere?
|
|
||||||
Delete Mail Șterge
|
Delete Mail Șterge
|
||||||
Leave as '%s' Mail Menține ca „%s”
|
Leave as '%s' Mail Menține ca „%s”
|
||||||
Copy Mail Copiază
|
Copy Mail Copiază
|
||||||
@@ -128,7 +126,6 @@ Font: Mail Font:
|
|||||||
(Address unavailable) Mail (Adresă indisponibilă)
|
(Address unavailable) Mail (Adresă indisponibilă)
|
||||||
Save address Mail Salvează adresa
|
Save address Mail Salvează adresa
|
||||||
Queries Mail Interogări
|
Queries Mail Interogări
|
||||||
Do you wish to save this message as a draft before closing? Mail Doriți să salvați acest mesaj ca o ciornă înainte de închidere?
|
|
||||||
Save Mail Salvează
|
Save Mail Salvează
|
||||||
Random Mail Aleator
|
Random Mail Aleator
|
||||||
Close and Mail Închide și
|
Close and Mail Închide și
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 russian x-vnd.Be-MAIL 1599879742
|
1 russian x-vnd.Be-MAIL 2646020355
|
||||||
View Mail Вид
|
View Mail Вид
|
||||||
%d - Date Mail %d - Дата
|
%d - Date Mail %d - Дата
|
||||||
Attach attributes: Mail Прикрепление атрибутов:
|
Attach attributes: Mail Прикрепление атрибутов:
|
||||||
@@ -25,7 +25,6 @@ Beginner Mail Новичок
|
|||||||
Don't save Mail Не сохранять
|
Don't save Mail Не сохранять
|
||||||
Expert Mail Эксперт
|
Expert Mail Эксперт
|
||||||
Reply account: Mail Ответить, используя акканут:
|
Reply account: Mail Ответить, используя акканут:
|
||||||
Discard Mail Сбросить
|
|
||||||
Message Mail Сообщение
|
Message Mail Сообщение
|
||||||
Settings… Mail Настройки…
|
Settings… Mail Настройки…
|
||||||
Reply to sender Mail Ответить отправителю
|
Reply to sender Mail Ответить отправителю
|
||||||
@@ -119,7 +118,6 @@ Remove enclosure Mail Удалить вложения
|
|||||||
Account: Mail Аккаунт:
|
Account: Mail Аккаунт:
|
||||||
Decoding: Mail Кодировка:
|
Decoding: Mail Кодировка:
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail Извините, не удалось найти приложение поддерживающее тип файлов 'Персона'.
|
Sorry, could not find an application that supports the 'Person' data type. Mail Извините, не удалось найти приложение поддерживающее тип файлов 'Персона'.
|
||||||
Do you wish to send this message before closing? Mail Хотите отправить это сообщение перед закрытием?
|
|
||||||
Delete Mail Удалить
|
Delete Mail Удалить
|
||||||
Leave as '%s' Mail Оставить как '%s'
|
Leave as '%s' Mail Оставить как '%s'
|
||||||
Copy Mail Копия
|
Copy Mail Копия
|
||||||
@@ -135,7 +133,6 @@ Font: Mail Шрифт:
|
|||||||
(Address unavailable) Mail (Адрес недоступен)
|
(Address unavailable) Mail (Адрес недоступен)
|
||||||
Save address Mail Сохранить адрес
|
Save address Mail Сохранить адрес
|
||||||
Queries Mail Запросы
|
Queries Mail Запросы
|
||||||
Do you wish to save this message as a draft before closing? Mail Сохранить это сообщение как черновик?
|
|
||||||
Save Mail Сохранить
|
Save Mail Сохранить
|
||||||
Random Mail Случайная
|
Random Mail Случайная
|
||||||
Close and Mail Закрыть и
|
Close and Mail Закрыть и
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1 slovak x-vnd.Be-MAIL 1599879742
|
1 slovak x-vnd.Be-MAIL 3366038826
|
||||||
View Mail Zobraziť
|
View Mail Zobraziť
|
||||||
%d - Date Mail %d - Dátum
|
%d - Date Mail %d - Dátum
|
||||||
Attach attributes: Mail Pripojiť atribúty:
|
Attach attributes: Mail Pripojiť atribúty:
|
||||||
@@ -10,6 +10,7 @@ Edit Mail Upraviť
|
|||||||
Print Mail Tlačiť
|
Print Mail Tlačiť
|
||||||
<none> Mail <žiadne>
|
<none> Mail <žiadne>
|
||||||
New mail message Mail Nová poštová správa
|
New mail message Mail Nová poštová správa
|
||||||
|
Untitled Mail Bez názvu
|
||||||
Automatic Mail Automaticky
|
Automatic Mail Automaticky
|
||||||
Automatically mark mail as read: Mail Automaticky označiť poštu ako prečítanú:
|
Automatically mark mail as read: Mail Automaticky označiť poštu ako prečítanú:
|
||||||
helpful message Mail užitočná správa
|
helpful message Mail užitočná správa
|
||||||
@@ -25,7 +26,6 @@ Beginner Mail Začiatočník
|
|||||||
Don't save Mail Neukladať
|
Don't save Mail Neukladať
|
||||||
Expert Mail Expert
|
Expert Mail Expert
|
||||||
Reply account: Mail Účet na odpoveď:
|
Reply account: Mail Účet na odpoveď:
|
||||||
Discard Mail Zahodiť
|
|
||||||
Message Mail Správa
|
Message Mail Správa
|
||||||
Settings… Mail Nastavenia…
|
Settings… Mail Nastavenia…
|
||||||
Reply to sender Mail Odpovedať odosielateľovi
|
Reply to sender Mail Odpovedať odosielateľovi
|
||||||
@@ -119,7 +119,6 @@ Remove enclosure Mail Odstrániť prílohu
|
|||||||
Account: Mail Účet:
|
Account: Mail Účet:
|
||||||
Decoding: Mail Dekódovanie:
|
Decoding: Mail Dekódovanie:
|
||||||
Sorry, could not find an application that supports the 'Person' data type. Mail Ľutujeme, nebola nájdená aplikácia podporujúca dátový typ „Osoba“.
|
Sorry, could not find an application that supports the 'Person' data type. Mail Ľutujeme, nebola nájdená aplikácia podporujúca dátový typ „Osoba“.
|
||||||
Do you wish to send this message before closing? Mail Želáte si pred zatvorením odoslať túto správu?
|
|
||||||
Delete Mail Zmazať
|
Delete Mail Zmazať
|
||||||
Leave as '%s' Mail Ponechať ako „%s“
|
Leave as '%s' Mail Ponechať ako „%s“
|
||||||
Copy Mail Kopírovať
|
Copy Mail Kopírovať
|
||||||
@@ -135,7 +134,6 @@ Font: Mail Písmo:
|
|||||||
(Address unavailable) Mail (Adresa nedostupná)
|
(Address unavailable) Mail (Adresa nedostupná)
|
||||||
Save address Mail Uložiť adresu
|
Save address Mail Uložiť adresu
|
||||||
Queries Mail Požiadavky
|
Queries Mail Požiadavky
|
||||||
Do you wish to save this message as a draft before closing? Mail Chcete túto správu pred ukončením uložiť medzi rozpísané?
|
|
||||||
Save Mail Uložiť
|
Save Mail Uložiť
|
||||||
Random Mail Náhodný
|
Random Mail Náhodný
|
||||||
Close and Mail Zatvoriť a
|
Close and Mail Zatvoriť a
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user