<?php

    define("IMPORT_LANGUAGE_SUCCEEDED", "Language definition successfully installed: ");
    define("IMPORT_LANGUAGE_FAILED", "installation of language definition failed:\n");
    define("IMPORT_LANGUAGE_WRITABLE", " needs to be writeable. Cannot perform installation");
    define("IMPORT_LANGUAGE_NOVALIDZIP", " No valid language definition found in the file!");
?>