Refactoring

This commit is contained in:
RainLoop Team 2014-07-15 16:20:08 +04:00
parent 310dbf9224
commit 958c814c86
35 changed files with 1402 additions and 158 deletions

View file

@ -579,6 +579,7 @@ LICENSING_DOMAIN_BANNED = "사용 금지된 도메인입니다."
DEMO_SEND_MESSAGE_ERROR = "이 테스트 계정은 외부 메일 발송이 금지되어있습니다."
ACCOUNT_ALREADY_EXISTS = "이미 존재하는 계정입니다."
MAIL_SERVER_ERROR = "메일 서버에 연결하는 중 오류가 발생했습니다."
INVALID_INPUT_ARGUMENT = "Invalid input argument"
UNKNOWN_ERROR = "알 수 없는 오류"
[STATIC]