From 239e873a38fa91a3fbd27e134bda015922abbabd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 3 Jul 2013 01:47:30 +0200 Subject: Initial import --- po/Makefile.am | 5 + po/Makefile.in | 687 +++++++++++++++++++++++++++++++++++++ po/cs.gmo | Bin 0 -> 6930 bytes po/cs.po | 898 ++++++++++++++++++++++++++++++++++++++++++++++++ po/da.gmo | Bin 0 -> 2621 bytes po/da.po | 891 ++++++++++++++++++++++++++++++++++++++++++++++++ po/de.gmo | Bin 0 -> 16351 bytes po/de.po | 904 ++++++++++++++++++++++++++++++++++++++++++++++++ po/es.gmo | Bin 0 -> 14386 bytes po/es.po | 902 ++++++++++++++++++++++++++++++++++++++++++++++++ po/fr.gmo | Bin 0 -> 8680 bytes po/fr.po | 912 +++++++++++++++++++++++++++++++++++++++++++++++++ po/hr.gmo | Bin 0 -> 1566 bytes po/hr.po | 877 +++++++++++++++++++++++++++++++++++++++++++++++ po/hu.gmo | Bin 0 -> 9667 bytes po/hu.po | 861 ++++++++++++++++++++++++++++++++++++++++++++++ po/it.gmo | Bin 0 -> 3756 bytes po/it.po | 1036 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/ja.gmo | Bin 0 -> 3821 bytes po/ja.po | 911 +++++++++++++++++++++++++++++++++++++++++++++++++ po/nb.gmo | Bin 0 -> 2325 bytes po/nb.po | 900 ++++++++++++++++++++++++++++++++++++++++++++++++ po/nn.gmo | Bin 0 -> 3594 bytes po/nn.po | 903 ++++++++++++++++++++++++++++++++++++++++++++++++ po/pl.gmo | Bin 0 -> 3629 bytes po/pl.po | 901 ++++++++++++++++++++++++++++++++++++++++++++++++ po/pt.gmo | Bin 0 -> 1628 bytes po/pt.po | 884 +++++++++++++++++++++++++++++++++++++++++++++++ po/ro.gmo | Bin 0 -> 1704 bytes po/ro.po | 885 +++++++++++++++++++++++++++++++++++++++++++++++ po/ru.gmo | Bin 0 -> 4340 bytes po/ru.po | 924 ++++++++++++++++++++++++++++++++++++++++++++++++++ po/sk.gmo | Bin 0 -> 2412 bytes po/sk.po | 896 ++++++++++++++++++++++++++++++++++++++++++++++++ po/sr.gmo | Bin 0 -> 3668 bytes po/sr.po | 901 ++++++++++++++++++++++++++++++++++++++++++++++++ po/sv.gmo | Bin 0 -> 3689 bytes po/sv.po | 902 ++++++++++++++++++++++++++++++++++++++++++++++++ po/tr.gmo | Bin 0 -> 3825 bytes po/tr.po | 902 ++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_CN.gmo | Bin 0 -> 14249 bytes po/zh_CN.po | 868 +++++++++++++++++++++++++++++++++++++++++++++++ 42 files changed, 18750 insertions(+) create mode 100644 po/Makefile.am create mode 100644 po/Makefile.in create mode 100644 po/cs.gmo create mode 100644 po/cs.po create mode 100644 po/da.gmo create mode 100644 po/da.po create mode 100644 po/de.gmo create mode 100644 po/de.po create mode 100644 po/es.gmo create mode 100644 po/es.po create mode 100644 po/fr.gmo create mode 100644 po/fr.po create mode 100644 po/hr.gmo create mode 100644 po/hr.po create mode 100644 po/hu.gmo create mode 100644 po/hu.po create mode 100644 po/it.gmo create mode 100644 po/it.po create mode 100644 po/ja.gmo create mode 100644 po/ja.po create mode 100644 po/nb.gmo create mode 100644 po/nb.po create mode 100644 po/nn.gmo create mode 100644 po/nn.po create mode 100644 po/pl.gmo create mode 100644 po/pl.po create mode 100644 po/pt.gmo create mode 100644 po/pt.po create mode 100644 po/ro.gmo create mode 100644 po/ro.po create mode 100644 po/ru.gmo create mode 100644 po/ru.po create mode 100644 po/sk.gmo create mode 100644 po/sk.po create mode 100644 po/sr.gmo create mode 100644 po/sr.po create mode 100644 po/sv.gmo create mode 100644 po/sv.po create mode 100644 po/tr.gmo create mode 100644 po/tr.po create mode 100644 po/zh_CN.gmo create mode 100644 po/zh_CN.po (limited to 'po') diff --git a/po/Makefile.am b/po/Makefile.am new file mode 100644 index 0000000..310ebaf --- /dev/null +++ b/po/Makefile.am @@ -0,0 +1,5 @@ +POFILES = AUTO + +# To merge the messages from kdbg.pot into the *.po files do this +# in the _source_ directory: +# make -f ../admin/Makefile.common package-merge POFILES='*.po' PACKAGE=kdbg > /dev/null diff --git a/po/Makefile.in b/po/Makefile.in new file mode 100644 index 0000000..6d0ef53 --- /dev/null +++ b/po/Makefile.in @@ -0,0 +1,687 @@ +# Makefile.in generated by automake 1.10.1 from Makefile.am. +# KDE tags expanded automatically by am_edit - $Revision: 483858 $ +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +subdir = po +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +#>+ 1 +#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST) +#>+ 1 +DISTFILES = $(GMOFILES) $(POFILES) $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +ARTSCCONFIG = @ARTSCCONFIG@ +AUTOCONF = @AUTOCONF@ +AUTODIRS = @AUTODIRS@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CONF_FILES = @CONF_FILES@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DCOPIDL = @DCOPIDL@ +DCOPIDL2CPP = @DCOPIDL2CPP@ +DCOPIDLNG = @DCOPIDLNG@ +DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@ +KCONFIG_COMPILER = @KCONFIG_COMPILER@ +KDECONFIG = @KDECONFIG@ +KDE_CHECK_PLUGIN = @KDE_CHECK_PLUGIN@ +KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@ +KDE_INCLUDES = @KDE_INCLUDES@ +KDE_LDFLAGS = @KDE_LDFLAGS@ +KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@ +KDE_MT_LIBS = @KDE_MT_LIBS@ +KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@ +KDE_PLUGIN = @KDE_PLUGIN@ +KDE_RPATH = @KDE_RPATH@ +KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@ +KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@ +KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@ +KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@ +KDE_USE_FPIE = @KDE_USE_FPIE@ +KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@ +KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@ +KDE_USE_PIE = @KDE_USE_PIE@ +KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@ +LDFLAGS = @LDFLAGS@ +LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@ +LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@ +LIBCOMPAT = @LIBCOMPAT@ +LIBCRYPT = @LIBCRYPT@ +LIBDL = @LIBDL@ +LIBJPEG = @LIBJPEG@ +LIBOBJS = @LIBOBJS@ +LIBPNG = @LIBPNG@ +LIBPTHREAD = @LIBPTHREAD@ +LIBRESOLV = @LIBRESOLV@ +LIBS = @LIBS@ +LIBSM = @LIBSM@ +LIBSOCKET = @LIBSOCKET@ +LIBTOOL = @LIBTOOL@ +LIBUCB = @LIBUCB@ +LIBUTIL = @LIBUTIL@ +LIBZ = @LIBZ@ +LIB_KAB = @LIB_KAB@ +LIB_KABC = @LIB_KABC@ +LIB_KDECORE = @LIB_KDECORE@ +LIB_KDED = @LIB_KDED@ +LIB_KDEPIM = @LIB_KDEPIM@ +LIB_KDEPRINT = @LIB_KDEPRINT@ +LIB_KDEUI = @LIB_KDEUI@ +LIB_KDNSSD = @LIB_KDNSSD@ +LIB_KFILE = @LIB_KFILE@ +LIB_KFM = @LIB_KFM@ +LIB_KHTML = @LIB_KHTML@ +LIB_KIMPROXY = @LIB_KIMPROXY@ +LIB_KIO = @LIB_KIO@ +LIB_KJS = @LIB_KJS@ +LIB_KNEWSTUFF = @LIB_KNEWSTUFF@ +LIB_KPARTS = @LIB_KPARTS@ +LIB_KSPELL = @LIB_KSPELL@ +LIB_KSYCOCA = @LIB_KSYCOCA@ +LIB_KUNITTEST = @LIB_KUNITTEST@ +LIB_KUTILS = @LIB_KUTILS@ +LIB_POLL = @LIB_POLL@ +LIB_QPE = @LIB_QPE@ +LIB_QT = @LIB_QT@ +LIB_SMB = @LIB_SMB@ +LIB_X11 = @LIB_X11@ +LIB_XEXT = @LIB_XEXT@ +LIB_XRENDER = @LIB_XRENDER@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ +MCOPIDL = @MCOPIDL@ +MEINPROC = @MEINPROC@ +MKDIR_P = @MKDIR_P@ +MOC = @MOC@ +MSGFMT = @MSGFMT@ +NOOPT_CFLAGS = @NOOPT_CFLAGS@ +NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PS_COMMAND = @PS_COMMAND@ +QTE_NORTTI = @QTE_NORTTI@ +QT_INCLUDES = @QT_INCLUDES@ +QT_LDFLAGS = @QT_LDFLAGS@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +TOPSUBDIRS = @TOPSUBDIRS@ +UIC = @UIC@ +UIC_TR = @UIC_TR@ +USER_INCLUDES = @USER_INCLUDES@ +USER_LDFLAGS = @USER_LDFLAGS@ +USE_EXCEPTIONS = @USE_EXCEPTIONS@ +USE_RTTI = @USE_RTTI@ +USE_THREADS = @USE_THREADS@ +VERSION = @VERSION@ +WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@ +XGETTEXT = @XGETTEXT@ +XMKMF = @XMKMF@ +XMLLINT = @XMLLINT@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_INCLUDES = @X_INCLUDES@ +X_LDFLAGS = @X_LDFLAGS@ +X_PRE_LIBS = @X_PRE_LIBS@ +X_RPATH = @X_RPATH@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +all_includes = @all_includes@ +all_libraries = @all_libraries@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +kde_appsdir = @kde_appsdir@ +kde_bindir = @kde_bindir@ +kde_confdir = @kde_confdir@ +kde_datadir = @kde_datadir@ +kde_htmldir = @kde_htmldir@ +kde_icondir = @kde_icondir@ +kde_includes = @kde_includes@ +kde_kcfgdir = @kde_kcfgdir@ +kde_libraries = @kde_libraries@ +kde_libs_htmldir = @kde_libs_htmldir@ +kde_libs_prefix = @kde_libs_prefix@ +kde_locale = @kde_locale@ +kde_mimedir = @kde_mimedir@ +kde_moduledir = @kde_moduledir@ +kde_qtver = @kde_qtver@ +kde_servicesdir = @kde_servicesdir@ +kde_servicetypesdir = @kde_servicetypesdir@ +kde_sounddir = @kde_sounddir@ +kde_styledir = @kde_styledir@ +kde_templatesdir = @kde_templatesdir@ +kde_wallpaperdir = @kde_wallpaperdir@ +kde_widgetdir = @kde_widgetdir@ +kdeinitdir = @kdeinitdir@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +qt_includes = @qt_includes@ +qt_libraries = @qt_libraries@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +x_includes = @x_includes@ +x_libraries = @x_libraries@ +xdg_appsdir = @xdg_appsdir@ +xdg_directorydir = @xdg_directorydir@ +xdg_menudir = @xdg_menudir@ +#>- POFILES = AUTO +#>+ 2 +POFILES = pt.po it.po hu.po da.po ru.po es.po sv.po nb.po fr.po zh_CN.po cs.po nn.po sk.po ro.po sr.po de.po pl.po ja.po hr.po tr.po +GMOFILES = pt.gmo it.gmo hu.gmo da.gmo ru.gmo es.gmo sv.gmo nb.gmo fr.gmo zh_CN.gmo cs.gmo nn.gmo sk.gmo ro.gmo sr.gmo de.gmo pl.gmo ja.gmo hr.gmo tr.gmo +#>- all: all-am +#>+ 1 +all: all-nls docs-am all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +#>- @for dep in $?; do \ +#>- case '$(am__configure_deps)' in \ +#>- *$$dep*) \ +#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ +#>- && exit 0; \ +#>- exit 1;; \ +#>- esac; \ +#>- done; \ +#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu po/Makefile'; \ +#>- cd $(top_srcdir) && \ +#>- $(AUTOMAKE) --gnu po/Makefile +#>+ 12 + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu po/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu po/Makefile + cd $(top_srcdir) && perl admin/am_edit -padmin po/Makefile.in +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +#>- distdir: $(DISTFILES) +#>+ 1 +distdir: distdir-nls $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +#>- uninstall: uninstall-am +#>+ 1 +uninstall: uninstall-nls uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +#>- clean: clean-am +#>+ 1 +clean: kde-rpo-clean clean-am + +#>- clean-am: clean-generic clean-libtool mostlyclean-am +#>+ 1 +clean-am: clean-bcheck clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +#>- install-data-am: +#>+ 1 +install-data-am: install-nls + +install-dvi: install-dvi-am + +install-exec-am: + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +#>- maintainer-clean: maintainer-clean-am +#>+ 1 +maintainer-clean: clean-nls maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am + + +# To merge the messages from kdbg.pot into the *.po files do this +# in the _source_ directory: +# make -f ../admin/Makefile.common package-merge POFILES='*.po' PACKAGE=kdbg > /dev/null +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: + + +#>+ 2 +KDE_DIST=tr.gmo zh_CN.po sv.gmo sr.gmo nn.po da.po ru.gmo nb.gmo de.po ja.gmo fr.po nb.po cs.po tr.po zh_CN.gmo sk.gmo ro.po ja.po it.gmo de.gmo es.po pt.gmo es.gmo it.po da.gmo sr.po pl.gmo pt.po hr.po ru.po fr.gmo ro.gmo cs.gmo nn.gmo Makefile.in hr.gmo sv.po hu.po pl.po sk.po hu.gmo Makefile.am + +#>+ 61 +pt.gmo: pt.po + rm -f pt.gmo; $(GMSGFMT) -o pt.gmo $(srcdir)/pt.po + test ! -f pt.gmo || touch pt.gmo +it.gmo: it.po + rm -f it.gmo; $(GMSGFMT) -o it.gmo $(srcdir)/it.po + test ! -f it.gmo || touch it.gmo +hu.gmo: hu.po + rm -f hu.gmo; $(GMSGFMT) -o hu.gmo $(srcdir)/hu.po + test ! -f hu.gmo || touch hu.gmo +da.gmo: da.po + rm -f da.gmo; $(GMSGFMT) -o da.gmo $(srcdir)/da.po + test ! -f da.gmo || touch da.gmo +ru.gmo: ru.po + rm -f ru.gmo; $(GMSGFMT) -o ru.gmo $(srcdir)/ru.po + test ! -f ru.gmo || touch ru.gmo +es.gmo: es.po + rm -f es.gmo; $(GMSGFMT) -o es.gmo $(srcdir)/es.po + test ! -f es.gmo || touch es.gmo +sv.gmo: sv.po + rm -f sv.gmo; $(GMSGFMT) -o sv.gmo $(srcdir)/sv.po + test ! -f sv.gmo || touch sv.gmo +nb.gmo: nb.po + rm -f nb.gmo; $(GMSGFMT) -o nb.gmo $(srcdir)/nb.po + test ! -f nb.gmo || touch nb.gmo +fr.gmo: fr.po + rm -f fr.gmo; $(GMSGFMT) -o fr.gmo $(srcdir)/fr.po + test ! -f fr.gmo || touch fr.gmo +zh_CN.gmo: zh_CN.po + rm -f zh_CN.gmo; $(GMSGFMT) -o zh_CN.gmo $(srcdir)/zh_CN.po + test ! -f zh_CN.gmo || touch zh_CN.gmo +cs.gmo: cs.po + rm -f cs.gmo; $(GMSGFMT) -o cs.gmo $(srcdir)/cs.po + test ! -f cs.gmo || touch cs.gmo +nn.gmo: nn.po + rm -f nn.gmo; $(GMSGFMT) -o nn.gmo $(srcdir)/nn.po + test ! -f nn.gmo || touch nn.gmo +sk.gmo: sk.po + rm -f sk.gmo; $(GMSGFMT) -o sk.gmo $(srcdir)/sk.po + test ! -f sk.gmo || touch sk.gmo +ro.gmo: ro.po + rm -f ro.gmo; $(GMSGFMT) -o ro.gmo $(srcdir)/ro.po + test ! -f ro.gmo || touch ro.gmo +sr.gmo: sr.po + rm -f sr.gmo; $(GMSGFMT) -o sr.gmo $(srcdir)/sr.po + test ! -f sr.gmo || touch sr.gmo +de.gmo: de.po + rm -f de.gmo; $(GMSGFMT) -o de.gmo $(srcdir)/de.po + test ! -f de.gmo || touch de.gmo +pl.gmo: pl.po + rm -f pl.gmo; $(GMSGFMT) -o pl.gmo $(srcdir)/pl.po + test ! -f pl.gmo || touch pl.gmo +ja.gmo: ja.po + rm -f ja.gmo; $(GMSGFMT) -o ja.gmo $(srcdir)/ja.po + test ! -f ja.gmo || touch ja.gmo +hr.gmo: hr.po + rm -f hr.gmo; $(GMSGFMT) -o hr.gmo $(srcdir)/hr.po + test ! -f hr.gmo || touch hr.gmo +tr.gmo: tr.po + rm -f tr.gmo; $(GMSGFMT) -o tr.gmo $(srcdir)/tr.po + test ! -f tr.gmo || touch tr.gmo + +#>+ 3 +clean-nls: + -rm -f pt.gmo it.gmo hu.gmo da.gmo ru.gmo es.gmo sv.gmo nb.gmo fr.gmo zh_CN.gmo cs.gmo nn.gmo sk.gmo ro.gmo sr.gmo de.gmo pl.gmo ja.gmo hr.gmo tr.gmo + +#>+ 10 +install-nls: + @for base in pt it hu da ru es sv nb fr zh_CN cs nn sk ro sr de pl ja hr tr ; do \ + echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\ + $(mkinstalldirs) $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES ; \ + if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\ + elif test -f $(srcdir)/$$base.gmo; then $(INSTALL_DATA) $(srcdir)/$$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\ + fi ;\ + done + + +#>+ 22 +uninstall-nls: + rm -f $(DESTDIR)$(kde_locale)/pt/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/it/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/hu/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/da/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/ru/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/es/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/sv/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/nb/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/fr/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/zh_CN/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/cs/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/nn/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/sk/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/ro/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/sr/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/de/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/pl/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/ja/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/hr/LC_MESSAGES/$(PACKAGE).mo + rm -f $(DESTDIR)$(kde_locale)/tr/LC_MESSAGES/$(PACKAGE).mo + +#>+ 2 +all-nls: $(GMOFILES) + +#>+ 8 +distdir-nls:$(GMOFILES) + for file in $(POFILES); do \ + cp $(srcdir)/$$file $(distdir); \ + done + for file in $(GMOFILES); do \ + cp $(srcdir)/$$file $(distdir); \ + done + +#>+ 4 +merge: + $(MAKE) -f $(top_srcdir)/admin/Makefile.common package-merge POFILES="${POFILES}" PACKAGE=${PACKAGE} + + +#>+ 2 +docs-am: + +#>+ 15 +force-reedit: + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu po/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu po/Makefile + cd $(top_srcdir) && perl admin/am_edit -padmin po/Makefile.in + + +#>+ 21 +clean-bcheck: + rm -f *.bchecktest.cc *.bchecktest.cc.class a.out + +bcheck: bcheck-am + +bcheck-am: + @for i in ; do \ + if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \ + echo "int main() {return 0;}" > $$i.bchecktest.cc ; \ + echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \ + echo "$$i"; \ + if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \ + rm -f $$i.bchecktest.cc; exit 1; \ + fi ; \ + echo "" >> $$i.bchecktest.cc.class; \ + perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \ + rm -f a.out; \ + fi ; \ + done + + +#>+ 3 +final: + $(MAKE) all-am + +#>+ 3 +final-install: + $(MAKE) install-am + +#>+ 3 +no-final: + $(MAKE) all-am + +#>+ 3 +no-final-install: + $(MAKE) install-am + +#>+ 3 +kde-rpo-clean: + -rm -f *.rpo + +#>+ 3 +nmcheck: +nmcheck-am: nmcheck diff --git a/po/cs.gmo b/po/cs.gmo new file mode 100644 index 0000000..e1172b2 Binary files /dev/null and b/po/cs.gmo differ diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 0000000..1d15543 --- /dev/null +++ b/po/cs.po @@ -0,0 +1,898 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998-2001 Johannes Sixt +# Johannes Sixt , 2001 +# +msgid "" +msgstr "" +"Project-Id-Version: kdbg 1.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 15:56MDT\n" +"Last-Translator: Radek Malcic \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Hodnota" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "Adresa" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "B&ytová" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "He&xadecimální" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "&Osmičková" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "&Binární" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "&Adresa" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "&Znak" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +msgid "&Strings" +msgstr "&Řetězec..." + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "&Instrukce" + +#: brkpt.cpp:63 +msgid "Add &Breakpoint" +msgstr "Přidat &Zarážku" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "Přidat &Watchpoint" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "&Zakázat" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "&Povolit" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Zobrazit kód" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Podmínka..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Umístění" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Hodnoty" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "Ignorovat" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Podmínka" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Podmíněná zarážka" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Podmínka:" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "Ignorovat &následující hodnoty:" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "Nový pracovní adresář: " + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 se neočekávaně ukončilo\n" +"Obnovit proces ?" + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Přidat " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Smazat " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "Spušt&ění" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktivní" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" +"Nemohu spustit proces ladění.\n" +"Prosím, ukončete KDbg a upozorněte autora programu." + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Globalní nastavení" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "&Nastavení" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Výstup programu" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +msgid "path of executable to debug" +msgstr "Vyberte spustitelný soubor, který chcete trasovat" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "soubor core, který chcete použít" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Nelze spustit debuger." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "Chcete-li použít základní nastavení, smažte zadané hodnoty." + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "Spuštění &GDB:" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T nahrazuje titulek okna,\n" +"%C nahrazuje shell script, který otevírá okno terminálu." + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "&Terminál pro výstup programu:" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Připojit k procesu" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Zadejte číslo procesu pro připojení:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" +"Jak spustit &GDB - ponechte prázdné,\n" +"pokud chcete použít základní nastavení:" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "Žád&ný vstup a výstup" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "Pouze &výstup, jednoduchá emulace terminálu" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "Plná emulace &terminálu" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "%1: Nastavení pro %2" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "&Výstup" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Hledat" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Rozlišovat velká/malá" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Vpřed" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "V&zad" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "Spušt&ění" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Zarážka" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Argumenty programu" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argumenty..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Spustit %1 s argumenty:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, fuzzy, no-c-format +msgid "&Working Directory" +msgstr "Pracovní adresář:" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Více..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Proměnné prostředí (Jméno=hodnota):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Jméno" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, fuzzy, no-c-format +msgid "&xsldbg Options" +msgstr "&Globalní nastavení..." + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Připojit k procesu" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, fuzzy, no-c-format +msgid "Clear filter" +msgstr "|Hlavičkové soubory\n" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "ID Vlákna" + +#: dbgmainwnd.cpp:46 +msgid "Source" +msgstr "Zdroj" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "Zásobník" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "Lokalní proměnné" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "&Zakázat" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +msgid "Registers" +msgstr "Registry" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Zarážky" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "Výstup" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "Vlákna" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "Pamět" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Otevřít zdroj..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "&Znovu načíst zdroj" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "Spustit&elný soubor..." + +#: dbgmainwnd.cpp:189 +msgid "Recent E&xecutables" +msgstr "Naposledy spuštěné soubory" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "&Core dump..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "&Globalní nastavení..." + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Okno" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "Zdrojový &kod" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "Zásobní&k" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "&Lokalní proměnné" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +msgid "&Registers" +msgstr "&Registry" + +#: dbgmainwnd.cpp:219 +msgid "&Breakpoints" +msgstr "&Zarážky" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "V&lákna" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "Pa&mě" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "&Spustit" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Krok &do" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Krok &přes" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "Krok &ven" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Spustit ke &kurzoru" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "Krok do po instrukci" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "Krok přes po instrukci" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "P&řerušit" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "&Zabít" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "Res&tartovat" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "Připojit..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argumenty..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Nastavit/smazat &zarážku" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Nastavit &dočasnou zarážku" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "Po&volit/zakázat zarážku" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "Hodnota" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Restartovat" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Core dump" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1' není souborem nebo neexistuje" + +#: dbgmainwnd.cpp:702 +msgid "|All source files\n" +msgstr "|Všechny zdrojové soubory\n" + +#: dbgmainwnd.cpp:703 +msgid "|Source files\n" +msgstr "|Zdrojové soubory\n" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "|Hlavičkové soubory\n" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "*|Všechny soubory" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Vyberte spustitelný soubor, který chcete trasovat" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Vyberte core dump" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "&Umístit na pozadí po skončení programu" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "Okno &zpět (v milisekundách):" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "Velikost &tabelátoru (počet znaků):" + +#: prefmisc.cpp:37 +msgid "File filter for &source files:" +msgstr "Filtr pro zdrojové &soubory:" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "Filtr pro &hlavičkové soubory:" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "&Smazat" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "&Desítková" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +msgid "Register" +msgstr "Registr" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "Dekódovaná hodnota" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#~ msgid "&Settings..." +#~ msgstr "Na&stavení..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Přepnout panel &nástrojů" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Přepnout &stavový řádek" + +#~ msgid "Executable" +#~ msgstr "Spustitelný soubor" + +#~ msgid "Open a source file" +#~ msgstr "Otevřít zdrojový soubor" + +#~ msgid "Reload source file" +#~ msgstr "Znovu načíst zdrojový soubor" + +#~ msgid "Run/Continue" +#~ msgstr "Spustit/Pokračovat" + +#~ msgid "Step into" +#~ msgstr "Krok do" + +#~ msgid "Step over" +#~ msgstr "Krok přes" + +#~ msgid "Step out" +#~ msgstr "Krok ven" + +#~ msgid "Step into by instruction" +#~ msgstr "Krok do po instrukci" + +#~ msgid "Step over by instruction" +#~ msgstr "Krok přes po instrukci" + +#~ msgid "Breakpoint" +#~ msgstr "Zarážka" + +#~ msgid "Search" +#~ msgstr "Hledat" diff --git a/po/da.gmo b/po/da.gmo new file mode 100644 index 0000000..d3e24fd Binary files /dev/null and b/po/da.gmo differ diff --git a/po/da.po b/po/da.po new file mode 100644 index 0000000..536fcd5 --- /dev/null +++ b/po/da.po @@ -0,0 +1,891 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998,1999 Johannes Sixt +# Johannes Sixt , 1999 +# +msgid "" +msgstr "" +"Project-Id-Version: kdbg 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 15:57MDT\n" +"Last-Translator: Steen Rabol \n" +"Language-Team: da \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Værdi" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +msgid "&Strings" +msgstr "" + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "Sæt/fjern &breakpoint" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Vis kode" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Betingelser..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Lokation" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "Ignorer" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Betingelse" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Betingelses breakpoint" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Betingelse:" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "Ignorer og gå til &næste" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "" + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 afsluttede uventet.\n" +"Genstart sesionen (eks. med fil|Applikation)." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Tilføj " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Slet " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "&Udførelse" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktiv" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr "" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr "" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Vælg program der skal debugges" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Kan ikke starte debugger" + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "" + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Hæft til proces" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Specificer det proces nummer der skal hæftes til:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Søg" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Forskel på store og små bogstaver" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Fremad" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Baglæns" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "&Udførelse" + +#: rc.cpp:12 +#, fuzzy, no-c-format +msgid "&Breakpoint" +msgstr "Sæt/fjern &breakpoint" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Program argumenter" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argumenter..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Udfør %1 med disse parametre" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, no-c-format +msgid "&Working Directory" +msgstr "" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Mere..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Enviroment variable(NAVN=værdi)" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Navn" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, no-c-format +msgid "&xsldbg Options" +msgstr "" + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Hæft til proces" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "&Genlæs kilde kode" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "Værdi" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "Genstart" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Åben kilde kode..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "&Genlæs kilde kode" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Applikation..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Applikation" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "" + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "" + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Vindue" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +#, fuzzy +msgid "&Registers" +msgstr "Genstart" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Sæt/fjern &breakpoint" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "&Udfør" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Gå &ind i" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Spring &over" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "Hop &ud" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Udfør til markør" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "Gen&start" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "&Vedhæft..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argumenter..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Sæt/fjern &breakpoint" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Sæt midlertidigt breakpoint" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Aktiver/Deaktiver breakpoint" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "Værdi" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Genstart" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "'%1' er ikke en fil eller findes ikke" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Genlæs kilde kode" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Åben en kilde kode fil" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Vælg program der skal debugges" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Vælg core dump" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "Genlæs kilde kode" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "Genstart" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Vis/gem &toolbar" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Vis/gem &statusbar" + +#~ msgid "Executable" +#~ msgstr "Applikation" + +#~ msgid "Open a source file" +#~ msgstr "Åben en kilde kode fil" + +#~ msgid "Reload source file" +#~ msgstr "Genlæs kilde kode" + +#~ msgid "Run/Continue" +#~ msgstr "Udfør/fortsæt" + +#~ msgid "Step into" +#~ msgstr "Hop ind i" + +#~ msgid "Step over" +#~ msgstr "Spring over" + +#~ msgid "Step out" +#~ msgstr "Hop ud" + +#~ msgid "Search" +#~ msgstr "Søg" diff --git a/po/de.gmo b/po/de.gmo new file mode 100644 index 0000000..dceb813 Binary files /dev/null and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..bd65ce7 --- /dev/null +++ b/po/de.po @@ -0,0 +1,904 @@ +# translation of de.po to Deutsch +# KDbg - Debugger GUI for gdb +# Copyright (C) Johannes Sixt , 1998-2009. +# +# Johannes Sixt , 2005, 2006, 2007, 2009. +msgid "" +msgstr "" +"Project-Id-Version: de\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2009-07-19 23:09+0200\n" +"Last-Translator: Johannes Sixt \n" +"Language-Team: Deutsch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Wert" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "Adresse" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "B&ytes" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "Halbwörter (&2 Bytes)" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "Wörter (&4 Bytes)" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "Doppelwörter (&8 Bytes)" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "He&xadezimal" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "&Dezimal mit Vorzeichen" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "D&ezimal ohne Vorzeichen" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "&Oktal" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "&Binär" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "&Adressen" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "&Zeichen" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "&Fließkomma" + +#: memwindow.cpp:83 +msgid "&Strings" +msgstr "&Zeichenketten" + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "D&isassembliert" + +#: brkpt.cpp:63 +msgid "Add &Breakpoint" +msgstr "&Haltepunkt" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "&Watchpoint" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "&Deaktivieren" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "&Aktivieren" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Code anzeigen" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Bedingt..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Ort" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Stops" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "Ignorieren" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Bedingung" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Bedingten Haltepunkt setzen" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Bedingung:" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "Ignoriere &nächste Treffer:" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "Neues Arbeitsverzeichnis: " + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 wurde unerwartet beendet\n" +"Sie müssen die Sitzung neu starten (z.B. mit Datei|Programm)." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" +"Die Einstellungen für dieses Programm legen folgende Debugger-Anweisung " +"fest:\n" +"%1\n" +"Soll diese Anweisung benutzt werden?" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Neu " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Entf " + +#: mainwndbase.cpp:45 +msgid "Expression" +msgstr "Ausdruck" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktiv" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "Sprache `%1' unbekannt" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" +"Konnte den Debugger nicht starten.\n" +"Bitte beenden Sie KDbg und beheben Sie das Problem." + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Globale Einstellungen" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "&Debugger" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "&Verschiedenes" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Programmausgabe" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "Ein Debugger" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "XSLT debuggen" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "Registergruppen und -formatierung" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "Mitschrift der Kommunikation zw. KDbg und gdb" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "entferntes Debuggen über " + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "Programmiersprache: C, XSLT" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "verwende XSLT (überholt, verwende -l stattdessen)" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "gibt Argumente für das Programm an" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "gibt den PID des zu debuggenden Prozesses an" + +#: main.cpp:60 +msgid "path of executable to debug" +msgstr "Pfad zum zu debuggenden Programm" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "ein zu verwendender Core-Dump" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Kann Debugger nicht ausführen." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "Wenn die Einträge leer sind, werden Standardeinstellungen verwendet." + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "Aufruf von &GDB:" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T wird durch eine Überschrift ersetzt,\n" +"%C wird durch eine Bourne-Shell-Skript ersetzt, das\n" +"das Terminal-Fenster offen hält." + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "&Terminal für die Programmausgabe" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": An Prozess attachen" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Geben Sie die Prozessnummer ein:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" +"Aufruf von &GDB - wenn Sie dieses Feld leer lassen,\n" +"wird die globale Einstellung übernommen:" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "&Keine Ein- und Ausgabe" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "Nur &Ausgabe, einfache Terminalemulation" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "&Volle Terminalemulation" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "%1: Einstellungen für %2" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "&Ausgabe" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Suche" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Groß-/Kleinschreibung" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Vorwärts" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Rückwärts" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "A&usführung" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "Halte&punkt" + +#: rc.cpp:18 +#, no-c-format +msgid "Program Arguments" +msgstr "Programmargumente" + +#: rc.cpp:21 +#, no-c-format +msgid "&Arguments" +msgstr "&Argumente" + +#: rc.cpp:24 +#, no-c-format +msgid "Run %1 with these arguments:" +msgstr "%1 mit folgenden Argumenten ausführen:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" +"Geben Sie hier die Argumente an, mit denen das Programm in dieser Debug-" +"Sitzung ausgeführt werden soll. Sie geben die Argumente genau so an, wie Sie " +"das auch auf der Kommandozeile angeben würden; d.h. Sie können auch " +"Anführungszeichen und Umgebungsvariablen verwenden, z.B.:

