From d5c5fad039e1dcdd933bf87465a7d75864660a89 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 20 Aug 2010 18:07:35 +0000 Subject: prepare for Spanish translation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1839 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/qmmpui.pro | 3 +- src/qmmpui/translations/libqmmpui_es.ts | 250 ++++++++++++++++++++++++++ src/qmmpui/translations/libqmmpui_locales.qrc | 1 + 3 files changed, 253 insertions(+), 1 deletion(-) create mode 100644 src/qmmpui/translations/libqmmpui_es.ts (limited to 'src/qmmpui') diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 7b32a0528..367616ecd 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -75,7 +75,8 @@ TRANSLATIONS = translations/libqmmpui_ru.ts \ translations/libqmmpui_lt.ts \ translations/libqmmpui_pl.ts \ translations/libqmmpui_nl.ts \ - translations/libqmmpui_ja.ts + translations/libqmmpui_ja.ts \ + translations/libqmmpui_es.ts unix { devel.files += abstractplaylistitem.h \ generalfactory.h \ diff --git a/src/qmmpui/translations/libqmmpui_es.ts b/src/qmmpui/translations/libqmmpui_es.ts new file mode 100644 index 000000000..f1745cc0e --- /dev/null +++ b/src/qmmpui/translations/libqmmpui_es.ts @@ -0,0 +1,250 @@ + + + + + DetailsDialog + + + Details + + + + + Summary + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> + + + + + Title + + + + + Artist + + + + + Album + + + + + Comment + + + + + Genre + + + + + Composer + + + + + Year + + + + + Track + + + + + Disc number + + + + + PlayListManager + + + + Playlist + + + + + QtFileDialogFactory + + + Qt File Dialog + + + + + TagEditor + + + Tag Editor + + + + + Title: + + + + + Artist: + + + + + Album: + + + + + Composer: + + + + + Genre: + + + + + Track: + + + + + + + ? + + + + + Year: + + + + + Disc number: + + + + + Comment: + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> + + + + + Include selected tag in file + + + + + TemplateEditor + + + Template Editor + + + + + Reset + + + + + Insert + + + + + Artist + + + + + Album + + + + + Title + + + + + Track number + + + + + Two-digit track number + + + + + Genre + + + + + Comment + + + + + Composer + + + + + Duration + + + + + Disc number + + + + + File name + + + + + File path + + + + + Year + + + + + Condition + + + + diff --git a/src/qmmpui/translations/libqmmpui_locales.qrc b/src/qmmpui/translations/libqmmpui_locales.qrc index 43db1b29e..17dcdfccc 100644 --- a/src/qmmpui/translations/libqmmpui_locales.qrc +++ b/src/qmmpui/translations/libqmmpui_locales.qrc @@ -14,5 +14,6 @@ libqmmpui_lt.qm libqmmpui_nl.qm libqmmpui_ja.qm + libqmmpui_es.qm -- cgit v1.2.3-13-gbd6f