diff options
| author | Luc Donnet | 2014-12-04 14:12:57 +0100 |
|---|---|---|
| committer | Luc Donnet | 2014-12-04 14:12:57 +0100 |
| commit | c733c0b0fe6878896fe7ae12e497688c0f675ac0 (patch) | |
| tree | faff9832c0036593e3f60ee1cb913fcf34f8986c | |
| parent | 895557c409d216071b0d4b79a3daaac494a3ae07 (diff) | |
| parent | d9874e46cc93759c9ab62a3f9a5543983efede04 (diff) | |
| download | chouette-core-c733c0b0fe6878896fe7ae12e497688c0f675ac0.tar.bz2 | |
Merge branch 'V2_5' of github.com:afimb/chouette2 into V2_5
| -rw-r--r-- | config/locales/time_tables.yml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/config/locales/time_tables.yml b/config/locales/time_tables.yml index 85b990716..8f83cb530 100644 --- a/config/locales/time_tables.yml +++ b/config/locales/time_tables.yml @@ -38,7 +38,7 @@ en: resume_empty: "Empty timetable" legend: "Legend : " excluded_date: "Excluded date" - overlap_date: "Overlap date" + overlap_date: "Overlap date" selected_date: "Date directly included" selected_period: "Date included in period" index: @@ -49,10 +49,10 @@ en: to: " to : " selection: "Selection" selection_all: "All" - advanced_search: "Advanced Search" - activerecord: - models: - time_table: + advanced_search: "Advanced Search" + activerecord: + models: + time_table: zero: "Timetable" one: "Timetable" other: "Timetables" @@ -80,7 +80,7 @@ en: periods: "Application periods" period_start: "From" period_end: "to" - tag_search: "Tags" + tag_search: "Tags" formtastic: titles: time_table: @@ -129,9 +129,9 @@ fr: resume_empty: "Calendrier vide" legend: "Légende : " excluded_date: "Date exclue" - overlap_date: "Date en doublon" - selected_date: "Date inclue directement" - selected_period: "Date inclue par période" + overlap_date: "Date en doublon" + selected_date: "Date incluse directement" + selected_period: "Date incluse par période" index: comment: "Recherche par nom" tag_search: "Tags : vacances,jour fériés" @@ -142,10 +142,10 @@ fr: title: "calendriers" selection: "Sélection" selection_all: "Tous" - advanced_search: "Recherche avancée" - activerecord: - models: - time_table: + advanced_search: "Recherche avancée" + activerecord: + models: + time_table: zero: "Calendrier" one: "Calendrier" other: "Calendriers" @@ -172,10 +172,10 @@ fr: date: "Le" excluded_dates: "Dates exclues" periods: "Périodes d'application" - period_start: "Du" + period_start: "Du" period_end: "au" - tag_search: "Etiquettes" - tag_list: "Etiquettes" + tag_search: "Etiquettes" + tag_list: "Etiquettes" formtastic: titles: time_table: @@ -183,6 +183,6 @@ fr: placeholders: time_table: tag_search: "ex: Jours fériés,Vacances scolaires" - + |
