From 69e74feef6d7453845fe1ec58e0aedcb2d1a351d Mon Sep 17 00:00:00 2001 From: sailoog Date: Sun, 31 Oct 2021 13:53:27 +0100 Subject: [PATCH] clean Myapp template data --- MANIFEST.in | 4 +- README.md | 28 +++-- debian/changelog | 29 +---- debian/control | 10 +- debian/copyright | 8 +- ...docs.docs => openplotter-maiana-docs.docs} | 0 debian/rules | 2 +- .../__init__.py | 0 .../data/help.png | Bin .../data/openplotter-24.png | Bin .../data/openplotter-maiana.desktop | 4 +- .../data/openplotter-maiana.png | Bin .../data/settings.png | Bin .../en/LC_MESSAGES/openplotter-maiana.mo | Bin 468 -> 424 bytes .../en/LC_MESSAGES/openplotter-maiana.po | 60 ++++++++++ openplotterMaiana/maianaPostInstall.py | 39 +++++++ .../maianaPreUninstall.py | 21 +--- .../openplotterMaiana.py | 12 +- openplotterMaiana/startup.py | 50 ++++++++ openplotterMaiana/version.py | 3 + openplotterMyapp/data/myapp.gpg.key | 19 ---- openplotterMyapp/data/myapp.list | 1 - .../ca/LC_MESSAGES/openplotter-myapp.mo | Bin 611 -> 0 bytes .../ca/LC_MESSAGES/openplotter-myapp.po | 107 ------------------ .../cs/LC_MESSAGES/openplotter-myapp.mo | Bin 2358 -> 0 bytes .../cs/LC_MESSAGES/openplotter-myapp.po | 107 ------------------ .../da/LC_MESSAGES/openplotter-myapp.mo | Bin 2207 -> 0 bytes .../da/LC_MESSAGES/openplotter-myapp.po | 107 ------------------ .../de/LC_MESSAGES/openplotter-myapp.mo | Bin 2287 -> 0 bytes .../de/LC_MESSAGES/openplotter-myapp.po | 107 ------------------ .../el/LC_MESSAGES/openplotter-myapp.mo | Bin 558 -> 0 bytes .../el/LC_MESSAGES/openplotter-myapp.po | 105 ----------------- .../en/LC_MESSAGES/openplotter-myapp.po | 102 ----------------- .../es/LC_MESSAGES/openplotter-myapp.mo | Bin 2322 -> 0 bytes .../es/LC_MESSAGES/openplotter-myapp.po | 107 ------------------ .../eu/LC_MESSAGES/openplotter-myapp.mo | Bin 559 -> 0 bytes .../eu/LC_MESSAGES/openplotter-myapp.po | 105 ----------------- .../fi/LC_MESSAGES/openplotter-myapp.mo | Bin 2265 -> 0 bytes .../fi/LC_MESSAGES/openplotter-myapp.po | 107 ------------------ .../fr/LC_MESSAGES/openplotter-myapp.mo | Bin 2311 -> 0 bytes .../fr/LC_MESSAGES/openplotter-myapp.po | 107 ------------------ .../gl/LC_MESSAGES/openplotter-myapp.mo | Bin 561 -> 0 bytes .../gl/LC_MESSAGES/openplotter-myapp.po | 105 ----------------- .../it/LC_MESSAGES/openplotter-myapp.mo | Bin 2302 -> 0 bytes .../it/LC_MESSAGES/openplotter-myapp.po | 107 ------------------ .../nl/LC_MESSAGES/openplotter-myapp.mo | Bin 609 -> 0 bytes .../nl/LC_MESSAGES/openplotter-myapp.po | 107 ------------------ .../pl/LC_MESSAGES/openplotter-myapp.mo | Bin 2433 -> 0 bytes .../pl/LC_MESSAGES/openplotter-myapp.po | 107 ------------------ .../sv/LC_MESSAGES/openplotter-myapp.mo | Bin 563 -> 0 bytes .../sv/LC_MESSAGES/openplotter-myapp.po | 105 ----------------- openplotterMyapp/myappPostInstall.py | 86 -------------- openplotterMyapp/startup.py | 64 ----------- openplotterMyapp/version.py | 10 -- setup.py | 41 ++----- 55 files changed, 200 insertions(+), 1883 deletions(-) rename debian/{openplotter-myapp-docs.docs => openplotter-maiana-docs.docs} (100%) rename {openplotterMyapp => openplotterMaiana}/__init__.py (100%) rename {openplotterMyapp => openplotterMaiana}/data/help.png (100%) rename {openplotterMyapp => openplotterMaiana}/data/openplotter-24.png (100%) rename openplotterMyapp/data/openplotter-myapp.desktop => openplotterMaiana/data/openplotter-maiana.desktop (68%) rename openplotterMyapp/data/openplotter-myapp.png => openplotterMaiana/data/openplotter-maiana.png (100%) rename {openplotterMyapp => openplotterMaiana}/data/settings.png (100%) rename openplotterMyapp/locale/en/LC_MESSAGES/openplotter-myapp.mo => openplotterMaiana/locale/en/LC_MESSAGES/openplotter-maiana.mo (56%) create mode 100644 openplotterMaiana/locale/en/LC_MESSAGES/openplotter-maiana.po create mode 100755 openplotterMaiana/maianaPostInstall.py rename openplotterMyapp/myappPreUninstall.py => openplotterMaiana/maianaPreUninstall.py (52%) mode change 100644 => 100755 rename openplotterMyapp/openplotterMyapp.py => openplotterMaiana/openplotterMaiana.py (89%) create mode 100644 openplotterMaiana/startup.py create mode 100644 openplotterMaiana/version.py delete mode 100644 openplotterMyapp/data/myapp.gpg.key delete mode 100644 openplotterMyapp/data/myapp.list delete mode 100644 openplotterMyapp/locale/ca/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/ca/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/cs/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/cs/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/da/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/da/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/de/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/de/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/el/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/el/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/en/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/es/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/es/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/eu/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/eu/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/fi/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/fi/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/fr/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/fr/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/gl/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/gl/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/it/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/it/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/nl/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/nl/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/pl/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/pl/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/locale/sv/LC_MESSAGES/openplotter-myapp.mo delete mode 100644 openplotterMyapp/locale/sv/LC_MESSAGES/openplotter-myapp.po delete mode 100644 openplotterMyapp/myappPostInstall.py delete mode 100644 openplotterMyapp/startup.py delete mode 100644 openplotterMyapp/version.py diff --git a/MANIFEST.in b/MANIFEST.in index 5ba5f2e..b731cae 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include LICENSE include README.md -recursive-include openplotterMyapp/data * -recursive-include openplotterMyapp/locale * +recursive-include openplotterMaiana/data * +recursive-include openplotterMaiana/locale * diff --git a/README.md b/README.md index 0319209..c99c3cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## openplotter-myapp +## openplotter-maiana -This is a template to help create apps for OpenPlotter. +OpenPlotter integration of the MAIANA open source AIS transponder' ### Installing @@ -8,20 +8,22 @@ Install [openplotter-settings](https://github.com/openplotter/openplotter-settin #### For production -Download the latest [openplotter-myapp deb package](https://cloudsmith.io/~openplotter/repos/openplotter-external/packages/) and install it: - -`sudo dpkg -i openplotter-myapp_x.x.x-xxx_all.deb` +Install MAIANA AIS transponder from openplotter-settings app. #### For development +Install openplotter-maiana dependencies: + +`sudo apt install ` + Clone the repository: -`git clone https://github.com/openplotter/openplotter-myapp` +`git clone https://github.com/openplotter/openplotter-maiana` -Create the package: +Make your changes and create the package: ``` -cd openplotter-myapp +cd openplotter-maiana dpkg-buildpackage -b ``` @@ -29,18 +31,14 @@ Install the package: ``` cd .. -sudo dpkg -i openplotter-myapp_x.x.x-xxx_all.deb +sudo dpkg -i openplotter-maiana_x.x.x-xxx_all.deb ``` -Run post installation script: - -`sudo myappPostInstall` - Run: -`openplotter-myapp` +`openplotter-maiana` -Make your changes and repeat packaging and installation steps to test. Pull request your changes to github and we will check and add them to the next version of the [Debian package](https://cloudsmith.io/~openplotter/repos/openplotter-external/packages/). +Make your changes and repeat package and installation to test. Pull request your changes to github and we will check and add them to the next version of the [Debian package](https://launchpad.net/~openplotter/+archive/ubuntu/openplotter). ### Documentation diff --git a/debian/changelog b/debian/changelog index ea0bb95..2308f37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,31 +1,6 @@ -openplotter-myapp (2.1.0-beta) buster; urgency=medium +openplotter-maiana (1.0.0-beta) buster; urgency=medium - * Add feature: show pending actions in openplotter-settings app - * Update translations + * First commit -- Sailoog Sat, 08 Aug 2020 13:05:58 +0200 -openplotter-myapp (2.0.4-beta) buster; urgency=medium - - * Fix error - * Update translations - - -- Sailoog Tue, 10 Mar 2020 20:16:53 +0100 - -openplotter-myapp (2.0.3-beta) buster; urgency=medium - - * Fix error - - -- Sailoog Thu, 05 Mar 2020 16:23:24 +0100 - -openplotter-myapp (2.0.2-beta) buster; urgency=medium - - * Make external apps independent - - -- Sailoog Thu, 05 Mar 2020 12:50:12 +0100 - -openplotter-myapp (2.0.1-beta) buster; urgency=medium - - * Initial release - - -- Sailoog Sun, 11 Aug 2019 19:20:18 +0200 diff --git a/debian/control b/debian/control index 498385c..179d1b1 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,15 @@ -Source: openplotter-myapp +Source: openplotter-maiana Section: misc Priority: optional Maintainer: Sailoog Build-Depends: debhelper (>=9),dh-python,python3-all,python3-setuptools Standards-Version: 3.9.6 -Homepage: https://github.com/openplotter/openplotter-myapp +Homepage: https://github.com/openplotter/openplotter-maiana X-Python3-Version: >= 3.2 -Package: openplotter-myapp +Package: openplotter-maiana Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, openplotter-settings -Description: This is a template to help create apps for OpenPlotter - This is a template to help create apps for OpenPlotter +Description: OpenPlotter integration of the MAIANA open source AIS transponder + OpenPlotter integration of the MAIANA open source AIS transponder diff --git a/debian/copyright b/debian/copyright index 506b0b7..45ff8f3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: openplotter-myapp -Source: https://github.com/openplotter/openplotter-myapp +Upstream-Name: openplotter-maiana +Source: https://github.com/openplotter/openplotter-maiana Files: * -Copyright: 2019 Sailoog +Copyright: 2021 Sailoog License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ License: GPL-2+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: debian/* -Copyright: 2019 Sailoog +Copyright: 2021 Sailoog License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/openplotter-myapp-docs.docs b/debian/openplotter-maiana-docs.docs similarity index 100% rename from debian/openplotter-myapp-docs.docs rename to debian/openplotter-maiana-docs.docs diff --git a/debian/rules b/debian/rules index 2489695..85ef531 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # output every command that modifies files on the build system. export DH_VERBOSE = 1 -export PYBUILD_NAME=openplotter-myapp +export PYBUILD_NAME=openplotter-maiana %: dh $@ --with python3 --buildsystem=pybuild diff --git a/openplotterMyapp/__init__.py b/openplotterMaiana/__init__.py similarity index 100% rename from openplotterMyapp/__init__.py rename to openplotterMaiana/__init__.py diff --git a/openplotterMyapp/data/help.png b/openplotterMaiana/data/help.png similarity index 100% rename from openplotterMyapp/data/help.png rename to openplotterMaiana/data/help.png diff --git a/openplotterMyapp/data/openplotter-24.png b/openplotterMaiana/data/openplotter-24.png similarity index 100% rename from openplotterMyapp/data/openplotter-24.png rename to openplotterMaiana/data/openplotter-24.png diff --git a/openplotterMyapp/data/openplotter-myapp.desktop b/openplotterMaiana/data/openplotter-maiana.desktop similarity index 68% rename from openplotterMyapp/data/openplotter-myapp.desktop rename to openplotterMaiana/data/openplotter-maiana.desktop index 1675f69..79800b6 100644 --- a/openplotterMyapp/data/openplotter-myapp.desktop +++ b/openplotterMaiana/data/openplotter-maiana.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=My App -Exec=openplotter-myapp -Icon=openplotter-myapp +Exec=openplotter-maiana +Icon=openplotter-maiana StartupNotify=true Terminal=false Type=Application diff --git a/openplotterMyapp/data/openplotter-myapp.png b/openplotterMaiana/data/openplotter-maiana.png similarity index 100% rename from openplotterMyapp/data/openplotter-myapp.png rename to openplotterMaiana/data/openplotter-maiana.png diff --git a/openplotterMyapp/data/settings.png b/openplotterMaiana/data/settings.png similarity index 100% rename from openplotterMyapp/data/settings.png rename to openplotterMaiana/data/settings.png diff --git a/openplotterMyapp/locale/en/LC_MESSAGES/openplotter-myapp.mo b/openplotterMaiana/locale/en/LC_MESSAGES/openplotter-maiana.mo similarity index 56% rename from openplotterMyapp/locale/en/LC_MESSAGES/openplotter-myapp.mo rename to openplotterMaiana/locale/en/LC_MESSAGES/openplotter-maiana.mo index cc73c84f5522cdb3768074eac958d8dd0d8810ee..afce6467fdd107cb2725167fb7d30d3d099858ba 100644 GIT binary patch delta 66 zcmcb@yn=ax3S-_xRa5Q6%*4Dzt^j}CpwzO=;>`R!U6;g?R4WA|10zFSLjzr7Lj^-) WD^o*l1H*}H7cd*?8BY#jYybeJi4#x& delta 92 zcmZ3%e1&;}3gfJas;0V?i3J5*0sbMn&PAz-C7Jnox-N+&sa6U`21W+D1{Of1U}$V* iV5kk`8%&HB6F?R<28vE>UBGUrXQ5}VXE<4du>k +# +# Openplotter is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# any later version. +# Openplotter is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Openplotter. If not, see . + +import os +from openplotterSettings import conf +from openplotterSettings import language +from .version import version + +def main(): + conf2 = conf.Conf() + currentdir = os.path.dirname(os.path.abspath(__file__)) + currentLanguage = conf2.get('GENERAL', 'lang') + package = 'openplotter-maiana' + language.Language(currentdir, package, currentLanguage) + + + + print(_('Setting version...')) + try: + conf2.set('APPS', 'maiana', version) + print(_('DONE')) + except Exception as e: print(_('FAILED: ')+str(e)) + +if __name__ == '__main__': + main() \ No newline at end of file diff --git a/openplotterMyapp/myappPreUninstall.py b/openplotterMaiana/maianaPreUninstall.py old mode 100644 new mode 100755 similarity index 52% rename from openplotterMyapp/myappPreUninstall.py rename to openplotterMaiana/maianaPreUninstall.py index 5b8c128..00e5728 --- a/openplotterMyapp/myappPreUninstall.py +++ b/openplotterMaiana/maianaPreUninstall.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # This file is part of Openplotter. -# Copyright (C) 2020 by Sailoog +# Copyright (C) 2021 by Sailoog # # Openplotter is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,28 +23,13 @@ def main(): conf2 = conf.Conf() currentdir = os.path.dirname(os.path.abspath(__file__)) currentLanguage = conf2.get('GENERAL', 'lang') - package = 'openplotter-myapp' ### replace openplotter-myapp by the name of your package + package = 'openplotter-maiana' language.Language(currentdir, package, currentLanguage) - print(_('Removing app from OpenPlotter...')) - try: - externalApps0 = eval(conf2.get('APPS', 'external_apps')) - externalApps1 = [] - for i in externalApps0: - if i['package'] != package: externalApps1.append(i) - conf2.set('APPS', 'external_apps', str(externalApps1)) - os.system('rm -f /etc/apt/sources.list.d/myapp.list') ### replace myapp.list by the name of your sources file (see myappPostInstall.py script). - os.system('apt update') - print(_('DONE')) - except Exception as e: print(_('FAILED: ')+str(e)) - - ### - ### Do here whatever you need to remove files and programs before app uninstallation. This file will be executed as sudo. - ### print(_('Removing version...')) try: - conf2.set('APPS', 'myapp', '') ### replace myapp by the name of your app, use the same name in openplotterMyapp.py and myappPostInstall.py scripts. + conf2.set('APPS', 'maiana', '') print(_('DONE')) except Exception as e: print(_('FAILED: ')+str(e)) diff --git a/openplotterMyapp/openplotterMyapp.py b/openplotterMaiana/openplotterMaiana.py similarity index 89% rename from openplotterMyapp/openplotterMyapp.py rename to openplotterMaiana/openplotterMaiana.py index 02bed31..be061e7 100644 --- a/openplotterMyapp/openplotterMyapp.py +++ b/openplotterMaiana/openplotterMaiana.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # This file is part of Openplotter. -# Copyright (C) 2020 by Sailoog +# Copyright (C) 2021 by Sailoog # # Openplotter is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,11 +28,11 @@ class MyFrame(wx.Frame): self.platform = platform.Platform() self.currentdir = os.path.dirname(os.path.abspath(__file__)) self.currentLanguage = self.conf.get('GENERAL', 'lang') - self.language = language.Language(self.currentdir,'openplotter-myapp',self.currentLanguage) ### replace openplotter-myapp by your package name + self.language = language.Language(self.currentdir,'openplotter-maiana',self.currentLanguage) wx.Frame.__init__(self, None, title='My App '+version, size=(800,444)) self.SetFont(wx.Font(10, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL)) - icon = wx.Icon(self.currentdir+"/data/openplotter-myapp.png", wx.BITMAP_TYPE_PNG) + icon = wx.Icon(self.currentdir+"/data/openplotter-maiana.png", wx.BITMAP_TYPE_PNG) self.SetIcon(icon) self.CreateStatusBar() font_statusBar = self.GetStatusBar().GetFont() @@ -99,7 +99,7 @@ class MyFrame(wx.Frame): ### replace url by your manuals def OnToolHelp(self, event): - url = "/usr/share/openplotter-doc/external/myapp_app.html" + url = "/usr/share/openplotter-doc/external/maiana_app.html" webbrowser.open(url, new=2) def OnToolSettings(self, event=0): @@ -132,8 +132,8 @@ class MyFrame(wx.Frame): def main(): try: platform2 = platform.Platform() - if not platform2.postInstall(version,'myapp'): ### replace myapp by the name of your app, use the same name in myappPostInstall and myappPreUninstall scripts. - subprocess.Popen(['openplotterPostInstall', platform2.admin+' myappPostInstall']) ### replace myappPostInstall by your post install entry point (see setup.py file). + if not platform2.postInstall(version,'maiana'): + subprocess.Popen(['openplotterPostInstall', platform2.admin+' maianaPostInstall']) return except: pass diff --git a/openplotterMaiana/startup.py b/openplotterMaiana/startup.py new file mode 100644 index 0000000..207e175 --- /dev/null +++ b/openplotterMaiana/startup.py @@ -0,0 +1,50 @@ +#!/usr/bin/env python3 + +# This file is part of Openplotter. +# Copyright (C) 2021 by Sailoog +# +# Openplotter is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# any later version. +# Openplotter is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Openplotter. If not, see . + +import time, os, subprocess, sys +from openplotterSettings import language + +class Start(): + def __init__(self, conf, currentLanguage): + self.conf = conf + currentdir = os.path.dirname(os.path.abspath(__file__)) + language.Language(currentdir,'openplotter-maiana',currentLanguage) + + self.initialMessage = '' + + def start(self): + green = '' + black = '' + red = '' + + return {'green': green,'black': black,'red': red} + +class Check(): + def __init__(self, conf, currentLanguage): + self.conf = conf + currentdir = os.path.dirname(os.path.abspath(__file__)) + language.Language(currentdir,'openplotter-maiana',currentLanguage) + + self.initialMessage = '' + + def check(self): + green = '' + black = '' + red = '' + + return {'green': green,'black': black,'red': red} + diff --git a/openplotterMaiana/version.py b/openplotterMaiana/version.py new file mode 100644 index 0000000..3b76f0f --- /dev/null +++ b/openplotterMaiana/version.py @@ -0,0 +1,3 @@ +version = '1.0.0' +codeName = 'Open Arms' +state = 'beta' diff --git a/openplotterMyapp/data/myapp.gpg.key b/openplotterMyapp/data/myapp.gpg.key deleted file mode 100644 index b6373e8..0000000 --- a/openplotterMyapp/data/myapp.gpg.key +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2 - -mQENBF5eoaMBCAClsL/6jvqhX5axD4o7BR9Gn4KCV+wr0A4pcfeChPmoFvHvGqAU -+qKKfU3/9KhTXESduykjOCzimEOMu1/080uOmKCyjsjlfe9U6X0bjEsTOc8xiSax -hF2LbHl/D7GuUtT0XBV1+eo68TVyelCpJJeh3RlESQ/IT8bAxg0DOjonTVFG7SD9 -MkSr785SZpl5fRuJudcwxynylZV6ueMdpxVQdRegUOaei9Xqush7iOMxGHCGaZWf -IgXqCpfZ/7MsAOFo/OhWMeB4UHAsVRPBuoLOAG3HE9ZnBwW+JjVKbdjcyxcZMHFA -s65KnRDa1Jx4wZfzXcZDNKZZKVzR+0ZK6zajABEBAAG0TUNsb3Vkc21pdGggUGFj -a2FnZSAob3BlbnBsb3R0ZXIvb3BlbnBsb3R0ZXItZXh0ZXJuYWwpIDxzdXBwb3J0 -QGNsb3Vkc21pdGguaW8+iQE3BBMBCAAhBQJeXqGjAhsvBQsJCAcDBRUKCQgLBRYC -AwEAAh4BAheAAAoJELARwIYBZJJSWM4IAI1G61+qwb9IqR+HBnZIfgtZmEMmekCl -o4p+tvnDH3E1SoJAJ/90GDVisAPGVRmjDj06h3fs8zFqH24fgPpjhwJ46KRh+QRm -ddJhRUqquY1pmA+hye7ISjWAVlMzYHWUs841ZGMH06AmNa2/f5EFpopPnQoy0oCs -Qp3+XUpTHbZVl6MwH++Mc1qgLLCwn5eWxGryEdttlHcrQOlszLUtAd6sFDrDD6y6 -bhIl9NnGSkirFR7M7xGATQ8NhZuK5751DQz/ZZAw6G1Co+CrEb3BVq59H8WXgjXT -d3eyxKKugWqqJCTsA35qzLuJaDOjmPWUiOnYwsYIJXB+H9+GPUC2Z6A= -=n3Ar ------END PGP PUBLIC KEY BLOCK----- diff --git a/openplotterMyapp/data/myapp.list b/openplotterMyapp/data/myapp.list deleted file mode 100644 index 55fa423..0000000 --- a/openplotterMyapp/data/myapp.list +++ /dev/null @@ -1 +0,0 @@ -deb https://dl.cloudsmith.io/public/openplotter/openplotter-external/deb/debian buster main diff --git a/openplotterMyapp/locale/ca/LC_MESSAGES/openplotter-myapp.mo b/openplotterMyapp/locale/ca/LC_MESSAGES/openplotter-myapp.mo deleted file mode 100644 index 7b43f0c3c5328dfa6804259a1ae21f42a791f10d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 611 zcmZWmO;5r=5XFyEkDfiOi3bf%-GU#>5-x%m5{ZqX;X0NPYRYc2UHteV{yl$-Q!9dT z(wA;$-b~-V`P|w5sBvsCb{YGOEyfX}48=IytkqilE;+vuJNrzDhrt9M$Q7wITG*US zo>}k71@X-Yx{lCu1$yX7i-v4SkWGjrAGJKK%ScKl!Y#d|<%B;x1yYHqspUzX`($v9 zg@=(tQ)K9^(}FW*y1*&Hh;Xh&7d>WZe$!ec7z_u)%ay<=ltI@TPliXm=d8)on?KGo zOif!PGjs*{&i$wlYQ-ym`9uybO=2ghnQEaPQy+}siVV3*OKfS9dJ%;xJP#wTRSCGj zf^zgTEyD2l`w8M~;V^@~b@M_C_N)9XI*qodj-3M|_BtXuY_G=L*@a7}Tj|rH5;$gm z?JFySpI!W2z`rsKdb|VGQcCgUW$)6&Z?{(Iewwj6YYT<>JLY+q+qK@3R82iw(@N-) MS-p9y!U(W&Af-F zPJClvypH(}=5LtqVt(-i{xJRlz6Lx1z5zV>q+y%}o&gqtvp{_=0KN+Ry1)M|a2o5M zfG2Nv-HnA|wlOK~WV#R`hd&a0#NJUXo z2w!X+k&nsZnrsFh$&d?+HlUwcqeELtQp6jw#Yxrt*fK799&BpwgspWPD+f|39$A)U zEY!GL*V}{RM})C#MlO$2S>U^Ml7jMAcz`%yD&Q;v3zmm z+R~y!hSoQ<+v9GoYnB6Qw<6g%PVP{l#iQ7lLi4!6mC|R%MX^yqylI@C#i1E{#y0I)vtZ-X zvEQGz3$_hK^Ez+&I&DYvil$wp!mMM@P2-%MyT)Q=Rw5>1Bt}LKK_a%A2-d7{)^KQ{ z!`<4U&>=U@t*)#t4e1puJGUT(;sS=+As8usTb)OueKAjNjYTn6rH#t6SsdzVhqriS zE(ura>*-Lj>Z{yM^D-Aa%9xZT_k2YKt7v^_6|k2H%u6ihAyYMnEbDyw%awy>!~%0! zMvd4Z5vI$yG&fJ#XK6~5N`id29Dyb4D7wWJ%$*8Z-?@@NU2Z9hiP zil3uxR;LczzXSHh6{%!PqCK{&3_Wak##l#$$zGJvJRSv{t*0UPzDjdF8cAogw`f`e zO&tl^S;yDHHM~dGdW1;V$f)3D409uVmjw5a_@s+Q1Cx}9M#e6 zlOL$jyWjhTBMbc?DU6e@qE-NxBRTg+uOZB8mz@v+w-}++S)HrN14a9HcqEeU<5W64 W0P(J_Zn9Som`5!Z^;7e|ugJd#rMR*H diff --git a/openplotterMyapp/locale/cs/LC_MESSAGES/openplotter-myapp.po b/openplotterMyapp/locale/cs/LC_MESSAGES/openplotter-myapp.po deleted file mode 100644 index d2cf38d..0000000 --- a/openplotterMyapp/locale/cs/LC_MESSAGES/openplotter-myapp.po +++ /dev/null @@ -1,107 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: openplotter\n" -"POT-Creation-Date: 2020-03-10 20:05+0100\n" -"PO-Revision-Date: 2020-08-08 13:04+0200\n" -"Last-Translator: \n" -"Language-Team: Czech\n" -"Language: cs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Crowdin-Project: openplotter\n" -"X-Crowdin-Project-ID: 289888\n" -"X-Crowdin-Language: cs\n" -"X-Crowdin-File: openplotter-myapp.po\n" -"X-Crowdin-File-ID: 26\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:48 -msgid "Adding app to OpenPlotter..." -msgstr "Přidávání aplikace do OpenPlotter..." - -#: myappPostInstall.py:58 myappPostInstall.py:71 myappPostInstall.py:81 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "Hotovo" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "Chyba: " - -#: myappPostInstall.py:61 -msgid "Checking sources..." -msgstr "Kontrola zdrojů..." - -#: myappPostInstall.py:78 -msgid "Setting version..." -msgstr "Nastavuji verzi..." - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "Odstraňování aplikace z OpenPlotter..." - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "Odstraňuji verzi..." - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "Nápověda" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "Nastavení" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "Klikněte na \"Nápověda\" a zjistěte, jak začít" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "Tato aplikace nic nedělá." - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "Toto je šablona pomocí, které můžete začít psát vlastní aplikaci openplotter." - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "Otevírání \"Moje aplikace\"..." - -#: startup.py:35 -msgid "This message should be green" -msgstr "Tato zpráva by měla být zelená" - -#: startup.py:36 -msgid "This message should be black" -msgstr "Tato zpráva by měla být černá" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "\"Moje aplikace\" by se měla otevřít. Pro odstranění odinstalujte \"Moje aplikace\"." - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "Kontroluji \"Moje aplikace\"..." - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "\"Moje aplikace\" je nainstalována" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "\"Moje aplikace\" je spuštěna" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "\"Moje aplikace\" není spuštěna" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "Příklad varování. Pro odstranění odinstalujte \"Moje aplikace\"." diff --git a/openplotterMyapp/locale/da/LC_MESSAGES/openplotter-myapp.mo b/openplotterMyapp/locale/da/LC_MESSAGES/openplotter-myapp.mo deleted file mode 100644 index b21cf1b0838919bc49762f197ac37c5133816d49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2207 zcmb7^&u<$=6vwyFQZPRX<(H6vzUF|6!fw|IKg@;*(m1A35@MxJDTvG3`)qG^J!8#| zokl|9#DPDc5+`o0khpQm2@bw+=-*Hw5H}9=#*y#awPPpY03(k-``*mFdGF24dvNjW z9S7|t^jFdEqrZm!JkONTWZ-L_5O>i0PfwJEZWBvjzLjD810$Zy6nzss17bMOgV>gMrIpa1MHj!tw@G^nAF|go=;9l~ zbr5#$-#JkBm-Ym@ z9r1GFTHEN}N#~9x4B2F{R^rDEwpP}hR%K2D@#b+xnlnN|yO`+}Y8fHRy?z>6WJVXx z(!Pmva|ei&^uC&PK}?NT_c+VK4%0aIO{QiVwvxj1>A{X+R?eqLkGRUWLu||c>9FcX z?{Ukz>ydl22s+45x?dbwslMHCR}F_2>2RwEC7=a=!FT;dx9sCH@ZXvD%f63^?hX%Q zN!zh`71ys&c`@+cp2s@Bv>9gBZJ1DHNQ^cCL8CeY1nV|9>;+T}Rh)H?v;jq7X={CJ zZR%gy^GmB*Syr%g(1%NwZ`-TLbgY)B)eTL?c6ql^b1Tz%vSXW#yQW%N?q@)iW^7Bh z+>cqYDO{;*j$%t?uj0Mul`&Q*+-qUR{m^y;^1Q40uT)P5CQRL$HoYt$)z8Ijd0~l) z&*dwME-zF0&84ZC8~N>CE&L0paPSt=tM}oNJ3flz`9C%6uH%j`RNk*tDzH3RJIP_5 zt*N>er^t@H-0^w3y#u*qeLb^QCKXoSo$(cKt<|j~XxB&BrD=&^b5u|a+o?Vo9U2)+ z5A_5myEcB@tKR diff --git a/openplotterMyapp/locale/da/LC_MESSAGES/openplotter-myapp.po b/openplotterMyapp/locale/da/LC_MESSAGES/openplotter-myapp.po deleted file mode 100644 index 36d39b6..0000000 --- a/openplotterMyapp/locale/da/LC_MESSAGES/openplotter-myapp.po +++ /dev/null @@ -1,107 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: openplotter\n" -"POT-Creation-Date: 2020-03-10 20:05+0100\n" -"PO-Revision-Date: 2020-08-08 13:04+0200\n" -"Last-Translator: \n" -"Language-Team: Danish\n" -"Language: da\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Crowdin-Project: openplotter\n" -"X-Crowdin-Project-ID: 289888\n" -"X-Crowdin-Language: da\n" -"X-Crowdin-File: openplotter-myapp.po\n" -"X-Crowdin-File-ID: 26\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:48 -msgid "Adding app to OpenPlotter..." -msgstr "Tilføjer app til OpenPlotter..." - -#: myappPostInstall.py:58 myappPostInstall.py:71 myappPostInstall.py:81 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "UDFØRT" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "MISLYKKET: " - -#: myappPostInstall.py:61 -msgid "Checking sources..." -msgstr "Kontrollerer kilder..." - -#: myappPostInstall.py:78 -msgid "Setting version..." -msgstr "Indstiller version..." - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "Fjerner app fra OpenPlotter..." - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "Fjerner version..." - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "Hjælp" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "Indstillinger" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "Klik på \"Hjælp\" for at lære, hvordan du kommer i gang" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "Denne app gør intet." - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "Dette er en skabelon til at skrive din egen OpenPlotter-app." - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "Åbner \"My app\"..." - -#: startup.py:35 -msgid "This message should be green" -msgstr "Denne meddelelse bør være grøn" - -#: startup.py:36 -msgid "This message should be black" -msgstr "Denne meddelelse bør være sort" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "\"My app\" burde åbne. Afinstaller \"My app\" for at fjerne dette." - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "Kontrollere \"My app\"..." - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "\"My app\" er installeret" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "\"My app\" kører" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "\"My app\" kører ikke" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "Advarselseksempel. Afinstaller \"My app\" for at fjerne dette." diff --git a/openplotterMyapp/locale/de/LC_MESSAGES/openplotter-myapp.mo b/openplotterMyapp/locale/de/LC_MESSAGES/openplotter-myapp.mo deleted file mode 100644 index ef965ceabb5b2713aa54d2c2ce62d800cd0671cd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2287 zcmbW2&u<$=6vr26DY*PB6vQv}B}k|!-R(NzhuJ8H#Ie(e{4h-#Dh^0%``KQyp0Q@f zaT9St;!<&jQ`H04-Z)eoa`S})e*mXm5Vs!akpmLnx4Ta4gi452#-E)xZ{Dxjd3kW* z%=ZqS*D&73_!Z+FjIW=-51v24i{K;hb@1Gij`Iq52`qtgpzMpmSHau)`dx4a^Pj*o z-~;d(@b`TF5EMI)KmyM`mCfG+FJK;kqQ4GGY&+lr*agMky_~;*bC~}DUWTnV;Os5T zm!5W^uGbW0Pljb{ulTrc=4R$ybSu_BDe%%$@vz13H%N`3*G^x4nKmIz@I^h z|2I(d9)izJHvDezs8!71=|F24t&qz=?mJCZX*=~KY3*nAN~avwd<;YDn} zfN>rJ={iU|jaOn6|MEPGAvGU8axRi%`b@9yQ`qZGQjvmOQ&6W^|u}EuqbED!^7gyIR%K(iL{b9w%A(Pb6S)*+sHS~v#B{D6tn|PFB8iOS?>1Y z(4sOr3zh~ZO3m#fQ_=%99)g(4cXv5S!ZuT0`#MuS4ja3f>C=mC!>pXoQ634EZ-sEn z|LL%5Mt{W(>#jE4oh<1fJ?UO{WQE%1wp%tFT9m_GMk)c#`m?_4&$&e(uYv#Jj9>J9 zD7x2qFOsrN=#^Z*M8&zl|6m6D{K8t8Sa;imDnVhi2?!F^?ju=uo5OBED{Q)xst}8@HkwTE5SK zO7+MVZn`V1*kqy9G&dtlMX%(2>=m(=3EZVH;a+Gv0eRll^si8h`zDOtsy5vuAk|B! z$-?YBWv>gD6-_Nr@%{N@Gh6A`UC!bQC=2i=%Bu&6$jy&pvi_%*-BoD@vKwkH%ufU2Ak|NZR$0b^$GdBgM3s^%Og5 zDiIqyu{MZIlT_5`SPJ_|n_I)f&cCTVZZXkuj0@A|;r&)i;gS#7G^O(_!++X&;F1+> zMT{PD6w?*zcc~fS8Xois9|n$EVV6@K9^x7yYLTDlMZ-IFHa#;uY)zPwTVKnhpY<7i zGwlPPN;gCpQAslBJ zMan8-`!+i%G;NXMe}$#AqC48exRGgct4Iq{Y~^w9ZeG)*f%T{^wazSWgpj1?pC2VO d2BA5i1g0OS(?-2jrXgLd&Qa2fIR3w<{tqR&e&PTC diff --git a/openplotterMyapp/locale/de/LC_MESSAGES/openplotter-myapp.po b/openplotterMyapp/locale/de/LC_MESSAGES/openplotter-myapp.po deleted file mode 100644 index 0d23be4..0000000 --- a/openplotterMyapp/locale/de/LC_MESSAGES/openplotter-myapp.po +++ /dev/null @@ -1,107 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: openplotter\n" -"POT-Creation-Date: 2020-03-10 20:05+0100\n" -"PO-Revision-Date: 2020-08-08 13:04+0200\n" -"Last-Translator: \n" -"Language-Team: German\n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Crowdin-Project: openplotter\n" -"X-Crowdin-Project-ID: 289888\n" -"X-Crowdin-Language: de\n" -"X-Crowdin-File: openplotter-myapp.po\n" -"X-Crowdin-File-ID: 26\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:48 -msgid "Adding app to OpenPlotter..." -msgstr "Füge App zu OpenPlotter..." - -#: myappPostInstall.py:58 myappPostInstall.py:71 myappPostInstall.py:81 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "Fertig" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "FEHLGESCHLAGEN: " - -#: myappPostInstall.py:61 -msgid "Checking sources..." -msgstr "Prüfe Quellen..." - -#: myappPostInstall.py:78 -msgid "Setting version..." -msgstr "Setze Version..." - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "Entferne App von OpenPlotter..." - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "Entferne Version..." - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "Hilfe" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "Einstellungen" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "Klicken Sie auf \"Hilfe\", um zu erfahren, wie Sie loslegen können" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "Diese App tut nichts." - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "Dies ist eine Vorlage, um Ihre eigene OpenPlotter-App zu schreiben." - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "Öffne \"Meine App\"..." - -#: startup.py:35 -msgid "This message should be green" -msgstr "Diese Nachricht sollte grün sein" - -#: startup.py:36 -msgid "This message should be black" -msgstr "Diese Nachricht sollte schwarz sein" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "\"Meine App\" sollte geöffnet werden. Deinstallieren Sie \"Meine App\", um dies zu entfernen." - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "Überprüfe \"Meine App\"..." - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "\"Meine App\" ist installiert" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "\"Meine App\" wird ausgeführt" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "\"Meine App\" wird nicht ausgeführt" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "Warnbeispiel. Deinstallieren Sie \"Meine App\", um dies zu entfernen." diff --git a/openplotterMyapp/locale/el/LC_MESSAGES/openplotter-myapp.mo b/openplotterMyapp/locale/el/LC_MESSAGES/openplotter-myapp.mo deleted file mode 100644 index 61ceebee2ff26014b80af8219456fa1574dafa2a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 558 zcmY*W!A`?43Q_u13@7k}w#c*+OdC`t z*Uq8!;=2U87Nw&I+(?IlwRnpIZ$rT8DELK#2b@zP+~a#zR@ll5frl(;3x3|9cig*` zg@eRORpioXD;RmybRnk*3Cg)(1B>{!b_#~MHyVz5HNC*+URNuJiV7_aF>?6nnkJW- z>acVsZGkR&O!^Skd1b>Fw9r$jo@8n&SooYdZwv!eXe%bM#!2Q_;D`RDA5g4vz_l#U zNH-JA_nWKb#reX@9QxYM3&BXO@>)c#4y%sQiDE|)3r;(AnFqbFDRwJi{^q^|xT sM)3C&+w#}pf0b5()b4(klK>k(2J@vf#y5JSF-n`xVwwOr&EW0)0@hHaVE_OC diff --git a/openplotterMyapp/locale/el/LC_MESSAGES/openplotter-myapp.po b/openplotterMyapp/locale/el/LC_MESSAGES/openplotter-myapp.po deleted file mode 100644 index e371638..0000000 --- a/openplotterMyapp/locale/el/LC_MESSAGES/openplotter-myapp.po +++ /dev/null @@ -1,105 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: openplotter\n" -"POT-Creation-Date: 2020-03-10 20:05+0100\n" -"PO-Revision-Date: 2020-08-08 13:04+0200\n" -"Last-Translator: \n" -"Language-Team: Greek\n" -"Language: el\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Crowdin-Project: openplotter\n" -"X-Crowdin-Language: el\n" -"X-Crowdin-File: openplotter-myapp.po\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:48 -msgid "Adding app to OpenPlotter..." -msgstr "" - -#: myappPostInstall.py:58 myappPostInstall.py:71 myappPostInstall.py:81 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "" - -#: myappPostInstall.py:61 -msgid "Checking sources..." -msgstr "" - -#: myappPostInstall.py:78 -msgid "Setting version..." -msgstr "" - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "" - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "" - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "" - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "" - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "" - -#: startup.py:35 -msgid "This message should be green" -msgstr "" - -#: startup.py:36 -msgid "This message should be black" -msgstr "" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "" - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "" - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "" diff --git a/openplotterMyapp/locale/en/LC_MESSAGES/openplotter-myapp.po b/openplotterMyapp/locale/en/LC_MESSAGES/openplotter-myapp.po deleted file mode 100644 index 5f2f7c7..0000000 --- a/openplotterMyapp/locale/en/LC_MESSAGES/openplotter-myapp.po +++ /dev/null @@ -1,102 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: openplotter-myapp\n" -"POT-Creation-Date: 2020-08-08 13:01+0200\n" -"PO-Revision-Date: 2020-08-08 13:03+0200\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: en\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:49 -msgid "Adding app to OpenPlotter..." -msgstr "" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "" - -#: myappPostInstall.py:60 myappPostInstall.py:73 myappPostInstall.py:83 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "" - -#: myappPostInstall.py:62 -msgid "Checking sources..." -msgstr "" - -#: myappPostInstall.py:79 -msgid "Setting version..." -msgstr "" - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "" - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "" - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "" - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "" - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "" - -#: startup.py:35 -msgid "This message should be green" -msgstr "" - -#: startup.py:36 -msgid "This message should be black" -msgstr "" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "" - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "" - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "" diff --git a/openplotterMyapp/locale/es/LC_MESSAGES/openplotter-myapp.mo b/openplotterMyapp/locale/es/LC_MESSAGES/openplotter-myapp.mo deleted file mode 100644 index 705f5a8a8d13759d56ab4987f35a737865673574..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2322 zcmb7^TW=dh6vr3RQZV;&Q^oBxLQoWTvrf2}jUo{er-^79lcc4u0%xp)4|Hy)ms zFFbAE#9|!ymoX7k=_#SLsfHT5;^)b(T z2kd}vfnS4H!CwdRsdLBy^BK_D{|uZ3+u&L7Hi)11?O^^r==}ZwUIP1|+xGx;^_fDj zc=axTZ-5uU&%sZ?SHar@{sdme{C5x~E%&%OxSSy>pBnz3!*~|M`4~P=;l=rS2IEN# zr0XGV4=I%~KMlI)2@F^B;p5Kb`Qc=GYEMOXGb~lBU-d;L(YzcvAi?miYuQt8arS&V#m54m2?>V>Q zZnj*M!_aoM%EyB{Rybg7QYBp++ib1dGbu9O4)QJYOcWbJLA%flDzRH3%XyIri^`}f zSUS{cY3>M_k~);5AvjZm-8ma0I!uGwx0%|Ri1#bglZzeAEWIyK9v3R#6mZM`>9AT_ z?Qv}V^~AqkB^{L~T~tR_Yi;iM%bJBnIs6r*646{Z7y9A6Uk~vbg&)j>^)Q5@zr_cs zE88i(h95SlJ|Bhe&tP9zyCRJBceIcOg;6>pNMxsnWc?i$c|_ZVkg4e&iz8xF+gRUd zo&;DA!rHQumL*Ib6^P05O*@NHr*eVfuF!_<;%3BGunrI5D$bUhm~9zKE&-Z=k;F5E1!4Q(RD9mR(!;55k*G-piF?ljHO58jSt0*PuQF6=^zT5$@T9SX@g0b^PI0^et+1(D5u=xk#Z?F` zh_f_LrO?j3LR;$pERvLAdo%}pq~je*<%L#l7w3fGvN4UU@Ahy7tA4d6Zc&WV5Tj)+ z9rY41O=TFO&~VC{;{M%S5jq0j653m9F0XBR&8@A?E%dB%gSUj-$^gd`a(6+1`#Hdn*aa+ diff --git a/openplotterMyapp/locale/es/LC_MESSAGES/openplotter-myapp.po b/openplotterMyapp/locale/es/LC_MESSAGES/openplotter-myapp.po deleted file mode 100644 index c0f02a6..0000000 --- a/openplotterMyapp/locale/es/LC_MESSAGES/openplotter-myapp.po +++ /dev/null @@ -1,107 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: openplotter\n" -"POT-Creation-Date: 2020-03-10 20:05+0100\n" -"PO-Revision-Date: 2020-08-08 13:04+0200\n" -"Last-Translator: \n" -"Language-Team: Spanish\n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Crowdin-Project: openplotter\n" -"X-Crowdin-Project-ID: 289888\n" -"X-Crowdin-Language: es-ES\n" -"X-Crowdin-File: openplotter-myapp.po\n" -"X-Crowdin-File-ID: 26\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:48 -msgid "Adding app to OpenPlotter..." -msgstr "Añadiendo aplicación a OpenPlotter..." - -#: myappPostInstall.py:58 myappPostInstall.py:71 myappPostInstall.py:81 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "HECHO" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "ERROR: " - -#: myappPostInstall.py:61 -msgid "Checking sources..." -msgstr "Comprobando fuentes..." - -#: myappPostInstall.py:78 -msgid "Setting version..." -msgstr "Ajustando versión..." - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "Eliminando aplicación de OpenPlotter..." - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "Eliminando versión..." - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "Ayuda" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "Ajustes" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "Haz clic en \"Ayuda\" para aprender cómo empezar" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "Esta aplicación no hace nada." - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "Esta es una plantilla para comenzar a escribir su propia aplicación OpenPlotter." - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "Abriendo \"Mi aplicación\"..." - -#: startup.py:35 -msgid "This message should be green" -msgstr "Este mensaje debe ser verde" - -#: startup.py:36 -msgid "This message should be black" -msgstr "Este mensaje debe ser negro" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "\"Mi aplicación\" debe abrirse. Desinstale \"Mi aplicación\" para eliminar esto." - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "Comprobando \"Mi aplicación\"..." - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "\"Mi aplicación\" está instalado" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "\"Mi aplicación\" está ejecutándose" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "\"Mi aplicación\" no se está ejecutando" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "Ejemplo de advertencia. Desinstale \"Mi aplicación\" para eliminar esto." diff --git a/openplotterMyapp/locale/eu/LC_MESSAGES/openplotter-myapp.mo b/openplotterMyapp/locale/eu/LC_MESSAGES/openplotter-myapp.mo deleted file mode 100644 index 9a4ff527eeec15294b54ff98652492494c6218e1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 559 zcmY*W!A`?43>|_~kDNIKi34c3OE(ZD(=Ln+O=6;gf_4p^*^0U(q$#iu;rI9p?zk(g zo0X>|wqrlPeDCjlHOO`d2ZSTSF5#3=T1fbz;3e&4&e|fYUomkon!*#>Jk?4tZBUs^ zJBQYb?qcX$l#U{BEgcHh=4}qV0|BR_;O9*qa88MEkMC(&VJj~L9_nOv^l!oV?2bg&MP~pE*QyGUh`hN%c^7VSh2$%3r@OqnFn3i1p5^~!773il2?Ba rBl!D@ZT;);zf3DZYWFbBNPvwmgT+!B;~Txv7^O|-5lsM`X7C!nwO^&@ diff --git a/openplotterMyapp/locale/eu/LC_MESSAGES/openplotter-myapp.po b/openplotterMyapp/locale/eu/LC_MESSAGES/openplotter-myapp.po deleted file mode 100644 index 72df636..0000000 --- a/openplotterMyapp/locale/eu/LC_MESSAGES/openplotter-myapp.po +++ /dev/null @@ -1,105 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: openplotter\n" -"POT-Creation-Date: 2020-03-10 20:05+0100\n" -"PO-Revision-Date: 2020-08-08 13:04+0200\n" -"Last-Translator: \n" -"Language-Team: Basque\n" -"Language: eu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Crowdin-Project: openplotter\n" -"X-Crowdin-Language: eu\n" -"X-Crowdin-File: openplotter-myapp.po\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:48 -msgid "Adding app to OpenPlotter..." -msgstr "" - -#: myappPostInstall.py:58 myappPostInstall.py:71 myappPostInstall.py:81 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "" - -#: myappPostInstall.py:61 -msgid "Checking sources..." -msgstr "" - -#: myappPostInstall.py:78 -msgid "Setting version..." -msgstr "" - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "" - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "" - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "" - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "" - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "" - -#: startup.py:35 -msgid "This message should be green" -msgstr "" - -#: startup.py:36 -msgid "This message should be black" -msgstr "" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "" - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "" - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "" diff --git a/openplotterMyapp/locale/fi/LC_MESSAGES/openplotter-myapp.mo b/openplotterMyapp/locale/fi/LC_MESSAGES/openplotter-myapp.mo deleted file mode 100644 index 91e34258eea89c743dbb7d745e42997d3089a0ed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2265 zcmbW1O>Y}T7{|BJQZVo3{iQGsQbiSZyH0p98|4rZ2du`4)i|LCBs8%n+41hqtafId z8aQ&{h!7k(`NjqD6)YqUd;u;!P;uixKLPxoT|2g$AR$(n{5;Py^UVKw=HtGFB25DXlJ_~*|_J0p9qW=?k9=roS z4Bj30{{$({J&=JH9xVG;!As}|AdPQ=q-`Hu1rw0g`(eyqz-9FR0Iwm|OIYkh^w%G9 zoY%llz?Z?#!5iRrWBc#mE9jrQSo$x6SJAJ5a5CZvZ@fk>QzXmDaA3@6F zXYdj5H<04q1)JdC;1#fmWZnQZSO>oWQBnu)Vm{?e`O;TGdkXDIG+J}=J%%5&7o_V^ zG^Fbw?LzMb@NqQyNC#=2e5CW~NoS!sU_4D1m^4f(V|g5lt}|;@+OjNHN~)td`zf0V zbsl$_PKEN=9>y2Z*hws_Stb(Q7tDszc+Oh4i!IjGnseG@oHp_;^6YA17z!FmZsm|Ijv zmtxs*CW~+bWXklhnw3DI#AsT4r1Pk%Fw5sN0|`H`55IPsp2-rvf@8& zRx8sz(Xno$>+Y9H2gOdO<(5@iJ8gG86WpR4?gml`*pk2GyZ*9U_3<$U|?0=6k}CQW!^4%nfr zG#kzORAANfE9+WWp%7}2LX#D@?RAt|suk7=d1i!N-D_{Uwdpuo@=#=MU3D}a(16tr zq^;a?KNL!2rIwZ!U1?d>t9kEvRrpGS`vEs1Qn^^)VE=&HVn z&POLG&dh^d1dC+W)6!Z_rN*l?iKbXz3WLXt*&KDJjYr5NM+W2d&K}X1VJ2`c_IZY| Q*id0)BC;rw|7Y9(0pZDs9smFU diff --git a/openplotterMyapp/locale/fi/LC_MESSAGES/openplotter-myapp.po b/openplotterMyapp/locale/fi/LC_MESSAGES/openplotter-myapp.po deleted file mode 100644 index 6e1d047..0000000 --- a/openplotterMyapp/locale/fi/LC_MESSAGES/openplotter-myapp.po +++ /dev/null @@ -1,107 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: openplotter\n" -"POT-Creation-Date: 2020-03-10 20:05+0100\n" -"PO-Revision-Date: 2020-08-08 13:04+0200\n" -"Last-Translator: \n" -"Language-Team: Finnish\n" -"Language: fi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Crowdin-Project: openplotter\n" -"X-Crowdin-Project-ID: 289888\n" -"X-Crowdin-Language: fi\n" -"X-Crowdin-File: openplotter-myapp.po\n" -"X-Crowdin-File-ID: 26\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:48 -msgid "Adding app to OpenPlotter..." -msgstr "Apin lisäys OpenPlotteriin..." - -#: myappPostInstall.py:58 myappPostInstall.py:71 myappPostInstall.py:81 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "VALMIS" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "EPÄONNISTUI: " - -#: myappPostInstall.py:61 -msgid "Checking sources..." -msgstr "Tarkistetaan lähteitä..." - -#: myappPostInstall.py:78 -msgid "Setting version..." -msgstr "Asetetaan versio..." - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "Apin poisto OpenPlotterista..." - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "Poistetaan versio..." - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "Ohje" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "Asetukset" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "Klikkaa \"Ohje\" ja opit alkuun pääsyn" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "Tämä app ei tee mitään." - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "Tämä on pohja, jolla pääset alkuun oman OpenPlotter app kirjoittamisessa." - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "Avataan \"Minun app\"..." - -#: startup.py:35 -msgid "This message should be green" -msgstr "Tämän viestin tulisi olla vihreä" - -#: startup.py:36 -msgid "This message should be black" -msgstr "Tämän viestin tulisi olla musta" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "\"Minun app\"pitää aueta. Poista \"Minun app\" asennus tämän poistamiseksi." - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "Tarkistetaan \"Minun app\"..." - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "\"Minun app\" on asennettu" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "\"Minun app\" on käynnissä" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "\"Minun app\" ei ole käynnissä" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "Varoitus esimerkki. Poista \"Minun app\" asennus tämän poistamiseksi." diff --git a/openplotterMyapp/locale/fr/LC_MESSAGES/openplotter-myapp.mo b/openplotterMyapp/locale/fr/LC_MESSAGES/openplotter-myapp.mo deleted file mode 100644 index b67a301c28f9a101040167f01b3ff552ae5ead9b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2311 zcmb7^&u<$=6vr26DHteFpil|KQx3RQwA*#U53^N}g5%IgO=G2L$aS)w*xRgUmYG>6 zskp!asp7(gE8@@th8uqZzHs2iy%)p@4()%y_wB9|CjkK~k3Tza-h1=jo7wl^!kMo< zJQp!u$M^-~4UA78!ylf9;49!G@Kx~KTQoF09=U*7+MoD2u{q6A>h;mm^t!LyAE}%SNiWe<+P;$JAC=R@+DM zHG;6#(#lB%PX`%7a&q5YMWqvUjpDvAR=S1T8_Rz4NRM~ik;ZSUSo8gisJWfE+Lr&3 zRMM28bhPXyjv7HTcrR#RtrYkl3M(_=`Vj@e)#6v{q`48PzpTx`Mx?T0Y8U3NQTe)X zS zlN80_54So_e{jHeEYnlAtW^hd_u^yYYElAR4O?ubljK|-zi9+%I Zd6i4$wfDJ~BB8qAd19^PQvbiZ@fY%4i`@VK diff --git a/openplotterMyapp/locale/fr/LC_MESSAGES/openplotter-myapp.po b/openplotterMyapp/locale/fr/LC_MESSAGES/openplotter-myapp.po deleted file mode 100644 index 7002bf0..0000000 --- a/openplotterMyapp/locale/fr/LC_MESSAGES/openplotter-myapp.po +++ /dev/null @@ -1,107 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: openplotter\n" -"POT-Creation-Date: 2020-03-10 20:05+0100\n" -"PO-Revision-Date: 2020-08-08 13:04+0200\n" -"Last-Translator: \n" -"Language-Team: French\n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Crowdin-Project: openplotter\n" -"X-Crowdin-Project-ID: 289888\n" -"X-Crowdin-Language: fr\n" -"X-Crowdin-File: openplotter-myapp.po\n" -"X-Crowdin-File-ID: 26\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:48 -msgid "Adding app to OpenPlotter..." -msgstr "Ajout de l'appli à OpenPlotter..." - -#: myappPostInstall.py:58 myappPostInstall.py:71 myappPostInstall.py:81 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "TERMINÉ" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "ÉCHEC: " - -#: myappPostInstall.py:61 -msgid "Checking sources..." -msgstr "Vérification des sources..." - -#: myappPostInstall.py:78 -msgid "Setting version..." -msgstr "Réglage de la version..." - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "Suppression de cet appli d'OpenPlotter..." - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "Suppression de la version..." - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "Aide" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "Paramètres" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "Cliquez sur \"Aide\" pour savoir comment commencer" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "Cette appli ne fait rien." - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "Ceci est un gabarit pour commencer la réalisation de votre propre appli OpenPlotter." - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "Ouverture de \"My App\"..." - -#: startup.py:35 -msgid "This message should be green" -msgstr "Ce message devrait être vert" - -#: startup.py:36 -msgid "This message should be black" -msgstr "Ce message devrait être noir" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "\"My App\" devrait s'ouvrir. Désinstallez \"My App\" pour supprimer ceci." - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "Vérification de \"My App\"..." - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "\"My App\" est installé" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "\"My App\" est en cours d'exécution" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "\"My App\" n'est pas en cours d'exécution" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "Exemple d'avertissement. Désinstallez \"My App\" pour supprimer ceci." diff --git a/openplotterMyapp/locale/gl/LC_MESSAGES/openplotter-myapp.mo b/openplotterMyapp/locale/gl/LC_MESSAGES/openplotter-myapp.mo deleted file mode 100644 index 5d295761b9e86ba486842d54f3df5ec840192226..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 561 zcmY*W!A`?43>|_~kDNIKi34c3OE(ZD(=Lo{n#4o}1??I-(*<=&m1e*`gx}*gxZ5BrA!fGlncQ|GE<3?dJ`8c&AiEYGN>5_KKJ@YJJi%`l@lq4pRSc> zQt2*B=F%4EdQb5X!n&?}^A#-&bYf;or-Fqq%6U^5p+;Mgi44w^V}T#~SAIabDgZaK zz+AeyV7}j4FE7fLR%S3Xc2NjMf|bXj*Y2{)?VW0N++)F6w{G)jmNvnD#ZRz`;FJV5 uAH)d$hOs+=I{h!yT97(CR2d1dH8fbPWS;xE*?JhIP395(066`@Yy1KX)~1pG diff --git a/openplotterMyapp/locale/gl/LC_MESSAGES/openplotter-myapp.po b/openplotterMyapp/locale/gl/LC_MESSAGES/openplotter-myapp.po deleted file mode 100644 index aee3d49..0000000 --- a/openplotterMyapp/locale/gl/LC_MESSAGES/openplotter-myapp.po +++ /dev/null @@ -1,105 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: openplotter\n" -"POT-Creation-Date: 2020-03-10 20:05+0100\n" -"PO-Revision-Date: 2020-08-08 13:04+0200\n" -"Last-Translator: \n" -"Language-Team: Galician\n" -"Language: gl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Crowdin-Project: openplotter\n" -"X-Crowdin-Language: gl\n" -"X-Crowdin-File: openplotter-myapp.po\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:48 -msgid "Adding app to OpenPlotter..." -msgstr "" - -#: myappPostInstall.py:58 myappPostInstall.py:71 myappPostInstall.py:81 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "" - -#: myappPostInstall.py:61 -msgid "Checking sources..." -msgstr "" - -#: myappPostInstall.py:78 -msgid "Setting version..." -msgstr "" - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "" - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "" - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "" - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "" - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "" - -#: startup.py:35 -msgid "This message should be green" -msgstr "" - -#: startup.py:36 -msgid "This message should be black" -msgstr "" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "" - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "" - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "" diff --git a/openplotterMyapp/locale/it/LC_MESSAGES/openplotter-myapp.mo b/openplotterMyapp/locale/it/LC_MESSAGES/openplotter-myapp.mo deleted file mode 100644 index d5966208be37ddb0250cfc12969e7a81b18a2247..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2302 zcmb7^OK%)S5XT2d2wC3YnFy51MnptrCbM>cWh@_zA7mvPZ<5X9gw&pC?>3(49=dz% zI6{a67cM!$HD@Hm1&L3dx-Cg%i9QiuH z_cF$77(ZjYj`8Uu_`&x(_!9U4d<8uAXb`*ro(8+%9O%~N;EUjwjr}e-1NnRK2zU>C z0=(bIzk$xr1CYR@kJa)y@C4)pbo19i7u$7k0W3hb-?t5a0_PzA3Z93rli2JOEgJ`t#xY-t4uIJzCO=PaYHER2s5Kv?JQ(@QRd8| zGO7-icD3;C_K+#5T{#(obJeUaxG`+Vsj2-Yr_G$D+qLV%#-Zk11~*V17b?HSur2>j zht=2WW1iZumxb5sq!WMAWqo9={>C6&(wte8BV0x*3C+f{aTw2qof!Wn@!KcE8En(ZWwo|Gnd2{XRt1AtubT6fo9U6FiIx`jT}};HXLwPB-F!Q6-@4{6B4$y z-dkTe2(S~yttBNbmvFULA|}gk*$XJOkn@y|m^R!lTpO&0-Gg~<%Pp?M6`3k`K@;k3 z!t>4W11`C)W9ciN2}_-*8@(HKV5=43`^@l?*-=7Kbix0%`gx^U9%CORmrxzxP1INIBBHQ4i|GS6WDa|{NR53p~S!mT{}Vj+{9d2?-Ev>Xeu3Di``dm8giIAg(4|+Mv|792e+^@Oyjf^zU zDm)CG(nYSkagtF+k7sI(Fhn(#tTXfJ#=XAHHsL zmFX5sC(0G*xAiCSsPlj)?1RQsTXTnQMq)I L(4~RXwS(F>X@;~1 diff --git a/openplotterMyapp/locale/nl/LC_MESSAGES/openplotter-myapp.po b/openplotterMyapp/locale/nl/LC_MESSAGES/openplotter-myapp.po deleted file mode 100644 index 2e8f2ab..0000000 --- a/openplotterMyapp/locale/nl/LC_MESSAGES/openplotter-myapp.po +++ /dev/null @@ -1,107 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: openplotter\n" -"POT-Creation-Date: 2020-03-10 20:05+0100\n" -"PO-Revision-Date: 2020-08-08 13:04+0200\n" -"Last-Translator: \n" -"Language-Team: Dutch\n" -"Language: nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Crowdin-Project: openplotter\n" -"X-Crowdin-Project-ID: 289888\n" -"X-Crowdin-Language: nl\n" -"X-Crowdin-File: openplotter-myapp.po\n" -"X-Crowdin-File-ID: 26\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:48 -msgid "Adding app to OpenPlotter..." -msgstr "" - -#: myappPostInstall.py:58 myappPostInstall.py:71 myappPostInstall.py:81 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "" - -#: myappPostInstall.py:61 -msgid "Checking sources..." -msgstr "" - -#: myappPostInstall.py:78 -msgid "Setting version..." -msgstr "" - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "" - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "" - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "" - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "" - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "" - -#: startup.py:35 -msgid "This message should be green" -msgstr "" - -#: startup.py:36 -msgid "This message should be black" -msgstr "" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "" - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "" - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "" diff --git a/openplotterMyapp/locale/pl/LC_MESSAGES/openplotter-myapp.mo b/openplotterMyapp/locale/pl/LC_MESSAGES/openplotter-myapp.mo deleted file mode 100644 index fec8ea025d25421ab696927756f9aca22a9170d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2433 zcma)7&yN&E6mAtnM@2=^AQ+!(ARyaK&n)QBFpzb37B{lY1O}FPtLZLwYPP4UQ(eO_ z6Apxg5dQ!U#z?$-lf(mhV>j{O(KCq{Zyw<0(XYB^c4l`qv9mQ_*ZcXs_o{0j@7ZzB z!SfE*0jyuK-p9K69DeXT1?~kt1HKE~^}OS}1^fV52F?JjUkrR3_|;H-+^#(_9FS~zyrXYz-gf6Q38Gh zTm)L49iXlI7O()k2Ye6s9q=^pC*TzDZ=m(t|FYxE0?z``QU~d>KG;|=$sQZ$4J@1A z<{Uk*;>FHlH`XgyDAz&R8DGosH7xrebk_51gCEQ9&CzCRsZT6PrbwhDWNKI(^T?T$ zN@YlQr4({ylYE;jZK-Y?kxIDq=rZiHXtWW_DAK&6u5&Uik$TQ-6d|U~PEgh0R*#i2 zTzj79%(Zy9YSkn6O~O=lb;#397K?C|l%%Q8d5k&`D&|Z}YN?*xtZ+jhq7BNLuU)7* z3$u&otMdUl*50vcx2CyhS&pb()2g$T+=jt*u2Z3;<#CA{V|})ZQm27>vpOTiQ$j;q zu=H}V)sW$xBxVMkQ8`)aX_1BNqf$~mIZ45W8hUqlnz9v6!`?SJHDea8=ApMMS2X9+ zSw?#-RepmZE&pG`s%zEep>Y=@_ex%LkWD(tM^>oU8t$Ct%%C0aJW2_uFmx~S>%z8elU>>M%T$~R{NqRA=NHbi)VK}JWQxWp9S|gPrHf+S24|gs z>M9m#YeO1P5*L;hm#SlaMb9tHDQUPwq<#WQhTky9&}ku0QP^TS<)(7EvEY`+b~fWR zuHC8(l|7#Um7Bs8uDa*AeYs$&eUk3kg1msXpnh6WhEy_i&wNjBC=!70;sbvJCO4vy!9cAMtO zt^4`K`Q+BOl&GGNl2Izwz9waQN)P&LcRi}1H#SwbO}YJSlE8kNShG*JyK?Og zOr3cZF%SX?mc(L}g>6C6woCC+qFFB*WOkGH;-p;jL=F1*V#K2dJz9ULA3ccHZ>wHE zY}sq-3q+TqO;dH%QQ=h1B|-r_8VJ62H!EVA+H4h_3I~>*bFS8?Emxfji`9Bqpdvj|Sjz!x74s83S5oOZX?Gnl-?ESC+N9&VJj$VG6tU5cf258f>FMjHC#$ zIBC@sxDQo6z;wWxG5#N*ec33iANAI6vsCi-hPT*6#>Pe32t8T<22B`Ew23)VIKX|G nrT$M7v<@kmQ^(|2kqZ9>Q==2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Crowdin-Project: openplotter\n" -"X-Crowdin-Project-ID: 289888\n" -"X-Crowdin-Language: pl\n" -"X-Crowdin-File: openplotter-myapp.po\n" -"X-Crowdin-File-ID: 26\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:48 -msgid "Adding app to OpenPlotter..." -msgstr "Dodawanie aplikacji do OpenPlotter..." - -#: myappPostInstall.py:58 myappPostInstall.py:71 myappPostInstall.py:81 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "GOTOWE" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "NIEPOWODZENIE: " - -#: myappPostInstall.py:61 -msgid "Checking sources..." -msgstr "Sprawdzanie repozytoriów źródłowych..." - -#: myappPostInstall.py:78 -msgid "Setting version..." -msgstr "Ustawianie wersji..." - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "Usuwanie aplikacji z OpenPlotter..." - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "Usuwanie wersji..." - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "Pomoc" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "Ustawienia" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "Kliknij \"Pomoc\", aby dowiedzieć się, jak zacząć" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "Ta aplikacja nic nie robi." - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "To jest szablon do tworzenia własnej aplikacji OpenPlotter." - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "Otwieranie \"My app\"..." - -#: startup.py:35 -msgid "This message should be green" -msgstr "Ta wiadomość powinna być zielona" - -#: startup.py:36 -msgid "This message should be black" -msgstr "Ta wiadomość powinna być czarna" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "„My app” powinna się otworzyć. Odinstaluj „My App”, aby ją usunąć." - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "Sprawdzanie \"My app\"..." - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "\"My app\" jest zainstalowana" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "\"My app\" jest uruchomiona" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "\"My app\" nie jest uruchomiona" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "Przykład ostrzeżenia. Odinstaluj „My app”, aby je usunąć." diff --git a/openplotterMyapp/locale/sv/LC_MESSAGES/openplotter-myapp.mo b/openplotterMyapp/locale/sv/LC_MESSAGES/openplotter-myapp.mo deleted file mode 100644 index bb1e28aea4e93940de6a9ab916e93aacfd1e7c2c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 563 zcmY*W!A=4(5XI4L_!go_Auv8lQ%i=76hD*f?wBpz&RztGcMDj!d_koJY+#j@T)q#wN>{SE3}c35!HuF8z`!X(%&`3Y7M9Fx9! xMU3Eo7W)IJ!W*3mL15IQvYUtfG$Rdm#s>4X%yU22JH1hwWERmUfYUd;+Aog>r$hh% diff --git a/openplotterMyapp/locale/sv/LC_MESSAGES/openplotter-myapp.po b/openplotterMyapp/locale/sv/LC_MESSAGES/openplotter-myapp.po deleted file mode 100644 index 8a465f3..0000000 --- a/openplotterMyapp/locale/sv/LC_MESSAGES/openplotter-myapp.po +++ /dev/null @@ -1,105 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: openplotter\n" -"POT-Creation-Date: 2020-03-10 20:05+0100\n" -"PO-Revision-Date: 2020-08-08 13:04+0200\n" -"Last-Translator: \n" -"Language-Team: Swedish\n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Crowdin-Project: openplotter\n" -"X-Crowdin-Language: sv-SE\n" -"X-Crowdin-File: openplotter-myapp.po\n" -"X-Poedit-SearchPath-0: .\n" - -#: myappPostInstall.py:48 -msgid "Adding app to OpenPlotter..." -msgstr "" - -#: myappPostInstall.py:58 myappPostInstall.py:71 myappPostInstall.py:81 -#: myappPreUninstall.py:38 myappPreUninstall.py:48 -msgid "DONE" -msgstr "" - -#: myappPostInstall.py:59 myappPostInstall.py:72 myappPostInstall.py:82 -#: myappPreUninstall.py:39 myappPreUninstall.py:49 -msgid "FAILED: " -msgstr "" - -#: myappPostInstall.py:61 -msgid "Checking sources..." -msgstr "" - -#: myappPostInstall.py:78 -msgid "Setting version..." -msgstr "" - -#: myappPreUninstall.py:29 -msgid "Removing app from OpenPlotter..." -msgstr "" - -#: myappPreUninstall.py:45 -msgid "Removing version..." -msgstr "" - -#: openplotterMyapp.py:43 -msgid "Help" -msgstr "" - -#: openplotterMyapp.py:46 -msgid "Settings" -msgstr "" - -#: openplotterMyapp.py:73 -msgid "Click on \"Help\" to learn how to get started" -msgstr "" - -#: openplotterMyapp.py:110 -msgid "This app does nothing." -msgstr "" - -#: openplotterMyapp.py:111 -msgid "This is a template to start writing your own OpenPlotter app." -msgstr "" - -#: startup.py:27 -msgid "Opening \"My app\"..." -msgstr "" - -#: startup.py:35 -msgid "This message should be green" -msgstr "" - -#: startup.py:36 -msgid "This message should be black" -msgstr "" - -#: startup.py:37 -msgid "\"My app\" should open. Uninstall \"My app\" to remove this." -msgstr "" - -#: startup.py:49 -msgid "Checking \"My app\"..." -msgstr "" - -#: startup.py:57 -msgid "\"My app\" is installed" -msgstr "" - -#: startup.py:59 -msgid "\"My app\" is running" -msgstr "" - -#: startup.py:60 -msgid "\"My app\" is not running" -msgstr "" - -#: startup.py:61 -msgid "Warning example. Uninstall \"My app\" to remove this." -msgstr "" diff --git a/openplotterMyapp/myappPostInstall.py b/openplotterMyapp/myappPostInstall.py deleted file mode 100644 index 7cc44cf..0000000 --- a/openplotterMyapp/myappPostInstall.py +++ /dev/null @@ -1,86 +0,0 @@ -#!/usr/bin/env python3 - -# This file is part of Openplotter. -# Copyright (C) 2020 by Sailoog -# -# Openplotter is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# any later version. -# Openplotter is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Openplotter. If not, see . - -import os, sys, subprocess -from openplotterSettings import conf -from openplotterSettings import language -from openplotterSettings import platform -from .version import version - -def main(): - conf2 = conf.Conf() - currentdir = os.path.dirname(os.path.abspath(__file__)) - currentLanguage = conf2.get('GENERAL', 'lang') - package = 'openplotter-myapp' ### replace by the name of your package - language.Language(currentdir, package, currentLanguage) - platform2 = platform.Platform() - - app = { - 'name': 'My app', ### replace My app by your app name - 'platform': 'both', ### rpi, debian or both - 'package': package, - 'preUninstall': platform2.admin+' '+'myappPreUninstall', ### replace myappPreUninstall by your pre uninstall entry point (see setup.py file). - 'uninstall': package, - 'sources': ['https://dl.cloudsmith.io/public/openplotter/openplotter-external/deb/debian buster'], ### replace by your repositories URLs separated by commas. - 'dev': 'no', ### set to "yes" if you do not want your app to be updated from repositories yet. - 'entryPoint': 'openplotter-myapp', ### replace by your app GUI entry point (see setup.py file). - 'postInstall': platform2.admin+' '+'myappPostInstall', ### replace myappPostInstall by your post install entry point (see setup.py file). - 'reboot': 'no', ### set to "yes" if you want to shown a message "Reboot to apply changes" after updating from openplotter-settings. - 'module': 'openplotterMyapp', ### replace by your python module name (see setup.py file). - 'conf': 'myapp' ### replace myapp by the name of your app, use the same name in openplotterMyapp.py and myappPreUninstall.py scripts. - } - gpgKey = currentdir+'/data/myapp.gpg.key' ### replace by the path to your gpg key file. Replace contents of this file by your key. - sourceList = currentdir+'/data/myapp.list' ### replace by the path to your sources list file. Replace contents of this file by your packages sources. - - print(_('Adding app to OpenPlotter...')) - try: - externalApps1 = [] - try: - externalApps0 = eval(conf2.get('APPS', 'external_apps')) - except: externalApps0 = [] - for i in externalApps0: - if i['package'] != package: externalApps1.append(i) - externalApps1.append(app) - conf2.set('APPS', 'external_apps', str(externalApps1)) - print(_('DONE')) - except Exception as e: print(_('FAILED: ')+str(e)) - - print(_('Checking sources...')) - try: - sources = subprocess.check_output('apt-cache policy', shell=True).decode(sys.stdin.encoding) - exists = True - for i in app['sources']: - if not i in sources: exists = False - if not exists: - os.system('cp '+sourceList+' /etc/apt/sources.list.d') - os.system('apt-key add - < '+gpgKey) - os.system('apt update') - print(_('DONE')) - except Exception as e: print(_('FAILED: ')+str(e)) - - ### - ### Do here whatever you need after package installation. This file will be executed as sudo. - ### - - print(_('Setting version...')) - try: - conf2.set('APPS', 'myapp', version) ### replace myapp by the name of your app, use the same name in openplotterMyapp.py and myappPreUninstall.py scripts. - print(_('DONE')) - except Exception as e: print(_('FAILED: ')+str(e)) - -if __name__ == '__main__': - main() \ No newline at end of file diff --git a/openplotterMyapp/startup.py b/openplotterMyapp/startup.py deleted file mode 100644 index 05d897a..0000000 --- a/openplotterMyapp/startup.py +++ /dev/null @@ -1,64 +0,0 @@ -#!/usr/bin/env python3 - -# This file is part of Openplotter. -# Copyright (C) 2020 by Sailoog -# -# Openplotter is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# any later version. -# Openplotter is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Openplotter. If not, see . - -import time, os, subprocess, sys -from openplotterSettings import language - -class Start(): ### This class will be always called at startup. You should start here only GUI programs. Non GUI progrmas should be started as a services. - def __init__(self, conf, currentLanguage): - self.conf = conf - currentdir = os.path.dirname(os.path.abspath(__file__)) - language.Language(currentdir,'openplotter-myapp',currentLanguage) - - self.initialMessage = _('Opening "My app"...') ### "self.initialMessage" will be printed at startup if it has content. If not, the function "start" will not be called. Use trasnlatable text: _('Starting My App...') - - def start(self): ### this funtion will be called only if "self.initialMessage" has content. - green = '' ### green messages will be printed in green after the "self.initialMessage" - black = '' ### black messages will be printed in black after the green message - red = '' ### red messages will be printed in red in a new line - - ### start here any GUI program that needs to be started at startup and set the messages. - green = _('This message should be green') - black = _('This message should be black') - red = _('"My app" should open. Uninstall "My app" to remove this.') - subprocess.Popen('openplotter-myapp') - - time.sleep(1) ### "check" function is always called after "start" function, so if we start any program here we should wait some seconds before checking it. - return {'green': green,'black': black,'red': red} - -class Check(): ### This class is always called after "start" function and when the user checks the system. - def __init__(self, conf, currentLanguage): - self.conf = conf - currentdir = os.path.dirname(os.path.abspath(__file__)) - language.Language(currentdir,'openplotter-myapp',currentLanguage) - - self.initialMessage = _('Checking "My app"...') ### "self.initialMessage" will be printed when checking the system. If it is empty the function check will not be called. Use trasnlatable text: _('Checking My App...') - - def check(self): ### this funtion will be called only if "self.initialMessage" has content. - green = '' ### green messages will be printed in green after the "self.initialMessage" - black = '' ### black messages will be printed in black after the green message - red = '' ### red messages will be printed in red in a new line - - ### check here any feature and set the messages - green = _('"My app" is installed') - test = subprocess.check_output(['ps','aux']).decode(sys.stdin.encoding) - if 'openplotter-myapp' in test: black = _('"My app" is running') - else: black = _('"My app" is not running') - red = _('Warning example. Uninstall "My app" to remove this.') - - return {'green': green,'black': black,'red': red} - diff --git a/openplotterMyapp/version.py b/openplotterMyapp/version.py deleted file mode 100644 index d5e5b5d..0000000 --- a/openplotterMyapp/version.py +++ /dev/null @@ -1,10 +0,0 @@ -version = '2.1.0' -codeName = 'Open Arms' -state = 'beta' - -### version = First digit is the OpenPlotter version this app belongs, second one means major changes like new features, third one means minor changes like fixed errors or text and translations changes. -### IMPORTANT. Version must match the latest version in debian/changelog before publishing. - -### codeName = you can use whatever you want. - -### state = dev, beta or stable. \ No newline at end of file diff --git a/setup.py b/setup.py index 1f2cdc6..d6df18a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # This file is part of Openplotter. -# Copyright (C) 2020 by Sailoog +# Copyright (C) 2021 by Sailoog # # Openplotter is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,42 +16,21 @@ # along with Openplotter. If not, see . from setuptools import setup -from openplotterMyapp import version -### replace openplotterMyapp by your python module name, See below. +from openplotterMaiana import version setup ( - name = 'openplotterMyapp', ### replace by the python module name of your app. This must be lowerCamelCase and must match the name of the folder openplotterMyapp. + name = 'openplotterMaiana', version = version.version, - description = 'This is a template to help create apps for OpenPlotter', ### replace by your description. + description = 'OpenPlotter integration of the MAIANA open source AIS transponder', license = 'GPLv3', - author="xxxx", ### replace by your name. - author_email='xxxx@xxxx.com', ### replace by your email. - url='https://github.com/openplotter/openplotter-myapp', ### replace by your project in github. - packages=['openplotterMyapp'], ### this must match the name of the folder openplotterMyapp. + author="Sailoog", + author_email='info@sailoog.com', + url='https://github.com/openplotter/openplotter-maiana', + packages=['openplotterMaiana'], classifiers = ['Natural Language :: English', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 3'], include_package_data=True, - entry_points={'console_scripts': ['openplotter-myapp=openplotterMyapp.openplotterMyapp:main','myappPostInstall=openplotterMyapp.myappPostInstall:main','myappPreUninstall=openplotterMyapp.myappPreUninstall:main']}, - ### entry_points: creating entry points you will be able to run these python scripts from everywhere. - ### openplotter-myapp = This is the GUI of your app - ### myappPostInstall = This file must be executed after the package installation and it should contain any extra task like installing pip packages, creating services... - ### myappPreUninstall = This file must be executed before the package uninstallation. Here you should revert all changes in myappPostInstall. - data_files=[('share/applications', ['openplotterMyapp/data/openplotter-myapp.desktop']),('share/pixmaps', ['openplotterMyapp/data/openplotter-myapp.png']),], - ### data_files = Add files to the host system. This will work only when installed as debian package, not as python module. + entry_points={'console_scripts': ['openplotter-maiana=openplotterMaiana.openplotterMaiana:main','maianaPostInstall=openplotterMaiana.maianaPostInstall:main','maianaPreUninstall=openplotterMaiana.maianaPreUninstall:main']}, + data_files=[('share/applications', ['openplotterMaiana/data/openplotter-maiana.desktop']),('share/pixmaps', ['openplotterMaiana/data/openplotter-maiana.png']),], ) - - ### MORE REQUIRED CHANGES - - ### replace openplotterMyapp in MANIFEST.in file by your python module name. - - ### replace the file name openplotterMyapp/locale/en/LC_MESSAGES/openplotter-myapp.po by your package name. - ### use Poedit program to update the translations sources in openplotterMyapp/locale/en/LC_MESSAGES/openplotter-myapp.po - - ### replace openplotter-myapp by your package name in file openplotterMyapp/data/openplotter-myapp.desktop - - ### replace openplotter-myapp by your package name in debian/rules file content - ### replace openplotter-myapp by your package name in debian/openplotter-myapp-docs.docs file name - ### change Upstream-Name, Source and Copyright values in debian/copyright file content - ### change Source, Maintainer, Homepage, Package and Description values in debian/control file content - ### replace openplotter-myapp by your package name and Sailoog by your name and email in debian/changelog file content