--- cwidget-0.5.16.orig/.gbp.conf +++ cwidget-0.5.16/.gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +builder = pdebuild --debbuildopts "-i\.git -I.git" +pristine-tar = True --- cwidget-0.5.16.orig/Makefile.am +++ cwidget-0.5.16/Makefile.am @@ -27,7 +27,8 @@ pkgconfig_DATA = cwidget.pc -pkglib_HEADERS = cwidget-config.h +mypkglibdir = $(pkglibdir) +mypkglib_HEADERS = cwidget-config.h doc ikiwiki doxygen: Doxyfile $(MAKE) -C doc $@ --- cwidget-0.5.16.orig/debian/changelog +++ cwidget-0.5.16/debian/changelog @@ -0,0 +1,420 @@ +cwidget (0.5.16-3.5ubuntu1) trusty; urgency=medium + + * Resynchronise with Debian. Remaining changes: + - Drop ikiwiki and libhtml-scrubber-perl build-deps (not in main) and + perlmagick build-dep (only used by ikiwiki). + * Drop workaround for -O3, no longer needed. + * Convert to dh-autoreconf in order to update libtool.m4 for new ports. + * Adjust header installation to work around strictness in new automake + that forbids the use of pkglib_HEADERS. + * Remove duplicates from widgetsinclude_HEADERS in + src/cwidget/widgets/Makefile.am. + + -- Colin Watson Wed, 18 Dec 2013 14:47:38 +0000 + +cwidget (0.5.16-3.5) unstable; urgency=low + + * Non-maintainer upload. + * Support cross-building (thanks, Eleanor Chen; closes: #721357). + * Use the autotools-dev dh addon to update config.guess/config.sub for + arm64 (closes: #725913). + + -- Colin Watson Thu, 14 Nov 2013 10:02:05 +0000 + +cwidget (0.5.16-3.4ubuntu2) saucy; urgency=low + + * Use the autotools-dev dh addon to update config.guess/config.sub for + arm64. + + -- Colin Watson Thu, 10 Oct 2013 00:15:47 +0100 + +cwidget (0.5.16-3.4ubuntu1) quantal; urgency=low + + * Merge from Debian Unstable (LP: #1016920). Remaining Changes: + - Drop ikiwiki and libhtml-scrubber-perl build-deps (not in main) and + perlmagick build-dep (only used by ikiwiki). + - Work around build failure on ppc64 with -O3 -Werror. + + -- Vibhav Pant Sat, 23 Jun 2012 21:49:49 +0530 + +cwidget (0.5.16-3.4) unstable; urgency=low + + * Non-maintainer upload. + + [ New translations ] + * Japanese, thanks to Kenshi Muto. (Closes: #675739) + * Chinese (China), thanks to Never Min. + * Russian, thanks to Yuri Kozlov. (Closes: #676247) + * Thai, thanks to Theppitak Karoonboonyanan. (Closes: 676905) + * Brazilian, thanks to Adriano Rafael Gomes. (Closes: 676989) + * Croatian, thanks to Tomislav Krznar. + * All remaining translations from aptitude. + + -- David Prévot Sun, 17 Jun 2012 15:26:05 -0400 + +cwidget (0.5.16-3.3) unstable; urgency=low + + * Non-maintainer upload. + * Actually display translated strings: cherry-pick c65cae upstream, and use + libcwidget3 as domain name in src/cwidget/generic/util/i18n.h and + po/Makevars; install usr/share/locale files. (Closes: #559738) + * Cursor displayed in proper place for wide-char prompt, thanks to Daniel + Hartwig. (Closes: #316939) + * Pressing 'delete' in search/tree limit dialog delete previous entry + thanks to Samuel Fogh. (Closes: #493320) + + [ New translations ] + * German, thanks to Sven Joachim. (Closes: #561147) + * Spanish, thanks to Omar Campagne. (Closes: #655849) + * French, thanks to Julien Patriarca. (Closes: #655689) + * Polish, thanks to Michał Kułach. (Closes: #660944) + * Danish, thanks to Joe Hansen. (Closes: #671762) + * Czech, thanks to Michal Šimůnek. (Closes: #673141) + + -- David Prévot Sat, 02 Jun 2012 20:33:52 -0400 + +cwidget (0.5.16-3.2) unstable; urgency=low + + * Non maintainer upload. + * Build using hardened build flags. Closes: #656024. + * Fix build failure with GCC-4.7. Closes: #667147. + + -- Matthias Klose Mon, 16 Apr 2012 19:40:07 +0200 + +cwidget (0.5.16-3.1ubuntu1) oneiric; urgency=low + + * Merge from debian unstable. Remaining changes: + - Drop ikiwiki and libhtml-scrubber-perl build-deps (not in main) and + perlmagick build-dep (only used by ikiwiki). + - Work around build failure on ppc64 with -O3 -Werror. + + -- Michael Vogt Fri, 17 Jun 2011 09:27:04 +0200 + +cwidget (0.5.16-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files (Closes: #621184). + + -- Luk Claes Sat, 11 Jun 2011 16:31:11 +0200 + +cwidget (0.5.16-3ubuntu2) natty; urgency=low + + * Work around build failure on ppc64 with -O3 -Werror. + + -- Matthias Klose Thu, 24 Feb 2011 00:08:27 +0100 + +cwidget (0.5.16-3ubuntu1) maverick; urgency=low + + * Drop --disable-werror flag added in Ubuntu from rules; should build with + gcc 4.4 in Debian now. + * Revert the src/cwidget/widgets/multiplex.h changes and use Debian's + version instead. + * Merge from Debian; remaining changes: + - Drop ikiwiki and libhtml-scrubber-perl build-deps (not in main) and + perlmagick build-dep (only used by ikiwiki). + + -- Loïc Minier Sun, 09 May 2010 13:59:39 +0200 + +cwidget (0.5.16-3) unstable; urgency=low + + * Disable strict aliasing to prevent g++ from erroring out in the build. + "Fixing" it this way is a horrible hack, but the error message is + entirely incomprehensible, I can't figure out which code, if any, is + at fault here, and my attempts to fix it by phrasing the code + differently have failed. (Closes: #561157, #526674) + + * Add misc:Depends entries on the Depends lines. + + -- Daniel Burrows Sun, 17 Jan 2010 14:22:37 -0800 + +cwidget (0.5.16-2) unstable; urgency=low + + * Try a less subtle approach to fixing the threading test cases on hppa. + (Closes: #557982) + + -- Daniel Burrows Mon, 30 Nov 2009 15:10:53 -0800 + +cwidget (0.5.16-1) unstable; urgency=low + + * New upstream version. + + -- Daniel Burrows Sun, 29 Nov 2009 18:45:42 -0800 + +cwidget (0.5.15-1) unstable; urgency=low + + * New upstream version. + + + Hopefully fixes the FTBFS on hppa (Closes: #546171). + + -- Daniel Burrows Sun, 29 Nov 2009 12:50:15 -0800 + +cwidget (0.5.14-1) unstable; urgency=low + + * New upstream version. + + + Fix a divide-by-zero in the column fragment code. (Closes: #556185) + + -- Daniel Burrows Tue, 17 Nov 2009 12:33:11 -0800 + +cwidget (0.5.13-1ubuntu1) lucid; urgency=low + + * Merge from debian testing, remaining changes: + - Drop ikiwiki and libhtml-scrubber-perl build-deps (not in main) and + perlmagick build-dep (only used by ikiwiki). + + -- Loïc Minier Tue, 17 Nov 2009 09:31:33 -0600 + +cwidget (0.5.13-1) unstable; urgency=low + + * New upstream version. + + * Move libcwidget3-dbg into the "debug" section as per the new archive + layout. + + * Remove doc/ikiwiki/.ikiwiki in "clean". + + * Add perlmagick to Build-Depends-Indep. (Closes: #497877) + + -- Daniel Burrows Sat, 05 Sep 2009 09:46:41 -0700 + +cwidget (0.5.12-4ubuntu4) karmic; urgency=low + + * No change rebuild to fix misbuilt binaries on armel. + + -- Loïc Minier Wed, 21 Oct 2009 14:39:23 +0200 + +cwidget (0.5.12-4ubuntu3) karmic; urgency=low + + * src/cwidget/fragment.cc:fragf() + Make nextpercent a const char * as it points to a const char * + (fixes FTBFS; lp: #427791) + + -- Michael Bienia Fri, 11 Sep 2009 12:35:37 +0200 + +cwidget (0.5.12-4ubuntu2) karmic; urgency=low + + * fix build with gcc 4.4 (closes: #526674) + + -- Michael Vogt Fri, 29 May 2009 08:24:29 +0200 + +cwidget (0.5.12-4ubuntu1) jaunty; urgency=low + + * Merge from debian unstable (LP: #322918), Ubuntu remaining changes: + - Drop build depends on ikiwiki and libhtml-scrubber-perl. + + -- Alessio Treglia Thu, 29 Jan 2009 22:09:59 +0100 + +cwidget (0.5.12-4) unstable; urgency=low + + * Backport a fix for a nasty deadlock that was causing aptitude to + freeze up after running dpkg. (Closes: #511708) + + -- Daniel Burrows Tue, 27 Jan 2009 23:18:01 -0800 + +cwidget (0.5.12-3ubuntu1) jaunty; urgency=low + + * Merge from debian unstable, remaining changes: + - Drop build dependencies on ikiwiki, libhtml-scrubber-perl. + + -- Michael Vogt Mon, 10 Nov 2008 13:39:40 +0100 + +cwidget (0.5.12-3) unstable; urgency=low + + * Fix the string truncation fix so that it doesn't enter an infinite + loop and use up all the available memory when the output string is + empty. + + -- Daniel Burrows Sat, 06 Sep 2008 16:22:07 -0700 + +cwidget (0.5.12-2) unstable; urgency=low + + * Backport a fix for a string truncation bug from HEAD (Closes: #496119). + + * Fix the URL to the packaging VCS (Closes: #492584). + + -- Daniel Burrows Sun, 31 Aug 2008 22:01:53 -0700 + +cwidget (0.5.12-1ubuntu1) intrepid; urgency=low + + * Merge with Debian; remaining changes: + - Drop build dependencies on ikiwiki, libhtml-scrubber-perl. + + -- Matthias Klose Mon, 07 Jul 2008 11:17:22 +0000 + +cwidget (0.5.12-1) unstable; urgency=low + + * New upstream version. + + -- Daniel Burrows Sat, 28 Jun 2008 08:58:24 -0700 + +cwidget (0.5.11-1ubuntu1) intrepid; urgency=low + + * Merge with Debian; remaining changes: + - Drop build dependencies on ikiwiki, libhtml-scrubber-perl. + + -- Matthias Klose Fri, 13 Jun 2008 13:53:21 +0000 + +cwidget (0.5.11-1) unstable; urgency=low + + * New upstream version; really fixes the backspacing problem. + + -- Daniel Burrows Sat, 12 Apr 2008 08:03:45 -0700 + +cwidget (0.5.10-1) unstable; urgency=low + + * New upstream version. + + - Treat KEY_DC, KEY_BACKSPACE, and character 127 as equivalent in + key_matches(). (Closes: #452651) + + -- Daniel Burrows Fri, 11 Apr 2008 22:13:27 -0700 + +cwidget (0.5.9-1) unstable; urgency=low + + * New upstream version. + + - Compiles with libsigc++ version 2.2. + + -- Daniel Burrows Fri, 21 Mar 2008 17:03:00 -0700 + +cwidget (0.5.8-2) unstable; urgency=low + + * Upload to unstable. + + * Build-depend on ikiwiki (>= 1.34) for goodstuff. (Closes: #471997) + + * Eliminate the last few missing #includes (in the test cases, + Closes: #461682) + + Note that in order to build or use cwidget with g++-4.3, you will need a + version of libsigc++ that supports g++-4.3 (>= 2.0.18-1). + + * Put the documentation in Programming/C++, not the nonexistant + section Apps/Programming. + + -- Daniel Burrows Fri, 21 Mar 2008 14:51:07 -0700 + +cwidget (0.5.8-1) experimental; urgency=low + + * New upstream version. + - ABI change due to the changes below. + - Remove all references to hash_map; use std::map instead. + - Fix all compilation errors with g++ 4.3. (Closes: #461682) + + -- Daniel Burrows Sun, 20 Jan 2008 09:37:11 -0800 + +cwidget (0.5.7-1) experimental; urgency=low + + * New Upstream Version. + + * ABI change again; create libcwidget2* packages. + + * Fix several threading errors in handling input, particularly when + cwidget was temporarily suspended and then resumed. + + (Closes: #461342) and possibly more, but I'll have to ask the + reporters. + + * If a byte sequence read from stdin can't be decoded in the current + locale, beep at the user instead of throwing a fatal + exception. (Closes: #460722) + + -- Daniel Burrows Sat, 19 Jan 2008 10:26:00 -0800 + +cwidget (0.5.6.1-3) unstable; urgency=low + + * Apply patch from Michael Daenzer to support building with + dpkg-buildpackage -j (Closes: #456678). + + * ikiwiki now depends only on what the core engine needs, and so some of + the plugins that cwidget users are no longer available in a build + environment without explicitly installing them. + + Add libhtml-scrubber-perl to Build-Depends (Closes: #458654). + + -- Daniel Burrows Sun, 06 Jan 2008 08:58:49 -0800 + +cwidget (0.5.6.1-2) unstable; urgency=low + + * Rename debian/libcwidget0.install to debian/libcwidget1.install so the + library actually gets installed. + + -- Daniel Burrows Sat, 15 Dec 2007 22:24:48 -0800 + +cwidget (0.5.6.1-1) unstable; urgency=low + + * New upstream version. + + * Rename libcwidget0 and libcwidget0-dbg to libcwidget1 and + libcwidget1-dbg. + + * Declare libcwidget-doc to be in section doc, to make lintian happy. + + * No longer conflict/provide/replace libcwidget-dbg; those relationships + were added because libcwidget0-dbg fully replaced libcwidget-dbg, but + libcwidget1-dbg is not related to libcwidget-dbg. + + -- Daniel Burrows Sat, 15 Dec 2007 18:46:50 -0800 + +cwidget (0.5.6-1) unstable; urgency=low + + * New upstream version. + + * ABI change; the SONAME is now libcwidget.so.1. + + * If stdin is closed, abort the main loop with an exception instead + of spinning forever. (Closes: #451770) + + * Add a missing #include ; fixes building on stable and on + some other platforms. (Closes: #452979) + + * Add a build dependency on cppunit so 'make check' does something + useful. + + * Add a build dependency on ikiwiki so we can build all the + documentation. + + -- Daniel Burrows Sat, 15 Dec 2007 18:07:37 -0800 + +cwidget (0.5.5-4) unstable; urgency=low + + * Fix a related but different bug in Makefile.am. (Closes: #451400) + + -- Daniel Burrows Sat, 24 Nov 2007 21:35:51 -0800 + +cwidget (0.5.5-3) unstable; urgency=low + + * Actually fix Makefile.in. (Closes: #451400) + + * Add Homepage and VCS-* fields to the control file. + + -- Daniel Burrows Sat, 24 Nov 2007 08:21:57 -0800 + +cwidget (0.5.5-2) unstable; urgency=low + + * Do a quick fix for a Makefile bug (a better fix is already present in + the upstream repository). (Closes: #451400) + + * Rename the debug package from libcwidget-dbg to libcwidget0-dbg, since + obviously once the soname changes we'll need a separate debug package. + + -- Daniel Burrows Mon, 19 Nov 2007 21:08:10 -0800 + +cwidget (0.5.5-1) unstable; urgency=low + + * New upstream release. + + -- Daniel Burrows Thu, 15 Nov 2007 21:23:56 -0800 + +cwidget (0.5.4-1) unstable; urgency=low + + * New upstream release. + + -- Daniel Burrows Mon, 12 Nov 2007 17:15:18 -0800 + +cwidget (0.5.3-1) unstable; urgency=low + + * Initial release. + + -- Daniel Burrows Fri, 09 Nov 2007 07:02:45 -0800 + --- cwidget-0.5.16.orig/debian/compat +++ cwidget-0.5.16/debian/compat @@ -0,0 +1 @@ +5 --- cwidget-0.5.16.orig/debian/control +++ cwidget-0.5.16/debian/control @@ -0,0 +1,73 @@ +Source: cwidget +Priority: extra +Section: libs +Homepage: http://cwidget.alioth.debian.org +XS-Debian-Vcs-Git: git://git.debian.org/git/cwidget/debian +XS-Debian-Vcs-Browser: http://git.debian.org/?p=cwidget/debian/.git;a=summary +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Daniel Burrows +Build-Depends: debhelper (>= 5.0.0), libsigc++-2.0-dev, + libncursesw5-dev, gettext, g++ (>= 4:3.2.2-0), libcppunit-dev, dh-autoreconf +Build-Depends-Indep: doxygen +Standards-Version: 3.7.2.2 + +Package: libcwidget3 +Architecture: any +Priority: important +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: libcwidget-dev +Description: high-level terminal interface library for C++ (runtime files) + libcwidget is a modern user interface library modeled on GTK+ and Qt, + but using curses as its display layer and with widgets that are + tailored to a terminal environment. + . + This package contains the files that are required to run programs + compiled against libcwidget. + +Package: libcwidget3-dbg +Architecture: any +Priority: extra +Section: debug +Depends: libcwidget3 (= ${binary:Version}), ${misc:Depends} +Suggests: libcwidget-dev +Description: high-level terminal interface library for C++ (debugging files) + libcwidget is a modern user interface library modeled on GTK+ and Qt, + but using curses as its display layer and with widgets that are + tailored to a terminal environment. + . + This package contains debugging symbols for libcwidget-dbg. It is + only needed if you want to generate useful backtraces for programs + using cwidget. + +Package: libcwidget-dev +Architecture: any +Priority: extra +Section: libdevel +Depends: libcwidget3 (= ${binary:Version}), libsigc++-2.0-dev, libncursesw5-dev, pkg-config, ${misc:Depends} +Suggests: libcwidget-doc +Description: high-level terminal interface library for C++ (development files) + libcwidget is a modern user interface library modeled on GTK+ and Qt, + but using curses as its display layer and with widgets that are + tailored to a terminal environment. + . + This package contains files that are needed to write or compile + software that uses libcwidget. + . + WARNING: this is a newly created library whose development is closely + tied to the development of aptitude. Its API may be incomplete and + is likely to change considerably version-over-version! You may want + to avoid cwidget for stable projects. + +Package: libcwidget-doc +Architecture: all +Priority: extra +Section: doc +Depends: ${misc:Depends} +Recommends: iceweasel | www-browser +Suggests: libcwidget-dev +Description: high-level terminal interface library for C++ (documentation) + libcwidget is a modern user interface library modeled on GTK+ and Qt, + but using curses as its display layer and with widgets that are + tailored to a terminal environment. + . + This package contains documentation for libcwidget, in HTML format. --- cwidget-0.5.16.orig/debian/copyright +++ cwidget-0.5.16/debian/copyright @@ -0,0 +1,5 @@ +Copyright 1999-2007 Daniel Burrows + +The upstream Web site for cwidget is http://cwidget.alioth.debian.org . + +License: GPL (/usr/share/common-licenses/GPL) \ No newline at end of file --- cwidget-0.5.16.orig/debian/libcwidget-dev.docs +++ cwidget-0.5.16/debian/libcwidget-dev.docs @@ -0,0 +1 @@ +README \ No newline at end of file --- cwidget-0.5.16.orig/debian/libcwidget-dev.install +++ cwidget-0.5.16/debian/libcwidget-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include/cwidget +debian/tmp/usr/lib/libcwidget.so +debian/tmp/usr/lib/libcwidget.a +debian/tmp/usr/lib/pkgconfig +debian/tmp/usr/lib/cwidget --- cwidget-0.5.16.orig/debian/libcwidget-doc.doc-base +++ cwidget-0.5.16/debian/libcwidget-doc.doc-base @@ -0,0 +1,12 @@ +Document: cwidget-doc +Title: CWidget API Documentation +Author: Daniel Burrows +Abstract: This documentation, autogenerated by doxygen, describes + the programming interface to the CWidget UI library. CWidget is + a high-level C++ library for programs that provide a terminal-based + user interface. +Section: Programming/C++ + +Format: HTML +Index: /usr/share/doc/libcwidget-doc/html/index.html +Files: /usr/share/doc/libcwidget-doc/html/*.html --- cwidget-0.5.16.orig/debian/libcwidget-doc.docs +++ cwidget-0.5.16/debian/libcwidget-doc.docs @@ -0,0 +1 @@ +doc/html \ No newline at end of file --- cwidget-0.5.16.orig/debian/libcwidget3.install +++ cwidget-0.5.16/debian/libcwidget3.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libcwidget.so.* +debian/tmp/usr/share/locale --- cwidget-0.5.16.orig/debian/rules +++ cwidget-0.5.16/debian/rules @@ -0,0 +1,104 @@ +#!/usr/bin/make -f + +# We need fno-strict-aliasing because otherwise g++ throws an +# inscrutable error; I'd rather fix the root cause, but I can't find +# it. + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + DEB_CXXFLAGS_MAINT_APPEND=-fno-inline -fno-strict-aliasing +else + DEB_CXXFLAGS_MAINT_APPEND=-fno-strict-aliasing +endif + +ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) + NOCHECK = yes +endif + +ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) + CROSS_CONFIGURE_OPTIONS = --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) + NOCHECK = yes +endif + +configure: configure-stamp +configure-stamp: + dh_autoreconf + ./configure --prefix=/usr $(shell dpkg-buildflags --export=configure) $(CROSS_CONFIGURE_OPTIONS) + + touch configure-stamp + +build-arch: build-stamp-arch +build-stamp-arch: configure-stamp + dh_testdir + + $(MAKE) +ifneq (yes,$(NOCHECK)) + $(MAKE) check +endif + + touch build-stamp-arch + +build-indep: build-stamp-indep +build-stamp-indep: configure-stamp + dh_testdir + + $(MAKE) doc + + touch build-stamp-indep + +build: build-arch build-indep + + +clean: + dh_testdir + dh_testroot + rm -f build-stamp-indep build-stamp-arch configure-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + + -rm -r doc/ikiwiki/.ikiwiki + dh_autoreconf_clean + dh_clean + + +install: build-arch + dh_testdir + dh_testroot + dh_clean -k + + $(MAKE) install DESTDIR=`pwd`/debian/tmp gnulocaledir=`pwd`/debian/tmp/usr/share/locale + + +binary-arch: install + dh_testdir -a + dh_testroot -a + dh_install -a + dh_installdocs -a + dh_installexamples -plibcwidget-dev src/cwidget/testcwidget.cc + dh_installchangelogs -a + + dh_strip -a --dbg-package=libcwidget3-dbg + dh_compress -a + dh_fixperms -a + dh_makeshlibs -a + dh_shlibdeps -a + dh_gencontrol -a + dh_installdeb -a + dh_md5sums -a + dh_builddeb -a + +binary-indep: build-indep + dh_testdir -i + dh_testroot -i + dh_install -i + dh_installdocs -i + dh_installchangelogs -i + + dh_compress -i + dh_fixperms -i + dh_shlibdeps -i + dh_gencontrol -i + dh_installdeb -i + dh_md5sums -i + dh_builddeb -i + +binary: binary-arch binary-indep --- cwidget-0.5.16.orig/po/LINGUAS +++ cwidget-0.5.16/po/LINGUAS @@ -0,0 +1,2 @@ +# Set of available languages. +ar ast bs ca cs da de dz el es eu fi fr gl hr hu it ja km ku lt mr nb ne nl nn pl pt_BR pt ro ru sk sv th tl tr uk vi zh_CN zh_TW --- cwidget-0.5.16.orig/po/Makevars +++ cwidget-0.5.16/po/Makevars @@ -1,7 +1,7 @@ # Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. -DOMAIN = $(PACKAGE) +DOMAIN = libcwidget3 # These two variables depend on the location of this directory. subdir = po --- cwidget-0.5.16.orig/po/ar.po +++ cwidget-0.5.16/po/ar.po @@ -0,0 +1,83 @@ +# translation of aptitude_po.po to Arabic +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# +# Ossama M. Khayat , 2004, 2005, 2006. +msgid "" +msgstr "" +"Project-Id-Version: aptitude_po\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-23 16:50+0800\n" +"Last-Translator: Ossama M. Khayat \n" +"Language-Team: Arabic \n" +"Language: ar\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" +"Plural-Forms: nplurals=4; plural=n%100==1 || n==0 ? 0 : n%100==2 ? 2 : n" +"%100>=3 && n%100<=10 ? 2 : 3;\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "مُعطى نسق سيء" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "موافق" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "نعم" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "لا" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "إلغاء" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "ليست هناك موارد كافية لإنشاء عملية thread" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "أخ! قابلت إشارة إنهاء SIGTERM، جاري التنفيذ..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "أخ! قابلت إشارة SIGSEGV، جاري التنفيذ..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "آخ! قابلت إشارة إجهاض SIGABRT، جاري التنفيذ..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "آخ! قابلت إشارة خروج SIGQUIT، جاري التنفيذ..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "y" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "تعذر تحميل اسم الملف: السلسلة %ls لا تملك صورة multibyte." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "المستوى الأعلى" --- cwidget-0.5.16.orig/po/ast.po +++ cwidget-0.5.16/po/ast.po @@ -0,0 +1,77 @@ +msgid "" +msgstr "" +"Project-Id-Version: aptitude 0.4.11.11\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-12 15:29+0800\n" +"Last-Translator: Marcos Alvarez Costales \n" +"Language-Team: Asturian \n" +"Language: ast\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Aceutar" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Sí" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Non" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Encaboxar" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "s" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "" --- cwidget-0.5.16.orig/po/bs.po +++ cwidget-0.5.16/po/bs.po @@ -0,0 +1,80 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2004-05-08 17:40+0100\n" +"Last-Translator: Safir Šećerović \n" +"Language-Team: Bosnian \n" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Uredu" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Da" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Ne" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Poništi" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "d" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "" --- cwidget-0.5.16.orig/po/ca.po +++ cwidget-0.5.16/po/ca.po @@ -0,0 +1,84 @@ +# aptitude translation to Catalan. +# Copyright © 2005, 2006, 2008 Free Software Foundation, Inc. +# Aleix Badia i Bosch , 2005,2006. +# Josep Monés i Teixidor , 2004. +# Jordi Mallach , 2004, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude 0.4.11.9\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-12 15:32+0800\n" +"Last-Translator: Jordi Mallach \n" +"Language-Team: Catalan \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n!=1;\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Paràmetre de format erroni" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "D'acord" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Sí" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "No" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Cancel·la" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "No es disposa de suficients recursos per crear el fil" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Uix! s'ha obtingut un SIGTERM, s'està morint..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Uix! s'ha obtingut un SIGSEGV, s'està morint\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Uix! s'ha obtingut un SIGABRT, s'està morint\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Uix! s'ha obtingut un SIGQUIT, s'està morint..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "s" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +" No s'ha pogut carregar el fitxer: la cadena %ls no té representació " +"multibyte," + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "NIVELL MÀXIM" --- cwidget-0.5.16.orig/po/cs.po +++ cwidget-0.5.16/po/cs.po @@ -0,0 +1,80 @@ +# Czech translation for package cwidget. +# Copyright (C) 2012 Michal Simunek +# This file is distributed under the same license as the cwidget package. +# Michal Simunek , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: cwidget 0.5.16\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-05-16 13:31+0200\n" +"Last-Translator: Michal Simunek \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Špatný formát parametru" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Ano" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Ne" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Zrušit" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "K vytvoření vlákna není dostatek zdrojů" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Ou! Obdrženo SIGTERM, umírám..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Ou! Obdrženo SIGSEGV, umírám..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Ou! Obdrženo SIGABRT, umírám..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Ou! Obdrženo SIGQUIT, umírám..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "ano" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "ne" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Nepodařilo se nahrát název souboru: řetězec %ls nemá vícebytovou reprezentaci." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "NEJVYŠŠÍ ÚROVEŇ" --- cwidget-0.5.16.orig/po/da.po +++ cwidget-0.5.16/po/da.po @@ -0,0 +1,82 @@ +# Danish translation cwidget. +# Copyright (C) 2012 cwidget & nedenstående oversættere. +# This file is distributed under the same license as the cwidget package. +# Joe Hansen , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: cwidget 0.5.16\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-05-06 19:21+0100\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Danish \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Ugyldig formatparameter" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "O.k." + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Ja" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Nej" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Afbryd" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Ikke nok ressourcer til at oprette tråd" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Av! Fik SIGTERM, dør ...\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Av! Fik SIGSEGV, dør ...\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Av! Fik SIGABRT, dør ...\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Av! Fik SIGQUIT, dør ...\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "ja_tast" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "nej_tast" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Kan ikke indlæse filnavn: Strengen %ls har ingen multibyte-repræsentation." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "TOPNIVEAU" + --- cwidget-0.5.16.orig/po/de.po +++ cwidget-0.5.16/po/de.po @@ -0,0 +1,86 @@ +# German translations for cwidget package +# German messages for cwidget. +# Copyright (C) 2009 Daniel Burrows +# This file is distributed under the same license as the cwidget package. +# Sven Joachim , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: cwidget 0.5.16\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2012-05-04 18:45-0400\n" +"PO-Revision-Date: 2009-12-08 19:05+0100\n" +"Last-Translator: Sven Joachim \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Ungültiger Format-Parameter" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "OK" + +#: src/cwidget/dialogs.cc:157 src/cwidget/dialogs.cc:201 +#: src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Ja" + +#: src/cwidget/dialogs.cc:158 src/cwidget/dialogs.cc:202 +#: src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Nein" + +#: src/cwidget/dialogs.cc:159 src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Abbrechen" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Nicht genügend Ressourcen, um Thread zu erstellen" + +#: src/cwidget/toplevel.cc:158 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Aua! SIGTERM erhalten, Prozess wird beendet ...\n" + +#: src/cwidget/toplevel.cc:161 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Aua! SIGSEGV erhalten, Prozess wird beendet ...\n" + +#: src/cwidget/toplevel.cc:164 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Aua! SIGABRT erhalten, Prozess wird beendet ...\n" + +#: src/cwidget/toplevel.cc:167 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Aua! SIGQUIT erhalten, Prozess wird beendet ...\n" + +#: src/cwidget/toplevel.cc:955 +msgid "yes_key" +msgstr "j" + +#: src/cwidget/toplevel.cc:956 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Dateiname kann nicht geladen werden: Die Zeichenkette %ls hat keine " +"Multibyte-Darstellung." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "OBERSTE EBENE" --- cwidget-0.5.16.orig/po/dz.po +++ cwidget-0.5.16/po/dz.po @@ -0,0 +1,84 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Daniel Burrows +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-23 16:51+0800\n" +"Last-Translator: Tshewang Norbu \n" +"Language-Team: Dzongkha \n" +"Language: dz\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Poedit-Language: Dzongkha\n" +"X-Poedit-Country: Bhutan\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "ཚད་བཟུང་གི་རྩ་སྒྲིག་བྱང་ཉེས།" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "བཏུབ།" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "བཏུབ།" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "མི་བཏུབ།" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "ཆ་མེད།" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "ཐེ་རེཌི་གསར་བསྐྲུན་འམད་ནིའི་་དོན་ལུ་ ཐོན་ཁུངས་ལངམ་སྦེ་མེད།" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "ཨའུཅི! སིག་ཊམ་ཐོབ་ཅི། ཤི་རྐྱེན་བྱུང་དོ་..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "ཨའུཅི!སིག་སེགཝི་ཐོབ་ཅི། ཤི་རྐྱེན་བྱུང་དོ..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "ཨའུཅི! སི་བརཊི་ཐོབ་ཅི། ཤི་རྐྱེན་བྱུང་དོ..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "ཨའུཅི! སིག་ཀེཡུཊི་ཐོབ་ཅི། ཤི་རྐྱེན་བྱུང་དོ..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "ཡིག་སྣོད་ཀྱི་མིང་ཕབ་ལེན་འབད་མ་ཚུགས། ཡིག་རྒྱུན་%lsདེ་ལུ་མལ་ཊི་བའིཊི་ཁྱད་ཚབ་མེད།" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "གནས་རིམ་དྲག་ཤོས།" --- cwidget-0.5.16.orig/po/el.po +++ cwidget-0.5.16/po/el.po @@ -0,0 +1,90 @@ +# Greek translation of aptitude +# +# This file is distributed under the same license as the aptitude package. +# Nikos Niktaris +# +# Konstantinos Margaritis , 2003, 2004, 2006. +# George Papamichelakis , 2004. +# Greek Translation Team , 2005. +# quad-nrg.net , 2005, 2006. +# quad-nrg.net , 2006, 2008. +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-12 15:46+0800\n" +"Last-Translator: quad-nrg.net \n" +"Language-Team: Greek \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Translation addition: Nick Niktaris \n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Λανθασμένη παράμετρος διαμόρφωσης" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Εντάξει" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Ναι" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Οχι" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Ακύρωση" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Ανεπαρκείς πηγές για την δημιουργία νήματος" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Ωχ! Έλαβα το σήμα SIGTERM, έφυγα..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Ωχ! Έλαβα το σήμα SIGSEGV, έφυγα..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Ωχ! Έλαβα το σήμα SIGABRT, έφυγα..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Ωχ! Έλαβα το σήμα SIGQUIT, έφυγα..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "Ν" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "Ο" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Αδυναμία φόρτωσης ονόματος αρχείου: η συμβολοσειρά %ls δεν έχει αναπαράσταση " +"multibyte." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "ΚΟΡΥΦΑΙΟ ΕΠΙΠΕΔΟ" --- cwidget-0.5.16.orig/po/es.po +++ cwidget-0.5.16/po/es.po @@ -0,0 +1,109 @@ +# cwidget po translation to Spanish +# Copyright (C) 2012 Software in the Public Interest +# This file is distributed under the same license as the cwidget package. +# +# Changes: +# - Initial translation +# Omar Campagne Polaino, 2012 +# +# - Updates +# TRANSLATOR +# +# Traductores, si no conocen el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas y normas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +msgid "" +msgstr "" +"Project-Id-Version: cwidget 0.5.16-3.1\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2012-05-04 18:45-0400\n" +"PO-Revision-Date: 2012-01-14 11:40+0100\n" +"Last-Translator: Omar Campagne \n" +"Language-Team: Debian l10n Spanish \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Virtaal 0.7.1-rc1\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Formato de parámetro incorrecto" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Aceptar" + +#: src/cwidget/dialogs.cc:157 src/cwidget/dialogs.cc:201 +#: src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Sí" + +#: src/cwidget/dialogs.cc:158 src/cwidget/dialogs.cc:202 +#: src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "No" + +#: src/cwidget/dialogs.cc:159 src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Cancelar" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "No hay suficientes recursos para crear el hilo" + +#: src/cwidget/toplevel.cc:158 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "¡Ay! Se ha recibido SIGTERM, cerrando..\n" + +#: src/cwidget/toplevel.cc:161 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "¡Ay! Se ha recibido SIGSEGV, cerrando..\n" + +#: src/cwidget/toplevel.cc:164 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "¡Ay! Se ha recibido SIGABRT, cerrando..\n" + +#: src/cwidget/toplevel.cc:167 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "¡Ay! SIGQUIT recibido, cerrando..\n" + +#: src/cwidget/toplevel.cc:955 +msgid "yes_key" +msgstr "s" + +#: src/cwidget/toplevel.cc:956 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"No se puede cargar el fichero: la cadena «%ls» no tiene representación " +"multibyte." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "NIVEL SUPERIOR" --- cwidget-0.5.16.orig/po/eu.po +++ cwidget-0.5.16/po/eu.po @@ -0,0 +1,84 @@ +# translation of aptitude_po_eu.po to Basque +# translation of aptitude to Euskara +# This file is distributed under the same license as the PACKAGE package. +# +# Inaki Larranaga Murgotio , 2005. +# Piarres Beobide , 2006, 2007, 2008. +# Iñaki Larrañaga Murgoitio , 2008. +msgid "" +msgstr "" +"Project-Id-Version: aptitude_po_eu\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-12 16:16+0800\n" +"Last-Translator: Iñaki Larrañaga Murgoitio \n" +"Language-Team: Basque \n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.4\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ados" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Bai" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Ez" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Utzi" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "b" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "e" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "" --- cwidget-0.5.16.orig/po/fi.po +++ cwidget-0.5.16/po/fi.po @@ -0,0 +1,83 @@ +# Finnish translation of aptitude +# +# Copyright (C) 2001,2002,2004,2005,2006 Jaakko Kangasharju +# Jaakko Kangasharju , 2001, 2002, 2004, 2005, 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude 0.4.4\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-12 16:11+0800\n" +"Last-Translator: Jaakko Kangasharju \n" +"Language-Team: Finnish \n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Virheellinen muotoilu" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Kyllä" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Ei" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Peruuta" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Resursseja ei ole tarpeeksi säikeen luontiin" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Auts! Tuli SIGTERM, kuolen..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Auts! Tuli SIGSEGV, kuolen..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Auts! Tuli SIGABRT, kuolen..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Auts! Tuli SIGQUIT, kuolen..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "k" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "e" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Tiedostonimen lataus epäonnistui: merkkijonolla %ls ei ole monitavuesitystä." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "YLIN TASO" --- cwidget-0.5.16.orig/po/fr.po +++ cwidget-0.5.16/po/fr.po @@ -0,0 +1,84 @@ +# Translation of cwidget debconf templates to french. +# Copyright (C) YEAR Daniel Burrows +# This file is distributed under the same license as the cwidget package. +# Julien Patriarca , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: cwidget 0.5.16\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2012-05-04 18:45-0400\n" +"PO-Revision-Date: 2012-01-05 13:44+0100\n" +"Last-Translator: Julien Patriarca \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Paramètre mal formé" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Continuer" + +#: src/cwidget/dialogs.cc:157 src/cwidget/dialogs.cc:201 +#: src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Oui" + +#: src/cwidget/dialogs.cc:158 src/cwidget/dialogs.cc:202 +#: src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Non" + +#: src/cwidget/dialogs.cc:159 src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Abandonner" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Ressources insuffisantes pour créer un processus (« thread »)" + +#: src/cwidget/toplevel.cc:158 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "SIGTERM reçu, interruption…\n" + +#: src/cwidget/toplevel.cc:161 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "SIGSEGV reçu, interruption…\n" + +#: src/cwidget/toplevel.cc:164 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "SIGABRT reçu, interruption…\n" + +#: src/cwidget/toplevel.cc:167 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "SIGQUIT reçu, interruption…\n" + +#: src/cwidget/toplevel.cc:955 +msgid "yes_key" +msgstr "o" + +#: src/cwidget/toplevel.cc:956 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Impossible de charger le nom de fichier : la chaîne %ls n'a pas de " +"représentation multioctet." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "NIVEAU SUPÉRIEUR" --- cwidget-0.5.16.orig/po/gl.po +++ cwidget-0.5.16/po/gl.po @@ -0,0 +1,83 @@ +# Galician translation of aptitude +# Copyright (C) 2005 Daniel Burrows +# This file is distributed under the same license as the aptitude package. +# Jacobo Tarrío , 2005, 2007, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-23 16:46+0800\n" +"Last-Translator: Jacobo Tarrío \n" +"Language-Team: Galician \n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n!=1;\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Parámetro de formato incorrecto" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Aceptar" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Si" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Non" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Cancelar" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Non hai recursos de abondo para crear o fío" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Recibiuse SIGTERM, a saír...\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Recibiuse SIGSEVG, a saír...\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Recibiuse SIGABRT, a saír...\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Recibiuse SIGQUIT, a saír...\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "s" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Non se puido cargar o ficheiro: a cadea %ls non ten unha representación " +"multibyte." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "NIVEL SUPERIOR" --- cwidget-0.5.16.orig/po/hr.po +++ cwidget-0.5.16/po/hr.po @@ -0,0 +1,82 @@ +# Translation of aptitude to Croatian. +# Copyright (C) 2012 Daniel Burrows +# This file is distributed under the same license as the aptitude package. +# Tomislav Krznar , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-06-11 18:10+0200\n" +"Last-Translator: Tomislav Krznar \n" +"Language-Team: Croatian \n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Neispravan parametar oblika" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "U redu" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Da" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Ne" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Otkaži" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Nema dovoljno resursa za stvaranje dretve" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Primljen SIGTERM, zaustavljam..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Primljen SIGSEGV, zaustavljam..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Primljen SIGABRT, zaustavljam..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Primljen SIGQUIT, zaustavljam..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "d" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "Ne mogu učitati ime datoteke: niz %ls nema višebajtni znak za prikaz." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "NAJVIŠA RAZINA" --- cwidget-0.5.16.orig/po/hu.po +++ cwidget-0.5.16/po/hu.po @@ -0,0 +1,83 @@ +# translation of aptitude_po_hu.po to Hungarian +# Hajnalka Hegedus , 2006. +# Copyright (C) YEAR Daniel Burrows +# This file is distributed under the same license as the PACKAGE package. +msgid "" +msgstr "" +"Project-Id-Version: aptitude_po_hu\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2006-10-12 20:44+0100\n" +"Last-Translator: SZERVÁC Attila \n" +"Language-Team: Hungarian \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=0;\n" +"X-Generator: KBabel 1.11.2\n" +"X-Poedit-Language: Hungarian\n" +"X-Poedit-Country: HUNGARY\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Rossz formátum paraméter" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Igen" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Nem" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Mégsem" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Nincs elég erőforrás szál indításához" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Ó! Egy SIGTERM, pá..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Ó! Egy SIGSEGV, pá..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Ó! Egy SIGABRT, pá..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Ó! Egy SIGQUIT, pá..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "i" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "Fájlnév-betöltés sikertelen: %ls szövegnek nincs multibájt ábrázolása." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "FELSŐ SZINT" --- cwidget-0.5.16.orig/po/it.po +++ cwidget-0.5.16/po/it.po @@ -0,0 +1,119 @@ +# Italian translations for aptitude package. +# Copyright © 2004 Daniel Burrows +# This file is distributed under the same license as the aptitude package. +# Danilo Piazzalunga , 2004-2008. +# +# Convenzioni usate, per rendere più semplice la loro individuazione ed +# eventuale sostituzione (cfr. traduzioni di dpkg e apt): +# +# “Breaks”............: «Rende difettoso:» (vedere “broken”) +# “broken”............: «difettoso» (dpkg) +# Peggiore di «errato», ma migliore di «rotto» (apt). +# “cache file”........: «file cache» +# “candidate version”.: «versione candidata» +# “Debian changelog”..: «changelog Debian» +# “Conflicts:”........: «È/va in conflitto» (dpkg, apt) +# “downgrade”.........: «retrocedere (downgrade)» (apt) +# Unica soluzione sensata per rendere il concetto. +# “extended state”....: «stato esteso» +# “fix”...............: «correggere» +# “forbidden version”.: «versione proibita» +# “new”...............: «nuovo (new)» (apt) +# Riferito a pacchetti che prima non erano installati. +# “obsolete”..........: «vecchio» +# Riferito a (file di) pacchetti sostituiti da versioni più recenti. +# “obsolete”..........: «obsoleto» +# Riferito a librerie che esistono solo per compatibilità o a pacchetti +# che non esistono più. +# “Obsoletes:”........: «Rende obsoleto:» (apt) +# “package lists”.....: «elenco dei pacchetti» +# “Provides:”.........: «Fornisce:» (dpkg, apt) +# “Replaces:”.........: «Sostituisce:» (apt) +# “source list”.......: «elenco delle sorgenti» +# “Suggests:”.........: «Consiglia:» (apt) +# Migliore di «suggerisce» (dpkg). +# “task”:.............: «task» (tasksel) +# “unpack/unpacked”...: «estrarre/estratto» (apt) +# Migliore di «spacchettato» (dpkg). +# +# Molti messaggi sono stati tradotti in modo da essere visualizzati +# correttamente in un terminale a 80 colonne. +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude 0.4.11.10\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-12 15:57+0800\n" +"Last-Translator: Danilo Piazzalunga \n" +"Language-Team: Italian \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Sì" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "No" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Annulla" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "" + +# Put the appropriate key for Y/N choices here (lower case) +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "s" + +# Put the appropriate key for Y/N choices here (lower case) +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "" --- cwidget-0.5.16.orig/po/ja.po +++ cwidget-0.5.16/po/ja.po @@ -0,0 +1,92 @@ +# Some function arguments good to know +# ==================================== +# +# src/ui.cc +# --------- +# +# * add_menu(*info, &name, &menu_description) +# * menu_description: Item name in the menu line. +# * setup_fileview(&filename, *encoding, &menudesc, &longmenudesc, &tabdesc) +# * menudesc: Item name in the "View" menu. +# * longmenudesc: Item description in the "View" menu. +# * tabdesc: Tab name. +# * add_main_widget(&w, &menuref, &menudesc, &tabdesc) +# * menuref: Item name in the "View" menu. +# * menudesc: Menu item description. +# * tabdesc: Tab name and menu item name. +msgid "" +msgstr "" +"Project-Id-Version: 0.5.16-3.3\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-06-03 11:48+0900\n" +"Last-Translator: Kenshi Muto \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "不正なフォーマットパラメータ" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "OK" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "はい" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "いいえ" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "キャンセル" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "スレッドを作成するのに十分なリソースがありません" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "おっと! SIGTERM を受け付けました。終了しています..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "おっと! SIGSERV を受け付けました。終了しています..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "おっと! SIGABRT を受け付けました。終了しています..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "おっと! SIGQUIT を受け付けました。終了しています..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "y" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "ファイル名を読み込めません: 文字列 %ls はマルチバイト表現できません。" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "トップレベル" --- cwidget-0.5.16.orig/po/km.po +++ cwidget-0.5.16/po/km.po @@ -0,0 +1,82 @@ +# translation of aptitude_po_km.po to Khmer +# Copyright (C) YEAR Daniel Burrows +# This file is distributed under the same license as the PACKAGE package. +# +# Khoem Sokhem , 2006. +msgid "" +msgstr "" +"Project-Id-Version: aptitude_po_km\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-23 16:52+0800\n" +"Last-Translator: Khoem Sokhem \n" +"Language-Team: Khmer \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=0;\n" +"X-Generator: KBabel 1.11.2\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "ប៉ារ៉ាម៉ែត្រ​ទ្រង់ទ្រាយ​មិន​ត្រឹមត្រូវ" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "យល់ព្រម" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "បាទ" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "ទេ" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "បោះបង់" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "ពុំ​​មាន​ធនធាន​គ្រប់គ្រាន់ ​ដើម្បី​បង្កើត​ខ្សែ​ស្រឡាយ​ឡើយ" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "អូយ ! ទទួល​បាន SIGTERM, កំពុង​តែ​ក្ស័យ...\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "អូយ ! ទទួល​បាន SIGSEGV, កំពុង​តែ​ក្ស័យ...\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "អូយ ! ទទួល​បាន SIGABRT, កំពុង​តែ​ក្ស័យ...\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "អូយ ! ទទួល​បាន SIGQUIT, កំពុង​តែ​ក្ស័យ...\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "y" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "មិន​អាច​ផ្ទុក​ឈ្មោះ​ឯកសារ ៖ ខ្សែអក្សរ %ls មិន​មាន​អក្សរ​តំណាង​ច្រើន​បៃ​ឡើយ ។" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "កម្រិត​កំពូល" --- cwidget-0.5.16.orig/po/ku.po +++ cwidget-0.5.16/po/ku.po @@ -0,0 +1,83 @@ +# Kurdish translation of aptitude +# +# Copyright (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 +# This file is distributed under the same license as the aptitude package. +# +# Erdal Ronahi , 2008. +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-23 16:42+0800\n" +"Last-Translator: Erdal Ronahi \n" +"Language-Team: Kurdish \n" +"Language: ku\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.2\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Temam" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Erê" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Na" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Betal" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "e" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "ASTA JORTIRÎN" --- cwidget-0.5.16.orig/po/lt.po +++ cwidget-0.5.16/po/lt.po @@ -0,0 +1,82 @@ +# translation of aptitude_lt.po to Lithuanian +# +# Darius Žitkevičius , 2005. +# Darius Žitkevičius , 2008. +msgid "" +msgstr "" +"Project-Id-Version: aptitude_lt\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-12 15:52+0800\n" +"Last-Translator: Darius Žitkevičius \n" +"Language-Team: Lithuanian \n" +"Language: lt\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" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Gerai" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Taip" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Ne" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Atšaukti" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "t" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "" --- cwidget-0.5.16.orig/po/mr.po +++ cwidget-0.5.16/po/mr.po @@ -0,0 +1,82 @@ +# Marathi translation of aptitude. +# +# Copyright (C) 2008 Daniel Burrows +# This file is distributed under the same license as the aptitude package. +# Priti Patil , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2008-08-22 10:20+0200\n" +"Last-Translator: Priti Patil \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "चूकीचे स्वरुप मूल्य" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "ठीक आहे." + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "होय" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "नाही" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "रद्द करा." + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "दोरा निर्माण करण्यासाठी पुरेसे उद्गमस्त्रोत नाहीत" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "अोह !SIGTERM सापडले, ---जात आहे\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr " अोह!SIGSEGV सापडले,---जात आहे \n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr " अोह!SIGABRT सापडले,--- जात आहे\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr " अोह!SIGQUIT सापडले,---जात आहे\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "फाईलनाव उरवण्यात असमर्थ ः अक्षरसंच %ls ला मल्टीबाईट रुप नाही. " + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "वरची पायरी" --- cwidget-0.5.16.orig/po/nb.po +++ cwidget-0.5.16/po/nb.po @@ -0,0 +1,89 @@ +# translation of aptitude_nb.po to Norwegian Bokmål +# This file is distributed under the same license as the aptitude package. +# Copyright (C) 2007 Free Software Foundation, Inc. +# +# Håvard Korsvoll , 2004. +# Axel Bojer , 2004. +# Harald Thingelstad , 2004. +# Knut Yrvin , 2004. +# Klaus Ade Johnstad , 2004. +# Bjørn Steensrud , 2005, 2006. +# Hans Fredrik Nordhaug , 2007, 2008, 2009. +msgid "" +msgstr "" +"Project-Id-Version: aptitude_nb\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-23 16:47+0800\n" +"Last-Translator: Hans Fredrik Nordhaug \n" +"Language-Team: Norwegian Bokmål \n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.2\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Feil formatparameter" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Ja" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Nei" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Avbryt" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Ikke nok ressurser til å opprette en tråd" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Au! Fikk signalet SIGTERM, avslutter ... \n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Au! Fikk signalet SIGSEGV, avslutter ... \n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Au! Fikk signalet SIGABRT, avslutter ... \n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Au! Fikk signalet SIGQUIT, avslutter ... \n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "j" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Klarte ikke laste filnavnet: strengen %ls har ingen flerbyte-representasjon." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "ØVERSTE NIVÅ" --- cwidget-0.5.16.orig/po/ne.po +++ cwidget-0.5.16/po/ne.po @@ -0,0 +1,86 @@ +# translation of aptitude_po_ne.po to Nepali +# +# +# Mahesh Subedi , 2006. +# Shiva Pokharel , 2006. +# Shyam Krishna Bal , 2006. +# Shiva Prasad Pokharel , 2006. +# Nabin Gautam , 2007. +msgid "" +msgstr "" +"Project-Id-Version: aptitude_po_ne\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-23 16:52+0800\n" +"Last-Translator: Nabin Gautam \n" +"Language-Team: Nepali \n" +"Language: ne\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"\n" +"X-Generator: KBabel 1.11.4\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "गलत ढाँचा परिमिति" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "ठीक छ" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "हो" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "होइन" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "रद्द गर्नुहोस्" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "थ्रेड सिर्जना गर्न पर्याप्त स्रोत छैन" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "उफ् ! SIGTERM प्राप्त, मर्दै..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "उफ् ! SIGSEGV प्राप्त, मर्दै..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "उफ् ! SIGABRT प्राप्त, मर्दै..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "उफ् ! SIGQUIT प्राप्त, मर्दै..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "y" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "फाइलनाम लोड गर्न असक्षम: स्टिङ् %lsले बहुबाइट प्रतिनिधित्व गर्दैन ।" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "TOP LEVEL" --- cwidget-0.5.16.orig/po/nl.po +++ cwidget-0.5.16/po/nl.po @@ -0,0 +1,82 @@ +# translation of aptitude to Dutch +# +# Luk Claes , 2005, 2006. +# Frans Pop , 2006, 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-12 14:39+0800\n" +"Last-Translator: Frans Pop \n" +"Language-Team: Dutch \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: KBabel 1.11.4\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Onjuiste opmaakparameter" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Ja" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Nee" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Annuleren" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Niet genoeg bronnen om thread aan te maken" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Kuch! Kreeg SIGTERM, stervend..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Kuch! Kreeg SIGSEGV, stervend..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Kuch! Kreeg SIGABRT, stervend..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Kuch! Kreeg SIGQUIT, stervend..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "ja-toets" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "nee-toets" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Kan bestandsnaam niet laden; de string %ls heeft geen multibyte-voorstelling." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "TOP NIVEAU" --- cwidget-0.5.16.orig/po/nn.po +++ cwidget-0.5.16/po/nn.po @@ -0,0 +1,87 @@ +# translation of aptitude_nn.po to Norwegian nynorsk +# translation of aptitude.po to Norwegian (Nynorsk) +# translation of aptitude.po to Norwegian (Nynorsk) +# translation of aptitude.po to Norwegian nynorsk +# translation of aptitude_0.2.14-3_aptitude.po to Norwegian nynorsk +# translation of aptitude_0.2.14-3_aptitude.po to Norwegian Nynorsk +# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. +# Håvard Korsvoll , 2004, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude_nn\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-23 16:53+0800\n" +"Last-Translator: Håvard Korsvoll \n" +"Language-Team: Norwegian nynorsk \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Ja" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Nei" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Avbryt" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Oops! Fekk SIGTERM, dør..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Oops! Fekk SIGSEGV, dør..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Oops! Fekk SIGABRT, dør..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Oops! Fekk SIGQUIT, dør..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "j" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "" --- cwidget-0.5.16.orig/po/pl.po +++ cwidget-0.5.16/po/pl.po @@ -0,0 +1,86 @@ +# Copyright (C) 2009 Daniel Burrows +# This file is distributed under the same license as the cwidget package. +# +# Michał Kułach , 2012. +msgid "" +msgstr "" +"Project-Id-Version: cwidget 0.5.16\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2012-05-04 18:45-0400\n" +"PO-Revision-Date: 2012-02-22 21:46+0100\n" +"Last-Translator: Michał Kułach \n" +"Language-Team: Polish \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Zły format parametru" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:157 src/cwidget/dialogs.cc:201 +#: src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Tak" + +#: src/cwidget/dialogs.cc:158 src/cwidget/dialogs.cc:202 +#: src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Nie" + +#: src/cwidget/dialogs.cc:159 src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Anuluj" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Za mało zasobów, aby stworzyć wątek" + +#: src/cwidget/toplevel.cc:158 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Auć! Przechwycono SIGTERM, przerywanie...\n" + +#: src/cwidget/toplevel.cc:161 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Auć! Przechwycono SIGSEGV, przerywanie...\n" + +#: src/cwidget/toplevel.cc:164 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Auć! Przechwycono SIGABRT, przerywanie...\n" + +#: src/cwidget/toplevel.cc:167 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Auć! Przechwycono SIGQUIT, przerywanie...\n" + +#: src/cwidget/toplevel.cc:955 +msgid "yes_key" +msgstr "t" + +#: src/cwidget/toplevel.cc:956 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Nie udało się załadować nazwy pliku: ciąg %ls nie ma reprezentacji " +"wielobajtowej." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "NAJWYŻSZY POZIOM" --- cwidget-0.5.16.orig/po/pt.po +++ cwidget-0.5.16/po/pt.po @@ -0,0 +1,82 @@ +# Portuguese (Portugal) Translation Project +# Nuno Sénica, 2004 +# Miguel Figueiredo , 2005, 2006, 2007, 2008, 2009, 2010 +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-12 15:00+0800\n" +"Last-Translator: Miguel Figueiredo \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Parâmetro de formato errado" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Sim" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Não" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Cancelar" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Sem recursos suficientes para criar thread" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Ouch! Recebi um SIGTERM, a morrer ..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Ouch ! Recebi um SIGSEV, a morrer..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Ouch ! Recebi um SIGABRT, a morrer ..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Ouch ! Recebi um SIGQUIT, a morrer..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "s" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Não foi possível carregar um nome de ficheiro: a string %ls não tem " +"representação multibyte." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "NÍVEL de TOPO" --- cwidget-0.5.16.orig/po/pt_BR.po +++ cwidget-0.5.16/po/pt_BR.po @@ -0,0 +1,83 @@ +# Runtime translations for cwidget. +# Copyright (C) YEAR Daniel Burrows +# This file is distributed under the same license as the cwidget package. +# Adriano Rafael Gomes , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: cwidget 0.5.16\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-05-04 17:09-0300\n" +"Last-Translator: Adriano Rafael Gomes \n" +"Language-Team: Brazilian Portuguese \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Parâmetro mal formatado" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Sim" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Não" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Cancelar" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Não existem recursos suficientes para criar a thread" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Ai! Recebido SIGTERM, morrendo...\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Ai! Recebido SIGSEGV, morrendo...\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Ai! Recebido SIGABRT, morrendo...\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Ai! Recebido SIGQUIT, morrendo...\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "s" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Não foi possível carregar nome de arquivo: a string %ls não tem " +"representação multibyte." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "NÍVEL SUPERIOR" --- cwidget-0.5.16.orig/po/ro.po +++ cwidget-0.5.16/po/ro.po @@ -0,0 +1,84 @@ +# Translation of aptitude to Romanian. +# This file is distributed under the same license as the aptitude package. +# +# Sorin Batariuc , 2004, 2005, 2006. +# Eddy Petrișor , 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-12 15:07+0800\n" +"Last-Translator: Eddy Petrișor \n" +"Language-Team: Romanian \n" +"Language: ro\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" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Format parametru necorespunzător" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Da" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Nu" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Anulează" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Nu sunt suficiente resurse pentru crearea firului de execuție" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Aoleu! Am primit SIGTERM, moooor..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Aoleu! Am primit SIGSEGV, mooooor..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Aoleu! Am primit SIGABRT, mooooor..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Aoleeu! Am primit SIGHQUIT, mooooor...\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "da_key" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "nu_key" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Nu pot încărca numele fișierului: șirul %ls nu are reprezentare multioctet." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "NIVELUL DE SUS" --- cwidget-0.5.16.orig/po/ru.po +++ cwidget-0.5.16/po/ru.po @@ -0,0 +1,89 @@ +# This file is distributed under the same license as the cwidget package. +# Copyright (C) 2004 THE aptitude'S COPYRIGHT HOLDER. +# +# Nikolai Prokoschenko , 2004. +# Yuriy Talakan' , 2004. +# Dmitry Beloglazov , 2004. +# Max Kosmach , 2008. +# Yuri Kozlov , 2004, 2005, 2006, 2007, 2008. +# Yuri Kozlov , 2009, 2012. +msgid "" +msgstr "" +"Project-Id-Version: cwidget 0.5.16-3.3\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-06-05 21:00+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 1.2\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Неверный параметр формата" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Да" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Нет" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Отменить" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Недостаточно ресурсов для создания нити" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Ох! Получен SIGTERM, закругляемся…\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Ох! Получен SIGSEGV, закругляемся…\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Ох! Получен SIGABRT, закругляемся…\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Ох! Получен SIGQUIT, закругляемся…\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "д" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "н" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Не удалось загрузить файл: строка %ls не имеет многобайтового представления." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "ВЕРХНИЙ УРОВЕНЬ" + --- cwidget-0.5.16.orig/po/sk.po +++ cwidget-0.5.16/po/sk.po @@ -0,0 +1,84 @@ +# Slovak translation of Aptitude. +# This file is distributed under the same license as the Aptitude package. +# Stanislav Valášek , 2005. +# Peter Mann , 2006, 2008. +# Ivan Masár , 2008, 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-12 15:12+0800\n" +"Last-Translator: Ivan Masár \n" +"Language-Team: Slovak \n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Nesprávny formát parametra" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Áno" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Nie" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Zrušiť" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Nedostatok zdrojov na vytvorenie vlákna" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Au! Dostali sme SIGTERM, program sa ukončuje..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Au! Dostali sme SIGSEGV, program sa ukončuje..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Au! Dostali sme SIGABRT, program sa ukončuje..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Au! Dostali sme SIGQUIT, program sa ukončuje..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "y" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Nedá sa načítať názov súboru: reťazec %ls nemá žiadnu multibajtovú " +"reprezentáciu." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "NAJVYŠŠIA ÚROVEŇ" --- cwidget-0.5.16.orig/po/sv.po +++ cwidget-0.5.16/po/sv.po @@ -0,0 +1,84 @@ +# Swedish translation of aptitude. +# Copyright (C) 2005-2007 Daniel Burrows +# This file is distributed under the same license as the aptitude package. +# +# Daniel Nylander , 2005, 2006, 2007. +# Martin Bagge , 2008. +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-23 16:53+0800\n" +"Last-Translator: Martin Bagge \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1\n" +"X-Generator: KBabel 1.11.4\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Felaktig formatparameter" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "OK" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Ja" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Nej" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Avbryt" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Inte tillräckliga resurser att skapa tråd" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Aj! Fick en SIGTERM, dör..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Aj! Fick en SIGSEGV, dör..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Aj! Fick en SIGABRT, dör..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Aj! Fick en SIGQUIT, dör..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "j" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" +"Kunde inte läsa in filnamn: strängen %ls har ingen flerbyterepresentation." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "TOPPNIVÅ" --- cwidget-0.5.16.orig/po/th.po +++ cwidget-0.5.16/po/th.po @@ -0,0 +1,80 @@ +# Thai translation of cwidget. +# Copyright (C) 2012 Free Software Foundation, Inc. +# This file is distributed under the same license as the cwidget package. +# Theppiak Karoonboonyanan , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: cwidget\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-06-10 19:23+0700\n" +"Last-Translator: Theppitak Karoonboonyanan \n" +"Language-Team: Thai \n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "พารามิเตอร์กำหนดฟอร์แมตไม่ถูกต้อง" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "ตกลง" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "ใช่" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "ไม่" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "ยกเลิก" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "ทรัพยากรไม่เพียงพอสำหรับสร้างเธรด" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "โอ๊ะ! ได้รับ SIGTERM ขอจบการทำงาน..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "โอ๊ะ! ได้รับ SIGSEGV ขอจบการทำงาน..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "โอ๊ะ! ได้รับ SIGABRT ขอจบการทำงาน..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "โอ๊ะ! ได้รับ SIGQUIT ขอจบการทำงาน..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "ช" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "ม" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "ไม่สามารถโหลดชื่อแฟ้ม: สตริง %ls ไม่ได้อยู่ในรูปมัลติไบต์" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "ระดับบนสุด" --- cwidget-0.5.16.orig/po/tl.po +++ cwidget-0.5.16/po/tl.po @@ -0,0 +1,88 @@ +# Tagalog messages for aptitude +# Copyright (C) 2005 Eric Pareja +# +# This file is distributed under the same license as aptitude. +# Itong tipunan ay ipinamamahagi sa parehong lisensya ng aptitude. +# Eric Pareja , 2005 +# Ryan Escarez , 2005 +# +# This file is maintained by Eric Pareja +# Itong tipunan ay inaalagaan ni Eric Pareja +# +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-23 16:43+0800\n" +"Last-Translator: Ryan Escarez \n" +"Language-Team: Tagalog \n" +"Language: tl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Ok" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Oo" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Hindi" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Kanselahin" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Aray! Nakatanggap ng SIGTERM, namamatay..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Aray! Nakatanggap ng SIGSEGV, namamatay..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Aray! Nakatanggap ng SIGABRT, namamatay..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Aray! Nakatanggap ng SIGQUIT, namamatay..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "o" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "h" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "" --- cwidget-0.5.16.orig/po/tr.po +++ cwidget-0.5.16/po/tr.po @@ -0,0 +1,82 @@ +# Turkish translation of aptitude. +# This file is distributed under the same license as the aptitude package. +# İsmail ASLAN , 2004 +# Erçin EKER , 2004,2005,2006 +# Enver ALTIN , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-23 16:54+0800\n" +"Last-Translator: Erçin EKER \n" +"Language-Team: Turkish \n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Kötü parametre biçimi" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Tamam" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Evet" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Hayır" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "İptal" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Başlık oluşturmak için yeterli kaynak yok" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Annee! Sırtımdan SIGTERM'lendim, ölüyorum...\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Annee! Sırtımdan SIGSEGV'lendim, ölüyorum...\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Annee! Sırtımdan SIGABRT'lendim, ölüyorum...\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Annee! Sırtımdan SIGQUIT'lendim, ölüyorum..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "e" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "h" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "Dosya ismi yüklenemiyor: %ls dizgisi çoklu bayt gösterimi içermiyor." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "EN ÜST SEVİYE" --- cwidget-0.5.16.orig/po/uk.po +++ cwidget-0.5.16/po/uk.po @@ -0,0 +1,82 @@ +# translation of aptitude to Ukrainian +# This file is distributed under the same license as the aptitude package. +# +# Borys Yanovych , 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-12 15:26+0800\n" +"Last-Translator: Borys Yanovych \n" +"Language-Team: Ukrainian \n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: KBabel 1.11.4\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "Гаразд" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Так" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Ні" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Скасувати" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "t" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "h" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "" --- cwidget-0.5.16.orig/po/vi.po +++ cwidget-0.5.16/po/vi.po @@ -0,0 +1,82 @@ +# Vietnamese translation for Aptitude. +# Copyright © 2008 Daniel Burrows +# This file is distributed under the same license as the aptitude package. +# Clytie Siddall , 2005-2008. +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude 0.4.x\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2008-04-22 19:08+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.7b3\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "Tham số định dạng sai" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "OK" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Có" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "Không" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "Thôi" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "Không đủ tài nguyên để tạo mạch" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "Ôi ! Nhận được tín hiệu SIGTERM nên chết...\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "Ôi ! Nhận được tín hiệu SIGSEGV nên chết...\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "Ôi ! Nhận được tín hiệu SIGABRT nên chết...\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "Ôi ! Nhận được tín hiệu SIGQUIT nên chết...\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "c" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "k" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "Không thể nạp tên tập tin: chuỗi %ls không chứa đồ đại diện đa byte." + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "CẤP ĐẦU" --- cwidget-0.5.16.orig/po/zh_CN.po +++ cwidget-0.5.16/po/zh_CN.po @@ -0,0 +1,91 @@ +# Chinese (China) translation of aptitude +# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# This file is distributed under the same license as the aptitude package. +# Yongtao Yang , 2004. +# Haifeng Chen , 2005. +# Ming Hua , 2005, 2006. +# Carlos Z.F. Liu , 2005, 2006. +# Kov Chai , 2007. +# Deng Xiyue , 2007, 2008, 2010. +# YunQiang Su , 2010. +# Aron Xu , 2010. +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-06-04 22:57+0800\n" +"Last-Translator: Never Min \n" +"Language-Team: Chinese (simplified) \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "不正确的参数格式" + +#: src/cwidget/dialogs.cc:115 +#: src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 +#: src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "确定" + +#: src/cwidget/dialogs.cc:201 +#: src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "是" + +#: src/cwidget/dialogs.cc:202 +#: src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "否" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "取消" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "没有足够的资源来创建线程" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "哎唷!接收到 SIGTERM 信号,正在退出..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "哎唷!接收到 SIGSEGV 信号,正在退出..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "哎唷!接收到 SIGABRT 信号,正在退出..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "哎唷!接收到 SIGQUIT 信号,正在退出..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "y" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "Unable to load filename: the string %ls has no multibyte representation." +msgstr "无法加载文件名:该字符串 %ls 为非多字节表示。" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "顶层" + --- cwidget-0.5.16.orig/po/zh_TW.po +++ cwidget-0.5.16/po/zh_TW.po @@ -0,0 +1,84 @@ +# zh_TW translation of aptitude. +# Copyright (C) 2004 Free Software Foundation, Inc. +# This file is distributed under the same license as the Aptitude package. +# Rex Tsai , 2004-2005 +# Asho Yeh , 2008 +# +# TODO: Use one style of quotes only, currently used: \"...\", '...', “...” +# +msgid "" +msgstr "" +"Project-Id-Version: aptitude\n" +"Report-Msgid-Bugs-To: dburrows@debian.org\n" +"POT-Creation-Date: 2009-11-29 18:35-0800\n" +"PO-Revision-Date: 2012-02-23 16:55+0800\n" +"Last-Translator: Asho Yeh \n" +"Language-Team: Chinese/Traditional \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/cwidget/config/column_definition.cc:273 +msgid "Bad format parameter" +msgstr "錯誤的格式參數" + +#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128 +#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351 +msgid "Ok" +msgstr "確定" + +#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239 +msgid "Yes" +msgstr "Yes" + +#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240 +msgid "No" +msgstr "No" + +#: src/cwidget/dialogs.cc:352 +msgid "Cancel" +msgstr "取消" + +#: src/cwidget/generic/threads/threads.cc:33 +msgid "Not enough resources to create thread" +msgstr "沒有足夠的資源來建立執行緒" + +#: src/cwidget/toplevel.cc:157 +#, c-format +msgid "Ouch! Got SIGTERM, dying..\n" +msgstr "哎唷! 得到 SIGTERM, 垂死中..\n" + +#: src/cwidget/toplevel.cc:160 +#, c-format +msgid "Ouch! Got SIGSEGV, dying..\n" +msgstr "哎唷! 得到 SIGSEGV, 垂死中..\n" + +#: src/cwidget/toplevel.cc:163 +#, c-format +msgid "Ouch! Got SIGABRT, dying..\n" +msgstr "哎唷! 得到 SIGABRT, 垂死中..\n" + +#: src/cwidget/toplevel.cc:166 +#, c-format +msgid "Ouch! Got SIGQUIT, dying..\n" +msgstr "哎唷! 得到 SIGQUIT, 垂死中..\n" + +#: src/cwidget/toplevel.cc:954 +msgid "yes_key" +msgstr "y" + +#: src/cwidget/toplevel.cc:955 +msgid "no_key" +msgstr "n" + +#: src/cwidget/widgets/pager.cc:476 +#, c-format +msgid "" +"Unable to load filename: the string %ls has no multibyte representation." +msgstr "無法讀取檔案名:字符串“%ls”無法用多字節字符表示。" + +#: src/cwidget/widgets/tree.cc:1009 +msgid "TOP LEVEL" +msgstr "最上層" --- cwidget-0.5.16.orig/src/cwidget/config/keybindings.cc +++ cwidget-0.5.16/src/cwidget/config/keybindings.cc @@ -86,7 +86,6 @@ keys.clear(); keys.push_back(key(KEY_BACKSPACE, true)); - keys.push_back(key(KEY_DC, true)); keys.push_back(key(KEY_SDC, true)); keys.push_back(key(127, false)); // Empirically determined to // be generated for backspace --- cwidget-0.5.16.orig/src/cwidget/generic/util/i18n.h +++ cwidget-0.5.16/src/cwidget/generic/util/i18n.h @@ -1,6 +1,6 @@ // globals.h -*-c++-*- // -// Copyright (C) 2007 Daniel Burrows +// Copyright (C) 2007, 2011 Daniel Burrows // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -24,6 +24,8 @@ // i18n definitions +#define CWIDGET_DOMAIN "libcwidget3" + #ifdef HAVE_LOCALE_H # include @@ -37,8 +39,8 @@ #if ENABLE_NLS # include # include -# define _(Text) gettext (Text) -# define W_(Text) transcode (gettext (Text) ) +# define _(Text) dgettext (CWIDGET_DOMAIN, Text) +# define W_(Text) transcode ( _(Text) ) # define N_(Text) Text /** Strips everything up to and including the first pipe character @@ -49,7 +51,7 @@ #endif inline const char *P_(const char *Text) { - const char * const translation = gettext(Text); + const char * const translation = dgettext(CWIDGET_DOMAIN, Text); const char * const stripto = strchr(translation, '|'); if(stripto == NULL) --- cwidget-0.5.16.orig/src/cwidget/toplevel.cc +++ cwidget-0.5.16/src/cwidget/toplevel.cc @@ -1,6 +1,6 @@ // toplevel.cc // -// Copyright 1999-2005, 2007-2009 Daniel Burrows +// Copyright 1999-2005, 2007-2009, 2011 Daniel Burrows // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -49,6 +49,7 @@ #include #include +#include #include #include @@ -854,6 +855,8 @@ { threads::mutex::lock l(get_mutex()); + bindtextdomain(CWIDGET_DOMAIN, LOCALEDIR); + keybinding upkey, downkey, leftkey, rightkey, quitkey, homekey, endkey; keybinding historynextkey, historyprevkey; keybinding delfkey, delbkey, ppagekey, npagekey; --- cwidget-0.5.16.orig/src/cwidget/widgets/Makefile.am +++ cwidget-0.5.16/src/cwidget/widgets/Makefile.am @@ -31,14 +31,7 @@ staticitem.h \ size_box.h \ stacked.h \ - radiogroup.h \ - statuschoice.h \ - scrollbar.h \ - passthrough.h \ - pager.h \ - multiplex.h \ - minibuf_win.h \ - menubar.h + radiogroup.h libwidgets_la_SOURCES = \ button.cc \ --- cwidget-0.5.16.orig/src/cwidget/widgets/statuschoice.cc +++ cwidget-0.5.16/src/cwidget/widgets/statuschoice.cc @@ -97,7 +97,7 @@ point statuschoice::get_cursorloc() { - return point(prompt.size() + choices.size() + 4, 0); + return point(width_request()-1, 0); } } } --- cwidget-0.5.16.orig/tests/test_threads.cc +++ cwidget-0.5.16/tests/test_threads.cc @@ -87,7 +87,23 @@ try { for(int i = 0; i(new cw::threads::thread(add_thread(thread_limit, b))); + { + try + { + writers[i] = std::auto_ptr(new cw::threads::thread(add_thread(thread_limit, b))); + } + catch(cwidget::threads::ThreadCreateException &ex) + { + if(ex.get_errnum() == EAGAIN) + { + std::cerr << "Warning: ran out of thread resources after creating " << i << " out of " << thread_count << " threads." << std::endl; + thread_count = i; + } + else + throw; + } + } + int foo; CPPUNIT_ASSERT(!b.try_take(foo)); @@ -201,7 +217,22 @@ last_thread_msg[i] = -1; for(int i = 0; i < thread_count; ++i) - writers[i] = std::auto_ptr(new cw::threads::thread(event_queue_write_thread(eq, i, thread_limit))); + { + try + { + writers[i] = std::auto_ptr(new cw::threads::thread(event_queue_write_thread(eq, i, thread_limit))); + } + catch(cwidget::threads::ThreadCreateException &ex) + { + if(ex.get_errnum() == EAGAIN) + { + std::cerr << "Warning: ran out of thread resources after creating " << i << " out of " << thread_count << " threads." << std::endl; + thread_count = i; + } + else + throw; + } + } for(int i = 0; i < thread_count * thread_limit; ++i) {