aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/companies.en.yml
diff options
context:
space:
mode:
authorBruno Perles2015-11-06 16:44:23 +0100
committerBruno Perles2015-11-10 15:39:21 +0100
commit8409d6ffe0c0437e6270e2499a2996cea8768850 (patch)
tree8e97f84aa3bccdf7056eccaddf26cafe14406b36 /config/locales/companies.en.yml
parentd747338053f45addd5714569a8072f0213064404 (diff)
downloadchouette-core-8409d6ffe0c0437e6270e2499a2996cea8768850.tar.bz2
One locale file for one language
Diffstat (limited to 'config/locales/companies.en.yml')
-rw-r--r--config/locales/companies.en.yml65
1 files changed, 65 insertions, 0 deletions
diff --git a/config/locales/companies.en.yml b/config/locales/companies.en.yml
new file mode 100644
index 000000000..14f389bf0
--- /dev/null
+++ b/config/locales/companies.en.yml
@@ -0,0 +1,65 @@
+en:
+ companies:
+ actions:
+ new: "Add a new company"
+ edit: "Edit this company"
+ destroy: "Remove this company"
+ destroy_confirm: "Are you sure you want destroy this company?"
+ new:
+ title: "Add a new company"
+ edit:
+ title: "Update company %{company}"
+ show:
+ title: "Company %{company}"
+ index:
+ title: "Companies"
+ name: "Search by name"
+ activerecord:
+ models:
+ company:
+ zero: "company"
+ one: "company"
+ other: "companies"
+ attributes:
+ company:
+ registration_number: "Registration number"
+ name: "Name"
+ short_name: "Short name"
+ organizational_unit: "Unit"
+ operating_department_name: "Department"
+ code: "Code"
+ phone: "Phone number"
+ fax: "Fax number"
+ email: "Email"
+ time_zone: "Time zone"
+ url: "Web page"
+ objectid: "Neptune identifier"
+ object_version: "Version"
+ creation_time: "Created on"
+ creator_id: "Created by "
+ formtastic:
+ titles:
+ company:
+ name: ""
+ registration_number: "only alphanumerical or underscore characters "
+ objectid: "[prefix]:Company:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
+ neptune:
+ company:
+ name: ""
+ registration_number: "only alphanumerical or underscore characters "
+ objectid: "[prefix]:Company:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
+ netex:
+ company:
+ name: ""
+ registration_number: "only alphanumerical or underscore characters "
+ objectid: "[prefix]:Company:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
+ gtfs:
+ company:
+ name: ""
+ registration_number: "only alphanumerical or underscore characters "
+ objectid: "[prefix]:Company:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
+ hub:
+ company:
+ name: "maximum 75 characters"
+ registration_number: "Positif integer, unique key, of no more than 8 digits."
+ objectid: "[prefix]:Company:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character. Maximum length of the unique key = 3."