diff --git a/app/src/main/res/values-de-rDE/strings.xml b/app/src/main/res/values-de-rDE/strings.xml index e829dfa..bced65b 100644 --- a/app/src/main/res/values-de-rDE/strings.xml +++ b/app/src/main/res/values-de-rDE/strings.xml @@ -81,5 +81,5 @@ Was ist das für eine App Farbschema Das Palatschinkenrezept - Es ist nicht nötig und unter absolut keinem Umstand empfohlen den Zähler jemals zurückzusetzen. Falls Du es trotzdem machen möchtet, muss du auf der Startseite auf deinen den Zähler tippen und halten. Nach dem zurücksetzen ist der Zähler unwiederbringlich gelöscht. + Es ist nicht nötig und unter absolut keinem Umstand empfohlen den Zähler jemals zurückzusetzen. Falls Du es trotzdem machen möchtet, muss du auf der Startseite auf deinen Zähler tippen und halten. Nach dem zurücksetzen ist der Zähler unwiederbringlich gelöscht. \ No newline at end of file diff --git a/com.git.amarradi.palatschinkencounter.yml b/com.git.amarradi.palatschinkencounter.yml new file mode 100644 index 0000000..a98aeff --- /dev/null +++ b/com.git.amarradi.palatschinkencounter.yml @@ -0,0 +1,48 @@ +# Categories (one per line, each starting with a space and a minus), chosen from the +# official list: https://gitlab.com/fdroid/fdroiddata/blob/master/stats/categories.txt +Categories: + - Games + +# the one license that the whole app is available under, use +# https://spdx.org/licenses/ short identifiers, must be +# floss-compatible. +License: Apache-2.0 + +# You can provide details on how to contact the author. These are optional, but +# nice to have. +AuthorName: Marcus Radisch +AuthorEmail: info@palatschinkencounter.de +AuthorWebSite: https://amarradi.github.io/palatschinkencounter/ + +# A URL for the project's website, and to the source code repository to visit +# using a web browser. WebSite is optional. +WebSite: https://amarradi.github.io/palatschinkencounter/ +SourceCode: https://github.com/amarradi/palatschinkencounter + +# A link to the issue tracker where bugs are reported +IssueTracker: https://github.com/amarradi/palatschinkencounter/issues + +# If available, you can also provide links/IDs for donations. +Donate: +Bitcoin: +LiberaPay: + +# Name of the application +AutoName: Palatschinkencounter + +# One sentence, no more than 30-50 chars, no trailing punctuation, +# focus on actions what the users does with the app, e.g. "Read and +# send emails" instead of "Email client". +# NOTE: Summary and Description are preferably provided via Fastlane or Triple-T! +Summary: The recipe the preparation and counting pancakes +Description: |- + If you like pancakes, then of course they should be the best in the world. With the pancake + counter and the recipe, everyone is able to prepare the best pancakes in the world and even count them. + +# Repository details to be used by VCS (Version Control Systems) +# git, git-svn, svn, hg or bzr +RepoType: git + +# source code repo URL (HTTPS required) +Repo: https://github.com/amarradi/palatschinkencounter +