HOME


sh-3ll 1.0
DIR:/usr/local/softaculous/enduser/languages/czech/admin/
Upload File :
Current File : //usr/local/softaculous/enduser/languages/czech/admin/customscripts_lang.php
<?php

//////////////////////////////////////////////////////////////
//===========================================================
// customscripts_lang.php
//===========================================================
// SOFTACULOUS 
// Version : 1.1
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date:       10th Jan 2009
// Time:       21:00 hrs
// Site:       http://www.softaculous.com/ (SOFTACULOUS)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
//////////////////////////////////////////////////////////////

if(!defined('SOFTACULOUS')){

	die('Hacking Attempt');

}

$l['no_name'] = 'No Script name was specified.';
$l['no_softname'] = 'The '.APP.' Name was not specified.';
$l['no_desc'] = 'The Script Description was not specified.';
$l['no_ver'] = 'The Version was not specified.';
$l['no_cat'] = 'The Category was not specified.';
$l['invalid_cat'] = 'An invalid Category was selected.';
$l['invalid_softname'] = 'There is no package <b>&soft-1;</b> in the Scripts folder.';

//Theme Strings
$l['<title>'] = APP.' - Custom Scripts';
$l['not_available'] = 'This feature is not available in the free version.';
$l['go_to_soft'] = 'Software';
$l['soft_name'] = 'Název';
$l['soft_desc'] = 'Description';
$l['soft_ver'] = 'Version';
$l['confirm_remove'] = 'Are you sure you want to remove this custom script ?';
$l['remove_cs'] = 'Remove';
$l['edit_cs'] = 'Upravit';
$l['add_cs'] = 'Add Custom Scripts';
$l['cs_removed'] = 'The script was removed successfully.';
$l['wrong_sid'] = 'You submitted a wrong Custom Script ID for editing.';
$l['edit_cust_scr'] = 'Edit Custom Script';
$l['edit_submit'] = 'Edit Script';
$l['csname'] = 'Script Name';
$l['csname_exp'] = 'The name of the custom script';
$l['softname'] = APP.' Name';
$l['softname_exp'] = 'The folder name of the script package. Should not exceed 7 characters.';
$l['desc'] = 'Script Description';
$l['desc_exp'] = 'A short description of the script.';
$l['ver'] = 'Script Version';
$l['ver_exp'] = 'The version of this custom script';
$l['cat'] = 'Category';
$l['cat_exp'] = 'Please select the category';
$l['cs_edited'] = 'The Custom Script Details were saved successfully.';
$l['cs_added'] = 'The Custom Script was added successfully.';
$l['add_cust_scr'] = 'Add a Custom Script';
$l['add_submit'] = 'Add Script';
$l['guide_cs'] = 'Documentation to make a Script Package';
$l['soft_action'] = 'Action';
$l['cust_scr'] = 'Custom Scripts';
$l['ampps_notify_premium'] = 'Tato funkce je přístupná pouze v prémiových verzích AMPPS. Zakoupit je můžete zde <b><a href="https://ampps.com/pricing/">AMPPS Premium</a></b>';

$l['parent'] = 'Parent';
$l['parent_exp'] = 'If you would like to add this script as a child please choose a parent';
$l['no_parent'] = '&mdash;  No Parent (Default)  &mdash;';
$l['invalid_parent'] = 'Invalid parent ! Parent script does not exist';
$l['invalid_parent_child'] = 'Invalid parent ! A child script cannot be a parent';