diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-04 10:52:22 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-04 10:52:22 -0400 |
| commit | 184773efd67714817d0037130be3c219b261b576 (patch) | |
| tree | bbf30c6b27d9a122dbb4cbabb83cb222701ca18a /www/lang | |
| parent | 7f7b9f0b982278739fd3e1a35ec7a2a68edfe301 (diff) | |
created placeholder files for de & pl
Diffstat (limited to 'www/lang')
| -rw-r--r-- | www/lang/help/help-de.html | 12 | ||||
| -rw-r--r-- | www/lang/help/help-pl.html | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/www/lang/help/help-de.html b/www/lang/help/help-de.html new file mode 100644 index 00000000..cb9c9125 --- /dev/null +++ b/www/lang/help/help-de.html @@ -0,0 +1,12 @@ +<ion-item class="item-text-wrap"> + <h2> + <b>Please visit zmNinja FAQ for help</b> + </h2>It was hard to keep updating help inside the app. Please consult the FAQ + <a href="#" onclick="window.open('https://github.com/pliablepixels/zmNinja/wiki/FAQ', '_blank', 'location=yes'); return false;">here</a> for the most updated help +</ion-item> +<ion-item class="item-text-wrap"> + <h2> + <b>How do I contact the author?</b> + </h2> Send me an + <a href="#" onclick="window.open('mailto:pliablepixels@gmail.com', '_blank', 'location=yes'); return false;">email</a> +</ion-item> diff --git a/www/lang/help/help-pl.html b/www/lang/help/help-pl.html new file mode 100644 index 00000000..cb9c9125 --- /dev/null +++ b/www/lang/help/help-pl.html @@ -0,0 +1,12 @@ +<ion-item class="item-text-wrap"> + <h2> + <b>Please visit zmNinja FAQ for help</b> + </h2>It was hard to keep updating help inside the app. Please consult the FAQ + <a href="#" onclick="window.open('https://github.com/pliablepixels/zmNinja/wiki/FAQ', '_blank', 'location=yes'); return false;">here</a> for the most updated help +</ion-item> +<ion-item class="item-text-wrap"> + <h2> + <b>How do I contact the author?</b> + </h2> Send me an + <a href="#" onclick="window.open('mailto:pliablepixels@gmail.com', '_blank', 'location=yes'); return false;">email</a> +</ion-item> |
