To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / plugins / redmine_checkout / config / locales / es.yml @ 1314:033fecbc3438
History | View | Annotate | Download (1.7 KB)
| 1 |
es:
|
|---|---|
| 2 |
label_checkout: "Checkout" |
| 3 |
|
| 4 |
setting_checkout_display_checkout_info: "Display checkout information" |
| 5 |
setting_checkout_fixed_url: "URL de checkout" |
| 6 |
setting_checkout_url_regex: "Expresion regular" |
| 7 |
setting_checkout_url_regex_replacement: "Texto de remplazo" |
| 8 |
setting_checkout_display_login: "Mostrar usuario" |
| 9 |
setting_checkout_command: "Comando de checkout" |
| 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: "Protocolos" |
| 17 |
button_add_protocol: "Crear Protocolo" |
| 18 |
|
| 19 |
label_access_type: 'This URL has <span id="checkout_access">{{type}}</span> access.' |
| 20 |
label_access_read_only: 'Read-Only' |
| 21 |
label_access_read_write: "Read+Write" |
| 22 |
label_access_permission: "Depending on user's permissions" |
| 23 |
|
| 24 |
label_append_path: "Append path" |
| 25 |
|
| 26 |
label_display_login_none: "No mostrar usuario o contraseña" |
| 27 |
label_display_login_username: "Mostrar usuario pero no contraseña" |
| 28 |
label_display_login_password: "Mostrar usuario y contraseña" |
| 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" |