diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-08-15 19:45:40 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-08-15 19:45:40 +0000 |
commit | 5f258c697c47a3a55fbdd21cb50c60bdafa4142d (patch) | |
tree | eb7aaa79693cf4a42cf15e4b3a193ed52d79fefc /language/af_ZA/admin.lang.php | |
parent | 984dbc729f621f4ba6bde8e2ade35207f6c1e1bd (diff) |
[trunk] - language - add af_ZA - Afrikaans - Thanks to Marius Loots and Mignon Smit - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11953 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/af_ZA/admin.lang.php')
-rw-r--r-- | language/af_ZA/admin.lang.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/language/af_ZA/admin.lang.php b/language/af_ZA/admin.lang.php new file mode 100644 index 000000000..0dea0c78b --- /dev/null +++ b/language/af_ZA/admin.lang.php @@ -0,0 +1,27 @@ +<?php +// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based photo gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008-2011 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 | +// +-----------------------------------------------------------------------+ +// | This program is free software; you can redistribute it and/or modify | +// | it under the terms of the GNU General Public License as published by | +// | the Free Software Foundation | +// | | +// | This program is distributed in the hope that it will be useful, but | +// | WITHOUT ANY WARRANTY; without even the implied warranty of | +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | +// | General Public License for more details. | +// | | +// | You should have received a copy of the GNU General Public License | +// | along with this program; if not, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | +// +-----------------------------------------------------------------------+ + +$lang['Average rate'] = "Gemiddelde gradering"; +$lang['Rate'] = "Gradeer"; + +?>
\ No newline at end of file |