From: mka Date: Mon, 3 Dec 2012 10:29:25 +0000 (+0000) Subject: Pop-up menus updated in accordance with the functional specification X-Git-Tag: Root_Delivery1_2012_12_06~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c679d2eaa6749747a7b23d458bfbf9617b4bf488;p=tools%2Fsiman.git Pop-up menus updated in accordance with the functional specification --- diff --git a/Workspace/Siman/src/labels.properties b/Workspace/Siman/src/labels.properties index 42847bd..ccdb361 100644 --- a/Workspace/Siman/src/labels.properties +++ b/Workspace/Siman/src/labels.properties @@ -48,7 +48,8 @@ menu.admin.importuser = Importer des utilisateurs menu.admin.context = Les contextes de simulation menu.admin.knowledge = Les connaissances menu.admin.study = Les études - +menu.markasreference = Mark as Reference +menu.removeasreference = Remove as Reference title.login = Saisissez vos coordonnées title.criteria = Critères de recherche @@ -278,6 +279,8 @@ message.delete.document = Voulez-vous supprimer ce document ? message.delete.knowledge = Voulez-vous supprimer cette connaissance ? message.purge.study = Voulez-vous supprimer l’historique de l’étude ? message.purge.document = Voulez-vous supprimer l’historique de ce document ? +message.markasreference.study = Do you really want to mark the study as reference ? +message.removeasreference.study = Do you really want to remove the study as reference ? message.upload = Le fichier "{0}" a été téléchargé avec succès. message.checkedout = Ce scénario a été réservé par {0} le {1}. Pour pouvoir en modifier les propriétés, {2} doit donc préalablement restituer ses modifications.
Du coup, voulez-vous : message.checkin = Voulez-vous vraiment abandonner les modifications en cours ? diff --git a/Workspace/Siman/src/labels_en.properties b/Workspace/Siman/src/labels_en.properties index cb44990..a62244d 100644 --- a/Workspace/Siman/src/labels_en.properties +++ b/Workspace/Siman/src/labels_en.properties @@ -42,6 +42,8 @@ menu.remove.study = Remove the study menu.remove.document = Remove this document menu.remove.version = Remove this version menu.purge = Remove the history +menu.markasreference = Mark as Reference +menu.removeasreference = Remove as Reference menu.admin.indexing = Index the studies menu.admin.importuser = Import users @@ -278,6 +280,8 @@ message.delete.document = Do you really want to remove this document ? message.delete.knowledge = Do you really want to remove this knowledge ? message.purge.study = Do you really want to remove the history of the study ? message.purge.document = Do you really want to remove the history of this document ? +message.markasreference.study = Do you really want to mark the study as reference ? +message.removeasreference.study = Do you really want to remove the study as reference ? message.upload = The file "{0}" has been successfully uploaded. message.checkedout = This scenario has been checked-out by {0} on {1}. For being able to edit the properties, {2} must first check-in his/her modifications.
Then, do you want : message.checkin = Do you really want to forget the on-going modifications ?