language-snippets.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Reviewed: no -->
  3. <!-- links -->
  4. <!ENTITY lang 'en'>
  5. <!ENTITY zf.manual.link 'http://framework.zend.com/manual/en'>
  6. <!ENTITY php.manual.link 'http://www.php.net/manual/en'>
  7. <!-- manual.xml.in -->
  8. <!ENTITY book.title 'Programmer&#39;s Reference Guide'>
  9. <!ENTITY book.pdf1.title 'Programmer&#39;s Reference Guide: Volume 1'>
  10. <!ENTITY book.pdf2.title 'Programmer&#39;s Reference Guide: Volume 2'>
  11. <!ENTITY book.subtitle 'Zend Framework'>
  12. <!ENTITY book.edition 'Programmer&#39;s Reference Guide for Zend Framework'>
  13. <!ENTITY chapter.introduction.title 'Introduction to Zend Framework'>
  14. <!ENTITY part.learning.title 'Learning Zend Framework'>
  15. <!ENTITY part.learning.quickstart.title 'Zend Framework Quick Start'>
  16. <!ENTITY part.learning.autoloading.title 'Autoloading in Zend Framework'>
  17. <!ENTITY part.learning.plugins.title 'Plugins in Zend Framework'>
  18. <!ENTITY part.learning.layout.title 'Getting Started with Zend_Layout'>
  19. <!ENTITY part.learning.view.placeholders.title 'Getting Started Zend_View Placeholders'>
  20. <!ENTITY part.learning.form.decorators.title 'Understanding and Using Zend Form Decorators'>
  21. <!ENTITY part.learning.multiuser.title 'Getting Started with Zend_Session, Zend_Auth, and Zend_Acl'>
  22. <!ENTITY part.learning.lucene.title 'Getting Started with Zend_Search_Lucene'>
  23. <!ENTITY part.learning.paginator.title 'Getting Started with Zend_Paginator'>
  24. <!ENTITY part.reference.title 'Zend Framework Reference'>
  25. <!ENTITY appendix.migration.title 'Zend Framework Migration Notes'>
  26. <!ENTITY appendix.performance.title 'Zend Framework Performance Guide'>
  27. <!-- requirements table -->
  28. <!ENTITY requirements.extensions.table.title 'PHP Extensions Used in Zend Framework by Component'>
  29. <!ENTITY requirements.zendcomponents.table.title 'Zend Framework Components and the PHP Extensions they use'>
  30. <!ENTITY requirements.dependencies.table.title 'Zend Framework Components and their dependency to other Zend Framework Components'>
  31. <!ENTITY requirements.php.extensions '<acronym>PHP</acronym> Extension'>
  32. <!ENTITY requirements.dependency.type 'Dependency Type'>
  33. <!ENTITY requirements.used.by.zf.components 'Used by Zend Framework Components'>
  34. <!ENTITY requirements.zf.component 'Zend Framework Component'>
  35. <!ENTITY requirements.dependent.zf.components 'Dependent Zend Framework Component'>
  36. <!ENTITY requirements.hard 'Hard'>
  37. <!ENTITY requirements.soft 'Soft'>
  38. <!ENTITY requirements.fix 'Fix'>
  39. <!ENTITY requirements.sub 'Sub'>
  40. <!ENTITY requirements.all.components 'All Components'>
  41. <!ENTITY requirements.virtually.all.components 'Virtually all components'>
  42. <!ENTITY requirements.all.pdo.adapters 'All <acronym>PDO</acronym> database adapters'>