[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
plugins
/
generic
/
backup
/
locale
/
en_US
/
[
Home
]
File: locale.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE locale SYSTEM "../../../../../lib/pkp/dtd/locale.dtd"> <!-- * plugins/generic/backup/locale.xml * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2000-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Localization strings. * --> <locale name="en_US" full_name="U.S. English"> <message key="plugins.generic.backup.name">Backup Plugin</message> <message key="plugins.generic.backup.description">This plugin generates a backup of the installation.</message> <message key="plugins.generic.backup.link">Download Backup</message> <message key="plugins.generic.backup.longdescription"><![CDATA[<p>The following links allow the Site Administrator to download a full backup of the various components of an installation. A complete backup contains <strong>all</strong> of the following components. Please refer to technical documention for more information on how these components interrelate.</p>]]></message> <message key="plugins.generic.backup.db">Database</message> <message key="plugins.generic.backup.files">Files</message> <message key="plugins.generic.backup.code">Code</message> <message key="plugins.generic.backup.db.config"><![CDATA[{$footNoteNum}. <strong>WARNING:</strong> The database dump tool has not been configured in the config.inc.php configuration file. The configuration will depend on your server configuration and the type of database you use. It should be specified in a section called [cli], in a configuration option called "dump". For MySQL, use the mysqldump tool, i.e.:<br /> <pre>[cli] dump = "/usr/bin/mysqldump -h %s -u %s -p%s %s" </pre> The "%s" tokens will be replaced with, in order:<ol> <li>Database hostname</li> <li>Database username</li> <li>Database password</li> <li>Database name</li> </ol> Note that this involves specifying the database password in the command line, which may be a security concern.<br /><br/>]]></message> <message key="plugins.generic.backup.tar.config"><![CDATA[{$footNoteNum}. <strong>WARNING:</strong> The "tar" tool has not been configured in the config.inc.php configuration file. The configuration will depend on your server configuration. It should be specified in a section called [cli], in a configuration option called "tar", specifying the path to the "tar" utility, i.e.:<br /> <pre>[cli] tar = "/bin/tar" </pre><br />]]></message> <message key="plugins.generic.backup.failure"><![CDATA[<strong>WARNING: </strong>An error may have occurred during the backup process. The most common cause is file permissions.]]></message> </locale>