From 0dff87be8ad02ccfc2f1eb00fd7de1feee1aafae Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Tue, 12 Jul 2011 16:24:37 +0000
Subject: [PATCH] [LMS-2368] fixed dictionary

SVN: 22098
---
 .../ch/systemsx/cisd/openbis/public/common-dictionary.js    | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/common-dictionary.js b/openbis/source/java/ch/systemsx/cisd/openbis/public/common-dictionary.js
index 169b3cc0c4d..fb41934b7a8 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/public/common-dictionary.js
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/common-dictionary.js
@@ -73,7 +73,10 @@ var common = {
   delete_permanently_progress_message: "Deleting {0}(s)...",
   delete_progress_message: "Moving {0}(s) to trash ...",
   cannot_modify_deleted_entity_title: "Can't modify deleted {0}",
-  cannot_modify_deleted_entity_msg": "{0} '{1}' has been moved to trash and therefore can't be modified.',
+  cannot_modify_deleted_entity_msg: "{0} '{1}' has been moved to trash and therefore can't be modified.",
+  deletion_browser: "Trash",
+  button_revert_deletion: "Revert",
+  button_delete_permanently: "Delete Permanently",
 	 
   //
   // Table Modifications
@@ -350,6 +353,7 @@ var common = {
   AUTHORIZATION_MENU_USERS: "Users",
   AUTHORIZATION_MENU_AUTHORIZATION_GROUPS: "User Groups",
   AUTHORIZATION_MENU_ROLES: "Roles",
+  TRASH: "Trash",
   LOGGING_CONSOLE: "Logging Console",
 
   menu_data_set: "Data Set",
-- 
GitLab