Current File : //usr/local/softaculous/enduser/languages/russian/admin/manage_sets_lang.php
<?php

//////////////////////////////////////////////////////////////
//===========================================================
// update_ssl_cert_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');

}

//Theme Strings
$l['<title>'] = APP.' - WordPress Plugin / Theme Sets';

$l['installing'] = 'Installing';
$l['create_sets'] = 'Create Set';
$l['remove_sets'] = 'Remove Set(s)';
$l['create_set_button'] = 'Create';
$l['name_of_set'] = 'Name of the set';
$l['set_name'] = 'Set Name';
$l['set_plugins'] = 'Plugins';
$l['set_themes'] = 'Themes';

$l['sel_sets_torem'] = 'Please select set(s) to remove';
$l['sets_rem_success'] = 'Set(s) removed successfully';
$l['plugin_rem_success'] = 'Plugin(s) removed successfully';
$l['theme_rem_success'] = 'Theme(s) removed successfully';
$l['plugin_add_success'] = 'The plugin(s) added successfully';
$l['theme_add_success'] = 'The theme(s) added successfully';
$l['sel_plug_add'] = 'Select Plugins to add';
$l['sel_theme_add'] = 'Select Themes to add';
$l['sel_plug_rem'] = 'Select Plugins to remove';
$l['sel_theme_rem'] = 'Select Themes to remove';
$l['no_plug_sel'] = 'No plugins to remove';
$l['no_theme_sel'] = 'No themes to remove';
$l['add_plugins'] = 'Add Plugins';
$l['add_themes'] = 'Add Themes';
$l['sel_plugins'] = 'Please select some plugins';
$l['sel_themes'] = 'Please select some themes';

$l['action'] = 'Action';
$l['remove'] = 'Remove';
$l['remove_plugins'] = 'Remove Plugin(s)';
$l['remove_themes'] = 'Remove Theme(s)';
$l['removing'] = 'Removing';
$l['install_set'] = 'Install Set';
$l['adding'] = 'Adding';
$l['view_items'] = 'List Items in Set';
$l['empty_set'] = 'There are currently no items in the set!!';
$l['plugins'] = 'Plugins';
$l['themes'] = 'Themes';
$l['ok'] = 'OK';

$l['install_set_success'] = 'Set installed successfully';
$l['install_set_fail'] = 'An error occurred while installing set. Please try again later!';
$l['no_theme_plugins'] = 'Set doesn\'t contain any plugins or themes';
$l['no_select_site'] = 'Please select some sites';
$l['invalid_set_name'] = 'Only Alphanumeric characters, hyphen and underscore are allowed';
$l['plugins_themes_added'] = 'Plugins(s) and themes(s) added';
$l['plugins_themes_removed'] = 'Plugins(s) and themes(s) removed';
$l['set_added'] = 'Set added';
$l['search_wp_sets'] = 'Search from wordpress.org';
$l['total_plugin_theme'] = ' Total';
$l['default_value_set'] = 'Preference saved successfully';
$l['default_value'] = 'Pre-selected';
$l['default_exp'] = 'This will be the default state of the checkbox displayed to the enduser on the install form';
$l['fail_save_pref'] = 'Failed to save preference';

$l['add_custom_plugin'] = 'Add Custom Plugin';
$l['add_custom_theme'] = 'Add Custom Theme';
$l['custom_slug'] = 'Slug';
$l['custom_slug_exp'] = 'Only Alphanumeric characters, underscore and hyphens are allowed';
$l['custom_name'] = 'Name';
$l['custom_name_exp'] = 'Choose a name for your plugin/theme';
$l['custom_file'] = 'File';
$l['custom_file_exp'] = 'Upload your plugin/theme ZIP file';
$l['err_custom_fields'] = 'All fields are compulsory. Please fill all the fields.';
$l['err_custom_upload'] = 'Some error occurred while adding your custom plugin/theme';
$l['no_file'] = 'Please upload a plugin/theme file';
$l['invalid_file'] = 'Please upload a valid file';
$l['err_move_file'] = 'Failed to move the uploaded file';
$l['plugin_exists'] = 'Plugin already exists';
$l['theme_exists'] = 'Theme already exists';
$l['no_file_posted'] = 'No file posted';
$l['only_zip_files'] = 'Only ZIP files are allowed';
$l['err_write_chunk'] = 'Failed to write chunk bytes';

$l['plugin_list_name'] = 'Name';
$l['plugin_list_version'] = 'Version';
$l['plugin_list_rating'] = 'Rating';
$l['plugin_list_link'] = 'Link';
$l['plugin_list_author'] = 'Author';
$l['plugin_list_no_ratings'] = 'No Ratings';

$l['set_not_exists'] = 'Set does not exist';
$l['set_name_invalid'] = 'Invalid Set name';

$l['invalid_file_posted'] = 'The plugin/theme file uploaded is invalid because the zip file should have the slug folder';
$l['invalid_plugin_file'] = 'The plugin file uploaded is invalid because the zip file should have the plugin slug folder';
$l['invalid_theme_file'] = 'The theme file uploaded is invalid because the zip file should have the theme slug folder';

$l['upload_themes'] = 'Upload Theme';
$l['upload_plugins'] = 'Upload Plugin';