Skip to content

Commit

Permalink
Added new strings to dutch translation (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skydragonsz authored Oct 27, 2022
1 parent a8f0294 commit 00656ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/assets/about-nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Deze applicatie biedt een snelle manier om handgeschreven notities en tekeningen
Licentie
-------

Deze applicatie is beschikbaar gemaakt via de [GNU General Public License version 3](http://www.gnu.org/licenses/gpl.txt). Broncode is [beschikbaar op GitHub](http://github.com/ctodobom/OpenNoteScanner).
Deze applicatie is beschikbaar gemaakt via de [GNU General Public License version 3](http://www.gnu.org/licenses/gpl.txt). Broncode is beschikbaar op [GitHub](https://github.com/ctodobom/OpenNoteScanner).

Donaties
---------
Expand All @@ -20,7 +20,7 @@ Als je denkt dat deze applicatie of een van mijn bijdragen wat geld waard is en

[Doneer via Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=X6XHVCPMRQEL4)

**LET OP:** Link naar cryptocoins werkt alleen als u de app voor die munt hebt geïnstalleerd!
**LET OP:** Link naar cryptocoins werkt alleen als er een app voor die munt geïnstalleerd staat!

[Doneer via Bitcoin](bitcoin:1H5tqKZoWdqkR54PGe9w67EzBnLXHBFmt9)

Expand All @@ -32,7 +32,7 @@ Onderdelen en vereisten van derden

Binaire builds bevatten code van deze externe projecten:

* [OpenCV Library voor Android](http://www.opencv.org)
* [OpenCV Library voor Android](https://www.opencv.org)
* [MarkdownView van Feras Alnatsheh](https://github.com/falnatsheh/MarkdownView)
* [TouchImageView van Mike Ortiz](https://github.com/MikeOrtiz/TouchImageView)
* [Drag Select Recycler View](https://github.com/afollestad/drag-select-recyclerview)
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,11 @@
<string name="standard_tags">Standaardtags</string>
<string name="done">Klaar</string>
<string name="scan_topic_placeholder">Geef een onderwerp op</string>

<string name="document_page_format">Document papier formaat</string>
<string name="pageformat_iso">ISO (A4, A5 en andere)</string>
<string name="pageformat_halfletter">Amerikaanse halve letter (Rocketbook)</string>
<string name="pageformat_letter">Amerikaanse letter</string>
<string name="pageformat_disabled">Uitgeschakeld</string>
<string name="pageformat_custom">Aangepast</string>
</resources>

0 comments on commit 00656ba

Please sign in to comment.