1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

language here, language there...

git-svn-id: file:///svn/phpbb/trunk@7499 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-05-07 15:18:44 +00:00
parent aca6d695c8
commit 1ad49ecb91
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ $lang = array_merge($lang, array(
'UPLOADING_FILE_TO' => 'Uploading file “%1$s” to post number %2$d…',
'UPLOAD_DENIED_FORUM' => 'You do not have the permission to upload files to forum “%s”',
'UPLOAD_DIR' => 'Upload directory',
'UPLOAD_DIR_EXPLAIN' => 'Storage path for attachments.',
'UPLOAD_DIR_EXPLAIN' => 'Storage path for attachments. Please note that if you change this directory while already having uploaded attachments you need to manually copy the files to their new location.',
'UPLOAD_ICON' => 'Upload icon',
'UPLOAD_NOT_DIR' => 'The upload location you specified does not appear to be a directory.',
));