From 5fc8ff47f865468a6d53f33ff001fdcb898b0fe1 Mon Sep 17 00:00:00 2001 From: Ivan Evtuhovich Date: Fri, 18 Mar 2011 11:08:38 +0300 Subject: [PATCH 1/2] Move repositories_helper labels to translation, refs #209 --- app/helpers/repositories_helper.rb | 14 +++++++------- config/locales/en.yml | 9 ++++++++- config/locales/ru.yml | 7 +++++++ 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/app/helpers/repositories_helper.rb b/app/helpers/repositories_helper.rb index 63ea5223..bf3c045e 100644 --- a/app/helpers/repositories_helper.rb +++ b/app/helpers/repositories_helper.rb @@ -172,27 +172,27 @@ module RepositoriesHelper end def darcs_field_tags(form, repository) - content_tag('p', form.text_field(:url, :label => 'Root directory', :size => 60, :required => true, :disabled => (repository && !repository.new_record?))) + content_tag('p', form.text_field(:url, :label => :label_darcs_path, :size => 60, :required => true, :disabled => (repository && !repository.new_record?))) end def mercurial_field_tags(form, repository) - content_tag('p', form.text_field(:url, :label => 'Root directory', :size => 60, :required => true, :disabled => (repository && !repository.root_url.blank?))) + content_tag('p', form.text_field(:url, :label => :label_mercurial_path, :size => 60, :required => true, :disabled => (repository && !repository.root_url.blank?))) end def git_field_tags(form, repository) - content_tag('p', form.text_field(:url, :label => 'Path to .git directory', :size => 60, :required => true, :disabled => (repository && !repository.root_url.blank?))) + content_tag('p', form.text_field(:url, :label => :label_git_path, :size => 60, :required => true, :disabled => (repository && !repository.root_url.blank?))) end def cvs_field_tags(form, repository) - content_tag('p', form.text_field(:root_url, :label => 'CVSROOT', :size => 60, :required => true, :disabled => !repository.new_record?)) + - content_tag('p', form.text_field(:url, :label => 'Module', :size => 30, :required => true, :disabled => !repository.new_record?)) + content_tag('p', form.text_field(:root_url, :label => :label_cvs_path, :size => 60, :required => true, :disabled => !repository.new_record?)) + + content_tag('p', form.text_field(:url, :label => :label_cvs_module, :size => 30, :required => true, :disabled => !repository.new_record?)) end def bazaar_field_tags(form, repository) - content_tag('p', form.text_field(:url, :label => 'Root directory', :size => 60, :required => true, :disabled => (repository && !repository.new_record?))) + content_tag('p', form.text_field(:url, :label => :label_bazaar_path, :size => 60, :required => true, :disabled => (repository && !repository.new_record?))) end def filesystem_field_tags(form, repository) - content_tag('p', form.text_field(:url, :label => 'Root directory', :size => 60, :required => true, :disabled => (repository && !repository.root_url.blank?))) + content_tag('p', form.text_field(:url, :label => :label_filesystem_path, :size => 60, :required => true, :disabled => (repository && !repository.root_url.blank?))) end end diff --git a/config/locales/en.yml b/config/locales/en.yml index b55f9bb2..382273f5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -793,7 +793,14 @@ en: label_project_copy_notifications: Send email notifications during the project copy label_principal_search: "Search for user or group:" label_user_search: "Search for user:" - + label_git_path: Path to .git directory + label_darcs_path: Root directory + label_mercurial_path: Root directory + label_cvs_path: CVSROOT + label_cvs_module: Module + label_bazaar_path: Root directory + label_filesystem_path: Root directory + button_login: Login button_submit: Submit button_save: Save diff --git a/config/locales/ru.yml b/config/locales/ru.yml index e42b62f4..e2f5d2ba 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1052,3 +1052,10 @@ ru: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Модуль + label_filesystem_path: Каталог + label_darcs_path: Каталог + label_bazaar_path: Каталог + label_cvs_path: CVSROOT + label_git_path: Путь к каталогу .git + label_mercurial_path: Каталог From 3377e5b5b7671907df1185205c4196063abd1058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= Date: Sat, 19 Mar 2011 10:57:22 +0100 Subject: [PATCH 2/2] Add new translation strings to all locales. #209 --- config/locales/bg.yml | 7 +++++++ config/locales/bs.yml | 7 +++++++ config/locales/ca.yml | 7 +++++++ config/locales/cs.yml | 7 +++++++ config/locales/da.yml | 7 +++++++ config/locales/de.yml | 7 +++++++ config/locales/el.yml | 7 +++++++ config/locales/en-GB.yml | 7 +++++++ config/locales/es.yml | 7 +++++++ config/locales/eu.yml | 7 +++++++ config/locales/fi.yml | 7 +++++++ config/locales/fr.yml | 7 +++++++ config/locales/gl.yml | 7 +++++++ config/locales/he.yml | 7 +++++++ config/locales/hr.yml | 7 +++++++ config/locales/hu.yml | 7 +++++++ config/locales/id.yml | 7 +++++++ config/locales/it.yml | 7 +++++++ config/locales/ja.yml | 7 +++++++ config/locales/ko.yml | 7 +++++++ config/locales/lt.yml | 7 +++++++ config/locales/lv.yml | 7 +++++++ config/locales/mk.yml | 7 +++++++ config/locales/mn.yml | 7 +++++++ config/locales/nl.yml | 7 +++++++ config/locales/no.yml | 7 +++++++ config/locales/pl.yml | 7 +++++++ config/locales/pt-BR.yml | 7 +++++++ config/locales/pt.yml | 7 +++++++ config/locales/ro.yml | 7 +++++++ config/locales/sk.yml | 7 +++++++ config/locales/sl.yml | 7 +++++++ config/locales/sr-YU.yml | 7 +++++++ config/locales/sr.yml | 7 +++++++ config/locales/sv.yml | 7 +++++++ config/locales/th.yml | 7 +++++++ config/locales/tr.yml | 7 +++++++ config/locales/uk.yml | 7 +++++++ config/locales/vi.yml | 7 +++++++ config/locales/zh-TW.yml | 7 +++++++ config/locales/zh.yml | 7 +++++++ 41 files changed, 287 insertions(+) diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 47e4803c..099d2a30 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -939,3 +939,10 @@ bg: enumeration_system_activity: Системна активност text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/bs.yml b/config/locales/bs.yml index 68229f24..40518869 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -953,3 +953,10 @@ bs: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/ca.yml b/config/locales/ca.yml index e9dd73ba..e2a31df4 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -942,3 +942,10 @@ ca: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 39bb5a0f..cd6b77ec 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -939,3 +939,10 @@ cs: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/da.yml b/config/locales/da.yml index da3110c0..758ff93c 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -955,3 +955,10 @@ da: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/de.yml b/config/locales/de.yml index bcd40156..6be4d0a7 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -956,3 +956,10 @@ de: notice_gantt_chart_truncated: Die Grafik ist unvollständig, da das Maximum der anzeigbaren Aufgaben überschritten wurde (%{max}) setting_gantt_items_limit: Maximale Anzahl von Aufgaben die im Gantt-Chart angezeigt werden. text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/el.yml b/config/locales/el.yml index 934caa07..d9fe2b6a 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -939,3 +939,10 @@ el: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 418b7979..ef00034a 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -943,3 +943,10 @@ en-GB: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: "Powered by %{link}" + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/es.yml b/config/locales/es.yml index 84cb87b1..f7b868a7 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -976,3 +976,10 @@ es: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/eu.yml b/config/locales/eu.yml index c48ec2fc..67983023 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -943,3 +943,10 @@ eu: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 3705f972..628416f2 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -960,3 +960,10 @@ fi: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 01c172ab..b9fd3982 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -957,3 +957,10 @@ fr: field_assigned_to_role: Rôle de l'assigné setting_emails_header: Emails header text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/gl.yml b/config/locales/gl.yml index 51163c77..827d32af 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -951,3 +951,10 @@ gl: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/he.yml b/config/locales/he.yml index 01ac9366..6b259570 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -944,3 +944,10 @@ he: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 702db593..cfae5edd 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -946,3 +946,10 @@ hr: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 82159ad0..e0616a08 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -958,3 +958,10 @@ notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/id.yml b/config/locales/id.yml index 1587f40f..8a33b393 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -947,3 +947,10 @@ id: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/it.yml b/config/locales/it.yml index 456eb830..33c8e75c 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -940,3 +940,10 @@ it: notice_gantt_chart_truncated: Il grafico è stato troncato perchè eccede il numero di oggetti (%{max}) da visualizzare setting_gantt_items_limit: Massimo numero di oggetti da visualizzare sul diagramma di gantt text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/ja.yml b/config/locales/ja.yml index d55c5167..02025268 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -960,3 +960,10 @@ ja: enumeration_activities: 作業分類 (時間トラッキング) enumeration_system_activity: システム作業分類 text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 019f84ac..7772ac7a 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -991,3 +991,10 @@ ko: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 56026ef4..a943f610 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -999,3 +999,10 @@ lt: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 73320eec..8d47c896 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -934,3 +934,10 @@ lv: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/mk.yml b/config/locales/mk.yml index 0cbc914e..2b39ba38 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -939,3 +939,10 @@ mk: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/mn.yml b/config/locales/mn.yml index 6bf504c5..186c3133 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -940,3 +940,10 @@ mn: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 389ddb2e..4dcf7cf9 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -921,3 +921,10 @@ nl: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/no.yml b/config/locales/no.yml index 776dfe97..5120869e 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -926,3 +926,10 @@ notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 338eec7e..97bc9801 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -956,3 +956,10 @@ pl: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 5173b8fd..5258667d 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -959,3 +959,10 @@ pt-BR: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/pt.yml b/config/locales/pt.yml index d8474277..e9742865 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -943,3 +943,10 @@ pt: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 5ace8afb..115ba952 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -932,3 +932,10 @@ ro: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 55cb83bb..f752a07a 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -934,3 +934,10 @@ sk: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 74fa1cae..b4b4bc34 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -935,3 +935,10 @@ sl: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index 59411b1f..512070ca 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -939,3 +939,10 @@ sr-YU: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 89b51a2a..9ea33b65 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -940,3 +940,10 @@ sr: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/sv.yml b/config/locales/sv.yml index f08f481c..cda64c85 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -980,3 +980,10 @@ sv: enumeration_activities: Aktiviteter (tidsuppföljning) enumeration_system_activity: Systemaktivitet text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/th.yml b/config/locales/th.yml index b46f7454..5f174307 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -936,3 +936,10 @@ th: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 82d33792..1e698213 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -958,3 +958,10 @@ tr: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/uk.yml b/config/locales/uk.yml index aec46e55..bfa62a60 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -935,3 +935,10 @@ uk: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 009296e6..bc7d4d25 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -990,3 +990,10 @@ vi: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index ae8dac27..e98d03ba 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1020,3 +1020,10 @@ enumeration_activities: 活動 (時間追蹤) enumeration_system_activity: 系統活動 text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 0f2fda6d..fb5dcf85 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -953,3 +953,10 @@ zh: notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart text_powered_by: Powered by %{link} + label_cvs_module: Module + label_filesystem_path: Root directory + label_darcs_path: Root directory + label_bazaar_path: Root directory + label_cvs_path: CVSROOT + label_git_path: Path to .git directory + label_mercurial_path: Root directory