Packages & libraries used in the AdminPlus Template, along with attributions to their authors and licenses.
Libraries & Plugins
Twitter Bootstrap - github.com/twitter/bootstrap
JQuery - jquery.com
less.js - github.com/cloudhead/less.js - (Apache License 2.0)
DataTables - www.datatables.net - Dual licensed GPLv2 & BSD
Farbtastic - acko.net/blog/farbtastic-jquery-color-picker-plug-in - (GPL Licensed)
FullCalendar - arshaw.com/fullcalendar - Dual licensed under the MIT and GPL licenses
google-code-prettify - code.google.com/p/google-code-prettify - Apache License 2.0
400+ Glyphicons PRO - glyphicons.com - PRO License
You are allowed to use the Glyphicons as part of this item ONLY. Reselling of the icons is prohibited and the license is non transferable. If you would like to use GLYPHICONS as a part of your own (another) product, you have to buy your own license.
Google Web Fonts - www.google.com/webfonts
jQuery MiniColors - abeautifulsite.net - Dual-licensed under the MIT and GPL Version 2 licenses
jQuery UI - www.jqueryui.com
jQuery UI Touch Punch - touchpunch.furf.com - dual licensed under the MIT or GPL Version 2 licenses
jQuery Validation - bassistance.de - Licensed under the MIT license
Pixelmatrix Uniform - github.com/pixelmatrix/uniform - MIT License
Plupload - www.plupload.com - GPLv2 licensed
jQuery.ba-resize - benalman.com - Dual licensed under the MIT and GPL licenses
jQuery Cookie - github.com/carhartl/jquery-cookie - Dual licensed under the MIT or GPL Version 2 licenses
jQuery Masonry - masonry.desandro.com - Licensed under the MIT license
Modernizr - modernizr.com - MIT & BSD
Flot Charts - http://www.flotcharts.org/
Jasny Bootstrap - https://jasny.github.com/bootstrap/
Boostrap WYSIHTML5 - http://jhollingworth.github.com/bootstrap-wysihtml5
Bootstrap Bootbox - bootboxjs.com
Zend Framework - framework.zend.com
Flickr Photos
With most respect to the authors, the following photos were used for AdminPlus's photo gallery as demo content. All images are licensed under Creative Commons - Attribution 2.0 Generic
I see you - by Angelo Gonzalez
hope - by Angelo Gonzalez
blonde look - by Angelo Gonzalez
Sympathy - by Angelo Gonzalez
Nei - by Angelo Gonzalez
come over here - by Angelo Gonzalez
scarlett - by Angelo Gonzalez
what is good does not last forever, long enough to be memorable. - by Angelo Gonzalez
happy couple - by Angelo Gonzalez
elphic sister - by Angelo Gonzalez
couple - by Angelo Gonzalez
waiting for you - by Angelo Gonzalez
AdminPlus is multilingual & ready for your language, whatever that is! It comes with a translate system, ready-to-go translations and it's really easy to use and customize - as simple as editing a CSV file with OpenOffice or Excel.
Zend_Translate is Zend Framework's solution for multilingual applications. In multilingual applications, the content must be translated into several languages and display content depending on the user's language. PHP offers already several ways to handle such problems, however the PHP solution has some problems. You can read more about it on Zend_Translate's official documentation.
Translation files
All translations are organized into the lang/ folder of the application. Each language has it's own folder & file like lang/en/<translation>.csv. You can edit these files with OpenOffice or Excel.
Translation
Each translation string resides on it's own row and it's made of two columns, the string to be translated and the translated value, just like this:
username;Nom d'utilisateur
password;Mot de passe
login;Login
forgot_password;oublié mot de passe
register;Enregistrer
logout;Déconnexion
new_chat_messages;nouveaux messages de chat
new_products;produits nouveaux
Then, using PHP it's really simple to get that value in any page of AdminPlus and display it to the user:
<?php echo $translate->_('username'); // prints Nom d'utilisateur ?>
With this configuration, any translation file is loaded automagically by Zend and whatever value $locale is set to, Zend_Translate will get the translations from the corresponding folder, so for example, when $locale = 'en'; Zend_Translate will search for .csv files in the lang/en/ folder.
Documentation
Overview
Getting Started
What's in the package
Configuration
Translations
Customization Guide
Grid System
Buttons
Icons
Tables
Widgets
Tabs
Other
Credits
dminPlus v1.1 – Premium Bootstrap Admin Template – FULL
Packages & libraries used in the AdminPlus Premium Template, along with attributions to their authors and licenses.
Flickr Photos
With most respect to the authors, the following photos were used for AdminPlus photo gallery as demo content. All images are licensed under Creative Commons – Attribution 2.0 Generic
I see you – by Angelo Gonzalez
hope – by Angelo Gonzalez
blonde look – by Angelo Gonzalez
Sympathy – by Angelo Gonzalez
Nei – by Angelo Gonzalez
come over here – by Angelo Gonzalez
scarlett – by Angelo Gonzalez
what is good does not last forever, long enough to be memorable. – by Angelo Gonzalez
happy couple – by Angelo Gonzalez
elphic sister – by Angelo Gonzalez
couple – by Angelo Gonzalez
waiting for you – by Angelo Gonzalez