PageRenderTime 44ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/application/i18n/en/admin/main.php

https://bitbucket.org/chrispiechowicz/zepto
PHP | 23 lines | 21 code | 2 blank | 0 comment | 0 complexity | 47ebbc23c57a58869d2bc39eaab10b5d MD5 | raw file
Possible License(s): LGPL-2.1, MIT, BSD-3-Clause
  1. <?php
  2. return array(
  3. "label.welcome" => "Welcome",
  4. "link.editaccount" => "edit account",
  5. "link.bookmark" => "Bookmarks",
  6. "link.newrecord" => "Add new record",
  7. "link.pagepreview" => "Page preview",
  8. "link.clearcache" => "Clear cache",
  9. "link.help" => "Help",
  10. "link.logout" => "Log out",
  11. "link.licence" => "License",
  12. "link.reportbug" => "Report an error",
  13. "breadcrumb.first" => "Your are here:",
  14. "breadcrumb.startpage" => "Homepage",
  15. "link.homepage" => "Homepage",
  16. "label.nobookmarks" => "No bookmarks found",
  17. "msg.cachedeleted" => "Cache has been deleted",
  18. "msg.filesdeleted" => "files deleted",
  19. "label.cmssystem" => "in the content management system",
  20. );
  21. ?>