sup rev 49
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Mar 10 18:44:59 2017 +0000 (2017-03-10) |
parents | d9874c941602 |
children | e21511078740 |
files | README po/clients/fr.po po/clients/ru.po po/clients/sup-clients.pot sup |
line diff
1.1 --- a/README Fri Mar 10 10:25:40 2017 +0100 1.2 +++ b/README Fri Mar 10 18:44:59 2017 +0000 1.3 @@ -44,15 +44,15 @@ 1.4 -------------------------------------------------------------------------------- 1.5 When creating packages you want to be sure everything goes well and for that you 1.6 need testing. Sup provides some helpers to test the package. The sup_install() 1.7 -function in the receip is the one who will downlaod files, extract tarballs, 1.8 +function in the receip is the one which will download files, extract tarballs, 1.9 move files, etc. All commands MUST be run in the current directory. To run the 1.10 sup_install function without installing anything: 1.11 1.12 $ sup run [package] 1.13 1.14 1.15 -If you download big files and want to keep the in cache, you can use in your 1.16 -receip the variable: ${downloads} wich is set to: ~/.cache/sup/downloads 1.17 +If you download big files and want to keep them in the cache, you can use in your 1.18 +receip the variable: ${downloads} which is set to: ~/.cache/sup/downloads 1.19 1.20 1.21 Packages format and max size 1.22 @@ -145,15 +145,15 @@ 1.23 ~/.icons Applications icons used by XDG *.desktop files 1.24 1.25 1.26 -Colors shems for sup tools 1.27 +Color schemes for sup tools 1.28 -------------------------------------------------------------------------------- 1.29 -Here are the colors guide line used in the cmdline tool: 1.30 +Here are the color guidelines used in the cmdline tool: 1.31 1.32 [036/36] Cyan for installed/mirror 1.33 [035/35] Magenta for cook/wok 1.34 [033/33] Yellow for commands/functions/info() 1.35 1.36 -The CGI/Web hug services match SCN/SliTaz network graphical style. 1.37 +The CGI/Web hub services match SCN/SliTaz network graphical style. 1.38 1.39 1.40 Mime type & Icon
2.1 --- a/po/clients/fr.po Fri Mar 10 10:25:40 2017 +0100 2.2 +++ b/po/clients/fr.po Fri Mar 10 18:44:59 2017 +0000 2.3 @@ -7,7 +7,7 @@ 2.4 msgstr "" 2.5 "Project-Id-Version: Sup Clients\n" 2.6 "Report-Msgid-Bugs-To: \n" 2.7 -"POT-Creation-Date: 2017-03-10 10:11+0100\n" 2.8 +"POT-Creation-Date: 2017-03-10 18:42+0000\n" 2.9 "PO-Revision-Date: 2017-03-10 10:24+0100\n" 2.10 "Last-Translator: Christophe Lincoln <pankso@slitaz.org>\n" 2.11 "Language-Team: French\n" 2.12 @@ -94,7 +94,7 @@ 2.13 2.14 #: sup:49 2.15 #, fuzzy 2.16 -msgid "List installed files by a package" 2.17 +msgid "List files installed by a package" 2.18 msgstr "Paquet installé:" 2.19 2.20 #: sup:50
3.1 --- a/po/clients/ru.po Fri Mar 10 10:25:40 2017 +0100 3.2 +++ b/po/clients/ru.po Fri Mar 10 18:44:59 2017 +0000 3.3 @@ -7,7 +7,7 @@ 3.4 msgstr "" 3.5 "Project-Id-Version: SUP Clients\n" 3.6 "Report-Msgid-Bugs-To: \n" 3.7 -"POT-Creation-Date: 2017-03-10 10:11+0100\n" 3.8 +"POT-Creation-Date: 2017-03-10 18:42+0000\n" 3.9 "PO-Revision-Date: 2017-02-28 22:56+0200\n" 3.10 "Last-Translator: Aleksej Bobylev <al.bobylev@gmail.com>\n" 3.11 "Language-Team: \n" 3.12 @@ -100,7 +100,7 @@ 3.13 3.14 #: sup:49 3.15 #, fuzzy 3.16 -msgid "List installed files by a package" 3.17 +msgid "List files installed by a package" 3.18 msgstr "Установленный пакет:" 3.19 3.20 #: sup:50
4.1 --- a/po/clients/sup-clients.pot Fri Mar 10 10:25:40 2017 +0100 4.2 +++ b/po/clients/sup-clients.pot Fri Mar 10 18:44:59 2017 +0000 4.3 @@ -8,7 +8,7 @@ 4.4 msgstr "" 4.5 "Project-Id-Version: SUP Clients\n" 4.6 "Report-Msgid-Bugs-To: \n" 4.7 -"POT-Creation-Date: 2017-03-10 10:11+0100\n" 4.8 +"POT-Creation-Date: 2017-03-10 18:42+0000\n" 4.9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 4.10 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 4.11 "Language-Team: LANGUAGE <LL@li.org>\n" 4.12 @@ -90,7 +90,7 @@ 4.13 msgstr "" 4.14 4.15 #: sup:49 4.16 -msgid "List installed files by a package" 4.17 +msgid "List files installed by a package" 4.18 msgstr "" 4.19 4.20 #: sup:50
5.1 --- a/sup Fri Mar 10 10:25:40 2017 +0100 5.2 +++ b/sup Fri Mar 10 18:44:59 2017 +0000 5.3 @@ -46,7 +46,7 @@ 5.4 --force update $(gettext "Force recharging packages database") 5.5 --db list $(gettext "List all packages in database") 5.6 --init cook $(gettext "Initialize sup cook environment") 5.7 - --list info $(gettext "List installed files by a package") 5.8 + --list info $(gettext "List files installed by a package") 5.9 --verbose all $(gettext "Display more output messages") 5.10 5.11 $(colorize 33 Manual) man sup