annotate java/src/uk/ac/qmul/eecs/ccmi/gui/CCmIPopupMenu.properties @ 1:e3935c01cde2
tip
moved license of PdPersistenceManager to the beginning of the file
author |
Fiore Martin <f.martin@qmul.ac.uk> |
date |
Tue, 08 Jul 2014 19:52:03 +0100 |
parents |
78b7fc5391a2 |
children |
|
rev |
line source |
f@0
|
1
|
f@0
|
2
|
f@0
|
3
|
f@0
|
4 dialog.lock_failure.name={0} name is being edited by another user
|
f@0
|
5 dialog.lock_failure.properties=Node properties are being edited by another user
|
f@0
|
6 dialog.input.name=Renaming {0}, Enter new name
|
f@0
|
7
|
f@0
|
8
|
f@0
|
9 dialog.lock_failure.delete=Object is being edited by another user
|
f@0
|
10 dialog.lock_failure.deletes=Objects are being edited by other users
|
f@0
|
11 dialog.lock_failure.deletes_warning=The following objects will not be deleted as they're locked by other users:
|
f@0
|
12 dialog.confirm.deletions=Are you sure you want to delete the selected objects ?
|
f@0
|
13 dialog.confirm.title=Confirm
|
f@0
|
14
|
f@0
|
15 menu.set_name=Set Name
|
f@0
|
16 menu.set_properties=Set Properties
|
f@0
|
17 menu.delete=Delete
|
f@0
|
18 menu.set_label=Set Label
|
f@0
|
19 menu.choose_arrow_head=Set Arrow Head
|
f@0
|
20
|
f@0
|
21 dialog.lock_failure.end=Edge end is being edited by another user
|
f@0
|
22 dialog.lock_failure.name=Edge name is being edited by another user
|
f@0
|
23
|
f@0
|
24 dialog.input.label=Enter Label Text
|
f@0
|
25 dialog.input.arrow=Choose Arrow Head
|
f@0
|
26 dialog.input.arrow.title=Select
|
f@0
|
27 dialog.input.name=Renaming {0}, Enter new name |