aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/networks.yml
blob: 8387730ebd1dbafd68c0bfe96b55645991046484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
en:
  networks:
    actions:
      new: "Add a new network"
      edit: "Edit this network"
      destroy: "Remove this network"
      destroy_confirm: "Are you sure you want destroy this network?"
    new:
      title: "Add a new network"
    edit:
      title: "Update network %{network}"
    show:
      title: "Network"
    index:
      title: "Networks"
      name: "Name"

  activerecord:
    models:
      network: 
        zero:  "network"
        one:   "network"
        other: "networks"
    attributes:
      network:
        registration_number: "Registration number"
        name: "Name"
        comment: "Comments"
        version_date: "Date of this network's version"
        description: "Description"
        source_type: "Source type"
        source_name: "Source name"
        source_identifier: "Source identifier"
        objectid: "Neptune identifier"
        object_version: "Version"
        creation_time: "Created on"
        creator_id: "Created by "
  formtastic:
    hints:
      network:
        registration_number: "only alphanumerical or underscore characters"
        objectid: "[prefix]:GroupOfLine:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"

fr:
  networks:
    actions:
      new: "Ajouter un réseau"
      edit: "Modifier ce réseau"
      destroy: "Supprimer ce réseau"
      destroy_confirm: "Etes vous sûr de détruire ce réseau ?"
    new:
      title: "Ajouter un réseau"
    edit:
      title: "Modifier le réseau %{network}"
    show:
      title: "Réseau %{network}"
    index:
      title: "Réseaux"
      name: "Nom"
  activerecord:
    models:
      network: 
        zero:  "réseau"
        one:   "réseau"
        other: "réseaux"
    attributes:
      network:
        registration_number: "Numéro d'enregistrement"
        name: "Nom"
        comment: "Commentaire"
        version_date: "Date de version"
        description: "Description"
        source_type: "Type de système origine"
        source_name: "Nom du système origine"
        source_identifier: "Identifiant du système origine"        
        objectid: "Identifiant Neptune"
        object_version: "Version"
        creation_time: "Créé le"
        creator_id: "Créé par"
  formtastic:
    hints:
      network:
        registration_number: "caractères autorisés : alphanumériques et 'souligné'" 
        objectid: "[prefixe]:GroupOfLine:[clé_unique]  caractères autorisés : alphanumériques et 'souligné' pour le préfixe, la clé unique accepte en plus le 'moins'"