PHP Classes

File: resources/en.translations.ini

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

Contents

Class file image Download
; MyProjectNameHere <http://www.example.com> ; 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. ; ; Please note that INI files have certain reserved words which throw an error if they are ; used as keywords for translations. To make sure that you do not encounter these errors, ; do not use the following as translation keys: null, yes, no, true, false, on, off, none ; ; @package View Controller ; @author DeveloperNameHere <email@example.com> ; @copyright Copyright (c) 2012, ProjectOwnerNameHere ; @license Unrestricted ; @tutorial /doc/pages/guide_view.htm ; @since 1.0.0 ; @version 1.0.0 hello-world="Hello Wave"