Began a Spanish translation

This commit is contained in:
Pierre Pronchery 2010-03-29 23:16:57 +00:00
parent 96e7707acd
commit 4e00f3cffc
4 changed files with 315 additions and 4 deletions

View File

@ -28,6 +28,7 @@ dist:
$(PACKAGE)-$(VERSION)/po/gettext.sh \ $(PACKAGE)-$(VERSION)/po/gettext.sh \
$(PACKAGE)-$(VERSION)/po/POTFILES \ $(PACKAGE)-$(VERSION)/po/POTFILES \
$(PACKAGE)-$(VERSION)/po/de.po \ $(PACKAGE)-$(VERSION)/po/de.po \
$(PACKAGE)-$(VERSION)/po/es.po \
$(PACKAGE)-$(VERSION)/po/fr.po \ $(PACKAGE)-$(VERSION)/po/fr.po \
$(PACKAGE)-$(VERSION)/po/project.conf \ $(PACKAGE)-$(VERSION)/po/project.conf \
$(PACKAGE)-$(VERSION)/src/browser.c \ $(PACKAGE)-$(VERSION)/src/browser.c \

View File

@ -1,4 +1,4 @@
TARGETS = Browser.pot de.mo fr.mo TARGETS = Browser.pot de.mo es.mo fr.mo
RM = rm -f RM = rm -f
LN = ln -f LN = ln -f
MKDIR = mkdir -p MKDIR = mkdir -p
@ -13,21 +13,26 @@ Browser.pot: POTFILES
de.mo: Browser.pot de.po de.mo: Browser.pot de.po
./gettext.sh "de.mo" ./gettext.sh "de.mo"
es.mo: Browser.pot es.po
./gettext.sh "es.mo"
fr.mo: Browser.pot fr.po fr.mo: Browser.pot fr.po
./gettext.sh "fr.mo" ./gettext.sh "fr.mo"
clean: clean:
$(RM) $(Browser.pot_OBJS) $(de.mo_OBJS) $(fr.mo_OBJS) $(RM) $(Browser.pot_OBJS) $(de.mo_OBJS) $(es.mo_OBJS) $(fr.mo_OBJS)
distclean: clean distclean: clean
$(RM) $(TARGETS) $(RM) $(TARGETS)
install: all 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 "fr.mo" ./gettext.sh -p "$(PREFIX)" install "fr.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 "fr.mo" ./gettext.sh -p "$(PREFIX)" uninstall "fr.mo"
.PHONY: all clean distclean install uninstall .PHONY: all clean distclean install uninstall

299
po/es.po Normal file
View File

