Navigation Menu

Skip to content

Commit

Permalink
netmount errors added
Browse files Browse the repository at this point in the history
  • Loading branch information
dio-el-claire committed Apr 17, 2012
1 parent 1b20aa0 commit 340ffe6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion js/i18n/elfinder.LANG.js
Expand Up @@ -79,7 +79,10 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'errArcMaxSize' : 'Archive files exceeds maximum allowed size.',
'errResize' : 'Unable to resize "$1".',
'errUsupportType' : 'Unsupported file type.',

'errNotUTF8Content' : 'File "$1" is not in UTF-8 and cannot be edited.', // added 9.11.2011
'errNetMount' : 'Unable to mount "$1".', // added 17.04.2012
'errNetMountNoDriver' : 'Unsupported protocol.', // added 17.04.2012
'errNetMountFailed' : 'Mount failed.', // added 17.04.2012
/******************************* commands names ********************************/
'cmdarchive' : 'Create archive',
'cmdback' : 'Back',
Expand Down
4 changes: 3 additions & 1 deletion js/i18n/elfinder.en.js
Expand Up @@ -76,7 +76,9 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'errResize' : 'Unable to resize "$1".',
'errUsupportType' : 'Unsupported file type.',
'errNotUTF8Content' : 'File "$1" is not in UTF-8 and cannot be edited.', // added 9.11.2011

'errNetMount' : 'Unable to mount "$1".', // added 17.04.2012
'errNetMountNoDriver' : 'Unsupported protocol.', // added 17.04.2012
'errNetMountFailed' : 'Mount failed.', // added 17.04.2012
/******************************* commands names ********************************/
'cmdarchive' : 'Create archive',
'cmdback' : 'Back',
Expand Down
4 changes: 4 additions & 0 deletions js/i18n/elfinder.ru.js
Expand Up @@ -72,6 +72,10 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'errArcMaxSize' : 'Размер файлов в архиве превышает максимально разрешенный.',
'errResize' : 'Не удалось изменить размер "$1".',
'errUsupportType' : 'Неподдерживаемый тип файла.',
'errNotUTF8Content' : 'Файл "$1" содержит текст в кодировке отличной от UTF-8 и не может быть отредактирован.', // added 9.11.2011
'errNetMount' : 'Не удалось подключить "$1".', // added 17.04.2012
'errNetMountNoDriver' : 'Неподдерживаемый протокол.', // added 17.04.2012
'errNetMountFailed' : 'Ошибка монтирования.', // added 17.04.2012

/******************************* commands names ********************************/
'cmdarchive' : 'Создать архив',
Expand Down

0 comments on commit 340ffe6

Please sign in to comment.