Preparing the Italian translation
This commit is contained in:
parent
4fcd919063
commit
6ab45d64c8
1
Makefile
1
Makefile
@ -30,6 +30,7 @@ dist:
|
|||||||
$(PACKAGE)-$(VERSION)/po/de.po \
|
$(PACKAGE)-$(VERSION)/po/de.po \
|
||||||
$(PACKAGE)-$(VERSION)/po/es.po \
|
$(PACKAGE)-$(VERSION)/po/es.po \
|
||||||
$(PACKAGE)-$(VERSION)/po/fr.po \
|
$(PACKAGE)-$(VERSION)/po/fr.po \
|
||||||
|
$(PACKAGE)-$(VERSION)/po/it.po \
|
||||||
$(PACKAGE)-$(VERSION)/po/project.conf \
|
$(PACKAGE)-$(VERSION)/po/project.conf \
|
||||||
$(PACKAGE)-$(VERSION)/src/download.c \
|
$(PACKAGE)-$(VERSION)/src/download.c \
|
||||||
$(PACKAGE)-$(VERSION)/src/surfer.c \
|
$(PACKAGE)-$(VERSION)/src/surfer.c \
|
||||||
|
@ -3,3 +3,4 @@ Surfer.pot
|
|||||||
de.mo
|
de.mo
|
||||||
es.mo
|
es.mo
|
||||||
fr.mo
|
fr.mo
|
||||||
|
it.mo
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
TARGETS = Surfer.pot de.mo es.mo fr.mo
|
TARGETS = Surfer.pot de.mo es.mo fr.mo it.mo
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
LN = ln -f
|
LN = ln -f
|
||||||
MKDIR = mkdir -p
|
MKDIR = mkdir -p
|
||||||
@ -19,8 +19,11 @@ es.mo: Surfer.pot es.po
|
|||||||
fr.mo: Surfer.pot fr.po
|
fr.mo: Surfer.pot fr.po
|
||||||
./gettext.sh "fr.mo"
|
./gettext.sh "fr.mo"
|
||||||
|
|
||||||
|
it.mo: Surfer.pot it.po
|
||||||
|
./gettext.sh "it.mo"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(Surfer.pot_OBJS) $(de.mo_OBJS) $(es.mo_OBJS) $(fr.mo_OBJS)
|
$(RM) $(Surfer.pot_OBJS) $(de.mo_OBJS) $(es.mo_OBJS) $(fr.mo_OBJS) $(it.mo_OBJS)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(RM) $(TARGETS)
|
$(RM) $(TARGETS)
|
||||||
@ -29,10 +32,12 @@ install: all
|
|||||||
./gettext.sh -p "$(PREFIX)" install "de.mo"
|
./gettext.sh -p "$(PREFIX)" install "de.mo"
|
||||||
./gettext.sh -p "$(PREFIX)" install "es.mo"
|
./gettext.sh -p "$(PREFIX)" install "es.mo"
|
||||||
./gettext.sh -p "$(PREFIX)" install "fr.mo"
|
./gettext.sh -p "$(PREFIX)" install "fr.mo"
|
||||||
|
./gettext.sh -p "$(PREFIX)" install "it.mo"
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
./gettext.sh -p "$(PREFIX)" uninstall "de.mo"
|
./gettext.sh -p "$(PREFIX)" uninstall "de.mo"
|
||||||
./gettext.sh -p "$(PREFIX)" uninstall "es.mo"
|
./gettext.sh -p "$(PREFIX)" uninstall "es.mo"
|
||||||
./gettext.sh -p "$(PREFIX)" uninstall "fr.mo"
|
./gettext.sh -p "$(PREFIX)" uninstall "fr.mo"
|
||||||
|
./gettext.sh -p "$(PREFIX)" uninstall "it.mo"
|
||||||
|
|
||||||
.PHONY: all clean distclean install uninstall
|
.PHONY: all clean distclean install uninstall
|
||||||
|
8
po/de.po
8
po/de.po
@ -204,19 +204,19 @@ msgstr "Fehler"
|
|||||||
msgid "Unknown error"
|
msgid "Unknown error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/surfer.c:537
|
#: ../src/surfer.c:529
|
||||||
msgid "Find text"
|
msgid "Find text"
|
||||||
msgstr "Suchen"
|
msgstr "Suchen"
|
||||||
|
|
||||||
#: ../src/surfer.c:544
|
#: ../src/surfer.c:536
|
||||||
msgid "Text:"
|
msgid "Text:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/surfer.c:551
|
#: ../src/surfer.c:545
|
||||||
msgid "Case-sensitive"
|
msgid "Case-sensitive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/surfer.c:553
|
#: ../src/surfer.c:548
|
||||||
msgid "Wrap"
|
msgid "Wrap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
8
po/es.po
8
po/es.po
@ -204,19 +204,19 @@ msgstr ""
|
|||||||
msgid "Unknown error"
|
msgid "Unknown error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/surfer.c:537
|
#: ../src/surfer.c:529
|
||||||
msgid "Find text"
|
msgid "Find text"
|
||||||
msgstr "Buscar"
|
msgstr "Buscar"
|
||||||
|
|
||||||
#: ../src/surfer.c:544
|
#: ../src/surfer.c:536
|
||||||
msgid "Text:"
|
msgid "Text:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/surfer.c:551
|
#: ../src/surfer.c:545
|
||||||
msgid "Case-sensitive"
|
msgid "Case-sensitive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/surfer.c:553
|
#: ../src/surfer.c:548
|
||||||
msgid "Wrap"
|
msgid "Wrap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
8
po/fr.po
8
po/fr.po
@ -204,19 +204,19 @@ msgstr "Erreur"
|
|||||||
msgid "Unknown error"
|
msgid "Unknown error"
|
||||||
msgstr "Erreur inconnue"
|
msgstr "Erreur inconnue"
|
||||||
|
|
||||||
#: ../src/surfer.c:537
|
#: ../src/surfer.c:529
|
||||||
msgid "Find text"
|
msgid "Find text"
|
||||||
msgstr "Chercher du texte"
|
msgstr "Chercher du texte"
|
||||||
|
|
||||||
#: ../src/surfer.c:544
|
#: ../src/surfer.c:536
|
||||||
msgid "Text:"
|
msgid "Text:"
|
||||||
msgstr "Texte: "
|
msgstr "Texte: "
|
||||||
|
|
||||||
#: ../src/surfer.c:551
|
#: ../src/surfer.c:545
|
||||||
msgid "Case-sensitive"
|
msgid "Case-sensitive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/surfer.c:553
|
#: ../src/surfer.c:548
|
||||||
msgid "Wrap"
|
msgid "Wrap"
|
||||||
msgstr "Chercher en boucle"
|
msgstr "Chercher en boucle"
|
||||||
|
|
||||||
|
237
po/it.po
Normal file
237
po/it.po
Normal file
@ -0,0 +1,237 @@
|
|||||||
|
# $Id$
|
||||||
|
# Copyright (c) 2010 Pierre Pronchery <khorben@defora.org>
|
||||||
|
# This file is distributed under the same license as the Surfer package.
|
||||||
|
# Pierre Pronchery <khorben@defora.org>, 2010.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Surfer 0.1.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2010-04-05 03:40+0200\n"
|
||||||
|
"PO-Revision-Date: 2010-04-11 12:06+0200\n"
|
||||||
|
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
|
||||||
|
"Language-Team: Italian\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: ../src/callbacks.c:269
|
||||||
|
msgid "About "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/callbacks.c:278
|
||||||
|
msgid "C_redits"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/callbacks.c:282
|
||||||
|
msgid "_License"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/callbacks.c:332
|
||||||
|
msgid "Credits"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/callbacks.c:355
|
||||||
|
msgid "Written by"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/callbacks.c:384
|
||||||
|
msgid "License"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/callbacks.c:521
|
||||||
|
msgid "Web surfer preferences"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/callbacks.c:532
|
||||||
|
msgid "Homepage:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/callbacks.c:539
|
||||||
|
msgid "General"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/common/conn.c:163
|
||||||
|
msgid "Resolving..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/common/conn.c:212
|
||||||
|
msgid "Connected"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/common/conn.c:237
|
||||||
|
msgid "Downloading..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/common/conn.c:262
|
||||||
|
msgid "Unsupported protocol"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/common/conn.c:266
|
||||||
|
msgid "Unknown host"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/common/conn.c:271
|
||||||
|
msgid "Unspecified error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/common/conn.c:305
|
||||||
|
msgid "Timeout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/main.c:42
|
||||||
|
msgid "Usage: surfer [URL]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:49
|
||||||
|
msgid "_New window"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:51
|
||||||
|
msgid "_Open..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:53
|
||||||
|
msgid "_Open URL..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:55
|
||||||
|
msgid "Save _as..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:58
|
||||||
|
msgid "_Print..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:60
|
||||||
|
msgid "_Close"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:67
|
||||||
|
msgid "_Cut"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:68
|
||||||
|
msgid "Cop_y"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:69
|
||||||
|
msgid "_Paste"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:71
|
||||||
|
msgid "Select _all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:78
|
||||||
|
msgid "Unselect all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:80
|
||||||
|
msgid "_Find"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:83
|
||||||
|
msgid "_Preferences"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:90
|
||||||
|
msgid "Zoom in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:92
|
||||||
|
msgid "Zoom out"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:94
|
||||||
|
msgid "Normal size"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:97
|
||||||
|
msgid "_Refresh"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:99
|
||||||
|
msgid "_Force refresh"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:100
|
||||||
|
msgid "_Stop"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:102
|
||||||
|
msgid "Page so_urce"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:120
|
||||||
|
msgid "_File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:121
|
||||||
|
msgid "_Edit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:122
|
||||||
|
msgid "_View"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:123
|
||||||
|
msgid "_Help"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:232
|
||||||
|
msgid " Location: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:254
|
||||||
|
msgid "Could not initialize HTML renderer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:455 ../src/surfer.c:458
|
||||||
|
msgid "Question"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:475 ../src/surfer.c:709
|
||||||
|
msgid "Save file as..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:506 ../src/surfer.c:509
|
||||||
|
msgid "Error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:508
|
||||||
|
msgid "Unknown error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:529
|
||||||
|
msgid "Find text"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:536
|
||||||
|
msgid "Text:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:545
|
||||||
|
msgid "Case-sensitive"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:548
|
||||||
|
msgid "Wrap"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:576
|
||||||
|
msgid "Text not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:650
|
||||||
|
msgid "Open file..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:833
|
||||||
|
msgid "Web surfer - Source of "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../src/surfer.c:875 ../src/surfer.c:878
|
||||||
|
msgid "Warning"
|
||||||
|
msgstr ""
|
@ -1,5 +1,5 @@
|
|||||||
targets=Surfer.pot,de.mo,es.mo,fr.mo
|
targets=Surfer.pot,de.mo,es.mo,fr.mo,it.mo
|
||||||
dist=Makefile,gettext.sh,POTFILES,de.po,es.po,fr.po
|
dist=Makefile,gettext.sh,POTFILES,de.po,es.po,fr.po,it.po
|
||||||
|
|
||||||
[Surfer.pot]
|
[Surfer.pot]
|
||||||
type=script
|
type=script
|
||||||
@ -23,3 +23,9 @@ type=script
|
|||||||
script=./gettext.sh
|
script=./gettext.sh
|
||||||
install=
|
install=
|
||||||
depends=Surfer.pot,fr.po
|
depends=Surfer.pot,fr.po
|
||||||
|
|
||||||
|
[it.mo]
|
||||||
|
type=script
|
||||||
|
script=./gettext.sh
|
||||||
|
install=
|
||||||
|
depends=Surfer.pot,it.po
|
||||||
|
Loading…
Reference in New Issue
Block a user