@ -0,0 +1,299 @@
# Spanish translations for Browser package.
# Copyright (c) 2010 Pierre Pronchery <khorben@defora.org>
# This file is distributed under the same license as the Browser package.
# Pierre Pronchery <khorben@defora.org>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: Browser 0.1.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-03-30 00:52+0200\n"
"PO-Revision-Date: 2010-03-30 01:04+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: Spanish\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ../src/browser.c:240
msgid "File browser"
msgstr ""
#: ../src/browser.c:259
msgid "View as..."
msgstr ""
#: ../src/browser.c:263 ../src/callbacks.c:274
msgid "Details"
msgstr ""
#: ../src/browser.c:270 ../src/callbacks.c:275
msgid "Icons"
msgstr ""
#: ../src/browser.c:274 ../src/callbacks.c:276
msgid "List"
msgstr ""
#: ../src/browser.c:278 ../src/callbacks.c:277
msgid "Thumbnails"
msgstr ""
#: ../src/browser.c:299
msgid " Location: "
msgstr ""
#: ../src/browser.c:524 ../src/browser.c:527 ../src/desktop.c:1046
#: ../src/desktop.c:1049 ../src/properties.c:111
msgid "Error"
msgstr ""
#: ../src/browser.c:657
msgid "Open file..."
msgstr ""
#: ../src/browser.c:679
msgid "Open with..."
msgstr ""
#: ../src/browser.c:791
#, c-format
msgid "%u file%c (%u hidden)"
msgstr ""
#: ../src/browser.c:1404
msgid "Filename"
msgstr ""
#: ../src/browser.c:1406
msgid "Size"
msgstr ""
#: ../src/browser.c:1408
msgid "Owner"
msgstr ""
#: ../src/browser.c:1410
msgid "Group"
msgstr ""
#: ../src/browser.c:1412
msgid "Date"
msgstr ""
#: ../src/browser.c:1414
msgid "MIME type"
msgstr ""
#: ../src/browser.c:1689
msgid "Refreshing folder..."
msgstr ""
#: ../src/callbacks.c:197 ../src/callbacks.c:202 ../src/callbacks.c:1329
#: ../src/callbacks.c:1332
msgid "Warning"
msgstr ""
#: ../src/callbacks.c:200
msgid "Are you sure you want to delete "
msgstr ""
#: ../src/callbacks.c:201
msgid " file(s)?"
msgstr ""
#: ../src/callbacks.c:262
msgid "File browser preferences"
msgstr "File browser preferencias"
#: ../src/callbacks.c:270
msgid "Default view:"
msgstr ""
#: ../src/callbacks.c:283
msgid "_Confirm before delete"
msgstr ""
#: ../src/callbacks.c:286
msgid "Sort _folders first"
msgstr ""
#: ../src/callbacks.c:289
msgid "Show _hidden files"
msgstr ""
#: ../src/callbacks.c:462
msgid "About Browser"
msgstr "Acerca de Browser"
#: ../src/callbacks.c:473
msgid "C_redits"
msgstr ""
#: ../src/callbacks.c:477
msgid "_License"
msgstr "_Licencia"
#: ../src/callbacks.c:526
msgid "Credits"
msgstr "Créditos"
#: ../src/callbacks.c:549
msgid "Written by"
msgstr "Escrito por"
#: ../src/callbacks.c:578
msgid "License"
msgstr "Licencia"
#: ../src/callbacks.c:1064
msgid "New"
msgstr ""
#: ../src/callbacks.c:1069 ../src/callbacks.c:1073 ../src/desktop.c:350
msgid "Folder"
msgstr ""
#: ../src/callbacks.c:1080 ../src/desktop.c:358
msgid "Symbolic link..."
msgstr ""
#: ../src/callbacks.c:1084 ../src/desktop.c:362
msgid "Text file"
msgstr ""
#: ../src/callbacks.c:1164
msgid "Open in new _window"
msgstr ""
#: ../src/callbacks.c:1192
msgid "_Unmount"
msgstr ""
#: ../src/callbacks.c:1227
msgid "Open _with..."
msgstr ""
#: ../src/common.c:61
msgid "copying"
msgstr ""
#: ../src/common.c:61
msgid "moving"
msgstr ""
#: ../src/common.c:61
msgid " to \""
msgstr ""
#: ../src/common.c:140
msgid "New symbolic link"
msgstr ""
#: ../src/common.c:149
msgid "Destination: "
msgstr ""
#: ../src/desktop.c:248
msgid "Home"
msgstr "Inicio"
#: ../src/desktop.c:494
msgid "Desktop preferences"
msgstr "Desktop preferencias"
#: ../src/desktop.c:506
msgid "Background: "
msgstr ""
#: ../src/desktop.c:510
msgid "Background"
msgstr ""
#: ../src/desktop.c:516
msgid "Appearance"
msgstr ""
#: ../src/desktop.c:1096
msgid ""
"Usage: desktop [-A | -F]\n"
" -A\tDisplay the applications registered\n"
" -F\tDisplay contents of the desktop folder [default]\n"
msgstr ""
#: ../src/main.c:44
msgid "Usage: browser [directory...]\n"
msgstr ""
#: ../src/properties.c:225
msgid "Properties of "
msgstr "Propriedades con "
#: ../src/properties.c:243
msgid "Size:"
msgstr ""
#: ../src/properties.c:249 ../src/properties.c:280
msgid "Owner:"
msgstr ""
#: ../src/properties.c:254 ../src/properties.c:286
msgid "Group:"
msgstr ""
#: ../src/properties.c:262
msgid "Accessed:"
msgstr ""
#: ../src/properties.c:267
msgid "Modified:"
msgstr ""
#: ../src/properties.c:272
msgid "Changed:"
msgstr ""
#: ../src/properties.c:277
msgid "Permissions:"
msgstr ""
#: ../src/properties.c:292
msgid "Others:"
msgstr ""
#: ../src/properties.c:331
msgid " bytes"
msgstr ""
#: ../src/properties.c:335
msgid "KB"
msgstr ""
#: ../src/properties.c:337
msgid "MB"
msgstr ""
#: ../src/properties.c:339
msgid "GB"
msgstr ""
#: ../src/properties.c:343
msgid "TB"
msgstr ""
#: ../src/properties.c:435
msgid "read"
msgstr ""
#: ../src/properties.c:440
msgid "write"
msgstr ""
#: ../src/properties.c:445
msgid "execute"
msgstr ""
#: ../src/properties.c:500
msgid "Usage: properties file...\n"
msgstr ""

View File

@ -1,5 +1,5 @@
targets=Browser.pot,de.mo,fr.mo targets=Browser.pot,de.mo,es.mo,fr.mo
dist=Makefile,gettext.sh,POTFILES,de.po,fr.po dist=Makefile,gettext.sh,POTFILES,de.po,es.po,fr.po
[Browser.pot] [Browser.pot]
type=script type=script
@ -12,6 +12,12 @@ script=./gettext.sh
install= install=
depends=Browser.pot,de.po depends=Browser.pot,de.po
[es.mo]
type=script
script=./gettext.sh
install=
depends=Browser.pot,es.po
[fr.mo] [fr.mo]
type=script type=script
script=./gettext.sh script=./gettext.sh