hpdl
|
1581
|
1
|
# $Id: file_manager.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 = File Manager
|
|
13
|
|
|
14
|
action_heading_upload_file = Upload File
|
|
15
|
action_heading_new_file = New File
|
|
16
|
action_heading_edit_file = Edit File
|
|
17
|
action_heading_new_directory = New Directory
|
|
18
|
action_heading_delete_entry = Delete Entry
|
|
19
|
|
|
20
|
operation_heading_directory = Directory:
|
|
21
|
|
|
22
|
table_heading_files = Files
|
|
23
|
table_heading_size = Size
|
|
24
|
table_heading_permissions = Permissions
|
|
25
|
table_heading_user = User
|
|
26
|
table_heading_group = Group
|
|
27
|
table_heading_writable = Writable
|
|
28
|
table_heading_date_last_modified = Last Modified
|
|
29
|
table_heading_action = Action
|
|
30
|
|
|
31
|
field_file = File:
|
|
32
|
field_file_name = File Name:
|
|
33
|
field_file_contents = File Contents:
|
|
34
|
field_directory_name = Directory Name:
|
|
35
|
|
|
36
|
top_level = -- Top --
|
|
37
|
parent_level = -- Parent --
|
|
38
|
|
|
39
|
introduction_upload_file = Please select the files to upload to this directory.
|
|
40
|
upload_error_directory_not_writable = Error: Files cannot be uploaded as this directory is not writable: %s
|
|
41
|
|
|
42
|
introduction_new_file = Please fill in the following information for the new file.
|
|
43
|
|
|
44
|
introduction_edit_file = Please make the necessary changes for this file.
|
|
45
|
|
|
46
|
introduction_new_directory = Please fill in the following information for the new directory.
|
|
47
|
new_directory_error_not_writable = Error: This directory is not writable: %s
|
|
48
|
|
|
49
|
introduction_delete_entry = Please verify the removal of this entry.
|
|
50
|
delete_error_not_writable = Error: This entry is not writable and cannot be removed: %s
|
|
51
|
|
|
52
|
ms_error_directory_not_writable = Error: This directory is not writable: %s
|
|
53
|
ms_error_file_not_writable = Error: This file is not writable: %s
|
|
54
|
ms_error_download_link_invalid = Error: This file cannot be downloaded.
|