mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
adding icons and change label msg
This commit is contained in:
parent
ea95ba0ec7
commit
b99cb2f8a3
@ -142,7 +142,7 @@ IMPORTING=Importing ...
|
|||||||
NEW=New
|
NEW=New
|
||||||
MIND_FILE=File
|
MIND_FILE=File
|
||||||
PARENT_LABEL=Nest label under
|
PARENT_LABEL=Nest label under
|
||||||
CHOOSE_COLOR=Choose a color
|
COLOR=Color
|
||||||
CHOOSE_LABEL=Choose a label
|
CHOOSE_LABEL=Choose a label
|
||||||
SELECT_LABEL=Please select a label
|
SELECT_LABEL=Please select a label
|
||||||
NO_SEARCH_RESULT=No mindmap available for the selected filter criteria
|
NO_SEARCH_RESULT=No mindmap available for the selected filter criteria
|
||||||
@ -255,7 +255,6 @@ CAPTCHA_LOADING_ERROR=ReCaptcha could not be loaded. You must have access to Goo
|
|||||||
ACCESS_HAS_BEEN_REVOKED= Upps. your access permissions to this map has been revoked. Contact map owner.
|
ACCESS_HAS_BEEN_REVOKED= Upps. your access permissions to this map has been revoked. Contact map owner.
|
||||||
MAP_CAN_NOT_BE_FOUND= Upps. The map can not be found. It must have been deleted.
|
MAP_CAN_NOT_BE_FOUND= Upps. The map can not be found. It must have been deleted.
|
||||||
LABEL_CAN_NOT_BE_FOUND= Upps. The label can not be found. It must have been deleted.
|
LABEL_CAN_NOT_BE_FOUND= Upps. The label can not be found. It must have been deleted.
|
||||||
LABEL_MINDMAP_RELATION_NOT_BE_FOUND= Upps. The label can not be found on map. It must have already been deleted.
|
|
||||||
LICENSE=License
|
LICENSE=License
|
||||||
WELCOME_TO_WISEMAPPING=Welcome to WiseMapping
|
WELCOME_TO_WISEMAPPING=Welcome to WiseMapping
|
||||||
WELCOME_DETAILS=WiseMapping will enable you to create and read your mind maps everywhere. With WiseMapping you can: <ul><li>Embed mind map it in web pages and blogs</li><li>Link mind map and documents</li><li>Share your maps with friend and colleagues</li><li>Export your maps SVG,PNG,JPG and FreeMind</li></ul>.
|
WELCOME_DETAILS=WiseMapping will enable you to create and read your mind maps everywhere. With WiseMapping you can: <ul><li>Embed mind map it in web pages and blogs</li><li>Link mind map and documents</li><li>Share your maps with friend and colleagues</li><li>Export your maps SVG,PNG,JPG and FreeMind</li></ul>.
|
||||||
|
@ -205,7 +205,7 @@
|
|||||||
|
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button id='addLabelButton' class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
<button id='addLabelButton' class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||||
<i class="icon-plus icon-white"></i>
|
<i class="icon-tag icon-white"></i>
|
||||||
<spring:message code="LABEL"/>
|
<spring:message code="LABEL"/>
|
||||||
<span class="caret"></span>
|
<span class="caret"></span>
|
||||||
</button>
|
</button>
|
||||||
@ -213,7 +213,7 @@
|
|||||||
<ul id="labelList" class="dropdown-menu">
|
<ul id="labelList" class="dropdown-menu">
|
||||||
<li id="createLabelBtn">
|
<li id="createLabelBtn">
|
||||||
<a href="#" onclick="return false">
|
<a href="#" onclick="return false">
|
||||||
<!--i class="icon-tag"></i-->
|
<i class="icon-plus"></i>
|
||||||
<spring:message code="CREATE"/>
|
<spring:message code="CREATE"/>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@ -333,7 +333,7 @@
|
|||||||
placeholder="<spring:message code="LABEL_NAME_HINT"/>" autofocus="autofocus" maxlength="30"/>
|
placeholder="<spring:message code="LABEL_NAME_HINT"/>" autofocus="autofocus" maxlength="30"/>
|
||||||
</div>
|
</div>
|
||||||
<div id="colorGroup" class="input-group">
|
<div id="colorGroup" class="input-group">
|
||||||
<label class="control-label" for="colorChooser"><spring:message code="CHOOSE_COLOR"/>:</label>
|
<label class="control-label" for="colorChooser"><spring:message code="COLOR"/>:</label>
|
||||||
<input class="form-control" name="color" id="colorChooser" type="text" style="width: 70px" required="required" value="#000000"/>
|
<input class="form-control" name="color" id="colorChooser" type="text" style="width: 70px" required="required" value="#000000"/>
|
||||||
<!--hack, maybe there is a compatibility problem with bootstrap-->
|
<!--hack, maybe there is a compatibility problem with bootstrap-->
|
||||||
<span class="input-group-addon" style="display: inline-block; position: relative; top: 5px"><i></i></span>
|
<span class="input-group-addon" style="display: inline-block; position: relative; top: 5px"><i></i></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user