About line 1005:

switch ($_POST['import']) {
case 'Import':
drupal_set_message("Importing server side directory {$submitted['path']}");
$tmpdir = $submitted['path'];
break;
case 'Upload':

Should be changed to
case t('Import'):
&
case t('Upload'):

Only after this modification it is possible to use "Mass import" with Russian language pack.

Thanx.

Comments

vhmauery’s picture

Status: Needs review » Closed (duplicate)

Download the latest version please. This has been fixed for 2 weeks. See Bug #32445 (Mass import not functional for an other language than english).

Marking as a duplicate of bug #32445.