--message " +"'start in: ' $HOME" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "&Dateinamen einfügen..." + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "Alt+D" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" +"Suchen Sie nach einer Datei; der komplette Dateiname wird an der " +"Cursorposition im obigen Feld eingefügt." + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "&Verzeichnis einfügen..." + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "Alt+V" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" +"Suchen Sie nach einem Verzeichnis;der komplette Verzeichnisname wird an der " +"Cursorposition im obigen Feld eingefügt." + +#: rc.cpp:48 +#, no-c-format +msgid "&Working Directory" +msgstr "Arbeitsverzeichnis" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" +"Geben Sie hier das Arbeitsverzeichnis an, in dem das Program ausgeführt " +"werden soll." + +#: rc.cpp:54 +#, no-c-format +msgid "&Browse..." +msgstr "&Durchsuchen..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "Alt+D" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" +"Hiermit suchen Sie das Arbeitsverzeichnis, in dem das Programm ausgeführt " +"werden soll." + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "&Umgebungsvariablen" + +#: rc.cpp:66 +#, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Umgebungsvariablen (NAME=Wert):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" +"Um eine neue Umgebungsvariable anzulegen oder eine vorhandene zu verändern, " +"geben Sie sie hier in der Form NAME=Wert an und wählen Sie " +"Ändern." + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Name" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" +"Die Umgebungsvariablen in dieser Liste werden zusätzlich zu den " +"vererbten gesetzt. Um eine neue Umgebungsvariable anzulegen, geben Sie sie " +"in der Form NAME=Wert im Eingebefeld an und wählen Ändern. " +"Um den Wert zu verändern, wählen Sie die Variable in der Liste aus und " +"wählen Ändern. Mit Löschen wird die ausgewählte Variable aus " +"der Liste entfernt." + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "Alt+Ä" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" +"Fügt die Umgebungsvariable, die gerade im Eingabefeld angegeben ist, zu der " +"Liste hinzu. Wenn die genannte Variable schon vorhanden ist, wird ihr Wert " +"geändert." + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" +"Entfernt die ausgewählte Umgebungsvariable aus der Liste. Diese Funktion " +"kann nicht verwendet werden, um vererbte Variablen zu entfernen." + +#: rc.cpp:99 +#, no-c-format +msgid "&xsldbg Options" +msgstr "&xsldbg-Einstellungen" + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "F1" + +#: rc.cpp:116 +#, no-c-format +msgid "Attach to Process" +msgstr "An Prozess attachen" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "&Filter oder PID:" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" +"Geben Sie hier den Programmnamen oder die Prozess-ID (PID) an, sodass " +"weniger Einträge in der Tabelle aufscheinen." + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "..." + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "Filter löschen" + +#: rc.cpp:131 +#, no-c-format +msgid "Use this button to clear the filter text so that all processes are displayed." +msgstr "" +"Mit dieser Schaltfläche können Sie die Filtereingabe löschen, sodass alle " +"Prozesse angezeigt werden." + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "Befehlszeile" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "PID" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "PPID" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" +"

