update buildsystem and remove local gettext

This commit is contained in:
Mario Fetka
2010-09-01 14:27:15 +02:00
parent 8fe8503cbd
commit c4afa45bda
233 changed files with 38555 additions and 51588 deletions

View File

@@ -1,654 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-12-11 21:59+0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/connection.c:177 src/connection.c:274
msgid "write failed"
msgstr ""
#: src/connection.c:180 src/connection.c:277
#, c-format
msgid "Unable to write to file %s: %s!"
msgstr ""
#: src/connection.c:201 src/connection.c:258
msgid "connection timed out"
msgstr ""
#: src/connection.c:212 src/connection.c:296
#, c-format
msgid "download for this connection completed%s : %ld received"
msgstr ""
#: src/connection.c:249
msgid "Server Closed Connection Prematurely!"
msgstr ""
#: src/connection.c:346
msgid "Idle"
msgstr ""
#: src/connection.c:349
msgid "Connecting"
msgstr ""
#: src/connection.c:352
msgid "Logging in"
msgstr ""
#: src/connection.c:355
msgid "Downloading"
msgstr ""
#: src/connection.c:358
msgid "Completed"
msgstr ""
#: src/connection.c:361
msgid "Login Denied"
msgstr ""
#: src/connection.c:364
msgid "Connect Refused"
msgstr ""
#: src/connection.c:367
msgid "Remote Fatal"
msgstr ""
#: src/connection.c:370
msgid "Local Fatal"
msgstr ""
#: src/connection.c:373
msgid "Timed Out"
msgstr ""
#: src/connection.c:375
msgid "Max attempts reached"
msgstr ""
#: src/connection.c:378
msgid "Unkown Status!"
msgstr ""
#: src/connection.c:469 src/misc.c:471
msgid "Error: unsupported protocol"
msgstr ""
#: src/connection.c:493
#, c-format
msgid "The server returned location is wrong: %s!"
msgstr ""
#: src/connection.c:502
#, c-format
msgid "Redirected to => %s"
msgstr ""
#: src/debug.c:60 src/download.c:826
#, c-format
msgid "unable to delete the file %s. Reason-: %s"
msgstr ""
#: src/download.c:133 src/download.c:158 src/download.c:2050
#: src/download.c:2068
#, c-format
msgid "Unable to open file %s: %s!"
msgstr ""
#: src/download.c:301
msgid "Warning! Unable to create logfile!"
msgstr ""
#: src/download.c:320 src/download.c:331 src/download.c:473 src/download.c:499
#: src/download.c:534 src/download.c:579 src/download.c:600 src/download.c:626
#: src/download.c:671 src/download.c:692 src/download.c:1276
#: src/download.c:1448 src/download.c:1536 src/download.c:1614
#: src/download.c:1667 src/download.c:1722 src/download.c:1747
#: src/download.c:1773 src/download.c:1823 src/download.c:1878
#: src/download.c:1903
msgid "Error: Not enough system resources"
msgstr ""
#: src/download.c:335
msgid "Error: Unsupported Protocol was specified"
msgstr ""
#: src/download.c:339
msgid "All threads created"
msgstr ""
#: src/download.c:459 src/download.c:1378
msgid "The file was not found in all the connections!"
msgstr ""
#: src/download.c:465 src/download.c:491 src/download.c:575 src/download.c:596
#: src/download.c:667 src/download.c:688 src/download.c:1443
#: src/download.c:1663 src/download.c:1718 src/download.c:1743
#: src/download.c:1874 src/download.c:1899
msgid "Relaunching download"
msgstr ""
#: src/download.c:485 src/download.c:1469
msgid "Failed to change to the working directory on all the connections!"
msgstr ""
#: src/download.c:511 src/download.c:1592
#, c-format
msgid "Connection %d, had a local fatal error: %s .Aborting download. "
msgstr ""
#: src/download.c:526 src/download.c:1607
msgid "All logins rejected! Retrying connection"
msgstr ""
#: src/download.c:618 src/download.c:1765
msgid "All connections attempts have been rejected! Retrying connection"
msgstr ""
#: src/download.c:1416 src/download.c:1508
msgid "Trying additional paths available on this server"
msgstr ""
#: src/download.c:1556
msgid "The server(s) do not support REST on all the connections!"
msgstr ""
#: src/download.c:1579
msgid ""
"This server does not support resuming downloads, so will switch to another "
"server"
msgstr ""
#: src/download.c:1645
msgid ""
"This server has rejected the login attempt, so will switch to another server"
msgstr ""
#: src/download.c:1803
msgid ""
"This server has rejected the connection attempt, so will switch to another "
"server"
msgstr ""
#: src/ftp.c:127
#, c-format
msgid "Error checking for FTP data: %s"
msgstr ""
#: src/ftp.c:144
#, c-format
msgid "Error receiving FTP data: %s"
msgstr ""
#: src/ftp.c:168
#, c-format
msgid "Sending: %s"
msgstr ""
#: src/ftp.c:173
#, c-format
msgid "Error sending FTP data: %s"
msgstr ""
#: src/ftp.c:217
#, c-format
msgid "Received: %s"
msgstr ""
#: src/ftp.c:355
#, c-format
msgid "FTP PASV Header = %s"
msgstr ""
#. Unknown error code.
#: src/ftp.c:775
#, c-format
msgid "Unknown code %d retuned during FTP login"
msgstr ""
#: src/ftp.c:827 src/ftp.c:847 src/http.c:564 src/http.c:579
#: src/http-retr.c:69 src/http-retr.c:84
#, c-format
msgid "Connecting to %s"
msgstr ""
#: src/ftp.c:838 src/ftp.c:856
#, c-format
msgid "Error while connecting to %s"
msgstr ""
#: src/ftp.c:843 src/ftp.c:860
#, c-format
msgid "Connected to %s"
msgstr ""
#: src/ftp.c:888 src/ftp.c:897
#, c-format
msgid "Logging in as user %s with password %s"
msgstr ""
#: src/ftp.c:911
msgid "Logged in successfully"
msgstr ""
#: src/ftp.c:931
#, c-format
msgid "CWD failed to change to directory '%s'"
msgstr ""
#: src/ftp.c:940
msgid "CWD not needed"
msgstr ""
#: src/ftp.c:947
msgid "REST failed"
msgstr ""
#: src/ftp.c:952
msgid "REST ok"
msgstr ""
#: src/ftp.c:1043
msgid "FTP LIST failed: File not found or access not permitted."
msgstr ""
#: src/ftp.c:1073
#, c-format
msgid "Error receiving FTP transfer data: %s"
msgstr ""
#: src/ftp.c:1078
#, c-format
msgid "String received after the LIST command = %s"
msgstr ""
#: src/ftp.c:1094
msgid ""
"Unable to parse the line the FTP server returned:please report URL to "
"prozilla@genesys.ro "
msgstr ""
#: src/ftp.c:1129
msgid "Server doesn't seem to support PASV"
msgstr ""
#: src/ftp.c:1205
#, c-format
msgid "Retrying attempt %d in %d seconds"
msgstr ""
#: src/ftp.c:1224 src/http.c:736
msgid "Successfully got info"
msgstr ""
#: src/ftp.c:1232 src/http.c:748
msgid "File not found!"
msgstr ""
#: src/ftp.c:1251 src/ftp-retr.c:319 src/http.c:767 src/http-retr.c:335
#, c-format
msgid "I have tried %d attempt(s) and have failed, aborting"
msgstr ""
#: src/ftp-retr.c:125
#, c-format
msgid "Logging in as user %s with password %s."
msgstr ""
#: src/ftp-retr.c:165
#, c-format
msgid "CWD failed to change to directory '%s'."
msgstr ""
#: src/ftp-retr.c:171
msgid "CWD ok."
msgstr ""
#: src/ftp-retr.c:175
msgid "CWD not needed."
msgstr ""
#: src/ftp-retr.c:196
msgid ""
"I have a bug in my code!!, check remote_starpos and resume_support values"
msgstr ""
#: src/ftp-retr.c:206
msgid "RETR failed"
msgstr ""
#: src/ftp-retr.c:259
#, c-format
msgid "Retrying..Attempt %d in %d seconds"
msgstr ""
#: src/ftp-retr.c:271 src/http-retr.c:288
msgid "Error while attemting to process download file "
msgstr ""
#: src/ftp-retr.c:302 src/http-retr.c:315
msgid "Successfully got download"
msgstr ""
#: src/ftp-retr.c:308
msgid "Error occured in connection..."
msgstr ""
#: src/http.c:378
msgid "Failed writing HTTP request"
msgstr ""
#: src/http.c:399
#, c-format
msgid "Header = %s"
msgstr ""
#: src/http.c:403
msgid "End of file while parsing headers"
msgstr ""
#: src/http.c:414
msgid "Read error in headers"
msgstr ""
#. Store the descriptive response.
#. Malformed request.
#: src/http.c:440
msgid "UNKNOWN"
msgstr ""
#: src/http.c:442
msgid "(no description)"
msgstr ""
#: src/http.c:573 src/http.c:585 src/http.c:803 src/http-retr.c:77
#: src/http-retr.c:91 src/http-retr.c:398
#, c-format
msgid "Error connecting to %s"
msgstr ""
#: src/http.c:613 src/http.c:830 src/http-retr.c:119 src/http-retr.c:425
#, c-format
msgid "Authenticating as user %s password %s"
msgstr ""
#: src/http.c:614 src/http.c:831 src/http-retr.c:120 src/http-retr.c:426
#, c-format
msgid "Authentification string=%s"
msgstr ""
#: src/http.c:684 src/http-retr.c:199 src/http-retr.c:481
msgid "Sending HTTP request"
msgstr ""
#: src/http.c:719 src/http-retr.c:276
#, c-format
msgid "Retrying...Attempt %d in %d seconds"
msgstr ""
#: src/http-retr.c:308
msgid "Will be handled in main "
msgstr ""
#: src/logfile.c:49
#, c-format
msgid "Error opening file %s for writing: %s"
msgstr ""
#: src/logfile.c:65 src/logfile.c:75 src/logfile.c:97 src/logfile.c:110
#: src/logfile.c:122 src/logfile.c:135
#, c-format
msgid "Error writing to file %s: %s"
msgstr ""
#: src/logfile.c:188
msgid "logfile doesn't exist"
msgstr ""
#: src/logfile.c:221
#, c-format
msgid "Error opening file %s for reading: %s"
msgstr ""
#: src/logfile.c:259 src/logfile.c:274 src/logfile.c:290 src/logfile.c:305
#, c-format
msgid "Error reading from file %s: %s"
msgstr ""
#: src/misc.c:48
#, c-format
msgid "Failed to malloc() %lu bytes."
msgstr ""
#: src/misc.c:63
#, c-format
msgid "Failed to realloc() %lu bytes."
msgstr ""
#: src/misc.c:85
msgid "Not enough memory to continue: strdup() failed."
msgstr ""
#: src/misc.c:304
msgid "Warning: Unable to delay"
msgstr ""
#: src/misc.c:326
msgid "Unable to lookup hostname"
msgstr ""
#: src/misc.c:328
msgid "Unable to create socket"
msgstr ""
#: src/misc.c:330
msgid "Error occured while connecting"
msgstr ""
#: src/misc.c:332 src/misc.c:386
msgid "The connection attempt was refused"
msgstr ""
#: src/misc.c:334
msgid "Error while accepting the connection"
msgstr ""
#: src/misc.c:336
msgid "Error while Binding socket"
msgstr ""
#: src/misc.c:338
msgid "Error while listening"
msgstr ""
#: src/misc.c:340
msgid "The connection was reset/closed by the peer"
msgstr ""
#: src/misc.c:342
msgid "The URL Protocol was unknown"
msgstr ""
#: src/misc.c:344
msgid "The port specified in the URL is not valid!"
msgstr ""
#: src/misc.c:346
msgid "The Hostname specified in the URL is not valid!"
msgstr ""
#: src/misc.c:348
msgid "The Pattern specified in the URL does not look valid!"
msgstr ""
#: src/misc.c:350
msgid "End of file reached in HTTP connection"
msgstr ""
#: src/misc.c:352
msgid "Error occured in HTTP data transfer"
msgstr ""
#: src/misc.c:354
msgid "Authentification is required to access this resource"
msgstr ""
#: src/misc.c:356
msgid "Failed to Authenticate with host!"
msgstr ""
#: src/misc.c:358
msgid "The URL was not found on the host!"
msgstr ""
#: src/misc.c:360
msgid "The host disallowed the login attempt"
msgstr ""
#: src/misc.c:362
msgid "The PORT request was rejected by the server"
msgstr ""
#: src/misc.c:364
msgid "The object file/dir was not found on the host!"
msgstr ""
#: src/misc.c:366
msgid "The TYPE specified in not known by the FTP server!"
msgstr ""
#: src/misc.c:368
msgid "The command is not known by the FTP server!"
msgstr ""
#: src/misc.c:370
msgid "The SIZE command failed"
msgstr ""
#: src/misc.c:372
msgid "Error occured in FTP data transfer"
msgstr ""
#: src/misc.c:374
msgid "The REST command failed"
msgstr ""
#: src/misc.c:376
msgid "The peer did not allow access"
msgstr ""
#: src/misc.c:378 src/misc.c:380
msgid "The host rejected the password"
msgstr ""
#: src/misc.c:382
msgid "The PASV (passive mode) was not supported the host"
msgstr ""
#: src/misc.c:384
msgid "The host does not support PASV (passive mode) transfers"
msgstr ""
#: src/misc.c:388
msgid "Failed to (CWD)change to the directory"
msgstr ""
#: src/misc.c:392
msgid ""
"The host said the requested service was unavailable and closed the control "
"connection"
msgstr ""
#: src/misc.c:394
msgid "getsockname failed!"
msgstr ""
#: src/misc.c:399 src/misc.c:409
msgid ""
"The server, while acting as a gateway or proxy, received an invalid response "
"from the upstream server it accessed in attempting to fulfill the request"
msgstr ""
#: src/misc.c:404
msgid ""
"The server is currently unable to handle the request due to a temporary "
"overloading or maintenance of the server."
msgstr ""
#: src/misc.c:414
msgid ""
"The server encountered an unexpected condition which prevented it from "
"fulfilling the request."
msgstr ""
#: src/misc.c:419
msgid ""
"The server does not support the functionality required to fulfill the "
"request."
msgstr ""
#: src/misc.c:422
msgid "Error while opening file"
msgstr ""
#: src/misc.c:424
msgid "Error while writing to file"
msgstr ""
#: src/misc.c:427
msgid "The Download was aborted"
msgstr ""
#: src/misc.c:429
msgid "The Download encountered a local fatal error"
msgstr ""
#: src/misc.c:431
msgid "Error: Resuming this connection is not possible"
msgstr ""
#: src/misc.c:433
msgid "Error while reading data from socket"
msgstr ""
#: src/misc.c:435
msgid "Error while writing data to socket"
msgstr ""
#: src/misc.c:437
msgid "Error while Proxying"
msgstr ""
#: src/misc.c:439
msgid "The location is a directory"
msgstr ""
#: src/misc.c:442
msgid "Unknown/Unsupported error code"
msgstr ""
#: src/netrc.c:215
#, c-format
msgid "%s:%d: warning: found \"%s\" before any host names\n"
msgstr ""
#: src/netrc.c:243
#, c-format
msgid "%s:%d: warning: unknown token \"%s\"\n"
msgstr ""

