diff options
| author | Michel Etienne | 2012-08-02 15:01:51 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-08-02 15:01:51 +0200 |
| commit | 31d1dd201d72a10b82a56c691643e3b6df55bfca (patch) | |
| tree | f9f40cd285dd12a56df9b24a4fd3aa019e0d85c5 | |
| parent | 32c0e9231430db577e103cd1216ababf3500602a (diff) | |
| download | chouette-core-31d1dd201d72a10b82a56c691643e3b6df55bfca.tar.bz2 | |
add specific import/export terms
| -rw-r--r-- | config/locales/exports.yml | 16 | ||||
| -rw-r--r-- | config/locales/imports.yml | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/config/locales/exports.yml b/config/locales/exports.yml index 24ccc3cd4..4fa16d191 100644 --- a/config/locales/exports.yml +++ b/config/locales/exports.yml @@ -37,6 +37,14 @@ en: zero: export one: export other: exports + csv_export: + zero: CSV Export + one: CSV Export + other: CSV Exports + gtfs_export: + zero: GTFS Export + one: GTFS Export + other: GTFS Exports attributes: export: status: Status @@ -90,6 +98,14 @@ fr: zero: Export Neptune one: Export Neptune other: Exports Neptune + csv_export: + zero: Export CSV + one: Export CSV + other: Exports CSV + gtfs_export: + zero: Export GTFS + one: Export GTFS + other: Exports GTFS attributes: export: status: Status diff --git a/config/locales/imports.yml b/config/locales/imports.yml index 5d86a8bf5..a713893ca 100644 --- a/config/locales/imports.yml +++ b/config/locales/imports.yml @@ -69,6 +69,14 @@ en: zero: import one: import other: imports + neptune_import: + zero: Neptune import + one: Neptune import + other: Neptune imports + csv_import: + zero: CSV import + one: CSV import + other: CSV imports attributes: import: resources: File to import @@ -149,6 +157,14 @@ fr: zero: import one: import other: imports + neptune_import: + zero: import Neptune + one: import Neptune + other: imports Neptune + csv_import: + zero: import CSV + one: import CSV + other: imports CSV attributes: import: resources: Fichier à importer |
