Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
Data Structures | Variables
TranslationTool.php File Reference

Go to the source code of this file.

Data Structures

class  Dataface_TranslationTool

Variables

const TRANSLATION_STATUS_UNTRANSLATED = 8
const TRANSLATION_STATUS_UNKNOWN = 0
const TRANSLATION_STATUS_SOURCE = 1
const TRANSLATION_STATUS_MACHINE = 2
const TRANSLATION_STATUS_UNVERIFIED = 3
const TRANSLATION_STATUS_APPROVED = 4
const TRANSLATION_STATUS_NEEDS_UPDATE = 5
const TRANSLATION_STATUS_NEEDS_UPDATE_MACHINE = 6
const TRANSLATION_STATUS_NEEDS_UPDATE_UNVERIFIED = 7
const TRANSLATION_STATUS_EXTERNAL = 9

Variable Documentation

const TRANSLATION_STATUS_APPROVED = 4

Definition at line 7 of file TranslationTool.php.

const TRANSLATION_STATUS_EXTERNAL = 9

Definition at line 11 of file TranslationTool.php.

const TRANSLATION_STATUS_MACHINE = 2

Definition at line 5 of file TranslationTool.php.

const TRANSLATION_STATUS_NEEDS_UPDATE = 5

Definition at line 8 of file TranslationTool.php.

const TRANSLATION_STATUS_NEEDS_UPDATE_MACHINE = 6

Definition at line 9 of file TranslationTool.php.

const TRANSLATION_STATUS_NEEDS_UPDATE_UNVERIFIED = 7

Definition at line 10 of file TranslationTool.php.

const TRANSLATION_STATUS_SOURCE = 1

Definition at line 4 of file TranslationTool.php.

const TRANSLATION_STATUS_UNKNOWN = 0

Definition at line 3 of file TranslationTool.php.

const TRANSLATION_STATUS_UNTRANSLATED = 8

Definition at line 2 of file TranslationTool.php.

const TRANSLATION_STATUS_UNVERIFIED = 3

Definition at line 6 of file TranslationTool.php.