diff options
author | Carl Sutton <dogmatic69@gmail.com> | 2009-02-26 16:07:55 +0100 |
---|---|---|
committer | Carl Sutton <dogmatic69@gmail.com> | 2009-02-26 16:07:55 +0100 |
commit | b14a97aef26bc5ae134ea206ab27467c3a30828e (patch) | |
tree | d1263277e505947aad47901fddc7ebf1433036ba /lib | |
parent | 7558821bb652d5818464777c961cd754c0b759bc (diff) | |
download | rpg-b14a97aef26bc5ae134ea206ab27467c3a30828e.tar.gz rpg-b14a97aef26bc5ae134ea206ab27467c3a30828e.tar.bz2 |
Afrikaans translation added
Ignore-this: 67496b5f65e6050a8abc7abc8c095fab
darcs-hash:20090226150755-463cc-e93471a14433f020478226e5b216c3680e669546.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/acl/lang/af/lang.php | 10 | ||||
-rw-r--r-- | lib/plugins/config/lang/af/lang.php | 23 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/af/lang.php | 13 | ||||
-rw-r--r-- | lib/plugins/popularity/lang/af/lang.php | 6 | ||||
-rw-r--r-- | lib/plugins/revert/lang/af/lang.php | 5 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/af/lang.php | 14 |
6 files changed, 71 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/af/lang.php b/lib/plugins/acl/lang/af/lang.php new file mode 100644 index 000000000..04d9b0acf --- /dev/null +++ b/lib/plugins/acl/lang/af/lang.php @@ -0,0 +1,10 @@ +<?php +/** + * Afrikaans language file + * + */ +$lang['page'] = 'Bladsy'; +$lang['acl_perm0'] = 'Niks'; +$lang['acl_perm1'] = 'Lees'; +$lang['acl_perm2'] = 'Verander'; +$lang['acl_perm4'] = 'Maak'; diff --git a/lib/plugins/config/lang/af/lang.php b/lib/plugins/config/lang/af/lang.php new file mode 100644 index 000000000..cf71576d8 --- /dev/null +++ b/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'; diff --git a/lib/plugins/plugin/lang/af/lang.php b/lib/plugins/plugin/lang/af/lang.php new file mode 100644 index 000000000..669fdd5ce --- /dev/null +++ b/lib/plugins/plugin/lang/af/lang.php @@ -0,0 +1,13 @@ +<?php +/** + * Afrikaans language file + * + */ +$lang['btn_download'] = 'Af laai'; +$lang['btn_enable'] = 'Store'; +$lang['url'] = 'URL'; +$lang['unknown'] = 'unbekende'; +$lang['name'] = 'Naam:'; +$lang['date'] = 'Datum:'; +$lang['type'] = 'Tipe:'; +$lang['www'] = 'Web-werf:'; diff --git a/lib/plugins/popularity/lang/af/lang.php b/lib/plugins/popularity/lang/af/lang.php new file mode 100644 index 000000000..ab5e4f609 --- /dev/null +++ b/lib/plugins/popularity/lang/af/lang.php @@ -0,0 +1,6 @@ +<?php +/** + * Afrikaans language file + * + */ +$lang['submit'] = 'Stuir Data'; diff --git a/lib/plugins/revert/lang/af/lang.php b/lib/plugins/revert/lang/af/lang.php new file mode 100644 index 000000000..1fff08db3 --- /dev/null +++ b/lib/plugins/revert/lang/af/lang.php @@ -0,0 +1,5 @@ +<?php +/** + * Afrikaans language file + * + */ diff --git a/lib/plugins/usermanager/lang/af/lang.php b/lib/plugins/usermanager/lang/af/lang.php new file mode 100644 index 000000000..9a6c5666d --- /dev/null +++ b/lib/plugins/usermanager/lang/af/lang.php @@ -0,0 +1,14 @@ +<?php +/** + * Afrikaans language file + * + */ +$lang['user_pass'] = 'Wagwoord'; +$lang['user_name'] = 'Regte Naam'; +$lang['user_mail'] = 'E-pos'; +$lang['edit'] = 'Verander'; +$lang['search'] = 'Soek'; +$lang['start'] = 'begin'; +$lang['prev'] = 'voorigste'; +$lang['next'] = 'volgende'; +$lang['last'] = 'einde'; |