To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / plugins / redmine_checkout / config / locales / en-GB.yml @ 1314:033fecbc3438

History | View | Annotate | Download (1.87 KB)

1
en-GB:
2
  label_checkout: "Checkout"
3

    
4
  setting_checkout_display_checkout_info: "Display checkout information"
5
  setting_checkout_fixed_url: "Checkout URL"
6
  setting_checkout_url_regex: "Regular expression"
7
  setting_checkout_url_regex_replacement: "Replacement text"
8
  setting_checkout_display_login: "Display Login"
9
  setting_checkout_command: "Checkout command"
10
  setting_checkout_use_zero_clipboard: "Display clipboard helper"
11

    
12
  setting_checkout_overwrite_description: "Overwrite default description"
13
  field_checkout_overwrite: "Overwrite default settings for checkout protocols"
14
  field_checkout_display_command: "Display checkout command"
15

    
16
  label_protocol_plural: "Protocols"
17
  button_add_protocol: "Add Protocol"
18

    
19
  label_access_type: 'You have <span id="checkout_access">{{type}}</span> access to this URL.'
20
  label_access_read_only: 'Read Only'
21
  label_access_read_write: "Read and Write"
22
  label_access_permission: "Depending on user's permissions"
23

    
24
  label_append_path: "Append path"
25

    
26
  label_display_login_none: "Do not show login or password"
27
  label_display_login_username: "Show login but no password"
28
  label_display_login_password: "Show login and password"
29

    
30
  label_copy_to_clipboard: "Copy to clipboard"
31

    
32
  help_checkout_protocols: |
33
    The URLs in protocols are generated from applying the regular expression
34
    and the replacement text to the original URL. The replacement text
35
    supports back-references to braced expressions using the \1 notation.
36
  help_repository_checkout_protocols: |
37
    Leave the Checkout URL field empty to use the defined repository URL.
38
  help_moved_settings: "The settings page has been moved to {{link}}."
39
  label_settings_location: "Administration -> Settings -> Checkout"
40

    
41
  text_repository_external: "The primary repository for this project is hosted at <code>{{location}}</code> .<br>This repository is a read-only copy which is updated automatically."