mirror of https://github.com/zlatinb/muwire
changes for translation
parent
38036132b8
commit
157dd0af7c
|
@ -129,7 +129,7 @@ DONE_PIECES=Done Pieces
|
||||||
B_SEC=B/sec
|
B_SEC=B/sec
|
||||||
|
|
||||||
# Uploads pane
|
# Uploads pane
|
||||||
YOU_CAN_DRAG_AND_DROP=You can drag-and-drop files and directories here
|
YOU_CAN_DRAG_AND_DROP=You can drag and drop files and directories here
|
||||||
HASHING=Hashing
|
HASHING=Hashing
|
||||||
BYTES_SHORT=B
|
BYTES_SHORT=B
|
||||||
TREE=Tree
|
TREE=Tree
|
||||||
|
@ -601,6 +601,7 @@ NO_RECIPIENTS=No Recipients
|
||||||
NO_RECIPIENTS_BODY=Please add at least one recipient.
|
NO_RECIPIENTS_BODY=Please add at least one recipient.
|
||||||
|
|
||||||
## Add Contact dialog
|
## Add Contact dialog
|
||||||
|
ADD_CONTACT_SPECIFIC=Add Contact
|
||||||
ADD_CONTACT_TITLE=Add a new contact
|
ADD_CONTACT_TITLE=Add a new contact
|
||||||
ADD_CONTACT_BODY=Copy-paste the full MuWire ID of your new contact below.
|
ADD_CONTACT_BODY=Copy-paste the full MuWire ID of your new contact below.
|
||||||
ADD_CONTACT_INVALID_ID_TITLE=Invalid full MuWire ID
|
ADD_CONTACT_INVALID_ID_TITLE=Invalid full MuWire ID
|
||||||
|
|
|
@ -54,7 +54,7 @@ class AddContactView {
|
||||||
reasonArea = textArea(editable : true, lineWrap : true, wrapStyleWord : true)
|
reasonArea = textArea(editable : true, lineWrap : true, wrapStyleWord : true)
|
||||||
}
|
}
|
||||||
panel(constraints : BorderLayout.SOUTH) {
|
panel(constraints : BorderLayout.SOUTH) {
|
||||||
button(text : trans("ADD_CONTACT"), addAction)
|
button(text : trans("ADD_CONTACT_SPECIFIC"), addAction)
|
||||||
button(text : trans("CANCEL"), cancelAction)
|
button(text : trans("CANCEL"), cancelAction)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue