diff options
Diffstat (limited to 'plugins/LocalFilesEditor/language/af_ZA')
-rwxr-xr-x | plugins/LocalFilesEditor/language/af_ZA/description.txt | 1 | ||||
-rw-r--r-- | plugins/LocalFilesEditor/language/af_ZA/index.php | 7 | ||||
-rwxr-xr-x | plugins/LocalFilesEditor/language/af_ZA/plugin.lang.php | 52 |
3 files changed, 0 insertions, 60 deletions
diff --git a/plugins/LocalFilesEditor/language/af_ZA/description.txt b/plugins/LocalFilesEditor/language/af_ZA/description.txt deleted file mode 100755 index 7dc143aef..000000000 --- a/plugins/LocalFilesEditor/language/af_ZA/description.txt +++ /dev/null @@ -1 +0,0 @@ -Verander plaaslike lêers vanaf die beheerpaneel.
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/af_ZA/index.php b/plugins/LocalFilesEditor/language/af_ZA/index.php deleted file mode 100644 index ec6605317..000000000 --- a/plugins/LocalFilesEditor/language/af_ZA/index.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php -$url = '../'; -header( 'Request-URI: '.$url ); -header( 'Content-Location: '.$url ); -header( 'Location: '.$url ); -exit(); -?> diff --git a/plugins/LocalFilesEditor/language/af_ZA/plugin.lang.php b/plugins/LocalFilesEditor/language/af_ZA/plugin.lang.php deleted file mode 100755 index d423b0fb7..000000000 --- a/plugins/LocalFilesEditor/language/af_ZA/plugin.lang.php +++ /dev/null @@ -1,52 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based photo gallery |
-// +-----------------------------------------------------------------------+
-// | 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 |
-// +-----------------------------------------------------------------------+
-// | 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['locfiledit_bak_loaded1'] = 'Rugsteun lêer gelaai.'; -$lang['locfiledit_bak_loaded2'] = 'Jy moet \'n lêer stoor om dit te herstel.'; -$lang['locfiledit_cant_save'] = 'Huidige lêer kan nie geskryf word nie. Gaan na of die subgids "local/" skryfbaar is (chmod).'; -$lang['locfiledit_choose_file'] = 'Kies die lêer wat geredigeer moet word'; -$lang['locfiledit_edit'] = 'Redigeer'; -$lang['locfiledit_empty_filename'] = 'Jy moet \'n lêernaam intik.'; -$lang['locfiledit_empty_page'] = 'Leë blad'; -$lang['locfiledit_file_already_exists'] = 'Lêer bestaan alreeds'; -$lang['locfiledit_filename_error'] = 'Verbode karakters in die lêernaam.'; -$lang['locfiledit_model_error'] = 'Jy moet \'n model kies.'; -$lang['locfiledit_model'] = 'Model'; -$lang['locfiledit_new_filename'] = 'Lêernaam'; -$lang['locfiledit_new_tpl'] = 'Skep \'n nuwe lêer'; -$lang['locfiledit_newfile'] = 'Lêer bestaan nie en sal geskep word met die LocalFiles Editor '; -$lang['locfiledit_onglet_css'] = 'CSS'; -$lang['locfiledit_onglet_lang'] = 'Tale'; -$lang['locfiledit_onglet_localconf'] = 'Local config'; -$lang['locfiledit_onglet_plug'] = 'Persoonlike Invoegsel'; -$lang['locfiledit_onglet_tpl'] = 'Sjablone'; -$lang['locfiledit_parent_directory'] = 'Bron gids'; -$lang['locfiledit_restore_confirm'] = 'Bevestig asseblief? Herstel sal nie effektief wees voor volgende stoor nie.'; -$lang['locfiledit_restore'] = 'Herstel die rugsteun lêer'; -$lang['locfiledit_save_bak'] = 'Rugsteun kopie sal geskep word met stoor.'; -$lang['locfiledit_save_config'] = 'Lêer suksesvol geskryf.'; -$lang['locfiledit_save_file'] = 'Stoor lêer'; -$lang['locfiledit_saved_bak'] = 'Rugsteun lêer geskep (%s)'; -$lang['locfiledit_show_default'] = 'Vertoon verwysings lêer:'; -$lang['locfiledit_syntax_error'] = 'Sintaks fout! Lêer kan nie gestoor word nie.'; -$lang['locfiledit_webmaster_only'] = 'Slegs webmeesters kan lokale lêers skep of verander.'; -?>
\ No newline at end of file |