[DEVELOPMENT ENVIRONMENT]
* NEW: Added Dutch translation to gambas3.desktop file * NEW: Added Dutch translation to application-x-gambas3.xml * NEW: Added Dutch translation to application-x-gambasscript.xml * NEW: Added Dutch translation to application-x-gambasserverpage.xml
This commit is contained in:
parent
6c3a54c2e9
commit
a9ec7838a7
6 changed files with 14 additions and 8 deletions
2
AUTHORS
2
AUTHORS
|
@ -302,7 +302,7 @@ Edison Henrique Andreassy (Brazil) <ehasis@hotmail.com>
|
|||
Paul Wheeler (USA) <paulwheeler@cox.net>
|
||||
English Grammar Check & Clarifications to Wiki entries.
|
||||
|
||||
Willy Raets (Netherlands) <gbWilly@openmailbox.org>
|
||||
Willy Raets (Netherlands) <gbWilly@protonmail.com>
|
||||
Dutch translation.
|
||||
|
||||
Gianluigi Gradaschi <bagonergi@gmail.com>
|
||||
|
|
|
@ -4,9 +4,11 @@ Exec=gambas3
|
|||
GenericName=Gambas 3 IDE
|
||||
GenericName[fr]=EDI Gambas 3
|
||||
GenericName[ru]=Gambas 3 IDE(ИСР)
|
||||
GenericName[nl]=Gambas 3 IDE
|
||||
Comment=Gambas3 Integrated Development Environment
|
||||
Comment[fr]=Environnement de développement intégré Gambas 3
|
||||
Comment[ru]=Gambas 3 IDE(ИСР) - альтернатива для Visual Basic
|
||||
Comment[fr]=Environnement de développement intégré Gambas3
|
||||
Comment[ru]=Gambas3 IDE(ИСР) - альтернатива для Visual Basic
|
||||
Comment[nl]=Gambas3 Geïntegreerde Ontwikkel Omgeving
|
||||
Icon=gambas3
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
@ -17,14 +19,17 @@ Actions=QT4;QT5;GTK3
|
|||
[Desktop Action QT4]
|
||||
Name=Run with QT 4
|
||||
Name[fr]=Exécuter avec QT 4
|
||||
Name[nl]=Uitvoeren met QT 4
|
||||
Exec=env GB_GUI=gb.qt4 gambas3
|
||||
|
||||
[Desktop Action QT5]
|
||||
Name=Run with QT 5
|
||||
Name[fr]=Exécuter avec QT 5
|
||||
Name[nl]=Uitvoeren met QT 5
|
||||
Exec=env GB_GUI=gb.qt5 gambas3
|
||||
|
||||
[Desktop Action GTK3]
|
||||
Name=Run with GTK+ 3
|
||||
Name[fr]=Exécuter avec GTK+ 3
|
||||
Name[nl]=Uitvoeren met GTK+ 3
|
||||
Exec=env GB_GUI=gb.gtk3 gambas3
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
<sub-class-of type="text/plain"/>
|
||||
<comment>Gambas script</comment>
|
||||
<comment xml:lang="fr">Script Gambas</comment>
|
||||
|
||||
<comment xml:lang="nl">Gambas script</comment>
|
||||
<magic priority="50">
|
||||
<match value="#!/usr/bin/env gbs3" type="string" offset="0"/>
|
||||
</magic>
|
||||
<glob pattern="*.g"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
</mime-info>
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
<sub-class-of type="text/plain"/>
|
||||
<comment>Gambas server page</comment>
|
||||
<comment xml:lang="fr">Page serveur Gambas</comment>
|
||||
|
||||
<comment xml:lang="nl">Gambas server pagina</comment>
|
||||
<magic priority="50">
|
||||
<match value="#!/usr/bin/env gbw3" type="string" offset="0"/>
|
||||
</magic>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
</mime-info>
|
||||
|
|
0
app/src/gambas3/.lock
Normal file
0
app/src/gambas3/.lock
Normal file
|
@ -4,9 +4,10 @@
|
|||
<sub-class-of type="application/x-executable"/>
|
||||
<comment>Gambas 3 executable</comment>
|
||||
<comment xml:lang="fr">Exécutable Gambas 3</comment>
|
||||
<comment xml:lang="nl">Gambas 3 uitvoeringsbestand</comment>
|
||||
<magic priority="50">
|
||||
<match type="string" value="#! /usr/bin/env gbr3" offset="0"/>
|
||||
</magic>
|
||||
<glob pattern="*.gambas" />
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
</mime-info>
|
||||
|
|
Loading…
Reference in a new issue