diff options
| author | Michel Etienne | 2012-04-06 10:10:44 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2012-04-06 10:10:44 +0200 | 
| commit | bd4fa6fbbf8d533edccddc5261eecf3f0ca9ce9d (patch) | |
| tree | e5a0ee1ca894d97ef129387869fdbfae95e1d496 /config | |
| parent | 8997a187061244ad086a3985b94a6369d68c837e (diff) | |
| download | chouette-core-bd4fa6fbbf8d533edccddc5261eecf3f0ca9ce9d.tar.bz2 | |
add timetables , update textiles
Diffstat (limited to 'config')
| -rw-r--r-- | config/initializers/ui_datepicker-rails3.rb | 1 | ||||
| -rw-r--r-- | config/locales/time_tables.yml | 94 | 
2 files changed, 95 insertions, 0 deletions
| diff --git a/config/initializers/ui_datepicker-rails3.rb b/config/initializers/ui_datepicker-rails3.rb new file mode 100644 index 000000000..7c53bb46a --- /dev/null +++ b/config/initializers/ui_datepicker-rails3.rb @@ -0,0 +1 @@ +UiDatePickerRails3.activate :formtastic
\ No newline at end of file diff --git a/config/locales/time_tables.yml b/config/locales/time_tables.yml new file mode 100644 index 000000000..f0333e4f0 --- /dev/null +++ b/config/locales/time_tables.yml @@ -0,0 +1,94 @@ +en: +  time_tables: +    time_table: +    actions: +      new: Add a new timetable +      edit: Edit this timetable +      destroy: Remove this timetable +      destroy_confirm: Are you sure you want destroy this timetable? +    new: +      title: Add a new timetable +    edit: +      title: Update timetable %{time_table} +    show: +      title: Timetable %{time_table} +    index: +      title: Timetables +      comment: Comment +      selection: Selection +      selection_all: All +  activerecord:         +    models:         +      time_table: Timetable +    attributes: +      time_table: +        comment: Comment +        version: Version +        monday: Monday +        tuesday: Tuesday +        wednesday: Wednesday +        thursday: Thursday +        friday: Friday +        saturday: Saturday +        sunday: Sunday +        objectid: Neptune identifier +        object_version: Version +        creation_time: Created on +        creator_id: Created by  +        dates: Application dates +        periods: Application periods +        period_start: From +        period_end: to +  formtastic: +    hints: +      time_table: +        objectid: "[prefix]:Timetable:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character" + +fr: +  time_tables: +    time_table: +    actions: +      new: Ajouter un calendrier +      edit: Modifier ce calendrier +      destroy: Supprimer ce calendrier +      destroy_confirm: Etes vous sûr de détruire ce calendrier ? +    new: +      title: Ajouter un calendrier +    edit: +      title: "Modifier le calendrier %{time_table}" +    show: +      title: Calendrier %{time_table} +    index: +      comment: Commentaire +      title: calendriers +      selection: Sélection +      selection_all: Tous +  activerecord:         +    models:         +      time_table: Calendrier +    attributes: +      time_table: +        comment: Commentaire +        version: Version +        monday: Lundi +        tuesday: Mardi +        wednesday: Mercredi +        thursday: Jeudi +        friday: Vendredi +        saturday: Samedi +        sunday: Dimanche +        object_id: Identifiant Neptune +        object_version: Version +        creation_time: Créé le +        creator_id: Créé par +        dates: "Dates d'application" +        periods: "Périodes d'application" +        period_start: Du  +        period_end: au + +  formtastic: +    hints: +      time_table: +        objectid: "[prefixe]:Timetable:[clé_unique]  caractères autorisés : alphanumériques et 'souligné' pour le préfixe, la clé unique accepte en plus le 'moins'" + + | 
