diff options
author | ahriman <ahriman@falte.red> | 2018-12-03 19:22:25 -0500 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2018-12-03 19:22:25 -0500 |
commit | 0ae8cbf5c0b1a198b963490985b7738392ebcb97 (patch) | |
tree | b2c77ae72c6b717e2b97492065196ac5ffb2d9e2 /wiki/lib/plugins/config/lang/af | |
parent | f57f6cc5a2d159f90168d292437dc4bd8cd7f934 (diff) | |
download | site-0ae8cbf5c0b1a198b963490985b7738392ebcb97.tar.gz |
installed dokuwiki, added to navbar, updated news
Diffstat (limited to 'wiki/lib/plugins/config/lang/af')
-rw-r--r-- | wiki/lib/plugins/config/lang/af/lang.php | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/wiki/lib/plugins/config/lang/af/lang.php b/wiki/lib/plugins/config/lang/af/lang.php new file mode 100644 index 0000000..cf71576 --- /dev/null +++ b/wiki/lib/plugins/config/lang/af/lang.php @@ -0,0 +1,23 @@ +<?php +/** + * Afrikaans language file + * + */ +$lang['userewrite'] = 'Gebraik moie URLs'; +$lang['sepchar'] = 'Blydsy naam woord spassie'; +$lang['typography_o_0'] = 'Niks'; +$lang['userewrite_o_0'] = 'niks'; +$lang['userewrite_o_1'] = '.htaccess'; +$lang['deaccent_o_0'] = 'aff'; +$lang['gdlib_o_0'] = 'GD Lib nie beskibaar nie'; +$lang['rss_type_o_rss'] = 'RSS 0.91'; +$lang['rss_type_o_rss1'] = 'RSS 1.0'; +$lang['rss_type_o_rss2'] = 'RSS 2.0'; +$lang['rss_type_o_atom'] = 'Atom 0.3'; +$lang['rss_type_o_atom1'] = 'Atom 1.0'; +$lang['compression_o_0'] = 'niks'; +$lang['compression_o_gz'] = 'gzip'; +$lang['compression_o_bz2'] = 'bz2'; +$lang['xsendfile_o_0'] = 'moet nie gebrake nie'; +$lang['useheading_o_0'] = 'Noit'; +$lang['useheading_o_1'] = 'Altyde'; |