diff options
Diffstat (limited to 'language/af_ZA/common.lang.php')
-rw-r--r-- | language/af_ZA/common.lang.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/language/af_ZA/common.lang.php b/language/af_ZA/common.lang.php index a1bca0966..b18554724 100644 --- a/language/af_ZA/common.lang.php +++ b/language/af_ZA/common.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ /* Language Name: Afrikaans [ZA] -Version: 2.5.0 +Version: 2.6.0 Language URI: http://piwigo.org/ext/extension_view.php?eid=572 Author: Marius Loots and Mignon Smit Author URI: http://piwigo.org @@ -244,10 +244,6 @@ $lang['last %d days'] = "laaste %d dae"; $lang['Last'] = "Laaste"; $lang['Logout'] = "Teken uit"; $lang['obligatory'] = "verplig"; -$lang['Maximum photo height'] = "Maksimum foto hoogte"; -$lang['Maximum height must be a number superior to 50'] = "Maksimum hoogte moet 'n getal groter as 50 wees"; -$lang['Maximum photo width'] = "Maksimum foto wydte"; -$lang['Maximum width must be a number superior to 50'] = "Maksimum wydte moet 'n getal groter as 50 wees"; $lang['display a calendar by creation date'] = "vertoon 'n kalender volgens datum geskep"; $lang['display all photos in all sub-albums'] = "vertoon alle fotos in alle sub-albums"; $lang['return to normal view mode'] = "gaan terug na normale voorkoms"; @@ -294,7 +290,6 @@ $lang['login mustn\'t end with a space character'] = "Aanteken naam mag nie op ' $lang['login mustn\'t start with a space character'] = "Aanteken naam kan nie met 'n spasie begin nie"; $lang['this login is already used'] = "die aanteken naam is reeds in gebruik"; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "epos adres moet wees soos xxx@yyy.ee.ee (voorbeeld : koos@vlooi.co.za)"; -$lang['please enter your password again'] = "Sleutel jou wagwoord weer in"; $lang['Auto login'] = 'Automatiese aanteken'; $lang['Contact'] = "Kontak"; $lang['set as album representative'] = "Stel as album verteenwoordiger"; @@ -307,7 +302,6 @@ $lang['SQL queries in'] = "SQL navrae in"; $lang['display only recently posted photos'] = "Vertoon slegs fotos wat onlangs gepos is"; $lang['return to the display of all photos'] = "gaan terug na vertoning van alle fotos"; $lang['the beginning'] = "die begin"; -$lang['Interface theme'] = "Koppelvlak tema"; $lang['Thumbnails'] = "Duimnale"; $lang['Menu'] = "Keusepaneel"; $lang['A comment on your site'] = "Kommentaar op u werf"; @@ -416,4 +410,10 @@ $lang['Username is mandatory'] = 'Gebruikersnaam is nie opsioneel nie'; $lang['mandatory'] = 'verpligtend'; $lang['Website'] = 'Webblad'; $lang['Your website URL is invalid'] = 'Jou webblad URL is ongeldig'; +$lang['Email'] = 'Epos'; +$lang['First Page'] = 'Eerste blad'; +$lang['Go back to the album'] = 'Gaan terug na die album'; +$lang['Last Page'] = 'Laaste blad'; +$lang['Password is missing. Please enter the password.'] = 'Wagwoord nie ingevul nie. Vul asseblief die wagwoord in.'; +$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Wagwoord bevestiging nie gedoen. Bevestig asseblief die gekose wagwoord.'; ?>
\ No newline at end of file |