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.yml @ 1314:033fecbc3438

History | View | Annotate | Download (1.97 KB)

1 16:020926a36823 Chris
en:
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 1310:c0eedaadb1f2 chris
  label_access_type: 'You have <span id="checkout_access">%{type}</span> access to this URL.'
20
  label_access_type_all: 'All access to this URL is <span id="checkout_access">%{type}</span>.'
21 319:614862ec2481 chris
  label_access_read_only: 'Read Only'
22
  label_access_read_write: "Read and Write"
23 16:020926a36823 Chris
  label_access_permission: "Depending on user's permissions"
24
25
  label_append_path: "Append path"
26
27
  label_display_login_none: "Do not show login or password"
28
  label_display_login_username: "Show login but no password"
29
  label_display_login_password: "Show login and password"
30
31
  label_copy_to_clipboard: "Copy to clipboard"
32
33
  help_checkout_protocols: |
34
    The URLs in protocols are generated from applying the regular expression
35
    and the replacement text to the original URL. The replacement text
36
    supports back-references to braced expressions using the \1 notation.
37
  help_repository_checkout_protocols: |
38
    Leave the Checkout URL field empty to use the defined repository URL.
39 1310:c0eedaadb1f2 chris
  help_moved_settings: "The settings page has been moved to %{link}."
40 16:020926a36823 Chris
  label_settings_location: "Administration -> Settings -> Checkout"
41 319:614862ec2481 chris
42 1310:c0eedaadb1f2 chris
  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 every hour."