From: Frédéric Marchal Date: Sun, 27 May 2012 05:20:19 +0000 (+0200) Subject: Update the translation files X-Git-Tag: v2.3.3-pre1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a543475d91fd65c4a6652f79910e4df8b33130c7;p=thirdparty%2Fsarg.git Update the translation files Update the content of the po files for the translators. --- diff --git a/po/bg.po b/po/bg.po index 3de3ebf..666d83a 100644 --- a/po/bg.po +++ b/po/bg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3-pre1\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Не мога да намеря файла" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Зарежда файла с изключенията от" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Не мога да намеря log файла" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Не мога да намеря файла" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Не мога да намеря log файла" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Разархивиране на log файла" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Файла не е намерен" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Сортировка на файловете" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "Не мога да намеря log файла" msgid "Invalid day index found in the hourly statistics\n" msgstr "Не мога да намеря файла" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Не мога да намеря файла" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Не мога да намеря файла" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Четене на log файла" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Не мога да намеря log файла" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/ca.po b/po/ca.po index 92f3502..d9c30e5 100644 --- a/po/ca.po +++ b/po/ca.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "reports" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Llegint log de l'agent d'usuari" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "No es pot obrir l'arxiu de log" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "reports" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "No es pot obrir l'arxiu de log" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Creant report" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Compactant arxiu de log" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Creant index.html" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "No es pot obrir l'arxiu de log" msgid "Invalid day index found in the hourly statistics\n" msgstr "reports" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "reports" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "reports" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Llegint arxiu del log d'accesos" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "No es pot obrir l'arxiu de log" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/cs.po b/po/cs.po index f33797f..1275d4c 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Nemohu otevřít soubor" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Načítám soubor vyjímek z" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Nemohu otevřít žurnál" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Nemohu otevřít soubor" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Nemohu otevřít žurnál" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Rozbaluji žurnálový soubor" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Soubor nenalezen" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Třídím soubor" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "Nemohu otevřít žurnál" msgid "Invalid day index found in the hourly statistics\n" msgstr "Nemohu otevřít soubor" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Nemohu otevřít soubor" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Nemohu otevřít soubor" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Čtu přístupový žurnál" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Nemohu otevřít žurnál" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/da.po b/po/da.po index b7d4f62..b700387 100644 --- a/po/da.po +++ b/po/da.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3.2\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: 2012-01-01 12:12+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -383,6 +383,11 @@ msgstr "Ikke nok hukommelse til at læse de nægtede adgange\n" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Kunne ikke slette filen »%s« efter den blev behandlet - %s\n" +#: dichotomic.c:161 dichotomic.c:176 +#, fuzzy, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "Ikke nok hukommelse til at gemme brugeren %s\n" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -560,7 +565,7 @@ msgstr "Indlæser værtsfil for ekskludering fra: %s\n" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "(gethexclude) Kan ikke Ã¥bne fil %s - %s\n" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "Under læsning af »%s«\n" @@ -1232,38 +1237,43 @@ msgstr "Navnet pÃ¥ filen der skal fjernes er for langt: %s/%s\n" msgid "Failed to remove the file %s: %s\n" msgstr "Kunne ikke fjerne filen %s: %s\n" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" # engelsk fejl exlcluded -> excluded -#: ip2name.c:194 +#: ip2name.c:226 #, fuzzy, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "Ikke nok hukommelse til at gemme de ekskluderede IP-adresser\n" -#: ip2name.c:247 +#: ip2name.c:279 #, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Kan ikke slÃ¥ værtsnavn op %s: %s\n" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " @@ -1272,7 +1282,7 @@ msgstr "" "Kort struktur returneret af getaddrinfo for en IPv4-adresse: %d byte i " "stedet for %d\n" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " @@ -1281,11 +1291,54 @@ msgstr "" "Kort struktur returneret af getaddrinfo for en IPv6-adresse: %d byte i " "stedet for %d\n" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "Ugyldig adressetype %d returneret nÃ¥r værtsnavn »%s« slÃ¥s op\n" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" +"IP til navneopslag (getnameinfo) pÃ¥ IP-adresse %s mislykkedes med fejlen %d " +"- %s\n" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "IP-adresse er for lang eller ugyldig i %s\n" + +#: ip2name_exec.c:103 +#, fuzzy, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "IP-adresse er for lang eller ugyldig i %s\n" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "sorteringskommando: %s\n" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "kommando: %s\n" + #: lastlog.c:51 lastlog.c:106 #, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2688,6 +2741,89 @@ msgstr "(totday) Kan ikke Ã¥bne logfilen %s\n" msgid "Invalid day index found in the hourly statistics\n" msgstr "Ugyldig dato fundet i fil %s\n" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, fuzzy, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "Ikke nok hukommelse til at gemme mappenavnet »%s« i indekset\n" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Ugyldig dato fundet i fil %s\n" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Kunne ikke tilbagespole brugerens fil %s: %s\n" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Læser adgangslogfil: %s\n" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Kan ikke slette ubrugt fil »%s« - %s\n" + +#: url.c:590 +#, fuzzy, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "Ikke nok hukommelse til at læse de hentede filer\n" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, fuzzy, c-format +msgid " %s => %s\n" +msgstr "mkdir %s %s\n" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" @@ -3179,13 +3315,6 @@ msgstr "ukendt stitype %s\n" #~ msgid "Downloaded files report not generated as it is empty\n" #~ msgstr "Rapport om hentede filer ikke oprettet da den er tom\n" -#~ msgid "" -#~ "IP to name resolution (getnameinfo) on IP address %s failed with error %d " -#~ "- %s\n" -#~ msgstr "" -#~ "IP til navneopslag (getnameinfo) pÃ¥ IP-adresse %s mislykkedes med fejlen " -#~ "%d - %s\n" - #~ msgid "URL too long in redirector log file %s\n" #~ msgstr "Adresse er for lang i redirector-logfilen %s\n" @@ -3249,9 +3378,6 @@ msgstr "ukendt stitype %s\n" #~ msgid "Failed to move to the end of %s - %s\n" #~ msgstr "Kunne ikke flytte til slutningen af %s - %s\n" -#~ msgid "mkdir %s %s\n" -#~ msgstr "mkdir %s %s\n" - #~ msgid "Failed to rewind to the beginning of the file %s: %s\n" #~ msgstr "Kunne ikke spole tilbage til begyndelsen af filen %s: %s\n" diff --git a/po/de.po b/po/de.po index fee723f..cf81b27 100644 --- a/po/de.po +++ b/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Kann Datei nicht oeffnen" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Lade Ausschlussdatei aus" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Kann Zugriffsprotokoll nicht oeffnen" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Kann Datei nicht oeffnen" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Kann Zugriffsprotokoll nicht oeffnen" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Dekomprimiere Protokolldatei" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Datei nicht gefunden" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Sortiere Datei" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2631,6 +2682,89 @@ msgstr "Kann Zugriffsprotokoll nicht oeffnen" msgid "Invalid day index found in the hourly statistics\n" msgstr "Kann Datei nicht oeffnen" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Kann Datei nicht oeffnen" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Kann Datei nicht oeffnen" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Lese Zugriffsprotokoll" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Kann Zugriffsprotokoll nicht oeffnen" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/el.po b/po/el.po index 2867792..97c7880 100644 --- a/po/el.po +++ b/po/el.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Δεν μπορώ να διαβάσω το αρχείο" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Φόρτωση αρχείου εξαιρέσεων από" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Δεν μπορώ να διαβάσω το αρχείο log" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Δεν μπορώ να διαβάσω το αρχείο" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Δεν μπορώ να διαβάσω το αρχείο log" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Αποσυμπίεση αρχείου log" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Το αρχείο δεν βρέθηκε" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Ταξινόμηση αρχείου" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "Δεν μπορώ να διαβάσω το αρχείο log" msgid "Invalid day index found in the hourly statistics\n" msgstr "Δεν μπορώ να διαβάσω το αρχείο" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Δεν μπορώ να διαβάσω το αρχείο" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Δεν μπορώ να διαβάσω το αρχείο" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Ανάγνωση αρχείου " + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Δεν μπορώ να διαβάσω το αρχείο log" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/es.po b/po/es.po index 36a8d01..845d21c 100644 --- a/po/es.po +++ b/po/es.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -376,6 +376,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "No se puede abrir archivo" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -560,7 +565,7 @@ msgstr "Cargando archivo de exclusiones desde" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "No se puede abrir archivo de log" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1216,55 +1221,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "No se puede abrir archivo" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "No se puede abrir archivo de log" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Descompactando archivo de log" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Archivo no encontrado" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Ordenando archivo" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2630,6 +2681,89 @@ msgstr "No se puede abrir archivo de log" msgid "Invalid day index found in the hourly statistics\n" msgstr "No se puede abrir archivo" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "No se puede abrir archivo" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "No se puede abrir archivo" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Leyendo archivo de log de accesos" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "No se puede abrir archivo de log" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/fr.po b/po/fr.po index e8f51a1..5c4f832 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3.2-pre2\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: 2011-11-23 20:25+0100\n" "Last-Translator: Frédéric Marchal \n" "Language-Team: French \n" @@ -374,6 +374,11 @@ msgstr "Pas assez de mémoire pour lire les accès refusés\n" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Impossible d'effacer le fichier « %s » après son traitement - %s\n" +#: dichotomic.c:161 dichotomic.c:176 +#, fuzzy, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "Pas assez de mémoire pour stocker l'utilisateur %s\n" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -551,7 +556,7 @@ msgstr "Chargement du fichier des exclusions d'hôtes depuis: %s\n" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "(gethexclude) Impossible d'ouvrir le fichier %s - %s\n" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "Lors de la lecture de « %s »\n" @@ -1241,37 +1246,42 @@ msgstr "Le nom du fichier à supprimer est trop long: %s/%s\n" msgid "Failed to remove the file %s: %s\n" msgstr "Erreur lors de l'effacement du fichier %s: %s\n" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, fuzzy, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "Pas assez de mémoire pour stocker les adresses IP exclues\n" -#: ip2name.c:247 +#: ip2name.c:279 #, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Impossible de résoudre le nom d'hôte %s: %s\n" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " @@ -1280,7 +1290,7 @@ msgstr "" "Structure trop courte retournée par getaddrinfo pour une adresse IPv4: %d " "octets au lieu de %d\n" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " @@ -1289,13 +1299,56 @@ msgstr "" "Structure trop courte retournée par getaddrinfo pour une adresse IPv6: %d " "octets au lieu de %d\n" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" "Type d'adresse %d invalide retourné lors de la résolution du nom d'hôte " "« %s »\n" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" +"La résolution d'adresse IP (getnameinfo) sur l'adresse IP %s a échoué avec " +"l'erreur %d - %s\n" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Adresse IP trop longue ou incorrecte dans %s\n" + +#: ip2name_exec.c:103 +#, fuzzy, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "Adresse IP trop longue ou incorrecte dans %s\n" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Commande de tri: %s\n" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Commande: %s\n" + #: lastlog.c:51 lastlog.c:106 #, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2719,6 +2772,90 @@ msgstr "(totday) Impossible d'ouvrir le journal %s\n" msgid "Invalid day index found in the hourly statistics\n" msgstr "Mauvaise date dans le fichier %s\n" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, fuzzy, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" +"Pas assez de mémoire pour stocker le nom de répertoire « %s » dans l'indexe\n" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Mauvaise date dans le fichier %s\n" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Impossible de revenir au début du fichier des utilisateurs %s: %s\n" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Lecture du journal des accès: %s\n" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Impossible de supprimer le fichier inutilisé « %s » - %s\n" + +#: url.c:590 +#, fuzzy, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "Pas assez de mémoire pour lire les fichiers téléchargés\n" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, fuzzy, c-format +msgid " %s => %s\n" +msgstr "mkdir %s %s\n" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" @@ -3212,13 +3349,6 @@ msgstr "Type de chemin %s inconnu\n" #~ msgid "Downloaded files report not generated as it is empty\n" #~ msgstr "Rapport des fichiers téléchargés pas créé car il est vide\n" -#~ msgid "" -#~ "IP to name resolution (getnameinfo) on IP address %s failed with error %d " -#~ "- %s\n" -#~ msgstr "" -#~ "La résolution d'adresse IP (getnameinfo) sur l'adresse IP %s a échoué " -#~ "avec l'erreur %d - %s\n" - #~ msgid "URL too long in redirector log file %s\n" #~ msgstr "L'URL est trop long dans le journal du redirecteur %s\n" @@ -3283,9 +3413,6 @@ msgstr "Type de chemin %s inconnu\n" #~ msgid "Failed to move to the end of %s - %s\n" #~ msgstr "Erreur lors du déplacement à la fin du fichier %s - %s\n" -#~ msgid "mkdir %s %s\n" -#~ msgstr "mkdir %s %s\n" - #~ msgid "Failed to rewind to the beginning of the file %s: %s\n" #~ msgstr "Impossible de revenir au début du fichier %s: %s\n" diff --git a/po/hu.po b/po/hu.po index 82dcd2e..428ac50 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Megnyithatatlan file" +#: dichotomic.c:161 dichotomic.c:176 +#, fuzzy, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "Access log file olvasása" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Kizaró file beolvasása a" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Nem tudom megnyitni a log file-t" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Megnyithatatlan file" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, fuzzy, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "Access log file olvasása" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Nem tudom megnyitni a log file-t" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Log file bontása" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "File nem található" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Rendezés" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "Nem tudom megnyitni a log file-t" msgid "Invalid day index found in the hourly statistics\n" msgstr "Megnyithatatlan file" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, fuzzy, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "Access log file olvasása" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Megnyithatatlan file" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Megnyithatatlan file" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Access log file olvasása" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Nem tudom megnyitni a log file-t" + +#: url.c:590 +#, fuzzy, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "Access log file olvasása" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/id.po b/po/id.po index 50b5bfd..1920a23 100644 --- a/po/id.po +++ b/po/id.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Tak bisa buka file" +#: dichotomic.c:161 dichotomic.c:176 +#, fuzzy, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "Membaca file log akses" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Menyertakan file exclude dari" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Tak bisa buka file log" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Tak bisa buka file" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, fuzzy, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "Membaca file log akses" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Tak bisa buka file log" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Membongkar file log" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "File tidak ditemukan" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Mengurutkan file" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "Tak bisa buka file log" msgid "Invalid day index found in the hourly statistics\n" msgstr "Tak bisa buka file" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, fuzzy, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "Membaca file log akses" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Tak bisa buka file" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Tak bisa buka file" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Membaca file log akses" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Tak bisa buka file log" + +#: url.c:590 +#, fuzzy, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "Membaca file log akses" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/it.po b/po/it.po index b4ecdf5..02286dd 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Non riesco ad aprire il file" +#: dichotomic.c:161 dichotomic.c:176 +#, fuzzy, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "Lettura access log file" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Caricamento exclude file da" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Non riesco a aprire il log file" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Non riesco ad aprire il file" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, fuzzy, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "Lettura access log file" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Non riesco a aprire il log file" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Decompressione file di log" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "File non trovato" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Sto Ordinano il file" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "Non riesco a aprire il log file" msgid "Invalid day index found in the hourly statistics\n" msgstr "Non riesco ad aprire il file" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, fuzzy, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "Lettura access log file" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Non riesco ad aprire il file" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Non riesco ad aprire il file" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Lettura access log file" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Non riesco a aprire il log file" + +#: url.c:590 +#, fuzzy, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "Lettura access log file" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/ja.po b/po/ja.po index c271cc1..41f97d4 100644 --- a/po/ja.po +++ b/po/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "ファイルをオープンできません" +#: dichotomic.c:161 dichotomic.c:176 +#, fuzzy, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "アクセスログファイルを読んでいます" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "以下から排除するファイルを読み込んでいます" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "ログファイルをオープンできません" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "ファイルをオープンできません" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, fuzzy, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "アクセスログファイルを読んでいます" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "ログファイルをオープンできません" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "ログファイルを解凍" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "ファイルが見つかりません" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "ファイルをSort" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "ログファイルをオープンできません" msgid "Invalid day index found in the hourly statistics\n" msgstr "ファイルをオープンできません" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, fuzzy, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "アクセスログファイルを読んでいます" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "ファイルをオープンできません" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "ファイルをオープンできません" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "アクセスログファイルを読んでいます" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "ログファイルをオープンできません" + +#: url.c:590 +#, fuzzy, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "アクセスログファイルを読んでいます" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/lv.po b/po/lv.po index 5a7d9d1..e1d5ef0 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3-pre1\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: 2010-04-25 20:35+0300\n" "Last-Translator: Juris Valdovskis \n" "Language-Team: Latvian \n" @@ -379,6 +379,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Nevar atvērt failu" +#: dichotomic.c:161 dichotomic.c:176 +#, fuzzy, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "Lasu access log failu" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -563,7 +568,7 @@ msgstr "Ielādēju izņēmumu failu no" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Nevar atvērt log failu" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1219,55 +1224,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Nevar atvērt failu" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, fuzzy, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "Lasu access log failu" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Nevar atvērt log failu" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Dekompresēju log failu" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Fails nav atrasts" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Kārtoju failu" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2635,6 +2686,89 @@ msgstr "Nevar atvērt log failu" msgid "Invalid day index found in the hourly statistics\n" msgstr "Nevar atvērt failu" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, fuzzy, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "Lasu access log failu" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Nevar atvērt failu" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Nevar atvērt failu" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Lasu access log failu" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Nevar atvērt log failu" + +#: url.c:590 +#, fuzzy, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "Lasu access log failu" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/nl.po b/po/nl.po index 582278d..f4bdb15 100644 --- a/po/nl.po +++ b/po/nl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: 2010-03-31 12:00+0100\n" "Last-Translator: Erwin Poeze \n" "Language-Team: Dutch \n" @@ -377,6 +377,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Kan bestand niet openen" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -561,7 +566,7 @@ msgstr "Laden uitzondering bestand uit" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Kan het log bestand niet openen" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1217,55 +1222,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Kan bestand niet openen" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Kan het log bestand niet openen" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Decomprimeren log bestand" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Bestand niet gevonden" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Sorteren bestand" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2631,6 +2682,89 @@ msgstr "Kan het log bestand niet openen" msgid "Invalid day index found in the hourly statistics\n" msgstr "Kan bestand niet openen" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Kan bestand niet openen" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Kan bestand niet openen" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Access log bestand inlezen" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Kan het log bestand niet openen" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/pl.po b/po/pl.po index c4cf7e1..c7c5c77 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Nie moїna otworzyж pliku" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Czytam plik wykluczenia z" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Nie moїna otworzyж pliku logowania" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Nie moїna otworzyж pliku" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Nie moїna otworzyж pliku logowania" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Dekompresja pliku logowania" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Plik nie zostaі znaleziony!" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Sortowanie pliku" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "Nie moїna otworzyж pliku logowania" msgid "Invalid day index found in the hourly statistics\n" msgstr "Nie moїna otworzyж pliku" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Nie moїna otworzyж pliku" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Nie moїna otworzyж pliku" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Czytam plik access log" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Nie moїna otworzyж pliku logowania" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/pt.po b/po/pt.po index 77849c0..19801b1 100644 --- a/po/pt.po +++ b/po/pt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Erro no open do arquivo" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Carregando arquivo de exclusao" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Erro no open do arquivo log" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Erro no open do arquivo" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Erro no open do arquivo log" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Descompactando arquivo log" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Arquivo nao encontrado" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Classificando" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "Erro no open do arquivo log" msgid "Invalid day index found in the hourly statistics\n" msgstr "Erro no open do arquivo" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Erro no open do arquivo" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Erro no open do arquivo" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Lendo arquivo acccess.log" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Erro no open do arquivo log" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index a606032..6330f71 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3.1\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: 2011-02-03 16:40-0200\n" "Last-Translator: Mauricio Silveira\n" "Language-Team: American English \n" @@ -371,6 +371,11 @@ msgstr "Memória insuficiente para ler os acessos negados\n" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Falha ao remover o arquivo \"%s\" após seu processamento - %s\n" +#: dichotomic.c:161 dichotomic.c:176 +#, fuzzy, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "Memória insuficiente para armazenar o usuário %s\n" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -546,7 +551,7 @@ msgstr "Carregando arquivo de exclude host de: %s\n" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "(gethexclude) Não foi possível abrir o arquivo %s - %s\n" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1228,55 +1233,103 @@ msgstr "Nome do arquivo a ser removido é muito longo: %s/%s\n" msgid "Failed to remove the file %s: %s\n" msgstr "Falha ao remover o arquivo %s\n" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, fuzzy, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "Memória insuficiente para armazenar os endereços IP excluídos\n" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "não foi possível deletar %s - %s\n" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" +"Resolução de nome de IP (getnameinfo) do endereço IP %s falhou com o erro %d " +"- %s\n" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Endereço IP muito longo ou inválido em %s\n" + +#: ip2name_exec.c:103 +#, fuzzy, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "Endereço IP muito longo ou inválido em %s\n" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "comando sort: %s\n" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "comando: %s\n" + #: lastlog.c:51 lastlog.c:106 #, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2660,6 +2713,91 @@ msgstr "(totday) Não foi possível abrir arquivo de log %s\n" msgid "Invalid day index found in the hourly statistics\n" msgstr "Data inválida encontrada no arquivo %s\n" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, fuzzy, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" +"Memória insuficiente para armazenar o nome de diretório \"%s\" no index\n" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Data inválida encontrada no arquivo %s\n" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +# TODO: Check all "rewind X file" +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Falha ao retroceder no arquivo de usuários %s: %s\n" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Lendo arquivo de log de acesso: %s\n" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Não foi possível excluir o arquivo temporário %s - %s\n" + +#: url.c:590 +#, fuzzy, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "Memória insuficiente para ler os arquivos baixados\n" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, fuzzy, c-format +msgid " %s => %s\n" +msgstr "mkdir %s %s\n" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" @@ -3141,13 +3279,6 @@ msgstr "não foi possível deletar %s - %s\n" msgid "unknown path type %s\n" msgstr "tipo de caminho desconhecido %s\n" -#~ msgid "" -#~ "IP to name resolution (getnameinfo) on IP address %s failed with error %d " -#~ "- %s\n" -#~ msgstr "" -#~ "Resolução de nome de IP (getnameinfo) do endereço IP %s falhou com o erro " -#~ "%d - %s\n" - #~ msgid "URL too long in redirector log file %s\n" #~ msgstr "URL muito longa no arquivo de redirector log %s\n" @@ -3213,9 +3344,6 @@ msgstr "tipo de caminho desconhecido %s\n" #~ msgid "Failed to move to the end of %s - %s\n" #~ msgstr "Falha ao mover para o fim de %s - %s\n" -#~ msgid "mkdir %s %s\n" -#~ msgstr "mkdir %s %s\n" - #~ msgid "Failed to rewind to the beginning of the file %s: %s\n" #~ msgstr "Falha ao retroceder para o início do arquivo %s: %s\n" diff --git a/po/ro.po b/po/ro.po index 981e178..8ee01b7 100644 --- a/po/ro.po +++ b/po/ro.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Nu poate fi deshis fisierul" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Se incarca fisierul de excluderi din" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Nu poate fi deschis fisierul de accese" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Nu poate fi deshis fisierul" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Nu poate fi deschis fisierul de accese" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Se decompreseaza fisierul de loguri" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Fisierul nu a putut fi gasit" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Se sorteaza fisierul" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "Nu poate fi deschis fisierul de accese" msgid "Invalid day index found in the hourly statistics\n" msgstr "Nu poate fi deshis fisierul" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Nu poate fi deshis fisierul" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Nu poate fi deshis fisierul" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Se citeste fisierul de accese" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Nu poate fi deschis fisierul de accese" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/ru.po b/po/ru.po index c3f0175..4ab833a 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3.1\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: 2011-02-21 17:35+0300\n" "Last-Translator: Leonid Pushkarev \n" "Language-Team: Russian \n" @@ -367,6 +367,11 @@ msgstr "Не хватает памяти для чтения запретов д msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Не удалось удалить файл \"%s\" после его обработки - %s\n" +#: dichotomic.c:161 dichotomic.c:176 +#, fuzzy, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "Не хватает памяти для хранения пользователя %s\n" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -540,7 +545,7 @@ msgstr "Загрузка исключённых адресов из файла: msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "(gethexclude) Не удаётся открыть файл %s - %s\n" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1187,55 +1192,101 @@ msgstr "Слишком длинное имя, чтобы удалить файл msgid "Failed to remove the file %s: %s\n" msgstr "Не удалось удалить файл %s\n" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, fuzzy, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "Не хватает памяти для хранения исключённых адресов\n" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Не удаётся удалить %s - %s\n" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "IP-адрес неверный или слишком длинный %s\n" + +#: ip2name_exec.c:103 +#, fuzzy, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "IP-адрес неверный или слишком длинный %s\n" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Команда sort: %s\n" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Команда: %s\n" + #: lastlog.c:51 lastlog.c:106 #, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2587,6 +2638,89 @@ msgstr "(totday) Не удаётся открыть файл журнала %s\n msgid "Invalid day index found in the hourly statistics\n" msgstr "Найдено неверное время в файле %s\n" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, fuzzy, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "Не хватает памяти для хранения URL\n" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Найдено неверное время в файле %s\n" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Не удалось удалить файл %s\n" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Чтение файла журнала доступа: %s\n" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Не удаётся удалить временный файл %s - %s\n" + +#: url.c:590 +#, fuzzy, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "Не хватает памяти для чтения файла загрузок\n" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, fuzzy, c-format +msgid " %s => %s\n" +msgstr "mkdir %s %s\n" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" @@ -3102,6 +3236,3 @@ msgstr "Неизвестный тип пути %s\n" #~ msgid "Not enough memory to read the temporary file %s\n" #~ msgstr "Не хватает памяти для чтения временного файла %s\n" - -#~ msgid "mkdir %s %s\n" -#~ msgstr "mkdir %s %s\n" diff --git a/po/sk.po b/po/sk.po index 3702e4a..5c7bf55 100644 --- a/po/sk.po +++ b/po/sk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Nedá sa otvoriÅ¥ súbor" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Načítávam súbor výnimok z" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Nemôžem otvoríť žurnál" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Nedá sa otvoriÅ¥ súbor" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Nemôžem otvoríť žurnál" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Rozbaľujem žurnálový súbor" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Súbor nebol nájdený" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Triedim súbor" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "Nemôžem otvoríť žurnál" msgid "Invalid day index found in the hourly statistics\n" msgstr "Nedá sa otvoriÅ¥ súbor" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Nedá sa otvoriÅ¥ súbor" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Nedá sa otvoriÅ¥ súbor" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Čítam prístupový žurnál" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Nemôžem otvoríť žurnál" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/sr.po b/po/sr.po index 9cd57b9..34311ad 100644 --- a/po/sr.po +++ b/po/sr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Nemoguce otvoriti datoteku ili je los putokaz" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Ucitavanje exclude datoteke iz" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Nemoguce otvoriti log datoteku" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Nemoguce otvoriti datoteku ili je los putokaz" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Nemoguce otvoriti log datoteku" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Decompresija log datoteke" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Datoteka nije nadjena ili je los putokaz" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Sortiranje datoteke" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "Nemoguce otvoriti log datoteku" msgid "Invalid day index found in the hourly statistics\n" msgstr "Nemoguce otvoriti datoteku ili je los putokaz" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Nemoguce otvoriti datoteku ili je los putokaz" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Nemoguce otvoriti datoteku ili je los putokaz" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Citanje access log datoteke" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Nemoguce otvoriti log datoteku" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/tr.po b/po/tr.po index 4febefc..62d8694 100644 --- a/po/tr.po +++ b/po/tr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -375,6 +375,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Dosya acilamiyor" +#: dichotomic.c:161 dichotomic.c:176 +#, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -559,7 +564,7 @@ msgstr "Exclude dosyasi okunuyor" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Kutuk dosyasi acilamadi" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1215,55 +1220,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Dosya acilamiyor" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Kutuk dosyasi acilamadi" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Kutuk dosyasi aciliyor" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Dosya bulunamadi" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Dosya siralaniyor" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2629,6 +2680,89 @@ msgstr "Kutuk dosyasi acilamadi" msgid "Invalid day index found in the hourly statistics\n" msgstr "Dosya acilamiyor" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Dosya acilamiyor" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Dosya acilamiyor" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "erisim kutuk dosyasi okunuyor" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Kutuk dosyasi acilamadi" + +#: url.c:590 +#, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/uk.po b/po/uk.po index 628263a..9282716 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -374,6 +374,11 @@ msgstr "" msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "Не можу відкрити файл" +#: dichotomic.c:161 dichotomic.c:176 +#, fuzzy, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "Читання файлу журналу" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -558,7 +563,7 @@ msgstr "Завантаження виключень їз" msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "Не можу відкрити файл журналу" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1214,55 +1219,101 @@ msgstr "" msgid "Failed to remove the file %s: %s\n" msgstr "Не можу відкрити файл" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, fuzzy, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "Читання файлу журналу" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr "Не можу відкрити файл журналу" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "Розпакування файлу журналу" + +#: ip2name_exec.c:103 +#, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "Файл не знайдений" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "Сортування файлів" + #: lastlog.c:51 lastlog.c:106 #, fuzzy, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2628,6 +2679,89 @@ msgstr "Не можу відкрити файл журналу" msgid "Invalid day index found in the hourly statistics\n" msgstr "Не можу відкрити файл" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, fuzzy, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "Читання файлу журналу" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "Не можу відкрити файл" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "Не можу відкрити файл" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "Читання файлу журналу" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "Не можу відкрити файл журналу" + +#: url.c:590 +#, fuzzy, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "Читання файлу журналу" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, c-format +msgid " %s => %s\n" +msgstr "" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 046c499..e020a11 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: sarg 2.3-pre3\n" "Report-Msgid-Bugs-To: fmarchal@users.sourceforge.net\n" -"POT-Creation-Date: 2012-05-21 10:27+0200\n" +"POT-Creation-Date: 2012-05-27 07:18+0200\n" "PO-Revision-Date: 2010-06-18 02:09+0800\n" "Last-Translator: zhixiang.ren \n" "Language-Team: Chinese (simplified) \n" @@ -364,6 +364,11 @@ msgstr "û msgid "Failed to delete the file \"%s\" after processing it - %s\n" msgstr "ɾ³ýÎļþʧ°Ü %s\n" +#: dichotomic.c:161 dichotomic.c:176 +#, fuzzy, c-format +msgid "Not enough memory to store the key/value pair %s/%s\n" +msgstr "ûÓÐ×ã¹»µÄÄÚ´æÀ´´æ´¢Óû§ %s\n" + #: download.c:65 #, c-format msgid "Path too long to sort the file: %s/download.int_unsort\n" @@ -537,7 +542,7 @@ msgstr " msgid "(gethexclude) Cannot open file %s - %s\n" msgstr "(gethexclude)²»ÄÜ´ò¿ªÎļþ %s - %s\n" -#: exclude.c:214 +#: exclude.c:214 url.c:596 #, c-format msgid "While reading \"%s\"\n" msgstr "" @@ -1190,55 +1195,101 @@ msgstr " msgid "Failed to remove the file %s: %s\n" msgstr "ÒÆ³ýÎļþʧ°Ü %s\n" -#: ip2name.c:64 ip2name.c:166 +#: ip2name.c:66 ip2name.c:198 #, c-format msgid "Chaining IP resolving module \"%s\"\n" msgstr "" -#: ip2name.c:69 +#: ip2name.c:71 #, c-format msgid "Ignoring duplicate module \"%s\" to resolve an IP address\n" msgstr "" -#: ip2name.c:107 +#: ip2name.c:109 #, c-format msgid "Unknown module \"%.*s\" to resolve the IP addresses\n" msgstr "" -#: ip2name.c:157 +#: ip2name.c:133 +#, c-format +msgid "No option to configure for module %s\n" +msgstr "" + +#: ip2name.c:189 #, c-format msgid "No known module to resolve an IP address using the DNS\n" msgstr "" -#: ip2name.c:194 +#: ip2name.c:226 #, fuzzy, c-format msgid "Not enough memory to store the names corresponding to the IP address\n" msgstr "ûÓÐ×ã¹»µÄÄÚ´æÀ´´æ´¢±»ÅųýµÄIPµØÖ·\n" -#: ip2name.c:247 +#: ip2name.c:279 #, fuzzy, c-format msgid "Cannot resolve host name %s: %s\n" msgstr " ²»ÄÜɾ³ý %s - %s\n" -#: ip2name.c:254 +#: ip2name.c:286 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv4 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:262 +#: ip2name.c:294 #, c-format msgid "" "Short structure returned by getaddrinfo for an IPv6 address: %d bytes " "instead of %d\n" msgstr "" -#: ip2name.c:267 +#: ip2name.c:299 #, c-format msgid "Invalid address type %d returned when resolving host name \"%s\"\n" msgstr "" +#: ip2name_dns.c:93 +#, c-format +msgid "" +"IP to name resolution (getnameinfo) on IP address %s failed with error %d - " +"%s\n" +msgstr "IPµØÖ·µ½Ãû×ÖµÄת»» (getnameinfo) ÔÚIPµØÖ· %s ·¢Éú´íÎóʧ°Ü %d - %s\n" + +#: ip2name_exec.c:61 +#, c-format +msgid "" +"Command to execute to resolve the IP addresses is too long (maximum is %d " +"bytes)\n" +msgstr "" + +#: ip2name_exec.c:86 +#, c-format +msgid "" +"No command to run to resolve an IP address. Please configure it in sarg." +"conf\n" +msgstr "" + +#: ip2name_exec.c:95 +#, fuzzy, c-format +msgid "IP address %s too long for the command to run\n" +msgstr "IPµØÖ·¹ý³¤»ò²»´æÔÚ %s\n" + +#: ip2name_exec.c:103 +#, fuzzy, c-format +msgid "IP address %.*s too long for the command to run\n" +msgstr "IPµØÖ·¹ý³¤»ò²»´æÔÚ %s\n" + +#: ip2name_exec.c:113 +#, fuzzy, c-format +msgid "Cannot run command %s\n" +msgstr "ÅÅÐòÃüÁî: %s\n" + +#: ip2name_exec.c:120 +#, fuzzy, c-format +msgid "Command failed: %s\n" +msgstr "ÃüÁî: %s\n" + #: lastlog.c:51 lastlog.c:106 #, c-format msgid "(lastlog) Cannot open temporary file %s\n" @@ -2590,6 +2641,89 @@ msgstr "(today) msgid "Invalid day index found in the hourly statistics\n" msgstr "ÔÚÎļþÖдæÔÚÎÞЧµÄÈÕÆÚ %s\n" +#: url.c:152 +#, c-format +msgid "Host name alias \"%s*%s\" contains too many wildcards (*)\n" +msgstr "" + +#: url.c:159 +#, c-format +msgid "Host name alias \"%*s\" must not end with a wildcard\n" +msgstr "" + +#: url.c:186 url.c:198 url.c:222 url.c:246 url.c:256 url.c:322 url.c:331 +#: url.c:341 url.c:404 url.c:413 url.c:423 url.c:487 url.c:500 +#, fuzzy, c-format +msgid "Not enough memory to store the host name aliasing directives\n" +msgstr "ûÓÐ×ã¹»µÄÄÚ´æÀ´´æ´¢ÎļþÃûÔÚ \"%s\" ÔÚË÷ÒýÖÐ\n" + +#: url.c:467 +#, fuzzy, c-format +msgid "Invalid NUL character found in regular expression\n" +msgstr "ÔÚÎļþÖдæÔÚÎÞЧµÄÈÕÆÚ %s\n" + +#: url.c:474 +#, c-format +msgid "Unterminated regular expression\n" +msgstr "" + +#: url.c:493 +#, fuzzy, c-format +msgid "Failed to compile the regular expression \"%s\": %s\n" +msgstr "ת´æÓû§Îļþʱʧ°Ü %s: %s\n" + +#: url.c:551 +#, c-format +msgid "" +"PCRE not compiled in therefore the regular expressions are not available in " +"the host alias file\n" +msgstr "" + +#: url.c:582 +#, fuzzy, c-format +msgid "Reading host alias file \"%s\"\n" +msgstr "¶ÁÈ¡·ÃÎÊÈÕÖ¾Îļþ: %s\n" + +#: url.c:585 +#, fuzzy, c-format +msgid "Cannot read host name alias file \"%s\" - %s\n" +msgstr "ÎÞ·¨É¾³ýÁÙʱÎļþ %s - %s\n" + +#: url.c:590 +#, fuzzy, c-format +msgid "Not enough memory to read the host name aliases\n" +msgstr "ûÓÐ×ã¹»µÄÄÚ´æÀ´¶ÁÈ¡ÏÂÔØÎļþ\n" + +#: url.c:609 +#, c-format +msgid "List of host names to alias:\n" +msgstr "" + +#: url.c:612 +#, c-format +msgid " %s*%s => %s\n" +msgstr "" + +#: url.c:614 +#, fuzzy, c-format +msgid " %s => %s\n" +msgstr "´´½¨Ä¿Â¼ %s %s\n" + +#: url.c:616 +#, c-format +msgid " *%s => %s\n" +msgstr "" + +#: url.c:619 +#, c-format +msgid " %d.%d.%d.%d/%d => %s\n" +msgstr "" + +#: url.c:622 +#, c-format +msgid " %x:%x:%x:%x:%x:%x:%x:%x/%d => %s\n" +msgstr "" + #: usage.c:32 #, c-format msgid "Usage: %s [options...]\n" @@ -3065,12 +3199,6 @@ msgstr " msgid "unknown path type %s\n" msgstr "δ֪µÄ·¾¶ÀàÐÍ %s\n" -#~ msgid "" -#~ "IP to name resolution (getnameinfo) on IP address %s failed with error %d " -#~ "- %s\n" -#~ msgstr "" -#~ "IPµØÖ·µ½Ãû×ÖµÄת»» (getnameinfo) ÔÚIPµØÖ· %s ·¢Éú´íÎóʧ°Ü %d - %s\n" - #~ msgid "URL too long in redirector log file %s\n" #~ msgstr "ÔÚÖØ¶¨ÏòÈÕÖ¾ÎļþÖÐÁ¬½Ó¹ý³¤ %s\n" @@ -3135,9 +3263,6 @@ msgstr "δ֪ #~ msgid "Failed to move to the end of %s - %s\n" #~ msgstr "ÒÆ¶¯µ½Ä©Î²Ê±Ê§°Ü %s - %s\n" -#~ msgid "mkdir %s %s\n" -#~ msgstr "´´½¨Ä¿Â¼ %s %s\n" - #~ msgid "Failed to rewind to the beginning of the file %s: %s\n" #~ msgstr "תÏòÎļþ¿ªÊ¼²¿·Öʱʧ°Ü %s: %s\n"