We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8581ec commit ee9ded3Copy full SHA for ee9ded3
lang/nl/lang.php
@@ -1,9 +1,15 @@
1
<?php
2
+
3
/**
4
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5
+ *
6
* dutch language file
7
8
+ * @author G. Uitslag <[email protected]>
9
*/
-
-$lang['imgshort'] = 'Fig.';
-$lang['tabshort'] = 'Tab.';
-$lang['imgfull'] = 'figuur';
-$lang['tabfull'] = 'tabel';
10
+$lang['imgshort'] = 'Fig.';
11
+$lang['tabshort'] = 'Tab.';
12
+$lang['ggbshort'] = 'GeoGebra';
13
+$lang['imgfull'] = 'figuur';
14
+$lang['tabfull'] = 'tabel';
15
+$lang['ggbfull'] = 'GeoGebra-applet';
0 commit comments