root/bundle/translator/dummy.php
@
107
| Revision 107, 0.9 KB (checked in by ayly, 18 months ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | /** |
| 3 | * This file holds translations that can not be picked up automatically. |
| 4 | * It is updated manually. |
| 5 | */ |
| 6 | |
| 7 | /*translation:Add New Group*/ |
| 8 | elgg_echo('digimina:add'); |
| 9 | /*translation:Name*/ |
| 10 | elgg_echo('digimina:label:title'); |
| 11 | /*translation:Description*/ |
| 12 | elgg_echo('digimina:label:description'); |
| 13 | /*translation:DigiMina*/ |
| 14 | elgg_echo('admin:digimina'); |
| 15 | /*translation:Competency Model*/ |
| 16 | elgg_echo('admin:digimina:competencymodel'); |
| 17 | /*translation:Items*/ |
| 18 | elgg_echo('admin:digimina:items'); |
| 19 | /*translation:Items Import*/ |
| 20 | elgg_echo('admin:digimina:items_import'); |
| 21 | /*translation:Connect Item with Performance Level*/ |
| 22 | elgg_echo('admin:digimina:item_connect'); |
| 23 | /*translation:Item View*/ |
| 24 | elgg_echo('admin:digimina:item_view'); |
| 25 | /*translation:Homepage (URL)*/ |
| 26 | elgg_echo('profile:homepage'); |
| 27 | /*translation:ePortfolio (URL)*/ |
| 28 | elgg_echo('profile:eportfolio'); |
| 29 | /*translation:Taught subjects*/ |
| 30 | elgg_echo('profile:taughtsubjects') |
| 31 | ?> |
Note: See TracBrowser
for help on using the browser.

