PHP Classes

File: application/data/languages.php

Recommend this page to a friend!
  Classes of Tran Tuan   Pretty PHP S3 Files Manager   application/data/languages.php   Download  
File: application/data/languages.php
Role: Application script
Content type: text/plain
Description: Initial
Class: Pretty PHP S3 Files Manager
Web based interface to manage files in Amazon S3
Author: By
Last change:
Date: 8 years ago
Size: 953 bytes
 

Contents

Class file image Download
<?php

class Languages {

    private static
$INVALID_CONFIGURATION = 'Configuration file is not existed or site was not installed properly';
    private static
$UPDATED_FILE_PERMISSION = 'File permission updated successfully';

    private static
$SITE_SETTING_TITLE = 'Site Configurations';
   
/*
     * Popup stuffs
     * */
   
private static $HEADER_OBJECT_PROPERTIES = 'Object Properties';
    private static
$HEADER_FILE_TABLE = 'Available Files in Folder';
    private static
$HEADER_FOLDER_TABLE = 'Available Folders';
    private static
$HEADER_BUCKET_TABLE = 'Your Buckets';
    private static
$HEADER_IMAGE_POPUP = 'Photo Preview';
    private static
$HEADER_CREATE_BUCKET_POPUP = 'Create a new bucket';
    private static
$HEADER_CREATE_FOLDER_POPUP = 'Create a new folder';
    private static
$HEADER_UPLOAD_POPUP = 'Upload file(s) to server';

    public static function
Text ($ERROR_CODE) {
        return
self::${$ERROR_CODE};
    }
}