hpdl
|
1581
|
1
|
# $Id: cache.php 1498 2007-03-29 14:04:50Z hpdl $
|
|
2
|
#
|
|
3
|
# osCommerce, Open Source E-Commerce Solutions
|
|
4
|
# http://www.oscommerce.com
|
|
5
|
#
|
|
6
|
# Copyright (c) 2007 osCommerce
|
|
7
|
#
|
|
8
|
# This program is free software; you can redistribute it and/or modify
|
|
9
|
# it under the terms of the GNU General Public License v2 (1991)
|
|
10
|
# as published by the Free Software Foundation.
|
|
11
|
|
|
12
|
heading_title = Cache Control
|
|
13
|
|
|
14
|
table_heading_cache_blocks = Cache Blocks
|
|
15
|
table_heading_total = Total
|
|
16
|
table_heading_date_last_modified = Last Modified
|
|
17
|
table_heading_action = Action
|
|
18
|
|
|
19
|
cache_location = Cache Directory:
|
|
20
|
|
|
21
|
ms_error_cache_directory_non_existant = Error: The cache directory does not exist: %s
|
|
22
|
ms_error_cache_directory_not_writable = Error: The cache directory is not writable: %s
|