View File

@@ -1,3 +1,16 @@
2010-09-01 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.in.in: Upgrade to gettext-0.18.1.
* Rules-quot: New file, from gettext-0.18.1.
* boldquot.sed: New file, from gettext-0.18.1.
* en@boldquot.header: New file, from gettext-0.18.1.
* en@quot.header: New file, from gettext-0.18.1.
* insert-header.sin: New file, from gettext-0.18.1.
* quot.sed: New file, from gettext-0.18.1.
* remove-potcdate.sin: New file, from gettext-0.18.1.
* cat-id-tbl.c: Remove file.
* stamp-cat-id: Remove file.
2001-06-03 gettextize <bug-gnu-utils@gnu.org>
* Makefile.in.in: Upgrade to gettext-0.10.38.

View File

@@ -1,13 +1,19 @@
# Makefile for program source directory in GNU NLS utilities package.
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
# Makefile for PO directory in any package using GNU gettext.
# Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
#
# This file file be copied and used freely without restrictions. It can
# be used in projects which are not available under the GNU Public License
# but which still want to provide support for the GNU gettext functionality.
# Please note that the actual code is *not* freely available.
# This file can be copied and used freely without restrictions. It can
# be used in projects which are not available under the GNU General Public
# License but which still want to provide support for the GNU gettext
# functionality.
# Please note that the actual code of GNU gettext is covered by the GNU
# General Public License and is *not* in the public domain.
#
# Origin: gettext-0.18
GETTEXT_MACRO_VERSION = 0.18
PACKAGE = @PACKAGE@
VERSION = @VERSION@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
SHELL = /bin/sh
@SET_MAKE@
@@ -18,230 +24,420 @@ VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = $(prefix)/@DATADIRNAME@
localedir = $(datadir)/locale
gnulocaledir = $(prefix)/share/locale
gettextsrcdir = $(prefix)/share/gettext/po
subdir = po
datarootdir = @datarootdir@
datadir = @datadir@
localedir = @localedir@
gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
CC = @CC@
GENCAT = @GENCAT@
GMSGFMT = PATH=../src:$$PATH @GMSGFMT@
MSGFMT = @MSGFMT@
XGETTEXT = PATH=../src:$$PATH @XGETTEXT@
MSGMERGE = PATH=../src:$$PATH msgmerge
# We use $(mkdir_p).
# In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
# "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
# @install_sh@ does not start with $(SHELL), so we add it.
# In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
# versions, $(mkinstalldirs) and $(install_sh) are unused.
mkinstalldirs = $(SHELL) @install_sh@ -d
install_sh = $(SHELL) @install_sh@
MKDIR_P = @MKDIR_P@
mkdir_p = @mkdir_p@
DEFS = @DEFS@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
GMSGFMT_ = @GMSGFMT@
GMSGFMT_no = @GMSGFMT@
GMSGFMT_yes = @GMSGFMT_015@
GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT))
MSGFMT_ = @MSGFMT@
MSGFMT_no = @MSGFMT@
MSGFMT_yes = @MSGFMT_015@
MSGFMT = $(MSGFMT_$(USE_MSGCTXT))
XGETTEXT_ = @XGETTEXT@
XGETTEXT_no = @XGETTEXT@
XGETTEXT_yes = @XGETTEXT_015@
XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT))
MSGMERGE = msgmerge
MSGMERGE_UPDATE = @MSGMERGE@ --update
MSGINIT = msginit
MSGCONV = msgconv
MSGFILTER = msgfilter
INCLUDES = -I.. -I$(top_srcdir)/intl
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
SOURCES = cat-id-tbl.c
POFILES = @POFILES@
GMOFILES = @GMOFILES@
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
UPDATEPOFILES = @UPDATEPOFILES@
DUMMYPOFILES = @DUMMYPOFILES@
DISTFILES.common = Makefile.in.in remove-potcdate.sin \
$(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3)
DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \
$(POFILES) $(GMOFILES) \
$(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3)
POTFILES = \
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
INSTOBJEXT = @INSTOBJEXT@
# Makevars gets inserted here. (Don't remove this line!)
.SUFFIXES:
.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
.c.o:
$(COMPILE) $<
.po.pox:
$(MAKE) $(PACKAGE).pot
$(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update
.po.mo:
$(MSGFMT) -o $@ $<
@echo "$(MSGFMT) -c -o $@ $<"; \
$(MSGFMT) -c -o t-$@ $< && mv t-$@ $@
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) -o $$file $<
@lang=`echo $* | sed -e 's,.*/,,'`; \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \
cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo
.po.cat:
sed -f ../intl/po2msg.sed < $< > $*.msg \
&& rm -f $@ && $(GENCAT) $@ $*.msg
.sin.sed:
sed -e '/^#/d' $< > t-$@
mv t-$@ $@
all: all-@USE_NLS@
all: check-macro-version all-@USE_NLS@
all-yes: cat-id-tbl.c $(CATALOGS)
all-yes: stamp-po
all-no:
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
--add-comments --keyword=_ --keyword=N_ \
--files-from=$(srcdir)/POTFILES.in \
&& test ! -f $(PACKAGE).po \
|| ( rm -f $(srcdir)/$(PACKAGE).pot \
&& mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )
# Ensure that the gettext macros and this Makefile.in.in are in sync.
check-macro-version:
@test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@" \
|| { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@" 1>&2; \
exit 1; \
}
$(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
$(srcdir)/stamp-cat-id: $(PACKAGE).pot
rm -f cat-id-tbl.tmp
sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
| sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
rm cat-id-tbl.tmp; \
# $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
# internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
# we don't want to bother translators with empty POT files). We assume that
# LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty.
# In this case, stamp-po is a nop (i.e. a phony target).
# stamp-po is a timestamp denoting the last time at which the CATALOGS have
# been loosely updated. Its purpose is that when a developer or translator
# checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
# "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
# invocations of "make" will do nothing. This timestamp would not be necessary
# if updating the $(CATALOGS) would always touch them; however, the rule for
# $(POFILES) has been designed to not touch files that don't need to be
# changed.
stamp-po: $(srcdir)/$(DOMAIN).pot
test ! -f $(srcdir)/$(DOMAIN).pot || \
test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES)
@test ! -f $(srcdir)/$(DOMAIN).pot || { \
echo "touch stamp-po" && \
echo timestamp > stamp-poT && \
mv stamp-poT stamp-po; \
}
# Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
# otherwise packages like GCC can not be built if only parts of the source
# have been downloaded.
# This target rebuilds $(DOMAIN).pot; it is an expensive operation.
# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \
package_gnu='GNU '; \
else \
echo cat-id-tbl.c changed; \
rm -f $(srcdir)/cat-id-tbl.c; \
mv cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; \
package_gnu=''; \
fi; \
if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \
msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \
else \
msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \
fi; \
case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
'' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \
--files-from=$(srcdir)/POTFILES.in \
--copyright-holder='$(COPYRIGHT_HOLDER)' \
--msgid-bugs-address="$$msgid_bugs_address" \
;; \
*) \
$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \
--files-from=$(srcdir)/POTFILES.in \
--copyright-holder='$(COPYRIGHT_HOLDER)' \
--package-name="$${package_gnu}@PACKAGE@" \
--package-version='@VERSION@' \
--msgid-bugs-address="$$msgid_bugs_address" \
;; \
esac
test ! -f $(DOMAIN).po || { \
if test -f $(srcdir)/$(DOMAIN).pot; then \
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
else \
rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
fi; \
else \
mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
fi; \
}
# This rule has no dependencies: we don't need to update $(DOMAIN).pot at
# every "make" invocation, only create it when it is missing.
# Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
$(srcdir)/$(DOMAIN).pot:
$(MAKE) $(DOMAIN).pot-update
# This target rebuilds a PO file if $(DOMAIN).pot has changed.
# Note that a PO file is not touched if it doesn't need to be changed.
$(POFILES): $(srcdir)/$(DOMAIN).pot
@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
if test -f "$(srcdir)/$${lang}.po"; then \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \
cd $(srcdir) \
&& { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
'' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \
*) \
$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \
esac; \
}; \
else \
$(MAKE) $${lang}.po-create; \
fi
cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
install: install-exec install-data
install-exec:
install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all
if test -r "$(MKINSTALLDIRS)"; then \
$(MKINSTALLDIRS) $(datadir); \
else \
$(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
fi
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
case "$$cat" in \
*.gmo) destdir=$(gnulocaledir);; \
*) destdir=$(localedir);; \
esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
dir=$$destdir/$$lang/LC_MESSAGES; \
if test -r "$(MKINSTALLDIRS)"; then \
$(MKINSTALLDIRS) $$dir; \
else \
$(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \
fi; \
if test -r $$cat; then \
$(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \
else \
$(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \
echo "installing $(srcdir)/$$cat as" \
"$$dir/$(PACKAGE)$(INSTOBJEXT)"; \
fi; \
if test -r $$cat.m; then \
$(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \
echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
else \
if test -r $(srcdir)/$$cat.m ; then \
$(INSTALL_DATA) $(srcdir)/$$cat.m \
$$dir/$(PACKAGE)$(INSTOBJEXT).m; \
echo "installing $(srcdir)/$$cat as" \
"$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \
else \
true; \
fi; \
fi; \
done
if test "$(PACKAGE)" = "gettext"; then \
if test -r "$(MKINSTALLDIRS)"; then \
$(MKINSTALLDIRS) $(gettextsrcdir); \
else \
$(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
fi; \
$(INSTALL_DATA) $(srcdir)/Makefile.in.in \
$(gettextsrcdir)/Makefile.in.in; \
if test "$(PACKAGE)" = "gettext-tools"; then \
$(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
for file in $(DISTFILES.common) Makevars.template; do \
$(INSTALL_DATA) $(srcdir)/$$file \
$(DESTDIR)$(gettextsrcdir)/$$file; \
done; \
for file in Makevars; do \
rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
done; \
else \
: ; \
fi
install-data-no: all
install-data-yes: all
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
$(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
(cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
for file in *; do \
if test -f $$file; then \
ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
fi; \
done); \
rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
else \
if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
:; \
else \
rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
fi; \
fi; \
rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
fi; \
done; \
done
install-strip: install
installdirs: installdirs-exec installdirs-data
installdirs-exec:
installdirs-data: installdirs-data-@USE_NLS@
if test "$(PACKAGE)" = "gettext-tools"; then \
$(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
else \
: ; \
fi
installdirs-data-no:
installdirs-data-yes:
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
$(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
(cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
for file in *; do \
if test -f $$file; then \
ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
fi; \
done); \
rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
else \
if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
:; \
else \
rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
fi; \
fi; \
fi; \
done; \
done
# Define this as empty until I found a useful application.
installcheck:
uninstall:
uninstall: uninstall-exec uninstall-data
uninstall-exec:
uninstall-data: uninstall-data-@USE_NLS@
if test "$(PACKAGE)" = "gettext-tools"; then \
for file in $(DISTFILES.common) Makevars.template; do \
rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
done; \
else \
: ; \
fi
uninstall-data-no:
uninstall-data-yes:
catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
done; \
done
rm -f $(gettextsrcdir)/po-Makefile.in.in
check: all
cat-id-tbl.o: ../intl/libgettext.h
dvi info tags TAGS ID:
info dvi ps pdf html tags TAGS ctags CTAGS ID:
mostlyclean:
rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
rm -f remove-potcdate.sed
rm -f stamp-poT
rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
rm -fr *.o
clean: mostlyclean
distclean: clean
rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
rm -f Makefile Makefile.in POTFILES *.mo
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
rm -f $(GMOFILES)
rm -f stamp-po $(GMOFILES)
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir: update-po $(DISTFILES)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir:
$(MAKE) update-po
@$(MAKE) dist2
# This is a separate target because 'update-po' must be executed before.
dist2: stamp-po $(DISTFILES)
dists="$(DISTFILES)"; \
if test "$(PACKAGE)" = "gettext-tools"; then \
dists="$$dists Makevars.template"; \
fi; \
if test -f $(srcdir)/$(DOMAIN).pot; then \
dists="$$dists $(DOMAIN).pot stamp-po"; \
fi; \
if test -f $(srcdir)/ChangeLog; then \
dists="$$dists ChangeLog"; \
fi; \
for i in 0 1 2 3 4 5 6 7 8 9; do \
if test -f $(srcdir)/ChangeLog.$$i; then \
dists="$$dists ChangeLog.$$i"; \
fi; \
done; \
if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
for file in $$dists; do \
ln $(srcdir)/$$file $(distdir) 2> /dev/null \
|| cp -p $(srcdir)/$$file $(distdir); \
if test -f $$file; then \
cp -p $$file $(distdir) || exit 1; \
else \
cp -p $(srcdir)/$$file $(distdir) || exit 1; \
fi; \
done
update-po: Makefile
$(MAKE) $(PACKAGE).pot
PATH=`pwd`/../src:$$PATH; \
$(MAKE) $(DOMAIN).pot-update
test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES)
$(MAKE) update-gmo
# General rule for creating PO files.
.nop.po-create:
@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
exit 1
# General rule for updating PO files.
.nop.po-update:
@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
tmpdir=`pwd`; \
echo "$$lang:"; \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
cd $(srcdir); \
catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
mv $$lang.po $$lang.old.po; \
echo "$$lang:"; \
if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \
rm -f $$lang.old.po; \
if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
'' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
$(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
*) \
$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \
esac; \
}; then \
if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
rm -f $$tmpdir/$$lang.new.po; \
else \
echo "msgmerge for $$cat failed!"; \
rm -f $$lang.po; \
mv $$lang.old.po $$lang.po; \
if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
:; \
else \
echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
exit 1; \
fi; \
fi; \
done
else \
echo "msgmerge for $$lang.po failed!" 1>&2; \
rm -f $$tmpdir/$$lang.new.po; \
fi
POTFILES: POTFILES.in
( if test 'x$(srcdir)' != 'x.'; then \
posrcprefix='$(top_srcdir)/'; \
else \
posrcprefix="../"; \
fi; \
rm -f $@-t $@ \
&& (sed -e '/^#/d' -e '/^[ ]*$$/d' \
-e "s@.*@ $$posrcprefix& \\\\@" < $(srcdir)/$@.in \
| sed -e '$$s/\\$$//') > $@-t \
&& chmod a-w $@-t \
&& mv $@-t $@ )
$(DUMMYPOFILES):
Makefile: Makefile.in.in ../config.status POTFILES
cd .. \
&& CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
$(SHELL) ./config.status
update-gmo: Makefile $(GMOFILES)
@:
# Recreate Makefile by invoking config.status. Explicitly invoke the shell,
# because execution permission bits may not work on the current file system.
# Use @SHELL@, which is the shell determined by autoconf for the use by its
# scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient.
Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@
cd $(top_builddir) \
&& @SHELL@ ./config.status $(subdir)/$@.in po-directories
force:
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

41
libprozilla/po/Makevars Normal file
View File

@@ -0,0 +1,41 @@
# Makefile variables for PO directory in any package using GNU gettext.
# Usually the message domain is the same as the package name.
DOMAIN = $(PACKAGE)
# These two variables depend on the location of this directory.
subdir = po
top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
# package. (Note that the msgstr strings, extracted from the package's
# sources, belong to the copyright holder of the package.) Translators are
# expected to transfer the copyright for their translations to this person
# or entity, or to disclaim their copyright. The empty string stands for
# the public domain; in this case the translators are expected to disclaim
# their copyright.
COPYRIGHT_HOLDER = Free Software Foundation, Inc.
# This is the email address or URL to which the translators shall report
# bugs in the untranslated strings:
# - Strings which are not entire sentences, see the maintainer guidelines
# in the GNU gettext documentation, section 'Preparing Strings'.
# - Strings which use unclear terms or require additional context to be
# understood.
# - Strings which make invalid assumptions about notation of date, time or
# money.
# - Pluralisation problems.
# - Incorrect English spelling.
# - Incorrect formatting.
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
MSGID_BUGS_ADDRESS = prozilla-dev@disconnected-by-peer.at
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
EXTRA_LOCALE_CATEGORIES =

View File

@@ -0,0 +1,41 @@
# Makefile variables for PO directory in any package using GNU gettext.
# Usually the message domain is the same as the package name.
DOMAIN = $(PACKAGE)
# These two variables depend on the location of this directory.
subdir = po
top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
# package. (Note that the msgstr strings, extracted from the package's
# sources, belong to the copyright holder of the package.) Translators are
# expected to transfer the copyright for their translations to this person
# or entity, or to disclaim their copyright. The empty string stands for
# the public domain; in this case the translators are expected to disclaim
# their copyright.
COPYRIGHT_HOLDER = Free Software Foundation, Inc.
# This is the email address or URL to which the translators shall report
# bugs in the untranslated strings:
# - Strings which are not entire sentences, see the maintainer guidelines
# in the GNU gettext documentation, section 'Preparing Strings'.
# - Strings which use unclear terms or require additional context to be
# understood.
# - Strings which make invalid assumptions about notation of date, time or
# money.
# - Pluralisation problems.
# - Incorrect English spelling.
# - Incorrect formatting.
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
MSGID_BUGS_ADDRESS =
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
EXTRA_LOCALE_CATEGORIES =

47
libprozilla/po/Rules-quot Normal file
View File

@@ -0,0 +1,47 @@
# Special Makefile rules for English message catalogs with quotation marks.
DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
.SUFFIXES: .insert-header .po-update-en
en@quot.po-create:
$(MAKE) en@quot.po-update
en@boldquot.po-create:
$(MAKE) en@boldquot.po-update
en@quot.po-update: en@quot.po-update-en
en@boldquot.po-update: en@boldquot.po-update-en
.insert-header.po-update-en:
@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
tmpdir=`pwd`; \
echo "$$lang:"; \
ll=`echo $$lang | sed -e 's/@.*//'`; \
LC_ALL=C; export LC_ALL; \
cd $(srcdir); \
if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
rm -f $$tmpdir/$$lang.new.po; \
else \
if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
:; \
else \
echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
exit 1; \
fi; \
fi; \
else \
echo "creation of $$lang.po failed!" 1>&2; \
rm -f $$tmpdir/$$lang.new.po; \
fi
en@quot.insert-header: insert-header.sin
sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
en@boldquot.insert-header: insert-header.sin
sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header
mostlyclean: mostlyclean-quot
mostlyclean-quot:
rm -f *.insert-header

View File

@@ -0,0 +1,10 @@
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/\1/g
s/ '\([^`']*\)' / \1 /g
s/ '\([^`']*\)'$/ \1/g
s/^'\([^`']*\)' /\1 /g
s/“”/""/g
s///g
s//”/g
s///g
s///g

View File

@@ -1,654 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-12-11 21:59+0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/connection.c:177 src/connection.c:274
msgid "write failed"
msgstr ""
#: src/connection.c:180 src/connection.c:277
#, c-format
msgid "Unable to write to file %s: %s!"
msgstr ""
#: src/connection.c:201 src/connection.c:258
msgid "connection timed out"
msgstr ""
#: src/connection.c:212 src/connection.c:296
#, c-format
msgid "download for this connection completed%s : %ld received"
msgstr ""
#: src/connection.c:249
msgid "Server Closed Connection Prematurely!"
msgstr ""
#: src/connection.c:346
msgid "Idle"
msgstr ""
#: src/connection.c:349
msgid "Connecting"
msgstr ""
#: src/connection.c:352
msgid "Logging in"
msgstr ""
#: src/connection.c:355
msgid "Downloading"
msgstr ""
#: src/connection.c:358
msgid "Completed"
msgstr ""
#: src/connection.c:361
msgid "Login Denied"
msgstr ""
#: src/connection.c:364
msgid "Connect Refused"
msgstr ""
#: src/connection.c:367
msgid "Remote Fatal"
msgstr ""
#: src/connection.c:370
msgid "Local Fatal"
msgstr ""
#: src/connection.c:373
msgid "Timed Out"
msgstr ""
#: src/connection.c:375
msgid "Max attempts reached"
msgstr ""
#: src/connection.c:378
msgid "Unkown Status!"
msgstr ""
#: src/connection.c:469 src/misc.c:471
msgid "Error: unsupported protocol"
msgstr ""
#: src/connection.c:493
#, c-format
msgid "The server returned location is wrong: %s!"
msgstr ""
#: src/connection.c:502
#, c-format
msgid "Redirected to => %s"
msgstr ""
#: src/debug.c:60 src/download.c:826
#, c-format
msgid "unable to delete the file %s. Reason-: %s"
msgstr ""
#: src/download.c:133 src/download.c:158 src/download.c:2050
#: src/download.c:2068
#, c-format
msgid "Unable to open file %s: %s!"
msgstr ""
#: src/download.c:301
msgid "Warning! Unable to create logfile!"
msgstr ""
#: src/download.c:320 src/download.c:331 src/download.c:473 src/download.c:499
#: src/download.c:534 src/download.c:579 src/download.c:600 src/download.c:626
#: src/download.c:671 src/download.c:692 src/download.c:1276
#: src/download.c:1448 src/download.c:1536 src/download.c:1614
#: src/download.c:1667 src/download.c:1722 src/download.c:1747
#: src/download.c:1773 src/download.c:1823 src/download.c:1878
#: src/download.c:1903
msgid "Error: Not enough system resources"
msgstr ""
#: src/download.c:335
msgid "Error: Unsupported Protocol was specified"
msgstr ""
#: src/download.c:339
msgid "All threads created"
msgstr ""
#: src/download.c:459 src/download.c:1378
msgid "The file was not found in all the connections!"
msgstr ""
#: src/download.c:465 src/download.c:491 src/download.c:575 src/download.c:596
#: src/download.c:667 src/download.c:688 src/download.c:1443
#: src/download.c:1663 src/download.c:1718 src/download.c:1743
#: src/download.c:1874 src/download.c:1899
msgid "Relaunching download"
msgstr ""
#: src/download.c:485 src/download.c:1469
msgid "Failed to change to the working directory on all the connections!"
msgstr ""
#: src/download.c:511 src/download.c:1592
#, c-format
msgid "Connection %d, had a local fatal error: %s .Aborting download. "
msgstr ""
#: src/download.c:526 src/download.c:1607
msgid "All logins rejected! Retrying connection"
msgstr ""
#: src/download.c:618 src/download.c:1765
msgid "All connections attempts have been rejected! Retrying connection"
msgstr ""
#: src/download.c:1416 src/download.c:1508
msgid "Trying additional paths available on this server"
msgstr ""
#: src/download.c:1556
msgid "The server(s) do not support REST on all the connections!"
msgstr ""
#: src/download.c:1579
msgid ""
"This server does not support resuming downloads, so will switch to another "
"server"
msgstr ""
#: src/download.c:1645
msgid ""
"This server has rejected the login attempt, so will switch to another server"
msgstr ""
#: src/download.c:1803
msgid ""
"This server has rejected the connection attempt, so will switch to another "
"server"
msgstr ""
#: src/ftp.c:127
#, c-format
msgid "Error checking for FTP data: %s"
msgstr ""
#: src/ftp.c:144
#, c-format
msgid "Error receiving FTP data: %s"
msgstr ""
#: src/ftp.c:168
#, c-format
msgid "Sending: %s"
msgstr ""
#: src/ftp.c:173
#, c-format
msgid "Error sending FTP data: %s"
msgstr ""
#: src/ftp.c:217
#, c-format
msgid "Received: %s"
msgstr ""
#: src/ftp.c:355
#, c-format
msgid "FTP PASV Header = %s"
msgstr ""
#. Unknown error code.
#: src/ftp.c:775
#, c-format
msgid "Unknown code %d retuned during FTP login"
msgstr ""
#: src/ftp.c:827 src/ftp.c:847 src/http.c:564 src/http.c:579
#: src/http-retr.c:69 src/http-retr.c:84
#, c-format
msgid "Connecting to %s"
msgstr ""
#: src/ftp.c:838 src/ftp.c:856
#, c-format
msgid "Error while connecting to %s"
msgstr ""
#: src/ftp.c:843 src/ftp.c:860
#, c-format
msgid "Connected to %s"
msgstr ""
#: src/ftp.c:888 src/ftp.c:897
#, c-format
msgid "Logging in as user %s with password %s"
msgstr ""
#: src/ftp.c:911
msgid "Logged in successfully"
msgstr ""
#: src/ftp.c:931
#, c-format
msgid "CWD failed to change to directory '%s'"
msgstr ""
#: src/ftp.c:940
msgid "CWD not needed"
msgstr ""
#: src/ftp.c:947
msgid "REST failed"
msgstr ""
#: src/ftp.c:952
msgid "REST ok"
msgstr ""
#: src/ftp.c:1043
msgid "FTP LIST failed: File not found or access not permitted."
msgstr ""
#: src/ftp.c:1073
#, c-format
msgid "Error receiving FTP transfer data: %s"
msgstr ""
#: src/ftp.c:1078
#, c-format
msgid "String received after the LIST command = %s"
msgstr ""
#: src/ftp.c:1094
msgid ""
"Unable to parse the line the FTP server returned:please report URL to "
"prozilla@genesys.ro "
msgstr ""
#: src/ftp.c:1129
msgid "Server doesn't seem to support PASV"
msgstr ""
#: src/ftp.c:1205
#, c-format
msgid "Retrying attempt %d in %d seconds"
msgstr ""
#: src/ftp.c:1224 src/http.c:736
msgid "Successfully got info"
msgstr ""
#: src/ftp.c:1232 src/http.c:748
msgid "File not found!"
msgstr ""
#: src/ftp.c:1251 src/ftp-retr.c:319 src/http.c:767 src/http-retr.c:335
#, c-format
msgid "I have tried %d attempt(s) and have failed, aborting"
msgstr ""
#: src/ftp-retr.c:125
#, c-format
msgid "Logging in as user %s with password %s."
msgstr ""
#: src/ftp-retr.c:165
#, c-format
msgid "CWD failed to change to directory '%s'."
msgstr ""
#: src/ftp-retr.c:171
msgid "CWD ok."
msgstr ""
#: src/ftp-retr.c:175
msgid "CWD not needed."
msgstr ""
#: src/ftp-retr.c:196
msgid ""
"I have a bug in my code!!, check remote_starpos and resume_support values"
msgstr ""
#: src/ftp-retr.c:206
msgid "RETR failed"
msgstr ""
#: src/ftp-retr.c:259
#, c-format
msgid "Retrying..Attempt %d in %d seconds"
msgstr ""
#: src/ftp-retr.c:271 src/http-retr.c:288
msgid "Error while attemting to process download file "
msgstr ""
#: src/ftp-retr.c:302 src/http-retr.c:315
msgid "Successfully got download"
msgstr ""
#: src/ftp-retr.c:308
msgid "Error occured in connection..."
msgstr ""
#: src/http.c:378
msgid "Failed writing HTTP request"
msgstr ""
#: src/http.c:399
#, c-format
msgid "Header = %s"
msgstr ""
#: src/http.c:403
msgid "End of file while parsing headers"
msgstr ""
#: src/http.c:414
msgid "Read error in headers"
msgstr ""
#. Store the descriptive response.
#. Malformed request.
#: src/http.c:440
msgid "UNKNOWN"
msgstr ""
#: src/http.c:442
msgid "(no description)"
msgstr ""
#: src/http.c:573 src/http.c:585 src/http.c:803 src/http-retr.c:77
#: src/http-retr.c:91 src/http-retr.c:398
#, c-format
msgid "Error connecting to %s"
msgstr ""
#: src/http.c:613 src/http.c:830 src/http-retr.c:119 src/http-retr.c:425
#, c-format
msgid "Authenticating as user %s password %s"
msgstr ""
#: src/http.c:614 src/http.c:831 src/http-retr.c:120 src/http-retr.c:426
#, c-format
msgid "Authentification string=%s"
msgstr ""
#: src/http.c:684 src/http-retr.c:199 src/http-retr.c:481
msgid "Sending HTTP request"
msgstr ""
#: src/http.c:719 src/http-retr.c:276
#, c-format
msgid "Retrying...Attempt %d in %d seconds"
msgstr ""
#: src/http-retr.c:308
msgid "Will be handled in main "
msgstr ""
#: src/logfile.c:49
#, c-format
msgid "Error opening file %s for writing: %s"
msgstr ""
#: src/logfile.c:65 src/logfile.c:75 src/logfile.c:97 src/logfile.c:110
#: src/logfile.c:122 src/logfile.c:135
#, c-format
msgid "Error writing to file %s: %s"
msgstr ""
#: src/logfile.c:188
msgid "logfile doesn't exist"
msgstr ""
#: src/logfile.c:221
#, c-format
msgid "Error opening file %s for reading: %s"
msgstr ""
#: src/logfile.c:259 src/logfile.c:274 src/logfile.c:290 src/logfile.c:305
#, c-format
msgid "Error reading from file %s: %s"
msgstr ""
#: src/misc.c:48
#, c-format
msgid "Failed to malloc() %lu bytes."
msgstr ""
#: src/misc.c:63
#, c-format
msgid "Failed to realloc() %lu bytes."
msgstr ""
#: src/misc.c:85
msgid "Not enough memory to continue: strdup() failed."
msgstr ""
#: src/misc.c:304
msgid "Warning: Unable to delay"
msgstr ""
#: src/misc.c:326
msgid "Unable to lookup hostname"
msgstr ""
#: src/misc.c:328
msgid "Unable to create socket"
msgstr ""
#: src/misc.c:330
msgid "Error occured while connecting"
msgstr ""
#: src/misc.c:332 src/misc.c:386
msgid "The connection attempt was refused"
msgstr ""
#: src/misc.c:334
msgid "Error while accepting the connection"
msgstr ""
#: src/misc.c:336
msgid "Error while Binding socket"
msgstr ""
#: src/misc.c:338
msgid "Error while listening"
msgstr ""
#: src/misc.c:340
msgid "The connection was reset/closed by the peer"
msgstr ""
#: src/misc.c:342
msgid "The URL Protocol was unknown"
msgstr ""
#: src/misc.c:344
msgid "The port specified in the URL is not valid!"
msgstr ""
#: src/misc.c:346
msgid "The Hostname specified in the URL is not valid!"
msgstr ""
#: src/misc.c:348
msgid "The Pattern specified in the URL does not look valid!"
msgstr ""
#: src/misc.c:350
msgid "End of file reached in HTTP connection"
msgstr ""
#: src/misc.c:352
msgid "Error occured in HTTP data transfer"
msgstr ""
#: src/misc.c:354
msgid "Authentification is required to access this resource"
msgstr ""
#: src/misc.c:356
msgid "Failed to Authenticate with host!"
msgstr ""
#: src/misc.c:358
msgid "The URL was not found on the host!"
msgstr ""
#: src/misc.c:360
msgid "The host disallowed the login attempt"
msgstr ""
#: src/misc.c:362
msgid "The PORT request was rejected by the server"
msgstr ""
#: src/misc.c:364
msgid "The object file/dir was not found on the host!"
msgstr ""
#: src/misc.c:366
msgid "The TYPE specified in not known by the FTP server!"
msgstr ""
#: src/misc.c:368
msgid "The command is not known by the FTP server!"
msgstr ""
#: src/misc.c:370
msgid "The SIZE command failed"
msgstr ""
#: src/misc.c:372
msgid "Error occured in FTP data transfer"
msgstr ""
#: src/misc.c:374
msgid "The REST command failed"
msgstr ""
#: src/misc.c:376
msgid "The peer did not allow access"
msgstr ""
#: src/misc.c:378 src/misc.c:380
msgid "The host rejected the password"
msgstr ""
#: src/misc.c:382
msgid "The PASV (passive mode) was not supported the host"
msgstr ""
#: src/misc.c:384
msgid "The host does not support PASV (passive mode) transfers"
msgstr ""
#: src/misc.c:388
msgid "Failed to (CWD)change to the directory"
msgstr ""
#: src/misc.c:392
msgid ""
"The host said the requested service was unavailable and closed the control "
"connection"
msgstr ""
#: src/misc.c:394
msgid "getsockname failed!"
msgstr ""
#: src/misc.c:399 src/misc.c:409
msgid ""
"The server, while acting as a gateway or proxy, received an invalid response "
"from the upstream server it accessed in attempting to fulfill the request"
msgstr ""
#: src/misc.c:404
msgid ""
"The server is currently unable to handle the request due to a temporary "
"overloading or maintenance of the server."
msgstr ""
#: src/misc.c:414
msgid ""
"The server encountered an unexpected condition which prevented it from "
"fulfilling the request."
msgstr ""
#: src/misc.c:419
msgid ""
"The server does not support the functionality required to fulfill the "
"request."
msgstr ""
#: src/misc.c:422
msgid "Error while opening file"
msgstr ""
#: src/misc.c:424
msgid "Error while writing to file"
msgstr ""
#: src/misc.c:427
msgid "The Download was aborted"
msgstr ""
#: src/misc.c:429
msgid "The Download encountered a local fatal error"
msgstr ""
#: src/misc.c:431
msgid "Error: Resuming this connection is not possible"
msgstr ""
#: src/misc.c:433
msgid "Error while reading data from socket"
msgstr ""
#: src/misc.c:435
msgid "Error while writing data to socket"
msgstr ""
#: src/misc.c:437
msgid "Error while Proxying"
msgstr ""
#: src/misc.c:439
msgid "The location is a directory"
msgstr ""
#: src/misc.c:442
msgid "Unknown/Unsupported error code"
msgstr ""
#: src/netrc.c:215
#, c-format
msgid "%s:%d: warning: found \"%s\" before any host names\n"
msgstr ""
#: src/netrc.c:243
#, c-format
msgid "%s:%d: warning: unknown token \"%s\"\n"
msgstr ""

154
libprozilla/po/de.po Normal file
View File

@@ -0,0 +1,154 @@
# German translations for proz package.
# Copyright (C) 2010 Free Software Foundation, Inc.
# This file is distributed under the same license as the proz package.
# Automatically generated, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: proz 2.0.5\n"
"Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n"
"POT-Creation-Date: 2010-09-01 13:17+0200\n"
"PO-Revision-Date: 2010-09-01 13:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/download_win.cpp:533
#, c-format
msgid ""
"A connection(s) of the download %s encountered a unrecoverable remote error, "
"usually the file not being present in the remote server, therefore the "
"download had to be aborted!\n"
msgstr ""
#: src/init.cpp:83
msgid "unable to create the directory to store the config info in"
msgstr ""
#: src/init.cpp:88
msgid "Error while stating the config info directory"
msgstr ""
#: src/main.cpp:182
#, c-format
msgid "%s. Version: %s\n"
msgstr ""
#: src/main.cpp:260
#, c-format
msgid ""
"Error: Invalid arguments for the -k option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:266
#, c-format
msgid ""
"Hey! How can I download anything with 0 (Zero) connections!?\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:278
#, c-format
msgid ""
"Error: Invalid arguments for the -t or --tries option(s)\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:338
#, c-format
msgid ""
"Error: Invalid arguments for the --retry-delay option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:350
#, c-format
msgid ""
"Error: Invalid arguments for the --timeout option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:388
#, c-format
msgid ""
"Error: Invalid arguments for the --pt option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:394
#, c-format
msgid ""
"Hey! Does waiting for a server response for Zero(0) seconds make and sense "
"to you!?\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:407 src/main.cpp:426
#, c-format
msgid ""
"Error: Invalid arguments for the --pao option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:413
#, c-format
msgid ""
"Hey you! Will pinging Zero(0) servers at once achive anything for me!?\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:432
#, c-format
msgid ""
"Hey! Will requesting Zero(0) servers at oncefrom the ftpearch achive "
"anything!?\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:445
#, c-format
msgid ""
"Error: Invalid arguments for the --max-bps option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:461
#, c-format
msgid ""
"Error: Invalid arguments for the --min-size option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:474
#, c-format
msgid ""
"Error: Invalid arguments for the --ftpsid option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:480
#, c-format
msgid ""
"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo."
"es\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:489
#, c-format
msgid "Error: Invalid option\n"
msgstr ""
#: src/main.cpp:526
#, c-format
msgid "%s does not seem to be a valid URL"
msgstr ""
#: src/prefs.cpp:549
msgid "could not open preferences file for reading"
msgstr ""

View File

@@ -0,0 +1,25 @@
# All this catalog "translates" are quotation characters.
# The msgids must be ASCII and therefore cannot contain real quotation
# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
# and double quote (0x22). These substitutes look strange; see
# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
#
# This catalog translates grave accent (0x60) and apostrophe (0x27) to
# left single quotation mark (U+2018) and right single quotation mark (U+2019).
# It also translates pairs of apostrophe (0x27) to
# left single quotation mark (U+2018) and right single quotation mark (U+2019)
# and pairs of quotation mark (0x22) to
# left double quotation mark (U+201C) and right double quotation mark (U+201D).
#
# When output to an UTF-8 terminal, the quotation characters appear perfectly.
# When output to an ISO-8859-1 terminal, the single quotation marks are
# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
# grave/acute accent (by libiconv), and the double quotation marks are
# transliterated to 0x22.
# When output to an ASCII terminal, the single quotation marks are
# transliterated to apostrophes, and the double quotation marks are
# transliterated to 0x22.
#
# This catalog furthermore displays the text between the quotation marks in
# bold face, assuming the VT100/XTerm escape sequences.
#

View File

@@ -0,0 +1,22 @@
# All this catalog "translates" are quotation characters.
# The msgids must be ASCII and therefore cannot contain real quotation
# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
# and double quote (0x22). These substitutes look strange; see
# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
#
# This catalog translates grave accent (0x60) and apostrophe (0x27) to
# left single quotation mark (U+2018) and right single quotation mark (U+2019).
# It also translates pairs of apostrophe (0x27) to
# left single quotation mark (U+2018) and right single quotation mark (U+2019)
# and pairs of quotation mark (0x22) to
# left double quotation mark (U+201C) and right double quotation mark (U+201D).
#
# When output to an UTF-8 terminal, the quotation characters appear perfectly.
# When output to an ISO-8859-1 terminal, the single quotation marks are
# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
# grave/acute accent (by libiconv), and the double quotation marks are
# transliterated to 0x22.
# When output to an ASCII terminal, the single quotation marks are
# transliterated to apostrophes, and the double quotation marks are
# transliterated to 0x22.
#

213
libprozilla/po/es.po Normal file
View File

@@ -0,0 +1,213 @@
# translation of proz.po to Espa<70>ol
# Copyright (C) 2006
# This file is distributed under the same license as the PACKAGE package.
#
# Luciano Bello <luciano@linux.org.ar>, 2006.
msgid ""
msgstr ""
"Project-Id-Version: proz\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-12-11 21:45+0600\n"
"PO-Revision-Date: 2006-01-14 21:09-0300\n"
"Last-Translator: Luciano Bello <luciano@linux.org.ar>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
"Language-Team: Espa<70>o<EFBFBD> <es@li.org>\n"
"X-Generator: KBabel 1.11.1\n"
#: src/download_win.cpp:527
#, c-format
msgid ""
"A connection(s) of the download %s encountered a unrecoverable remote error, "
"usually the file not being present in the remote server, therefore the "
"download had to be aborted!\n"
msgstr ""
"Alguna de las conexiones para la descarga de %s di<64> un error irrecuperable,"
"t<><74>picamente es porque el archivo no est<73> presente en el servidor remoto, por lo que la"
" descarga ser<65> abortada!\n"
#: src/init.cpp:83
msgid "unable to create the directory to store the config info in"
msgstr "imposible crear el directorio para guardar la configuraci<63>n"
#: src/init.cpp:87
msgid "Error while stating the config info directory"
msgstr "Error mientras se define el directorio de configuraci<63>n"
#: src/main.cpp:178
#, c-format
msgid "%s. Version: %s\n"
msgstr "%s. Versi<73>n: %s\n"
#.
#. * The call failed due to a invalid arg
#.
#: src/main.cpp:250
#, c-format
msgid ""
"Error: Invalid arguments for the -k option\n"
"Please type proz --help for help\n"
msgstr ""
"Error: Argmentos no v<>lidos para la opci<63>n -k\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:256
#, c-format
msgid ""
"Hey! How can I download anything with 0 (Zero) connections!?\n"
"Please type proz --help for help\n"
msgstr ""
"<22>Hey! <20><>C<EFBFBD>mo har<61> para bajar algo con 0 (Cero) conexiones!?\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#.
#. * The call failed due to a invalid arg
#.
#: src/main.cpp:267
#, c-format
msgid ""
"Error: Invalid arguments for the -t or --tries option(s)\n"
"Please type proz --help for help\n"
msgstr ""
"Error: Argumentos no v<>lidos para la opci<63>n -t o --tries\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#.
#. * The call failed due to a invalid arg
#.
#: src/main.cpp:316
#, c-format
msgid ""
"Error: Invalid arguments for the --retry-delay option\n"
"Please type proz --help for help\n"
msgstr ""
"Error: Argumentos no v<>lidos para la opci<63>n --retry-delay\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#.
#. * The call failed due to a invalid arg
#.
#: src/main.cpp:327
#, c-format
msgid ""
"Error: Invalid arguments for the --timeout option\n"
"Please type proz --help for help\n"
msgstr ""
"Error: Argumentos no v<>lidos para la opci<63>n --timeout\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#.
#. * The call failed due to a invalid arg
#.
#: src/main.cpp:364
#, c-format
msgid ""
"Error: Invalid arguments for the --pt option\n"
"Please type proz --help for help\n"
msgstr ""
"Error: Argumentos no v<>lidos para la opci<63>n --pt\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:370
#, c-format
msgid ""
"Hey! Does waiting for a server response for Zero(0) seconds make and sense "
"to you!?\n"
"Please type proz --help for help\n"
msgstr ""
"<22>Hey! <20><>Tiene sentido esperar que el servidor responda en 0(Cero) segundos!?\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#.
#. * The call failed due to a invalid arg
#.
#: src/main.cpp:382 src/main.cpp:401
#, c-format
msgid ""
"Error: Invalid arguments for the --pao option\n"
"Please type proz --help for help\n"
msgstr ""
"Error: Argumentos no v<>lidos para la opci<63>n --pao\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:388
#, c-format
msgid ""
"Hey you! Will pinging Zero(0) servers at once achive anything for me!?\n"
"Please type proz --help for help\n"
msgstr ""
"<22>Hey! Tiene sentido alguno enviar un ping a cero (0) servidores!?\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:407
#, c-format
msgid ""
"Hey! Will requesting Zero(0) servers at oncefrom the ftpearch achive "
"anything!?\n"
"Please type proz --help for help\n"
msgstr ""
""
"Please type proz --help for help\n"
#.
#. * The call failed due to a invalid arg
#.
#: src/main.cpp:419
#, c-format
msgid ""
"Error: Invalid arguments for the --max-bps option\n"
"Please type proz --help for help\n"
msgstr ""
"Error: Argumentos no v<>lidos para la opci<63>n --max-bps\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#.
#. * The call failed due to a invalid arg
#.
#: src/main.cpp:433
#, c-format
msgid ""
"Error: Invalid arguments for the --min-size option\n"
"Please type proz --help for help\n"
msgstr ""
"Error: Argumentos no v<>lidos para la opci<63>n --min-size\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#.
#. * The call failed due to a invalid arg
#.
#: src/main.cpp:446
#, c-format
msgid ""
"Error: Invalid arguments for the --ftpsid option\n"
"Please type proz --help for help\n"
msgstr ""
"Error: Argumentos no v<>lidos para la opci<63>n --ftpsid\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:452
#, c-format
msgid ""
"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo."
"es\n"
"Please type proz --help for help\n"
msgstr ""
"Los servidores disponibles son (0) filesearching.com y (1) ftpsearch.elmundo."
"es\n"
"Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:461
#, c-format
msgid "Error: Invalid option\n"
msgstr "Error: Opci<63>n Inv<6E>lida\n"
#: src/main.cpp:498
#, c-format
msgid "%s does not seem to be a valid URL"
msgstr "%s no parece ser una URL v<>lida"
#: src/prefs.cpp:549
msgid "could not open preferences file for reading"
msgstr "imposible abrir el archivo de preferencias para la lectura"

BIN
libprozilla/po/fr.gmo Normal file

Binary file not shown.

497
libprozilla/po/fr.po Normal file
View File

@@ -0,0 +1,497 @@
# french po file for prozgui
# Copyright (C) 2001 Free Software Foundation, Inc.
# Eric Lassauge <lassauge@mail.dotcom.fr>, 2001
# http://lassauge.free.fr/linux.html
#
msgid ""
msgstr ""
"Project-Id-Version: prozgui 2.0.4\n"
"Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n"
"POT-Creation-Date: 2010-09-01 13:17+0200\n"
"PO-Revision-Date: 2001-12-03 15:43+0100\n"
"Last-Translator: Eric Lassauge <lassauge@mail.dotcom.fr>\n"
"Language-Team: Gozer le maudit <gozer@mailclub.net>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/download_win.cpp:533
#, fuzzy, c-format
msgid ""
"A connection(s) of the download %s encountered a unrecoverable remote error, "
"usually the file not being present in the remote server, therefore the "
"download had to be aborted!\n"
msgstr ""
"Une connexion du t<>l<EFBFBD>chargement %s a eu une erreur fatale, <20> priorile "
"fichier n'est pas pr<70>sent sur le serveur distant, le t<>l<EFBFBD>chargement a du<64>tre "
"interrompu!"
#: src/init.cpp:83
msgid "unable to create the directory to store the config info in"
msgstr ""
#: src/init.cpp:88
msgid "Error while stating the config info directory"
msgstr ""
#: src/main.cpp:182
#, c-format
msgid "%s. Version: %s\n"
msgstr ""
#: src/main.cpp:260
#, c-format
msgid ""
"Error: Invalid arguments for the -k option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:266
#, c-format
msgid ""
"Hey! How can I download anything with 0 (Zero) connections!?\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:278
#, c-format
msgid ""
"Error: Invalid arguments for the -t or --tries option(s)\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:338
#, c-format
msgid ""
"Error: Invalid arguments for the --retry-delay option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:350
#, c-format
msgid ""
"Error: Invalid arguments for the --timeout option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:388
#, c-format
msgid ""
"Error: Invalid arguments for the --pt option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:394
#, c-format
msgid ""
"Hey! Does waiting for a server response for Zero(0) seconds make and sense "
"to you!?\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:407 src/main.cpp:426
#, c-format
msgid ""
"Error: Invalid arguments for the --pao option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:413
#, c-format
msgid ""
"Hey you! Will pinging Zero(0) servers at once achive anything for me!?\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:432
#, c-format
msgid ""
"Hey! Will requesting Zero(0) servers at oncefrom the ftpearch achive "
"anything!?\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:445
#, c-format
msgid ""
"Error: Invalid arguments for the --max-bps option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:461
#, c-format
msgid ""
"Error: Invalid arguments for the --min-size option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:474
#, c-format
msgid ""
"Error: Invalid arguments for the --ftpsid option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:480
#, c-format
msgid ""
"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo."
"es\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:489
#, c-format
msgid "Error: Invalid option\n"
msgstr "Erreur: option invalide\n"
#: src/main.cpp:526
#, c-format
msgid "%s does not seem to be a valid URL"
msgstr "%s n'est pas une URL valide"
#: src/prefs.cpp:549
msgid "could not open preferences file for reading"
msgstr ""
#~ msgid "Prozilla Preferences Panel"
#~ msgstr "Configuration des pr<70>f<EFBFBD>rences de Prozilla"
#~ msgid "General"
#~ msgstr "G<>n<EFBFBD>ral"
#~ msgid "Number of Threads:"
#~ msgstr "Nombre de \"Threads\":"
#~ msgid "Use PASV for FTP transfers (recommended)"
#~ msgstr "Utiliser PASV pour les transferts FTP (recommand<6E>)"
#~ msgid ""
#~ "Ask the HTTP proxies not to cache requests between sessions (default is "
#~ "off)"
#~ msgstr ""
#~ "Demander aux proxies HTTP de ne pas faire de cache pour les requ<71>tes "
#~ "entre les sessions (pas fait par d<>faut)"
#~ msgid "Retry Delay (Sec):"
#~ msgstr "D<>lai entre les tentatives (sec):"
#~ msgid "Timeout Period (Sec):"
#~ msgstr "Dur<75>e de hors-temps (sec):"
#~ msgid "Directory to download the files:"
#~ msgstr "R<>pertoire o<> t<>l<EFBFBD>charger les fichiers:"
#~ msgid "Limit bandwith usage PER download to (Kbps) (0 = unlimited):"
#~ msgstr ""
#~ "Limiter la bande passante par t<>l<EFBFBD>chargement <20> (Kps) (0 = illimit<69>):"
#~ msgid "Hostname:"
#~ msgstr "Nom d'h<>te:"
#~ msgid "HTTP Proxy:"
#~ msgstr "Proxy HTTP:"
#~ msgid "Username:"
#~ msgstr "Nom d'utilisateur:"
#~ msgid "Password:"
#~ msgstr "Mot de passe:"
#~ msgid "FTP Proxy:"
#~ msgstr "Proxy FTP:"
#~ msgid "FTP Proxy Type:"
#~ msgstr "Type de proxy FTP:"
#~ msgid "Use HTTP Proxy"
#~ msgstr "Utiliser un proxy HTTP"
#~ msgid "Use FTP Proxy"
#~ msgstr "Utiliser un proxy FTP"
#~ msgid "Direct Connection to the Internet"
#~ msgstr "Connexion directe <20> Internet"
#~ msgid "Use proxies"
#~ msgstr "Utiliser des proxies"
#~ msgid "FTP Search"
#~ msgstr "Recherche FTP"
#~ msgid "Number of mirrors to request:"
#~ msgstr "Nombre de sites miroirs <20> interroger:"
#~ msgid "Ping Timeout (Sec):"
#~ msgstr "Hors temps pour ping (Sec):"
#~ msgid "Number of mirrors to ping at once:"
#~ msgstr "Nombre de sites miroirs <20> contacter (ping) <20> la fois:"
#~ msgid "Do FTPSearch automatically"
#~ msgstr "Faire les recherches FTP automatiquement"
#~ msgid "FTPSearch Server to use:"
#~ msgstr "Serveur de recherche FTP <20> utiliser:"
#~ msgid "Cancel"
#~ msgstr "Annuler"
#~ msgid "Prozilla Download Accelerator 2.0.4"
#~ msgstr "Acc<63>l<EFBFBD>rateur de t<>l<EFBFBD>chargement Prozilla 2.0.4"
#~ msgid "GUI Version 2.0.4"
#~ msgstr "IHM Version 2.0.4"
#~ msgid "Credits"
#~ msgstr "Cr<43>dits"
#~ msgid "Kalum Somaratna - Main Programming"
#~ msgstr "Kalum Somaratna - Programmeur principal"
#~ msgid "Uwe Hermann - Additional Programming"
#~ msgstr "Uwe Hermann - Programmeur additionnel"
#~ msgid ""
#~ "Gustavo Noronha Silva (KoV) - libprozilla GNU gettext support, deb "
#~ "package maintainer"
#~ msgstr ""
#~ "Gustavo Noronha Silva (KoV) - Support GNU gettext pour libprozilla, "
#~ "mainteneur du package debian"
#~ msgid "Ralph Slooten - Web Page Maintainer, RPM packager, testing"
#~ msgstr "Ralph Slooten - Mainteneur des pages Web, empaqueteur RPM, tests"
#~ msgid ""
#~ "If you have contributed and arent listed, I apologise and please mail me "
#~ "<kalum@genesys.ro> and I will correct it"
#~ msgstr ""
#~ "Si vous avez contribu<62> et n'<27>tes pas list<73>, milles excuses et envoyez un "
#~ "mel <20><kalum@genesys.ro> et je corrigerais <20>a."
#~ msgid ""
#~ "Silviu Marin-Caea - (Our sysadmin) Donation of valuable bandwith and "
#~ "system resources at genesys.ro, testing"
#~ msgstr ""
#~ "Silviu Marin-Caea - (notre administrateur syst<73>me) Dons de bande "
#~ "passanteet de ressources syst<73>me chez genesys.ro, tests"
#~ msgid "Pablo Iranzo G<>mez - testing"
#~ msgstr "Pablo Iranzo G<>mez - tests"
#~ msgid "Krogg - The cool Prozilla logo"
#~ msgstr "Krogg - Le logo Prozilla"
#~ msgid "David L. Matthews - testing"
#~ msgstr "David L. Matthews - tests"
#~ msgid "Translations"
#~ msgstr "Traductions"
#~ msgid "Ruben Boer - Dutch Translation"
#~ msgstr "Ruben Boer - Traduction en hollandais"
#~ msgid "Ralph Slooten- Dutch Translation"
#~ msgstr "Ralph Slooten - Traduction en hollandais"
#~ msgid "Flower - Romanian Translation"
#~ msgstr "Flower - Traduction en roumain"
#~ msgid "Gustavo Noronha Silva (KoV) - Portugese Translation"
#~ msgstr "Gustavo Noronha Silva (KoV) - Traduction en portugais"
#~ msgid "Emanuele Tatti (Kreazy) - Italian Translation"
#~ msgstr "Emanuele Tatti (Kreazy) - Traduction en italien"
#~ msgid "Alberto Zanoni - Italian Translation"
#~ msgstr "Alberto Zanoni - Traduction en italien"
#~ msgid "Eric Lassauge - French Translation"
#~ msgstr "Eric Lassauge - Traduction en fran<61>ais"
#~ msgid "Webpage - http://prozilla.genesys.ro/"
#~ msgstr "Site web - http://prozilla.genesys.ro/"
#~ msgid "Please enter the URL"
#~ msgstr "Entrez l'URL"
#~ msgid "Enter URL (CTRL+V to paste from clipboard)"
#~ msgstr ""
#~ "Entrez l'URL (CTRL+V ou clic milieu pour copier depuis le presse-papier)"
#~ msgid "FTPSearch for mirrors (Experimental)"
#~ msgstr "Recherches FTP pour les sites miroirs (exp<78>rimental)"
#~ msgid "Abort, Resume Later"
#~ msgstr "Interrompre, continuer + tard"
#~ msgid "Abort, No Resume Later"
#~ msgstr "Interrompre, pas de continuation + tard"
#~ msgid "Estimated Time Left"
#~ msgstr "Temps restant estim<69>"
#~ msgid "Creating file.............."
#~ msgstr "Cr<43>ation du fichier.............."
#~ msgid "Yes"
#~ msgstr "Oui"
#~ msgid "No"
#~ msgstr "Non"
#~ msgid "Are you Sure You want to quit?"
#~ msgstr "Voulez-vous vraiment quitter?"
#~ msgid "Creating the thread that gets info about file.."
#~ msgstr ""
#~ "Cr<43>ation du \"thread\" qui r<>cup<75>re les informations sur le fichier..."
#~ msgid "I am unable to delete the target file!"
#~ msgstr "Impossible de d<>truire le fichier cible!"
#~ msgid ""
#~ "A error occured while processing the logfile! Assuming default number of "
#~ "connections"
#~ msgstr ""
#~ "Erreur lors du traitement du fichier de traces! Utilisation du nombrede "
#~ "connections par d<>faut"
#~ msgid ""
#~ "The previous download used a different number of connections than the "
#~ "default! so I will use the previous number of threads"
#~ msgstr ""
#~ "Le t<>l<EFBFBD>chargement pr<70>c<EFBFBD>dent utilisait un nombre de connections "
#~ "diff<66>rentde la valeur par d<>faut! Utilisation du nombre de \"threads\" "
#~ "pr<70>c<EFBFBD>dent"
#~ msgid ""
#~ "A error occured while processing the logfile! Assuming default number of "
#~ "connections to delete"
#~ msgstr ""
#~ "Erreur lors du traitement du fichier de traces! Utilisation du nombrede "
#~ "connections par d<>faut <20> d<>tuire"
#~ msgid "The target file %s exists, would you like to overwrite it?"
#~ msgstr "Le fichier cible %s existe, voulez-vous l'<27>craser?"
#~ msgid ""
#~ "Previous download of %s exists, would you like to resume it or overwrite "
#~ "it?"
#~ msgstr ""
#~ "Un t<>l<EFBFBD>chargement pr<70>c<EFBFBD>dent de %s existe, voulez-vous l'<27>craser ou "
#~ "continuer?"
#~ msgid "Resume"
#~ msgstr "Continuer"
#~ msgid "Overwrite"
#~ msgstr "Ecraser"
#~ msgid "RESUME supported"
#~ msgstr "CONTINUATION possible"
#~ msgid "RESUME NOT supported"
#~ msgstr "CONTINUATION impossible"
#~ msgid "UnPause"
#~ msgstr "Fin de pause"
#~ msgid "waiting for thread to end"
#~ msgstr "attente de la fin du \"thread\""
#~ msgid "Thread ended"
#~ msgstr "Fin du \"thread\""
#~ msgid "Got info succesfully"
#~ msgstr "R<>cup<75>ration r<>ussie des informations"
#~ msgid "File Size = %ld Kb"
#~ msgstr "Taille du fichier: = %ld Ko"
#~ msgid "File Size is UNKOWN"
#~ msgstr "Taille du fichier INCONNUE"
#~ msgid "The URL %s doesnt exist!"
#~ msgstr "L'URL %s n'existe pas!"
#~ msgid "No suitable mirrors were found, downloading from original server"
#~ msgstr "Pas de site miroir trouv<75>, t<>l<EFBFBD>chargement depuis le site d'origine"
#~ msgid "Total Bytes received %ld Kb"
#~ msgstr "Total des octets recus %ld Ko"
#~ msgid "Average Speed = %.3f Kb/sec"
#~ msgstr "Vitesse moyenne = %.3f Ko/sec"
#~ msgid "%d Seconds"
#~ msgstr "%d secondes"
#~ msgid "%d Minutes %d Seconds"
#~ msgstr "%d minutes %d secondes"
#~ msgid "%d Hours %d minutes"
#~ msgstr "%d heures %d minutes"
#~ msgid "Waiting till all threads terminate"
#~ msgstr "Attente de la fin de tous les \"threads\""
#~ msgid "Got DL succesfully, now building file"
#~ msgstr "T<>l<EFBFBD>chargement r<>ussi, reconstruction du fichier"
#~ msgid "Building file %s ....."
#~ msgstr "Reconstruction du fichier %s ....."
#~ msgid ""
#~ "Error the server/proxy lied about resuming so I have to restart this from "
#~ "the beginning!"
#~ msgstr ""
#~ "Erreur, le serveur/proxy a donn<6E> une fausse information sur sa capacit<69><74> "
#~ "ex<65>cuter une continuation, il est n<>cessaire de recommencer du d<>but!"
#~ msgid ""
#~ "One connection of the download %s encountered a unrecoverable local "
#~ "error, usually lack of free space, or a write to bad medium, or a problem "
#~ "with permissions,so please fix this and retry"
#~ msgstr ""
#~ "Une connexion du t<>l<EFBFBD>chargement %s a eu une erreur fatale, <20> priori "
#~ "manquede place disque, ou <20>criture sur un support en erreur, ou une "
#~ "probl<62>me avecles permissions de fichier, corriger ce probl<62>me avant de "
#~ "recommencer"
#~ msgid "Close"
#~ msgstr "Fermer"
#~ msgid "%s contains just a hostname, it does not contain a file to download!"
#~ msgstr "%s contient juste un nom d'h<>te, pas de fichier <20> t<>l<EFBFBD>charger!"
#~ msgid "Prozilla - Download Accelerator"
#~ msgstr "Prozilla - Acc<63>l<EFBFBD>rateur de t<>l<EFBFBD>chargement"
#~ msgid "&File"
#~ msgstr "&Fichier"
#~ msgid "&New URL"
#~ msgstr "&Nouvelle URL"
#~ msgid "&Preferences"
#~ msgstr "&Pr<50>f<EFBFBD>rences"
#~ msgid "&Quit"
#~ msgstr "&Quitter"
#~ msgid "&Help"
#~ msgstr "&Aide"
#~ msgid "&About"
#~ msgstr "A &Propos"
#~ msgid "%s does not seem to be a valid directory"
#~ msgstr "%s ne contient pas un r<>pertoire valide"
#~ msgid "%s does not seem to be a valid HTTP proxy value"
#~ msgstr "%s ne contient pas une valeur de proxy HTTP valide"
#~ msgid "%s does not seem to be a valid FTP proxy value"
#~ msgstr "%s ne contient pas une valeur de proxy FTP valide"

View File

@@ -0,0 +1,23 @@
# Sed script that inserts the file called HEADER before the header entry.
#
# At each occurrence of a line starting with "msgid ", we execute the following
# commands. At the first occurrence, insert the file. At the following
# occurrences, do nothing. The distinction between the first and the following
# occurrences is achieved by looking at the hold space.
/^msgid /{
x
# Test if the hold space is empty.
s/m/m/
ta
# Yes it was empty. First occurrence. Read the file.
r HEADER
# Output the file's contents by reading the next line. But don't lose the
# current line while doing this.
g
N
bb
:a
# The hold space was nonempty. Following occurrences. Do nothing.
x
:b
}

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,750 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-01-28 10:34-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/connection.c:177 src/connection.c:274
msgid "write failed"
msgstr ""
#: src/connection.c:180 src/connection.c:277
#, c-format
msgid "Unable to write to file %s: %s!"
msgstr ""
#: src/connection.c:201 src/connection.c:258
msgid "connection timed out"
msgstr ""
#: src/connection.c:212 src/connection.c:296
#, c-format
msgid "download for this connection completed%s : %ld received"
msgstr ""
#: src/connection.c:249
msgid "Server Closed Connection Prematurely!"
msgstr ""
#: src/connection.c:340
msgid "Idle"
msgstr ""
#: src/connection.c:343
msgid "Connecting"
msgstr ""
#: src/connection.c:346
msgid "Logging in"
msgstr ""
#: src/connection.c:349
msgid "Downloading"
msgstr ""
#: src/connection.c:352
msgid "Completed"
msgstr ""
#: src/connection.c:355
msgid "Login Denied"
msgstr ""
#: src/connection.c:358
msgid "Connect Refused"
msgstr ""
#: src/connection.c:361
msgid "Remote Fatal"
msgstr ""
#: src/connection.c:364
msgid "Local Fatal"
msgstr ""
#: src/connection.c:367
msgid "Timed Out"
msgstr ""
#: src/connection.c:369
msgid "Max attempts reached"
msgstr ""
#: src/connection.c:372
msgid "Unkown Status!"
msgstr ""
#: src/connection.c:463 src/misc.c:471
msgid "Error: unsupported protocol"
msgstr ""
#: src/connection.c:487
#, c-format
msgid "The server returned location is wrong: %s!"
msgstr ""
#: src/connection.c:496
#, c-format
msgid "Redirected to => %s"
msgstr ""
#: src/debug.c:60 src/download.c:798 src/download.c:1075
#, c-format
msgid "unable to delete the file %s. Reason-: %s"
msgstr ""
#: src/download.c:135 src/download.c:153 src/download.c:2093
#: src/download.c:2111
#, c-format
msgid "Unable to open file %s: %s!"
msgstr ""
#: src/download.c:287
msgid "Warning! Unable to create logfile!"
msgstr ""
#: src/download.c:306 src/download.c:317 src/download.c:457 src/download.c:479
#: src/download.c:511 src/download.c:554 src/download.c:575 src/download.c:600
#: src/download.c:642 src/download.c:663 src/download.c:1387
#: src/download.c:1432 src/download.c:1515 src/download.c:1562
#: src/download.c:1639 src/download.c:1678 src/download.c:1724
#: src/download.c:1776 src/download.c:1801 src/download.c:1826
#: src/download.c:1872 src/download.c:1923 src/download.c:1948
msgid "Error: Not enough system resources"
msgstr ""
#: src/download.c:321
msgid "Error: Unsupported Protocol was specified"
msgstr ""
#: src/download.c:325
msgid "All threads created"
msgstr ""
#: src/download.c:445 src/download.c:1321
msgid "The file was not found in all the connections!"
msgstr ""
#: src/download.c:451 src/download.c:473 src/download.c:550 src/download.c:571
#: src/download.c:638 src/download.c:659 src/download.c:1772
#: src/download.c:1797 src/download.c:1919 src/download.c:1944
msgid "Relaunching download"
msgstr ""
#: src/download.c:467 src/download.c:1448
msgid "Failed to change to the working directory on all the connections!"
msgstr ""
#: src/download.c:489 src/download.c:1656
#, c-format
msgid "Connection %d, had a local fatal error: %s .Aborting download. "
msgstr ""
#: src/download.c:504 src/download.c:1671
msgid "All logins rejected! Retrying connection"
msgstr ""
#: src/download.c:593 src/download.c:1819
msgid "All connections attempts have been rejected! Retrying connection"
msgstr ""
#: src/download.c:1359 src/download.c:1487
msgid "Trying additional paths available on this server"
msgstr ""
#: src/download.c:1414 src/download.c:1543
msgid ""
"No additional paths on this server available, so will switch to another "
"server"
msgstr ""
#: src/download.c:1578
msgid "The server(s) do not support REST on all the connections!"
msgstr ""
#: src/download.c:1621
msgid ""
"This server does not support resuming downloads, so will switch to another "
"server"
msgstr ""
#: src/download.c:1706
msgid ""
"This server has rejected the login attempt, so will switch to another server"
msgstr ""
#: src/download.c:1854
msgid ""
"This server has rejected the connection attempt, so will switch to another "
"server"
msgstr ""
#: src/ftp.c:106
#, c-format
msgid "Message = %s"
msgstr ""
#: src/ftp.c:126
#, c-format
msgid "Error checking for FTP data: %s"
msgstr ""
#: src/ftp.c:143
#, c-format
msgid "Error receiving FTP data: %s"
msgstr ""
#: src/ftp.c:167
#, c-format
msgid "Sending: %s"
msgstr ""
#: src/ftp.c:172
#, c-format
msgid "Error sending FTP data: %s"
msgstr ""
#: src/ftp.c:213
#, c-format
msgid "Received: %s"
msgstr ""
#: src/ftp.c:344
#, c-format
msgid "FTP PASV Header = %s"
msgstr ""
#. Unknown error code.
#: src/ftp.c:759
#, c-format
msgid "Unknown code %d retuned during FTP login"
msgstr ""
#: src/ftp.c:811 src/ftp.c:831 src/http.c:562 src/http.c:577
#: src/http-retr.c:69 src/http-retr.c:84
#, c-format
msgid "Connecting to %s"
msgstr ""
#: src/ftp.c:822 src/ftp.c:840
#, c-format
msgid "Error while connecting to %s"
msgstr ""
#: src/ftp.c:827 src/ftp.c:844
#, c-format
msgid "Connected to %s"
msgstr ""
#: src/ftp.c:872 src/ftp.c:881
#, c-format
msgid "Logging in as user %s with password %s"
msgstr ""
#: src/ftp.c:895
msgid "Logged in successfully"
msgstr ""
#: src/ftp.c:915
#, c-format
msgid "CWD failed to change to directory '%s'"
msgstr ""
#: src/ftp.c:924
msgid "CWD not needed"
msgstr ""
#: src/ftp.c:931
msgid "REST failed"
msgstr ""
#: src/ftp.c:936
msgid "REST ok"
msgstr ""
#: src/ftp.c:1016
#, c-format
msgid "Error receiving FTP transfer data: %s"
msgstr ""
#: src/ftp.c:1021
#, c-format
msgid "String received after the LIST command = %s"
msgstr ""
#: src/ftp.c:1039
msgid ""
"Unable to parse the line the FTP server returned:please report URL to "
"kalum@delrom.ro "
msgstr ""
#: src/ftp.c:1066
msgid "Server doesn't seem to support PASV"
msgstr ""
#: src/ftp.c:1142
#, c-format
msgid "Retrying attempt %d in %d seconds"
msgstr ""
#: src/ftp.c:1161 src/http.c:734
msgid "Successfully got info"
msgstr ""
#: src/ftp.c:1169 src/http.c:746
msgid "File not found!"
msgstr ""
#: src/ftp.c:1188 src/ftp-retr.c:319 src/http.c:765 src/http-retr.c:331
#, c-format
msgid "I have tried %d attempt(s) and have failed, aborting"
msgstr ""
#: src/ftp-retr.c:125
#, c-format
msgid "Logging in as user %s with password %s."
msgstr ""
#: src/ftp-retr.c:165
#, c-format
msgid "CWD failed to change to directory '%s'."
msgstr ""
#: src/ftp-retr.c:171
msgid "CWD ok."
msgstr ""
#: src/ftp-retr.c:175
msgid "CWD not needed."
msgstr ""
#: src/ftp-retr.c:196
msgid ""
"I have a bug in my code!!, check remote_starpos and resume_support values"
msgstr ""
#: src/ftp-retr.c:206
msgid "RETR failed"
msgstr ""
#: src/ftp-retr.c:259
#, c-format
msgid "Retrying..Attempt %d in %d seconds"
msgstr ""
#: src/ftp-retr.c:271 src/http-retr.c:284
msgid "Error while attemting to process download file "
msgstr ""
#: src/ftp-retr.c:302 src/http-retr.c:311
msgid "Successfully got download"
msgstr ""
#: src/ftp-retr.c:308
msgid "Error occured in connection..."
msgstr ""
#: src/getopt.c:741
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr ""
#: src/getopt.c:769
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr ""
#: src/getopt.c:776
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr ""
#: src/getopt.c:792 src/getopt.c:995
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr ""
#.
#. * --option
#.
#: src/getopt.c:825
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr ""
#.
#. * +option or -option
#.
#: src/getopt.c:831
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr ""
#.
#. * 1003.2 specifies the format of this message.
#.
#: src/getopt.c:863
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr ""
#: src/getopt.c:865
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr ""
#: src/getopt.c:902 src/getopt.c:1051
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr ""
#: src/getopt.c:961
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr ""
#: src/getopt.c:981
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr ""
#: src/getopt.c:1118
msgid "digits occur in two different argv-elements.\n"
msgstr ""
#: src/getopt.c:1124
msgid "option a\n"
msgstr ""
#: src/getopt.c:1128
msgid "option b\n"
msgstr ""
#: src/getopt.c:1132
#, c-format
msgid "option c with value `%s'\n"
msgstr ""
#: src/getopt.c:1139
#, c-format
msgid "?? getopt returned character code 0%o ??\n"
msgstr ""
#: src/getopt.c:1145
msgid "non-option ARGV-elements: "
msgstr ""
#: src/http.c:376
msgid "Failed writing HTTP request"
msgstr ""
#: src/http.c:397
#, c-format
msgid "Header = %s"
msgstr ""
#: src/http.c:401
msgid "End of file while parsing headers"
msgstr ""
#: src/http.c:412
msgid "Read error in headers"
msgstr ""
#. Store the descriptive response.
#. Malformed request.
#: src/http.c:438
msgid "UNKNOWN"
msgstr ""
#: src/http.c:440
msgid "(no description)"
msgstr ""
#: src/http.c:571 src/http.c:583 src/http.c:801 src/http-retr.c:77
#: src/http-retr.c:91 src/http-retr.c:394
#, c-format
msgid "Error connecting to %s"
msgstr ""
#: src/http.c:611 src/http.c:828 src/http-retr.c:119 src/http-retr.c:421
#, c-format
msgid "Authenticating as user %s password %s"
msgstr ""
#: src/http.c:612 src/http.c:829 src/http-retr.c:120 src/http-retr.c:422
#, c-format
msgid "Authentification string=%s"
msgstr ""
#: src/http.c:682 src/http-retr.c:198 src/http-retr.c:477
msgid "Sending HTTP request"
msgstr ""
#: src/http.c:717 src/http-retr.c:272
#, c-format
msgid "Retrying...Attempt %d in %d seconds"
msgstr ""
#: src/http-retr.c:304
msgid "Will be handled in main "
msgstr ""
#: src/logfile.c:49
#, c-format
msgid "Error opening file %s for writing: %s"
msgstr ""
#: src/logfile.c:65 src/logfile.c:75 src/logfile.c:97 src/logfile.c:113
#: src/logfile.c:129 src/logfile.c:146
#, c-format
msgid "Error writing to file %s: %s"
msgstr ""
#: src/logfile.c:199
msgid "logfile doesn't exist"
msgstr ""
#: src/logfile.c:232
#, c-format
msgid "Error opening file %s for reading: %s"
msgstr ""
#: src/logfile.c:270 src/logfile.c:285 src/logfile.c:301 src/logfile.c:316
#, c-format
msgid "Error reading from file %s: %s"
msgstr ""
#: src/misc.c:48
#, c-format
msgid "Failed to malloc() %lu bytes."
msgstr ""
#: src/misc.c:63
#, c-format
msgid "Failed to realloc() %lu bytes."
msgstr ""
#: src/misc.c:85
msgid "Not enough memory to continue: strdup() failed."
msgstr ""
#: src/misc.c:304
msgid "Warning: Unable to delay"
msgstr ""
#: src/misc.c:326
msgid "Unable to lookup hostname"
msgstr ""
#: src/misc.c:328
msgid "Unable to create socket"
msgstr ""
#: src/misc.c:330
msgid "Error occured while connecting"
msgstr ""
#: src/misc.c:332 src/misc.c:386
msgid "The connection attempt was refused"
msgstr ""
#: src/misc.c:334
msgid "Error while accepting the connection"
msgstr ""
#: src/misc.c:336
msgid "Error while Binding socket"
msgstr ""
#: src/misc.c:338
msgid "Error while listening"
msgstr ""
#: src/misc.c:340
msgid "The connection was reset/closed by the peer"
msgstr ""
#: src/misc.c:342
msgid "The URL Protocol was unknown"
msgstr ""
#: src/misc.c:344
msgid "The port specified in the URL is not valid!"
msgstr ""
#: src/misc.c:346
msgid "The Hostname specified in the URL is not valid!"
msgstr ""
#: src/misc.c:348
msgid "The Pattern specified in the URL does not look valid!"
msgstr ""
#: src/misc.c:350
msgid "End of file reached in HTTP connection"
msgstr ""
#: src/misc.c:352
msgid "Error occured in HTTP data transfer"
msgstr ""
#: src/misc.c:354
msgid "Authentification is required to access this resource"
msgstr ""
#: src/misc.c:356
msgid "Failed to Authenticate with host!"
msgstr ""
#: src/misc.c:358
msgid "The URL was not found on the host!"
msgstr ""
#: src/misc.c:360
msgid "The host disallowed the login attempt"
msgstr ""
#: src/misc.c:362
msgid "The PORT request was rejected by the server"
msgstr ""
#: src/misc.c:364
msgid "The object file/dir was not found on the host!"
msgstr ""
#: src/misc.c:366
msgid "The TYPE specified in not known by the FTP server!"
msgstr ""
#: src/misc.c:368
msgid "The command is not known by the FTP server!"
msgstr ""
#: src/misc.c:370
msgid "The SIZE command failed"
msgstr ""
#: src/misc.c:372
msgid "Error occured in FTP data transfer"
msgstr ""
#: src/misc.c:374
msgid "The REST command failed"
msgstr ""
#: src/misc.c:376
msgid "The peer did not allow access"
msgstr ""
#: src/misc.c:378 src/misc.c:380
msgid "The host rejected the password"
msgstr ""
#: src/misc.c:382
msgid "The PASV (passive mode) was not supported the host"
msgstr ""
#: src/misc.c:384
msgid "The host does not support PASV (passive mode) transfers"
msgstr ""
#: src/misc.c:388
msgid "Failed to (CWD)change to the directory"
msgstr ""
#: src/misc.c:392
msgid ""
"The host said the requested service was unavailable and closed the control "
"connection"
msgstr ""
#: src/misc.c:394
msgid "getsockname failed!"
msgstr ""
#: src/misc.c:399 src/misc.c:409
msgid ""
"The server, while acting as a gateway or proxy, received an invalid response "
"from the upstream server it accessed in attempting to fulfill the request"
msgstr ""
#: src/misc.c:404
msgid ""
"The server is currently unable to handle the request due to a temporary "
"overloading or maintenance of the server."
msgstr ""
#: src/misc.c:414
msgid ""
"The server encountered an unexpected condition which prevented it from "
"fulfilling the request."
msgstr ""
#: src/misc.c:419
msgid ""
"The server does not support the functionality required to fulfill the "
"request."
msgstr ""
#: src/misc.c:422
msgid "Error while opening file"
msgstr ""
#: src/misc.c:424
msgid "Error while writing to file"
msgstr ""
#: src/misc.c:427
msgid "The Download was aborted"
msgstr ""
#: src/misc.c:429
msgid "The Download encountered a local fatal error"
msgstr ""
#: src/misc.c:431
msgid "Error: Resuming this connection is not possible"
msgstr ""
#: src/misc.c:433
msgid "Error while reading data from socket"
msgstr ""
#: src/misc.c:435
msgid "Error while writing data to socket"
msgstr ""
#: src/misc.c:437
msgid "Error while Proxying"
msgstr ""
#: src/misc.c:439
msgid "The location is a directory"
msgstr ""
#: src/misc.c:442
msgid "Unknown/Unsupported error code"
msgstr ""
#: src/netrc.c:215
#, c-format
msgid "%s:%d: warning: found \"%s\" before any host names\n"
msgstr ""
#: src/netrc.c:243
#, c-format
msgid "%s:%d: warning: unknown token \"%s\"\n"
msgstr ""

Binary file not shown.

File diff suppressed because it is too large Load Diff

154
libprozilla/po/proz.pot Normal file
View File

@@ -0,0 +1,154 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: proz 2.0.5\n"
"Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n"
"POT-Creation-Date: 2010-09-01 13:17+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/download_win.cpp:533
#, c-format
msgid ""
"A connection(s) of the download %s encountered a unrecoverable remote error, "
"usually the file not being present in the remote server, therefore the "
"download had to be aborted!\n"
msgstr ""
#: src/init.cpp:83
msgid "unable to create the directory to store the config info in"
msgstr ""
#: src/init.cpp:88
msgid "Error while stating the config info directory"
msgstr ""
#: src/main.cpp:182
#, c-format
msgid "%s. Version: %s\n"
msgstr ""
#: src/main.cpp:260
#, c-format
msgid ""
"Error: Invalid arguments for the -k option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:266
#, c-format
msgid ""
"Hey! How can I download anything with 0 (Zero) connections!?\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:278
#, c-format
msgid ""
"Error: Invalid arguments for the -t or --tries option(s)\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:338
#, c-format
msgid ""
"Error: Invalid arguments for the --retry-delay option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:350
#, c-format
msgid ""
"Error: Invalid arguments for the --timeout option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:388
#, c-format
msgid ""
"Error: Invalid arguments for the --pt option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:394
#, c-format
msgid ""
"Hey! Does waiting for a server response for Zero(0) seconds make and sense "
"to you!?\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:407 src/main.cpp:426
#, c-format
msgid ""
"Error: Invalid arguments for the --pao option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:413
#, c-format
msgid ""
"Hey you! Will pinging Zero(0) servers at once achive anything for me!?\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:432
#, c-format
msgid ""
"Hey! Will requesting Zero(0) servers at oncefrom the ftpearch achive "
"anything!?\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:445
#, c-format
msgid ""
"Error: Invalid arguments for the --max-bps option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:461
#, c-format
msgid ""
"Error: Invalid arguments for the --min-size option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:474
#, c-format
msgid ""
"Error: Invalid arguments for the --ftpsid option\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:480
#, c-format
msgid ""
"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo."
"es\n"
"Please type proz --help for help\n"
msgstr ""
#: src/main.cpp:489
#, c-format
msgid "Error: Invalid option\n"
msgstr ""
#: src/main.cpp:526
#, c-format
msgid "%s does not seem to be a valid URL"
msgstr ""
#: src/prefs.cpp:549
msgid "could not open preferences file for reading"
msgstr ""

Binary file not shown.

File diff suppressed because it is too large Load Diff

6
libprozilla/po/quot.sed Normal file
View File

@@ -0,0 +1,6 @@
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/\1/g
s/ '\([^`']*\)' / \1 /g
s/ '\([^`']*\)'$/ \1/g
s/^'\([^`']*\)' /\1 /g
s/“”/""/g

View File

@@ -0,0 +1,19 @@
# Sed script that remove the POT-Creation-Date line in the header entry
# from a POT file.
#
# The distinction between the first and the following occurrences of the
# pattern is achieved by looking at the hold space.
/^"POT-Creation-Date: .*"$/{
x
# Test if the hold space is empty.
s/P/P/
ta
# Yes it was empty. First occurrence. Remove the line.
g
d
bb
:a
# The hold space was nonempty. Following occurrences. Do nothing.
x
:b
}

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1 +0,0 @@
timestamp