mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Added Polish and Russian message translation files.
This commit is contained in:
parent
8cf52e0dd3
commit
b77a3437a8
@ -4,6 +4,15 @@
|
||||
Make -I and -X allow an optional hostname before the directory name?
|
||||
When simplifying paths, wget needs to stop at any '?' character.
|
||||
|
||||
* configure.in: Put "it" language in proper alphabetical order and
|
||||
added new languages "pl" and "ru".
|
||||
|
||||
* po/pl.{gmo,po}: Added Grzegorz Kowal <g_kowal@poczta.onet.pl>'s
|
||||
Polish message translation file.
|
||||
|
||||
* po/ru.{gmo,po}: Added Const Kaplinsky <const@ce.cctpu.edu.ru>'s
|
||||
Russian message translation file.
|
||||
|
||||
2000-10-16 Dan Harkless <dan-wget@dilvish.speed.net>
|
||||
|
||||
* TODO: Add option to save local filenames without extra %-encoding.
|
||||
|
6
configure
vendored
6
configure
vendored
@ -1322,7 +1322,7 @@ else
|
||||
int main() {
|
||||
|
||||
/* Ultrix mips cc rejects this. */
|
||||
typedef int charset[2]; const charset x = {0,0};
|
||||
typedef int charset[2]; const charset x;
|
||||
/* SunOS 4.1.1 cc rejects this. */
|
||||
char const *const *ccp;
|
||||
char **p;
|
||||
@ -1738,7 +1738,7 @@ else
|
||||
#include "confdefs.h"
|
||||
#include <alloca.h>
|
||||
int main() {
|
||||
void *p = alloca(2 * sizeof(int));
|
||||
char *p = alloca(2 * sizeof(int));
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:1745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
@ -2428,7 +2428,7 @@ fi
|
||||
|
||||
fi
|
||||
|
||||
ALL_LINGUAS="cs de hr no it pt_BR"
|
||||
ALL_LINGUAS="cs de hr it no pl pt_BR ru"
|
||||
|
||||
echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
|
||||
echo "configure:2435: checking whether NLS is requested" >&5
|
||||
|
@ -183,7 +183,7 @@ dnl
|
||||
dnl #### This kind of sucks. Shouldn't the configure process
|
||||
dnl determine this automagically by scanning `.po' files in `po/'
|
||||
dnl subdirectory?
|
||||
ALL_LINGUAS="cs de hr no it pt_BR"
|
||||
ALL_LINGUAS="cs de hr it no pl pt_BR ru"
|
||||
|
||||
dnl internationalization macros
|
||||
WGET_WITH_NLS
|
||||
|
12
po/cs.po
12
po/cs.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GNU wget 1.5.2-b1\n"
|
||||
"POT-Creation-Date: 2000-10-19 22:52-0700\n"
|
||||
"POT-Creation-Date: 2000-10-20 00:07-0700\n"
|
||||
"PO-Revision-Date: 1998-06-05 08:47\n"
|
||||
"Last-Translator: Jan Prikryl <prikryl@acm.org>\n"
|
||||
"Language-Team: Czech <cs@li.org>\n"
|
||||
@ -654,13 +654,19 @@ msgid "%s: %s: Please specify on or off.\n"
|
||||
msgstr "%s: %s: Zadejte prosím `on' nebo `off'.\n"
|
||||
|
||||
# , c-format
|
||||
#: src/init.c:511 src/init.c:768 src/init.c:790 src/init.c:863
|
||||
#: src/init.c:537
|
||||
#, fuzzy, c-format
|
||||
msgid "%s: %s: Please specify always, on, off, or never.\n"
|
||||
msgstr "%s: %s: Zadejte prosím `on' nebo `off'.\n"
|
||||
|
||||
# , c-format
|
||||
#: src/init.c:556 src/init.c:813 src/init.c:835 src/init.c:908
|
||||
#, c-format
|
||||
msgid "%s: %s: Invalid specification `%s'.\n"
|
||||
msgstr "%s: %s: Neplatná specifikace `%s'\n"
|
||||
|
||||
# , c-format
|
||||
#: src/init.c:624 src/init.c:646 src/init.c:668 src/init.c:694
|
||||
#: src/init.c:669 src/init.c:691 src/init.c:713 src/init.c:739
|
||||
#, c-format
|
||||
msgid "%s: Invalid specification `%s'\n"
|
||||
msgstr "%s: Neplatná specifikace `%s'\n"
|
||||
|
11
po/de.po
11
po/de.po
@ -23,7 +23,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wget 1.5.2-b4\n"
|
||||
"POT-Creation-Date: 2000-10-19 22:52-0700\n"
|
||||
"POT-Creation-Date: 2000-10-20 00:07-0700\n"
|
||||
"PO-Revision-Date: 1998-06-15 19:25+02:00\n"
|
||||
"Last-Translator: Karl Eichwalder <ke@suse.de>\n"
|
||||
"Language-Team: German <de@li.org>\n"
|
||||
@ -604,12 +604,17 @@ msgstr "%s: Unbekannter Befehl
|
||||
msgid "%s: %s: Please specify on or off.\n"
|
||||
msgstr "%s: %s: Bitte »on« oder »off« angeben.\n"
|
||||
|
||||
#: src/init.c:511 src/init.c:768 src/init.c:790 src/init.c:863
|
||||
#: src/init.c:537
|
||||
#, fuzzy, c-format
|
||||
msgid "%s: %s: Please specify always, on, off, or never.\n"
|
||||
msgstr "%s: %s: Bitte »on« oder »off« angeben.\n"
|
||||
|
||||
#: src/init.c:556 src/init.c:813 src/init.c:835 src/init.c:908
|
||||
#, c-format
|
||||
msgid "%s: %s: Invalid specification `%s'.\n"
|
||||
msgstr "%s: %s: Ungültige Angabe »%s«\n"
|
||||
|
||||
#: src/init.c:624 src/init.c:646 src/init.c:668 src/init.c:694
|
||||
#: src/init.c:669 src/init.c:691 src/init.c:713 src/init.c:739
|
||||
#, c-format
|
||||
msgid "%s: Invalid specification `%s'\n"
|
||||
msgstr "%s: Ungültige Angabe »%s«\n"
|
||||
|
11
po/hr.po
11
po/hr.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wget 1.5.2-b2\n"
|
||||
"POT-Creation-Date: 2000-10-19 22:52-0700\n"
|
||||
"POT-Creation-Date: 2000-10-20 00:07-0700\n"
|
||||
"PO-Revision-Date: 1998-02-29 21:05+01:00\n"
|
||||
"Last-Translator: Hrvoje Niksic <hniksic@srce.hr>\n"
|
||||
"Language-Team: Croatian <hr-translation@bagan.srce.hr>\n"
|
||||
@ -578,12 +578,17 @@ msgstr "%s: BUG: Nepoznata naredba `%s', vrijednost `%s'.\n"
|
||||
msgid "%s: %s: Please specify on or off.\n"
|
||||
msgstr "%s: %s: Molim postavite na on ili off.\n"
|
||||
|
||||
#: src/init.c:511 src/init.c:768 src/init.c:790 src/init.c:863
|
||||
#: src/init.c:537
|
||||
#, fuzzy, c-format
|
||||
msgid "%s: %s: Please specify always, on, off, or never.\n"
|
||||
msgstr "%s: %s: Molim postavite na on ili off.\n"
|
||||
|
||||
#: src/init.c:556 src/init.c:813 src/init.c:835 src/init.c:908
|
||||
#, c-format
|
||||
msgid "%s: %s: Invalid specification `%s'.\n"
|
||||
msgstr "%s: %s: Pogre¹na specifikacija `%s'\n"
|
||||
|
||||
#: src/init.c:624 src/init.c:646 src/init.c:668 src/init.c:694
|
||||
#: src/init.c:669 src/init.c:691 src/init.c:713 src/init.c:739
|
||||
#, c-format
|
||||
msgid "%s: Invalid specification `%s'\n"
|
||||
msgstr "wget: %s: Pogre¹na specifikacija `%s'\n"
|
||||
|
11
po/it.po
11
po/it.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wget 1.5.2-b1\n"
|
||||
"POT-Creation-Date: 2000-10-19 22:52-0700\n"
|
||||
"POT-Creation-Date: 2000-10-20 00:07-0700\n"
|
||||
"PO-Revision-Date: 1998-06-13 15:22+02:00\n"
|
||||
"Last-Translator: Giovanni Bortolozzo <borto@dei.unipd.it>\n"
|
||||
"Language-Team: Italian <it@li.org>\n"
|
||||
@ -586,12 +586,17 @@ msgstr "%s: BUG: comando `%s' sconosciuto, valore `%s'.\n"
|
||||
msgid "%s: %s: Please specify on or off.\n"
|
||||
msgstr "%s: %s: Specificare on oppure off.\n"
|
||||
|
||||
#: src/init.c:511 src/init.c:768 src/init.c:790 src/init.c:863
|
||||
#: src/init.c:537
|
||||
#, fuzzy, c-format
|
||||
msgid "%s: %s: Please specify always, on, off, or never.\n"
|
||||
msgstr "%s: %s: Specificare on oppure off.\n"
|
||||
|
||||
#: src/init.c:556 src/init.c:813 src/init.c:835 src/init.c:908
|
||||
#, c-format
|
||||
msgid "%s: %s: Invalid specification `%s'.\n"
|
||||
msgstr "%s: %s: Specificazione non valida `%s'\n"
|
||||
|
||||
#: src/init.c:624 src/init.c:646 src/init.c:668 src/init.c:694
|
||||
#: src/init.c:669 src/init.c:691 src/init.c:713 src/init.c:739
|
||||
#, c-format
|
||||
msgid "%s: Invalid specification `%s'\n"
|
||||
msgstr "wget: %s: Specificazione non valida `%s'\n"
|
||||
|
11
po/no.po
11
po/no.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wget 1.5.2-b1\n"
|
||||
"POT-Creation-Date: 2000-10-19 22:52-0700\n"
|
||||
"POT-Creation-Date: 2000-10-20 00:07-0700\n"
|
||||
"PO-Revision-Date: 1998-05-22 09:00+0100\n"
|
||||
"Last-Translator: Robert Schmidt <rsc@vingmed.no>\n"
|
||||
"Language-Team: Norwegian <no@li.org>\n"
|
||||
@ -580,12 +580,17 @@ msgstr "%s: Ukjent kommando
|
||||
msgid "%s: %s: Please specify on or off.\n"
|
||||
msgstr "%s: %s: Vennligst spesifiser «on» eller «off».\n"
|
||||
|
||||
#: src/init.c:511 src/init.c:768 src/init.c:790 src/init.c:863
|
||||
#: src/init.c:537
|
||||
#, fuzzy, c-format
|
||||
msgid "%s: %s: Please specify always, on, off, or never.\n"
|
||||
msgstr "%s: %s: Vennligst spesifiser «on» eller «off».\n"
|
||||
|
||||
#: src/init.c:556 src/init.c:813 src/init.c:835 src/init.c:908
|
||||
#, c-format
|
||||
msgid "%s: %s: Invalid specification `%s'.\n"
|
||||
msgstr "%s: %s: Ugyldig spesifikasjon «%s»\n"
|
||||
|
||||
#: src/init.c:624 src/init.c:646 src/init.c:668 src/init.c:694
|
||||
#: src/init.c:669 src/init.c:691 src/init.c:713 src/init.c:739
|
||||
#, c-format
|
||||
msgid "%s: Invalid specification `%s'\n"
|
||||
msgstr "%s: Ugyldig spesifikasjon «%s»\n"
|
||||
|
BIN
po/pt_BR.gmo
BIN
po/pt_BR.gmo
Binary file not shown.
12
po/pt_BR.po
12
po/pt_BR.po
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wget 1.5-b9\n"
|
||||
"POT-Creation-Date: 2000-10-19 22:52-0700\n"
|
||||
"POT-Creation-Date: 2000-10-20 00:07-0700\n"
|
||||
"PO-Revision-Date: 1998-04-06 22:09-0300\n"
|
||||
"Last-Translator: Wanderlei Antonio Cavasin <cavassin@conectiva.com.br>\n"
|
||||
"Language-Team: Portuguese <pt@li.org>\n"
|
||||
@ -644,13 +644,19 @@ msgid "%s: %s: Please specify on or off.\n"
|
||||
msgstr "%s: %s: Por favor especifique on ou off.\n"
|
||||
|
||||
# , c-format
|
||||
#: src/init.c:511 src/init.c:768 src/init.c:790 src/init.c:863
|
||||
#: src/init.c:537
|
||||
#, fuzzy, c-format
|
||||
msgid "%s: %s: Please specify always, on, off, or never.\n"
|
||||
msgstr "%s: %s: Por favor especifique on ou off.\n"
|
||||
|
||||
# , c-format
|
||||
#: src/init.c:556 src/init.c:813 src/init.c:835 src/init.c:908
|
||||
#, c-format
|
||||
msgid "%s: %s: Invalid specification `%s'.\n"
|
||||
msgstr "%s: %s: Especificação inválida `%s'\n"
|
||||
|
||||
# , c-format
|
||||
#: src/init.c:624 src/init.c:646 src/init.c:668 src/init.c:694
|
||||
#: src/init.c:669 src/init.c:691 src/init.c:713 src/init.c:739
|
||||
#, c-format
|
||||
msgid "%s: Invalid specification `%s'\n"
|
||||
msgstr "%s: Especificação inválida `%s'\n"
|
||||
|
11
po/wget.pot
11
po/wget.pot
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2000-10-19 22:52-0700\n"
|
||||
"POT-Creation-Date: 2000-10-20 00:07-0700\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -564,12 +564,17 @@ msgstr ""
|
||||
msgid "%s: %s: Please specify on or off.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/init.c:511 src/init.c:768 src/init.c:790 src/init.c:863
|
||||
#: src/init.c:537
|
||||
#, c-format
|
||||
msgid "%s: %s: Please specify always, on, off, or never.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/init.c:556 src/init.c:813 src/init.c:835 src/init.c:908
|
||||
#, c-format
|
||||
msgid "%s: %s: Invalid specification `%s'.\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/init.c:624 src/init.c:646 src/init.c:668 src/init.c:694
|
||||
#: src/init.c:669 src/init.c:691 src/init.c:713 src/init.c:739
|
||||
#, c-format
|
||||
msgid "%s: Invalid specification `%s'\n"
|
||||
msgstr ""
|
||||
|
Loading…
Reference in New Issue
Block a user