slitaz-forge rev 376

pkgs: add Polish translations (thanks Pawel Pyrczak)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 25 03:03:47 2013 +0300 (2013-07-25)
parents 975c7646282c
children 9fb4e50abf5a
files pkgs/Makefile pkgs/mirror-search.sh pkgs/po/pl.po pkgs/search.sh
line diff
     1.1 --- a/pkgs/Makefile	Wed Jul 17 12:14:32 2013 +0200
     1.2 +++ b/pkgs/Makefile	Thu Jul 25 03:03:47 2013 +0300
     1.3 @@ -2,7 +2,7 @@
     1.4  #
     1.5  
     1.6  PACKAGE="tazpkg-web"
     1.7 -LINGUAS?=de es_AR fr pt_BR ru sv zh
     1.8 +LINGUAS?=de es_AR fr pl pt_BR ru sv zh
     1.9  
    1.10  all: msgfmt
    1.11  
     2.1 --- a/pkgs/mirror-search.sh	Wed Jul 17 12:14:32 2013 +0200
     2.2 +++ b/pkgs/mirror-search.sh	Thu Jul 25 03:03:47 2013 +0300
     2.3 @@ -26,14 +26,16 @@
     2.4  		lang=${lang%;*} lang=${lang# } lang=${lang%-*} lang=${lang%_*}
     2.5  		case "$lang" in
     2.6  			de) LANG="de_DE" ;;
     2.7 -			es) LANG="es_ES" ;;
     2.8 +			es) LANG="es_AR" ;;
     2.9  			fr) LANG="fr_FR" ;;
    2.10  			it) LANG="it_IT" ;;
    2.11 +			pl) LANG="pl_PL" ;;
    2.12  			pt) LANG="pt_BR" ;;
    2.13  			ru) LANG="ru_RU" ;;
    2.14 +			sv) LANG="sv_SE" ;;
    2.15  			zh) LANG="zh_TW" ;;
    2.16  		esac
    2.17 -		if echo "de en fr pt ru zh" | fgrep -q "$lang"; then
    2.18 +		if echo "de en es fr pl pt ru sv zh" | fgrep -q "$lang"; then
    2.19  			break
    2.20  		fi
    2.21  	done
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/pkgs/po/pl.po	Thu Jul 25 03:03:47 2013 +0300
     3.3 @@ -0,0 +1,198 @@
     3.4 +# Polish translation for TazPkg Web.
     3.5 +# Copyright (C) 2013 SliTaz
     3.6 +# This file is distributed under the same license as the TazPkg Web.
     3.7 +# Paweł Pyrczak <support@pyrczak.pl>, 2013.
     3.8 +#
     3.9 +msgid ""
    3.10 +msgstr ""
    3.11 +"Project-Id-Version: TazPkg Web\n"
    3.12 +"Report-Msgid-Bugs-To: \n"
    3.13 +"POT-Creation-Date: 2012-07-01 19:46+0000\n"
    3.14 +"PO-Revision-Date: 2013-07-23 12:35+0100\n"
    3.15 +"Last-Translator: Paweł Pyrczak <tkr.tkr.pl@gmail.com>\n"
    3.16 +"Language-Team: Paweł Pyrczak <support@pyrczak.pl>\n"
    3.17 +"Language: pl\n"
    3.18 +"MIME-Version: 1.0\n"
    3.19 +"Content-Type: text/plain; charset=UTF-8\n"
    3.20 +"Content-Transfer-Encoding: 8bit\n"
    3.21 +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
    3.22 +"X-Poedit-Language: Polish\n"
    3.23 +"X-Poedit-Country: POLAND\n"
    3.24 +"X-Poedit-SourceCharset: utf-8\n"
    3.25 +
    3.26 +#: search.sh:183
    3.27 +msgid "Package"
    3.28 +msgstr "Pakiet"
    3.29 +
    3.30 +#: search.sh:184
    3.31 +msgid "Description"
    3.32 +msgstr "Opis"
    3.33 +
    3.34 +#: search.sh:185
    3.35 +msgid "Tags"
    3.36 +msgstr "Tagi"
    3.37 +
    3.38 +#: search.sh:186
    3.39 +msgid "Receipt"
    3.40 +msgstr "Recepta"
    3.41 +
    3.42 +#: search.sh:187
    3.43 +msgid "Depends"
    3.44 +msgstr "Zależności"
    3.45 +
    3.46 +#: search.sh:188
    3.47 +msgid "Build depends"
    3.48 +msgstr "Zależności przy budowaniu"
    3.49 +
    3.50 +#: search.sh:189
    3.51 +msgid "File"
    3.52 +msgstr "Plik"
    3.53 +
    3.54 +#: search.sh:190
    3.55 +msgid "File list"
    3.56 +msgstr "Lista plików"
    3.57 +
    3.58 +#: search.sh:191
    3.59 +msgid "common files"
    3.60 +msgstr "wspólne pliki"
    3.61 +
    3.62 +#: search.sh:199
    3.63 +msgid "cooking"
    3.64 +msgstr "cooking"
    3.65 +
    3.66 +#: search.sh:204
    3.67 +msgid "tiny"
    3.68 +msgstr "tiny"
    3.69 +
    3.70 +#: search.sh:205
    3.71 +msgid "undigest"
    3.72 +msgstr "undigest"
    3.73 +
    3.74 +#: search.sh:209
    3.75 +msgid "Search"
    3.76 +msgstr "Szukaj"
    3.77 +
    3.78 +#: search.sh:370
    3.79 +msgid ""
    3.80 +"\tglibc-base and gcc-lib-base are implicit dependencies,\n"
    3.81 +"\t<b>every</b> package is supposed to depend on them."
    3.82 +msgstr ""
    3.83 +"\tpakiety glibc-base i gcc-lib-base są bezwarunkowymi zależnościami,\n"
    3.84 +"\t<b>każdy</b> pakiet ma je domyślnie w zależnościach."
    3.85 +
    3.86 +#: search.sh:418
    3.87 +#, sh-format
    3.88 +msgid "No package $SEARCH"
    3.89 +msgstr "Brak pakietu $SEARCH"
    3.90 +
    3.91 +#: search.sh:564
    3.92 +msgid "Search for packages"
    3.93 +msgstr "Szukaj pakietów"
    3.94 +
    3.95 +#: search.sh:579
    3.96 +msgid "Depends loops"
    3.97 +msgstr "Pętla zależności"
    3.98 +
    3.99 +#: search.sh:594
   3.100 +#, sh-format
   3.101 +msgid "Dependency tree for: $SEARCH"
   3.102 +msgstr "Drzewo zależności dla: $SEARCH"
   3.103 +
   3.104 +#: search.sh:605
   3.105 +#, sh-format
   3.106 +msgid "Dependency tree for: $SEARCH (SUGGESTED)"
   3.107 +msgstr "Drzewo zależności dla: $SEARCH (SUGEROWANE)"
   3.108 +
   3.109 +#: search.sh:614
   3.110 +#, sh-format
   3.111 +msgid "Reverse dependency tree for: $SEARCH"
   3.112 +msgstr "Odwrotne drzewo zależności dla: $SEARCH"
   3.113 +
   3.114 +#: search.sh:631
   3.115 +msgid "Build depends loops"
   3.116 +msgstr "Pętla zależności przy budowaniu"
   3.117 +
   3.118 +#: search.sh:647
   3.119 +#, sh-format
   3.120 +msgid "$SEARCH needs these packages to be built"
   3.121 +msgstr "$SEARCH wymaga tych pakietów do budowania"
   3.122 +
   3.123 +#: search.sh:655
   3.124 +#, sh-format
   3.125 +msgid "Packages who need $SEARCH to be built"
   3.126 +msgstr "Pakiety wymagające $SEARCH do budowania"
   3.127 +
   3.128 +#: search.sh:672
   3.129 +#, sh-format
   3.130 +msgid "These packages may overload files of $SEARCH"
   3.131 +msgstr "Poniższe pakiety mogą przeładować pliki z $SEARCH"
   3.132 +
   3.133 +#: search.sh:700 search.sh:737 search.sh:771 search.sh:792 search.sh:841
   3.134 +#: search.sh:859
   3.135 +#, sh-format
   3.136 +msgid "Result for: $SEARCH"
   3.137 +msgstr "Rezultat dla: $SEARCH"
   3.138 +
   3.139 +#: search.sh:748
   3.140 +#, sh-format
   3.141 +msgid "$filenb file"
   3.142 +msgid_plural "$filenb files"
   3.143 +msgstr[0] "$filenb plik"
   3.144 +msgstr[1] "$filenb pliki"
   3.145 +msgstr[2] "$filenb plików"
   3.146 +
   3.147 +#: search.sh:763
   3.148 +#, sh-format
   3.149 +msgid "Description of package: $SEARCH"
   3.150 +msgstr "Opis pakietu: $SEARCH"
   3.151 +
   3.152 +#: search.sh:865
   3.153 +msgid "description"
   3.154 +msgstr "opis"
   3.155 +
   3.156 +#: search.sh:877
   3.157 +#, sh-format
   3.158 +msgid "Result for: $SEARCH (package providing $vpkg)"
   3.159 +msgstr "Rezultat dla: $SEARCH (pakiety dostarczające $vpkg)"
   3.160 +
   3.161 +#: lib/header.sh:6
   3.162 +#, sh-format
   3.163 +msgid "SliTaz Packages - Search $SEARCH"
   3.164 +msgstr "Pakiety SliTaz - Szukaj $SEARCH"
   3.165 +
   3.166 +#: lib/header.sh:20
   3.167 +msgid "Home"
   3.168 +msgstr "Start"
   3.169 +
   3.170 +#: lib/header.sh:21
   3.171 +msgid "Community"
   3.172 +msgstr "Społeczność"
   3.173 +
   3.174 +#: lib/header.sh:22
   3.175 +msgid "Doc"
   3.176 +msgstr "Dokumentacja"
   3.177 +
   3.178 +#: lib/header.sh:23
   3.179 +msgid "Forum"
   3.180 +msgstr "Forum"
   3.181 +
   3.182 +#: lib/header.sh:24
   3.183 +msgid "Pro"
   3.184 +msgstr "Pro"
   3.185 +
   3.186 +#: lib/header.sh:25
   3.187 +msgid "Shop"
   3.188 +msgstr "Sklep"
   3.189 +
   3.190 +#: lib/header.sh:26
   3.191 +msgid "Bugs"
   3.192 +msgstr "Błędy"
   3.193 +
   3.194 +#: lib/header.sh:27
   3.195 +msgid "Hg"
   3.196 +msgstr "Hg"
   3.197 +
   3.198 +#: lib/header.sh:29
   3.199 +msgid "SliTaz Packages"
   3.200 +msgstr "Pakiety SliTaz"
   3.201 +
     4.1 --- a/pkgs/search.sh	Wed Jul 17 12:14:32 2013 +0200
     4.2 +++ b/pkgs/search.sh	Thu Jul 25 03:03:47 2013 +0300
     4.3 @@ -22,15 +22,16 @@
     4.4  		lang=${lang%;*} lang=${lang# } lang=${lang%-*} lang=${lang%_*}
     4.5  		case "$lang" in
     4.6  			de) LANG="de_DE" ;;
     4.7 -			es) LANG="es_ES" ;;
     4.8 +			es) LANG="es_AR" ;;
     4.9  			fr) LANG="fr_FR" ;;
    4.10  			it) LANG="it_IT" ;;
    4.11 +			pl) LANG="pl_PL" ;;
    4.12  			pt) LANG="pt_BR" ;;
    4.13  			ru) LANG="ru_RU" ;;
    4.14  			sv) LANG="sv_SE" ;;
    4.15  			zh) LANG="zh_TW" ;;
    4.16  		esac
    4.17 -		if echo "de en fr pt ru sv zh" | fgrep -q "$lang"; then
    4.18 +		if echo "de en es fr pl pt ru sv zh" | fgrep -q "$lang"; then
    4.19  			break
    4.20  		fi
    4.21  	done