tazpkg annotate tazpkg.conf @ rev 633

Add Polish translation (thanks Pawel Pyrczak); merge tazpkg, tazpkg-notify and other *pkg* translations into one; simplify plural translations using $num; normalize name (Tazpkg, TazPKG -> TazPkg); move markup outside translations; re-use categories names in tazpkg and tazpanel; other tiny improvements.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 25 01:47:48 2013 +0300 (2013-07-25)
parents 8b5eda2bee72
children a02e36d44d06
rev   line source
pankso@307 1 # /etc/slitaz/tazpkg.conf: SliTaz package manager configuration file.
pankso@307 2 #
pankso@307 3
pankso@308 4 # Auto-installation of packages dependencies.
pankso@308 5 AUTO_INSTALL_DEPS="yes"
pankso@308 6
al@633 7 # Path to TazPkg log file.
mojo@618 8 LOG="$SLITAZ_LOGS/tazpkg.log"
pankso@586 9
pankso@586 10 # Packages cache directory.
pankso@586 11 CACHE_DIR="/var/cache/tazpkg"
border@617 12
mojo@618 13