Chris@16
|
1 ko:
|
Chris@16
|
2 label_checkout: "Checkout"
|
Chris@16
|
3
|
Chris@16
|
4 setting_checkout_display_checkout_info: "Display checkout information"
|
Chris@16
|
5 setting_checkout_fixed_url: "체크 아웃 URL"
|
Chris@16
|
6 setting_checkout_url_regex: "정규식"
|
Chris@16
|
7 setting_checkout_url_regex_replacement: "대체 문자열"
|
Chris@16
|
8 setting_checkout_display_login: "로그인 표시"
|
Chris@16
|
9 setting_checkout_command: "Checkout command"
|
Chris@16
|
10 setting_checkout_use_zero_clipboard: "Display clipboard helper"
|
Chris@16
|
11
|
Chris@16
|
12 setting_checkout_overwrite_description: "Overwrite default description"
|
Chris@16
|
13 field_checkout_overwrite: "Overwrite default settings for checkout protocols"
|
Chris@16
|
14 field_checkout_display_command: "Display checkout command"
|
Chris@16
|
15
|
Chris@16
|
16 label_protocol_plural: "Protocols"
|
Chris@16
|
17 button_add_protocol: "Add Protocol"
|
Chris@16
|
18
|
Chris@16
|
19 label_access_type: 'This URL has <span id="checkout_access">{{type}}</span> access.'
|
Chris@16
|
20 label_access_read_only: 'Read-Only'
|
Chris@16
|
21 label_access_read_write: "Read+Write"
|
Chris@16
|
22 label_access_permission: "Depending on user's permissions"
|
Chris@16
|
23
|
Chris@16
|
24 label_append_path: "Append path"
|
Chris@16
|
25
|
Chris@16
|
26 label_display_login_none: "로그인과 비밀번호를 보여주지 않습니다."
|
Chris@16
|
27 label_display_login_username: "로그인은 보여주지만 비밀번호는 보여주지 않습니다."
|
Chris@16
|
28 label_display_login_password: "로그인과 비밀번호를 보여줍니다."
|
Chris@16
|
29
|
Chris@16
|
30 label_copy_to_clipboard: "Copy to clipboard"
|
Chris@16
|
31
|
Chris@16
|
32 help_checkout_protocols: |
|
Chris@16
|
33 The URLs in protocols are generated from applying the regular expression
|
Chris@16
|
34 and the replacement text to the original URL. The replacement text
|
Chris@16
|
35 supports back-references to braced expressions using the \1 notation.
|
Chris@16
|
36 help_repository_checkout_protocols: |
|
Chris@16
|
37 Leave the Checkout URL field empty to use the defined repository URL.
|
Chris@16
|
38 help_moved_settings: "The settings page has been moved to {{link}}."
|
Chris@16
|
39 label_settings_location: "Administration -> Settings -> Checkout"
|
Chris@16
|
40
|