diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index df1c48cf8..31b5ec021 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -292,6 +292,9 @@ $lang['update_display_info'] = 'display maximum informations (added categories a $lang['update_simulate'] = 'only perform a simulation (no change in database will be made)'; $lang['update_infos_title'] = 'Detailed informations'; $lang['update_simulation_title'] = '[Simulation]'; +$lang['update_wrong_dirname'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."'; +$lang['update_wrong_dirname_short'] = 'wrong filename'; +$lang['update_wrong_dirname_info'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."'; // History $lang['stats_title'] = 'Last year statistics'; |