1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-03 11:22:40 +02:00

Bugtracker #3958 - option to delete user photo without replacement, plus a bit of a tidy up

This commit is contained in:
e107steved
2007-07-23 20:06:05 +00:00
parent af598909ab
commit 7af3514375
6 changed files with 108 additions and 35 deletions

View File

@@ -4,8 +4,8 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_upload_handler.php,v $
| $Revision: 1.2 $
| $Date: 2007-07-11 20:23:10 $
| $Revision: 1.3 $
| $Date: 2007-07-23 20:06:00 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -21,5 +21,13 @@ define("LANUPLOAD_9", "Uploaded file size 0 bytes");
define("LANUPLOAD_10", "Upload failed [Duplicate filename] - A file with the same name already exists.");
define("LANUPLOAD_11", "The file did not upload. Filename: ");
define("LANUPLOAD_12", "Error");
define("LANUPLOAD_13", "Missing temporary folder");
define("LANUPLOAD_14", "File write failed");
define("LANUPLOAD_15", "Upload not allowed");
define("LANUPLOAD_16", "Unknown Error");
define("LANUPLOAD_17", "Invalid name for uploaded file");
define("LANUPLOAD_18", "The uploaded file exceeds allowable limits.");
define("LANUPLOAD_19", "Too many files uploaded - excess deleted.");
?>

View File

@@ -4,8 +4,8 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_usersettings.php,v $
| $Revision: 1.6 $
| $Date: 2007-05-28 09:37:35 $
| $Revision: 1.7 $
| $Date: 2007-07-23 20:06:00 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -110,5 +110,6 @@ define("LAN_USET_12", "That display name is too short. Please choose another");
define("LAN_USET_13", "Invalid characters in Username. Please choose another");
define("LAN_USET_14", "Login name too long. Please choose another");
define("LAN_USET_15", "Display name too long. Please choose another");
define("LAN_USET_16", "Tick box to delete existing photo without uploading another");
?>