tests: enhance test-segment
[adg.git] / build / Translations.nsh
blob7312a8afa08cfc368cde8255dc04f014c36f5ac5
1 ; Translations for adg.nsi script.
3 ; ADG - Automatic Drawing Generation
4 ; Copyright (C) 2015  Nicola Fontana <ntd at entidi.it>
6 ; This file is free software; you can redistribute it and/or
7 ; modify it under the terms of the GNU Lesser General Public
8 ; License as published by the Free Software Foundation; either
9 ; version 2 of the License, or (at your option) any later version.
11 ; This library is distributed in the hope that it will be useful,
12 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 ; Lesser General Public License for more details.
16 ; You should have received a copy of the GNU Lesser General Public
17 ; License along with this library; if not, write to the
18 ; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 ; Boston, MA  02110-1301, USA.
21 LangString TITLE_SecBase                ${LANG_ENGLISH}         "ADG canvas"
22 LangString TITLE_SecBase                ${LANG_ITALIAN}         "Canvas ADG"
24 LangString DESC_SecBase                 ${LANG_ENGLISH}         "Base installation for running the demo program."
25 LangString DESC_SecBase                 ${LANG_ITALIAN}         "Installazione di base per eseguire il programma dimostrativo."
27 LangString TITLE_SecLanguages           ${LANG_ENGLISH}         "Support for languages"
28 LangString TITLE_SecLanguages           ${LANG_ITALIAN}         "Supporto lingue"
30 LangString DESC_SecLanguages            ${LANG_ENGLISH}         "Enable support for languages other than english."
31 LangString DESC_SecLanguages            ${LANG_ITALIAN}         "Abilitazione del supporto a lingue diverse dall'inglese."
33 LangString TITLE_SecDocumentation       ${LANG_ENGLISH}         "Developer documentation"
34 LangString TITLE_SecDocumentation       ${LANG_ITALIAN}         "Documentazione di sviluppo"
36 LangString DESC_SecDocumentation        ${LANG_ENGLISH}         "Install reference manuals for both CPML and ADG libraries."
37 LangString DESC_SecDocumentation        ${LANG_ITALIAN}         "Installare i manuali di riferimento delle librerie CPML e ADG."
39 LangString TITLE_SecHTML                ${LANG_ENGLISH}         "HTML format"
40 LangString TITLE_SecHTML                ${LANG_ITALIAN}         "Formato HTML"
42 LangString DESC_SecHTML                 ${LANG_ENGLISH}         "Install manuals in HTML format. This is the better supported option."
43 LangString DESC_SecHTML                 ${LANG_ITALIAN}         "Installare i manuali in formato HTML. Questa รจ l'opzione supportata meglio."
45 LangString TITLE_SecPDF                 ${LANG_ENGLISH}         "PDF documentation"
46 LangString TITLE_SecPDF                 ${LANG_ITALIAN}         "Documentazione PDF"
48 LangString DESC_SecPDF                  ${LANG_ENGLISH}         "Install manuals in PDF format."
49 LangString DESC_SecPDF                  ${LANG_ITALIAN}         "Installare i manuali in formato PDF."