diff -Nru lubuntu-software-center-0.0.4/aclocal.m4 lubuntu-software-center-0.0.5~bzr135/aclocal.m4 --- lubuntu-software-center-0.0.4/aclocal.m4 2012-02-10 19:28:04.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/aclocal.m4 2012-03-29 20:45:35.000000000 +0000 @@ -1,7 +1,8 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- +# generated automatically by aclocal 1.11.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, +# Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -260,6 +261,10 @@ [CATOBJEXT=.mo DATADIRNAME=lib]) ;; + *-*-openbsd*) + CATOBJEXT=.mo + DATADIRNAME=share + ;; *) CATOBJEXT=.mo DATADIRNAME=lib @@ -485,12 +490,15 @@ AC_SUBST([USE_NLS]) ]) -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been @@ -500,7 +508,7 @@ [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.1], [], +m4_if([$1], [1.11.3], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -516,19 +524,21 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.1])dnl +[AM_AUTOMAKE_VERSION([1.11.3])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. @@ -610,14 +620,14 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, +# 2010, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 10 +# serial 12 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, @@ -657,6 +667,7 @@ # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -721,7 +732,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -786,10 +797,13 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- @@ -1011,12 +1025,15 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. @@ -1056,8 +1073,8 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, +# 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1077,7 +1094,7 @@ [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) -AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) +AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful @@ -1188,12 +1205,15 @@ fi ]) -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. @@ -1216,13 +1236,14 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 +# serial 5 # _AM_MANGLE_OPTION(NAME) # ----------------------- @@ -1230,13 +1251,13 @@ [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) -# ------------------------------ +# -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- +# ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) @@ -1247,12 +1268,14 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. @@ -1329,12 +1352,14 @@ fi AC_MSG_RESULT(yes)]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't @@ -1357,13 +1382,13 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 +# serial 3 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- @@ -1372,13 +1397,13 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- +# -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1400,10 +1425,11 @@ # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) diff -Nru lubuntu-software-center-0.0.4/configure lubuntu-software-center-0.0.5~bzr135/configure --- lubuntu-software-center-0.0.4/configure 2012-02-10 19:28:05.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/configure 2012-03-29 20:45:35.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for lubuntu-software-center 0.0.4. +# Generated by GNU Autoconf 2.68 for lubuntu-software-center 0.0.5. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -557,8 +557,8 @@ # Identity of this package. PACKAGE_NAME='lubuntu-software-center' PACKAGE_TARNAME='lubuntu-software-center' -PACKAGE_VERSION='0.0.4' -PACKAGE_STRING='lubuntu-software-center 0.0.4' +PACKAGE_VERSION='0.0.5' +PACKAGE_STRING='lubuntu-software-center 0.0.5' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -633,6 +633,13 @@ INTLTOOL_KEYS_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_DESKTOP_RULE +intltool__v_merge_options_0 +intltool__v_merge_options_ +INTLTOOL_V_MERGE_OPTIONS +INTLTOOL__v_MERGE_0 +INTLTOOL__v_MERGE_ +INTLTOOL_V_MERGE +AM_DEFAULT_VERBOSITY INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE @@ -658,6 +665,7 @@ am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -1295,7 +1303,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures lubuntu-software-center 0.0.4 to adapt to many kinds of systems. +\`configure' configures lubuntu-software-center 0.0.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1362,7 +1370,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of lubuntu-software-center 0.0.4:";; + short | recursive ) echo "Configuration of lubuntu-software-center 0.0.5:";; esac cat <<\_ACEOF @@ -1452,7 +1460,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -lubuntu-software-center configure 0.0.4 +lubuntu-software-center configure 0.0.5 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1817,7 +1825,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by lubuntu-software-center $as_me 0.0.4, which was +It was created by lubuntu-software-center $as_me 0.0.5, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2632,7 +2640,7 @@ # Define the identity of the package. PACKAGE='lubuntu-software-center' - VERSION='0.0.4' + VERSION='0.0.5' cat >>confdefs.h <<_ACEOF @@ -2662,11 +2670,11 @@ # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' -AMTAR=${AMTAR-"${am_missing_run}tar"} - -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' @@ -2758,6 +2766,7 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= @@ -3571,6 +3580,7 @@ # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -3630,7 +3640,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -4668,6 +4678,10 @@ fi ;; + *-*-openbsd*) + CATOBJEXT=.mo + DATADIRNAME=share + ;; *) CATOBJEXT=.mo DATADIRNAME=lib @@ -4811,14 +4825,12 @@ ;; esac +INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` +INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` +INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` if test -n "0.35.0"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.35.0" >&5 $as_echo_n "checking for intltool >= 0.35.0... " >&6; } - - INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` - INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` - INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || @@ -4949,25 +4961,48 @@ as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5 fi - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 +fi + + +INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' +INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' +INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' + + + + +INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' +intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' +intltool__v_merge_options_0='-q' + + + + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' +else + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir $$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@ && rmdir $$_it_tmp_dir' +fi + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' @@ -5286,7 +5321,7 @@ if test $? -ne 0; then as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5 else - IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" + IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 $as_echo "$IT_PERL_VERSION" >&6; } fi @@ -6120,7 +6155,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by lubuntu-software-center $as_me 0.0.4, which was +This file was extended by lubuntu-software-center $as_me 0.0.5, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6177,7 +6212,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -lubuntu-software-center config.status 0.0.4 +lubuntu-software-center config.status 0.0.5 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -Nru lubuntu-software-center-0.0.4/configure.ac lubuntu-software-center-0.0.5~bzr135/configure.ac --- lubuntu-software-center-0.0.4/configure.ac 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/configure.ac 2012-03-04 12:06:28.000000000 +0000 @@ -1,4 +1,4 @@ -AC_INIT([lubuntu-software-center], [0.0.4]) +AC_INIT([lubuntu-software-center], [0.0.5]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_MACRO_DIR([m4]) AM_MAINTAINER_MODE diff -Nru lubuntu-software-center-0.0.4/data/man/lubuntu-software-center-build-db.1 lubuntu-software-center-0.0.5~bzr135/data/man/lubuntu-software-center-build-db.1 --- lubuntu-software-center-0.0.4/data/man/lubuntu-software-center-build-db.1 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/data/man/lubuntu-software-center-build-db.1 2012-03-04 12:06:28.000000000 +0000 @@ -5,7 +5,7 @@ .SH DESCRIPTION .B lubuntu-software-center-build-db -is an utility to build and rebuild the database used by lubuntu-software-center. See lubuntu-softaware-center.1 for more details. +is an utility to build and rebuild the database used by lubuntu-software-center. See lubuntu-software-center.1 for more details. .SH AUTHORS This manual page was written by Julien Lavergne for the Ubuntu Project, but may be used by others. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. diff -Nru lubuntu-software-center-0.0.4/debian/changelog lubuntu-software-center-0.0.5~bzr135/debian/changelog --- lubuntu-software-center-0.0.4/debian/changelog 2012-03-23 19:14:25.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/debian/changelog 2012-03-29 20:52:50.000000000 +0000 @@ -1,14 +1,16 @@ -lubuntu-software-center (0.0.4-0ubuntu4~ppa3) precise; urgency=low +lubuntu-software-center (0.0.5~bzr135-0ubuntu1~ppa1) precise; urgency=low + * New upstream snapshots, inclunding only bug fixes and translation update: + - Fix crashed with TypeError in __init__() (LP: #959867) + - Fix crashed with KeyError in __main__ (LP: #951930) + - Fix crashed with TypeError in refresh_app_basket() (LP: #952070) + - Fix crashed with NoOptionError in get() (LP: #961418) + - Fix 'gtkwidgets' is not defined (LP: #946445) + - Fix encoding problems (LP: #942016) * debian/patches: - - 93_gtk_arrow.patch: Fix crashed with TypeError in __init__() (LP: #959867) - - 94_powerpc64_db_build.patch: Fix crashed with KeyError in __main__ - (LP: #951930) - - 95_fix_gettext_typo.patch: Fix crashed with TypeError in - refresh_app_basket() (LP: #952070) - - 96_fixing_ui.patch: Fix crashed with NoOptionError in get() (LP: #961418) - - 97_encoding_gtkwidget.patch: Fix 'gtkwidgets' is not defined and encoding - problems (LP: #946445, #942016) + - 90_add_ppc_support.patch: Drop, merged upstream. + - 91_choosed_category_fix.patch: Drop, merged upstream. + - 92_local_tmp_variable.patch: Drop, merged upstream. -- Julien Lavergne Fri, 23 Mar 2012 20:14:19 +0100 diff -Nru lubuntu-software-center-0.0.4/debian/patches/series lubuntu-software-center-0.0.5~bzr135/debian/patches/series --- lubuntu-software-center-0.0.4/debian/patches/series 2012-03-23 18:10:43.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/debian/patches/series 2012-03-29 20:53:04.000000000 +0000 @@ -1,8 +0,0 @@ -90_add_ppc_support.patch -91_choosed_category_fix.patch -92_local_tmp_variable.patch -93_gtk_arrow.patch -94_powerpc64_db_build.patch -95_fix_gettext_typo.patch -96_fixing_ui.patch -97_encoding_gtkwidget.patch diff -Nru lubuntu-software-center-0.0.4/install-sh lubuntu-software-center-0.0.5~bzr135/install-sh --- lubuntu-software-center-0.0.4/install-sh 2012-02-10 19:28:05.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/install-sh 2012-03-29 20:45:35.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2009-04-28.21; # UTC +scriptversion=2011-01-19.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -156,6 +156,10 @@ -s) stripcmd=$stripprog;; -t) dst_arg=$2 + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac shift;; -T) no_target_directory=true;; @@ -186,6 +190,10 @@ fi shift # arg dst_arg=$arg + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac done fi @@ -200,7 +208,11 @@ fi if test -z "$dir_arg"; then - trap '(exit $?); exit' 1 2 13 15 + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. @@ -228,9 +240,9 @@ for src do - # Protect names starting with `-'. + # Protect names problematic for `test' and other utilities. case $src in - -*) src=./$src;; + -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then @@ -252,12 +264,7 @@ echo "$0: no destination specified." >&2 exit 1 fi - dst=$dst_arg - # Protect names starting with `-'. - case $dst in - -*) dst=./$dst;; - esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. @@ -385,7 +392,7 @@ case $dstdir in /*) prefix='/';; - -*) prefix='./';; + [-=\(\)!]*) prefix='./';; *) prefix='';; esac @@ -403,7 +410,7 @@ for d do - test -z "$d" && continue + test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then diff -Nru lubuntu-software-center-0.0.4/lubuntu-software-center.desktop lubuntu-software-center-0.0.5~bzr135/lubuntu-software-center.desktop --- lubuntu-software-center-0.0.4/lubuntu-software-center.desktop 2012-02-10 19:28:12.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/lubuntu-software-center.desktop 2012-03-29 20:45:41.000000000 +0000 @@ -2,15 +2,17 @@ Name=Lubuntu Software Center Name[bg]=Лубунту Софтуерен Център Name[de]=Lubuntu Software-Center -Name[en_AU]=Lubuntu Software Center +Name[en_AU]=Lubuntu Software Centre Name[en_CA]=Lubuntu Software Center -Name[en_GB]=Lubuntu Software Center +Name[en_GB]=Lubuntu Software Centre +Name[es]=Centro de software de Lubuntu Name[et]=Lubuntu tarkvarakeskus Name[fi]=Lubuntun sovellusvalikoima Name[fr]=Logithèque Lubuntu +Name[hr]=Lubuntu software centar Name[it]=Lubuntu Software Center Name[ms]=Pusat Perisian Lubuntu -Name[nl]=Lubuntu Software Centrum +Name[nl]=Lubuntu Softwarecentrum Name[pl]=Centrum oprogramowania Lubuntu Name[pt]=Central de Programas do Lubuntu Name[pt_BR]=Central de Programas do Lubuntu @@ -22,16 +24,18 @@ GenericName=Software Center GenericName[bg]=Софтуерен център GenericName[bs]=Softverski centar -GenericName[de]=Softwarecenter -GenericName[en_AU]=Software Center +GenericName[de]=Software-Center +GenericName[en_AU]=Software Centre GenericName[en_CA]=Software Center -GenericName[en_GB]=Software Center +GenericName[en_GB]=Software Centre +GenericName[es]=Centro de software GenericName[et]=Tarkvarakeskus GenericName[fi]=Sovellusvalikoima GenericName[fr]=Logithèque +GenericName[hr]=Software centar GenericName[it]=Software Center GenericName[ms]=Pusat Perisian -GenericName[nl]=Software Centrum +GenericName[nl]=Softwarecentrum GenericName[pl]=Centrum oprogramowania GenericName[pt]=Central de Programas GenericName[pt_BR]=Central de Programas @@ -47,6 +51,7 @@ Comment[en_AU]=Lets you choose from thousands of applications available for Ubuntu Comment[en_CA]=Lets you choose from thousands of applications available for Ubuntu Comment[en_GB]=Lets you choose from thousands of applications available for Ubuntu +Comment[es]=Le permite elegir entre miles de aplicaciones disponibles para Ubuntu Comment[et]=Võimaldab valida tuhandetest Ubuntule saadaolevatest rakendustest Comment[fi]=Mahdollistaa valinnan tuhansista Ubuntulle saatavilla olevista sovelluksista. Comment[fr]=Vous permet de choisir parmi des milliers d'applications disponibles pour Ubuntu diff -Nru lubuntu-software-center-0.0.4/m4/intltool.m4 lubuntu-software-center-0.0.5~bzr135/m4/intltool.m4 --- lubuntu-software-center-0.0.4/m4/intltool.m4 2012-02-10 19:28:02.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/m4/intltool.m4 2012-03-29 20:45:34.000000000 +0000 @@ -23,7 +23,7 @@ ## the same distribution terms that you use for the rest of that program. dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) -# serial 40 IT_PROG_INTLTOOL +# serial 42 IT_PROG_INTLTOOL AC_DEFUN([IT_PROG_INTLTOOL], [ AC_PREREQ([2.50])dnl AC_REQUIRE([AM_NLS])dnl @@ -36,13 +36,11 @@ ;; esac +INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` +INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` +INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` if test -n "$1"; then AC_MSG_CHECKING([for intltool >= $1]) - - INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` - INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` - [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` - ] AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) @@ -55,25 +53,48 @@ AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) fi - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@' - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 +fi +AC_SUBST([AM_DEFAULT_VERBOSITY]) + +INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' +INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' +INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;' +AC_SUBST(INTLTOOL_V_MERGE) +AC_SUBST(INTLTOOL__v_MERGE_) +AC_SUBST(INTLTOOL__v_MERGE_0) + +INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' +intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' +intltool__v_merge_options_0='-q' +AC_SUBST(INTLTOOL_V_MERGE_OPTIONS) +AC_SUBST(intltool__v_merge_options_) +AC_SUBST(intltool__v_merge_options_0) + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@' +else + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir' +fi + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' _IT_SUBST(INTLTOOL_DESKTOP_RULE) _IT_SUBST(INTLTOOL_DIRECTORY_RULE) @@ -119,7 +140,7 @@ if test $? -ne 0; then AC_MSG_ERROR([perl 5.8.1 is required for intltool]) else - IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" + IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` AC_MSG_RESULT([$IT_PERL_VERSION]) fi if test "x$2" != "xno-xml"; then diff -Nru lubuntu-software-center-0.0.4/Makefile.in lubuntu-software-center-0.0.5~bzr135/Makefile.in --- lubuntu-software-center-0.0.4/Makefile.in 2012-02-10 19:28:06.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/Makefile.in 2012-03-29 20:45:35.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -70,6 +70,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(lscbindir)" \ "$(DESTDIR)$(lsclibscriptdir)" "$(DESTDIR)$(lscsbindir)" \ "$(DESTDIR)$(lscdir)" "$(DESTDIR)$(lscwidgetsdir)" \ @@ -87,6 +93,7 @@ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive +am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile) py_compile = $(top_srcdir)/py-compile man1dir = $(mandir)/man1 NROFF = nroff @@ -105,9 +112,11 @@ distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ - { test ! -d "$(distdir)" \ - || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr "$(distdir)"; }; } + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ @@ -136,11 +145,14 @@ DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -176,6 +188,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ @@ -234,6 +250,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -337,7 +355,7 @@ all: all-recursive .SUFFIXES: -am--refresh: +am--refresh: Makefile @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ @@ -402,9 +420,7 @@ @list='$(lscbin_SCRIPTS)'; test -n "$(lscbindir)" || exit 0; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 's,.*/,,;$(transform)'`; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(lscbindir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(lscbindir)" && rm -f $$files + dir='$(DESTDIR)$(lscbindir)'; $(am__uninstall_files_from_dir) install-lsclibscriptSCRIPTS: $(lsclibscript_SCRIPTS) @$(NORMAL_INSTALL) test -z "$(lsclibscriptdir)" || $(MKDIR_P) "$(DESTDIR)$(lsclibscriptdir)" @@ -436,9 +452,7 @@ @list='$(lsclibscript_SCRIPTS)'; test -n "$(lsclibscriptdir)" || exit 0; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 's,.*/,,;$(transform)'`; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(lsclibscriptdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(lsclibscriptdir)" && rm -f $$files + dir='$(DESTDIR)$(lsclibscriptdir)'; $(am__uninstall_files_from_dir) install-lscsbinSCRIPTS: $(lscsbin_SCRIPTS) @$(NORMAL_INSTALL) test -z "$(lscsbindir)" || $(MKDIR_P) "$(DESTDIR)$(lscsbindir)" @@ -470,9 +484,7 @@ @list='$(lscsbin_SCRIPTS)'; test -n "$(lscsbindir)" || exit 0; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 's,.*/,,;$(transform)'`; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(lscsbindir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(lscsbindir)" && rm -f $$files + dir='$(DESTDIR)$(lscsbindir)'; $(am__uninstall_files_from_dir) install-lscPYTHON: $(lsc_PYTHON) @$(NORMAL_INSTALL) test -z "$(lscdir)" || $(MKDIR_P) "$(DESTDIR)$(lscdir)" @@ -491,11 +503,8 @@ $(INSTALL_DATA) $$files "$(DESTDIR)$(lscdir)" || exit $$?; \ done || exit $$?; \ if test -n "$$dlist"; then \ - if test -z "$(DESTDIR)"; then \ - PYTHON=$(PYTHON) $(py_compile) --basedir "$(lscdir)" $$dlist; \ - else \ - PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(lscdir)" $$dlist; \ - fi; \ + $(am__py_compile) --destdir "$(DESTDIR)" \ + --basedir "$(lscdir)" $$dlist; \ else :; fi uninstall-lscPYTHON: @@ -503,14 +512,14 @@ @list='$(lsc_PYTHON)'; test -n "$(lscdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ + dir='$(DESTDIR)$(lscdir)'; \ filesc=`echo "$$files" | sed 's|$$|c|'`; \ fileso=`echo "$$files" | sed 's|$$|o|'`; \ - echo " ( cd '$(DESTDIR)$(lscdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(lscdir)" && rm -f $$files || exit $$?; \ - echo " ( cd '$(DESTDIR)$(lscdir)' && rm -f" $$filesc ")"; \ - cd "$(DESTDIR)$(lscdir)" && rm -f $$filesc || exit $$?; \ - echo " ( cd '$(DESTDIR)$(lscdir)' && rm -f" $$fileso ")"; \ - cd "$(DESTDIR)$(lscdir)" && rm -f $$fileso + st=0; \ + for files in "$$files" "$$filesc" "$$fileso"; do \ + $(am__uninstall_files_from_dir) || st=$$?; \ + done; \ + exit $$st install-lscwidgetsPYTHON: $(lscwidgets_PYTHON) @$(NORMAL_INSTALL) test -z "$(lscwidgetsdir)" || $(MKDIR_P) "$(DESTDIR)$(lscwidgetsdir)" @@ -529,11 +538,8 @@ $(INSTALL_DATA) $$files "$(DESTDIR)$(lscwidgetsdir)" || exit $$?; \ done || exit $$?; \ if test -n "$$dlist"; then \ - if test -z "$(DESTDIR)"; then \ - PYTHON=$(PYTHON) $(py_compile) --basedir "$(lscwidgetsdir)" $$dlist; \ - else \ - PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(lscwidgetsdir)" $$dlist; \ - fi; \ + $(am__py_compile) --destdir "$(DESTDIR)" \ + --basedir "$(lscwidgetsdir)" $$dlist; \ else :; fi uninstall-lscwidgetsPYTHON: @@ -541,14 +547,14 @@ @list='$(lscwidgets_PYTHON)'; test -n "$(lscwidgetsdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ + dir='$(DESTDIR)$(lscwidgetsdir)'; \ filesc=`echo "$$files" | sed 's|$$|c|'`; \ fileso=`echo "$$files" | sed 's|$$|o|'`; \ - echo " ( cd '$(DESTDIR)$(lscwidgetsdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(lscwidgetsdir)" && rm -f $$files || exit $$?; \ - echo " ( cd '$(DESTDIR)$(lscwidgetsdir)' && rm -f" $$filesc ")"; \ - cd "$(DESTDIR)$(lscwidgetsdir)" && rm -f $$filesc || exit $$?; \ - echo " ( cd '$(DESTDIR)$(lscwidgetsdir)' && rm -f" $$fileso ")"; \ - cd "$(DESTDIR)$(lscwidgetsdir)" && rm -f $$fileso + st=0; \ + for files in "$$files" "$$filesc" "$$fileso"; do \ + $(am__uninstall_files_from_dir) || st=$$?; \ + done; \ + exit $$st install-man1: $(dist_man_MANS) @$(NORMAL_INSTALL) test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" @@ -584,9 +590,7 @@ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - test -z "$$files" || { \ - echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) install-desktopDATA: $(desktop_DATA) @$(NORMAL_INSTALL) test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)" @@ -604,9 +608,7 @@ @$(NORMAL_UNINSTALL) @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(desktopdir)" && rm -f $$files + dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) install-icon128DATA: $(icon128_DATA) @$(NORMAL_INSTALL) test -z "$(icon128dir)" || $(MKDIR_P) "$(DESTDIR)$(icon128dir)" @@ -624,9 +626,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon128_DATA)'; test -n "$(icon128dir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icon128dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icon128dir)" && rm -f $$files + dir='$(DESTDIR)$(icon128dir)'; $(am__uninstall_files_from_dir) install-icon16DATA: $(icon16_DATA) @$(NORMAL_INSTALL) test -z "$(icon16dir)" || $(MKDIR_P) "$(DESTDIR)$(icon16dir)" @@ -644,9 +644,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon16_DATA)'; test -n "$(icon16dir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icon16dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icon16dir)" && rm -f $$files + dir='$(DESTDIR)$(icon16dir)'; $(am__uninstall_files_from_dir) install-icon24DATA: $(icon24_DATA) @$(NORMAL_INSTALL) test -z "$(icon24dir)" || $(MKDIR_P) "$(DESTDIR)$(icon24dir)" @@ -664,9 +662,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon24_DATA)'; test -n "$(icon24dir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icon24dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icon24dir)" && rm -f $$files + dir='$(DESTDIR)$(icon24dir)'; $(am__uninstall_files_from_dir) install-icon48DATA: $(icon48_DATA) @$(NORMAL_INSTALL) test -z "$(icon48dir)" || $(MKDIR_P) "$(DESTDIR)$(icon48dir)" @@ -684,9 +680,7 @@ @$(NORMAL_UNINSTALL) @list='$(icon48_DATA)'; test -n "$(icon48dir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(icon48dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(icon48dir)" && rm -f $$files + dir='$(DESTDIR)$(icon48dir)'; $(am__uninstall_files_from_dir) install-lscdataDATA: $(lscdata_DATA) @$(NORMAL_INSTALL) test -z "$(lscdatadir)" || $(MKDIR_P) "$(DESTDIR)$(lscdatadir)" @@ -704,9 +698,7 @@ @$(NORMAL_UNINSTALL) @list='$(lscdata_DATA)'; test -n "$(lscdatadir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(lscdatadir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(lscdatadir)" && rm -f $$files + dir='$(DESTDIR)$(lscdatadir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -928,7 +920,11 @@ $(am__remove_distdir) dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__remove_distdir) dist-lzma: distdir @@ -936,7 +932,7 @@ $(am__remove_distdir) dist-xz: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir @@ -967,6 +963,8 @@ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ @@ -986,6 +984,7 @@ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ @@ -1014,8 +1013,16 @@ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: - @$(am__cd) '$(distuninstallcheck_dir)' \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ @@ -1049,10 +1056,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -1152,8 +1164,8 @@ .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ clean-local ctags ctags-recursive dist dist-all dist-bzip2 \ - dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ - distcheck distclean distclean-generic distclean-tags \ + dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \ + dist-zip distcheck distclean distclean-generic distclean-tags \ distcleancheck distdir distuninstallcheck dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-desktopDATA install-dvi install-dvi-am \ diff -Nru lubuntu-software-center-0.0.4/missing lubuntu-software-center-0.0.5~bzr135/missing --- lubuntu-software-center-0.0.4/missing 2012-02-10 19:28:06.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/missing 2012-03-29 20:45:35.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2009-04-28.21; # UTC +scriptversion=2012-01-06.13; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -# 2008, 2009 Free Software Foundation, Inc. +# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -84,7 +84,6 @@ help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file - tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and @@ -122,15 +121,6 @@ # Not GNU programs, they don't have --version. ;; - tar*) - if test -n "$run"; then - echo 1>&2 "ERROR: \`tar' requires --run" - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - exit 1 - fi - ;; - *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. @@ -226,7 +216,7 @@ \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then - eval LASTARG="\${$#}" + eval LASTARG=\${$#} case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` @@ -256,7 +246,7 @@ \`Flex' from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then - eval LASTARG="\${$#}" + eval LASTARG=\${$#} case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` @@ -318,41 +308,6 @@ touch $file ;; - tar*) - shift - - # We have already tried tar in the generic part. - # Look for gnutar/gtar before invocation to avoid ugly error - # messages. - if (gnutar --version > /dev/null 2>&1); then - gnutar "$@" && exit 0 - fi - if (gtar --version > /dev/null 2>&1); then - gtar "$@" && exit 0 - fi - firstarg="$1" - if shift; then - case $firstarg in - *o*) - firstarg=`echo "$firstarg" | sed s/o//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - case $firstarg in - *h*) - firstarg=`echo "$firstarg" | sed s/h//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - fi - - echo 1>&2 "\ -WARNING: I can't seem to be able to run \`tar' with the given arguments. - You may want to install GNU tar or Free paxutils, or check the - command line arguments." - exit 1 - ;; - *) echo 1>&2 "\ WARNING: \`$1' is needed, and is $msg. diff -Nru lubuntu-software-center-0.0.4/po/bg.po lubuntu-software-center-0.0.5~bzr135/po/bg.po --- lubuntu-software-center-0.0.4/po/bg.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/bg.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" "PO-Revision-Date: 2011-11-12 11:38+0000\n" "Last-Translator: Alexander Andjelkovic \n" "Language-Team: Bulgarian \n" @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-27 05:49+0000\n" -"X-Generator: Launchpad (build 14381)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -83,7 +83,7 @@ msgstr "" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Кошница" @@ -159,11 +159,11 @@ msgstr "" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" msgstr "" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Експертни режим" @@ -188,11 +188,11 @@ msgid "No reviews available" msgstr "" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Избор на софтуер" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Инсталиран софтуер" @@ -209,7 +209,7 @@ msgid "Show all results" msgstr "" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" msgstr "" @@ -241,7 +241,7 @@ msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Пакет" @@ -254,7 +254,7 @@ msgid "To Install" msgstr "Инсталирани" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Версия" @@ -266,8 +266,256 @@ msgid "Search a package..." msgstr "Търси пакет..." -#~ msgid "%s packages listed" -#~ msgstr "%s пакети изброени" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "" -#~ msgid "Details" -#~ msgstr "Подробно" +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/bs.po lubuntu-software-center-0.0.5~bzr135/po/bs.po --- lubuntu-software-center-0.0.4/po/bs.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/bs.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" "PO-Revision-Date: 2011-10-22 01:21+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-27 05:49+0000\n" -"X-Generator: Launchpad (build 14381)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -82,7 +82,7 @@ msgstr "" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "" @@ -158,11 +158,11 @@ msgstr "" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" msgstr "" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "" @@ -187,11 +187,11 @@ msgid "No reviews available" msgstr "" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Preuzmi softver" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Instalirani softver" @@ -208,7 +208,7 @@ msgid "Show all results" msgstr "" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" msgstr "" @@ -240,7 +240,7 @@ msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "" @@ -253,7 +253,7 @@ msgid "To Install" msgstr "Instalirano" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "" @@ -264,3 +264,257 @@ #: ../src/widgets/searchentry.py:31 ../src/widgets/searchentry.py:33 msgid "Search a package..." msgstr "" + +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/de.po lubuntu-software-center-0.0.5~bzr135/po/de.po --- lubuntu-software-center-0.0.4/po/de.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/de.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,16 +7,16 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" -"PO-Revision-Date: 2012-01-18 20:45+0000\n" -"Last-Translator: Daniel Winzen \n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" +"PO-Revision-Date: 2012-03-26 23:38+0000\n" +"Last-Translator: Dennis Baudys \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" -"X-Launchpad-Export-Date: 2012-01-19 05:10+0000\n" -"X-Generator: Launchpad (build 14692)\n" +"X-Launchpad-Export-Date: 2012-03-28 05:37+0000\n" +"X-Generator: Launchpad (build 15027)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -28,15 +28,15 @@ #: ../lubuntu-software-center.desktop.in.h:3 msgid "Software Center" -msgstr "Softwarecenter" +msgstr "Software-Center" #: ../src/control.py:101 msgid "" "Please install the package app-install-data, lubuntu software center will " "not work in beginner mode without it" msgstr "" -"Bitte installieren Sie das Paket app-install-data, lubuntu software-center " -"wird ohne es im Beginnermodus nicht funktionieren" +"Bitte installieren Sie »app-install-data«, weil Lubuntu Software-Center ohne " +"das Paket im Anfängermodus nicht funktionieren wird" #: ../src/main.py:135 ../src/main.py:152 ../src/main.py:383 ../src/main.py:390 #: ../src/threadingops.py:79 @@ -48,9 +48,8 @@ msgstr "Installiert" #: ../src/main.py:216 ../src/main.py:217 -#, fuzzy msgid "Selected package " -msgstr "Ein Paket suchen..." +msgstr "Ausgewähltes Paket " #: ../src/main.py:221 ../src/main.py:223 ../src/main.py:498 msgid "Added to the Apps Basket" @@ -58,7 +57,7 @@ #: ../src/main.py:227 ../src/main.py:229 ../src/main.py:245 msgid "Add to the Apps Basket" -msgstr "Zum Anwendungskorb hinzufüen" +msgstr "Zum Anwendungskorb hinzufügen" #: ../src/main.py:233 ../src/main.py:235 ../src/main.py:237 ../src/main.py:250 msgid "Remove from the system" @@ -78,14 +77,14 @@ #: ../src/main.py:421 msgid "unknown" -msgstr "" +msgstr "unbekannt" #: ../src/main.py:427 msgid "Put some apps in the basket to install them" -msgstr "Legen Sie einige Anwendungen in den Korb um sie zu installieren" +msgstr "Legen Sie einige Anwendungen in den Korb, um diese zu installieren" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Anwendungskorb" @@ -98,9 +97,8 @@ msgstr "herunterzuladen" #: ../src/main.py:432 -#, fuzzy msgid "to install" -msgstr "Installiert" +msgstr "zu installieren" #: ../src/main.py:439 msgid "packages" @@ -112,7 +110,7 @@ #: ../src/main.py:486 msgid "Choose a category to start" -msgstr "Wählen Sie eine Kategorie um zu starten" +msgstr "Wählen Sie eine Kategorie, um zu beginnen" #: ../src/main.py:553 msgid "Error" @@ -120,15 +118,15 @@ #: ../src/main.py:567 msgid "Reviews" -msgstr "" +msgstr "Bewertungen" #: ../src/main.py:592 msgid "Download Size:" -msgstr "Downloadgröße:" +msgstr "Größe beim Herunterladen:" #: ../src/main.py:593 msgid "Installed Size:" -msgstr "Installierte Größe:" +msgstr "Größe nach der Installation:" #: ../src/main.py:594 msgid "Version:" @@ -151,31 +149,34 @@ "No connection found, you can't install \n" " applications, however you can browse for them" msgstr "" +"Es besteht keine Internetverbindung. Sie\n" +"können keine Anwendungen installieren,\n" +"jedoch können Sie sie durchsuchen." #: ../src/preferences.py:35 msgid "Lubuntu Software Center Preferences" -msgstr "Lubuntu Software Center Einstellungen" +msgstr "Einstellungen des Lubuntu Software-Centers" #: ../src/preferences.py:53 msgid "Open Software Properties" -msgstr "Software-Einstellungen Öffnen" +msgstr "Software-Einstellungen öffnen" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" -msgstr "" +msgstr "Allgemein" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Expertenmodus" #: ../src/preferences.py:76 msgid "Performance" -msgstr "" +msgstr "Leistung" #: ../src/preferences.py:82 msgid "Render Icons" -msgstr "" +msgstr "Render-Icons" #: ../src/preferences.py:87 msgid "Download Screenshots" @@ -183,41 +184,41 @@ #: ../src/preferences.py:92 msgid "Check connection at startup" -msgstr "" +msgstr "Verbindung beim Start überprüfen" #. If only the Reviews title is in the box #: ../src/threadingops.py:154 msgid "No reviews available" -msgstr "" +msgstr "Keine Bewertung vorhanden" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Anwendungen installieren" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" -msgstr "Installierte Programme" +msgstr "Installierte Anwendungen" #: ../src/UI.py:121 msgid "Light but user-friendly Software Center for Lubuntu" -msgstr "Leichtes aber Benutzerfreundliches Software-Center für Lubuntu" +msgstr "Leichtes, aber benutzerfreundliches Software-Center für Lubuntu" #. ------------------------------------------------- #: ../src/UI.py:138 msgid "Show at least 20 results" -msgstr "Zeige mindestens 20 Ergebnisse" +msgstr "Mindestens 20 Ergebnisse anzeigen" #: ../src/UI.py:139 msgid "Show all results" msgstr "Alle Ergebnisse anzeigen" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" -msgstr "" +msgstr "Beschreibung" #: ../src/widgets/appsinfo.py:120 msgid "Check for reviews" -msgstr "" +msgstr "Auf Bewertungen prüfen" #: ../src/widgets/appsview.py:31 ../src/widgets/appsview.py:91 msgid "No Packages Found" @@ -225,15 +226,15 @@ #: ../src/widgets/appsview.py:63 msgid "Details on the package" -msgstr "" +msgstr "Details zum Paket" #: ../src/widgets/appsview.py:64 msgid "Add/remove" -msgstr "Hinzufügen/enfernen" +msgstr "Hinzufügen/entfernen" #: ../src/widgets/appsview.py:92 msgid "Search all categories instead" -msgstr "Suche stattdessen in allen Kategorien" +msgstr "Stattdessen in allen Kategorien suchen" #: ../src/widgets/basket.py:51 msgid "Install Packages" @@ -241,9 +242,9 @@ #: ../src/widgets/basket.py:52 msgid "Discard" -msgstr "" +msgstr "Verwerfen" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Paket" @@ -252,51 +253,299 @@ msgstr "Herunterzuladen" #: ../src/widgets/basket.py:66 -#, fuzzy msgid "To Install" -msgstr "Installiert" +msgstr "Zu installieren" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Version" #: ../src/widgets/screenshot.py:38 msgid "Submit a screenshot" -msgstr "Ein Bildschirmfoto übermitteln" +msgstr "Ein Bildschirmfoto einreichen" #: ../src/widgets/searchentry.py:31 ../src/widgets/searchentry.py:33 msgid "Search a package..." -msgstr "Ein Paket suchen..." +msgstr "Ein Paket suchen …" + +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" +" Keine Pakete gefunden\n" +"Möchten Sie stattdessen all Kategorien durchsuchen?" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" +" Kein Bildschirmfoto gefunden\n" +"Bitte überprüfen Sie Ihre Internet Verbindung" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "Zwischenspeicher leeren" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "Konfiguration bereinigen" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "Festplatte säubern" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "Mülleimer des Systemverwalters leeren" -#~ msgid "All" -#~ msgstr "Alle" +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "Zwischenspeicher für Vorschaubilder leeren" -#~ msgid " package selected" -#~ msgstr " Paket ausgewählt" +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "Säubern Sie Ihre Festplatte" -#~ msgid "Case Insensitive" -#~ msgstr "Groß-/Kleinschreibung ignorieren" +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "Zum Maximieren klicken" -#~ msgid "Case Sensitive" -#~ msgstr "Groß-/Kleinschreibung beachten" +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "Copyright © 2011 Lubuntu Team" -#~ msgid "packages matching" -#~ msgstr "Passende Pakete" +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "Download-Größe" -#~ msgid "Unsatisfaied dependencies:" -#~ msgstr "Unerfüllte Abhängigkeiten:" +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "Heruntergeladene Pakete" -#~ msgid "Use packages database" -#~ msgstr "Benutze Paketdatenbank" +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "Startseite" -#~ msgid "%s packages" -#~ msgstr "%s Pakete" +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "Die Pakete installieren" -#~ msgid "%s packages listed" -#~ msgstr "%s Pakete aufgelistet" +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "Mb herunterzuladen" -#~ msgid "Details" -#~ msgstr "Details" +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "Keine Konfigurationsdatei gefunden" -#~ msgid "Clear" -#~ msgstr "Zurücksetzen" +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "Keine heruntergeladenen Dateien gefunden" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "Kein zutreffendes Paket" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "Alte Konfigurationsdatei" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "Seite 4" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "Einstellungen" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr " aus dem Anwendungskorb entfernen" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "Speicherplatz sparen" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "Software-Center für das Lubuntu Projekt" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "Software-Eigenschaften" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" +"Einige Anwendungen erfordern weitere Pakete, damit sie funktionieren. Wenn " +"solche Anwendungen entfernt werden, bleiben die anderen Pakete vorhanden. " +"Klicken Sie auf diesen Knopf, um die ungenutzten Pakete zu entfernen." + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" +"Wenn Anwendungen entfernt werden, verbleiben manchmal Konfigurationsdateien. " +"Klicken Sie auf diesen Knopf, um die alten Konfigurationsdateien zu löschen." + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" +"Der Mülleimer des Systemverwalters (in /root)\n" +"kann voll mit alten und ungenutzten Dateien sein.\n" +"Ihn zu leeren, kann oftmals einen guten Gewinn\n" +"an Speicherplatz bedeuten." + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "Aktualisieren" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" +"Die Liste der Anwendungen aktualisieren.\n" +"Klicken Sie auf diesen Knopf, um die\n" +"aktualisierte Software-Liste herunterzuladen." + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" +"Wenn Sie eine Anwendung installieren, werden zur Installation benötigte " +"Dateien auf den Rechner heruntergeladen. Klicken Sie auf diesen Knopf, um " +"die überflüssigen heruntergeladenen Pakete zu entfernen." + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" +"Wenn Sie einen Bilderordner öffnen, werden\n" +"die Vorschaubilder dynamisch erzeugt und in\n" +"einem versteckten Ordner in Ihrem Persönlichen\n" +"Ordner gespeichert. Klicken Sie hier, um diesen\n" +"Ordner zu säubern (dabei werden keine\n" +"wichtigen Dateien gelöscht)." + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "_Bearbeiten" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "_Datei" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "_Hilfe" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "Knopf" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "Pakete berechnen..." + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "Spalte" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "Beschriftung" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "Seite 1" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "Seite 2" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "Seite 3" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "Seite 5" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "Seite 6" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "Anfängermodus" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "Wählen Sie den Stil der Werkzeugleiste" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" +"Wählen Sie den gewünschten Modus. Im Anfängermodus werden nur echte " +"Anwendungen aufgelistet, im Expertenmodus hingegen alle Pakete inkl. " +"Bibliotheken und Werkzeuge für die Befehlszeile." + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "Nur Symbole" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "Oberfläche" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "Visualisierungsmodus" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "Menüleiste anzeigen" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "Statusleiste anzeigen" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "Text unter Symbolen" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "Text neben Symbolen" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "Nur Text" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "Werkzeugleistenstil" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "Die Paketdatenbank benutzen" diff -Nru lubuntu-software-center-0.0.4/po/en_AU.po lubuntu-software-center-0.0.5~bzr135/po/en_AU.po --- lubuntu-software-center-0.0.4/po/en_AU.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/en_AU.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" "PO-Revision-Date: 2011-12-19 13:53+0000\n" "Last-Translator: Joel Pickett \n" "Language-Team: English (Australia) \n" @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-12-20 05:10+0000\n" -"X-Generator: Launchpad (build 14538)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -24,11 +24,11 @@ #: ../lubuntu-software-center.desktop.in.h:2 ../src/UI.py:57 ../src/UI.py:117 msgid "Lubuntu Software Center" -msgstr "Lubuntu Software Center" +msgstr "Lubuntu Software Centre" #: ../lubuntu-software-center.desktop.in.h:3 msgid "Software Center" -msgstr "Software Center" +msgstr "Software Centre" #: ../src/control.py:101 msgid "" @@ -85,7 +85,7 @@ msgstr "Put some apps in the basket to install them" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Apps Basket" @@ -154,18 +154,18 @@ #: ../src/preferences.py:35 msgid "Lubuntu Software Center Preferences" -msgstr "Lubuntu Software Center Preferences" +msgstr "Lubuntu Software Centre Preferences" #: ../src/preferences.py:53 msgid "Open Software Properties" msgstr "Open Software Properties" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" msgstr "" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Expert Mode" @@ -190,11 +190,11 @@ msgid "No reviews available" msgstr "" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Get Software" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Installed Software" @@ -211,7 +211,7 @@ msgid "Show all results" msgstr "Show all results" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" msgstr "" @@ -243,7 +243,7 @@ msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Package" @@ -256,7 +256,7 @@ msgid "To Install" msgstr "Installed" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Version" @@ -268,35 +268,256 @@ msgid "Search a package..." msgstr "Search a package..." -#~ msgid "All" -#~ msgstr "All" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" -#~ msgid " package selected" -#~ msgstr " package selected" +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" -#~ msgid "Case Insensitive" -#~ msgstr "Case Insensitive" +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "" -#~ msgid "Case Sensitive" -#~ msgstr "Case Sensitive" +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "" -#~ msgid "packages matching" -#~ msgstr "packages matching" +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" -#~ msgid "Unsatisfaied dependencies:" -#~ msgstr "Unsatisfied dependencies:" +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" -#~ msgid "Use packages database" -#~ msgstr "Use packages database" +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" -#~ msgid "%s packages" -#~ msgstr "%s packages" +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" -#~ msgid "%s packages listed" -#~ msgstr "%s packages listed" +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "" -#~ msgid "Details" -#~ msgstr "Details" +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" -#~ msgid "Clear" -#~ msgstr "Clear" +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/en_CA.po lubuntu-software-center-0.0.5~bzr135/po/en_CA.po --- lubuntu-software-center-0.0.4/po/en_CA.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/en_CA.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" "PO-Revision-Date: 2011-11-14 15:31+0000\n" "Last-Translator: Rafael Neri \n" "Language-Team: English (Australia) \n" @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-27 05:49+0000\n" -"X-Generator: Launchpad (build 14381)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -83,7 +83,7 @@ msgstr "" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Apps Basket" @@ -159,11 +159,11 @@ msgstr "" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" msgstr "" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Expert Mode" @@ -188,11 +188,11 @@ msgid "No reviews available" msgstr "" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Get Software" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Installed Software" @@ -209,7 +209,7 @@ msgid "Show all results" msgstr "" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" msgstr "" @@ -241,7 +241,7 @@ msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Package" @@ -254,7 +254,7 @@ msgid "To Install" msgstr "Installed" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Version" @@ -266,8 +266,256 @@ msgid "Search a package..." msgstr "Search a package..." -#~ msgid "%s packages listed" -#~ msgstr "%s packages listed" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "" -#~ msgid "Details" -#~ msgstr "Details" +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/en_GB.po lubuntu-software-center-0.0.5~bzr135/po/en_GB.po --- lubuntu-software-center-0.0.4/po/en_GB.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/en_GB.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,16 +7,16 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" -"PO-Revision-Date: 2011-11-14 15:31+0000\n" -"Last-Translator: Rafael Neri \n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" +"PO-Revision-Date: 2012-03-20 12:59+0000\n" +"Last-Translator: michaelrawson \n" "Language-Team: English (Australia) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-27 05:49+0000\n" -"X-Generator: Launchpad (build 14381)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -24,31 +24,32 @@ #: ../lubuntu-software-center.desktop.in.h:2 ../src/UI.py:57 ../src/UI.py:117 msgid "Lubuntu Software Center" -msgstr "Lubuntu Software Center" +msgstr "Lubuntu Software Centre" #: ../lubuntu-software-center.desktop.in.h:3 msgid "Software Center" -msgstr "Software Center" +msgstr "Software Centre" #: ../src/control.py:101 msgid "" "Please install the package app-install-data, lubuntu software center will " "not work in beginner mode without it" msgstr "" +"Please install the package app-install-data, lubuntu software centre will " +"not work in beginner mode without it" #: ../src/main.py:135 ../src/main.py:152 ../src/main.py:383 ../src/main.py:390 #: ../src/threadingops.py:79 msgid "packages listed" -msgstr "" +msgstr "packages listed" #: ../src/main.py:150 ../src/main.py:382 msgid "Installed" msgstr "Installed" #: ../src/main.py:216 ../src/main.py:217 -#, fuzzy msgid "Selected package " -msgstr "Search a package..." +msgstr "Selected package " #: ../src/main.py:221 ../src/main.py:223 ../src/main.py:498 msgid "Added to the Apps Basket" @@ -68,41 +69,40 @@ #: ../src/main.py:366 msgid "Searching in" -msgstr "" +msgstr "Searching in" #: ../src/main.py:421 ../src/main.py:425 msgid " (requested by " -msgstr "" +msgstr " (requested by " #: ../src/main.py:421 msgid "unknown" -msgstr "" +msgstr "unknown" #: ../src/main.py:427 msgid "Put some apps in the basket to install them" -msgstr "" +msgstr "Put some apps in the basket to install them" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Apps Basket" #: ../src/main.py:432 msgid "package marked" -msgstr "" +msgstr "package marked" #: ../src/main.py:432 msgid "to download" -msgstr "" +msgstr "to download" #: ../src/main.py:432 -#, fuzzy msgid "to install" -msgstr "Installed" +msgstr "to install" #: ../src/main.py:439 msgid "packages" -msgstr "" +msgstr "packages" #: ../src/main.py:484 msgid "Available Categories" @@ -110,164 +110,439 @@ #: ../src/main.py:486 msgid "Choose a category to start" -msgstr "" +msgstr "Choose a category to start" #: ../src/main.py:553 msgid "Error" -msgstr "" +msgstr "Error" #: ../src/main.py:567 msgid "Reviews" -msgstr "" +msgstr "Reviews" #: ../src/main.py:592 msgid "Download Size:" -msgstr "" +msgstr "Download Size:" #: ../src/main.py:593 msgid "Installed Size:" -msgstr "" +msgstr "Installed Size:" #: ../src/main.py:594 msgid "Version:" -msgstr "" +msgstr "Version:" #: ../src/main.py:596 msgid "Infos on" -msgstr "" +msgstr "Info on" #: ../src/notify.py:26 msgid "Apps installed successfully" -msgstr "" +msgstr "Apps installed successfully" #: ../src/notify.py:30 msgid "Apps removed successfully" -msgstr "" +msgstr "Apps removed successfully" #: ../src/notify.py:34 msgid "" "No connection found, you can't install \n" " applications, however you can browse for them" msgstr "" +"No connection found. You can't install \n" +" applications, but you can browse for them" #: ../src/preferences.py:35 msgid "Lubuntu Software Center Preferences" -msgstr "Lubuntu Software Center Preferences" +msgstr "Lubuntu Software Centre Preferences" #: ../src/preferences.py:53 msgid "Open Software Properties" -msgstr "" +msgstr "Open Software Properties" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" -msgstr "" +msgstr "General" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Expert Mode" #: ../src/preferences.py:76 msgid "Performance" -msgstr "" +msgstr "Performance" #: ../src/preferences.py:82 msgid "Render Icons" -msgstr "" +msgstr "Render Icons" #: ../src/preferences.py:87 msgid "Download Screenshots" -msgstr "" +msgstr "Download Screenshots" #: ../src/preferences.py:92 msgid "Check connection at startup" -msgstr "" +msgstr "Check connection at startup" #. If only the Reviews title is in the box #: ../src/threadingops.py:154 msgid "No reviews available" -msgstr "" +msgstr "No reviews available" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Get Software" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Installed Software" #: ../src/UI.py:121 msgid "Light but user-friendly Software Center for Lubuntu" -msgstr "" +msgstr "Light but user-friendly Software Centre for Lubuntu" #. ------------------------------------------------- #: ../src/UI.py:138 msgid "Show at least 20 results" -msgstr "" +msgstr "Show at least 20 results" #: ../src/UI.py:139 msgid "Show all results" -msgstr "" +msgstr "Show all results" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" -msgstr "" +msgstr "Description" #: ../src/widgets/appsinfo.py:120 msgid "Check for reviews" -msgstr "" +msgstr "Check for reviews" #: ../src/widgets/appsview.py:31 ../src/widgets/appsview.py:91 msgid "No Packages Found" -msgstr "" +msgstr "No Packages Found" #: ../src/widgets/appsview.py:63 msgid "Details on the package" -msgstr "" +msgstr "Details on the package" #: ../src/widgets/appsview.py:64 msgid "Add/remove" -msgstr "" +msgstr "Add/remove" #: ../src/widgets/appsview.py:92 msgid "Search all categories instead" -msgstr "" +msgstr "Search all categories instead" #: ../src/widgets/basket.py:51 msgid "Install Packages" -msgstr "" +msgstr "Install Packages" #: ../src/widgets/basket.py:52 msgid "Discard" -msgstr "" +msgstr "Discard" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Package" #: ../src/widgets/basket.py:65 msgid "To Download" -msgstr "" +msgstr "To Download" #: ../src/widgets/basket.py:66 -#, fuzzy msgid "To Install" -msgstr "Installed" +msgstr "To Install" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Version" #: ../src/widgets/screenshot.py:38 msgid "Submit a screenshot" -msgstr "" +msgstr "Submit a screenshot" #: ../src/widgets/searchentry.py:31 ../src/widgets/searchentry.py:33 msgid "Search a package..." msgstr "Search a package..." -#~ msgid "%s packages listed" -#~ msgstr "%s packages listed" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" +" No packages found\n" +"Do you want to search all categories instead?" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" +" No Screenshot Found\n" +"Please check your Internet connection" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "Clean Cache" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "Clean Configuration" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "Clean Disk" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "Clean up root" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "Clean thumbnails cache" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "Clean up your disk" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "Click to maximise" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "Copyright © 2011 Lubuntu team" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "Download size" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "Downloaded Packages" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "Home" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "Install the packages" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "Mb to download" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "No config files found" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "No downloaded files found" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "No package matches" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "Old configuration files" -#~ msgid "Details" -#~ msgstr "Details" +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "Page 4" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "Preferences" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "Remove from the Apps Basket" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "Save Disk Space" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "Software Centre for the Lubuntu project" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "Software Properties" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" +"Some applications need other packages to work. When you remove these " +"applications, the other packages aren't removed. Click on this button to " +"remove the unused packages." + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" +"Sometimes, when you remove an application, the config files remain. Click on " +"this button to remove the old config files." + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" +"The rubbish of the root user (located in /root)\n" +"can be full of old and unused files, so cleaning\n" +"it often frees quite a lot of disk space" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "Update" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" +"Update the programs list. Clicking on this\n" +"button, the updated software list will be\n" +"downloaded." + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the used downloaded " +"packages." + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" +"When you open a folder with images,\n" +"the thumbnails are dynamically created\n" +"and saved in a hidden folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "_Edit" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "_File" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "_Help" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "button" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "calculating packages..." + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "column" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "label" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "page 1" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "page 2" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "page 3" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "page 5" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "page 6" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "Beginner Mode" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "Choose the ToolBar style" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" +"Choose the mode you want. Only the real applications are listed in Beginner " +"Mode. In Expert Mode all the packages are listed, including libraries and " +"command-line tools." + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "Icons only" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "Interface" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "Mode of visualisation" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "Show MenuBar" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "Show StatusBar" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "Text below icons" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "Text beside icons" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "Text only" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "ToolBar Style" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "Use the packages database" diff -Nru lubuntu-software-center-0.0.4/po/es.po lubuntu-software-center-0.0.5~bzr135/po/es.po --- lubuntu-software-center-0.0.4/po/es.po 1970-01-01 00:00:00.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/es.po 2012-03-29 20:44:51.000000000 +0000 @@ -0,0 +1,549 @@ +# Spanish translation for lubuntu-software-center +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the lubuntu-software-center package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: lubuntu-software-center\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-03-24 21:18+0000\n" +"PO-Revision-Date: 2012-03-27 15:32+0000\n" +"Last-Translator: Fitoschido \n" +"Language-Team: Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-03-28 05:37+0000\n" +"X-Generator: Launchpad (build 15027)\n" + +#: ../lubuntu-software-center.desktop.in.h:1 ../src/UI.py:57 ../src/UI.py:117 +msgid "Lubuntu Software Center" +msgstr "Centro de software de Lubuntu" + +#: ../lubuntu-software-center.desktop.in.h:2 +msgid "Software Center" +msgstr "Centro de software" + +#: ../lubuntu-software-center.desktop.in.h:3 +msgid "Lets you choose from thousands of applications available for Ubuntu" +msgstr "" +"Le permite elegir entre miles de aplicaciones disponibles para Ubuntu" + +#: ../src/control.py:90 +msgid "" +"Please install the package app-install-data, lubuntu software center will " +"not work in beginner mode without it" +msgstr "" +"Instale el paquete app-install-data, el Centro de software no funcionará en " +"modo principiante sin él" + +#: ../src/main.py:135 ../src/main.py:152 ../src/main.py:384 ../src/main.py:391 +#: ../src/threadingops.py:79 +msgid "packages listed" +msgstr "paquetes listados" + +#: ../src/main.py:150 ../src/main.py:383 +msgid "Installed" +msgstr "Instalados" + +#: ../src/main.py:216 ../src/main.py:217 +msgid "Selected package " +msgstr "Paquete seleccionado: " + +#: ../src/main.py:221 ../src/main.py:223 ../src/main.py:499 +msgid "Added to the Apps Basket" +msgstr "Añadido a la cesta de aplicaciones" + +#: ../src/main.py:227 ../src/main.py:229 ../src/main.py:245 +msgid "Add to the Apps Basket" +msgstr "Añadir a la cesta de aplicaciones" + +#: ../src/main.py:233 ../src/main.py:235 ../src/main.py:237 ../src/main.py:250 +msgid "Remove from the system" +msgstr "Eliminar del sistema" + +#: ../src/main.py:333 +msgid "Searching in Installed" +msgstr "Buscando en Instalados" + +#: ../src/main.py:367 +msgid "Searching in" +msgstr "Buscando en" + +#: ../src/main.py:422 ../src/main.py:426 +msgid " (requested by " +msgstr " (pedido por " + +#: ../src/main.py:422 +msgid "unknown" +msgstr "desconocido" + +#: ../src/main.py:428 +msgid "Put some apps in the basket to install them" +msgstr "Coloque aplicaciones en la cesta para instalarlas" + +#: ../src/main.py:431 ../src/main.py:436 ../src/main.py:439 ../src/main.py:538 +#: ../src/UI.py:75 ../data/lsc.ui.h:14 +msgid "Apps Basket" +msgstr "Cesta de aplicaciones" + +#: ../src/main.py:433 +msgid "package marked" +msgstr "paquete marcado" + +#: ../src/main.py:433 +msgid "to download" +msgstr "para descargar" + +#: ../src/main.py:433 +msgid "to install" +msgstr "para instalar" + +#: ../src/main.py:440 +msgid "packages" +msgstr "paquetes" + +#: ../src/main.py:485 +msgid "Available Categories" +msgstr "Categorías disponibles" + +#: ../src/main.py:487 +msgid "Choose a category to start" +msgstr "Elija una categoría para comenzar" + +#: ../src/main.py:554 +msgid "Error" +msgstr "Error" + +#: ../src/main.py:568 +msgid "Reviews" +msgstr "Reseñas" + +#: ../src/main.py:593 +msgid "Download Size:" +msgstr "Tamaño de la descarga:" + +#: ../src/main.py:594 +msgid "Installed Size:" +msgstr "Tamaño instalado:" + +#: ../src/main.py:595 +msgid "Version:" +msgstr "Versión:" + +#: ../src/main.py:597 +msgid "Infos on" +msgstr "Info. en" + +#: ../src/notify.py:26 +msgid "Apps installed successfully" +msgstr "Aplicaciones instaladas correctamente" + +#: ../src/notify.py:30 +msgid "Apps removed successfully" +msgstr "Aplicaciones eliminadas correctamente" + +#: ../src/notify.py:34 +msgid "" +"No connection found, you can't install \n" +" applications, however you can browse for them" +msgstr "" +"No hay conexión. No puede instalar \n" +" aplicaciones, pero puede navegarlas" + +#: ../src/preferences.py:35 +msgid "Lubuntu Software Center Preferences" +msgstr "Preferencias del Centro de software de Lubuntu" + +#: ../src/preferences.py:53 +msgid "Open Software Properties" +msgstr "Abrir Propiedades del software" + +#. ---------------------------------------------- +#: ../src/preferences.py:67 ../data/preferences.ui.h:8 +msgid "General" +msgstr "General" + +#: ../src/preferences.py:73 ../data/preferences.ui.h:2 +msgid "Expert Mode" +msgstr "Modo experto" + +#: ../src/preferences.py:76 +msgid "Performance" +msgstr "Rendimiento" + +#: ../src/preferences.py:82 +msgid "Render Icons" +msgstr "Mostrar iconos" + +#: ../src/preferences.py:87 +msgid "Download Screenshots" +msgstr "Descargar capturas de pantalla" + +#: ../src/preferences.py:92 +msgid "Check connection at startup" +msgstr "Comprobar conexión al inicio" + +#. If only the Reviews title is in the box +#: ../src/threadingops.py:162 +msgid "No reviews available" +msgstr "No hay reseñas disponibles" + +#: ../src/UI.py:73 ../data/lsc.ui.h:11 +msgid "Get Software" +msgstr "Obtener software" + +#: ../src/UI.py:74 ../data/lsc.ui.h:12 +msgid "Installed Software" +msgstr "Software instalado" + +#: ../src/UI.py:121 +msgid "Light but user-friendly Software Center for Lubuntu" +msgstr "Centro de software ligero y fácil de usar para Lubuntu" + +#. ------------------------------------------------- +#: ../src/UI.py:138 +msgid "Show at least 20 results" +msgstr "Mostrar 20 resultados como mínimo" + +#: ../src/UI.py:139 +msgid "Show all results" +msgstr "Mostrar todos los resultados" + +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:41 +msgid "Description" +msgstr "Descripción" + +#: ../src/widgets/appsinfo.py:120 +msgid "Check for reviews" +msgstr "Buscar reseñas" + +#: ../src/widgets/appsview.py:31 ../src/widgets/appsview.py:91 +msgid "No Packages Found" +msgstr "No se encontraron paquetes" + +#: ../src/widgets/appsview.py:63 +msgid "Details on the package" +msgstr "Detalles del paquete" + +#: ../src/widgets/appsview.py:64 +msgid "Add/remove" +msgstr "Añadir/eliminar" + +#: ../src/widgets/appsview.py:92 +msgid "Search all categories instead" +msgstr "Buscar en su lugar en todas las categorías" + +#: ../src/widgets/basket.py:51 +msgid "Install Packages" +msgstr "Instalar paquetes" + +#: ../src/widgets/basket.py:52 +msgid "Discard" +msgstr "Descartar" + +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:30 +msgid "Package" +msgstr "Paquete" + +#: ../src/widgets/basket.py:65 +msgid "To Download" +msgstr "Para descargar" + +#: ../src/widgets/basket.py:66 +msgid "To Install" +msgstr "Para instalar" + +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:32 +msgid "Version" +msgstr "Versión" + +#: ../src/widgets/screenshot.py:38 +msgid "Submit a screenshot" +msgstr "Enviar una captura de pantalla" + +#: ../src/widgets/searchentry.py:31 ../src/widgets/searchentry.py:33 +msgid "Search a package..." +msgstr "Buscar un paquete…" + +#: ../data/lsc.ui.h:1 +msgid "Copyright © 2011 Lubuntu team" +msgstr "Copyright © 2011 Equipo de Lubuntu" + +#: ../data/lsc.ui.h:2 +msgid "Software Center for the Lubuntu project" +msgstr "Centro de software para el proyecto Lubuntu" + +#: ../data/lsc.ui.h:3 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" +"A veces, cuando desinstala una aplicación, quedan sus archivos de " +"configuración. Pulse en este botón para eliminar los archivos de " +"configuración viejos" + +#: ../data/lsc.ui.h:4 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" +"Algunas aplicaciones necesitan de otros paquetes para funcionar, y cuando " +"desinstala esas aplicaciones los otros paquetes no se eliminan. Pulse en " +"este botón para eliminar los paquetes sin uso" + +#: ../data/lsc.ui.h:5 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" +"Cuando instala una aplicación, se descargan localmente los archivos " +"necesarios para la instalación. Pulse en este botón para eliminar los " +"paquetes descargados innecesarios" + +#: ../data/lsc.ui.h:6 +msgid "_File" +msgstr "_Archivo" + +#: ../data/lsc.ui.h:7 +msgid "_Edit" +msgstr "_Editar" + +#: ../data/lsc.ui.h:8 ../data/preferences.ui.h:17 +msgid "Software Properties" +msgstr "Propiedades del software" + +#: ../data/lsc.ui.h:9 +msgid "_Help" +msgstr "Ay_uda" + +#: ../data/lsc.ui.h:10 +msgid "Home" +msgstr "Inicio" + +#: ../data/lsc.ui.h:13 +msgid "Clean Disk" +msgstr "Limpiar disco" + +#: ../data/lsc.ui.h:15 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" +"Actualizar la lista de programas. Si pulsa en este\n" +"botón, se descargará una lista de programas\n" +"actualizada" + +#: ../data/lsc.ui.h:18 +msgid "Update" +msgstr "Actualizar" + +#: ../data/lsc.ui.h:19 ../data/preferences.ui.h:7 +msgid "Preferences" +msgstr "Preferencias" + +#: ../data/lsc.ui.h:20 +msgid "calculating packages..." +msgstr "calculando paquetes…" + +#: ../data/lsc.ui.h:21 +msgid "page 1" +msgstr "página 1" + +#: ../data/lsc.ui.h:22 +msgid "column" +msgstr "columna" + +#: ../data/lsc.ui.h:23 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" +" No se encontraron paquetes\n" +"¿Quiere hacer una búsqueda en todas las categorías?" + +#: ../data/lsc.ui.h:25 +msgid "No package matches" +msgstr "No coincide ningún paquete" + +#: ../data/lsc.ui.h:26 +msgid "page 2" +msgstr "página 2" + +#: ../data/lsc.ui.h:27 +msgid "page 3" +msgstr "página 3" + +#: ../data/lsc.ui.h:28 +msgid "Mb to download" +msgstr "Mb a descargar" + +#: ../data/lsc.ui.h:29 +msgid "Install the packages" +msgstr "Instalar los paquetes" + +#: ../data/lsc.ui.h:31 +msgid "Download size" +msgstr "Tamaño de descarga" + +#: ../data/lsc.ui.h:33 +msgid "Remove from the Apps Basket" +msgstr "Quitar del cesto de aplicaciones" + +#: ../data/lsc.ui.h:34 +msgid "Page 4" +msgstr "Página 4" + +#: ../data/lsc.ui.h:35 +msgid "label" +msgstr "etiqueta" + +#: ../data/lsc.ui.h:36 +msgid "button" +msgstr "botón" + +#: ../data/lsc.ui.h:37 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" +" No se encontraron capturas de pantalla\n" +"Compruebe su conexión a Internet" + +#: ../data/lsc.ui.h:39 +msgid "Click to maximize" +msgstr "Pulse para maximizar" + +#: ../data/lsc.ui.h:40 +msgid "page 5" +msgstr "página 5" + +#: ../data/lsc.ui.h:42 +msgid "No config files found" +msgstr "No se encontraron archivos de configuración" + +#: ../data/lsc.ui.h:43 +msgid "Old configuration files" +msgstr "Archivos de configuración viejos" + +#: ../data/lsc.ui.h:44 +msgid "No downloaded files found" +msgstr "No se encontraron archivos descargados" + +#: ../data/lsc.ui.h:45 +msgid "Downloaded Packages" +msgstr "Paquetes descargados" + +#: ../data/lsc.ui.h:46 +msgid "Clean up your disk" +msgstr "Limpie su disco" + +#: ../data/lsc.ui.h:47 +msgid "Clean root trash" +msgstr "Limpiar papelera de administrador" + +#: ../data/lsc.ui.h:48 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" +"La papelera del usuario root (localizada en /root)\n" +"puede estar llena de archivos antiguos e inservibles, limpiarla\n" +"de manera regular puede aumentar el espacio libre en el disco" + +#: ../data/lsc.ui.h:51 +msgid "Clean thumbnails cache" +msgstr "Limpiar caché de miniaturas" + +#: ../data/lsc.ui.h:52 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" +"Cuando se abre una carpeta con imágenes,\n" +"las miniaturas se crean de manera dinámica\n" +"y son guardadas como archivos ocultos en su carpeta personal.\n" +"Presione aquí para limpiar estos archivos (esto no\n" +"eliminará archivos importantes)" + +#: ../data/lsc.ui.h:57 +msgid "Clean Configuration" +msgstr "Limpiar configuración" + +#: ../data/lsc.ui.h:58 +msgid "Clean Cache" +msgstr "Limpiar la caché" + +#: ../data/lsc.ui.h:59 +msgid "Save Disk Space" +msgstr "Ahorrar espacio en disco" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "página 6" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "Modo principiante" + +#: ../data/preferences.ui.h:3 +msgid "Icons only" +msgstr "Solo iconos" + +#: ../data/preferences.ui.h:4 +msgid "Text only" +msgstr "Solo texto" + +#: ../data/preferences.ui.h:5 +msgid "Text below icons" +msgstr "Texto bajo los iconos" + +#: ../data/preferences.ui.h:6 +msgid "Text beside icons" +msgstr "Texto al lado de los iconos" + +#: ../data/preferences.ui.h:9 +msgid "Mode of visualization" +msgstr "Modo de visualización" + +#: ../data/preferences.ui.h:10 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" +"Elija el modo deseado: el modo principiante muestra solo las aplicaciones " +"reales; y el modo experto lista todos los paquetes, incluyendo bibliotecas y " +"herramientas de línea de órdenes." + +#: ../data/preferences.ui.h:11 +msgid "Use the packages database" +msgstr "Usar la base de datos de paquetes" + +#: ../data/preferences.ui.h:12 +msgid "Interface" +msgstr "Interfaz" + +#: ../data/preferences.ui.h:13 +msgid "ToolBar Style" +msgstr "Estilo de la barra de herramientas" + +#: ../data/preferences.ui.h:14 +msgid "Choose the ToolBar style" +msgstr "Elija el estilo de la barra de herramientas" + +#: ../data/preferences.ui.h:15 +msgid "Show MenuBar" +msgstr "Mostrar la barra de menús" + +#: ../data/preferences.ui.h:16 +msgid "Show StatusBar" +msgstr "Mostrar la barra de estado" diff -Nru lubuntu-software-center-0.0.4/po/et.po lubuntu-software-center-0.0.5~bzr135/po/et.po --- lubuntu-software-center-0.0.4/po/et.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/et.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" "PO-Revision-Date: 2012-01-27 22:45+0000\n" "Last-Translator: Jalakas \n" "Language-Team: Estonian \n" @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-01-28 05:32+0000\n" -"X-Generator: Launchpad (build 14727)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -85,7 +85,7 @@ msgstr "Lisa rakendused korvi nende installimiseks" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Rakenduste korv" @@ -161,11 +161,11 @@ msgstr "Ava tarkvara omadused" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" msgstr "" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Ekspertrežiim" @@ -190,11 +190,11 @@ msgid "No reviews available" msgstr "" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Tarkvara hankimine" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Paigaldatud tarkvara" @@ -211,7 +211,7 @@ msgid "Show all results" msgstr "Kõigi tulemuste näitamine" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" msgstr "" @@ -243,7 +243,7 @@ msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Pakett" @@ -256,7 +256,7 @@ msgid "To Install" msgstr "Paigaldatud" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Versioon" @@ -268,35 +268,256 @@ msgid "Search a package..." msgstr "Otsi paketti..." -#~ msgid "All" -#~ msgstr "Kõik" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" -#~ msgid " package selected" -#~ msgstr " valitud paketid" +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" -#~ msgid "Case Insensitive" -#~ msgstr "Tõstutundetu" +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "" -#~ msgid "Case Sensitive" -#~ msgstr "Tõstutundlik" +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "" -#~ msgid "packages matching" -#~ msgstr "vastavad paketid" +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" -#~ msgid "Unsatisfaied dependencies:" -#~ msgstr "Täitmata sõltuvused:" +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" -#~ msgid "Use packages database" -#~ msgstr "Kasuta pakettide andmebaasi" +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" -#~ msgid "%s packages" -#~ msgstr "%s paketti" +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" -#~ msgid "%s packages listed" -#~ msgstr "%s paketti loetletud" +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "" -#~ msgid "Details" -#~ msgstr "Üksikasjad" +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" -#~ msgid "Clear" -#~ msgstr "Tühjenda" +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/fi.po lubuntu-software-center-0.0.5~bzr135/po/fi.po --- lubuntu-software-center-0.0.4/po/fi.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/fi.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,16 +7,16 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" -"PO-Revision-Date: 2011-12-07 14:48+0000\n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" +"PO-Revision-Date: 2012-03-15 12:58+0000\n" "Last-Translator: Jiri Grönroos \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-Launchpad-Export-Date: 2011-12-08 06:15+0000\n" -"X-Generator: Launchpad (build 14443)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -36,20 +36,21 @@ "Please install the package app-install-data, lubuntu software center will " "not work in beginner mode without it" msgstr "" +"Asenna paketti app-install-data. Lubuntun sovellusvalikoima ei toimi " +"aloittelijatilassa ilman kyseistä pakettia" #: ../src/main.py:135 ../src/main.py:152 ../src/main.py:383 ../src/main.py:390 #: ../src/threadingops.py:79 msgid "packages listed" -msgstr "" +msgstr "pakettia listattu" #: ../src/main.py:150 ../src/main.py:382 msgid "Installed" msgstr "Asennetut" #: ../src/main.py:216 ../src/main.py:217 -#, fuzzy msgid "Selected package " -msgstr "Hae pakettia..." +msgstr "Valittu paketti " #: ../src/main.py:221 ../src/main.py:223 ../src/main.py:498 msgid "Added to the Apps Basket" @@ -69,7 +70,7 @@ #: ../src/main.py:366 msgid "Searching in" -msgstr "" +msgstr "Etsitään luokasta" #: ../src/main.py:421 ../src/main.py:425 msgid " (requested by " @@ -77,14 +78,14 @@ #: ../src/main.py:421 msgid "unknown" -msgstr "" +msgstr "tuntematon" #: ../src/main.py:427 msgid "Put some apps in the basket to install them" -msgstr "" +msgstr "Aseta sovelluksia koriin asentaaksesi ne" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Sovelluskori" @@ -139,17 +140,19 @@ #: ../src/notify.py:26 msgid "Apps installed successfully" -msgstr "" +msgstr "Sovellukset asennettu onnistuneesti" #: ../src/notify.py:30 msgid "Apps removed successfully" -msgstr "" +msgstr "Sovellukset poistettu onnistuneesti" #: ../src/notify.py:34 msgid "" "No connection found, you can't install \n" " applications, however you can browse for them" msgstr "" +"Ei verkkoyhteyttä, joten et voi \n" +" asentaa sovelluksia, mutta voit selata niitä" #: ../src/preferences.py:35 msgid "Lubuntu Software Center Preferences" @@ -160,11 +163,11 @@ msgstr "" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" -msgstr "" +msgstr "Yleiset" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Asiantuntijatila" @@ -182,24 +185,24 @@ #: ../src/preferences.py:92 msgid "Check connection at startup" -msgstr "" +msgstr "Tarkista verkkoyhteys aloittaessa" #. If only the Reviews title is in the box #: ../src/threadingops.py:154 msgid "No reviews available" msgstr "" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Hae sovelluksia" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Asennetut sovellukset" #: ../src/UI.py:121 msgid "Light but user-friendly Software Center for Lubuntu" -msgstr "" +msgstr "Kevyt ja helppokäyttöinen sovellusvalikoima Lubuntulle" #. ------------------------------------------------- #: ../src/UI.py:138 @@ -210,9 +213,9 @@ msgid "Show all results" msgstr "Näytä kaikki tulokset" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" -msgstr "" +msgstr "Kuvaus" #: ../src/widgets/appsinfo.py:120 msgid "Check for reviews" @@ -220,11 +223,11 @@ #: ../src/widgets/appsview.py:31 ../src/widgets/appsview.py:91 msgid "No Packages Found" -msgstr "" +msgstr "Paketteja ei löytynyt" #: ../src/widgets/appsview.py:63 msgid "Details on the package" -msgstr "" +msgstr "Paketin tiedot" #: ../src/widgets/appsview.py:64 msgid "Add/remove" @@ -242,7 +245,7 @@ msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Paketti" @@ -255,7 +258,7 @@ msgid "To Install" msgstr "Asennetut" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Versio" @@ -267,20 +270,260 @@ msgid "Search a package..." msgstr "Hae pakettia..." -#~ msgid "All" -#~ msgstr "Kaikki" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" +" Kuvakaappausta ei löytynyt\n" +"Tarkista verkkoyhteytesi" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "Napsauta suurentaaksesi" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "Tekijänoikeus © 2011 Lubuntu-tiimi" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "Latauksen koko" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "Ladatut paketit" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "Asenna paketit" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "Mt ladattavaa" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "Asetustiedostoja ei löytynyt" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "Ladattuja tiedostoja ei löytynyt" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "Vanhat asetustiedostot" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "sivu 4" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "Asetukset" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "Poista sovelluskorista" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "Lubuntun sovellusvalikoima" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "" -#~ msgid " package selected" -#~ msgstr " paketti valittu" +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" -#~ msgid "%s packages" -#~ msgstr "%s pakettia" +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" +"Toisinaan kun sovelus poistetaan, siitä jää asetustiedostoja koneelle. " +"Napsauta tätä painiketta poistaaksesi vanhat asetustiedostot" -#~ msgid "%s packages listed" -#~ msgstr "%s pakettia listattu" +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" -#~ msgid "Details" -#~ msgstr "Yksityiskohdat" +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "Päivitä" -#~ msgid "Clear" -#~ msgstr "Tyhjennä" +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "_Muokkaa" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "_Tiedosto" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "_Ohje" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "lasketaan paketteja..." + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "sarake" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "sivu 1" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "sivu 2" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "sivu 3" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "sivu 5" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "sivu 6" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "Aloittelijatila" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "Valitse työkalupalkin tyyli" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "Vain kuvakkeet" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "Käyttöliittymä" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "Esitystila" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "Näytä valikkopalkkki" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "Näytä tilapalkki" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "Teksti kuvakkeiden alla" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "Teksti kuvakkeiden vieressä" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "Vain teksti" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "Työkalupalkin tyyli" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "Käytä pakettitietokantaa" diff -Nru lubuntu-software-center-0.0.4/po/fr.po lubuntu-software-center-0.0.5~bzr135/po/fr.po --- lubuntu-software-center-0.0.4/po/fr.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/fr.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" "PO-Revision-Date: 2012-01-26 10:12+0000\n" "Last-Translator: Pierre Gobin \n" "Language-Team: French \n" @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-01-27 05:57+0000\n" -"X-Generator: Launchpad (build 14727)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -87,7 +87,7 @@ msgstr "Ajoutez des applications au panier pour les installer" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Panier" @@ -163,11 +163,11 @@ msgstr "" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" msgstr "" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Mode expert" @@ -192,11 +192,11 @@ msgid "No reviews available" msgstr "" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Obtenir des Logiciels" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Logiciels installés" @@ -213,7 +213,7 @@ msgid "Show all results" msgstr "" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" msgstr "" @@ -245,7 +245,7 @@ msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Paquet" @@ -258,7 +258,7 @@ msgid "To Install" msgstr "Installé" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Version" @@ -270,23 +270,256 @@ msgid "Search a package..." msgstr "Cherche un paquet..." -#~ msgid "All" -#~ msgstr "Tous" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "" -#~ msgid " package selected" -#~ msgstr " paquet sélectionné" +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "" -#~ msgid "Case Insensitive" -#~ msgstr "Insensible à la casse" +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "" -#~ msgid "Case Sensitive" -#~ msgstr "Sensible à la casse" +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" -#~ msgid "Unsatisfaied dependencies:" -#~ msgstr "Dépendances non satisfaites" +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "" -#~ msgid "%s packages listed" -#~ msgstr "%s paquets listés" +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" -#~ msgid "Details" -#~ msgstr "Détails" +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/hr.po lubuntu-software-center-0.0.5~bzr135/po/hr.po --- lubuntu-software-center-0.0.4/po/hr.po 1970-01-01 00:00:00.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/hr.po 2012-03-29 20:44:51.000000000 +0000 @@ -0,0 +1,524 @@ +# Croatian translation for lubuntu-software-center +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the lubuntu-software-center package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: lubuntu-software-center\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2012-03-24 21:18+0000\n" +"PO-Revision-Date: 2012-02-15 06:19+0000\n" +"Last-Translator: zvacet \n" +"Language-Team: Croatian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" + +#: ../lubuntu-software-center.desktop.in.h:1 ../src/UI.py:57 ../src/UI.py:117 +msgid "Lubuntu Software Center" +msgstr "Lubuntu software centar" + +#: ../lubuntu-software-center.desktop.in.h:2 +msgid "Software Center" +msgstr "Software centar" + +#: ../lubuntu-software-center.desktop.in.h:3 +msgid "Lets you choose from thousands of applications available for Ubuntu" +msgstr "" + +#: ../src/control.py:90 +msgid "" +"Please install the package app-install-data, lubuntu software center will " +"not work in beginner mode without it" +msgstr "" +"Molim instalirajte paket app-install-data, lubuntu software centar neće " +"raditi u početničkom načinu rada bez njega" + +#: ../src/main.py:135 ../src/main.py:152 ../src/main.py:384 ../src/main.py:391 +#: ../src/threadingops.py:79 +msgid "packages listed" +msgstr "izlistani paketi" + +#: ../src/main.py:150 ../src/main.py:383 +msgid "Installed" +msgstr "" + +#: ../src/main.py:216 ../src/main.py:217 +msgid "Selected package " +msgstr "Odabrani paket " + +#: ../src/main.py:221 ../src/main.py:223 ../src/main.py:499 +msgid "Added to the Apps Basket" +msgstr "Dodano u košaru programa" + +#: ../src/main.py:227 ../src/main.py:229 ../src/main.py:245 +msgid "Add to the Apps Basket" +msgstr "Dodaj u košaru programa" + +#: ../src/main.py:233 ../src/main.py:235 ../src/main.py:237 ../src/main.py:250 +msgid "Remove from the system" +msgstr "Ukloni iz sustava" + +#: ../src/main.py:333 +msgid "Searching in Installed" +msgstr "Pretraživanje u instaliranim" + +#: ../src/main.py:367 +msgid "Searching in" +msgstr "" + +#: ../src/main.py:422 ../src/main.py:426 +msgid " (requested by " +msgstr "" + +#: ../src/main.py:422 +msgid "unknown" +msgstr "" + +#: ../src/main.py:428 +msgid "Put some apps in the basket to install them" +msgstr "" + +#: ../src/main.py:431 ../src/main.py:436 ../src/main.py:439 ../src/main.py:538 +#: ../src/UI.py:75 ../data/lsc.ui.h:14 +msgid "Apps Basket" +msgstr "Košara programa" + +#: ../src/main.py:433 +msgid "package marked" +msgstr "označeni paket" + +#: ../src/main.py:433 +msgid "to download" +msgstr "za preuzimanje" + +#: ../src/main.py:433 +msgid "to install" +msgstr "za instaliranje" + +#: ../src/main.py:440 +msgid "packages" +msgstr "paketi" + +#: ../src/main.py:485 +msgid "Available Categories" +msgstr "Dostupne kategorije" + +#: ../src/main.py:487 +msgid "Choose a category to start" +msgstr "" + +#: ../src/main.py:554 +msgid "Error" +msgstr "" + +#: ../src/main.py:568 +msgid "Reviews" +msgstr "" + +#: ../src/main.py:593 +msgid "Download Size:" +msgstr "Veličina preuzimanja:" + +#: ../src/main.py:594 +msgid "Installed Size:" +msgstr "Instalirana veličina:" + +#: ../src/main.py:595 +msgid "Version:" +msgstr "" + +#: ../src/main.py:597 +msgid "Infos on" +msgstr "Informacije o" + +#: ../src/notify.py:26 +msgid "Apps installed successfully" +msgstr "Programi su uspješno instalirani" + +#: ../src/notify.py:30 +msgid "Apps removed successfully" +msgstr "Programi su uspješno uklonjeni" + +#: ../src/notify.py:34 +msgid "" +"No connection found, you can't install \n" +" applications, however you can browse for them" +msgstr "" + +#: ../src/preferences.py:35 +msgid "Lubuntu Software Center Preferences" +msgstr "Osobitosti Lubuntu software centra" + +#: ../src/preferences.py:53 +msgid "Open Software Properties" +msgstr "Otvori svojstva software-a" + +#. ---------------------------------------------- +#: ../src/preferences.py:67 ../data/preferences.ui.h:8 +msgid "General" +msgstr "" + +#: ../src/preferences.py:73 ../data/preferences.ui.h:2 +msgid "Expert Mode" +msgstr "" + +#: ../src/preferences.py:76 +msgid "Performance" +msgstr "" + +#: ../src/preferences.py:82 +msgid "Render Icons" +msgstr "" + +#: ../src/preferences.py:87 +msgid "Download Screenshots" +msgstr "Preuzmi snimke zaslona" + +#: ../src/preferences.py:92 +msgid "Check connection at startup" +msgstr "" + +#. If only the Reviews title is in the box +#: ../src/threadingops.py:162 +msgid "No reviews available" +msgstr "" + +#: ../src/UI.py:73 ../data/lsc.ui.h:11 +msgid "Get Software" +msgstr "" + +#: ../src/UI.py:74 ../data/lsc.ui.h:12 +msgid "Installed Software" +msgstr "" + +#: ../src/UI.py:121 +msgid "Light but user-friendly Software Center for Lubuntu" +msgstr "" + +#. ------------------------------------------------- +#: ../src/UI.py:138 +msgid "Show at least 20 results" +msgstr "Prilaži najmanje 20 rezultata" + +#: ../src/UI.py:139 +msgid "Show all results" +msgstr "" + +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:41 +msgid "Description" +msgstr "" + +#: ../src/widgets/appsinfo.py:120 +msgid "Check for reviews" +msgstr "" + +#: ../src/widgets/appsview.py:31 ../src/widgets/appsview.py:91 +msgid "No Packages Found" +msgstr "Nijedan paket nije pronađen" + +#: ../src/widgets/appsview.py:63 +msgid "Details on the package" +msgstr "Pojedinosti o paketu" + +#: ../src/widgets/appsview.py:64 +msgid "Add/remove" +msgstr "Dodaj/ukloni" + +#: ../src/widgets/appsview.py:92 +msgid "Search all categories instead" +msgstr "" + +#: ../src/widgets/basket.py:51 +msgid "Install Packages" +msgstr "" + +#: ../src/widgets/basket.py:52 +msgid "Discard" +msgstr "" + +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:30 +msgid "Package" +msgstr "" + +#: ../src/widgets/basket.py:65 +msgid "To Download" +msgstr "Za preuzimanje" + +#: ../src/widgets/basket.py:66 +msgid "To Install" +msgstr "Za instaliranje" + +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:32 +msgid "Version" +msgstr "" + +#: ../src/widgets/screenshot.py:38 +msgid "Submit a screenshot" +msgstr "" + +#: ../src/widgets/searchentry.py:31 ../src/widgets/searchentry.py:33 +msgid "Search a package..." +msgstr "Traži paket..." + +#: ../data/lsc.ui.h:1 +msgid "Copyright © 2011 Lubuntu team" +msgstr "Autorska prava © 2011 Lubuntu team" + +#: ../data/lsc.ui.h:2 +msgid "Software Center for the Lubuntu project" +msgstr "Software centar za Lubuntu projekt" + +#: ../data/lsc.ui.h:3 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" +"Ponekad,kada uklonite program,konfiguracijska datoteka ostaje " +"instalirana.Kliknite na ovo dugme da biste uklonili konfiguracijske datoteke" + +#: ../data/lsc.ui.h:4 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" + +#: ../data/lsc.ui.h:5 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "_File" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "_Edit" +msgstr "" + +#: ../data/lsc.ui.h:8 ../data/preferences.ui.h:17 +msgid "Software Properties" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "_Help" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Home" +msgstr "Osobna mapa" + +#: ../data/lsc.ui.h:13 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:15 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" +"Dopunite listu programa.Klikom na ovo\n" +"dugme,dopunjena lista software-a će biti\n" +"preuzeta" + +#: ../data/lsc.ui.h:18 +msgid "Update" +msgstr "" + +#: ../data/lsc.ui.h:19 ../data/preferences.ui.h:7 +msgid "Preferences" +msgstr "" + +#: ../data/lsc.ui.h:20 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "page 1" +msgstr "" + +#: ../data/lsc.ui.h:22 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:26 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "page 3" +msgstr "" + +#: ../data/lsc.ui.h:28 +msgid "Mb to download" +msgstr "Mb za preuzeti" + +#: ../data/lsc.ui.h:29 +msgid "Install the packages" +msgstr "Instaliraj pakete" + +#: ../data/lsc.ui.h:31 +msgid "Download size" +msgstr "Veličina preuzimanja" + +#: ../data/lsc.ui.h:33 +msgid "Remove from the Apps Basket" +msgstr "Ukloni iz košare paketa" + +#: ../data/lsc.ui.h:34 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:36 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:37 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:39 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:40 +msgid "page 5" +msgstr "" + +#: ../data/lsc.ui.h:42 +msgid "No config files found" +msgstr "Nijedna konfiguracijska datoteka nije pronađena" + +#: ../data/lsc.ui.h:43 +msgid "Old configuration files" +msgstr "Stare konfiguracijske datoteke" + +#: ../data/lsc.ui.h:44 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:45 +msgid "Downloaded Packages" +msgstr "Preuzeti paketi" + +#: ../data/lsc.ui.h:46 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:47 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:48 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:51 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:52 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:57 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:59 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "Početnički način rada" + +#: ../data/preferences.ui.h:3 +msgid "Icons only" +msgstr "" + +#: ../data/preferences.ui.h:4 +msgid "Text only" +msgstr "" + +#: ../data/preferences.ui.h:5 +msgid "Text below icons" +msgstr "" + +#: ../data/preferences.ui.h:6 +msgid "Text beside icons" +msgstr "" + +#: ../data/preferences.ui.h:9 +msgid "Mode of visualization" +msgstr "" + +#: ../data/preferences.ui.h:10 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" + +#: ../data/preferences.ui.h:11 +msgid "Use the packages database" +msgstr "Koristi bazu podataka paketa" + +#: ../data/preferences.ui.h:12 +msgid "Interface" +msgstr "" + +#: ../data/preferences.ui.h:13 +msgid "ToolBar Style" +msgstr "Stil alatne trake" + +#: ../data/preferences.ui.h:14 +msgid "Choose the ToolBar style" +msgstr "Odaberite stil alatne trake" + +#: ../data/preferences.ui.h:15 +msgid "Show MenuBar" +msgstr "Prikaži traku izbornika" + +#: ../data/preferences.ui.h:16 +msgid "Show StatusBar" +msgstr "Prikaži statusnu traku" diff -Nru lubuntu-software-center-0.0.4/po/it.po lubuntu-software-center-0.0.5~bzr135/po/it.po --- lubuntu-software-center-0.0.4/po/it.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/it.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,16 +7,16 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" -"PO-Revision-Date: 2011-11-26 22:08+0000\n" -"Last-Translator: Stephen Smally \n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" +"PO-Revision-Date: 2012-03-04 20:58+0000\n" +"Last-Translator: Michele Galimberti \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" -"X-Launchpad-Export-Date: 2011-11-27 05:49+0000\n" -"X-Generator: Launchpad (build 14381)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -48,9 +48,8 @@ msgstr "Software Installato" #: ../src/main.py:216 ../src/main.py:217 -#, fuzzy msgid "Selected package " -msgstr "Cerca un pacchetto..." +msgstr "Selezionato il pacchetto " #: ../src/main.py:221 ../src/main.py:223 ../src/main.py:498 msgid "Added to the Apps Basket" @@ -78,14 +77,14 @@ #: ../src/main.py:421 msgid "unknown" -msgstr "" +msgstr "sconosciuto" #: ../src/main.py:427 msgid "Put some apps in the basket to install them" msgstr "Aggiungi un'applicazione al cestino per installarla" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Apps Basket" @@ -98,9 +97,8 @@ msgstr "da scaricare" #: ../src/main.py:432 -#, fuzzy msgid "to install" -msgstr "Software Installato" +msgstr "da installare" #: ../src/main.py:439 msgid "packages" @@ -120,7 +118,7 @@ #: ../src/main.py:567 msgid "Reviews" -msgstr "" +msgstr "Recensioni" #: ../src/main.py:592 msgid "Download Size:" @@ -151,6 +149,8 @@ "No connection found, you can't install \n" " applications, however you can browse for them" msgstr "" +"Nessuna conessione trovata, non puoi installare\n" +"applicazioni, ma puoi visualizzarle" #: ../src/preferences.py:35 msgid "Lubuntu Software Center Preferences" @@ -161,21 +161,21 @@ msgstr "Apri Sorgenti Software" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" -msgstr "" +msgstr "Generale" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Esperto" #: ../src/preferences.py:76 msgid "Performance" -msgstr "" +msgstr "Prestazioni" #: ../src/preferences.py:82 msgid "Render Icons" -msgstr "" +msgstr "Mostra icone" #: ../src/preferences.py:87 msgid "Download Screenshots" @@ -183,18 +183,18 @@ #: ../src/preferences.py:92 msgid "Check connection at startup" -msgstr "" +msgstr "Controlla la connessione all'avvio" #. If only the Reviews title is in the box #: ../src/threadingops.py:154 msgid "No reviews available" -msgstr "" +msgstr "Nessuna recensione disponibile" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Scarica software" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Software installato" @@ -211,13 +211,13 @@ msgid "Show all results" msgstr "Mostra tutti i risultati" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" -msgstr "" +msgstr "Descrizione" #: ../src/widgets/appsinfo.py:120 msgid "Check for reviews" -msgstr "" +msgstr "Scarica recensioni" #: ../src/widgets/appsview.py:31 ../src/widgets/appsview.py:91 msgid "No Packages Found" @@ -225,7 +225,7 @@ #: ../src/widgets/appsview.py:63 msgid "Details on the package" -msgstr "" +msgstr "Dettagli sul pacchetto" #: ../src/widgets/appsview.py:64 msgid "Add/remove" @@ -241,9 +241,9 @@ #: ../src/widgets/basket.py:52 msgid "Discard" -msgstr "" +msgstr "Annulla" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Pacchetto" @@ -252,11 +252,10 @@ msgstr "Da Scaricare" #: ../src/widgets/basket.py:66 -#, fuzzy msgid "To Install" -msgstr "Software Installato" +msgstr "Da Installare" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Versione" @@ -268,35 +267,275 @@ msgid "Search a package..." msgstr "Cerca un pacchetto..." -#~ msgid "All" -#~ msgstr "Tutte le Applicazioni" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" +" Nessuna immagine trovata\n" +"Per favore controlla la tua connessione a internet" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "Pulisci la Cache" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "Pulisci la configurazione" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "Pulisci la cache delle miniature" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "Pulisci il disco" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "Copyright © 2011 Lubuntu team" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "Dimensione del download" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "Pagina principale" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "Installa i pacchetti" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "MB da scaricare" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "Vecchi file di configurazione" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "Pagina 4" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "Preferenze" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "Software Center per il progetto Lubuntu" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "Proprietà Software" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" +"Alcune applicazioni hanno bisogno di altri pacchetti per funzionare, quando " +"disinstalli queste applicazioni i pacchetti non vengono rimossi. Clicca su " +"questo pulsante per rimuovere i pacchetti inutilizzati." + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" +"Qualche volta, quando disinstalli un'applicazione, i file di configurazione " +"rimangono. Clicca su questo pulsante per rimuovere i vecchi file di " +"configurazione." + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" +"Il cestino dell'utente Root (che si trova in /root)\n" +"può essere pieno di file inutilizzati, pulirlo significa\n" +"spesso un buon guadagno di spazio su disco" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "Aggiorna" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" +"Quando apri una cartella con delle immagini,\n" +"le miniature sono create dinamicamente e sono\n" +"salvate in una cartella nascosta nella home.\n" +"Clicca qui per pulire questa cartella (non\n" +"eliminerà file importanti)" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "_Modifica" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "_File" -#~ msgid " package selected" -#~ msgstr " pacchetto selezionato" +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "_Aiuto" -#~ msgid "Case Insensitive" -#~ msgstr "Ignora maiuscole/minuscole" +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "pulsante" -#~ msgid "Case Sensitive" -#~ msgstr "Maiuscole/Minuscole" +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "Colonna" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "etichetta" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "pagina 1" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "Pagina 2" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "Pagina 3" -#~ msgid "packages matching" -#~ msgstr "pacchetti corrispondenti" +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "Pagina 5" -#~ msgid "Unsatisfaied dependencies:" -#~ msgstr "Dipendenze mancanti" +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "Pagina 6" -#~ msgid "Use packages database" -#~ msgstr "Usa il database dei pacchetti" +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "Modalità inesperto" -#~ msgid "%s packages" -#~ msgstr "%s packages" +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" +"Scegli la modalità che preferisci, nella modalità inesperto sono mostrate " +"solo le applicazioni reali, nella modalità esperto sono visibili tutti i " +"pacchetti incluse le librerie e i tool da linea di comando." + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "Solo icone" -#~ msgid "%s packages listed" -#~ msgstr "%s pacchetti mostrati" +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "Interfaccia" -#~ msgid "Details" -#~ msgstr "Dettagli" +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "Modo di visualizzazione" -#~ msgid "Clear" -#~ msgstr "Azzera" +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "Solo testo" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/LINGUAS lubuntu-software-center-0.0.5~bzr135/po/LINGUAS --- lubuntu-software-center-0.0.4/po/LINGUAS 2012-02-10 19:28:12.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/LINGUAS 2012-03-29 20:45:38.000000000 +0000 @@ -4,9 +4,11 @@ en_AU en_CA en_GB +es et fi fr +hr it ms nl diff -Nru lubuntu-software-center-0.0.4/po/Makefile.in.in lubuntu-software-center-0.0.5~bzr135/po/Makefile.in.in --- lubuntu-software-center-0.0.4/po/Makefile.in.in 2012-02-10 19:28:02.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/Makefile.in.in 2012-03-29 20:45:34.000000000 +0000 @@ -49,8 +49,8 @@ XGETTEXT = @XGETTEXT@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist -GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot +MSGMERGE = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist +GENPOT = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot ALL_LINGUAS = @ALL_LINGUAS@ @@ -73,15 +73,20 @@ .SUFFIXES: .SUFFIXES: .po .pox .gmo .mo .msg .cat +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V)) +INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY)) +INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@; + .po.pox: $(MAKE) $(GETTEXT_PACKAGE).pot $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: - $(MSGFMT) -o $@ $< + $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $< .po.gmo: - file=`echo $* | sed 's,.*/,,'`.gmo \ + $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \ && rm -f $$file && $(GMSGFMT) -o $$file $< .po.cat: diff -Nru lubuntu-software-center-0.0.4/po/ms.po lubuntu-software-center-0.0.5~bzr135/po/ms.po --- lubuntu-software-center-0.0.4/po/ms.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/ms.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" "PO-Revision-Date: 2011-12-31 19:03+0000\n" "Last-Translator: abuyop \n" "Language-Team: Malay \n" @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-01-01 05:55+0000\n" -"X-Generator: Launchpad (build 14560)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -84,7 +84,7 @@ msgstr "" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "" @@ -160,11 +160,11 @@ msgstr "" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" msgstr "" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "" @@ -189,11 +189,11 @@ msgid "No reviews available" msgstr "" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "" @@ -210,7 +210,7 @@ msgid "Show all results" msgstr "" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" msgstr "" @@ -242,7 +242,7 @@ msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "" @@ -255,7 +255,7 @@ msgid "To Install" msgstr "Dipasang" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "" @@ -267,14 +267,256 @@ msgid "Search a package..." msgstr "" -#~ msgid "All" -#~ msgstr "Semua" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" -#~ msgid " package selected" -#~ msgstr " pakej dipilih" +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" -#~ msgid "Case Insensitive" -#~ msgstr "Tidak Sensitif Huruf Besar/Kecil" +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "" -#~ msgid "Case Sensitive" -#~ msgstr "Sensitif Huruf Besar/Kecil" +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/nl.po lubuntu-software-center-0.0.5~bzr135/po/nl.po --- lubuntu-software-center-0.0.4/po/nl.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/nl.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,16 +7,16 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" -"PO-Revision-Date: 2011-12-25 21:40+0000\n" -"Last-Translator: Bjorn Robijns \n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" +"PO-Revision-Date: 2012-03-13 18:14+0000\n" +"Last-Translator: Pjotr12345 \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" -"X-Launchpad-Export-Date: 2011-12-26 05:15+0000\n" -"X-Generator: Launchpad (build 14560)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -25,53 +25,52 @@ #: ../lubuntu-software-center.desktop.in.h:2 ../src/UI.py:57 ../src/UI.py:117 msgid "Lubuntu Software Center" -msgstr "Lubuntu Software Centrum" +msgstr "Lubuntu Softwarecentrum" #: ../lubuntu-software-center.desktop.in.h:3 msgid "Software Center" -msgstr "Software Centrum" +msgstr "Softwarecentrum" #: ../src/control.py:101 msgid "" "Please install the package app-install-data, lubuntu software center will " "not work in beginner mode without it" msgstr "" -"Installeer het pakket app-install-data, het Lubuntu Software Centrum kan " -"zonder dit pakket niet in beginners modus gebruikt worden." +"Installeer a.u.b. het pakket app-install-data. Het Lubuntu Softwarecentrum " +"kan alleen in beginnersmodus worden gebruikt met dit pakket." #: ../src/main.py:135 ../src/main.py:152 ../src/main.py:383 ../src/main.py:390 #: ../src/threadingops.py:79 msgid "packages listed" -msgstr "pakketten opgesomd" +msgstr "opgesomde pakketten" #: ../src/main.py:150 ../src/main.py:382 msgid "Installed" msgstr "Geïnstalleerd" #: ../src/main.py:216 ../src/main.py:217 -#, fuzzy msgid "Selected package " -msgstr "Zoek een pakket..." +msgstr "Gekozen pakket " #: ../src/main.py:221 ../src/main.py:223 ../src/main.py:498 msgid "Added to the Apps Basket" -msgstr "Toegevoegd aan het Apps mandje" +msgstr "Toegevoegd aan het Apps-mandje" #: ../src/main.py:227 ../src/main.py:229 ../src/main.py:245 msgid "Add to the Apps Basket" -msgstr "Voeg toe aan het Apps mandje" +msgstr "Toevoegen aan het Apps-mandje" #: ../src/main.py:233 ../src/main.py:235 ../src/main.py:237 ../src/main.py:250 msgid "Remove from the system" -msgstr "Verwijder van het systeem" +msgstr "Verwijderen uit het systeem" #: ../src/main.py:332 msgid "Searching in Installed" -msgstr "Zoeken in geïnstalleerd" +msgstr "Aan het zoeken in Geïnstalleerd" #: ../src/main.py:366 msgid "Searching in" -msgstr "Zoeken in" +msgstr "Aan het zoeken in" #: ../src/main.py:421 ../src/main.py:425 msgid " (requested by " @@ -79,16 +78,16 @@ #: ../src/main.py:421 msgid "unknown" -msgstr "" +msgstr "onbekend" #: ../src/main.py:427 msgid "Put some apps in the basket to install them" -msgstr "Plaats enkele apps in het mandje om ze te installeren" +msgstr "Plaats enkele toepassingen in het mandje om ze te installeren" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" -msgstr "Apps mandje" +msgstr "Apps-mandje" #: ../src/main.py:432 msgid "package marked" @@ -99,9 +98,8 @@ msgstr "te downloaden" #: ../src/main.py:432 -#, fuzzy msgid "to install" -msgstr "Geïnstalleerd" +msgstr "te installeren" #: ../src/main.py:439 msgid "packages" @@ -113,23 +111,23 @@ #: ../src/main.py:486 msgid "Choose a category to start" -msgstr "Kies een categorie om te beginnen" +msgstr "Kies een categorie om mee te beginnen" #: ../src/main.py:553 msgid "Error" -msgstr "Error" +msgstr "Fout" #: ../src/main.py:567 msgid "Reviews" -msgstr "" +msgstr "Beoordelingen" #: ../src/main.py:592 msgid "Download Size:" -msgstr "Download grootte:" +msgstr "Downloadgrootte:" #: ../src/main.py:593 msgid "Installed Size:" -msgstr "Installatiegrootte:" +msgstr "Geïnstalleerde grootte:" #: ../src/main.py:594 msgid "Version:" @@ -141,67 +139,69 @@ #: ../src/notify.py:26 msgid "Apps installed successfully" -msgstr "Apps succesvol geïnstalleerd" +msgstr "Toepassingen met succes geïnstalleerd" #: ../src/notify.py:30 msgid "Apps removed successfully" -msgstr "Apps succesvol verwijderd" +msgstr "Toepassingen met succes verwijderd" #: ../src/notify.py:34 msgid "" "No connection found, you can't install \n" " applications, however you can browse for them" msgstr "" +"Geen verbinding gevonden, u kunt geen \n" +" toepassingen installeren. U kunt echter wel naar ze bladeren" #: ../src/preferences.py:35 msgid "Lubuntu Software Center Preferences" -msgstr "Lubuntu Software Center voorkeuren" +msgstr "Voorkeuren van Lubuntu Softwarecentrum" #: ../src/preferences.py:53 msgid "Open Software Properties" -msgstr "Vrije Software Eigenschappen" +msgstr "Eigenschappen van Open Software" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" -msgstr "" +msgstr "Algemeen" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Expertmodus" #: ../src/preferences.py:76 msgid "Performance" -msgstr "" +msgstr "Prestaties" #: ../src/preferences.py:82 msgid "Render Icons" -msgstr "" +msgstr "Pictogrammen weergeven" #: ../src/preferences.py:87 msgid "Download Screenshots" -msgstr "Download schermafdrukken" +msgstr "Schermafdrukken binnenhalen" #: ../src/preferences.py:92 msgid "Check connection at startup" -msgstr "" +msgstr "Verbinding controleren bij opstarten" #. If only the Reviews title is in the box #: ../src/threadingops.py:154 msgid "No reviews available" -msgstr "" +msgstr "Geen beoordelingen beschikbaar" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Software verkrijgen" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" -msgstr "Geïnstalleerde Software" +msgstr "Geïnstalleerde software" #: ../src/UI.py:121 msgid "Light but user-friendly Software Center for Lubuntu" -msgstr "Licht maar gebruiksvriendelijk Software Center voor Lubuntu" +msgstr "Licht maar gebruiksvriendelijk softwarecentrum voor Lubuntu" #. ------------------------------------------------- #: ../src/UI.py:138 @@ -212,13 +212,13 @@ msgid "Show all results" msgstr "Toon alle resultaten" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" -msgstr "" +msgstr "Beschrijving" #: ../src/widgets/appsinfo.py:120 msgid "Check for reviews" -msgstr "" +msgstr "Kijken of er beoordelingen zijn" #: ../src/widgets/appsview.py:31 ../src/widgets/appsview.py:91 msgid "No Packages Found" @@ -226,15 +226,15 @@ #: ../src/widgets/appsview.py:63 msgid "Details on the package" -msgstr "" +msgstr "Details van het pakket" #: ../src/widgets/appsview.py:64 msgid "Add/remove" -msgstr "Toevoegen/Verwijderen" +msgstr "Toevoegen/verwijderen" #: ../src/widgets/appsview.py:92 msgid "Search all categories instead" -msgstr "Doorzoek alle categorieën" +msgstr "In plaats daarvan alle categorieën doorzoeken" #: ../src/widgets/basket.py:51 msgid "Install Packages" @@ -242,9 +242,9 @@ #: ../src/widgets/basket.py:52 msgid "Discard" -msgstr "" +msgstr "Annuleren" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Pakket" @@ -253,48 +253,298 @@ msgstr "Te downloaden" #: ../src/widgets/basket.py:66 -#, fuzzy msgid "To Install" -msgstr "Geïnstalleerd" +msgstr "Te installeren" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Versie" #: ../src/widgets/screenshot.py:38 msgid "Submit a screenshot" -msgstr "Verzend een schermafdruk" +msgstr "Een schermafdruk indienen" #: ../src/widgets/searchentry.py:31 ../src/widgets/searchentry.py:33 msgid "Search a package..." -msgstr "Zoek een pakket..." +msgstr "Een pakket zoeken..." + +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" +" Geen pakketten gevonden\n" +"Wilt u in plaats daarvan alle categorieën doorzoeken?" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" +" Geen schermafdruk gevonden\n" +"Controleer a.u.b. uw internetverbinding" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "Opslag leegmaken" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "Configuratie schoonmaken" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "Schijf schoonmaken" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "Prullenbak van rootgebruiker legen" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "Opslag van miniaturen leegmaken" -#~ msgid "All" -#~ msgstr "Alle" +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "Uw schijf schoonmaken" -#~ msgid " package selected" -#~ msgstr " pakket geselecteerd" +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "Klikken om te maximaliseren" -#~ msgid "Case Insensitive" -#~ msgstr "Hoofdletterongevoelig" +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "Auteursrecht © 2011 Lubuntu-ploeg" -#~ msgid "Case Sensitive" -#~ msgstr "Hoofdlettergevoelig" +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "Downloadgrootte" -#~ msgid "packages matching" -#~ msgstr "pakketten overeenkomst" +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "Gedownloade pakketten" -#~ msgid "Use packages database" -#~ msgstr "Gebruik pakketten database" +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "Persoonlijke map" -#~ msgid "%s packages" -#~ msgstr "%s pakketten" +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "De pakketten installeren" -#~ msgid "%s packages listed" -#~ msgstr "%s pakketten opgesomd" +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "Mb om te downloaden" -#~ msgid "Details" -#~ msgstr "Details" +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "Geen configuratiebestanden gevonden" -#~ msgid "Clear" -#~ msgstr "Wissen" +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "Geen gedownloade bestanden gevonden" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "Geen overeenkomende pakketten" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "Oude configuratiebestanden" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "bladzijde 4" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "Voorkeuren" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "Verwijder uit het Apps-mandje" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "Schijfruimte besparen" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "Softwarecentrum voor het Lubuntuproject" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "Software-eigenschappen" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" +"Sommige toepassingen hebben andere pakketten nodig om te kunnen werken; " +"wanneer u deze toepassingen verwijdert dan worden de andere pakketten niet " +"mee verwijderd. Klik op deze knop om de ongebruikte pakketten te verwijderen" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" +"Soms, wanneer u een toepassing verwijdert, blijven de configuratiebestanden " +"achter. Klik op deze knop om de oude configuratiebestanden te verwijderen" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" +"De prullenbak van de rootgebruiker (in /root)\n" +"kan vol oude en ongebruikte bestanden zitten,\n" +"door die weg te gooien wint u vaak veel schijfruimte" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "Bijwerken" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" +"De programmalijst bijwerken. Door te klikken\n" +"op deze knop, zal de bijgewerkte pakkettenlijst\n" +"worden binnengehaald" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" +"Wanneer u een toepassing installeert, dan worden de benodigde " +"installatiebestanden op uw harde schijf gezet. Klik op deze knop om de oude " +"installatiebestanden te verwijderen" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" +"Wanneer u een map met afbeeldingen opent,\n" +"worden er automatisch miniaturen van\n" +"gemaakt en opgeslagen in een verborgen\n" +"map in uw persoonlijke map. Klik hier om\n" +"deze map te ledigen (dit zal geen belangrijke\n" +"bestanden wissen)" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "Be_werken" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "_Bestand" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "_Hulp" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "knop" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "pakketten aan het berekenen..." + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "kolom" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "etiket" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "bladzijde 1" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "bladzijde 2" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "bladzijde 3" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "bladzijde 5" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "bladzijde 6" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "Beginnermodus" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "De stijl van de werkbalk kiezen" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" +"Kies de gewenste modus. In Beginnersmodus worden alleen de toepassingen zelf " +"getoond, in Expertmodus worden alle pakketten getoond met inbegrip van " +"bibliotheekbestanden en opdrachtregel-gereedschappen." + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "Alleen pictogrammen" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "Bedieningsschil" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "Weergavemodus" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "Menubalk tonen" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "Statusbalk tonen" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "Tekst onder pictogrammen" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "Tekst naast pictogrammen" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "Alleen tekst" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "Werkbalkstijl" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "De gegevensbank van de pakketten gebruiken" diff -Nru lubuntu-software-center-0.0.4/po/pl.po lubuntu-software-center-0.0.5~bzr135/po/pl.po --- lubuntu-software-center-0.0.4/po/pl.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/pl.po 2012-03-29 20:44:51.000000000 +0000 @@ -2,22 +2,22 @@ # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the lubuntu-software-center package. # FIRST AUTHOR , 2011. -# Piotr Sokół , 2011. +# Piotr Sokół , 2011, 2012. # msgid "" msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" -"PO-Revision-Date: 2011-12-03 12:07+0000\n" -"Last-Translator: doiges \n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" +"PO-Revision-Date: 2012-03-05 11:12+0000\n" +"Last-Translator: Piotr Sokół \n" "Language-Team: polski <>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-12-04 05:12+0000\n" -"X-Generator: Launchpad (build 14418)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -49,17 +49,16 @@ msgstr "Zainstalowany" #: ../src/main.py:216 ../src/main.py:217 -#, fuzzy msgid "Selected package " -msgstr "Wyszukiwanie..." +msgstr "Zaznaczono pakiet " #: ../src/main.py:221 ../src/main.py:223 ../src/main.py:498 msgid "Added to the Apps Basket" -msgstr "Dodano do Koszyka aplikacji" +msgstr "Dodano do koszyka" #: ../src/main.py:227 ../src/main.py:229 ../src/main.py:245 msgid "Add to the Apps Basket" -msgstr "Dodaj do Koszyka aplikacji" +msgstr "Dodaj do koszyka" #: ../src/main.py:233 ../src/main.py:235 ../src/main.py:237 ../src/main.py:250 msgid "Remove from the system" @@ -71,7 +70,7 @@ #: ../src/main.py:366 msgid "Searching in" -msgstr "" +msgstr "Wyszukiwanie w kategorii" #: ../src/main.py:421 ../src/main.py:425 msgid " (requested by " @@ -79,16 +78,16 @@ #: ../src/main.py:421 msgid "unknown" -msgstr "" +msgstr "nieznany" #: ../src/main.py:427 msgid "Put some apps in the basket to install them" -msgstr "" +msgstr "Proszę dodać oprogramowanie do koszyka, aby je zainstalować" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" -msgstr "Koszyk aplikacji" +msgstr "Koszyk oprogramowania" #: ../src/main.py:432 msgid "package marked" @@ -96,12 +95,11 @@ #: ../src/main.py:432 msgid "to download" -msgstr "" +msgstr "do pobrania" #: ../src/main.py:432 -#, fuzzy msgid "to install" -msgstr "Zainstalowany" +msgstr "do zainstalowania" #: ../src/main.py:439 msgid "packages" @@ -113,89 +111,91 @@ #: ../src/main.py:486 msgid "Choose a category to start" -msgstr "" +msgstr "Proszę wybrać kategorię, aby rozpocząć" #: ../src/main.py:553 msgid "Error" -msgstr "" +msgstr "Błąd" #: ../src/main.py:567 msgid "Reviews" -msgstr "" +msgstr "Opinie" #: ../src/main.py:592 msgid "Download Size:" -msgstr "" +msgstr "Rozmiar pakietów do pobrania:" #: ../src/main.py:593 msgid "Installed Size:" -msgstr "" +msgstr "Rozmiar po zainstalowaniu:" #: ../src/main.py:594 msgid "Version:" -msgstr "" +msgstr "Wersja:" #: ../src/main.py:596 msgid "Infos on" -msgstr "" +msgstr "Informacje o" #: ../src/notify.py:26 msgid "Apps installed successfully" -msgstr "" +msgstr "Zainstalowano oprogramowanie" #: ../src/notify.py:30 msgid "Apps removed successfully" -msgstr "" +msgstr "Usunięto oprogramowanie" #: ../src/notify.py:34 msgid "" "No connection found, you can't install \n" " applications, however you can browse for them" msgstr "" +"Nie wykryto działającego połączenia sieciowego.\n" +"Nie można instalować programów, ale wciąż można je przeglądać." #: ../src/preferences.py:35 msgid "Lubuntu Software Center Preferences" -msgstr "Preferencje Centrum Oprogramowania Lubuntu" +msgstr "Preferencje Centrum oprogramowania Lubuntu" #: ../src/preferences.py:53 msgid "Open Software Properties" -msgstr "" +msgstr "Źródła oprogramowania" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" -msgstr "" +msgstr "Ogólne" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" -msgstr "Tryb eksperta" +msgstr "Tryb zaawansowany" #: ../src/preferences.py:76 msgid "Performance" -msgstr "" +msgstr "Wydajność" #: ../src/preferences.py:82 msgid "Render Icons" -msgstr "" +msgstr "Renderowanie ikon" #: ../src/preferences.py:87 msgid "Download Screenshots" -msgstr "" +msgstr "Pobieranie obrazów" #: ../src/preferences.py:92 msgid "Check connection at startup" -msgstr "" +msgstr "Sprawdzanie połączenia sieciowego podczas uruchamiania" #. If only the Reviews title is in the box #: ../src/threadingops.py:154 msgid "No reviews available" -msgstr "" +msgstr "Brak dostępnych opinii" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Dostępne" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Zainstalowane" @@ -206,23 +206,23 @@ #. ------------------------------------------------- #: ../src/UI.py:138 msgid "Show at least 20 results" -msgstr "" +msgstr "Co najmniej 20 wyników" #: ../src/UI.py:139 msgid "Show all results" -msgstr "" +msgstr "Wszystkie wyniki" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" -msgstr "" +msgstr "Opis" #: ../src/widgets/appsinfo.py:120 msgid "Check for reviews" -msgstr "" +msgstr "Wyszukaj opinie" #: ../src/widgets/appsview.py:31 ../src/widgets/appsview.py:91 msgid "No Packages Found" -msgstr "" +msgstr "Nie odnaleziono pakietów" #: ../src/widgets/appsview.py:63 msgid "Details on the package" @@ -238,42 +238,286 @@ #: ../src/widgets/basket.py:51 msgid "Install Packages" -msgstr "" +msgstr "Zainstaluj pakiety" #: ../src/widgets/basket.py:52 msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Pakiet" #: ../src/widgets/basket.py:65 msgid "To Download" -msgstr "" +msgstr "Do pobrania" #: ../src/widgets/basket.py:66 -#, fuzzy msgid "To Install" -msgstr "Zainstalowany" +msgstr "Do zainstalowania" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Wersja" #: ../src/widgets/screenshot.py:38 msgid "Submit a screenshot" -msgstr "" +msgstr "Wyślij obraz programu" #: ../src/widgets/searchentry.py:31 ../src/widgets/searchentry.py:33 msgid "Search a package..." msgstr "Wyszukiwanie..." -#~ msgid "All" -#~ msgstr "Wszystko" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "Copyright © 2011 zespół Lubuntu" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "Preferencje" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "Centrum oprogramowania dla systemu Lubuntu" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "Właściwości oprogramowania" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "Uaktualnij" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "_Edycja" -#~ msgid "%s packages listed" -#~ msgstr "%s paczek wyświetlono" +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "_Plik" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "Pomo_c" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" -#~ msgid "Details" -#~ msgstr "Wyświetl szczegóły" +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "Interfejs" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/pt_BR.po lubuntu-software-center-0.0.5~bzr135/po/pt_BR.po --- lubuntu-software-center-0.0.4/po/pt_BR.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/pt_BR.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,16 +7,16 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" -"PO-Revision-Date: 2011-12-26 02:22+0000\n" -"Last-Translator: Tiago Hillebrandt \n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" +"PO-Revision-Date: 2012-02-24 11:12+0000\n" +"Last-Translator: Gabriel Salles \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" -"X-Launchpad-Export-Date: 2011-12-27 05:29+0000\n" -"X-Generator: Launchpad (build 14560)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -49,9 +49,8 @@ msgstr "Instalado" #: ../src/main.py:216 ../src/main.py:217 -#, fuzzy msgid "Selected package " -msgstr "Pesquisar um pacote..." +msgstr "Selecionado pacote " #: ../src/main.py:221 ../src/main.py:223 ../src/main.py:498 msgid "Added to the Apps Basket" @@ -71,7 +70,7 @@ #: ../src/main.py:366 msgid "Searching in" -msgstr "Pesquisando em" +msgstr "Procurando em" #: ../src/main.py:421 ../src/main.py:425 msgid " (requested by " @@ -79,14 +78,14 @@ #: ../src/main.py:421 msgid "unknown" -msgstr "" +msgstr "desconhecido" #: ../src/main.py:427 msgid "Put some apps in the basket to install them" msgstr "Coloque alguns aplicativos na cesta para instalá-los" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Cesta de aplicativos" @@ -99,9 +98,8 @@ msgstr "para baixar" #: ../src/main.py:432 -#, fuzzy msgid "to install" -msgstr "Instalado" +msgstr "para instalar" #: ../src/main.py:439 msgid "packages" @@ -109,7 +107,7 @@ #: ../src/main.py:484 msgid "Available Categories" -msgstr "Categorias disponíveis" +msgstr "Categorias Disponíveis" #: ../src/main.py:486 msgid "Choose a category to start" @@ -121,7 +119,7 @@ #: ../src/main.py:567 msgid "Reviews" -msgstr "" +msgstr "Avaliações" #: ../src/main.py:592 msgid "Download Size:" @@ -129,7 +127,7 @@ #: ../src/main.py:593 msgid "Installed Size:" -msgstr "Tamanho instalado:" +msgstr "Tamanho Instalado:" #: ../src/main.py:594 msgid "Version:" @@ -152,6 +150,8 @@ "No connection found, you can't install \n" " applications, however you can browse for them" msgstr "" +"Conexão não encontrada, você não poderá instalar \n" +" aplicações, no entanto poderá navegar por elas" #: ../src/preferences.py:35 msgid "Lubuntu Software Center Preferences" @@ -159,24 +159,24 @@ #: ../src/preferences.py:53 msgid "Open Software Properties" -msgstr "Abrir canais de software" +msgstr "Abrir Canais de Software" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" -msgstr "" +msgstr "Geral" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" -msgstr "Modo especialista" +msgstr "Modo Especialista" #: ../src/preferences.py:76 msgid "Performance" -msgstr "" +msgstr "Performance" #: ../src/preferences.py:82 msgid "Render Icons" -msgstr "" +msgstr "Mostrar Ícones" #: ../src/preferences.py:87 msgid "Download Screenshots" @@ -184,20 +184,20 @@ #: ../src/preferences.py:92 msgid "Check connection at startup" -msgstr "" +msgstr "Checar conexão ao iniciar" #. If only the Reviews title is in the box #: ../src/threadingops.py:154 msgid "No reviews available" -msgstr "" +msgstr "Nenhuma revisão disponível" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" -msgstr "Obter aplicativo" +msgstr "Obter Programa" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" -msgstr "Programas instalados" +msgstr "Programas Instalados" #: ../src/UI.py:121 msgid "Light but user-friendly Software Center for Lubuntu" @@ -212,21 +212,21 @@ msgid "Show all results" msgstr "Mostrar todos os resultados" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" -msgstr "" +msgstr "Descrição" #: ../src/widgets/appsinfo.py:120 msgid "Check for reviews" -msgstr "" +msgstr "Procurando por resenhas" #: ../src/widgets/appsview.py:31 ../src/widgets/appsview.py:91 msgid "No Packages Found" -msgstr "Nenhum pacote encontrado" +msgstr "Nenhum Pacote Encontrado" #: ../src/widgets/appsview.py:63 msgid "Details on the package" -msgstr "" +msgstr "Detalhes sobre o pacote" #: ../src/widgets/appsview.py:64 msgid "Add/remove" @@ -238,26 +238,25 @@ #: ../src/widgets/basket.py:51 msgid "Install Packages" -msgstr "Instalar pacotes" +msgstr "Instalar Pacotes" #: ../src/widgets/basket.py:52 msgid "Discard" -msgstr "" +msgstr "Descartar" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Pacote" #: ../src/widgets/basket.py:65 msgid "To Download" -msgstr "Para baixar" +msgstr "Para Baixar" #: ../src/widgets/basket.py:66 -#, fuzzy msgid "To Install" -msgstr "Instalado" +msgstr "Para Instalar" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Versão" @@ -267,37 +266,284 @@ #: ../src/widgets/searchentry.py:31 ../src/widgets/searchentry.py:33 msgid "Search a package..." -msgstr "Pesquisar um pacote..." +msgstr "Procurar um pacote..." + +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" +" Nenhum pacote encontrado\n" +"Deseja procurar em todas as categorias?" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" +" Nenhuma Captura de Tela Encontrada\n" +"Por favor, cheque sua conexão com a Internet" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "Limpar Cache" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "Limpar Configuração" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "Limpar Disco" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "Esvaziar lixeira do root" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "Limpar o cache de miniaturas" -#~ msgid "All" -#~ msgstr "Todas" +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "Limpar seu disco" -#~ msgid " package selected" -#~ msgstr " pacote selecionado" +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "Clique para maximizar" -#~ msgid "Case Insensitive" -#~ msgstr "Insensível a maiúsculas" +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "Direitos autorais © 2011 time Lubuntu" -#~ msgid "Case Sensitive" -#~ msgstr "Sensível a maiúsculas" +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "Tamanho a baixar" -#~ msgid "packages matching" -#~ msgstr "pacotes correspondentes" +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "Pacotes Baixados" -#~ msgid "Unsatisfaied dependencies:" -#~ msgstr "Dependências insatisfeitas:" +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "Início" -#~ msgid "Use packages database" -#~ msgstr "Usar banco de dados de pacotes" +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "Instalar os pacotes" -#~ msgid "%s packages" -#~ msgstr "%s pacotes" +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "Mb para baixar" -#~ msgid "%s packages listed" -#~ msgstr "%s pacotes listados" +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "Nenhum arquivo de configuração encontrado" -#~ msgid "Details" -#~ msgstr "Detalhes" +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "Nenhum arquivo baixado encontrado" -#~ msgid "Clear" -#~ msgstr "Limpar" +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "Nenhum pacote correspondente" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "Arquivos antigos de configuração" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "página 4" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "Preferências" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "Remover da Cesta de Aplicativos" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "Economizar espaço em Disco" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "Central de Programas para o projeto Lubuntu" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "Propriedades dos Programas" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" +"Algumas aplicações necessitam de outros pacotes para funcionar. Quando você " +"remove essas aplicações, os outros pacotes não são removidos. Clique neste " +"botão para remover os pacotes não utilizados." + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" +"Algumas vezes, quando você remove uma aplicação, os arquivos de configuração " +"permanecem. Clique neste botão para remover os arquivos antigos de " +"configuração." + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" +"A lixeira do usuário root (localizada em /root) pode estar\n" +"cheia de arquivos antigos e desnecessários. Esvazia-la \n" +"pode representar um ganho significativo de espaço no disco." + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "Atualizar" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" +"Atualizar a lista de programas. Clicando neste\n" +"botão, a lista de programas será baixada" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" +"Quando você instala uma aplicação, os arquivos para a instalação são " +"armazenados no seu computador. Clique neste botão para remover os arquivos " +"de instalação desnecessários" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" +"Quando você abre uma pasta com imagens,\n" +"as miniaturas são criadas dinamicamente\n" +"e salvas em uma pasta oculta em sua pasta pessoal.\n" +"Clique aqui para limpar esta pasta (isto não\n" +"apagará arquivos importantes)" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "_Editar" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "_Arquivo" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "A_juda" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "botão" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "calculando pacotes..." + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "coluna" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "marcador" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "página 1" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "página 2" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "página 3" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "página 5" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "página 6" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "Modo Iniciante" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "Escolher o estilo da Barra de Ferramentas" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" +"Escolha o modo que deseja. No Modo Iniciante estarão listadas apenas as " +"aplicações reais. No Modo Especialista estarão listados todos os pacotes, " +"incluídos bibliotecas e ferramentas de linha de comando." + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "Somente ícones" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "Interface" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "Modo de visualização" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "Mostrar a Barra de Menu" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "Mostrar a Barra de Status" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "Texto abaixo dos ícones" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "Texto ao lado dos ícones" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "Somente texto" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "Estilo da Barra de Ferramentas" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "Use o banco de dados de pacotes" diff -Nru lubuntu-software-center-0.0.4/po/pt.po lubuntu-software-center-0.0.5~bzr135/po/pt.po --- lubuntu-software-center-0.0.4/po/pt.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/pt.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" "PO-Revision-Date: 2011-11-14 13:54+0000\n" "Last-Translator: Rafael Neri \n" "Language-Team: Brazilian Portuguese \n" @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-27 05:49+0000\n" -"X-Generator: Launchpad (build 14381)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -84,7 +84,7 @@ msgstr "" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Cesta de Aplicativos" @@ -160,11 +160,11 @@ msgstr "" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" msgstr "" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Modo Especialista" @@ -189,11 +189,11 @@ msgid "No reviews available" msgstr "" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Obter Programa" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Programas instalados" @@ -210,7 +210,7 @@ msgid "Show all results" msgstr "" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" msgstr "" @@ -242,7 +242,7 @@ msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Pacote" @@ -255,7 +255,7 @@ msgid "To Install" msgstr "Instalados" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Versão" @@ -267,8 +267,256 @@ msgid "Search a package..." msgstr "Procurar pacote..." -#~ msgid "%s packages listed" -#~ msgstr "%s pacotes listados" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "" -#~ msgid "Details" -#~ msgstr "Detalhes" +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/ru.po lubuntu-software-center-0.0.5~bzr135/po/ru.po --- lubuntu-software-center-0.0.4/po/ru.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/ru.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,16 +7,16 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" -"PO-Revision-Date: 2012-01-01 06:46+0000\n" -"Last-Translator: Nikita Putko \n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" +"PO-Revision-Date: 2012-02-13 03:17+0000\n" +"Last-Translator: Vyacheslav Sharmanov \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" -"X-Launchpad-Export-Date: 2012-01-02 05:19+0000\n" -"X-Generator: Launchpad (build 14560)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -48,9 +48,8 @@ msgstr "Установленные" #: ../src/main.py:216 ../src/main.py:217 -#, fuzzy msgid "Selected package " -msgstr "Найти пакет..." +msgstr "Выбранный пакет " #: ../src/main.py:221 ../src/main.py:223 ../src/main.py:498 msgid "Added to the Apps Basket" @@ -78,14 +77,14 @@ #: ../src/main.py:421 msgid "unknown" -msgstr "" +msgstr "неизвестно" #: ../src/main.py:427 msgid "Put some apps in the basket to install them" msgstr "Поместить некоторые приложения в корзину для их установки" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Корзина приложений" @@ -98,9 +97,8 @@ msgstr "для загрузки" #: ../src/main.py:432 -#, fuzzy msgid "to install" -msgstr "Установленные" +msgstr "для установки" #: ../src/main.py:439 msgid "packages" @@ -120,7 +118,7 @@ #: ../src/main.py:567 msgid "Reviews" -msgstr "" +msgstr "Отзывы" #: ../src/main.py:592 msgid "Download Size:" @@ -151,6 +149,8 @@ "No connection found, you can't install \n" " applications, however you can browse for them" msgstr "" +"Не найдены сетевые соединения, Вы не сможете устанавливать \n" +" приложения, но Вы можете просматривать их" #: ../src/preferences.py:35 msgid "Lubuntu Software Center Preferences" @@ -161,21 +161,21 @@ msgstr "Открыть параметры приложений" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" -msgstr "" +msgstr "Общие" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Расширенный режим" #: ../src/preferences.py:76 msgid "Performance" -msgstr "" +msgstr "Производительность" #: ../src/preferences.py:82 msgid "Render Icons" -msgstr "" +msgstr "Отрисовать значки" #: ../src/preferences.py:87 msgid "Download Screenshots" @@ -183,18 +183,18 @@ #: ../src/preferences.py:92 msgid "Check connection at startup" -msgstr "" +msgstr "Проверить соединение при запуске" #. If only the Reviews title is in the box #: ../src/threadingops.py:154 msgid "No reviews available" -msgstr "" +msgstr "Отзывы отсутствуют" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Установить приложения" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Установленные приложения" @@ -212,13 +212,13 @@ msgid "Show all results" msgstr "Показать все результаты" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" -msgstr "" +msgstr "Описание" #: ../src/widgets/appsinfo.py:120 msgid "Check for reviews" -msgstr "" +msgstr "Проверить отзывы" #: ../src/widgets/appsview.py:31 ../src/widgets/appsview.py:91 msgid "No Packages Found" @@ -226,7 +226,7 @@ #: ../src/widgets/appsview.py:63 msgid "Details on the package" -msgstr "" +msgstr "Подробности о пакете" #: ../src/widgets/appsview.py:64 msgid "Add/remove" @@ -242,9 +242,9 @@ #: ../src/widgets/basket.py:52 msgid "Discard" -msgstr "" +msgstr "Отклонить" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Пакет" @@ -253,11 +253,10 @@ msgstr "Для загрузки" #: ../src/widgets/basket.py:66 -#, fuzzy msgid "To Install" -msgstr "Установленные" +msgstr "Для установки" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Версия" @@ -269,35 +268,282 @@ msgid "Search a package..." msgstr "Найти пакет..." -#~ msgid "All" -#~ msgstr "Всё" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" +" Пакеты не найдены\n" +"Выполнить поиск по всем категориям?" -#~ msgid " package selected" -#~ msgstr " пакет выбран" +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" +" Не найдено снимков экрана\n" +"Проверьте подключение к интернету" -#~ msgid "Case Insensitive" -#~ msgstr "Без учёта регистра" +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "Удалить временные файлы" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "Удалить параметры" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "Очистить диск" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "Очистить коржину суперпользователя" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "Удалить временные файлы эскизов" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "Очистить диск" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "Нажмите чтобы увеличить" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "Copyright © 2011 Lubuntu team" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "Размер загрузки" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "Загруженные пакеты" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "Домой" -#~ msgid "Case Sensitive" -#~ msgstr "С учётом регистра" +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "Установить пакеты" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "Мб для загрузки" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "Не найдены файлы конфигурации" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "Не найдено загруженных файлов" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "Нет совпадений" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "Устаревшие файлы конфигурации" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "Страница 4" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "Параметры" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "Удалить из корзины приложений" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "Сохранять дисковое пространство" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "Центр приложений для проекта Lubuntu" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "Параметры приложений" -#~ msgid "packages matching" -#~ msgstr "пакетов соответствуют" +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" +"Некоторым приложениям для работы необходимы дополнительные пакеты, которые " +"не удаляются при удалении этих приложений. Нажмите кнопку чтобы удалить " +"неиспользуемые пакеты" -#~ msgid "Unsatisfaied dependencies:" -#~ msgstr "Неудовлетворённые зависимости:" +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" +"Иногда, после удаления приложений, остаются файлы конфигураций. Нажмите " +"кнопку чтобы удалить устаревшие конфигурационные файлы" -#~ msgid "Use packages database" -#~ msgstr "Использовать базу данных приложений" +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" +"Корзина суперпользователя (расположена в папке /root)\n" +"может быть заполнена множеством ненужных файлов, ее очистка\n" +"позволит освободить немного места на диске" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "Обновить" -#~ msgid "%s packages" -#~ msgstr "%s пакетов" +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" +"Обновить список программ. Нажатие на эту\n" +"кнопку запустит процесс загрузки обновленного\n" +"списка приложений" -#~ msgid "%s packages listed" -#~ msgstr "%s пакетов в списке" +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" +"Когда Вы устанавливаете приложение, файлы, необходимые для установки, " +"загружаются на Ваш компьютер. Нажмите эту кнопку чтобы удалить ненужные " +"загруженные пакеты" -#~ msgid "Details" -#~ msgstr "Сведения" +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" +"Когда вы открываете папку с изображениями,\n" +"эскизы автоматически создаются и\n" +"сохраняются в скрытый каталог в домашней\n" +"папке. Нажмите кнопку, чтобы очистить эту\n" +"папку (эта функция не удаляет важные файлы)" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "_Правка" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "_Файл" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "_Помощь" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "кнопка" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "вычисление пакетов..." + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "колонка" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "метка" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "страница 1" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "страница 2" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "страница 3" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "страница 5" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "страница 6" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "Упрощённый режим" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "Выберите стиль панели инструментов" -#~ msgid "Clear" -#~ msgstr "Очистить" +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" +"Выберите желаемый режим отображения. В упрощённом режиме отображаются только " +"приложения, в расширенном — все пакеты, включая библиотеки и инструменты " +"командной строки." + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "Только значки" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "Интерфейс" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "Режим отображения" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "Показывать строку меню" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "Показывать строку состояния" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "Текст под значками" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "Текст рядом со значками" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "Только текст" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "Стиль панели инструментов" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "Использовать базу данных пакетов" diff -Nru lubuntu-software-center-0.0.4/po/sl.po lubuntu-software-center-0.0.5~bzr135/po/sl.po --- lubuntu-software-center-0.0.4/po/sl.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/sl.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" "PO-Revision-Date: 2011-11-15 08:42+0000\n" "Last-Translator: Andrej Znidarsic \n" "Language-Team: Slovenian \n" @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-27 05:49+0000\n" -"X-Generator: Launchpad (build 14381)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -83,7 +83,7 @@ msgstr "" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "Košarica s programi" @@ -159,11 +159,11 @@ msgstr "" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" msgstr "" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Napredni način" @@ -188,11 +188,11 @@ msgid "No reviews available" msgstr "" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Namestitev programske opreme" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Nameščeni programi" @@ -209,7 +209,7 @@ msgid "Show all results" msgstr "" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" msgstr "" @@ -241,7 +241,7 @@ msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Paket" @@ -254,7 +254,7 @@ msgid "To Install" msgstr "Nameščeno" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Različica" @@ -266,8 +266,256 @@ msgid "Search a package..." msgstr "Najdi paket ..." -#~ msgid "%s packages listed" -#~ msgstr "%s izpisanih paketov" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "" -#~ msgid "Details" -#~ msgstr "Podrobnosti" +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/sv.po lubuntu-software-center-0.0.5~bzr135/po/sv.po --- lubuntu-software-center-0.0.4/po/sv.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/sv.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" "PO-Revision-Date: 2011-12-09 06:53+0000\n" "Last-Translator: Alexander Andjelkovic \n" "Language-Team: Swedish \n" @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-12-10 05:28+0000\n" -"X-Generator: Launchpad (build 14450)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -85,7 +85,7 @@ msgstr "Lägg några appar i korgen för att installera dem" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "App-korgen" @@ -161,11 +161,11 @@ msgstr "Egenskaper för öppen mjukvara" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" msgstr "" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "Expertläge" @@ -190,11 +190,11 @@ msgid "No reviews available" msgstr "" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "Hämta program" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "Installerade program" @@ -211,7 +211,7 @@ msgid "Show all results" msgstr "Visa alla resultat" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" msgstr "" @@ -243,7 +243,7 @@ msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "Paket" @@ -256,7 +256,7 @@ msgid "To Install" msgstr "Installerade" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "Version" @@ -268,35 +268,256 @@ msgid "Search a package..." msgstr "Sök efter paket..." -#~ msgid "All" -#~ msgstr "Alla" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" -#~ msgid " package selected" -#~ msgstr " paket valda" +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" -#~ msgid "Case Insensitive" -#~ msgstr "Skiftlägesokänslig" +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "" -#~ msgid "Case Sensitive" -#~ msgstr "Skiftlägeskänslig" +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "" -#~ msgid "packages matching" -#~ msgstr "paket som matchar" +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" -#~ msgid "Unsatisfaied dependencies:" -#~ msgstr "Otillfredsställda beroenden:" +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" -#~ msgid "Use packages database" -#~ msgstr "Använd paket databas" +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" -#~ msgid "%s packages" -#~ msgstr "%s paket" +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" -#~ msgid "%s packages listed" -#~ msgstr "%s listade paket" +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "" -#~ msgid "Details" -#~ msgstr "Detaljer" +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" -#~ msgid "Clear" -#~ msgstr "Rensa" +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/te.po lubuntu-software-center-0.0.5~bzr135/po/te.po --- lubuntu-software-center-0.0.4/po/te.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/te.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" "PO-Revision-Date: 2011-10-08 07:47+0000\n" "Last-Translator: Praveen Illa \n" "Language-Team: Telugu \n" @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-27 05:49+0000\n" -"X-Generator: Launchpad (build 14381)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -83,7 +83,7 @@ msgstr "" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" msgstr "ఆప్స్ బాస్కెట్" @@ -159,11 +159,11 @@ msgstr "" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" msgstr "" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "" @@ -188,11 +188,11 @@ msgid "No reviews available" msgstr "" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "సాఫ్ట్‍వేర్ పొందండి" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "స్థాపించబడిన సాఫ్ట్‍వేర్" @@ -209,7 +209,7 @@ msgid "Show all results" msgstr "" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" msgstr "" @@ -241,7 +241,7 @@ msgid "Discard" msgstr "" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "ప్యాకేజీ" @@ -254,7 +254,7 @@ msgid "To Install" msgstr "స్థాపించబడింది" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "రూపాంతరం" @@ -266,5 +266,256 @@ msgid "Search a package..." msgstr "ప్యాకేజీని శోధించు..." -#~ msgid "Details" -#~ msgstr "వివరాలు" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" + +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" + +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "" + +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "" + +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "" + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "" + +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "" + +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" + +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "" + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "" diff -Nru lubuntu-software-center-0.0.4/po/zh_CN.po lubuntu-software-center-0.0.5~bzr135/po/zh_CN.po --- lubuntu-software-center-0.0.4/po/zh_CN.po 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/po/zh_CN.po 2012-03-29 20:44:51.000000000 +0000 @@ -7,16 +7,16 @@ msgstr "" "Project-Id-Version: lubuntu-software-center\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-09 21:57+0100\n" -"PO-Revision-Date: 2011-12-06 16:47+0000\n" -"Last-Translator: Tristan Huang \n" +"POT-Creation-Date: 2012-02-09 22:25+0100\n" +"PO-Revision-Date: 2012-02-27 05:06+0000\n" +"Last-Translator: hometow1 \n" "Language-Team: Chinese (Simplified) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-12-07 05:32+0000\n" -"X-Generator: Launchpad (build 14435)\n" +"X-Launchpad-Export-Date: 2012-03-25 05:58+0000\n" +"X-Generator: Launchpad (build 14981)\n" #: ../lubuntu-software-center.desktop.in.h:1 msgid "Lets you choose from thousands of applications available for Ubuntu" @@ -41,32 +41,31 @@ #: ../src/main.py:135 ../src/main.py:152 ../src/main.py:383 ../src/main.py:390 #: ../src/threadingops.py:79 msgid "packages listed" -msgstr "" +msgstr "软件包列表" #: ../src/main.py:150 ../src/main.py:382 msgid "Installed" msgstr "已安装" #: ../src/main.py:216 ../src/main.py:217 -#, fuzzy msgid "Selected package " -msgstr "搜索一个软件包……" +msgstr "已选择的软件包 " #: ../src/main.py:221 ../src/main.py:223 ../src/main.py:498 msgid "Added to the Apps Basket" -msgstr "" +msgstr "已添加到应用菜篮" #: ../src/main.py:227 ../src/main.py:229 ../src/main.py:245 msgid "Add to the Apps Basket" -msgstr "" +msgstr "添加到应用菜篮" #: ../src/main.py:233 ../src/main.py:235 ../src/main.py:237 ../src/main.py:250 msgid "Remove from the system" -msgstr "" +msgstr "从系统中删除" #: ../src/main.py:332 msgid "Searching in Installed" -msgstr "" +msgstr "搜索已安装的软件包" #: ../src/main.py:366 msgid "Searching in" @@ -74,33 +73,32 @@ #: ../src/main.py:421 ../src/main.py:425 msgid " (requested by " -msgstr "" +msgstr " (请求 " #: ../src/main.py:421 msgid "unknown" -msgstr "" +msgstr "未知" #: ../src/main.py:427 msgid "Put some apps in the basket to install them" -msgstr "" +msgstr "将应用放在菜篮中安装" #: ../src/main.py:430 ../src/main.py:435 ../src/main.py:438 ../src/main.py:537 -#: ../src/UI.py:75 +#: ../src/UI.py:75 ../data/lsc.ui.h:5 msgid "Apps Basket" -msgstr "" +msgstr "应用菜篮" #: ../src/main.py:432 msgid "package marked" -msgstr "" +msgstr "软件包已标记" #: ../src/main.py:432 msgid "to download" msgstr "下载" #: ../src/main.py:432 -#, fuzzy msgid "to install" -msgstr "已安装" +msgstr "安装" #: ../src/main.py:439 msgid "packages" @@ -112,7 +110,7 @@ #: ../src/main.py:486 msgid "Choose a category to start" -msgstr "" +msgstr "选择一个分类开始" #: ../src/main.py:553 msgid "Error" @@ -120,7 +118,7 @@ #: ../src/main.py:567 msgid "Reviews" -msgstr "" +msgstr "评论" #: ../src/main.py:592 msgid "Download Size:" @@ -136,21 +134,23 @@ #: ../src/main.py:596 msgid "Infos on" -msgstr "" +msgstr "的相关信息" #: ../src/notify.py:26 msgid "Apps installed successfully" -msgstr "" +msgstr "应用安装成功" #: ../src/notify.py:30 msgid "Apps removed successfully" -msgstr "" +msgstr "应用卸载成功" #: ../src/notify.py:34 msgid "" "No connection found, you can't install \n" " applications, however you can browse for them" msgstr "" +"网络未连接,您无法安装 \n" +" 应用程序,但您可以浏览它们" #: ../src/preferences.py:35 msgid "Lubuntu Software Center Preferences" @@ -161,21 +161,21 @@ msgstr "打开软件属性" #. ---------------------------------------------- -#: ../src/preferences.py:67 +#: ../src/preferences.py:67 ../data/preferences.ui.h:5 msgid "General" -msgstr "" +msgstr "常规" -#: ../src/preferences.py:73 +#: ../src/preferences.py:73 ../data/preferences.ui.h:4 msgid "Expert Mode" msgstr "专家模式" #: ../src/preferences.py:76 msgid "Performance" -msgstr "" +msgstr "表现" #: ../src/preferences.py:82 msgid "Render Icons" -msgstr "" +msgstr "渲染图标" #: ../src/preferences.py:87 msgid "Download Screenshots" @@ -183,57 +183,57 @@ #: ../src/preferences.py:92 msgid "Check connection at startup" -msgstr "" +msgstr "启动检查连接" #. If only the Reviews title is in the box #: ../src/threadingops.py:154 msgid "No reviews available" -msgstr "" +msgstr "没有可用的评论" -#: ../src/UI.py:73 +#: ../src/UI.py:73 ../data/lsc.ui.h:17 msgid "Get Software" msgstr "获取软件" -#: ../src/UI.py:74 +#: ../src/UI.py:74 ../data/lsc.ui.h:20 msgid "Installed Software" msgstr "已安装的软件" #: ../src/UI.py:121 msgid "Light but user-friendly Software Center for Lubuntu" -msgstr "" +msgstr "轻型但友好的 Lubuntu 软件中心" #. ------------------------------------------------- #: ../src/UI.py:138 msgid "Show at least 20 results" -msgstr "" +msgstr "显示至少 20 条结果" #: ../src/UI.py:139 msgid "Show all results" msgstr "显示全部结果" -#: ../src/widgets/appsinfo.py:119 +#: ../src/widgets/appsinfo.py:119 ../data/lsc.ui.h:14 msgid "Description" -msgstr "" +msgstr "描述" #: ../src/widgets/appsinfo.py:120 msgid "Check for reviews" -msgstr "" +msgstr "检查评论" #: ../src/widgets/appsview.py:31 ../src/widgets/appsview.py:91 msgid "No Packages Found" -msgstr "" +msgstr "未发现软件包" #: ../src/widgets/appsview.py:63 msgid "Details on the package" -msgstr "" +msgstr "软件包详细情况" #: ../src/widgets/appsview.py:64 msgid "Add/remove" -msgstr "" +msgstr "添加/删除" #: ../src/widgets/appsview.py:92 msgid "Search all categories instead" -msgstr "" +msgstr "搜索所有软件分类" #: ../src/widgets/basket.py:51 msgid "Install Packages" @@ -241,53 +241,302 @@ #: ../src/widgets/basket.py:52 msgid "Discard" -msgstr "" +msgstr "忽略" -#: ../src/widgets/basket.py:64 +#: ../src/widgets/basket.py:64 ../data/lsc.ui.h:26 msgid "Package" msgstr "软件包" #: ../src/widgets/basket.py:65 msgid "To Download" -msgstr "" +msgstr "下载" #: ../src/widgets/basket.py:66 -#, fuzzy msgid "To Install" -msgstr "已安装" +msgstr "即将安装" -#: ../src/widgets/basket.py:67 +#: ../src/widgets/basket.py:67 ../data/lsc.ui.h:42 msgid "Version" msgstr "版本" #: ../src/widgets/screenshot.py:38 msgid "Submit a screenshot" -msgstr "" +msgstr "上传截图" #: ../src/widgets/searchentry.py:31 ../src/widgets/searchentry.py:33 msgid "Search a package..." msgstr "搜索一个软件包……" -#~ msgid " package selected" -#~ msgstr " 已选择的包" +#: ../data/lsc.ui.h:1 +msgid "" +" No packages found\n" +"Do you want you search all categories instead?" +msgstr "" +" 未发现软件包\n" +"您要搜索全部分类吗?" -#~ msgid "Case Insensitive" -#~ msgstr "不区分大小写" +#: ../data/lsc.ui.h:3 +msgid "" +" No Screenshot Found\n" +"Please check your Internet connection" +msgstr "" +" 未发现截图\n" +"请检查您的网络连接" -#~ msgid "Case Sensitive" -#~ msgstr "区分大小写" +#: ../data/lsc.ui.h:6 +msgid "Clean Cache" +msgstr "清理缓存" + +#: ../data/lsc.ui.h:7 +msgid "Clean Configuration" +msgstr "清理配置" + +#: ../data/lsc.ui.h:8 +msgid "Clean Disk" +msgstr "清理磁盘" + +#: ../data/lsc.ui.h:9 +msgid "Clean root trash" +msgstr "清理根用户回收站" + +#: ../data/lsc.ui.h:10 +msgid "Clean thumbnails cache" +msgstr "清理缩略图缓存" + +#: ../data/lsc.ui.h:11 +msgid "Clean up your disk" +msgstr "清理您的磁盘" + +#: ../data/lsc.ui.h:12 +msgid "Click to maximize" +msgstr "点击最大化" + +#: ../data/lsc.ui.h:13 +msgid "Copyright © 2011 Lubuntu team" +msgstr "版权所有 © 2011 Lubuntu 团队" + +#: ../data/lsc.ui.h:15 +msgid "Download size" +msgstr "下载大小" + +#: ../data/lsc.ui.h:16 +msgid "Downloaded Packages" +msgstr "下载的软件包" + +#: ../data/lsc.ui.h:18 +msgid "Home" +msgstr "首页" -#~ msgid "packages matching" -#~ msgstr "包匹配" +#: ../data/lsc.ui.h:19 +msgid "Install the packages" +msgstr "安装软件包" -#~ msgid "Use packages database" -#~ msgstr "使用软件包数据库" +#: ../data/lsc.ui.h:21 +msgid "Mb to download" +msgstr "Mb 将下载" + +#: ../data/lsc.ui.h:22 +msgid "No config files found" +msgstr "未发现配置文件" + +#: ../data/lsc.ui.h:23 +msgid "No downloaded files found" +msgstr "未发现下载的文件" + +#: ../data/lsc.ui.h:24 +msgid "No package matches" +msgstr "未发现匹配的软件包" + +#: ../data/lsc.ui.h:25 +msgid "Old configuration files" +msgstr "旧配置文件" + +#: ../data/lsc.ui.h:27 +msgid "Page 4" +msgstr "第 4 页" + +#: ../data/lsc.ui.h:28 ../data/preferences.ui.h:9 +msgid "Preferences" +msgstr "首选项" + +#: ../data/lsc.ui.h:29 +msgid "Remove from the Apps Basket" +msgstr "从应用菜篮移除 " + +#: ../data/lsc.ui.h:30 +msgid "Save Disk Space" +msgstr "节约磁盘空间" + +#: ../data/lsc.ui.h:31 +msgid "Software Center for the Lubuntu project" +msgstr "Lubuntu 项目软件中心" + +#: ../data/lsc.ui.h:32 ../data/preferences.ui.h:12 +msgid "Software Properties" +msgstr "软件属性" -#~ msgid "%s packages" -#~ msgstr "%s 软件包" +#: ../data/lsc.ui.h:33 +msgid "" +"Some applications needs other packages to work, when you remove these " +"applications the other packages aren't removed. Click on this button to " +"remove the unused packages" +msgstr "" +"一些应用需要其它软件包才能工作,当您移除这些应用时,其它软件包不会被移除。点" +"击该按钮移除不再使用的软件包。" + +#: ../data/lsc.ui.h:34 +msgid "" +"Sometimes, when you remove an application, the config files remains. Click " +"on this button to remove the old config files" +msgstr "有时,当您移除应用时,配置文件还存在。点击该按钮移除旧的配置文件" -#~ msgid "Details" -#~ msgstr "细节" +#: ../data/lsc.ui.h:35 +msgid "" +"The trash of the root user (located in /root)\n" +"can be full of old and unuseful files, cleaning\n" +"it often means a quite gain of disk space" +msgstr "" +"根用户回收站 (位于 /root)\n" +"可能已放满旧文件和不再使用的文件,\n" +"经常清理会腾出更大的磁盘空间" + +#: ../data/lsc.ui.h:38 +msgid "Update" +msgstr "更新" + +#: ../data/lsc.ui.h:39 +msgid "" +"Update the programs list. Clicking on this\n" +"button, the updated softwares list will be\n" +"downloaded" +msgstr "" +"更新程序列表。点击该按钮,\n" +"将下载已更新的软件列表" -#~ msgid "Clear" -#~ msgstr "清除" +#: ../data/lsc.ui.h:43 +msgid "" +"When you install an application, the files needed for the installation are " +"downloaded locally. Click on this button to remove the unuseful downloaded " +"packages" +msgstr "" +"当您安装应用时,安装所需的文件将下载到本地。点击该按钮移除不再使用的下载软件" +"包。" + +#: ../data/lsc.ui.h:44 +msgid "" +"When you open a folder with images,\n" +"the thumbnails are dinamically created\n" +"and saved in a hide folder in your home.\n" +"Click here to clean this folder (this won't\n" +"delete important files)" +msgstr "" +"当您打开图片文件夹时,会\n" +"动态创建缩略图,并保存在\n" +"主文件夹下的一个隐藏文件\n" +"内。点击这里清理该文件夹\n" +"(不会删除重要文件)" + +#: ../data/lsc.ui.h:49 +msgid "_Edit" +msgstr "编辑(_E)" + +#: ../data/lsc.ui.h:50 +msgid "_File" +msgstr "文件(_F)" + +#: ../data/lsc.ui.h:51 +msgid "_Help" +msgstr "帮助(_H)" + +#: ../data/lsc.ui.h:52 +msgid "button" +msgstr "按钮" + +#: ../data/lsc.ui.h:53 +msgid "calculating packages..." +msgstr "计算软件包..." + +#: ../data/lsc.ui.h:54 +msgid "column" +msgstr "栏" + +#: ../data/lsc.ui.h:55 +msgid "label" +msgstr "标签" + +#: ../data/lsc.ui.h:56 +msgid "page 1" +msgstr "第 1 页" + +#: ../data/lsc.ui.h:57 +msgid "page 2" +msgstr "第 2 页" + +#: ../data/lsc.ui.h:58 +msgid "page 3" +msgstr "第 3 页" + +#: ../data/lsc.ui.h:59 +msgid "page 5" +msgstr "第 5 页" + +#: ../data/lsc.ui.h:60 +msgid "page 6" +msgstr "第 6 页" + +#: ../data/preferences.ui.h:1 +msgid "Beginner Mode" +msgstr "新手模式" + +#: ../data/preferences.ui.h:2 +msgid "Choose the ToolBar style" +msgstr "选择工具栏风格" + +#: ../data/preferences.ui.h:3 +msgid "" +"Choose the mode you want, in Beginner Mode are listed only the real " +"applications, in Expert Mode are listed all the packages included libraries " +"and command-line tools." +msgstr "" +"选择你喜欢的模式,新手模式仅列出真正的应用,专家模式会列出包括库和命令行工具" +"在内的所有软件包。" + +#: ../data/preferences.ui.h:6 +msgid "Icons only" +msgstr "仅显示图标" + +#: ../data/preferences.ui.h:7 +msgid "Interface" +msgstr "界面" + +#: ../data/preferences.ui.h:8 +msgid "Mode of visualization" +msgstr "可视模式" + +#: ../data/preferences.ui.h:10 +msgid "Show MenuBar" +msgstr "显示菜单栏" + +#: ../data/preferences.ui.h:11 +msgid "Show StatusBar" +msgstr "显示状态栏" + +#: ../data/preferences.ui.h:13 +msgid "Text below icons" +msgstr "文本在图标下方" + +#: ../data/preferences.ui.h:14 +msgid "Text beside icons" +msgstr "文本在图标旁" + +#: ../data/preferences.ui.h:15 +msgid "Text only" +msgstr "仅显示文本" + +#: ../data/preferences.ui.h:16 +msgid "ToolBar Style" +msgstr "工具栏风格" + +#: ../data/preferences.ui.h:17 +msgid "Use the packages database" +msgstr "使用软件包数据库" diff -Nru lubuntu-software-center-0.0.4/py-compile lubuntu-software-center-0.0.5~bzr135/py-compile --- lubuntu-software-center-0.0.4/py-compile 2012-02-10 19:28:06.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/py-compile 2012-03-29 20:45:35.000000000 +0000 @@ -1,10 +1,10 @@ #!/bin/sh # py-compile - Compile a Python program -scriptversion=2009-04-28.21; # UTC +scriptversion=2011-06-08.12; # UTC -# Copyright (C) 2000, 2001, 2003, 2004, 2005, 2008, 2009 Free Software -# Foundation, Inc. +# Copyright (C) 2000, 2001, 2003, 2004, 2005, 2008, 2009, 2011 Free +# Software Foundation, Inc. # 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 @@ -32,28 +32,36 @@ PYTHON=python fi +me=py-compile + +usage_error () +{ + echo "$me: $*" >&2 + echo "Try \`$me --help' for more information." >&2 + exit 1 +} + basedir= destdir= -files= while test $# -ne 0; do case "$1" in --basedir) - basedir=$2 - if test -z "$basedir"; then - echo "$0: Missing argument to --basedir." 1>&2 - exit 1 + if test $# -lt 2; then + usage_error "option '--basedir' requires an argument" + else + basedir=$2 fi shift ;; --destdir) - destdir=$2 - if test -z "$destdir"; then - echo "$0: Missing argument to --destdir." 1>&2 - exit 1 + if test $# -lt 2; then + usage_error "option '--destdir' requires an argument" + else + destdir=$2 fi shift ;; - -h|--h*) + -h|--help) cat <<\EOF Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..." @@ -69,20 +77,27 @@ EOF exit $? ;; - -v|--v*) - echo "py-compile $scriptversion" + -v|--version) + echo "$me $scriptversion" exit $? ;; + --) + shift + break + ;; + -*) + usage_error "unrecognized option '$1'" + ;; *) - files="$files $1" + break ;; esac shift done +files=$* if test -z "$files"; then - echo "$0: No files given. Try \`$0 --help' for more information." 1>&2 - exit 1 + usage_error "no files given" fi # if basedir was given, then it should be prepended to filenames before diff -Nru lubuntu-software-center-0.0.4/scripts/lubuntu-software-center-build-db lubuntu-software-center-0.0.5~bzr135/scripts/lubuntu-software-center-build-db --- lubuntu-software-center-0.0.4/scripts/lubuntu-software-center-build-db 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/scripts/lubuntu-software-center-build-db 2012-03-24 21:11:52.000000000 +0000 @@ -31,7 +31,9 @@ arch_dict = { "x86_64": "amd64", -"i686": "i386" +"i686": "i386", +"ppc": "powerpc", +"ppc64": "powerpc" } arch = arch_dict[platform.machine()] @@ -136,7 +138,16 @@ app_tags = {} cat_parser = RawConfigParser() cat_parser.readfp(tags_file) +cursor.execute("CREATE TABLE tables(id, contains, showboth, name, comment, icon)") for section in cat_parser.sections(): + cursor.execute("INSERT INTO tables VALUES (?, ?, ?, ?, ?, ?)", ( + section, + cat_parser.get(section, "contains"), + cat_parser.get(section, "showboth"), + cat_parser.get(section, "name"), + cat_parser.get(section, "comment"), + cat_parser.get(section, "icon") + )) categ_string = "CREATE TABLE %s(name, pkg_name, tags, comment, icon, desc, deps, recs, ID)" % section print("Creating table %s" % section) cursor.execute(categ_string) diff -Nru lubuntu-software-center-0.0.4/scripts/lubuntu-software-center-download-review lubuntu-software-center-0.0.5~bzr135/scripts/lubuntu-software-center-download-review --- lubuntu-software-center-0.0.4/scripts/lubuntu-software-center-download-review 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/scripts/lubuntu-software-center-download-review 2012-03-24 19:30:03.000000000 +0000 @@ -37,11 +37,13 @@ lang = "en_EN" lang = lang.split("_")[0] distro = platform.dist()[0].lower() - serie = platform.dist()[-1].lower() if distro != "ubuntu": distro = "any" - if not serie in ["lucid", "maverick", "natty", "oneiric", "precise"]: - serie = "any" + # Set series to "any" to have more reviews + serie = "any" + #serie = platform.dist()[-1].lower() + #if not serie in ["lucid", "maverick", "natty", "oneiric", "precise"]: + # serie = "any" # use /reviews/filter/$language/$distro/$serie/$version/package urllib.urlretrieve(ubuntu_reviews+"/reviews/filter/%s/%s/%s/any/%s/" % (lang, distro, serie, pkg), where+pkg) except IOError: diff -Nru lubuntu-software-center-0.0.4/src/control.py lubuntu-software-center-0.0.5~bzr135/src/control.py --- lubuntu-software-center-0.0.4/src/control.py 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/src/control.py 2012-03-23 18:50:27.000000000 +0000 @@ -23,8 +23,6 @@ default_conf_file = ''' [General] -ui_path = data/lsc.ui -preferences_ui = data/preferences.ui app_install_directory = /usr/share/app-install/desktop/ expert_mode = FALSE render_icons = TRUE @@ -85,15 +83,6 @@ self.conf_file = open(self.file_path, "r+w") self.parser.readfp(self.conf_file) del self.parser1 - if os.path.isfile(self.parser.get("General", "UI_PATH")): - self.UI_PATH = self.parser.get("General", "UI_PATH") - else: - self.UI_PATH = os.path.join(self.data_system_path,"lsc.ui") - - if os.path.isfile(self.parser.get("General", "PREFERENCES_UI")): - self.PREFERENCES_UI = self.parser.get("General", "PREFERENCES_UI") - else: - self.PREFERENCES_UI = os.path.join(self.data_system_path,"preferences.ui") if os.path.exists(self.parser.get("General", "app_install_directory")): self.app_install_directory = self.parser.get("General", "app_install_directory") diff -Nru lubuntu-software-center-0.0.4/src/main.py lubuntu-software-center-0.0.5~bzr135/src/main.py --- lubuntu-software-center-0.0.4/src/main.py 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/src/main.py 2012-03-24 21:27:54.000000000 +0000 @@ -301,6 +301,7 @@ self.ui.pages.change_page(1) if len(self.ui.apps_all.model) == 0: self.actual_category = "packages" + self.choosed_category = "packages" self.append_packages_call("packages", [], self.ui.apps_all.model, False) self.search(string, show_few_results) else: @@ -418,7 +419,7 @@ if not self.value_in_model(item, self.ui.apps_basket.model): self.info = self.depcache.get_candidate_ver(self.cache[item]) if self.info == None: - self.ui.apps_basket.model.append([" "*4+item+_(" (requested by ")+items+")", _("unknown"), -("unknown"), _("unknown")]) + self.ui.apps_basket.model.append([" "*4+item+_(" (requested by ")+items+")", _("unknown"), _("unknown"), _("unknown")]) else: self.total_download += self.info.size self.total_install += self.info.installed_size @@ -511,7 +512,7 @@ self.pkg_selected[0], self.ui.pages, self.pkg_selected[2], - "\n".join([self.pkg_selected[1].split("\n")[0], threadingops.getshortdesc(self.pkg_selected[0])]), + "\n".join([self.pkg_selected[1].split("\n")[0].decode("UTF-8"), threadingops.getshortdesc(self.pkg_selected[0]).decode("UTF-8")]), threadingops.getdesc(self.pkg_selected[0]).replace("\n ", "\n"), (apt_pkg.size_to_str(self.candidate.size), apt_pkg.size_to_str(self.candidate.installed_size)), @@ -662,7 +663,7 @@ u'\n'.join([items[0].replace("&", "and"), items[3].replace("&", "and")]), self.define_icon(items[4]), 3, - items[1], + u''.join(items[1]), status_dict[self.pkg_in_cache.current_state], 4, Pango.EllipsizeMode.END diff -Nru lubuntu-software-center-0.0.4/src/threadingops.py lubuntu-software-center-0.0.5~bzr135/src/threadingops.py --- lubuntu-software-center-0.0.4/src/threadingops.py 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/src/threadingops.py 2012-03-27 22:57:20.000000000 +0000 @@ -105,14 +105,22 @@ return items[0] def getdeps(pkg): + tmp = "" for item in cursor.execute("SELECT deps FROM packages WHERE pkg_name='%s'" % pkg): tmp = item[0] - return tmp.split(";") + if tmp == "": + return [] + else: + return tmp.split(";") def getrecs(pkg): + tmp = "" for item in cursor.execute("SELECT recs FROM packages WHERE pkg_name='%s'" % pkg): tmp = item[0] - return tmp.split(";") + if tmp == "": + return [] + else: + return tmp.split(";") def download_screenshot(pkg, path, image, button): if os.path.isfile(os.path.join("/usr/lib/lubuntu-software-center/lubuntu-software-center-download-scrot")): @@ -191,7 +199,7 @@ root.refresh_system_call() else: dialog.hide() - finishdialog = gtkwidgets.AptErrorDialog(error=transaction.error) + finishdialog = gtk3widgets.AptErrorDialog(error=transaction.error) finishdialog.run() print("failed") diff -Nru lubuntu-software-center-0.0.4/src/widgets/appsinfo.py lubuntu-software-center-0.0.5~bzr135/src/widgets/appsinfo.py --- lubuntu-software-center-0.0.4/src/widgets/appsinfo.py 2012-02-10 19:27:50.000000000 +0000 +++ lubuntu-software-center-0.0.5~bzr135/src/widgets/appsinfo.py 2012-03-24 23:23:47.000000000 +0000 @@ -145,8 +145,13 @@ for items in (self.version, self.to_download, self.installed): items.set_ellipsize(Pango.EllipsizeMode.END) self.details_box = Gtk.HBox() - self.arrow = Gtk.Arrow() - self.arrow.set(Gtk.ArrowType.RIGHT, Gtk.ShadowType.NONE) + # Keep the 2 methods, until we figure out why 1 method crashes on a system, + # and not on another one. Reproductible on 2 differnet precise installations. + try: + self.arrow = Gtk.Arrow(Gtk.ArrowType.RIGHT, Gtk.ShadowType.NONE) + except TypeError: + self.arrow = Gtk.Arrow() + self.arrow.set(Gtk.ArrowType.RIGHT, Gtk.ShadowType.NONE) self.details_box.pack_start(self.arrow, False, False, 0) self.details_box.pack_start(items, False, False, 0) self.pack_start(self.details_box, False, False, 0)