HEX
Server: LiteSpeed
System: Linux s12873.lon1.stableserver.net 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: jairicem (1242)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/jairicem/alfijiri.com/app/language/english/admin/cron_lang.php
<?php

defined('BASEPATH') or exit('No direct script access allowed');

/*
 * Language: English
 * Module: Cron Job
 *
 * Last edited:
 * 12th August 2016
 *
 * Package:
 * Stock Manage Advance v3.0
 *
 * The %d, %s will replaced. You can translate this file to your language.
 * For instruction on new language setup, please visit the documentations.
 * You also can share your language files by emailing to saleem@tecdiary.com
 * Thank you
 */

$lang['cron_job']             = 'CRON JOB';
$lang['order_ref_updated']    = 'Order reference numbers have been reset.';
$lang['x_pending_to_due']     = '%d pending invoice(s) status have been changed to due.';
$lang['x_partial_to_due']     = '%d partially paid invoice(s) status have been changed to due.';
$lang['x_purchases_changed']  = '%d pending/partially paid purchase(s) have been changed to due.';
$lang['x_products_expired']   = '%d product(s) with total quantity of %d have been expired.';
$lang['x_promotions_expired'] = '%d product promotion(s) are expired.';
$lang['user_login_deleted']   = 'User login records previous to %s have been deleted.';
$lang['backup_done']          = 'Database backup successful and backups older then 30 days are deleted.';
$lang['update_available']     = 'New update(s) available, please visit the updates menu under settings.';
$lang['all_warehouses']       = 'All Warehouses';
$lang['products_sale']        = 'Products Revenue';
$lang['order_discount']       = 'Order Discount';
$lang['products_cost']        = 'Products Cost';
$lang['expenses']             = 'Expenses';
$lang['profit']               = 'Profit';
$lang['total_sales']          = 'Total Sales';
$lang['return_sales']         = 'Return Sales';
$lang['total_purchases']      = 'Total Purchases';
$lang['general_ledger']       = 'General Ledger';
$lang['received']             = 'Received';
$lang['paid']                 = 'Paid';
$lang['taxes']                = 'Taxes';
$lang['cron_finished']        = 'Corn job successfully run.';