# $Id: strings.raw,v 1.13 2006/01/20 19:06:33 mindless Exp $ /* module.inc */ gettext("Archive Upload") gettext("Extract items from uploaded zip files") gettext("Import") gettext("Archive") /* templates/ArchiveUploadSiteAdmin.tpl */ gettext("Archive Upload Settings") gettext("Settings saved successfully") gettext("This module will enable extraction of individual files from a zip archive to add each item to Gallery. You must locate or install an unzip binary on your server, then enter the path to it in the text box below. If you're on a Unix machine, don't forget to make the binary executable (chmod 755 unzip in the right directory should do it)") gettext("Path to unzip:") gettext("You must enter a path to your unzip binary") gettext("The path you entered doesn't contain a valid unzip binary.") gettext("The path you entered isn't a valid path to an unzip binary.") gettext("The unzip binary is not executable. To fix it, run chmod 755 %s") gettext("Save Settings") gettext("Test Settings") gettext("Cancel") gettext("Reset") gettext("unzip binary test results") gettext("Binary Name") gettext("Pass/Fail") gettext("Passed") gettext("Failed") gettext("Error messages:")