D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
admin
/
resources
/
languages
/
ko-KR
/
controllers
/
Filename :
services.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'operation.startActionSuccess' => '서비스가 시작되었습니다', 'operation.stopActionSuccess' => '서비스가 중단되었습니다', 'operation.restartActionSuccess' => '서비스가 다시 시작되었습니다', 'operation.changeStartupActionSuccess' => '서비스 시작 유형 변경됨', 'list.title' => '서비스', 'operation.startServiceMessage' => '서비스가 시작하는 데 시간이 약간 걸립니다.', 'operation.stopServiceMessage' => '서비스가 중지하는 데 시간이 약간 걸립니다.', 'operation.restartServiceMessage' => '서비스가 다시 시작하는 데 시간이 약간 걸립니다.', 'operation.unableFetchFormData' => '형식 데이터를 가져올 수 없음: %%error%%', 'operation.startActionError' => '서비스를 시작할 수 없음: %%error%%', 'operation.stopActionError' => '서비스를 중지할 수 없음: %%error%%', 'operation.restartActionError' => '서비스를 다시 시작할 수 없음: %%error%%', 'operation.changeStartupActionError' => '서비스 시작 유형을 변경할 수 없음: %%error%%', ];