PHP Classes

File: doc/examples/website/resources/en.translations.ini

Recommend this page to a friend!
  Classes of Kristo Vaher   Wave Framework   doc/examples/website/resources/en.translations.ini   Download  
File: doc/examples/website/resources/en.translations.ini
Role: Auxiliary data
Content type: text/plain
Description: Example Translations
Class: Wave Framework
MVC framework for building Web sites and APIs
Author: By
Last change: Update of doc/examples/website/resources/en.translations.ini
Date: 3 months ago
Size: 1,073 bytes
 

Contents

Class file image Download
; Website Tutorial <http://github.com/kristovaher/Wave-Framework> ; Tutorial Translations ; ; Translations are stored in an INI file that lists all the translation keywords for all ; languages - with one translations file per language - and these files are used by View ; Controller and the Views loaded by the View Controller to display appropriate ; translations in the views. ; ; @package View Controller ; @author Kristo Vaher <kristo@waher.net> ; @copyright Copyright (c) 2012, Kristo Vaher ; @license Unrestricted ; @tutorial /doc/pages/guide_view.htm ; @since 1.0.0 ; @version 1.0.0 welcome="Welcome to my DVD List website!" about-content="This is an example website made with Wave Framework" contact-content="Contact us at info@waveframework.com" title="Title" year="Year" problem-adding-movie="There was a problem adding a movie!" movie-added="Movie added successfully!" cannot-find-movies="Cannot find movies!" cannot-find-movie="Cannot find this movie!" movie-info="Movie information" add-movie="ADD MOVIE" back-to-list="Back to list"