Diese Tabelle zeigt alle Prozesse an, die gerade auf dem System laufen. " +"Sie müssen einen Prozess auswählen, an den sich KDbg attachen soll. Geben " +"Sie in Filter oder PID den Programmnamen oder die Prozess-ID ein; " +"damit wird die Tabelle kürzer.

Der Text in der Spalte Befehlszeile " +"ist normalerweise (aber nicht immer) der Befehl, mit dem der Prozess " +"gestartet wurde. Die Spalte PID zeigt die Prozess-ID. Die Spalte " +"PPID zeigt die Prozess-ID des Vater-Prozesses. In den weiteren " +"Spalten stehen zusätzliche Informationen über die Prozesse, die auch mit dem " +"Systembefehl ps angezeigt werden können.

Die Tabelle wird nicht " +"automatisch aktualisiert. Benutzen Sie dazu die Schaltfläche " +"Aktualisieren.

" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "&Aktualisieren" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "Diese Schaltfläche aktualisiert die Anzeige." + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" +"Sie müssenen einen Prozess in der Liste auswählen. Dann klicken Sie OK, um den Prozess zu attachen." + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "Thread-ID" + +#: dbgmainwnd.cpp:46 +msgid "Source" +msgstr "Quellcode" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "Stack" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "Lokale Variablen" + +#: dbgmainwnd.cpp:58 +msgid "Variable" +msgstr "Variable" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "Ausdrücke" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +msgid "Registers" +msgstr "Register" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Haltepunkte" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "Ausgabe" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "Threads" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "Speicher" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "Quellcode Ö&ffnen..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "E&rneut laden" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Programm..." + +#: dbgmainwnd.cpp:189 +msgid "Recent E&xecutables" +msgstr "&Zuletzt geöffnete Programme" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "&Core dump..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "Dieses &Programm" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "&Globale Einstellungen..." + +#: dbgmainwnd.cpp:207 +msgid "&Find" +msgstr "&Suche" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "&Quellcode" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "Stac&k" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "&Lokale Variablen" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "&Ausdrücke" + +#: dbgmainwnd.cpp:218 +msgid "&Registers" +msgstr "&Register" + +#: dbgmainwnd.cpp:219 +msgid "&Breakpoints" +msgstr "&Haltepunkte" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "&Threads" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "&Speicher" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "Aus&führen" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "&In Funktion" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Ü&ber Funktion" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "&Aus Funktion" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "&Zum Cursor" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "I&nstruktion - in Funktion" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "In&struktion - über Funktion" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "&Programmzähler auf aktuelle Zeile" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Unterbrechen" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "Been&den" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "&Erneut ausführen" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "A&ttachen..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "Argu&mente..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "&Setzen/entfernen" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "&Temporären Haltepunkt setzen" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Aktiv/inaktiv" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "Ausdruck beobachten" + +#: dbgmainwnd.cpp:293 +msgid "Edit Value" +msgstr "Wert bearbeiten" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Erneut ausführen" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Core dump" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1' ist keine Datei oder existiert nicht" + +#: dbgmainwnd.cpp:702 +msgid "|All source files\n" +msgstr "|Alle Quellcodedateien\n" + +#: dbgmainwnd.cpp:703 +msgid "|Source files\n" +msgstr "|Quellcodedateien\n" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "|Header-Dateien\n" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "*|Alle Dateien" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Ausführbares Programm zum Debuggen wählen" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Core dump wählen" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "Speicherinhalt nicht verfügbar" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "Debugger nach &vorne bringen, sobald das Programm stoppt" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" +"Ver&zögerung, bis Debugger wieder\n" +"nach hinten geht (in Millisek.):" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "&Tabulatorweite (in Zeichen):" + +#: prefmisc.cpp:37 +msgid "File filter for &source files:" +msgstr "Dateifilter für &Quellcodedateien:" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "Dateifilter für &Header-Dateien:" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "&Löschen" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "Als Programmargument einzusetzende Datei wählen" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "Als Programmargument einzusetzendes Verzeichnis wählen" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "&GDB-Standard" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "&Dezimal" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "Reell (&e)" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "Reell (&f)" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "&Reell (g)" + +#: regwnd.cpp:427 +msgid "Register" +msgstr "Register" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "Dekodierter Wert" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "x86/x87 Segment" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "Schalter" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "Allgemein u.a." + diff --git a/po/es.gmo b/po/es.gmo new file mode 100644 index 0000000..53f066d Binary files /dev/null and b/po/es.gmo differ diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..af6eff1 --- /dev/null +++ b/po/es.po @@ -0,0 +1,902 @@ +# translation of es.po to +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998-2000 Johannes Sixt +# +# Johannes Sixt , 2000. +# Borja Bergua Guerra , 2007. +msgid "" +msgstr "" +"Project-Id-Version: es\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2007-12-30 12:45+0100\n" +"Last-Translator: Borja Bergua Guerra \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.2\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Valor" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "Dirección" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +msgid "&Strings" +msgstr "" + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "&Instrucciones" + +#: brkpt.cpp:63 +msgid "Add &Breakpoint" +msgstr "Añadir &Breakpoint" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "Añadir &Watchpoint" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "&Deshabilitar" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "&Habilitar" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Ver Código" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Condicionados..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Lugar" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Ocurrencias" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "Ignorar" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Condición" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Parada condicional" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Condición : " + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "Ig&norar siguientes ocurrencias:" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "Nuevo directorio de trabajo:" + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 se murió de forma inesperada.\n" +"Reinicie la sesión (por ejemplo,.: con Fichero|Ejecutable)." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" +"La configuración de este programa especifica el siguiente depurador:\n" +"%1\n" +"¿Se debe usar esta orden?" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Añadir " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Borrar " + +#: mainwndbase.cpp:45 +msgid "Expression" +msgstr "Expresión" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "activo" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "No se puede depurar el lenguaje `%1'" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" +"No se pudo iniciar el depurador.\n" +"Por favor, cierre KDbg y solucione el problema." + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Opciones globales" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "&Depurador" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "&Miscelánea" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Datos de salida" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "Un depurador" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "Depuración XSLT" + +#: main.cpp:49 +#, fuzzy +msgid "Register groups and formating" +msgstr "Registro de grupos y formato" + +#: main.cpp:54 +#, fuzzy +msgid "transcript of conversation with the debugger" +msgstr "transcripción de conversación con el depurador" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "depuración remota a través de " + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "especificar lenguaje: C, XSLT" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "usar lenguaje XSLT (en desuso)" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "especificar el PID del proceso a depurar" + +#: main.cpp:60 +msgid "path of executable to debug" +msgstr "ruta del ejecutable a depurar" + +#: main.cpp:61 +#, fuzzy +msgid "a core file to use" +msgstr "un fichero core a usar" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Imposible iniciar el depurador." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "Borrar las entradas para volver a los valores por omisión" + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "Cómo iniciar &GDB" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T Será reemplazado por un título,\n" +"%C será reemplazado por un guión de Bourne shell que\n" +"mantenga la ventana de terminal abierta." + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "&Terminal de los datos de salida:" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Ligarse al proceso" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Especificar el número de proceso al que ligarse :" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" +"Cómo iniciar &GDB - dejar en blanco para usar\n" +"la opción por omisión de las opciones globales:" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "&Sin entrada ni salida" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "Só&lo salida, emulación de terminal sencilla" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "&Emulación de terminal completa" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "%1: Configuración para %2" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "&Salida" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Buscar" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Distinción de mayúsculas" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Siguiente" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Anterior" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "E&jecución" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Punto de interrupción" + +#: rc.cpp:18 +#, no-c-format +msgid "Program Arguments" +msgstr "Argumentos del programa" + +#: rc.cpp:21 +#, no-c-format +msgid "&Arguments" +msgstr "&Argumentos" + +#: rc.cpp:24 +#, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Ejecutar %1 con estos argumentos: " + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" +"Especifique los argumentos con los que se debe invocar el programa para esta " +"sesión de depuración. Especifique los argumentos como lo haría en línea de " +"órdenes, es decir, puede incluso usar comillas y variables de entorno, por " +"ejemplo:

--message 'start in: ' $HOME" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "Insertar nombre de &fichero..." + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" +"Busque un fichero; la ruta completa se insertará en la posición actual del " +"cursor en la caja de edición de arriba." + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "Insertar nombre de d&irectorio..." + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" +"Busque un directorio; la ruta completa se insertará en la posición actual " +"del cursor en la caja de edición de arriba." + +#: rc.cpp:48 +#, no-c-format +msgid "&Working Directory" +msgstr "&Directorio de trabajo" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" +"Especifique aquí el directorio de trabajo inicial donde se ejecuta el " +"programa" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Más..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "Elija el directorio de trabajo inicial donde se ejecuta el programa" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "&Entorno" + +#: rc.cpp:66 +#, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Variables de entorno (NOMBRE=valor):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" +"Para añadir una nueva variable de entorno o para modificar una, " +"especifiquela aquí de la forma NOMBRE=valor y pulse Modificar." + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Nombre" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" +"Las variables de entorno que se especifiquen además de aquellas que " +"se hereden se listan en esta tabla. Para añadir nuevas variables de entorno, " +"especifiquelas de la forma NOMBRE=valor en la caja de edición de " +"arriba y pulse Modificar. Para modificar un valor, selecciónelo en " +"esta lista y pulse Modificar. Para eliminar una variable de entorno, " +"selecciónela en esta lista y pulse Eliminar" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" +"Introduce la variable de entorno que está especificada actualmente en la " +"caja de edición dentro de la lista. Si la variable ya está en la lista, " +"recibe un nuevo valor, en otro caso, se crea una nueva entrada." + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" +"Elimina la variables de entorno seleccionada de la lista. No puede usarse " +"para eliminar variables de entorno heredadas." + +#: rc.cpp:99 +#, no-c-format +msgid "&xsldbg Options" +msgstr "&Opciones xsldbg" + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, no-c-format +msgid "Attach to Process" +msgstr "Ligar al proceso" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "&Filtro o PID" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" +"Escriba el nombre del proceso o su identificador (PID) aquí para reducir el " +"número de entradas en la lista." + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "Borrar filtro" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" +"Use este botón para borrar el texto del filtro de forma que se muestren " +"todos los procesos." + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "Comando" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" +"

Esta lista muestra todos los procesos que se estań ejecutando " +"actualmente. Debe seleccionar el proceso al que quiera que KDbg se ligue. " +"Use la caja de edición Filtro o PID para reducir el número de " +"entradas en esta lista.

El texto en la columna Comando es " +"normalmente, pero no siempre, la orden que se usó para iniciar el proceso. " +"La columna PID muestra el identificador del proceso. La columna " +"PPID muestra el identificador del proceso padre. Las demás columnas " +"muestran más información sobre los procesos que también esta disponible a " +"través de la orden del sistema ps.

La lista no se actualiza " +"automáticamente. Use el botón Actualizar para actualizarla.

" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "&Actualizar" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "Este botón actualiza la lista de procesos." + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" +"Debe seleccionar un proceso de la lista. Después, pulse el botón Aceptar para ligar a ese proceso." + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "ID de Hilo" + +#: dbgmainwnd.cpp:46 +msgid "Source" +msgstr "Fuente" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "Pila" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "Locales" + +#: dbgmainwnd.cpp:58 +msgid "Variable" +msgstr "Variable" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "Expresiones Vigiladas" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +msgid "Registers" +msgstr "Registros" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Puntos de interrupción" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "Salida" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "Hilos" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "Memoria" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Abrir un fichero fuente..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "&Recargar el fichero fuente" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Ejecutable..." + +#: dbgmainwnd.cpp:189 +msgid "Recent E&xecutables" +msgstr "E&jecutables Recientes" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "" + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "&Este Programa" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "&Opciones globales..." + +#: dbgmainwnd.cpp:207 +msgid "&Find" +msgstr "&Buscar" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "&Código fuente" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "&Pila" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "&Locales" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "&Expresiones Vigiladas" + +#: dbgmainwnd.cpp:218 +msgid "&Registers" +msgstr "&Registros" + +#: dbgmainwnd.cpp:219 +msgid "&Breakpoints" +msgstr "&Puntos de interrupción" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "&Hilos" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "&Memoria" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "&Ejecutar" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Entrar en la &función" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "&Otra instrucción" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "&Salir de la función" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Ejecutar hasta &cursor" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Parar" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "&Matar" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "&Reiniciar" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "&Ligar..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argumentos..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "&Poner/Quitar puntos de interrupción" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "&Definir puntos de interrupción temporales" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Activar/Desactivar puntos de interrupción" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "Vigilar Expresión" + +#: dbgmainwnd.cpp:293 +msgid "Edit Value" +msgstr "Editar Valor" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Reiniciar" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1' no es un fichero o no existe" + +#: dbgmainwnd.cpp:702 +msgid "|All source files\n" +msgstr "|Todos los ficheros fuente\n" + +#: dbgmainwnd.cpp:703 +msgid "|Source files\n" +msgstr "|Ficheros fuente\n" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "|Ficheros de cabeceras\n" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "*|Todos los ficheros" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Elija el ejecutable a analizar" + +#: dbgmainwnd.cpp:813 +#, fuzzy +msgid "Select core dump" +msgstr "Elija el core dump" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "Volcado de memoria no disponible" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "&Saltar a primer plano cuando el programa finalice" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "Tiempo hasta que la ventana vuelva (en milisegundos):" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +msgid "File filter for &source files:" +msgstr "Filtro para ficheros fuente:" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "Filtro para ficheros de &cabeceras:" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "&Limpiar" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "Seleccione un fichero para insertarlo como argumento del programa" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "Seleccione un directorio para insertarlo como argumento del programa" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +msgid "Register" +msgstr "Registro" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "Valor Decodificado" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "Segmento x86/x87" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "Banderas" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "GP y otros" diff --git a/po/fr.gmo b/po/fr.gmo new file mode 100644 index 0000000..305c02c Binary files /dev/null and b/po/fr.gmo differ diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 0000000..7028457 --- /dev/null +++ b/po/fr.po @@ -0,0 +1,912 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998,1999 Johannes Sixt +# Johannes Sixt , 1999 +# +msgid "" +msgstr "" +"Project-Id-Version: kdbg 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2006-10-10 23:08MDT\n" +"Last-Translator: Sylvestre Ledru \n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Valeur" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "Adresse" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "B&ytes" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "Demi-mots (&2 Bytes)" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "Mots (&4 Bytes)" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "Double-mots (&8 Bytes)" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "He&xadecimal" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "&Décimal signé" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "Décimal non-signé" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "&Octal" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "&Binaire" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "&Adresses" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "&Caractère" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "&Virgule flottante" + +#: memwindow.cpp:83 +#, fuzzy +msgid "&Strings" +msgstr "Re&chercher..." + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "&Instructions" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "&Points d'arrêt" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "Ajouter un &point de surveillance" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "&Désactiver" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "&Activer" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Voir le code" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Conditionnés" + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Position" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Hits" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "Ignorer" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Condition" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Points d'arrêt conditionnés" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Condition : " + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "Ignore les hits &suivants" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "Nouveau répertoire de travail" + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 s'est terminé involontairement.\n" +"Redémarrez votre session (avec Fichier|Exécutable)." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" +"La commande pour le débogueur pour ce programme est :\n" +"%1\n" +"Cette commande doit-elle être utilisée ?" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Ajouter " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Supp " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "Expression surveillée" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "actif" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "Ne sait pas débogguer le langage `%1'" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" +"Impossible de démarrer le processus de déboggage.\n" +"Quittez KDbg et corrigez le problème." + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Préférences" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "&Déboguer" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "Di&vers" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Sortie du programme" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "Un débogueur" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "Déboggage XSLT" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "Groupes de registre et formatage" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "Log de la communication avec le débogueur" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "Déboggage distant via " + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "Entrez le langage : C, XSLT" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "Utilise le langage XSLT (déprécié)" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "Entrez le PID du processus à débogger" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Choisissez l'exécutable à débogguer" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "Fichier core à utiliser" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Incapable de démarrer le débogueur." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "Pour les paramêtres par défaut, effacez les valeurs" + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "Comment lancer &GDB" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T sera remplacé par un titre,\n" +"%C sera remplacé par un script qui\n" +"garde la console active." + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "&Sortie du programme :" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Attacher au processus" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Entrez le numéro du processus à attacher :" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" +"Comment lancer &GDB - laissez la cellule vide\n" +"pour utiliser les valeurs par défault:" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "&Pas d'entrée/sortie" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "Uniquement la &sortie, émulation de terminal simple" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "&Emulation complète de terminal " + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "%1: Paramètres pour %2" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "&Sortie" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Rechercher" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Différencier min/maj" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Suivant" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Précédent" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "E&xécution" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Points d'arrêt" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Paramètres du programme" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Paramètres..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Exécuter %1 avec ces paramètres : " + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, fuzzy, no-c-format +msgid "&Working Directory" +msgstr "Répertoire de travail:" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Autres..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Variables d'environnement (Nom=Valeur):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Nom" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, fuzzy, no-c-format +msgid "&xsldbg Options" +msgstr "&Préférences" + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Attacher au processus" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, fuzzy, no-c-format +msgid "Clear filter" +msgstr "|Fichiers d'entête\n" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "ID du Thread" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "&Recharger ce fichier source" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "Pile" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "Locales" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "&Désactiver" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "Points de surveillance" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "Registres" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Points d'arrêt" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "Sortie" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "Threads" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "Mémoire" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Ouvrir un fichier source..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "&Recharger ce fichier source" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Exécutable..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Exécutables récents" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "&Core dump..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "Ce &programme..." + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "&Préférences" + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Recherche" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "Code &source" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "&Pile" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "&Locales" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "&Expressions surveillées" + +#: dbgmainwnd.cpp:218 +#, fuzzy +msgid "&Registers" +msgstr "&Registres" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "&Points d'arrêt" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "T&hreads" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "&Mémoire" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "E&xécuter" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "&Entrer dans cette fonction" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "&Prochaine instruction" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "&Sortir de cette fonction" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Exécuter &jusqu'au curseur" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "&Entrer dans cette instruction" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "&Passer cette instruction" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "&Program Counter jusqu'à la ligne courante" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Stopper" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "&Tuer" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "&Continuer" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "A&ttacher..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Paramètres..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Placer/supp. &point d'arrêt" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Point d'arrêt &temporaire" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Activer/Désactiver pt. d'arrêt" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "Expression surveillée" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "Valeur" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Redémarrer" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Core dump" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1' n'est pas un fichier ou n'existe pas" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Recharger ce fichier source\n" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Ouvrir un fichier source\n" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "|Fichiers d'entête\n" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "*|Tous les fichiers" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Choisissez l'exécutable à déboguer" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Choisissez le core dump" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "Pas de dump de la mémoire disponible" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "&Apparait au premier plan quand le programme s'arrête" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "Temps à partir duquel la fenêtre revient (en millisecondes):" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "&Tabstop chaque (caractères):" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "Filtre fichier pour les fichier sources:" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "Filtre fichier pour les fichiers d'entête:" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "&Vider" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "Selectionner un nom de fichier à insérer comme argument de programme" + +#: pgmargs.cpp:230 +#, fuzzy +msgid "Select a directory to insert as program argument" +msgstr "Selectionner un nom de fichier à insérer comme argument de programme" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "Défaut &GDB" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "&Décimal" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "Réel (&e)" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "Réel (&f)" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "&Réel (g)" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "Registre" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "Valeur décodée" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "Segment x86/x87" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "Flags" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "GR et autres" + +#~ msgid "Options:" +#~ msgstr "Options:" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "Re&chercher..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Barre d'ou&tils" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Barre d'ét&at" + +#~ msgid "Executable" +#~ msgstr "Exécutable" + +#~ msgid "Open a source file" +#~ msgstr "Ouvrir un fichier source" + +#~ msgid "Reload source file" +#~ msgstr "Recharger ce fichier source" + +#~ msgid "Run/Continue" +#~ msgstr "Exécuter/Continuer" + +#~ msgid "Step into" +#~ msgstr "Entrer dans cette fonction" + +#~ msgid "Step over" +#~ msgstr "Prochaine instruction" + +#~ msgid "Step out" +#~ msgstr "Sortir de cette fonction" + +#~ msgid "Breakpoint" +#~ msgstr "Point d'arrêt" + +#~ msgid "Search" +#~ msgstr "Rechercher" diff --git a/po/hr.gmo b/po/hr.gmo new file mode 100644 index 0000000..007220a Binary files /dev/null and b/po/hr.gmo differ diff --git a/po/hr.po b/po/hr.po new file mode 100644 index 0000000..d9eb4f7 --- /dev/null +++ b/po/hr.po @@ -0,0 +1,877 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998,1999 Johannes Sixt +# Johannes Sixt , 1999 +# Vladimir Vuksan , 1998. +# +msgid "" +msgstr "" +"Project-Id-Version: kdbg 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 16:17MDT\n" +"Last-Translator: Vladimir Vuksan \n" +"Language-Team: Croatian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +#, fuzzy +msgid "&Strings" +msgstr "&Lista..." + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "&Mjesta prekida" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Gledaj kod" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "" + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Mjesto" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr "" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "" + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Dodaj " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Obriši " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "I&zvršavanje" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktivan" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr "" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Izlaz programa" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Izaberite izvršni program za debugiranje" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Ne mogu pokrenuti debugger." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "" + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" + +#: prefdebugger.cpp:38 +#, fuzzy +msgid "&Terminal for program output:" +msgstr ": Izlaz programa" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr "" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr "" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "I&zvršavanje" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Mjesta prekida" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Argumenti programa" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argumenti..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Pokreni %1 sa ovim argumentima:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, no-c-format +msgid "&Working Directory" +msgstr "" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Još..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, no-c-format +msgid "&xsldbg Options" +msgstr "" + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, no-c-format +msgid "Attach to Process" +msgstr "" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +msgid "Source" +msgstr "" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +msgid "Variable" +msgstr "" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +msgid "Registers" +msgstr "" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Mjesto prekida" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Otvori izvorni kod..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Izvršni program..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Izvršni program..." + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "" + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "" + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Prozor" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +msgid "&Registers" +msgstr "" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Mjesto prekida" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "Pok&reni" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Izvrši do poka&zivača" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Prekid" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "" + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argumenti..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Postavi/Obriši mjesta &prekida" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Postavi pri&vremena mjesta prekida" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Uklj./isklj. mjesta prekida" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +msgid "Edit Value" +msgstr "" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1' nije datoteka ili ne postoji" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Otvori datoteku sa izvornim kodom" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Otvori datoteku sa izvornim kodom" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Izaberite izvršni program za debugiranje" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +msgid "File filter for &source files:" +msgstr "" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +msgid "Register" +msgstr "" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "&Lista..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Uklj./isklj. &traku sa alatima" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Uklj./isklj. traku sa &statusom" + +#~ msgid "Executable" +#~ msgstr "Izvršni program..." + +#~ msgid "Open a source file" +#~ msgstr "Otvori datoteku sa izvornim kodom" + +#~ msgid "Run/Continue" +#~ msgstr "Izvrši/Nastavi" + +#~ msgid "Breakpoint" +#~ msgstr "Mjesto prekida" diff --git a/po/hu.gmo b/po/hu.gmo new file mode 100644 index 0000000..0121202 Binary files /dev/null and b/po/hu.gmo differ diff --git a/po/hu.po b/po/hu.po new file mode 100644 index 0000000..06e1036 --- /dev/null +++ b/po/hu.po @@ -0,0 +1,861 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998-2000 Johannes Sixt +# Mucsi László , 1999. +# Tamas Szanto, , 2005. +msgid "" +msgstr "" +"Project-Id-Version: 2.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2005-08-18 10:10+0100\n" +"Last-Translator: Tamas Szanto \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Érték" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "Cím" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "Bá&jt" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "Félszó (&2 bájt)" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "Szó (&4 bájt)" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "Hosszúszó (&8 bájt)" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "He&xadecimális" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "Előjeles de&cimális" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "Előjel nélküli &decimális" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "&Oktális" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "&Bináris" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "&Címek" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "&Karakter" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "&Lebegőpontos" + +#: memwindow.cpp:83 +msgid "&Strings" +msgstr "Sztr&ingek" + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "Utasítás&ok" + +#: brkpt.cpp:63 +msgid "Add &Breakpoint" +msgstr "&Töréspont hozzáadása" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "Figyelőpont ho&zzáadása" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "Kik&apcsolás" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "Bekap&csolás" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "A kó&d megtekintése" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Feltételes..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Hely" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Találatok" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "Figyelmen kívül hagyás" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Feltétel" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Feltételes töréspont" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Feltétel:" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "A következö találatok figyelmen kívül &hagyása:" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "Új munkakönyvtár: " + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 váratlanul leállt.\n" +"Indítsa újra a munkafolyamatot (pl. a Fájl|Programfájl menüponttal)." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" +"A program beállításai az alábbi nyomkövetési parancsot írják elő:\n" +"%1\n" +"Ezt a parancsot szeretné használni?" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Hozzáadás " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Törlés " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "Figyelt kifejezés" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktív" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "Nem lehet nyomkövetni a(z) '%1' nyelvet" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" +"Nem sikerült elindítani a nyomkövetési folyamatot.\n" +"Zárja be a KDbg-t és hárítsa el a problémát." + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Globális beállítások" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "Ny&omkövető" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "&Egyéb" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": A program kimenete" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "Nyomkövető" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "XSLT nyomkövetés" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "Regisztercsoportok és formázás" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "a nyomkövetővel folytatott párbeszéd átirata" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "távoli nyomkövetés a eszközön keresztül" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "a nyelv megdása: C, XSLT" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "XSLT nyelv használata (elavult)" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "a nyomkövetni kívánt folyamat azonosítója" + +#: main.cpp:60 +msgid "path of executable to debug" +msgstr "a nyomkövetni kívánt fájl elérési útja" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "a használni kívánt memóriakép" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "A nyomkövetőt nem sikerült elindítani." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "Az eredeti beállítások visszaállításához törölje a bejegyzéseket." + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "A &GDB meghívási módja:" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T helyére a cím,\n" +"%C helyére egy szkript kerül,\n" +"amely nyitva tartja a terminálablakot." + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "&Terminál a program kimenetének:" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Kapcsolódás folyamathoz" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Adja meg, mely azonosítójú folyamathoz szeretne kapcsolódni:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" +"A &GDB indítási módja - ha üresen hagyja,\n" +"a globális alapértelmezés lesz érvényes:" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "Kimenet és bemenet nél&kül" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "Csa&k a kimenet, egyszerű terminálemuláció" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "Teljes terminálemulá&ció" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "%1: %2 beállításai" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "&Kimenet" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Keresés" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Nagybetűérzékeny" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Előre" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Hátra" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "F&uttatás" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Töréspont" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Program argumentumok" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argumentumok..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "%1 futtatása ezekkel az argumentokkal:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, fuzzy, no-c-format +msgid "&Working Directory" +msgstr "Munkakönyvtár:" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "T&ovább..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Környezeti változók (NÉV=érték):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Név" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, fuzzy, no-c-format +msgid "&xsldbg Options" +msgstr "&Globális beállítások..." + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Kapcsolódás folyamathoz" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, fuzzy, no-c-format +msgid "Clear filter" +msgstr "|Header fájlok\n" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "Szálazonosító" + +#: dbgmainwnd.cpp:46 +msgid "Source" +msgstr "Forrás" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "Verem" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "Helyi változók" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "Kik&apcsolás" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "Figyeltek" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +msgid "Registers" +msgstr "Regiszterek" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Töréspontok" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "Kimenet" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "Szálak" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "Memória" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "Forrás &megnyitása..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "A forrás ú&jratöltése" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Programfájl..." + +#: dbgmainwnd.cpp:189 +msgid "Recent E&xecutables" +msgstr "A leg&utóbbi programfájlok" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "Memór&iakép..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "Ez a p&rogram..." + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "&Globális beállítások..." + +#: dbgmainwnd.cpp:207 +msgid "&Find" +msgstr "&Keresés" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "&Forráskód" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "&Verem" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "&Helyi változók" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "F&igyelt kifejezések" + +#: dbgmainwnd.cpp:218 +msgid "&Registers" +msgstr "&Regiszterek" + +#: dbgmainwnd.cpp:219 +msgid "&Breakpoints" +msgstr "Törésp&ontok" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "S&zálak" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "M&emória" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "&Futtatás" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "&Belépés" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Á&tlépés" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "&Kilépés" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Futtatás a k&urzorig" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "&Belépés az utasításba" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "Az utasítás á&tlépése" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "Az aktuális sor pr&ogramszámlálója" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "Me&gszakítás" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "Kilö&vés" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "Újra&indítás" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "&Hozzáfüzés..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argumentumok..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Töréspont &beállítása/törlése" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Átmeneti törés&pont beállítása" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "Töréspont &ki-be kapcsolása" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "Figyelt kifejezés" + +#: dbgmainwnd.cpp:293 +msgid "Edit Value" +msgstr "Az érték szerkesztése" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Újraindítás" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Memóriakép" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1' nem fájl vagy nem létezik" + +#: dbgmainwnd.cpp:702 +msgid "|All source files\n" +msgstr "|Minden forrásfájl\n" + +#: dbgmainwnd.cpp:703 +msgid "|Source files\n" +msgstr "|Forrásfájlok\n" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "|Header fájlok\n" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "*|Minden fájl" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "A nyomkövetni kívánt programfájl kiválasztása" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Memóriakép kiválasztása" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "Nem érhető el memóriakép" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "Az előté&rbe hozás a program leállásakor" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "Az ablak v&isszahozási ideje (ms):" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "Tab&ulátorszélesség (karakter):" + +#: prefmisc.cpp:37 +msgid "File filter for &source files:" +msgstr "Fájlszűrő a f&orrásfájlokhoz:" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "Fájlszűrő a &header fájlokhoz:" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "&Törlés" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "Válassza ki a programnak argumentumként átadni kívánt fájlnevet" + +#: pgmargs.cpp:230 +#, fuzzy +msgid "Select a directory to insert as program argument" +msgstr "Válassza ki a programnak argumentumként átadni kívánt fájlnevet" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "GDB ala&pértelmezés" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "De&cimális" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "Valós (&e)" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "Valós (&f)" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "Valós (&g)" + +#: regwnd.cpp:427 +msgid "Register" +msgstr "Regiszter" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "Dekódolt érték" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "x86/x87 szegmens" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "Jelzők" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "GP és egyéb" + +#~ msgid "Options:" +#~ msgstr "Beállítások:" diff --git a/po/it.gmo b/po/it.gmo new file mode 100644 index 0000000..a85c42f Binary files /dev/null and b/po/it.gmo differ diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..5133243 --- /dev/null +++ b/po/it.po @@ -0,0 +1,1036 @@ +# Translation Table for KDbg into Italian +# +# Tabella di traduzione per KDbg dall'inglese all'italiano +# +# +# Copyright (C) 1999 Free Software Foundation, Inc. +# Massimo Morin , 1999. +# Walter Tasin , 1999. +# +# Queste regole vengono da Kdevelop it.po +# +# Regole Base +# +# Bisogna fissarsi delle regole da cui partire, per cui parto da +# queste; se qualcuno me ne può suggerire di altre e/o di +# migliori.... +# +# o Uso sempre la seconda persona singolare in forma IMPERATIVA +# PRESENTE (fai, premi etc..) quando mi riferisco all'utente +# o Uso la prima persona singolare indicativa quando riferito al +# programma (compilo.... controllo....) +# o Parole che riferiscono a programmi all'interno di frasi le +# racchiudo in `' cosicchè non siano troppo ambigui +# o Cerco di evitare il più possibile ripetizioni di aggettivi +# possessivi quali "tuo, nostro..." per cui "your project" diventa "il +# progetto" +# o Gli avverbi come "here" e simili non hanno molto senso in +# italiano (sono proprio brutti ed ovvii) per cui se sono ripetitivi +# e inutili come "Add comments here" diviene "Aggiungi commenti" li +# tolgo +# o Le parole inglesi sono ammesse in italiano ma non hanno plurale, +# per cui "file" diventa "il file" e "files" diventa "i file" +# o Non sono sicuro ma alcune parole inglesi si sono italianizzate, +# per cui "to click" è diventato "clickare" e "to debug" +# "debuggare"... vedo di usare "the comon sense (tm)" +# o Le abbreviazioni le tengo uguali (CV, RFV) anche perchè +# molte volte non so come interpretarle.... +# +# (WAT) spiegazione (CV = class view - struttura di classe, +# RFV = real file view - presentazione di tutti i file, +# LFV=logical fileview - presentazione dei file collegati +# col progetto) +# +# # o Uso ' come apostrofo e ` come accento (non ho i caratteri a, e i +# # accentati per ora :( ) +# # +# o (WAT) Sempre usare la vocale e con ` per è (o con ´ per ó, o con ` per ò, +# u con ` per ù, ecc. ...) +# ... c'è un programma che cambierà poi queste combinazioni +# nelle vocali accentate +# ' <= usa questo tipo di accento come apostrofo +# +# Traduzioni mancate +# +# Secondo me alcune parole inglesi hanno più significato per i +# programmatori nella loro forma originale che non in una "possibile" +# traduzione. Qui di seguito indico le parole non tradotte. +# +# - file +# - directory +# - bug detesto la parola "baco", anche perchè diciamo +# debuggare e non debacare :) +# - editor what the heck we are talking with programmers not with +# secretaries! +# - ChangeLog non mi viene niente di meglio +# - DistClean è una opzione standard del make +# - window manager +# - warning sembra più bello di avvisi (quando non è attenzione!) +# - widget +# - syntax highlighting +# - bookmark segnalibro non mi piace +# - clipboard è più bello di avagnetta +# - wizard decisamente meglio che mago o stregone 8-) +# - stop (vedi sotto) +# - breakpoint meglio di "punto di interruzione" +# - database +# - logo +# - private protected public sono keyword +# - team non esiste un analogo in italiano +# - target quando si riferisce a regola del makefile +# - symbol table +# - shared library librerie condivise?? È più bello inalterato +# - touch quando si tratta del programma (touch) +# - job quando si tratta di job=task +# - cast promozione nei casi che ha senso, sennò invariato (eppoi si dice cast anche in italiano) +# - prototype quando parliamo di prototype di funzione +# - signed/unsigned quando si tratta di modificatori +# - fixed point and floating point non ha senso tradurre +# - old-style +# - C-style +# - breakpoint +# - process-id +# +# Ambiguità +# +# Queste sono parole che traduco in parte ma non sono la "miglior traduzione +# possibile" ma mi pare che il senso sia vicino (almeno nelle +# intenzioni.... consigli???) +# +# - source lo traduco in `sorgente', solo se non è chiaro dal +# contesto altrimenti lascio inalterato +# - project qualche volta ha più senso parlare di `project file' +# che `file del progetto' +# - report in alcuni casi lo traduco in rapporto in altri lo +# lascio inalterato (come Bug report) +# - tree qualche volta `albero' va bene ma altre volte +# preferisco `struttura' +# - dialog qualche volta lo traduco in "finestra di dialogo" o +# semplicemente "finestra" ma in casi come "dialog +# editor" lo lascio inalterato +# - history page la lascio come "history page" perché non so come +# tradurla nel modo più sensato +# - view è vista o visualizzazione o visore???? Mah!!! Cerco +# di esser consistente..... In linea di massima se è ...-View +# come in Output-View la traduco come Vista (Vista-Output) +# - All of Fame che è l'Aula Magna??? Ahò facciamo meno i ganzi per +# favore ;) +# - Make se è il programma lo lascio inalterato, altrimenti lo +# traduco in "Crea" +# - Build preferirei lasciarlo in inglese ma penso che +# "costruire" vada bene lo stesso +# - Clean "elimina" mi pare più appropriato che "pulisci" +# - Access traduco con Accedi ma potrebbe essere anche "Entra" o +# "Procedi" +# - Severity => severità ma non mi piace meglio gravità +# - Application "applicazione" ma certe volte lo lascio +# inalterato come in "Application Wizard" +# - fail "fallire" ma non mi piace +# - stop alcune volte rimane inalterato come semplicemente +# "Stop" ma altre lo traduco con interrompi. +# - togglebutton selettore o bottone di selezione +# - machine lo traduco con sistema perchè mi pare più bello di macchina +# +msgid "" +msgstr "" +"Project-Id-Version: Kdbg\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 16:16MDT\n" +"Last-Translator: Massimo Morin \n" +"Language-Team: Italiano \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8-bit\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Valore" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +#, fuzzy +msgid "&Strings" +msgstr "&Trova..." + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "&Breakpoint" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Mostra Codice" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Condizione..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Posizione" + +# Penso si riferisca a breakpoint, per cui sono i "passaggi" di esecuzione dell'istruzione +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Passaggi" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "Ignora" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Condizione" + +# (WAT) comm: titolo della finestra di dialogo, mentre mettere le impostazioni +# meglio cominciare con una lettera maiuscola +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Breakpoint condizionato" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Condizione:" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "Ignora il &prossimo passaggio:" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +# (WAT) corr: directory +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "Nuova directory di lavoro: " + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 è terminato inaspettatamente.\n" +"Riapri la sessione (ad esempio con File|Esegui)." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Aggiungi " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Elimina " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "E&secuzione" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "attiva" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Impostazioni globali" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Output del programma" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Seleziona l'eseguibile da debuggare" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Non riesco ad eseguire il debugger" + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "Per rimettere i valori di default, cancella le impostazioni" + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "Come eseguire &GDB:" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T verrà sostituita con il titolo,\n" +"%C verrà sostituito da uno script Bourne shell\n" +"che terrà la finestra del terminale aperta." + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "&Terminale per l'output del programma:" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Connessione al processo" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Specifica il process-id al quale connettersi:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Cerca" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Maiuscole/Minuscole" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Avanti" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Indietro" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "E&secuzione" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Breakpoint" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Argomenti del programma" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argomenti..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Esegui %1 con questi argomenti:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, fuzzy, no-c-format +msgid "&Working Directory" +msgstr "Directory di lavoro" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Altri..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Variabili di ambiente (NAME=valore):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Nome" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, fuzzy, no-c-format +msgid "&xsldbg Options" +msgstr "&Impostazioni Globali..." + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Connessione al processo" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "&Ricarica Sorgente" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "Valore" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "Riparti" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Breakpoint" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Apri Sorgente..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "&Ricarica Sorgente" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Eseguibile" + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Eseguibile" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "&Core dump..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "&Impostazioni Globali..." + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Finestra" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +#, fuzzy +msgid "&Registers" +msgstr "Riparti" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Breakpoint" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "&Esegui" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Entra nella &funzione" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "&Salta la funzione" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "&Esci dalla funzione" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Esegui fino al &cursore" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Interrompi" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "&Riparti" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "Co&nnetti..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argomenti..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Imposta/Elimina &breakpoint" + +# (WAT) corr: mancanza del hotkey +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Imposta breakpoint &temporaneo" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Abilita/Disabilita breakpoint" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "Valore" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Riparti" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Core dump" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1' non è un file oppure non esiste" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Ricarica file sorgente" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Apri file sorgente" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Seleziona l'eseguibile da debuggare" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Seleziona il core dump" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "Ricarica file sorgente" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "Riparti" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "&Trova..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Attiva/Disattiva &Toolbar" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Attiva/Disattiva &Barra di Stato" + +#~ msgid "Executable" +#~ msgstr "Eseguibile" + +#~ msgid "Open a source file" +#~ msgstr "Apri file sorgente" + +#~ msgid "Reload source file" +#~ msgstr "Ricarica file sorgente" + +#~ msgid "Run/Continue" +#~ msgstr "Esegui/Continua" + +#~ msgid "Step into" +#~ msgstr "Entra nella funzione" + +#~ msgid "Step over" +#~ msgstr "Salta la funzione" + +#~ msgid "Step out" +#~ msgstr "Esci dalla funzione" + +#~ msgid "Breakpoint" +#~ msgstr "Breakpoint" + +#~ msgid "Search" +#~ msgstr "Cerca" diff --git a/po/ja.gmo b/po/ja.gmo new file mode 100644 index 0000000..f27819b Binary files /dev/null and b/po/ja.gmo differ diff --git a/po/ja.po b/po/ja.po new file mode 100644 index 0000000..33c39a2 --- /dev/null +++ b/po/ja.po @@ -0,0 +1,911 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998-2000 Johannes Sixt +# Johannes Sixt , 2000 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2000-05-12 20:54+0900\n" +"Last-Translator: Eri Ishida <>\n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8-bit\n" +"X-Generator: PODB ver.0.2.0\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "値" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +msgid "&Strings" +msgstr "" + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "ブレークポイント(&B)" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "コードを表示(&V)" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "条件付き...(&C)" + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "場所" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "ヒット" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "無視" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "状態" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": 条件付きブレークポイント" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "条件(&C)" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "無視 次のヒット(&n)" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "新しい作業ディレクトリ:" + +#: debugger.cpp:650 +#, fuzzy +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"gdbの予期せぬ終了\n" +"セッションを再スタート(例;with File|Executable)" + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr "追加" + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr "削除" + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "実行(&x)" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "アクティブ" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": グローバルオプション" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": プログラムの出力" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "デバッグ可能なものを選択" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "デバッガを起動できません" + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "デフォルトの設定を復元するには、エントリーを削除してください。" + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "GDBを呼び出すには(&G):" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%Tはタイトルの文字列と置き換わり、\n" +"%Cはターミナルのウインドウを開いておくボーンシェル\n" +"スクリプトに置き換わります。" + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "プログラムの出力用ターミナル(&T):" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": プロセスに接続" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "接続先プロセス番号を指定:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": 検索" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "大文字と小文字を区別する(&C)" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "進む(&F)" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "戻る(&B)" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "実行(&x)" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "ブレークポイント(&B)" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr "プログラムの引数" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "引数(&A)" + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "これらの引数で %s を実行" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, fuzzy, no-c-format +msgid "&Working Directory" +msgstr "作業ディレクトリ:" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "More(&M)" + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "環境変数 (NAME=values):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "名前" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, fuzzy, no-c-format +msgid "&xsldbg Options" +msgstr "グローバルオプション(&G)" + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": プロセスに接続" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "ソースの再読み込み(&R)" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "値" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "再スタート" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "ブレークポイント" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "ソースを開く(&O)" + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "ソースの再読み込み(&R)" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "実行可能(&E)" + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "実行可能" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "コアダンプ(&C)" + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "グローバルオプション(&G)" + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "検索(&F)" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +msgid "&Registers" +msgstr "" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "ブレークポイント" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "実行(&R)" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "ステップ イントゥ(&i)" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "ステップ オーバー(&o)" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "ステップ アウト(&u)" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "カーソルまで行く(&c)" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "ブレーク(&B)" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "再スタート(&s)" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "接続(&t)" + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "引数(&A)" + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "ブレークポイントのセット/クリア(&b)" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "仮ブレークポイントをセット(&t)" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "ブレークポイントを有効/無効(&E)" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "値" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "再スタート" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "コアダンプ" + +#: dbgmainwnd.cpp:588 +#, fuzzy +msgid "`%1' is not a file or does not exist" +msgstr "`%s'はファイルでないか、もしくは存在しません" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "ソースファイルを再読み込み" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "ソースファイルを開く" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "デバッグ可能なものを選択" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "コアダンプを選択" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "ソースファイルを再読み込み" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "再スタート" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "検索(&F)" + +#~ msgid "Toggle &Toolbar" +#~ msgstr "ツールバーをトグル(&T)" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "ステータスバーをトグル(&S)" + +#~ msgid "Executable" +#~ msgstr "実行可能" + +#~ msgid "Open a source file" +#~ msgstr "ソースファイルを開く" + +#~ msgid "Reload source file" +#~ msgstr "ソースファイルを再読み込み" + +#~ msgid "Run/Continue" +#~ msgstr "実行/続ける" + +#~ msgid "Step into" +#~ msgstr "ステップイントゥ" + +#~ msgid "Step over" +#~ msgstr "ステップオーバー" + +#~ msgid "Step out" +#~ msgstr "ステップアウト" + +#~ msgid "Breakpoint" +#~ msgstr "ブレークポイント" + +#~ msgid "Search" +#~ msgstr "検索" + +#~ msgid "&Modify" +#~ msgstr "変更(&M)" + +#~ msgid "&Add" +#~ msgstr "追加(&A)" + +#~ msgid "&List..." +#~ msgstr "リスト(&L)" diff --git a/po/nb.gmo b/po/nb.gmo new file mode 100644 index 0000000..55c15ac Binary files /dev/null and b/po/nb.gmo differ diff --git a/po/nb.po b/po/nb.po new file mode 100644 index 0000000..9669596 --- /dev/null +++ b/po/nb.po @@ -0,0 +1,900 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998,1999 Johannes Sixt +# Johannes Sixt , 1999 +# Hans Petter Bieker , 1998. +# +msgid "" +msgstr "" +"Project-Id-Version: kdbg 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 16:09MDT\n" +"Last-Translator: Hans Petter Bieker \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Verdi" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +#, fuzzy +msgid "&Strings" +msgstr "&Finn..." + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "&Brytningpunkter" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Vis kode" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "" + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Sted" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr "" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "" + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Legg til " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Slett " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "&Programfil" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktiv" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr "" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Programutmating" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Velg programmet du vil avluse" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Kan ikke starte avluser." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "" + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" + +#: prefdebugger.cpp:38 +#, fuzzy +msgid "&Terminal for program output:" +msgstr ": Programutmating" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Knytt til prosess" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Oppgi prosessnummeret du vil knytte til:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Søk" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Avhengig av bokstavstørrelse" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Forover" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Bakover" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "&Programfil" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Brytningpunkter" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Programargumenter" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argumenter..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Kjør %1 med disse argumentene:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, no-c-format +msgid "&Working Directory" +msgstr "" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Mer..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Navn" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, no-c-format +msgid "&xsldbg Options" +msgstr "" + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Knytt til prosess" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "L&ast kildekode på nytt" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "Verdi" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "Omstart" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Brytningspunkter" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Åpne kildekode..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "L&ast kildekode på nytt" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Programfil..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Programfil" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "&Minnedump..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "" + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Vindu" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +#, fuzzy +msgid "&Registers" +msgstr "Omstart" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Brytningspunkter" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "&Kjør" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Hopp &inn i" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Hopp &over" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "Hopp &ut" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Kjør til &markør" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Bryt" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "&Omstart" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "&Knytt til..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argumenter..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Sett/nullstill &brytningspunkter" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Se&tt midlertidig brytningspunkt" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Skru av/på brytningspunkter" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "Verdi" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Omstart" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Minnedump" + +#: dbgmainwnd.cpp:588 +#, fuzzy +msgid "`%1' is not a file or does not exist" +msgstr "`%1' er ikke en fil eller eksisterer ikke" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Åpne kildekode på nytt" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Åpne en kildekodefil" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Velg programmet du vil avluse" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Velg en minnedump" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "Åpne kildekode på nytt" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "Omstart" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "&Finn..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Vis/skjul &verktøylinje" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Vis/skjul &statuslinje" + +#~ msgid "Executable" +#~ msgstr "Programfil" + +#~ msgid "Open a source file" +#~ msgstr "Åpne en kildekodefil" + +#~ msgid "Reload source file" +#~ msgstr "Åpne kildekode på nytt" + +#~ msgid "Run/Continue" +#~ msgstr "Kjør/fortsett" + +#~ msgid "Step into" +#~ msgstr "Hopp inn i" + +#~ msgid "Step over" +#~ msgstr "Hopp over" + +#~ msgid "Step out" +#~ msgstr "Hopp ut" + +#~ msgid "Breakpoint" +#~ msgstr "Brytningspunkt" + +#~ msgid "Search" +#~ msgstr "Søk" diff --git a/po/nn.gmo b/po/nn.gmo new file mode 100644 index 0000000..31e3182 Binary files /dev/null and b/po/nn.gmo differ diff --git a/po/nn.po b/po/nn.po new file mode 100644 index 0000000..35467b9 --- /dev/null +++ b/po/nn.po @@ -0,0 +1,903 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998-2000 Johannes Sixt +# Johannes Sixt , 2000 +# Norwegian (Nynorsk) KDE translation +# Copyright (C) 2000 Gaute Hvoslef Kvalnes. +# Gaute Hvoslef Kvalnes , 1999 +# +msgid "" +msgstr "" +"Project-Id-Version: OTHERS/kdbg\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 16:10MDT\n" +"Last-Translator: Gaute Hvoslef Kvalnes \n" +"Language-Team: Norsk (nynorsk)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Verdi" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +msgid "&Strings" +msgstr "" + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "&Brotpunkt" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Vis kode" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Vilkår ..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Plassering" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Treff" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "Ignorer" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Vilkår" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Brotpunkt på vilkår" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Vilkår:" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "Ignorer &neste treff:" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "Ny arbeidskatalog: " + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 avslutta uventa.\n" +"Start om att (med Fil|Køyrbar fil)." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Legg til " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Slett " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "&Køyring" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktiv" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Globale val" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Programutskrift" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Vel den køyrbare fila som skal avlusast" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Kan ikkje starta avlusar." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "Slett oppføringane for å gå tilbake til standardinnstilingane." + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "Korleis starta &GDB:" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T vert erstatta med ein titteltekst,\n" +"%C vert erstatta me eit Bourne-skalskript som\n" +"held terminalvindauget òpe." + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "&Terminal for programutskrift:" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Knyt til prosess" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Vel prosessnummeret det skal knytast til:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Søk" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Omsyn til bokstavstorleik" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Framover" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Bakover" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "&Køyring" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Brotpunkt" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Programargument" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argument ..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Køyr %1 med desse arguenta:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, fuzzy, no-c-format +msgid "&Working Directory" +msgstr "Arbeidskatalog:" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Meir ..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Miljøvariablar (NAMN=verdi):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Namn" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, fuzzy, no-c-format +msgid "&xsldbg Options" +msgstr "&Globale val ..." + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Knyt til prosess" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "&Last kjelde om att" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "Verdi" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "Start om att" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Brotpunkt" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Opna kjelde ..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "&Last kjelde om att" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Køyrbar fil ..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Køyrbar fil" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "K&jernedump ..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "&Globale val ..." + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Vindauge" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +msgid "&Registers" +msgstr "" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Brotpunkt" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "&Køyr" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Gå &inn" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Hopp &over" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "Gå &ut" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Køyr til &skrivemerket" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Avbryt" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "&Start om att" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "&Legg ved ..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argument ..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Set/fjern brotpunkt" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Set &mellombels brotpunkt" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "Brotpunkt &av/på" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "Verdi" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Start om att" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Kjernedump" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "'%1' er inga fil eller finst ikkje" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Last kjeldefil om att" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Opna ei kjeldefil" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Vel den køyrbare fila som skal avlusast" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Vel kjernedump" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "Last kjeldefil om att" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "Start om att" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "&Finn ..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "&Verktøylinje av/på" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "&Statuslinje av/på" + +#~ msgid "Executable" +#~ msgstr "Køyrbar fil" + +#~ msgid "Open a source file" +#~ msgstr "Opna ei kjeldefil" + +#~ msgid "Reload source file" +#~ msgstr "Last kjeldefil om att" + +#~ msgid "Run/Continue" +#~ msgstr "Køyr/fortset" + +#~ msgid "Step into" +#~ msgstr "Gå inn" + +#~ msgid "Step over" +#~ msgstr "Hopp over" + +#~ msgid "Step out" +#~ msgstr "Gå ut" + +#~ msgid "Breakpoint" +#~ msgstr "Brotpunkt" + +#~ msgid "Search" +#~ msgstr "Søk" diff --git a/po/pl.gmo b/po/pl.gmo new file mode 100644 index 0000000..110c90c Binary files /dev/null and b/po/pl.gmo differ diff --git a/po/pl.po b/po/pl.po new file mode 100644 index 0000000..213fc8d --- /dev/null +++ b/po/pl.po @@ -0,0 +1,901 @@ +# KDbg Polish translation file. +# Main translation work: +# Jacek Wojdel +msgid "" +msgstr "" +"Project-Id-Version: kdbg 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 16:12MDT\n" +"Last-Translator: Jacek Wojdel \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: iso-8859-2\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Wartość" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +#, fuzzy +msgid "&Strings" +msgstr "&Wyszukaj..." + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "Punkt &zatrzymania" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Pokaż kod" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Warunkowy..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Lokacja" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Trafienia" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Warunek" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Warunkowy punkt zatrzymania" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Warunek:" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "Ignoruj &następne trafienia:" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "Nowy katalog roboczy: " + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 niespodziewanie zakończył pracę.\n" +"Uruchom sesję ponownie (np. używając Plik|Plik wykonywalny)." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Dodaj " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Usuń " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "&Wykonywanie" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktywny" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Ogólne opcje" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Wyniki działania programu" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Wybierz plik wykonywalny do debugowania" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Nie udało się uruchomić debugera." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "Wyczyść pola by przywrócić domyślne ustawienia." + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "Jak uruchomić &GDB:" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T zostanie zastąpione tekstem tytułowym,\n" +"%C zostanie zastąpione przez skrypt w Bourne shell,\n" +"który spowoduje pozostawienie otwartego okna terminala." + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "&Terminal dla wyników programu:" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Podłącz do procesu" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Podaj numer procesu do podłączenia się:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Wyszukaj" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Rozróżniaj wielkie/małe" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Do przodu" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Wstecz" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "&Wykonywanie" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "Punkt &zatrzymania" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Argumenty programu" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argumenty..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Uruchom %1 z tymi argumentami:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, fuzzy, no-c-format +msgid "&Working Directory" +msgstr "Katalog roboczy:" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Więcej..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Zmienne środowiskowe (NAZWA=wartość):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, fuzzy, no-c-format +msgid "&xsldbg Options" +msgstr "Opcje o&gólne..." + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Podłącz do procesu" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "P&rzeładuj źródła..." + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "Wartość" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "Restartuj" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Punkty zatrzymania" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Otwórz źródła..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "P&rzeładuj źródła..." + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "Plik &wykonywalny..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Plik wykonywalny" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "&Zrzut rdzenia..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "Opcje o&gólne..." + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Okno" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +#, fuzzy +msgid "&Registers" +msgstr "Restartuj" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Punkty zatrzymania" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "U&ruchom" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Wejdź &w" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Przejdź &przez" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "Wyjdź &z" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Uruchom do &kursora" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Zatrzymaj" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "Re&startuj" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "&Podłącz..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argumenty..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Ustaw/usuń punkt &zatrzymania" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Us&taw chwilowy punkt zatrzymania" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Włącz/wyłącz punkt zatrzymania" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "Wartość" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Restartuj" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Zrzut rdzenia" + +#: dbgmainwnd.cpp:588 +#, fuzzy +msgid "`%1' is not a file or does not exist" +msgstr "%1' nie jest plikiem lub nie istnieje" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Przeładuj plik źródłowy" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Otwórz plik źródłowy" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Wybierz plik wykonywalny do debugowania" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Wybierz zrzut rdzenia" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "Przeładuj plik źródłowy" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "Restartuj" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "&Wyszukaj..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Pasek &narzędzi" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Pasek &stanu" + +#~ msgid "Executable" +#~ msgstr "Plik wykonywalny" + +#~ msgid "Open a source file" +#~ msgstr "Otwórz plik źródłowy" + +#~ msgid "Reload source file" +#~ msgstr "Przeładuj plik źródłowy" + +#~ msgid "Run/Continue" +#~ msgstr "Uruchom/kontynuuj" + +#~ msgid "Step into" +#~ msgstr "Wejdź w" + +#~ msgid "Step over" +#~ msgstr "Przejdź przez" + +#~ msgid "Step out" +#~ msgstr "Wyjdź z" + +#~ msgid "Breakpoint" +#~ msgstr "Punkt zatrzymania" + +#~ msgid "Search" +#~ msgstr "Wyszukaj" diff --git a/po/pt.gmo b/po/pt.gmo new file mode 100644 index 0000000..b0fb22a Binary files /dev/null and b/po/pt.gmo differ diff --git a/po/pt.po b/po/pt.po new file mode 100644 index 0000000..767b665 --- /dev/null +++ b/po/pt.po @@ -0,0 +1,884 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998,1999 Johannes Sixt +# Johannes Sixt , 1999 +# +msgid "" +msgstr "" +"Project-Id-Version: kdbg 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 16:12MDT\n" +"Last-Translator: Pedro Morais \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +#, fuzzy +msgid "&Strings" +msgstr "&Listar..." + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "&Breakpoint" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Ver Cdigo" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "" + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Localizao" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr "" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "" + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Adicionar " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Apagar " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "E&xecuo" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "activo" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr "" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Sada do programa" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Seleccione o executavel a depurar" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "No consigo iniciar o depurador." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "" + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" + +#: prefdebugger.cpp:38 +#, fuzzy +msgid "&Terminal for program output:" +msgstr ": Sada do programa" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr "" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr "" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "E&xecuo" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Breakpoint" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Argumentos do programa" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argumentos..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Correr %1 com estes argumentos:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, no-c-format +msgid "&Working Directory" +msgstr "" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Mais..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, no-c-format +msgid "&xsldbg Options" +msgstr "" + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, no-c-format +msgid "Attach to Process" +msgstr "" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +msgid "Source" +msgstr "" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +msgid "Variable" +msgstr "" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +msgid "Registers" +msgstr "" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Breakpoints" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Abrir Cdigo..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Executavel..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Executavel..." + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "" + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "" + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Janela" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +msgid "&Registers" +msgstr "" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Breakpoints" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "&Correr" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "&Entrar" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "&Saltar" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "S&air" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Correr at ao &cursor" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Paragens" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "" + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argumentos..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Colocar/tirar &breakpoint" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Colocar breakpoint &temporario" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Activar/desactivar breakpoint" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +msgid "Edit Value" +msgstr "" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1' no um ficheiro ou no existe" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Abrir o ficheiro com o cdigo" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Abrir o ficheiro com o cdigo" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Seleccione o executavel a depurar" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +msgid "File filter for &source files:" +msgstr "" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +msgid "Register" +msgstr "" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "&Listar..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Mostrar Barra de &Ferramentas" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Mostrar Barra de &Status" + +#~ msgid "Executable" +#~ msgstr "Executavel..." + +#~ msgid "Open a source file" +#~ msgstr "Abrir o ficheiro com o cdigo" + +#~ msgid "Run/Continue" +#~ msgstr "Correr/Continuar" + +#~ msgid "Step into" +#~ msgstr "Entrar" + +#~ msgid "Step over" +#~ msgstr "Saltar" + +#~ msgid "Step out" +#~ msgstr "Sair" + +#~ msgid "Breakpoint" +#~ msgstr "Breakpoint" diff --git a/po/ro.gmo b/po/ro.gmo new file mode 100644 index 0000000..838f4b8 Binary files /dev/null and b/po/ro.gmo differ diff --git a/po/ro.po b/po/ro.po new file mode 100644 index 0000000..d612b8f --- /dev/null +++ b/po/ro.po @@ -0,0 +1,885 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998,1999 Johannes Sixt +# Johannes Sixt , 1999 +# +msgid "" +msgstr "" +"Project-Id-Version: kdbg 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 16:12MDT\n" +"Last-Translator: Vatafu Valerica \n" +"Language-Team: Romanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8-bit\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +#, fuzzy +msgid "&Strings" +msgstr "&Lista..." + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "&Breakpoint" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Analizează Codul" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "" + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Locaţia" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr "" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "" + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr "Adaugă" + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Şterge " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "E&xecutarea" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "activ" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr "" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Program output" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Selectează programul pentru debug" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Nu pot porni debugger-ul." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "" + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" + +#: prefdebugger.cpp:38 +#, fuzzy +msgid "&Terminal for program output:" +msgstr ": Program output" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr "" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr "" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "E&xecutarea" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Breakpoint" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Argumentele programului" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argumente..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Rulează %1 cu aceste argumente:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, no-c-format +msgid "&Working Directory" +msgstr "" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Mai mult..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, no-c-format +msgid "&xsldbg Options" +msgstr "" + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, no-c-format +msgid "Attach to Process" +msgstr "" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +msgid "Source" +msgstr "" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +msgid "Variable" +msgstr "" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +msgid "Registers" +msgstr "" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Breakpoints" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Deschide sursa..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Executabil..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Executabil..." + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "" + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "" + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Fereastra" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +msgid "&Registers" +msgstr "" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Breakpoints" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "&Rulează" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Pas &înauntru" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Pas &deasupra" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "Pas în a&fară" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Rulează la &cursor" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Break" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "" + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argumente..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Setează/Şterge &Breakpoint" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Setează breakpoint-ul &temporar" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Activează/Dezactivează breakpoint" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +msgid "Edit Value" +msgstr "" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "'%1' nu există ca fişier" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Deschide un fişier sursă" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Deschide un fişier sursă" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Selectează programul pentru debug" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +msgid "File filter for &source files:" +msgstr "" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +msgid "Register" +msgstr "" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "&Lista..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Toggle &Toolbar" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Toggle &Statusbar" + +#~ msgid "Executable" +#~ msgstr "Executabil..." + +#~ msgid "Open a source file" +#~ msgstr "Deschide un fişier sursă" + +#~ msgid "Run/Continue" +#~ msgstr "Rulează/Continuă" + +#~ msgid "Step into" +#~ msgstr "Pas înauntru" + +#~ msgid "Step over" +#~ msgstr "Pas înafară" + +#~ msgid "Step out" +#~ msgstr "Pas în afară" + +#~ msgid "Breakpoint" +#~ msgstr "Breakpoint" diff --git a/po/ru.gmo b/po/ru.gmo new file mode 100644 index 0000000..270ef36 Binary files /dev/null and b/po/ru.gmo differ diff --git a/po/ru.po b/po/ru.po new file mode 100644 index 0000000..1725bb6 --- /dev/null +++ b/po/ru.po @@ -0,0 +1,924 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998,1999 Johannes Sixt +# Johannes Sixt , 1999 +# +msgid "" +msgstr "" +"Project-Id-Version: kdbg 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 1998-08-06 16:10+MET\n" +"Last-Translator: Ilmar Habibulin \n" +"Language-Team: ru@li.org\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Значение" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +#, fuzzy +msgid "&Strings" +msgstr "Искать..." + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "&Точки останова" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Посмотреть код" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Условный..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Расположение" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Попадания" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "Игнорировать" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Условие" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Условная точка останова" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Условие:" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "Игнорировать &следующее попадание:" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "Новая рабочая директория: " + +#: debugger.cpp:650 +#, fuzzy +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"gdb неожиданно завершился\n" +"Перезапустите сессию (например, через Файл|Исполняемый модуль." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Добавить " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Удалить " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "&Исполнение" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "активный" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Глобальные параметры" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Вывод программы" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Выберите исполняемый модуль для отладки" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Невозможно запустить отладчик." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "Для возврата значений по-умолчанию, очитите поля." + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "Как вызывать &GDB:" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T будет заменено на строку заголовка,\n" +"%C будет заменено скриптом на Bourne shell, который\n" +"будет держать терминальное окно открытым." + +#: prefdebugger.cpp:38 +#, fuzzy +msgid "&Terminal for program output:" +msgstr ": Вывод программы" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Подсоединиться к процессу" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Укажите номер порцесса: к которому будем подсоединяться:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Поиск" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Учитывать регистр" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Переадресация" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Назад" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "&Исполнение" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Точки останова" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Аргументы программы" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Аргументы..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Запустить %s со следующими аргументами:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, fuzzy, no-c-format +msgid "&Working Directory" +msgstr "Рабочая директория:" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Дальше..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Переменные окружения (ИМЯ=значение):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Имя" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, fuzzy, no-c-format +msgid "&xsldbg Options" +msgstr "Глобальные &Параметры..." + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Подсоединиться к процессу" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "&Перезагрузить исходный текст" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "Значение" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "Перезапустить" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Точки останова" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Открыть исходный текст..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "&Перезагрузить исходный текст" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Исполняемый модуль..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Исполняемый модуль" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "&Образ памяти..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "Глобальные &Параметры..." + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "Искать..." + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +#, fuzzy +msgid "&Registers" +msgstr "Перезапустить" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Точки останова" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "Запустить" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Шаг &внутрь" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Шаг &через" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "Шаг &изнутри" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Исполнять до &курсора" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Останов" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "Пере&запуск" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "Под&соединение..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Аргументы..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Установить/Снять &точку останова" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Установить &временную точку останова" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Вкл/Выкл точку останова" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "Значение" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Перезапустить" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Образ памяти процесса" + +#: dbgmainwnd.cpp:588 +#, fuzzy +msgid "`%1' is not a file or does not exist" +msgstr "`%s' не файл или не существует" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Перезагрузить файл исходных текстов" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Открыть файл исходных текстов" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Выберите исполняемый модуль для отладки" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Выберите сохраненный образ памяти процесса" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "Перезагрузить файл исходных текстов" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "Перезапустить" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "Искать..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Вкл/Выкл панель &инструментов" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Вкл/Выкл панель &состояния" + +#~ msgid "Executable" +#~ msgstr "Исполняемый модуль" + +#~ msgid "Open a source file" +#~ msgstr "Открыть файл исходных текстов" + +#~ msgid "Reload source file" +#~ msgstr "Перезагрузить файл исходных текстов" + +#~ msgid "Run/Continue" +#~ msgstr "Запустить/Продолжить" + +#~ msgid "Step into" +#~ msgstr "Шаг внутрь" + +#~ msgid "Step over" +#~ msgstr "Шаг через" + +#~ msgid "Step out" +#~ msgstr "Шаг изнутри" + +#~ msgid "Breakpoint" +#~ msgstr "Точка останова" + +#~ msgid "Search" +#~ msgstr "Поиск" + +#~ msgid "&Modify" +#~ msgstr "Изменит&ь" + +#, fuzzy +#~ msgid "&Font..." +#~ msgstr "Искать..." + +#, fuzzy +#~ msgid "&View mode" +#~ msgstr "&Посмотреть код" + +#~ msgid "&Add" +#~ msgstr "&Добавить" + +#~ msgid "&List..." +#~ msgstr "Список..." + +#~ msgid "&About" +#~ msgstr "&О программе" diff --git a/po/sk.gmo b/po/sk.gmo new file mode 100644 index 0000000..ac805e9 Binary files /dev/null and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po new file mode 100644 index 0000000..6f2d8e7 --- /dev/null +++ b/po/sk.po @@ -0,0 +1,896 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998,1999 Johannes Sixt +# Johannes Sixt , 1999 +# +msgid "" +msgstr "" +"Project-Id-Version: kdbg 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 16:13MDT\n" +"Last-Translator: Peter Iványi \n" +"Language-Team: Slovak \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +#, fuzzy +msgid "&Strings" +msgstr "&Hľadať..." + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "&Zarážka" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Prezrieť kód" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "" + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Umiestnenie" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr "" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "" + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Pridať " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Zmazať " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "Spust&enie" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktívny" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr "" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Výstup programu" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Vyberte, kt. spustiteľný súbor chcete debugovať " + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Nemôžem spustiť debuger." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "" + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" + +#: prefdebugger.cpp:38 +#, fuzzy +msgid "&Terminal for program output:" +msgstr ": Výstup programu" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Pripojiť k procesu" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Špecifikovať proces na pripojenie:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Hľadať" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Rozlišovať veľké/malé" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Vpred" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "V&zad" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "Spust&enie" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Zarážka" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": argumenty programu" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argumenty..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Spustiť %1 s týmito argumentami:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, no-c-format +msgid "&Working Directory" +msgstr "" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Viac..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, no-c-format +msgid "&xsldbg Options" +msgstr "" + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Pripojiť k procesu" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "&Znovu načítať zdroj" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +msgid "Variable" +msgstr "" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "Reštart" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Zarážky" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Otvoriť zdroj..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "&Znovu načítať zdroj" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "Spustit&eľný súbor..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Spustiteľný súbor" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "&Core dump..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "" + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Okno" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +#, fuzzy +msgid "&Registers" +msgstr "Reštart" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Zarážky" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "S&pustiť" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Krokovať &do" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Krokovať &nad" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "Krokovať &za" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Spustiť po &kurzor" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Prerušenie" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "Reš&tart" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "P&ripojiť..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argumenty..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Nastaviť/zmazať &zarážku" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Nastaviť &dočasnú zarážku" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "Po&voliť/zakázať &zarážku" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +msgid "Edit Value" +msgstr "" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Reštart" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Core dump" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1' nie je súbor alebo neexistuje" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Znovu načítať zdrojový súbor" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Otvoriť zdrojový súbor" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Vyberte, kt. spustiteľný súbor chcete debugovať " + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Zvoliť core dump" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "Znovu načítať zdrojový súbor" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "Reštart" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "&Hľadať..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Prepnúť panel &nástrojov" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Prepnúť &stavový riadok" + +#~ msgid "Executable" +#~ msgstr "Spustiteľný súbor" + +#~ msgid "Open a source file" +#~ msgstr "Otvoriť zdrojový súbor" + +#~ msgid "Reload source file" +#~ msgstr "Znovu načítať zdrojový súbor" + +#~ msgid "Run/Continue" +#~ msgstr "Spustiť/pokračovať" + +#~ msgid "Step into" +#~ msgstr "Krokovať do" + +#~ msgid "Step over" +#~ msgstr "Krokovať cez" + +#~ msgid "Step out" +#~ msgstr "Krokovať za" + +#~ msgid "Breakpoint" +#~ msgstr "Zarážka" + +#~ msgid "Search" +#~ msgstr "Hľadať" diff --git a/po/sr.gmo b/po/sr.gmo new file mode 100644 index 0000000..59c16af Binary files /dev/null and b/po/sr.gmo differ diff --git a/po/sr.po b/po/sr.po new file mode 100644 index 0000000..fb7a3d8 --- /dev/null +++ b/po/sr.po @@ -0,0 +1,901 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998-2000 Johannes Sixt +# Johannes Sixt , 2000 +# Strahinja Radić , 2000. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 16:14MDT\n" +"Last-Translator: Strahinja Radić \n" +"Language-Team: Serbian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: ENCODING\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Vrednost" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +msgid "&Strings" +msgstr "" + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "&Prekid" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Pregled koda" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Uslovni..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Lokacija" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Prolaza" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "Ignoriši" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Uslov" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Uslovni prekid" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Uslov:" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "Ignoriši sledeće prolaze:" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "Novi radni direktorijum: " + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 je neočekivano izašao.\n" +"Ponovo pokrenite seansu (npr. sa Fajl|Program)." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Dodaj " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Briši " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "I&zvršavanje" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktivan" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Globalna podešavanja" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Izlaz programa" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Izaberite program za trebljenje" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Ne mogu da pokrenem trebilicu." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "Da vratite podraz. podešavanja, obrišite stavke." + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "Kako da pokrenem &GDB:" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T će biti zamenjeno naslovom,\n" +"%C će biti zamenjeno skriptom ljuske Bourne koji\n" +"drži terminalski prozor otvoren." + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "&Terminal za izlaz programa:" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Zakači za proces" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Unesite broj procesa za zakačinjanje:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Pretraga" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Razlikuj velika i mala slova" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Napred" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Nazad" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "I&zvršavanje" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Prekid" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Argumenti programa" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argumenti..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Pokreni %1 sa sledećim argumentima:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, fuzzy, no-c-format +msgid "&Working Directory" +msgstr "Radni direktorijum:" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Više..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Promenljive ljuske (IME=vrednost):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Ime" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, fuzzy, no-c-format +msgid "&xsldbg Options" +msgstr "&Globalna podešavanja..." + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Zakači za proces" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "&Ponovo učitaj izvorni kod" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "Vrednost" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "Pokreni ponovo" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Prekidi" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Otvori izvorni kod..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "&Ponovo učitaj izvorni kod" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Program..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Program" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "&Core fajl..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "&Globalna podešavanja..." + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "Pr&ozor" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +msgid "&Registers" +msgstr "" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Prekidi" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "&Pokreni" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Kroči &u" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Kroči prek&o" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "Kroči &iz" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Izvrši do &kursora" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "P&rekid" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "Po&novo pokreni" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "&Zakači..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argumenti..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Postavi/očisti p&rekid" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Pos&tavi privremeni prekid" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "Omogući/on&emogući prekid" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "Vrednost" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Pokreni ponovo" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Core fajl" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1' nije fajl ili ne postoji" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Ponovo učitaj izvorni kod" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Otvori izvorni kod" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Izaberite program za trebljenje" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Izaberite core fajl" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "Ponovo učitaj izvorni kod" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "Pokreni ponovo" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "&Nađi..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Uključi/isključi alatke" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Uključi/isključi statusnu liniju" + +#~ msgid "Executable" +#~ msgstr "Program" + +#~ msgid "Open a source file" +#~ msgstr "Otvori izvorni kod" + +#~ msgid "Reload source file" +#~ msgstr "Ponovo učitaj izvorni kod" + +#~ msgid "Run/Continue" +#~ msgstr "Pokreni/nastavi" + +#~ msgid "Step into" +#~ msgstr "Kroči u" + +#~ msgid "Step over" +#~ msgstr "Kroči preko" + +#~ msgid "Step out" +#~ msgstr "Kroči iz" + +#~ msgid "Breakpoint" +#~ msgstr "Prekid" + +#~ msgid "Search" +#~ msgstr "Pretraga" diff --git a/po/sv.gmo b/po/sv.gmo new file mode 100644 index 0000000..4c19605 Binary files /dev/null and b/po/sv.gmo differ diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 0000000..770685e --- /dev/null +++ b/po/sv.po @@ -0,0 +1,902 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998,1999,2000 Johannes Sixt +# Johannes Sixt , 2000 +# +msgid "" +msgstr "" +"Project-Id-Version: kdbg 1.0.3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 16:15MDT\n" +"Last-Translator: Örjan Lindbergh \n" +"Language-Team: (None)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Värde" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +#, fuzzy +msgid "&Strings" +msgstr "&Sök..." + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "&Brytpunkt" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Visa kod" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "Beroende..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Plats" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Träffar" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "Ingorera" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Vilkor" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr "Beroende brytpunkt" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Villkor" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "Ignorera &nästa träff:" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "Ny arbets katalog:" + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 avslutades oväntat.\n" +"Starta om programmet (e.g. med Fil|exefil)." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr "Lägg till" + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Ta bort " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "K&ör" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktiv" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Allmänna inställningar" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Programutskrift" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Välj exefil för avlusning" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Kan inte starta avlusaren." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "För att sätta på dom ordinarie inställningarna, ta bort texten" + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "Hur man anropar &GDB:" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T kommer att bytas mot en text\n" +"%C kommer att bytas mot ett Bourne skript som\n" +"behåller terminalfönstret öppet." + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "&Terminal för programutskrift:" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr "Lägg till processen" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "Specifiera processnumret att lägga till" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Sök" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Gör skillnad på små och stora bokstäver" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "&Framåt" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Bakåt" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "K&ör" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Brytpunkt" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr "Program argument" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argument..." + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "Kör %1 med dessa argument:" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, fuzzy, no-c-format +msgid "&Working Directory" +msgstr "Arbets katalog:" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Mer..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Miljö variabel (Namn=värde):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Namn" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, fuzzy, no-c-format +msgid "&xsldbg Options" +msgstr "&Allmänna inställningar..." + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr "Lägg till processen" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "&Ladda om källa" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "Värde" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "Starta om" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Brytpunkt" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Öpnna källa..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "&Ladda om källa" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "Körbar..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Körbar" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "&Core dump..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "&Allmänna inställningar..." + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Fönster" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +#, fuzzy +msgid "&Registers" +msgstr "Starta om" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Brytpunkt" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "&Kör" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "Stega &in" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Stega &över" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "stega u&t" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "Kör till &markör" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Bryt" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "&Stoppa" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "St&arta om" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "L&ägg till..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argument..." + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Sätt/rensa &brytpunkt" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "Sätt &temoprär brytpunkt" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "&Sätt på/ stäng av brytpunkt" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "Värde" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Starta om" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "Core dump" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1' är inte någon fil eller så finns den inte" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Ladda om källfilen" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Öppna en källfil" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Välj exefil för avlusning" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Välj core dump" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "Ladda om källfilen" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "Starta om" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "&Sök..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "Sätt på &verktygsraden" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "Sätt på &statusraden" + +#~ msgid "Executable" +#~ msgstr "Körbar" + +#~ msgid "Open a source file" +#~ msgstr "Öppna en källfil" + +#~ msgid "Reload source file" +#~ msgstr "Ladda om källfilen" + +#~ msgid "Run/Continue" +#~ msgstr "Kör/fortsätt" + +#~ msgid "Step into" +#~ msgstr "Stig in i" + +#~ msgid "Step over" +#~ msgstr "Stega över" + +#~ msgid "Step out" +#~ msgstr "Stega ut" + +#~ msgid "Breakpoint" +#~ msgstr "Brytpunkt" + +#~ msgid "Search" +#~ msgstr "Sök" diff --git a/po/tr.gmo b/po/tr.gmo new file mode 100644 index 0000000..655d1c3 Binary files /dev/null and b/po/tr.gmo differ diff --git a/po/tr.po b/po/tr.po new file mode 100644 index 0000000..830a484 --- /dev/null +++ b/po/tr.po @@ -0,0 +1,902 @@ +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998-2000 Johannes Sixt +# Johannes Sixt , 2000 +# KDE TÜRKÇELEŞTİRME PROJESİ. +# Adem GUNES , 2000. +# +msgid "" +msgstr "" +"Project-Id-Version: kdbg\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2002-03-03 16:16MDT\n" +"Last-Translator: Serdar Cevher \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8-bit\n" +"X-Generator: KBabel 0.9.5\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "Değer" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "" + +#: memwindow.cpp:83 +msgid "&Strings" +msgstr "" + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "" + +#: brkpt.cpp:63 +#, fuzzy +msgid "Add &Breakpoint" +msgstr "&Bırakma noktası" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "&Kodu Göster" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "&Koşullu..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "Konum" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "Vuruşlar" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "Yoksay" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "Koşul" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ": Koşullu bırakma" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "&Koşul" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "&Sonraki vuruşları yoksay" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "Yeni çalışma dizini: " + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"%1 beklenmedik şekilde sonlandı.\n" +"Oturumu yeniden başlatın (ör., Dosya|Çalıştırılabilir)." + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr " Ekle " + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr " Sil " + +#: mainwndbase.cpp:45 +#, fuzzy +msgid "Expression" +msgstr "Ç&alıştırma" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "aktif" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ": Genel seçenekler" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ": Program çıktısı" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "" + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "" + +#: main.cpp:60 +#, fuzzy +msgid "path of executable to debug" +msgstr "Hataları ayıklanacak çalıştırılabilir dosyayı seçin" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "Hata ayıklayıcı başlatılamıyor." + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "Öntanımlı ayarlara dönmek için, girişleri temizleyiniz." + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "&GDB nasıl başlatılır:" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T'nin yerine bir başlık konulacak,\n" +"%C bir Bourne kabuk betiğiyle değiştirilecek,\n" +"böylece uçbirim penceresi açık kalacak." + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "Program çıktısı için &Terminal:" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ": Sürece iliştir" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "İliştirilecek süreç numarasını belirtin:" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ": Ara" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "&Büyük/küçük harfe duyarlı" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "İ&leri" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "&Geri" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "Ç&alıştırma" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "&Bırakma noktası" + +#: rc.cpp:18 +#, fuzzy, no-c-format +msgid "Program Arguments" +msgstr ": Program argümanları" + +#: rc.cpp:21 +#, fuzzy, no-c-format +msgid "&Arguments" +msgstr "&Argümanlar" + +#: rc.cpp:24 +#, fuzzy, no-c-format +msgid "Run %1 with these arguments:" +msgstr "%1'i bu argümanlarla çalıştır" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "" + +#: rc.cpp:48 +#, fuzzy, no-c-format +msgid "&Working Directory" +msgstr "Çalışma dizini:" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:54 +#, fuzzy, no-c-format +msgid "&Browse..." +msgstr "&Diğer..." + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "" + +#: rc.cpp:66 +#, fuzzy, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "Çevre değişkenleri (AD=değer):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "Ad" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "" + +#: rc.cpp:99 +#, fuzzy, no-c-format +msgid "&xsldbg Options" +msgstr "&Genel Seçenekler..." + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "" + +#: rc.cpp:116 +#, fuzzy, no-c-format +msgid "Attach to Process" +msgstr ": Sürece iliştir" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "" + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "" + +#: dbgmainwnd.cpp:46 +#, fuzzy +msgid "Source" +msgstr "&Kaynağı Yeniden Yükle" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "" + +#: dbgmainwnd.cpp:58 +#, fuzzy +msgid "Variable" +msgstr "Değer" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +#, fuzzy +msgid "Registers" +msgstr "Yeniden başlat" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "Bırakma noktaları" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "&Kaynağı Aç..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "&Kaynağı Yeniden Yükle" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "&Çalıştırılabilir..." + +#: dbgmainwnd.cpp:189 +#, fuzzy +msgid "Recent E&xecutables" +msgstr "Çalıştırılabilir" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "&Içi at..." + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "" + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "&Genel Seçenekler..." + +#: dbgmainwnd.cpp:207 +#, fuzzy +msgid "&Find" +msgstr "&Pencere" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "" + +#: dbgmainwnd.cpp:218 +msgid "&Registers" +msgstr "" + +#: dbgmainwnd.cpp:219 +#, fuzzy +msgid "&Breakpoints" +msgstr "Bırakma noktaları" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "Ç&alıştır" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "İç&e adım" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "Biten &adım" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "Dışa adım" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "İ&mlece kadar çalıştır" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "&Bırak" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "Yeniden &başlat" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "İ&liştir..." + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "&Argümanlar" + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "Bırakma noktaları Koy/Kaldır" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "&Geçici bırakma noktası koy" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "Bırakma noktasını etkinleştir/etkinlikten çıkart" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "" + +#: dbgmainwnd.cpp:293 +#, fuzzy +msgid "Edit Value" +msgstr "Değer" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "Yeniden başlat" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "İçi at" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1' dosya değil veya yok" + +#: dbgmainwnd.cpp:702 +#, fuzzy +msgid "|All source files\n" +msgstr "Kaynak dosyasını yeniden yükle" + +#: dbgmainwnd.cpp:703 +#, fuzzy +msgid "|Source files\n" +msgstr "Kaynak dosyası aç" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "Hataları ayıklanacak çalıştırılabilir dosyayı seçin" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "Atılacak içi seçin" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "" + +#: prefmisc.cpp:37 +#, fuzzy +msgid "File filter for &source files:" +msgstr "Kaynak dosyasını yeniden yükle" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "" + +#: regwnd.cpp:427 +#, fuzzy +msgid "Register" +msgstr "Yeniden başlat" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "" + +#, fuzzy +#~ msgid "&Settings..." +#~ msgstr "&Bul..." + +#~ msgid "Toggle &Toolbar" +#~ msgstr "&Araç Çubuğuna Geç" + +#~ msgid "Toggle &Statusbar" +#~ msgstr "&Durum Çubuğuna Geç" + +#~ msgid "Executable" +#~ msgstr "Çalıştırılabilir" + +#~ msgid "Open a source file" +#~ msgstr "Kaynak dosyası aç" + +#~ msgid "Reload source file" +#~ msgstr "Kaynak dosyasını yeniden yükle" + +#~ msgid "Run/Continue" +#~ msgstr "Çalıştır/Devam et" + +#~ msgid "Step into" +#~ msgstr "İçe adım" + +#~ msgid "Step over" +#~ msgstr "Biten adım" + +#~ msgid "Step out" +#~ msgstr "Dışa adım" + +#~ msgid "Breakpoint" +#~ msgstr "Bırakma noktası" + +#~ msgid "Search" +#~ msgstr "Ara" diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo new file mode 100644 index 0000000..930d606 Binary files /dev/null and b/po/zh_CN.gmo differ diff --git a/po/zh_CN.po b/po/zh_CN.po new file mode 100644 index 0000000..83720ad --- /dev/null +++ b/po/zh_CN.po @@ -0,0 +1,868 @@ +# translation of zh_CN.po to +# KDbg - Debugger GUI for gdb +# Copyright (C) 1998-2000 Johannes Sixt +# +# Johannes Sixt , 2000. +# Moligaloo , 2008. +msgid "" +msgstr "" +"Project-Id-Version: zh_CN\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-19 22:57+0200\n" +"PO-Revision-Date: 2008-04-18 18:27+0800\n" +"Last-Translator: Moligaloo \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: exprwnd.cpp:314 rc.cpp:75 regwnd.cpp:428 +#, no-c-format +msgid "Value" +msgstr "值" + +#: memwindow.cpp:55 brkpt.cpp:317 +msgid "Address" +msgstr "地址" + +#: memwindow.cpp:70 +msgid "B&ytes" +msgstr "字节" + +#: memwindow.cpp:71 +msgid "Halfwords (&2 Bytes)" +msgstr "半字" + +#: memwindow.cpp:72 +msgid "Words (&4 Bytes)" +msgstr "字" + +#: memwindow.cpp:73 +msgid "Giantwords (&8 Bytes)" +msgstr "双字" + +#: memwindow.cpp:75 regwnd.cpp:79 +msgid "He&xadecimal" +msgstr "十六进制" + +#: memwindow.cpp:76 +msgid "Signed &decimal" +msgstr "有符号整数" + +#: memwindow.cpp:77 +msgid "&Unsigned decimal" +msgstr "无符号整数" + +#: memwindow.cpp:78 regwnd.cpp:77 +msgid "&Octal" +msgstr "八进制" + +#: memwindow.cpp:79 regwnd.cpp:76 +msgid "&Binary" +msgstr "二进制" + +#: memwindow.cpp:80 +msgid "&Addresses" +msgstr "地址" + +#: memwindow.cpp:81 +msgid "&Character" +msgstr "字符" + +#: memwindow.cpp:82 +msgid "&Floatingpoint" +msgstr "浮点数" + +#: memwindow.cpp:83 +msgid "&Strings" +msgstr "字符串" + +#: memwindow.cpp:84 +msgid "&Instructions" +msgstr "指令" + +#: brkpt.cpp:63 +msgid "Add &Breakpoint" +msgstr "添加断点" + +#: brkpt.cpp:67 +msgid "Add &Watchpoint" +msgstr "添加监视点" + +#: brkpt.cpp:76 brkpt.cpp:235 +msgid "&Disable" +msgstr "启用" + +#: brkpt.cpp:81 brkpt.cpp:237 +msgid "&Enable" +msgstr "禁用" + +#: brkpt.cpp:91 +msgid "&View Code" +msgstr "查看代码" + +#: brkpt.cpp:95 +msgid "&Conditional..." +msgstr "条件..." + +#: brkpt.cpp:316 threadlist.cpp:42 +msgid "Location" +msgstr "位置" + +#: brkpt.cpp:318 +msgid "Hits" +msgstr "提示" + +#: brkpt.cpp:319 +msgid "Ignore" +msgstr "忽略" + +#: brkpt.cpp:320 +msgid "Condition" +msgstr "状态" + +#: brkpt.cpp:443 +msgid ": Conditional breakpoint" +msgstr ":条件断点" + +#: brkpt.cpp:446 +msgid "&Condition:" +msgstr "条件:" + +#: brkpt.cpp:448 +msgid "Ignore &next hits:" +msgstr "忽略下一个提示" + +#: gdbdriver.cpp:894 +msgid "" +msgstr "<匿名结构体或共用体>" + +#: gdbdriver.cpp:1488 +msgid "" +msgstr "<被抑制数组的额外条目>" + +#: gdbdriver.cpp:2041 xsldbgdriver.cpp:1334 +msgid "New working directory: " +msgstr "新的工作目录:" + +#: debugger.cpp:650 +msgid "" +"%1 exited unexpectedly.\n" +"Restart the session (e.g. with File|Executable)." +msgstr "" +"gdb非预期中止\n" +"请重启会话,返回代码为%1" + +#: debugger.cpp:833 +msgid "" +"The settings for this program specify the following debugger command:\n" +"%1\n" +"Shall this command be used?" +msgstr "" +"这个程序的设置指定了下面的调试命令:\n" +"%1 使用这个命令吗?" + +#: mainwndbase.cpp:43 +msgid " Add " +msgstr "添加" + +#: mainwndbase.cpp:44 +msgid " Del " +msgstr "删除" + +#: mainwndbase.cpp:45 +msgid "Expression" +msgstr "表达式" + +#: mainwndbase.cpp:135 +msgid "active" +msgstr "激活" + +#: mainwndbase.cpp:301 +msgid "Don't know how to debug language `%1'" +msgstr "不能调试的语言:%1" + +#: mainwndbase.cpp:314 +msgid "" +"Could not start the debugger process.\n" +"Please shut down KDbg and resolve the problem." +msgstr "无法启动调试器进程" + +#: mainwndbase.cpp:418 +msgid ": Global options" +msgstr ":全局选项" + +#: mainwndbase.cpp:435 pgmsettings.cpp:111 +msgid "&Debugger" +msgstr "调试器" + +#: mainwndbase.cpp:436 +msgid "&Miscellaneous" +msgstr "杂项" + +#: mainwndbase.cpp:506 +msgid ": Program output" +msgstr ":程序输出" + +#: main.cpp:38 +msgid "A Debugger" +msgstr "一个基于GDB的图形界面调试器" + +#: main.cpp:46 +msgid "XSLT debugging" +msgstr "XSLT调试" + +#: main.cpp:49 +msgid "Register groups and formating" +msgstr "寄存器组与格式化" + +#: main.cpp:54 +msgid "transcript of conversation with the debugger" +msgstr "与调试器会话的副本" + +#: main.cpp:55 +msgid "remote debugging via " +msgstr "通过进行远程调试" + +#: main.cpp:56 +msgid "specify language: C, XSLT" +msgstr "指定语言:C,XSLT " + +#: main.cpp:57 +msgid "use language XSLT (deprecated)" +msgstr "使用语言XSLT(过时)" + +#: main.cpp:58 +msgid "specify arguments of debugged executable" +msgstr "" + +#: main.cpp:59 +msgid "specify PID of process to debug" +msgstr "指定要调试进程的PID" + +#: main.cpp:60 +msgid "path of executable to debug" +msgstr "可执行程序的路径" + +#: main.cpp:61 +msgid "a core file to use" +msgstr "要使用的核心转储" + +#: main.cpp:126 +msgid "Cannot start debugger." +msgstr "不能启动调试器" + +#: prefdebugger.cpp:21 +msgid "To revert to the default settings, clear the entries." +msgstr "恢复默认设置清除条目" + +#: prefdebugger.cpp:25 +msgid "How to invoke &GDB:" +msgstr "怎样调用GDB" + +#: prefdebugger.cpp:32 +msgid "" +"%T will be replaced with a title string,\n" +"%C will be replaced by a Bourne shell script that\n" +"keeps the terminal window open." +msgstr "" +"%T将会替换为一个标题字符串\n" +"%C会替换为了一个Bourne shell脚本\n" +"以保持终端窗口打开" + +#: prefdebugger.cpp:38 +msgid "&Terminal for program output:" +msgstr "程序输出的终端" + +#: procattach.cpp:271 +msgid ": Attach to process" +msgstr ":连接到进程" + +#: procattach.cpp:275 +msgid "Specify the process number to attach to:" +msgstr "指定要连接的进程号" + +#: pgmsettings.cpp:26 +msgid "" +"How to invoke &GDB - leave empty to use\n" +"the default from the global options:" +msgstr "" +"怎样启动GDB\n" +"默认与全局选项相同。" + +#: pgmsettings.cpp:61 +msgid "&No input and output" +msgstr "没有输入和输出" + +#: pgmsettings.cpp:66 +msgid "&Only output, simple terminal emulation" +msgstr "只有输出,简单终端的模拟" + +#: pgmsettings.cpp:71 +msgid "&Full terminal emulation" +msgstr "全终端模拟" + +#: pgmsettings.cpp:105 +msgid "%1: Settings for %2" +msgstr "%1:%2的设置" + +#: pgmsettings.cpp:112 dbgmainwnd.cpp:221 +msgid "&Output" +msgstr "输出" + +#: winstack.cpp:390 +msgid ": Search" +msgstr ":搜索" + +#: winstack.cpp:396 +msgid "&Case sensitive" +msgstr "区分大小写" + +#: winstack.cpp:398 +msgid "&Forward" +msgstr "前进" + +#: winstack.cpp:400 +msgid "&Backward" +msgstr "后退" + +#: rc.cpp:9 +#, no-c-format +msgid "E&xecution" +msgstr "执行" + +#: rc.cpp:12 +#, no-c-format +msgid "&Breakpoint" +msgstr "断点" + +#: rc.cpp:18 +#, no-c-format +msgid "Program Arguments" +msgstr "程序参数" + +#: rc.cpp:21 +#, no-c-format +msgid "&Arguments" +msgstr "参数" + +#: rc.cpp:24 +#, no-c-format +msgid "Run %1 with these arguments:" +msgstr "以下列参数运行%1" + +#: rc.cpp:27 +#, no-c-format +msgid "" +"Specify the arguments with which the program shall be invoked for this " +"debugging session. You specify the arguments just as you would on the " +"command line, that is, you can even use quotes and environment variables, " +"for example:

--message 'start in: ' $HOME" +msgstr "" +"指定程序启动的参数,就像你从命令行中启动一样。\n" +"同样,你甚至可以用引号和环境变量,例如:\n" +"

--message 'start in: ' $HOME" + +#: rc.cpp:30 +#, no-c-format +msgid "Insert &file name..." +msgstr "插入文件名" + +#: rc.cpp:33 +#, no-c-format +msgid "Alt+F" +msgstr "Alt+F" + +#: rc.cpp:36 +#, no-c-format +msgid "" +"Browse for a file; the full path name will be inserted at the current cursor " +"location in the edit box above." +msgstr "浏览一个文件,它完整的路径将会插入到当前光标所在行" + +#: rc.cpp:39 +#, no-c-format +msgid "Insert &directory name..." +msgstr "插入目录名" + +#: rc.cpp:42 rc.cpp:93 +#, no-c-format +msgid "Alt+D" +msgstr "Alt+D" + +#: rc.cpp:45 +#, no-c-format +msgid "" +"Browse for a directory; the full path name will be inserted at the current " +"cursor location in the edit box above." +msgstr "浏览一个目录。它完整的路径名将会被插入到当前光标的位置" + +#: rc.cpp:48 +#, no-c-format +msgid "&Working Directory" +msgstr "工作目录" + +#: rc.cpp:51 +#, no-c-format +msgid "Specify here the initial working directory where the program is run." +msgstr "指定程序运行的初始目录" + +#: rc.cpp:54 +#, no-c-format +msgid "&Browse..." +msgstr "浏览" + +#: rc.cpp:57 +#, no-c-format +msgid "Alt+B" +msgstr "Alt+B" + +#: rc.cpp:60 +#, no-c-format +msgid "Browse for the initial working directory where the program is run." +msgstr "浏览程序运行的初始工作目录" + +#: rc.cpp:63 +#, no-c-format +msgid "&Environment" +msgstr "环境" + +#: rc.cpp:66 +#, no-c-format +msgid "Environment variables (NAME=value):" +msgstr "环境变量(变量名=值):" + +#: rc.cpp:69 +#, no-c-format +msgid "" +"To add a new environment variable or to modify one, specify it here in the " +"form NAME=value and click Modify." +msgstr "" +"添加一个环境变量或者修改已有的,用这个形式去指定:\n" +"变量名=值,然后点击修改" + +#: rc.cpp:72 +#, no-c-format +msgid "Name" +msgstr "名称" + +#: rc.cpp:78 +#, no-c-format +msgid "" +"Environment variables that are set in addition to those that are " +"inherited are listed in this table. To add new environment variables, " +"specify them as NAME=value in the edit box above and click " +"Modify. To modify a value, select it in this list and click " +"Modify. To delete an environment variable, select it in this list and " +"click Delete." +msgstr "" +"环境变量设置:添加到表格中,以变量名=值指定 修改一个" +"值,从列表中选择,然后点击修改删除" + +#: rc.cpp:84 +#, no-c-format +msgid "Alt+M" +msgstr "Alt+M" + +#: rc.cpp:87 +#, no-c-format +msgid "" +"Enters the environment variable that is currently specified in the edit box " +"into the list. If the named variable is already in the list, it receives a " +"new value; otherwise, a new entry is created." +msgstr "输入环境变量的值,如果它的名字在列表中,则修改之,反之则创建之" + +#: rc.cpp:96 +#, no-c-format +msgid "" +"Deletes the selected environment variable from the list. This cannot be used " +"to delete environment variables that are inherited." +msgstr "从列表中删除选择的环境变量,这不能用来删除那些继承的环境变量" + +#: rc.cpp:99 +#, no-c-format +msgid "&xsldbg Options" +msgstr "xsldbg选项" + +#: rc.cpp:105 +#, no-c-format +msgid "F1" +msgstr "F1" + +#: rc.cpp:116 +#, no-c-format +msgid "Attach to Process" +msgstr "连接到进程" + +#: rc.cpp:119 +#, no-c-format +msgid "&Filter or PID:" +msgstr "过滤文本或者PID" + +#: rc.cpp:122 +#, no-c-format +msgid "" +"Type the name of the process or its process ID (PID) here to reduce the " +"number of entries in the list." +msgstr "在这里输入进程的名字或ID以减少列表中的进程数" + +#: rc.cpp:125 +#, no-c-format +msgid "..." +msgstr "..." + +#: rc.cpp:128 +#, no-c-format +msgid "Clear filter" +msgstr "清除过滤" + +#: rc.cpp:131 +#, no-c-format +msgid "" +"Use this button to clear the filter text so that all processes are displayed." +msgstr "用这个按钮来清除过滤文本,这样就可以显示所有的进程" + +#: rc.cpp:134 +#, no-c-format +msgid "Command" +msgstr "命令" + +#: rc.cpp:137 +#, no-c-format +msgid "PID" +msgstr "PID" + +#: rc.cpp:140 +#, no-c-format +msgid "PPID" +msgstr "PPID" + +#: rc.cpp:143 +#, no-c-format +msgid "" +"

