source: extensions/community/language/af_ZA/plugin.lang.php @ 24960

Last change on this file since 24960 was 24960, checked in by TranslationTeam, 11 years ago

[community] Update af_ZA, thanks to : maeztro

  • Property svn:executable set to *
File size: 5.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['%d photos rejected'] = '%d fotos afgekeur';
24$lang['%d photos uploaded by %s'] = '%d fotos opgelaai deur %s';
25$lang['%d photos uploaded into album "%s"'] = '%d fotos opgelaai na album "%s"';
26$lang['%d photos validated'] = '%d fotos nagegaan';
27$lang['%s (the group)'] = '%s (die groep)';
28$lang['%s (the user)'] = '%s (die gebruiker)';
29$lang['%u pending photos'] = '%u onafgehandelde fotos';
30$lang['Add a permission'] = 'Voeg toegangsregte by';
31$lang['Cancel'] = 'Kanselleer';
32$lang['Delete permission'] = 'Verwyder toegangsregte';
33$lang['Edit a permission'] = 'Verabder toegangsregte';
34$lang['Hi administrators,'] = 'Hi administreerders,';
35$lang['Level 16'] = 'Onafgehandeld';
36$lang['No album, this photo is orphan'] = 'Geen album, hierdie is \'n weesfoto';
37$lang['Pending Photos'] = 'Onafgehandelde fotos';
38$lang['Permission added'] = 'Toegangsregte toegevoeg';
39$lang['Permission removed'] = 'Toegangsregte verwyder';
40$lang['Permission updated'] = 'Toegangsregte aangepas';
41$lang['Set Photo Properties'] = 'Verander foto se kenmerke';
42$lang['The whole gallery'] = 'Die hele gallery';
43$lang['Upload Permissions'] = 'Oplaai toegangsregte';
44$lang['Upload your own photos'] = 'Laai jou eie fotos op';
45$lang['Validation page: %s'] = 'Nagaan bladsy: %s';
46$lang['Where?'] = 'Waar?';
47$lang['Which level of trust?'] = 'Watter vlak van vertroue?';
48$lang['Who?'] = 'Wie?';
49$lang['Your photos are waiting for validation, administrators have been notified'] = 'Jou fotos is gereed vir nagaan. Administreerders is in kennis gestel.';
50$lang['Zoom'] = 'Zoom';
51$lang['a group'] = '\'n groep';
52$lang['a specific user'] = '\'n spesifieke gebruiker';
53$lang['ability to create sub-albums'] = 'kan sub-albums maak';
54$lang['any registered user'] = 'enige geregistreerde gebruiker';
55$lang['any visitor'] = 'enige gas';
56$lang['high trust'] = 'hoë vlak van vertroue';
57$lang['low trust'] = 'lae vlak van vertroue';
58$lang['sub-albums creation'] = 'maak van sub-albums';
59$lang['uploaded photos are directly displayed in the gallery'] = 'opgelaaide fotos word dadelik in die gallery vertoon';
60$lang['uploaded photos must be validated by an administrator'] = 'opgelaaide fotos moet eers deur \'n administreerder goedgekeur word';
61$lang['web size'] = 'web grootte';
62$lang['Piwigo automatically creates an album for each user, on first connection'] = 'Piwigo skep outomaties \'n album vir elke gebruiker met eerste verbinding';
63$lang['Where should Piwigo create user albums?'] = 'Waar moet Piwigo gebruiker-albums skep?';
64$lang['(in addition to user album)'] = '(bykomend tot gebruiker-album)';
65$lang['Available %s.'] = 'Beskikbare %s.';
66$lang['Available quota %s.'] = 'Beskikbare kwota %s.';
67$lang['Disk usage quota reached (%uMB)'] = 'Skyfspasie kwota bereik (%uMB)';
68$lang['File %s too big (%uMB), quota of %uMB exceeded'] = 'Lêer %s is te groot (%uMB), kwota van %uMB oorskrei';
69$lang['Maximum number of photos reached (%u)'] = 'Maksimum aantal fotos bereik (%u)';
70$lang['%s out of %s'] = '%s uit %s';
71$lang['Album of user'] = 'Album van gebruiker';
72$lang['Gallery root'] = 'Gallery basis';
73$lang['How many photos?'] = 'Hoeveel fotos?';
74$lang['How much disk space?'] = 'Hoeveel skyfspasie?';
75$lang['Photo %s rejected.'] = 'Fotos %s verwerp';
76$lang['User album only'] = 'Slegs gebruiker-album';
77$lang['User albums'] = 'Gebruiker-albums';
78$lang['a user can own only one album'] = '\'n gebruiker kan slegs een album besit';
79$lang['no limit'] = 'geen beperking';
80$lang['up to %d photos (for each user)'] = 'tot %d fotos (vir elke gebruiker)';
81$lang['up to %dMB (for each user)'] = 'tot %dMB (vir elke gebruiker)';
82?>
Note: See TracBrowser for help on using the repository browser.