From: <var...@us...> - 2015-07-15 12:41:50
|
Revision: 9713 http://sourceforge.net/p/phpwiki/code/9713 Author: vargenau Date: 2015-07-15 12:41:47 +0000 (Wed, 15 Jul 2015) Log Message: ----------- Translate error message Modified Paths: -------------- trunk/view.php Modified: trunk/view.php =================================================================== --- trunk/view.php 2015-07-15 09:11:10 UTC (rev 9712) +++ trunk/view.php 2015-07-15 12:41:47 UTC (rev 9713) @@ -22,7 +22,7 @@ /* * Standard Alcatel-Lucent disclaimer for contributing to open source * - * "The Configuration File ("Contribution") has not been tested and/or + * "The File Viewer ("Contribution") has not been tested and/or * validated for release as or in products, combinations with products or * other commercial use. Any use of the Contribution is entirely made at * the user's own responsibility and the user can not rely on any features, @@ -81,7 +81,7 @@ if (strncmp($basepath, $filepath, strlen($basepath)) !== 0) { error_log("DEBUG: basepath=$basepath, filepath=$filepath"); - exit_error('Invalid path: No access'); + exit_error(_('Invalid path: No access')); } if ($filepath && is_file($filepath)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |