Remove trunk directory
This commit is contained in:
10
wise-webapp/src/main/webapp/WEB-INF/classes/log4j.properties
Normal file
10
wise-webapp/src/main/webapp/WEB-INF/classes/log4j.properties
Normal file
@@ -0,0 +1,10 @@
|
||||
log4j.rootCategory=WARN, stdout
|
||||
log4j.net.sf=FATAL,stdout
|
||||
log4j.com.wisemapping=DEBUG,stdout
|
||||
log4j.org.wisemapping.ws=DEBUG,stdout
|
||||
|
||||
##log4j.category.net.sf.acegisecurity=DEBUG,
|
||||
|
||||
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
||||
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.stdout.layout.ConversionPattern=%d %p %c - %m%n
|
@@ -0,0 +1,9 @@
|
||||
# Configuration file for javax.mail
|
||||
|
||||
# Host whose mail services will be used
|
||||
# (Default value : localhost)
|
||||
mail.host=mail.wisemapping.com
|
||||
|
||||
# Return address to appear on emails
|
||||
# (Default value : username@host)
|
||||
mail.from=webmaster@wisemapping.com
|
@@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<body>
|
||||
<h3>Welcome to WiseMapping!</h3>
|
||||
<p>
|
||||
Your account has been activated.
|
||||
First Name: ${user.firstname}
|
||||
Last Name: ${user.lastname}
|
||||
Username: ${user.username}
|
||||
</p>
|
||||
<p>
|
||||
Thank you for using WiseMapping.
|
||||
</p>
|
||||
<p>
|
||||
For questions or concerns regarding your account, send us an email to support@wisemapping.com.
|
||||
</p>
|
||||
<p>
|
||||
Best regards, <br/>
|
||||
WiseMapping Team
|
||||
<a href="http://www.wisemapping.com">WiseMapping Site</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
12
wise-webapp/src/main/webapp/WEB-INF/classes/mail/activeUserAccountMail.vm
Executable file
12
wise-webapp/src/main/webapp/WEB-INF/classes/mail/activeUserAccountMail.vm
Executable file
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<body>
|
||||
<h3>We have a new User !!</h3>
|
||||
<p>
|
||||
Id: ${user.id} <br/>
|
||||
First Name: ${user.firstname} <br/>
|
||||
Last Name: ${user.lastname} <br/>
|
||||
Username: ${user.username} <br/>
|
||||
Email: ${user.email} <br/>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<body>
|
||||
<h3>Welcome to WiseMapping!</h3>
|
||||
<p>
|
||||
To active your account and verify your e-mail address, please click on the following link.
|
||||
</p>
|
||||
<a href="${emailcheck}">${emailcheck}</a>
|
||||
</p>
|
||||
<p>
|
||||
If you have received this mail by error, you do not need to take any action to cancel the account. The account will not be activated, and you will not receive any futher emails.
|
||||
</p>
|
||||
<p>
|
||||
If clicking the link above does not work, copy and paste the URL in a new browser window instead.
|
||||
</p>
|
||||
<p>
|
||||
For questions or concerns regarding your account, send us an email to support@wisemapping.com.
|
||||
</p>
|
||||
<p>
|
||||
Cheers, <br/>
|
||||
The WiseMapping Team.
|
||||
<a href="http://www.wisemapping.com">WiseMapping Site</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
7
wise-webapp/src/main/webapp/WEB-INF/classes/mail/newColaborator.vm
Executable file
7
wise-webapp/src/main/webapp/WEB-INF/classes/mail/newColaborator.vm
Executable file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
${message}
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<body>
|
||||
<h3>Your password was regenerated from WiseMapping!</h3>
|
||||
<p>
|
||||
Your account information is:
|
||||
</p>
|
||||
User Login: ${user.email}
|
||||
</p>
|
||||
<p>
|
||||
New Password: ${password}
|
||||
</p>
|
||||
<p>
|
||||
Thank you for using WiseMapping.
|
||||
</p>
|
||||
<p>
|
||||
For questions or concerns regarding your account, send us an email to support@wisemapping.com.
|
||||
</p>
|
||||
<p>
|
||||
Best Regards, <br/>
|
||||
The WiseMapping Team.
|
||||
<a href="http://www.wisemapping.com">WiseMapping Site</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
21
wise-webapp/src/main/webapp/WEB-INF/classes/mail/welcome.vm
Executable file
21
wise-webapp/src/main/webapp/WEB-INF/classes/mail/welcome.vm
Executable file
@@ -0,0 +1,21 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Hi,
|
||||
</p>
|
||||
<p>
|
||||
Thank you so much for your interest in WiseMapping. Your subscription was a success! If you have any questions or have any feedback, please don't hesitate to reply to this email, or use the on line form. We'd love to hear from you.
|
||||
</p>
|
||||
<p>
|
||||
Since we are currently in "private beta" phase, we are inviting people from the list you just signed up for every day. So sit tight because you might be the next one.
|
||||
</p>
|
||||
<p>
|
||||
For questions or concerns regarding your account, send us an email to support@wisemapping.com.
|
||||
</p>
|
||||
<p>
|
||||
Cheers, <br/>
|
||||
The WiseMapping Team.
|
||||
<a href="http://www.wisemapping.com">WiseMapping Site</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
325
wise-webapp/src/main/webapp/WEB-INF/classes/messages.properties
Normal file
325
wise-webapp/src/main/webapp/WEB-INF/classes/messages.properties
Normal file
@@ -0,0 +1,325 @@
|
||||
NEW_MINDMAP=Create a new map
|
||||
NAME=Name
|
||||
DESCRIPTION=Description
|
||||
OK=Ok
|
||||
WISEMAPPING=WiseMapping
|
||||
ADD=Add
|
||||
ACTIONS=Actions
|
||||
ADD_COLLABORATORS=Add Collaborators
|
||||
CURRENT_COLLABORATORS=Current collaborators
|
||||
VIEWERS=Viewers
|
||||
ADD_VIEWERS=Add Viewers
|
||||
CURRENT_VIEWERS=Current Viewers
|
||||
USER_REGISTRATION=User Registration
|
||||
CANCEL=Cancel
|
||||
SUBMIT=Submit
|
||||
FIRSTNAME=Firstname
|
||||
LASTNAME=Lastname
|
||||
EMAIL=E-mail
|
||||
HELP=Help
|
||||
LOGOUT=Logout
|
||||
PASSWORD=Password
|
||||
MY_WISEMAPS=My Wisemaps
|
||||
SAVE_AND_CLOSE=Save and Close
|
||||
RETYPE_PASSWORD=Retype Password
|
||||
REGISTER=Register
|
||||
REMEMBER_ME=Remember me on this computer
|
||||
SIGN_IN=Sign In
|
||||
SIGN_UP=Sign Up
|
||||
SETTINGS=Settings
|
||||
USERNAME=Username
|
||||
BACK=Back
|
||||
CLOSE=Close
|
||||
NOT_READY_A_USER=Not ready a wisemapper?
|
||||
NOT_READY_A_USER_MESSAGE=Registration is free and takes just a moment.
|
||||
JOIN_NOW=Join Now!
|
||||
REMOVE=Remove
|
||||
MINDMAP=Mindmap
|
||||
ROLE=Role
|
||||
CAPTCHA= Word Verification
|
||||
FORGOT_PASSWORD=Forgot Password ?
|
||||
CHANGE_PASSWORD=Change your Password
|
||||
FAQ=Frequent Asked Questions
|
||||
SHORT_FAQ=FAQ
|
||||
LOGIN=Login
|
||||
SUBJECT=Subject
|
||||
SUBJECT_MESSAGE= has shared a mind map with you at WiseMapping
|
||||
MSG=Message
|
||||
PROBLEM_DETAIL=Description
|
||||
EXPORT=Export
|
||||
EXPORT_MSG=Export
|
||||
EXPORT_FORMAT=Export Format:
|
||||
EDIT_PROFILE= Edit your Profile
|
||||
JPEG_EXPORT_FORMAT=JPEG
|
||||
PNG_EXPORT_FORMAT=Portable Network Graphics (PNG)
|
||||
SVG_EXPORT_FORMAT=Scalable Vector Graphics (SVG)
|
||||
PDF_EXPORT_FORMAT=Portable Document Format (PDF)
|
||||
IMG_EXPORT_FORMAT=Image File
|
||||
FREEMIND_EXPORT_FORMAT = Freemind (version 0.8.0)
|
||||
|
||||
FILE=File
|
||||
FILE_URL=File URL
|
||||
STATUS=Status
|
||||
LAST_EDITOR=Last Edition
|
||||
|
||||
DELETE_SELECTED_CONFIRMATION=All selected Maps will be deleted. Do you want to continue?
|
||||
DELETE_CONFIRMATION=Are you sure that you want to delete this map?
|
||||
DELETE_SELECTED=Delete selected
|
||||
DELETE=Delete
|
||||
YES=yes
|
||||
NO=no
|
||||
|
||||
EDITOR.LOADING=Loading ...
|
||||
EDITOR.ERROR_LOADING=An unexpected error has occurred initializing this page. <br/>We'll solve this problem as soon as possible. Please, click <a href="mymaps.htm">here</a> to return to your mindmap list.
|
||||
SITE.TITLE=WiseMapping
|
||||
SITE.SLOGAN=Visual Thinking Evolution
|
||||
SAVE=Save
|
||||
DISCARD_CHANGES=Discard Changes
|
||||
ABOUT=About
|
||||
ABOUT_TITLE=What is WiseMapping?
|
||||
BLOG=Blog
|
||||
BLOG_TITLE=WiseMapping Blog
|
||||
NEWS=News
|
||||
KEYBOARD=Keyboard Shortcuts
|
||||
KEYBOARD_MSG=These are the keyboard shortcuts you can use in the editor!
|
||||
FIRST_STEPS=Editor First Steps
|
||||
FIRST_STEPS_MSG=Make these first steps in 2 minutes, and start running in 5!
|
||||
HOME=Home
|
||||
LOGIN_ERROR=The email address or password you provided does not match our records.
|
||||
USER_INACTIVE=Sorry, your account has not been activated yet. You'll receive a notification email when it becomes active. Stay tuned!.
|
||||
CREW=The Crew
|
||||
ALREADY_A_MEMBER=Already a member?
|
||||
WORD_VERIFICATION=Word Verification
|
||||
TERM_OF_THE_SERVICE=Terms of Service:
|
||||
FORGOT_PASSWORD_MESSAGE=Please enter your email to start the password recovery process.
|
||||
LOADING_MSG=Loading ...
|
||||
SEARCH_TITLE=Search for WiseMaps
|
||||
SEARCH_TEXT=Search for public mind maps using either its name or tags
|
||||
SEARCH_FIELD=Map Title or Tag
|
||||
SEARCH=Search
|
||||
SEARCH_RESULTS=Search Results
|
||||
NO_SEARCH_RESULTS=No results were found. Go ahead and be the first one to publish a mind map about it!
|
||||
NO_SEARCH_TERM=You didn't enter any search terms.
|
||||
ADVANCE_SEARCH=Advanced Search
|
||||
SIMPLE_SEARCH=Simple Search
|
||||
TRYNOW= Try Demo !
|
||||
VIDEO=WiseMapping in 2 minutes
|
||||
|
||||
FIELD_REQUIRED=Required field cannot be left blank
|
||||
EMAIL_ALREADY_EXIST=Email already exists
|
||||
NO_VALID_EMAIL_ADDRESS=Invalid email address
|
||||
USERNAME_ALREADY_EXIST=Username already exists
|
||||
PASSWORD_MISSMATCH=Your password entries did not match
|
||||
TYPE_CHARACTER_BELOW=Type the characters you see in the picture below.
|
||||
WISEMAPPING_ACCOUNT_MESSAGE=Please check the WiseMapping Account information you've entered above, and review the Terms of Service
|
||||
REGISTRATION_CLICK_ADVICE= By clicking on 'Register' below you are agreeing to the Terms of Service above and the Privacy Policy.
|
||||
REGISTRATION_TITLE_MSG=Please, fill the fields and become a member of WiseMapping community.<br/>Registration is <b> Free</b> and takes just a moment.
|
||||
CAPTCHA_ERROR=Enter the letters as they are shown in the image above.
|
||||
DETAIL_INFORMATION=Detail Information
|
||||
CREATOR=Creator
|
||||
CREATION_TIME=Creation Time
|
||||
VIEWS=Views
|
||||
STATE=State
|
||||
COLLABORATORS=Collaborators
|
||||
ADD_COLLABORATOR=Add Collaborator
|
||||
EDITORS=Editors
|
||||
VIEWER=Viewer
|
||||
PRIVATE=Private
|
||||
PUBLIC=Public
|
||||
SHARED=Shared
|
||||
ONLY_VIEW_PRIVATE = This document can be viewed by you only.
|
||||
ALL_VIEW_PUBLIC = This document can be viewed by any user.
|
||||
|
||||
EMAILS_ADRESSES = E-mails Addresses
|
||||
CURRENT_CONTACTS = Current Contacts
|
||||
MESSAGE=Message
|
||||
COLLABORATION= Collaboration
|
||||
SHARE_DETAILS=Share your maps with your colleagues. Invite them to collaborate with you.
|
||||
NEW_MAP_MSG=Fill all the fields to create a new map
|
||||
|
||||
TAG=Tag
|
||||
PUBLISH=Publish
|
||||
PUBLISH_MSG = What about using your maps in sites and blogs?
|
||||
PUBLISH_DETAILS=By publishing the map you make it visible to everyone on the Internet. Copy the code snippets below to integrate it into your website or blog.
|
||||
DETAIL=Detail
|
||||
RECENT_FILES=Recent Maps
|
||||
MINDMAP_DETAIL = Mind Map Detail
|
||||
EDIT=Edit
|
||||
INSERT=Insert
|
||||
WISE_IT=Wise It!
|
||||
EDITOR.LAST_SAVED=last modification by {0}
|
||||
SHARE_IT=Share It
|
||||
SETTINGS_DETAIL=Do you want to change you user options?. Here is the place.
|
||||
SETTINGS_MSG=Please, select what option want to change from you profile:
|
||||
TAGS=Tags
|
||||
AVAILABLE_TAGS = Available tags
|
||||
|
||||
EMPTY_MINDMAP_TABLE=Mapping your ideas is very simple. Create a map and try it!
|
||||
EMPTY_RECENT_MINDMAP_TABLE=No recent maps
|
||||
TAGS_DETAILS=Add tags you maps is very simple. Try!
|
||||
TAG_IT=Tag It
|
||||
PUBLISH_IT=Publish It
|
||||
USUPPORTED_BROWSER=Unsupported Browser
|
||||
FIELD_REQUIRED_MSG=Fields marked with an asterisk <span class="fieldRequired">*</span> are required.
|
||||
TAGS_MSG=Tagging is a simple way to keep your maps in order and help other people to find your public maps
|
||||
COMMA_SEPARATED_EMAILS=Comma separated emails
|
||||
INVITE_USERS=Invite Users
|
||||
AS_COLLABORATOR=as Collaborators
|
||||
AS_VIEWER=as Viewers
|
||||
CUSTOMIZE_INVITATION=Customize Invitation
|
||||
INVITATION=Invitation
|
||||
INVITATION_MSG= I've just shared a mind map with you.\nLog in to www.wisemapping.com and you will see the shared map in your mind map list.
|
||||
SVG_EXPORT_FORMAT_DETAILS=Scalable Vector Graphics (SVG) is an XML markup language for describing two-dimensional vector graphics. This format will enable you to print your maps without quality lost at any resolution.
|
||||
PDF_EXPORT_FORMAT_DETAILS=Get your map as Portable Document Format(PDF) to share use in your presentations.
|
||||
IMG_EXPORT_FORMAT_DETAILS=Get a graphic representation of your map including all colors and shapes to reuse in documents or for archiving
|
||||
FREEMIND_EXPORT_FORMAT_DETAILS = FreeMind is a nice desktop mind mapping application that has the great benefit of being free.
|
||||
DELETE_MAP=Delete Confirmation
|
||||
|
||||
TERMSOFUSE=Terms of Use
|
||||
PRIVACYPOLICY= Privacy Policy
|
||||
EXPORT_DETAILS=Export this map in the format that you want and start using it in your presentations
|
||||
PUBLIC_MAP_VIEW=Public Map Info
|
||||
HERE=here
|
||||
DETAILS=Details
|
||||
PUBLIC_VIEW_TITLE={0} Map View
|
||||
WHO_ARE_WE=Who are we?
|
||||
MEMBERS=Members
|
||||
WELCOME=Welcome
|
||||
|
||||
RENAME=Rename
|
||||
RENAME_DETAILS=Change map's name and description
|
||||
MAX_CHARACTER_SIZE= Maximum allowed message length of 512 characters.
|
||||
PUBLISH_MAP_TO_INTERNET=Publish map to the Internet
|
||||
URL=URL
|
||||
DIRECT_LINK=Direct Link
|
||||
BLOG_INCLUSION=For inclusion in blogs and web pages
|
||||
OPEN=Open
|
||||
OPEN_MSG=Open map for edition
|
||||
|
||||
ZOOM=Zoom
|
||||
ZOOM_IN=Zoom In
|
||||
ZOOM_OUT=Zoom Out
|
||||
IN=In
|
||||
OUT=Out
|
||||
HISTORY=History
|
||||
TOPIC=Topic
|
||||
TOPIC_BACKGROUND_COLOR=Topic Background Color
|
||||
BACKGROUND_COLOR=BgColor
|
||||
TOPIC_BORDER_COLOR=Topic Border Color
|
||||
BORDER_COLOR=Border Color
|
||||
BORDER=Border
|
||||
TOPIC_SHAPE=Topic Shape
|
||||
SHAPE=Shape
|
||||
TOPIC_ADD=Add Topic
|
||||
TOPIC_DELETE=Delete Topic
|
||||
TOPIC_ICON=Add Icon
|
||||
ICON=Icon
|
||||
TOPIC_LINK=Add Link
|
||||
LINK=Link
|
||||
TOPIC_NOTE=Add Note
|
||||
NOTE=Note
|
||||
|
||||
FONT=Font
|
||||
FONT_TYPE=Font Type
|
||||
TYPE=Type
|
||||
FONT_SIZE=Font Size
|
||||
SIZE=Size
|
||||
FONT_BOLD=Bold
|
||||
BOLD=Bold
|
||||
FONT_ITALIC=Italic
|
||||
ITALIC=Italic
|
||||
FONT_COLOR=Font Color
|
||||
COLOR=Color
|
||||
SHARE=Share
|
||||
UNEXPECTED_ERROR=Outch!!. An unexpected error has occurred.
|
||||
UNEXPECTED_ERROR_DETAILS=We're sorry, an error has occurred and we can't process your request. Please try again, or go to the home page.
|
||||
NO_ENOUGH_PERMISSIONS=Outch!!. This map is not available anymore.
|
||||
NO_ENOUGH_PERMISSIONS_DETAILS=You do not have enough right access to see this map. This map has been changed to private or deleted.
|
||||
SHARING=Sharing
|
||||
IMPORT_MINDMAP=Import map
|
||||
IMPORT_MINDMAP_DETAILS=Do you already have maps created with FreeMind?.No problem, Import them!.
|
||||
IMPORT_MINDMAP_INFO=You can import FreeMind maps to WiseMapping. Please, select the FreeMind map that want to import. <br/>Fields marked with an asterisk <span class="fieldRequired">*</span> are required.
|
||||
PRINT=Print
|
||||
FREE_MIND_FILE=FreeMind File
|
||||
IMPORT_MAP_ERROR=Imported file seems not to be a valid FreeMind file.
|
||||
MAP_TITLE_ALREADY_EXISTS=Map name already exists.
|
||||
EMBEDDED_VIEWER=Embed a map viewer in your own web site, blog or post!
|
||||
EMBEDDED_VIEWER_MESSAGE=Once you make your map public, you will be able to embed a mind map viewer in your own web site, blog or post just as we did it here!<br/>Try it!!, you can drag nodes, pan the map, and zoom in and out.
|
||||
FREEMIND_EXPORT_IMPORT=Import and Export maps from/to FreeMind
|
||||
FREEMIND_EXPORT_IMPORT_MESSAGE=You can now easily import and export mind maps from/to FreeMind.
|
||||
EDITOR_TOOLBAR_IMPROVED=Usability Improvement: The editor toolbar has been redesign
|
||||
EDITOR_TOOLBAR_IMPROVED_MESSAGE= The toolbar has been redesign to improve its usability.
|
||||
COLLABORATE=Collaborate
|
||||
PRINT_FEATURE_IMPLEMENTED=You can print your maps now
|
||||
PRINT_FEATURE_IMPLEMENTED_MESSAGE=You can now easily print your maps from the editor and the map list!
|
||||
EMBEDDED_MAP_SIZE=* Note: You can change embedded map size modifying 'height' and 'width' style properties. You can also adjust the zoom factor modifying 'zoom' parameter from the URL.
|
||||
NEWSLETTER_DESC = Get News delivered to <br>your Inbox
|
||||
USABILITY_EDITING_IMPROVED= Usability Improvement: Node text Editing
|
||||
USABILITY_EDITING_IMPROVED_ESC= Usability Improvement: Cancelling Node text Editing with the ESC Key
|
||||
USABILITY_EDITING_IMPROVED_TEXT=Now you have 3 different ways of editing a node text.</br><ul><li><b>Typing:</b> Start typing to replace the focused node text.</li><li><b>F2:</b> Pressing F2 key, will let you edit the node text</li><li><b>Double click:</b> Double click with the mouse on the node to start editing its text</li></ul>
|
||||
USABILITY_EDITING_IMPROVED_TEXT_ESC=Now, You can also cancel the changes that you've made in the text of a node by pressing the ESC key while editing it's text.
|
||||
IMPORT-EXPORT_ISSUES_FIXED=Usability Improvement: Import-Export issues have been solved.
|
||||
GO_TO= Go to my Wisemaps
|
||||
|
||||
NEWS_AND_ARTICLES=News & Articles
|
||||
NEWS_TITLE_EMBEDDED_MAPS=Embed your maps in anyplace
|
||||
NEWS_DESC_EMBEDDED_MAPS=With this new feature, you can embed your maps in blogs and web pages.
|
||||
NEWS_TITLE_FREEMIND=FreeMind import and export
|
||||
NEWS_DESC_FREEMIND=Now, you can import and export your FreeMind maps.
|
||||
NEWS_TITLE_KEYBOARD_NAVIGATION=WiseMapping Makes Creation of mind maps More Easily and PowerFul
|
||||
NEWS_DESC_KEYBOARD_NAVIGATION=WiseMapping let's you create the most powerfull mind maps using the keyboard
|
||||
|
||||
MOST_POPULAR_MAPS=Most Popular Maps
|
||||
JOIN_WISEMAPPING=Join WiseMapping
|
||||
IT_IS_FREE=It's free!
|
||||
CREATE_EDIT_ACCESS_FROM_ANYWHERE=Create, edit and access your mindmaps from anywhere over the Web
|
||||
|
||||
USABILITY_EDITOR_IMPROVED= Usability Improvement: Help button in the Mind Map Editor
|
||||
EDITOR_HELP=A Help button has been placed at the bottom-left corner of the editor. From there you can see all the editor keyboard shortcuts you can use while editing your maps, and a quick tutorial on how to use the editor.
|
||||
|
||||
USABILITY_EDITOR_IMPROVED_SHRINK= Usability Improvement: Collapse/Expand nodes
|
||||
SHRINK_TEXT=You can now collapse and expand nodes by clicking on the node's dot, or by pressing the space bar button.
|
||||
|
||||
EDITOR_LINKS=Mind Map feature: Add links to the topics
|
||||
EDITOR_LINKS_SHORT=Add links to the topics
|
||||
EDITOR_LINKS_TEXT=You can add Links to the topics very easily using the link icon in the toolbar.
|
||||
|
||||
IMPORT_EXPORT_IMPROVEMENTS=We have done some improvements in the import and export features
|
||||
|
||||
USERS_1500=We already have 2100 users!!, Thanks to all of you that have trust us in this starting phase...
|
||||
NO_PRIVATE_ANY_MORE= We are not private any more! More than 2100 users have tested and used the application, it's time to stop being private!.. Stay tune because we have a lot of new ideas for WiseMapping!!
|
||||
NO_PRIVATE_ANY_MORE_SHORT= We are not private any more!
|
||||
NO_PRIVATE_ANY_MORE_TEXT=More than 1500 real users have tested the application!, so it's time to stop being private!
|
||||
|
||||
NEWS_ADD_ICON=Mind Map feature: Add icons to the topics
|
||||
NEWS_ADD_ICON_SHORT=Add icons to the topics
|
||||
NEWS_ADD_ICON_TEXT=You can now add Icons to the topics very easily using the link icon in the toolbar
|
||||
|
||||
NEWS_TOOLBAR_SHORT =New Editor Toolbar
|
||||
NEWS_TOOLBAR_TEXT = We have update our editor toolbar in order to be more intuitive.
|
||||
|
||||
#####FOOTER
|
||||
COPYRIGHT=All content Copyright 2007-2009, WiseMapping Corporation
|
||||
TERMS_AND_CONDITIONS=Terms and Conditions
|
||||
CONTACT=Contact
|
||||
|
||||
ACCOUNT_ACTIVED= Your account has been activated
|
||||
ACCOUNT_ACTIVED_FAIL = Account Activation failed
|
||||
VIEW_ALL_RESULTS= Show All Results
|
||||
BROWSE=Browse
|
||||
SEARCH_MSG=Discover publich mind maps created by people like you.
|
||||
SEARCH_PUBLIC=Search Public Mind Maps
|
||||
UNDO_EDITION=Undo Edition
|
||||
UNDO=Undo
|
||||
REDO_EDITION=Redo Edition
|
||||
REDO=Redo
|
||||
|
||||
BY=By
|
||||
MODIFIED=Modified
|
||||
HISTORY_MSG=Looking for an old modification of you map?. Here is the place.
|
||||
NO_HISTORY_RESULTS= No History Information was found.
|
||||
HISTORY_INFO = Here is the list of the last revisions of you map.
|
||||
REVERT=revert
|
||||
SAMPLE_MAPS=Sample Maps
|
||||
|
||||
INVALID_EMAIL_ERROR = The e-mail was not verified
|
@@ -0,0 +1,264 @@
|
||||
NEW_MINDMAP=Crear un nuevo mapa
|
||||
NAME=Nombre
|
||||
DESCRIPTION=Descripción
|
||||
OK=Ok
|
||||
WISEMAPPING=WiseMapping
|
||||
ADD=Agregar
|
||||
ACTIONS=Acciones
|
||||
ADD_COLLABORATORS=Agregar Colaboradores
|
||||
CURRENT_COLLABORATORS=Colaboradores Actuales
|
||||
VIEWERS=Lectores
|
||||
ADD_VIEWERS=Agregar Lector
|
||||
CURRENT_VIEWERS=Lectores Actuales
|
||||
USER_REGISTRATION=Registración de Usuarios
|
||||
CANCEL=Cancelar
|
||||
SUBMIT=Aceptar
|
||||
FIRSTNAME=Nombre
|
||||
LASTNAME=Apellido
|
||||
EMAIL=E-mail
|
||||
HELP=Ayuda
|
||||
LOGOUT=Salida
|
||||
PASSWORD=Contraseña
|
||||
MY_WISEMAPS=Mis mapas
|
||||
SAVE_AND_CLOSE=Grabar y Salir
|
||||
RETYPE_PASSWORD=Reingresar contraseña
|
||||
REGISTER=Registración
|
||||
REMEMBER_ME=Recordar mi sesión
|
||||
SIGN_IN=Entrar
|
||||
SIGN_UP=Registrate
|
||||
SETTINGS=Configuración
|
||||
USERNAME=Nombre de usuario
|
||||
BACK=Atrás
|
||||
CLOSE=Cerrar
|
||||
NOT_READY_A_USER=Todavía no usa WiseMapping?
|
||||
NOT_READY_A_USER_MESSAGE=La registración es rápida y gratuita.
|
||||
JOIN_NOW=Inscribite!
|
||||
REMOVE=Remover
|
||||
MINDMAP=Mindmap
|
||||
ROLE=Rol
|
||||
CAPTCHA=Verificación de palabra
|
||||
FORGOT_PASSWORD=Se olvidó la contraseña?
|
||||
CHANGE_PASSWORD=Cambiar la contraseña
|
||||
FAQ=Preguntas Frecuentes
|
||||
SHORT_FAQ=FAQ
|
||||
LOGIN=Login
|
||||
SUBJECT=Asunto
|
||||
SUBJECT_MESSAGE= ha compartido un mapa mental con usted en WiseMapping.com
|
||||
MSG=Mensaje
|
||||
PROBLEM_DETAIL=Descripción
|
||||
EXPORT=Exportar
|
||||
EXPORT_MSG=Exportar
|
||||
EXPORT_FORMAT=Exportar a formato:
|
||||
EDIT_PROFILE= Editar perfil
|
||||
JPEG_EXPORT_FORMAT=JPEG
|
||||
PNG_EXPORT_FORMAT=Portable Network Graphics (PNG)
|
||||
SVG_EXPORT_FORMAT=Scalable Vector Graphics (SVG)
|
||||
PDF_EXPORT_FORMAT=Portable Document Format (PDF)
|
||||
IMG_EXPORT_FORMAT=Imagen
|
||||
FREEMIND_EXPORT_FORMAT = Freemind (version 0.8.0)
|
||||
|
||||
FILE=Archivo
|
||||
FILE_URL=URL del archivo
|
||||
STATUS=Estado
|
||||
LAST_EDITOR=Última Edicion
|
||||
|
||||
DELETE_SELECTED_CONFIRMATION=Todos los mapas seleccionados serán borrados. Desea continuar?
|
||||
DELETE_CONFIRMATION=Esta seguro de que quiere borrar este mapa?
|
||||
DELETE_SELECTED=Borrado seleccionado
|
||||
DELETE=Borrar
|
||||
YES=Si
|
||||
NO=No
|
||||
|
||||
EDITOR.LOADING=Cargando...
|
||||
SITE.TITLE=WiseMapping
|
||||
SITE.SLOGAN=Visual Thinking Evolution
|
||||
SAVE=Guardar
|
||||
DISCARD_CHANGES=Descartar cambios
|
||||
ABOUT=Acerca
|
||||
ABOUT_TITLE=Que es WiseMapping?
|
||||
BLOG=Blog
|
||||
BLOG_TITLE=WiseMapping Blog
|
||||
NEWS=Noticias
|
||||
HOME=Inicio
|
||||
LOGIN_ERROR=Usuario/contraseña no válido/a.
|
||||
USER_INACTIVE=Disculpe, su cuenta aun no ha sido activada. Usted recibira una notificación por email tan pronto la activemos.
|
||||
CREW=The Crew
|
||||
ALREADY_A_MEMBER=Ya tenes una cuenta en WiseMapping?
|
||||
WORD_VERIFICATION=Verificación de palabra
|
||||
TERM_OF_THE_SERVICE=Términos de servicio:
|
||||
FORGOT_PASSWORD_MESSAGE=Ingrese su e-mail para iniciar el proceso de recuperación de su contraseña.
|
||||
LOADING_MSG=Cargando...
|
||||
SEARCH_TITLE=Busqueda por WiseMaps
|
||||
SEARCH_TEXT=Busqueda sobre mapas publicos utilizando el titulo o la etiqueta
|
||||
SEARCH_FIELD=Título o etiqueta del mapa
|
||||
SEARCH=Busqueda
|
||||
SEARCH_RESULTS=Resultados
|
||||
NO_SEARCH_RESULTS=No se encontró ningun mapa.
|
||||
NO_SEARCH_TERM=No ingresó un criterio de busqueda.
|
||||
ADVANCE_SEARCH=Busqueda avanzada
|
||||
SIMPLE_SEARCH=Busqueda simple
|
||||
TRYNOW= Prueba la Demo!
|
||||
VIDEO=WiseMapping en 2 minutos
|
||||
|
||||
FIELD_REQUIRED=Campo requerido
|
||||
EMAIL_ALREADY_EXIST=e-mail ya existente
|
||||
NO_VALID_EMAIL_ADDRESS=e-mail invalido
|
||||
USERNAME_ALREADY_EXIST=Nombre de usuario ya existente
|
||||
PASSWORD_MISSMATCH=La contraseña no concuerda
|
||||
TYPE_CHARACTER_BELOW=Ingrese los caracteres de la imagen.
|
||||
WISEMAPPING_ACCOUNT_MESSAGE=Por favor verifique la informacion que ha ingresado y lea los condiciones del servicio.
|
||||
REGISTRATION_CLICK_ADVICE= Seleccionando 'Registración' esta aceptando las condiciones de uso de arriba y la politica de privacidad.
|
||||
REGISTRATION_TITLE_MSG=Please, fill the fields and become a member of WiseMapping community.<br/> Registration is <b> Free</b> and takes just a moment.
|
||||
CAPTCHA_ERROR=Enter the letters as they are shown in the image above.
|
||||
DETAIL_INFORMATION=Detalles
|
||||
CREATOR=Creador
|
||||
CREATION_TIME=Fecha de creación
|
||||
VIEWS=Vistas
|
||||
STATE=Estado
|
||||
COLLABORATORS=Colaboradores
|
||||
ADD_COLLABORATOR=Agregar Colaborador
|
||||
EDITORS=Editores
|
||||
VIEWER=Lector
|
||||
PRIVATE=Privado
|
||||
PUBLIC=Público
|
||||
SHARED=Compartido
|
||||
ONLY_VIEW_PRIVATE = Este documento solo puede ser visualizado por usted.
|
||||
ALL_VIEW_PUBLIC = Este documento puede ser visualizado por cualquier usuario.
|
||||
|
||||
EMAILS_ADRESSES = Direcciones de e-mail
|
||||
CURRENT_CONTACTS = Contactos actuales
|
||||
MESSAGE=Mensaje
|
||||
COLLABORATION=Colaboración
|
||||
SHARE_DETAILS=Comparta los mapas con sus colegas. Invitelos a colaborar con usted.
|
||||
NEW_MAP_MSG=Llene todos los campos para crear un mapa nuevo
|
||||
|
||||
TAG=Etiqueta
|
||||
PUBLISH=Publicar
|
||||
PUBLISH_MSG = Que le parece usar sus mapas desde sus sitios y blogs?
|
||||
PUBLISH_DETAILS=Publicando el mapa hara que el mismo sea visible por cualquier persona que utlice Internet. Copie el código de abajo para integrar el mapa con su sitio web o blog.
|
||||
DETAIL=Detalle
|
||||
RECENT_FILES=Mapas Recientes
|
||||
MINDMAP_DETAIL = Detalle de Mind Map
|
||||
EDIT=Editar
|
||||
INSERT=Insertar
|
||||
WISE_IT=Wise It!
|
||||
EDITOR.LAST_SAVED=ultima modificación hecha por {0}
|
||||
SHARE_IT=Compartilo
|
||||
SETTINGS_DETAIL=Desea cambiar sus preferencias? Este es el lugar.
|
||||
SETTINGS_MSG=Por favor, seleccione que opción desea modificar de su perfil:
|
||||
TAGS=Etiquetas
|
||||
AVAILABLE_TAGS = Etiquetas disponibles
|
||||
|
||||
EMPTY_MINDMAP_TABLE=Mapear sus ideas es muy simple. Cree un mapa y haga la prueba!
|
||||
EMPTY_RECENT_MINDMAP_TABLE=No hay mapas recientes
|
||||
TAGS_DETAILS=Agregar etiquetas a sus mapas en muy facil! Intentelo!
|
||||
TAG_IT=Etiquetalo!
|
||||
PUBLISH_IT=Publicalo!
|
||||
USUPPORTED_BROWSER=Navegador no soportado
|
||||
FIELD_REQUIRED_MSG=Fields marked with an asterisk <span class="fieldRequired">*</span> are required.
|
||||
TAGS_MSG=Tagging is a simple way to keep your maps in order and help other people to find your public maps
|
||||
COMMA_SEPARATED_EMAILS=E-mails separados por comas
|
||||
INVITE_USERS=Invitar usuarios
|
||||
AS_COLLABORATOR=como Colaborador
|
||||
AS_VIEWER=como Lector
|
||||
CUSTOMIZE_INVITATION=Editar Invitación
|
||||
INVITATION=Invitación
|
||||
INVITATION_MSG= Acabo de compartir un mapa mental con usted.\nIngrese a www.wisemapping.com y podra visualizarlo en su lista de mapas.
|
||||
SVG_EXPORT_FORMAT_DETAILS=Scalable Vector Graphics (SVG) es un XML markup language para describir greficos vectoriale de dos dimensiones. Este formato le permitira imprimir sus mapas sin perdida de calidad o resolución.
|
||||
PDF_EXPORT_FORMAT_DETAILS=Obtenga su mapa como un documento (PDF) para compartirlo y usarlo en sus presentaciones.
|
||||
IMG_EXPORT_FORMAT_DETAILS=Obtenga una representación grafica de su mapa incluyendo todo los colores y formas para reusarlo en documentos o para ser archivado
|
||||
FREEMIND_EXPORT_FORMAT_DETAILS = FreeMind un aplicación de escritorio gratuita de diseno de mapas mentales
|
||||
DELETE_MAP=Confirmación de borrado
|
||||
|
||||
TERMSOFUSE=Términos de uso
|
||||
PRIVACYPOLICY= Politica de privacidad
|
||||
EXPORT_DETAILS=Exporte el mapa en el formato que desee y comience a utlizarlo en sus presentaciones
|
||||
PUBLIC_MAP_VIEW=Información del mapa publico
|
||||
HERE=aqui
|
||||
DETAILS=Detalles
|
||||
PUBLIC_VIEW_TITLE={0} vista de mapa
|
||||
WHO_ARE_WE=Quienes somos?
|
||||
MEMBERS=Miembros
|
||||
WELCOME=Bienvenido
|
||||
|
||||
RENAME=Renombrar
|
||||
RENAME_DETAILS=Cambiar el nombre y descripción del mapa
|
||||
MAX_CHARACTER_SIZE= El máximo mensaje permitido puede contener 512 caracteres.
|
||||
PUBLISH_MAP_TO_INTERNET=Publicar el mapa en internet
|
||||
URL=URL
|
||||
DIRECT_LINK=Enlace directo
|
||||
BLOG_INCLUSION=Para incluirlo en blogs y web pages
|
||||
OPEN=Abrir
|
||||
OPEN_MSG=Abrir el mapa para su edición
|
||||
|
||||
ZOOM=Lupa
|
||||
ZOOM_IN=Acercar
|
||||
ZOOM_OUT=Alejar
|
||||
|
||||
TOPIC=Tópico
|
||||
TOPIC_BACKGROUND_COLOR=Color de fondo del tópico
|
||||
TOPIC_BORDER_COLOR=Color del borde de tópico
|
||||
TOPIC_SHAPE=Forma del tópico
|
||||
TOPIC_ADD=Agregar tópico
|
||||
TOPIC_DELETE=Borrar tópico
|
||||
TOPIC_ICON=Agregar Icono
|
||||
TOPIC_LINK=Agregar Enlace
|
||||
TOPIC_NOTE=Agregar Nota
|
||||
|
||||
FONT=Fuente
|
||||
FONT_TYPE=Tipo de fuente
|
||||
FONT_SIZE=Tamano de fuente
|
||||
FONT_BOLD=Negrita
|
||||
FONT_ITALIC=Italica
|
||||
FONT_COLOR=Color de texto
|
||||
UNEXPECTED_ERROR=Outch!!. Un error inesperado ha ocurrido
|
||||
UNEXPECTED_ERROR_DETAILS=Disculpas, un error ha ocurrido y no podremos procesar su pedido. Por favor intente nuevamente o vaya a la pagina de inico.
|
||||
NO_ENOUGH_PERMISSIONS=Outch!!. EL mapa buscado no se encuentra disponible.
|
||||
NO_ENOUGH_PERMISSIONS_DETAILS=No tiene suficiente permisos de acceso para ver este mapa. El mapa no es mas publico o ha sido borrado.
|
||||
SHARING=Colaboración
|
||||
IMPORT_MINDMAP=Importar mapa
|
||||
IMPORT_MINDMAP_DETAILS=Tiene mapas creados con FreeMind?. Ningun problema, los puede importar!.
|
||||
IMPORT_MINDMAP_INFO=Ahora puedes importar mapas de FreeMind a WiseMapping. Por favor, seleccione el mapa FreeMind que desea importar. <br/>Los campos marcados con un asterisco <span class="fieldRequired">*</span> son requeridos.
|
||||
PRINT=Imprimir
|
||||
FREE_MIND_FILE=Archivo FreeMind
|
||||
IMPORT_MAP_ERROR=El archivo importado no parece ser un archivo FreeMind válido
|
||||
MAP_TITLE_ALREADY_EXISTS=Nombre de mapa ya existente.
|
||||
EMBEDDED_VIEWER=Incluya un visor de mapa en su sitio web, blog o post.
|
||||
EMBEDDED_VIEWER_MESSAGE=Una vez que su mapa es publico, usted podrá incorporar un visor de mapas mentales en su propio sitio web, blog o post tal como lo hicimos aquí! just as we did it here!<br/>Try it!!, you can drag nodes, pan the map, and zoom in and out.
|
||||
FREEMIND_EXPORT_IMPORT=Importar y exportar mapas desde/hacia FreeMind
|
||||
FREEMIND_EXPORT_IMPORT_MESSAGE=Ahora puedes importar y exportar mapas mentales desde/hacia FreeMind.
|
||||
EDITOR_TOOLBAR_IMPROVED=La barra de herramientas ha sido rediseñr;ada.
|
||||
EDITOR_TOOLBAR_IMPROVED_MESSAGE=La barra de herramientas ha sido rediseñada para mejorar la usabilidad.
|
||||
COLLABORATE=Colaborar
|
||||
PRINT_FEATURE_IMPLEMENTED=Ahora puedes imprimir tus mapas
|
||||
PRINT_FEATURE_IMPLEMENTED_MESSAGE=Ahora usted puede imprimir fácilmente sus mapas desde el editor o desde el listado de mapas
|
||||
EMBEDDED_MAP_SIZE=* Note: You can change embedded map size modifying 'height' and 'width' style properties. You can also adjust the zoom factor modifying 'zoom' parameter from the URL.
|
||||
|
||||
NEWS_AND_ARTICLES=Noticias y Articulos
|
||||
NEWS_TITLE_EMBEDDED_MAPS=Incluya sus mapas en cualquier lugar
|
||||
NEWS_DESC_EMBEDDED_MAPS=Con esta nueva funcionalidad puede incluir sus mapas en blogs y sitios web.
|
||||
NEWS_TITLE_FREEMIND=Importar y exportar mapas de FreeMind
|
||||
NEWS_DESC_FREEMIND=Ahora, puede importar y exportar sus mapas con formato de FreeMind.
|
||||
NEWS_TITLE_KEYBOARD_NAVIGATION=La creacion de mapas mentales es mas facil que nunca!
|
||||
NEWS_DESC_KEYBOARD_NAVIGATION=WiseMapping lo deja crear sus mapas mentales utilzando solo el teclado.
|
||||
|
||||
MOST_POPULAR_MAPS=Los mapas mas populares
|
||||
JOIN_WISEMAPPING=Utilice WiseMapping
|
||||
IT_IS_FREE=Es gratis!
|
||||
CREATE_EDIT_ACCESS_FROM_ANYWHERE=Crear, editar y acceder a sus mapas mentales desde cualquier lugar de Internet
|
||||
|
||||
#FOOTER
|
||||
COPYRIGHT=All content Copyright 2007, WiseMapping Corporation
|
||||
TERMS_AND_CONDITIONS=Términos and Condiciones
|
||||
CONTACT=Contacto
|
||||
|
||||
KEYBOARD=Atajos de Teclado
|
||||
KEYBOARD_MSG=Estos son los atajos de teclado que puede utilizar en el editor!
|
||||
FIRST_STEPS=Los Primeros Pasos en el Editor
|
||||
FIRST_STEPS_MSG=Haga estos primeros pacitos en 2 minutos, y comience a correr en 5!
|
||||
BROWSER=Browse
|
||||
SEARCH_MSG=Search and discover mind maps created by people like you.
|
||||
SEARCH_PUBLIC=Buscar mapas públicos
|
||||
UNDO_EDITION=Undo Edition
|
||||
REDO_EDITION=Redo Edition
|
||||
REVERT=revert
|
Reference in New Issue
Block a user