0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phprojekt
/
6.0.6-0
/
standard
/
htdocs
/
application
/
Note
/
Languages
/
[
Home
]
File: es.inc.php
<?php // System $lang["Note"] = "Nota"; // Fields // Basic Data $lang["Title"] = "Título"; $lang["Comments"] = "Commentarios"; $lang["Project"] = "Projecto"; // General Help $lang["Content Help"]["General"] = "DEFAULT"; $lang["Content Help"]["Note"] = "<br /> This is the <b>General Help of Note module</b><br /> <br /> The Note is just a module to leave notes and associate them to a Project or Subproject.<br /> <br /> The module has the same general characteristics than other modules like having the tabs <b>Access</b>, <b>Notification</b> and <b>History</b>.<br /> <br /> <br />"; $lang["Content Help"]["Basic data"] = "<br /> <b>Basic Data tab</b><br /> <br /> Fields:<br /> <br /> <b>Title</b><br /> Text: the title of the item, e.g.: 'How to choose a notebook'.<br /> * Required field<br /> <br /> <b>Comment</b><br /> Textarea: some descriptive comment.<br /> E.g.:<br /> 1 - Compare quality and prices<br /> 2 - Test it<br /> 3 - Consult the team<br /> <br /> <b>Project</b><br /> Select: parent Project which contains the note, if none then select PHProjekt.<br /> * Required field<br /> <br /> <b>Tag</b><br /> The tag field that synchronizes the item with Tags panel.<br /> <br /> <br />"; $lang["Content Help"]["Access"] = "DEFAULT"; $lang["Content Help"]["Notification"] = "DEFAULT"; $lang["Content Help"]["History"] = "DEFAULT";