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 / fr.yml @ 1310:c0eedaadb1f2
History | View | Annotate | Download (1.73 KB)
| 1 |
fr:
|
|---|---|
| 2 |
label_checkout: "Dépôt" |
| 3 |
|
| 4 |
setting_checkout_display_checkout_info: "Display checkout information" |
| 5 |
setting_checkout_fixed_url: "URL du dépôt" |
| 6 |
setting_checkout_url_regex: "Expression Régulière" |
| 7 |
setting_checkout_url_regex_replacement: "Texte de substitution" |
| 8 |
setting_checkout_display_login: "Affiche le 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: "Affiche l'URL du dépôt" |
| 15 |
|
| 16 |
label_protocol_plural: "Protocoles" |
| 17 |
button_add_protocol: "Créer un protocole" |
| 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: "Ne pas afficher le login ni le mot de passe" |
| 27 |
label_display_login_username: "Afficher le login, pas le mot de passe" |
| 28 |
label_display_login_password: "Afficher le login et le mot de passe" |
| 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" |