This list displays all processes that are currently running. You must " +"select the process that you want KDbg to attach to. Use the Filter or " +"PID edit box to reduce the number of entries in this list.

The text in " +"the Command column is usually, but not always, the command that was " +"used to start the process. The PID column shows the process ID. The " +"PPID column shows the process ID of the parent process. Additional " +"columns show more information about the processes that is also available via " +"the system's ps command.

The list is not updated automatically. " +"Use the Refresh button to update it.

" +msgstr "" +"

这个列表显示了所有当前运行的进程,你得从中选择一个以连接调试,使用过滤名" +"或进程ID可以减少当前的条目

命令栏中的文字通常是(但并不总" +"是)启动进程的命令。PID栏显示了进程IDPPID栏显示的父进程的PID. " +"额外栏显示了这个进程的更多信息。这个列表并不会自动更新,请用刷新按钮以" +"更新。" + +#: rc.cpp:146 +#, no-c-format +msgid "&Refresh" +msgstr "刷新" + +#: rc.cpp:149 +#, no-c-format +msgid "This button updates the list of processes." +msgstr "这个按钮更新这个进程表" + +#: rc.cpp:156 +#, no-c-format +msgid "" +"You must select a process from the list. Then click the OK button to " +"attach to that process." +msgstr "你必须从下面的列表中选择一个进程,然后点击确定按钮连接那个进程" + +#: threadlist.cpp:41 +msgid "Thread ID" +msgstr "线程ID" + +#: dbgmainwnd.cpp:46 +msgid "Source" +msgstr "源文件" + +#: dbgmainwnd.cpp:54 dbgmainwnd.cpp:388 +msgid "Stack" +msgstr "堆栈" + +#: dbgmainwnd.cpp:57 dbgmainwnd.cpp:389 +msgid "Locals" +msgstr "局部变量" + +#: dbgmainwnd.cpp:58 +msgid "Variable" +msgstr "变量" + +#: dbgmainwnd.cpp:60 dbgmainwnd.cpp:390 +msgid "Watches" +msgstr "监视点" + +#: dbgmainwnd.cpp:63 dbgmainwnd.cpp:391 +msgid "Registers" +msgstr "寄存器" + +#: dbgmainwnd.cpp:66 dbgmainwnd.cpp:392 +msgid "Breakpoints" +msgstr "断点" + +#: dbgmainwnd.cpp:69 dbgmainwnd.cpp:394 +msgid "Output" +msgstr "输出" + +#: dbgmainwnd.cpp:72 dbgmainwnd.cpp:393 +msgid "Threads" +msgstr "线程" + +#: dbgmainwnd.cpp:75 dbgmainwnd.cpp:395 +msgid "Memory" +msgstr "内存" + +#: dbgmainwnd.cpp:181 +msgid "&Open Source..." +msgstr "打开源文件..." + +#: dbgmainwnd.cpp:183 +msgid "&Reload Source" +msgstr "再载入源程序" + +#: dbgmainwnd.cpp:186 +msgid "&Executable..." +msgstr "可执行程序..." + +#: dbgmainwnd.cpp:189 +msgid "Recent E&xecutables" +msgstr "最近的可执行程序" + +#: dbgmainwnd.cpp:192 +msgid "&Core dump..." +msgstr "核心转储" + +#: dbgmainwnd.cpp:197 +msgid "This &Program..." +msgstr "这个程序..." + +#: dbgmainwnd.cpp:200 +msgid "&Global Options..." +msgstr "全局选项" + +#: dbgmainwnd.cpp:207 +msgid "&Find" +msgstr "查找" + +#: dbgmainwnd.cpp:213 +msgid "Source &code" +msgstr "源代码" + +#: dbgmainwnd.cpp:215 +msgid "Stac&k" +msgstr "堆栈" + +#: dbgmainwnd.cpp:216 +msgid "&Locals" +msgstr "局部变量" + +#: dbgmainwnd.cpp:217 +msgid "&Watched expressions" +msgstr "被监视的表达式" + +#: dbgmainwnd.cpp:218 +msgid "&Registers" +msgstr "寄存器" + +#: dbgmainwnd.cpp:219 +msgid "&Breakpoints" +msgstr "断点" + +#: dbgmainwnd.cpp:220 +msgid "T&hreads" +msgstr "线程" + +#: dbgmainwnd.cpp:222 +msgid "&Memory" +msgstr "内存" + +#: dbgmainwnd.cpp:232 +msgid "&Run" +msgstr "执行" + +#: dbgmainwnd.cpp:235 +msgid "Step &into" +msgstr "跳入" + +#: dbgmainwnd.cpp:239 +msgid "Step &over" +msgstr "跳过" + +#: dbgmainwnd.cpp:243 +msgid "Step o&ut" +msgstr "跳出" + +#: dbgmainwnd.cpp:247 +msgid "Run to &cursor" +msgstr "运行到光标" + +#: dbgmainwnd.cpp:251 +msgid "Step i&nto by instruction" +msgstr "跳入到汇编指令" + +#: dbgmainwnd.cpp:255 +msgid "Step o&ver by instruction" +msgstr "从汇编指令中跳出" + +#: dbgmainwnd.cpp:259 +msgid "&Program counter to current line" +msgstr "到当前行的程序计数" + +#: dbgmainwnd.cpp:262 +msgid "&Break" +msgstr "断开" + +#: dbgmainwnd.cpp:265 +msgid "&Kill" +msgstr "杀死" + +#: dbgmainwnd.cpp:268 +msgid "Re&start" +msgstr "重启" + +#: dbgmainwnd.cpp:271 +msgid "A&ttach..." +msgstr "连接" + +#: dbgmainwnd.cpp:274 +msgid "&Arguments..." +msgstr "参数" + +#: dbgmainwnd.cpp:279 +msgid "Set/Clear &breakpoint" +msgstr "设置/清除断点" + +#: dbgmainwnd.cpp:282 +msgid "Set &temporary breakpoint" +msgstr "设置临时断点" + +#: dbgmainwnd.cpp:285 +msgid "&Enable/Disable breakpoint" +msgstr "启用/禁用断点" + +#: dbgmainwnd.cpp:290 +msgid "Watch Expression" +msgstr "监视表达式" + +#: dbgmainwnd.cpp:293 +msgid "Edit Value" +msgstr "编辑值" + +#: dbgmainwnd.cpp:322 +msgid "Restart" +msgstr "重启" + +#: dbgmainwnd.cpp:323 +msgid "Core dump" +msgstr "核心转储" + +#: dbgmainwnd.cpp:588 +msgid "`%1' is not a file or does not exist" +msgstr "`%1'不是一个文件或者文件不存在" + +#: dbgmainwnd.cpp:702 +msgid "|All source files\n" +msgstr "|所有源文件\n" + +#: dbgmainwnd.cpp:703 +msgid "|Source files\n" +msgstr "|源文件\n" + +#: dbgmainwnd.cpp:704 +msgid "|Header files\n" +msgstr "|头文件\n" + +#: dbgmainwnd.cpp:705 +msgid "*|All files" +msgstr "*|所有文件" + +#: dbgmainwnd.cpp:800 +msgid "Select the executable to debug" +msgstr "选择要调试的可执行程序" + +#: dbgmainwnd.cpp:813 +msgid "Select core dump" +msgstr "选择核心转储" + +#: xsldbgdriver.cpp:1441 +msgid "No memory dump available" +msgstr "没有可用的内存映像" + +#: prefmisc.cpp:23 +msgid "&Pop into foreground when program stops" +msgstr "当程序停止时弹入前台" + +#: prefmisc.cpp:28 +msgid "Time until window goes &back (in milliseconds):" +msgstr "计时(毫秒)直到窗口到后台" + +#: prefmisc.cpp:35 +msgid "&Tabstop every (characters):" +msgstr "每个字符之间的间隔" + +#: prefmisc.cpp:37 +msgid "File filter for &source files:" +msgstr "源文件过滤" + +#: prefmisc.cpp:39 +msgid "File filter for &header files:" +msgstr "头文件过滤" + +#: ttywnd.cpp:229 +msgid "&Clear" +msgstr "清除" + +#: pgmargs.cpp:216 +msgid "Select a file name to insert as program argument" +msgstr "选择一个文件名作为程序参数" + +#: pgmargs.cpp:230 +msgid "Select a directory to insert as program argument" +msgstr "选择一个目录作为程序参数" + +#: regwnd.cpp:75 +msgid "&GDB default" +msgstr "GDB默认" + +#: regwnd.cpp:78 +msgid "&Decimal" +msgstr "十进制数" + +#: regwnd.cpp:80 +msgid "Real (&e)" +msgstr "实数(e)" + +#: regwnd.cpp:81 +msgid "Real (&f)" +msgstr "实数(f)" + +#: regwnd.cpp:82 +msgid "&Real (g)" +msgstr "实数(g)" + +#: regwnd.cpp:427 +msgid "Register" +msgstr "寄存器" + +#: regwnd.cpp:429 +msgid "Decoded value" +msgstr "编码值" + +#: regwnd.cpp:462 +msgid "x86/x87 segment" +msgstr "x86/x87段" + +#: regwnd.cpp:465 +msgid "Flags" +msgstr "标志位" + +#: regwnd.cpp:468 +msgid "GP and others" +msgstr "GP和其它" -- cgit v1.2.1