Last change
on this file since 96407 was 96407, checked in by vboxsync, 2 years ago |
scm copyright and license note update
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.9 KB
|
Rev | Line | |
---|
[382] | 1 | #
|
---|
| 2 | # VBox GUI: additional Qt project file (for Qt Designer).
|
---|
| 3 | #
|
---|
| 4 | # NOTE: This file is intended to be opened by Qt Designer
|
---|
| 5 | # as a project file (to work with .ui files)
|
---|
| 6 | #
|
---|
| 7 |
|
---|
| 8 | #
|
---|
[96407] | 9 | # Copyright (C) 2006-2022 Oracle and/or its affiliates.
|
---|
[5837] | 10 | #
|
---|
[96407] | 11 | # This file is part of VirtualBox base platform packages, as
|
---|
| 12 | # available from https://www.virtualbox.org.
|
---|
[5999] | 13 | #
|
---|
[96407] | 14 | # This program is free software; you can redistribute it and/or
|
---|
| 15 | # modify it under the terms of the GNU General Public License
|
---|
| 16 | # as published by the Free Software Foundation, in version 3 of the
|
---|
| 17 | # License.
|
---|
| 18 | #
|
---|
| 19 | # This program is distributed in the hope that it will be useful, but
|
---|
| 20 | # WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 21 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
| 22 | # General Public License for more details.
|
---|
| 23 | #
|
---|
| 24 | # You should have received a copy of the GNU General Public License
|
---|
| 25 | # along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
| 26 | #
|
---|
| 27 | # SPDX-License-Identifier: GPL-3.0-only
|
---|
| 28 | #
|
---|
[382] | 29 |
|
---|
| 30 | TEMPLATE = app
|
---|
| 31 | LANGUAGE = C++
|
---|
| 32 |
|
---|
[1688] | 33 | TRANSLATIONS = \
|
---|
[31132] | 34 | nls/VirtualBox_bg.ts \
|
---|
[5847] | 35 | nls/VirtualBox_ca.ts \
|
---|
[26321] | 36 | nls/VirtualBox_ca_VA.ts \
|
---|
[31132] | 37 | nls/VirtualBox_cs.ts \
|
---|
| 38 | nls/VirtualBox_da.ts \
|
---|
| 39 | nls/VirtualBox_de.ts \
|
---|
[58892] | 40 | nls/VirtualBox_el.ts \
|
---|
[31132] | 41 | nls/VirtualBox_en.ts \
|
---|
| 42 | nls/VirtualBox_es.ts \
|
---|
[4930] | 43 | nls/VirtualBox_eu.ts \
|
---|
[68685] | 44 | nls/VirtualBox_fa.ts \
|
---|
[31132] | 45 | nls/VirtualBox_fi.ts \
|
---|
| 46 | nls/VirtualBox_fr.ts \
|
---|
[68685] | 47 | nls/VirtualBox_gl.ts \
|
---|
[62161] | 48 | nls/VirtualBox_he.ts \
|
---|
[71941] | 49 | nls/VirtualBox_hr_HR.ts \
|
---|
[3170] | 50 | nls/VirtualBox_hu.ts \
|
---|
[31132] | 51 | nls/VirtualBox_id.ts \
|
---|
| 52 | nls/VirtualBox_it.ts \
|
---|
[43194] | 53 | nls/VirtualBox_ja.ts \
|
---|
[31132] | 54 | nls/VirtualBox_km_KH.ts \
|
---|
[3139] | 55 | nls/VirtualBox_ko.ts \
|
---|
[31132] | 56 | nls/VirtualBox_lt.ts \
|
---|
| 57 | nls/VirtualBox_nl.ts \
|
---|
| 58 | nls/VirtualBox_pl.ts \
|
---|
[8167] | 59 | nls/VirtualBox_pt.ts \
|
---|
[3048] | 60 | nls/VirtualBox_pt_BR.ts \
|
---|
[2139] | 61 | nls/VirtualBox_ro.ts \
|
---|
| 62 | nls/VirtualBox_ru.ts \
|
---|
[31132] | 63 | nls/VirtualBox_sk.ts \
|
---|
[62161] | 64 | nls/VirtualBox_sl.ts \
|
---|
[31132] | 65 | nls/VirtualBox_sr.ts \
|
---|
| 66 | nls/VirtualBox_sv.ts \
|
---|
[68782] | 67 | nls/VirtualBox_th.ts \
|
---|
[31132] | 68 | nls/VirtualBox_tr.ts \
|
---|
| 69 | nls/VirtualBox_uk.ts \
|
---|
[1927] | 70 | nls/VirtualBox_zh_CN.ts \
|
---|
[31132] | 71 | nls/VirtualBox_zh_TW.ts
|
---|
[1688] | 72 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.