잉여개발기 (SPDV) il y a 6 ans
Parent
commit
6cbc53417a
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 2 1
      language/en-US.json
  2. 2 1
      language/ko-KR.json

+ 2 - 1
language/en-US.json

@@ -198,7 +198,6 @@
         "blocked_user" : "Blocked user",
         "blocked_admin" : "Blocked administrator",
         "category_title" : "Documents under this category",
-        "ban_acl" : "Include blocked users",
         "topic_name_change" : "Change discussion name",
         "topic_acl_setting" : "Discussion ACL setting",
         "topic_acl" : "Discussion ACL",
@@ -325,6 +324,8 @@
             "all_acl" : "All users",
             "email_acl" : "Only users with email",
             "owner_acl" : "Owner only",
+            "before_acl" : "Only those who have edited this document before",
+            "ban_acl" : "Include blocked users",
             "_comment_2.6_1_" : "Set",
                 "document_acl" : "Document ACL",
                 "discussion_acl" : "Discussion(s) ACL",

+ 2 - 1
language/ko-KR.json

@@ -372,5 +372,6 @@
     "get_sitemap" : "sitemap.xml 만들거나 갱신하기",
     "same_ip_exist" : "동일한 아이피가 존재합니다.",
     "restart_fail_error" : "재시작이 실패했습니다. 수동 재시작을 이용해주세요.",
-    "domain" : "도메인"
+    "domain" : "도메인",
+    "before_acl" : "이 문서를 이전에 편집한 적 있는 사람만"
 }