diff options
| author | Marc Florisson | 2013-07-24 18:38:41 +0200 |
|---|---|---|
| committer | Marc Florisson | 2013-07-24 18:38:41 +0200 |
| commit | b259b77d9eae9216733f6732d5a84172b6a68d47 (patch) | |
| tree | 4c33346bef8b731fb5cfff7a1deeb30c7924a270 | |
| parent | 3b2aba5afedc5f865fac7db63f0e01b35d168e28 (diff) | |
| download | chouette-core-b259b77d9eae9216733f6732d5a84172b6a68d47.tar.bz2 | |
add warning translation
| -rw-r--r-- | config/locales/exports.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/exports.yml b/config/locales/exports.yml index 12cc17969..b61866d73 100644 --- a/config/locales/exports.yml +++ b/config/locales/exports.yml @@ -23,6 +23,7 @@ en: completed: "Completed export" failed: "Failed export" undefined: "%{key} undefined" + overflow: "Can't export more than %{count} %{data} in a single KML export operation. You should proceed with some exports, each one based on less selected lines." LINE_COUNT: "Exported line count : %{0}" ROUTE_COUNT: "Route count : %{0}" JOURNEY_PATTERN_COUNT: "Journey pattern count : %{0}" |
