OSDN Git Service

Update license.
[qt-creator-jp/qt-creator-jp.git] / src / share / qtcreator / externaltools / lrelease.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 /**************************************************************************
4 **
5 ** This file is part of Qt Creator
6 **
7 ** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
8 **
9 ** Contact: Nokia Corporation (info@qt.nokia.com)
10 **
11 ** Commercial Usage
12 **
13 ** Licensees holding valid Qt Commercial licenses may use this file in
14 ** accordance with the Qt Commercial License Agreement provided with the
15 ** Software or, alternatively, in accordance with the terms contained in
16 ** a written agreement between you and Nokia.
17 **
18 ** GNU Lesser General Public License Usage
19 **
20 ** This file may be used under the terms of the GNU Lesser General Public
21 ** License version 2.1 as published by the Free Software Foundation and
22 ** appearing in the file LICENSE.LGPL included in the packaging of this file.
23 ** Please review the following information to ensure the GNU Lesser General
24 ** Public License version 2.1 requirements will be met:
25 ** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
26 **
27 ** If you are unsure which license is appropriate for your use, please
28 ** contact the sales department at http://qt.nokia.com/contact.
29 **
30 **************************************************************************/
31 -->
32 <externaltool id="lrelease">
33     <description>Creates qm translation files that can be used by an application from the translator's ts files</description>
34     <description xml:lang="de">Erstellt die von Anwendungen nutzbaren qm-Dateien aus ts-Dateien von Übersetzern</description>
35     <displayname>Release Translations (lrelease)</displayname>
36     <displayname xml:lang="de">Übersetzungen veröffentlichen (lrelease)</displayname>
37     <category>Linguist</category>
38     <category xml:lang="de">Linguist</category>
39     <order>2</order>
40     <executable>
41         <path>%{CurrentProject:QT_INSTALL_BINS}/lrelease</path>
42         <path>lrelease</path>
43         <arguments>%{CurrentProject:FilePath}</arguments>
44         <workingdirectory>%{CurrentProject:Path}</workingdirectory>
45     </executable>
46 </externaltool>