PHP Classes

File: en.lang.php

Recommend this page to a friend!
  Classes of Dmitry Sheiko   Multi-User Tag Cloud   en.lang.php   Download  
File: en.lang.php
Role: Configuration script
Content type: text/plain
Description: English language of the interface
Class: Multi-User Tag Cloud
Manage clouds of tags added by multiple users
Author: By
Last change:
Date: 17 years ago
Size: 1,062 bytes
 

Contents

Class file image Download
<?PHP
/*
* Tag Cloud
*
* @package TagCloud
* @author $Author: sheiko $
* @version $Id: en.lang.php
* @since v.1.0
* @copyright (c) Dmitry Sheiko http://www.cmsdevelopment.com
*/

$lang = array( "Could not select database" => "Could not select database",
               
"Change"=>"Change",
               
"Query failed" => "Query failed",
               
"Config.inc.php is corrupted" => "Config.inc.php is corrupted",
               
"Import RSS" => "Import RSS",
               
"An error" => "An error",
               
"Invalid parameters" => "Invalid parameters",
               
"Data saved"=>"Data saved",
               
"Can't open "=>"Can't open ",
               
"records were added" => "records were added",
               
" tag is found " => " tag is found ",
               
"time(s)" => "time(s)",
               
"Come back" => "Come back",
               
"Previous record" => "Previous record",
               
"Next record" => "Next record",
               
"Record list" => "Record list",
               
"Authorization" => "Authorization",
               
"Incorrect login or password" => "Incorrect login or password",
               
"Executing..." => "Executing...",
               
"Redirection..." => "Redirection...",
               
"Logout" => "Logout",
                );
?>