From a6389a4a7488c616a95ddfdecb42be595f7a67cd Mon Sep 17 00:00:00 2001 From: "vit.jonas@gmail.com" Date: Wed, 27 Jul 2011 07:14:08 +0000 Subject: [PATCH] * module name translation git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@211 5e329b0b-a2ee-ea63-e329-299493fc886d --- config/locales/cs.yml | 8 +++----- config/locales/de.yml | 2 ++ config/locales/en-GB.yml | 1 + config/locales/en-IS.yml | 1 + config/locales/en.yml | 2 ++ config/locales/es.yml | 1 + config/locales/fr.yml | 1 + config/locales/ja.yml | 2 ++ config/locales/ru.yml | 3 ++- config/locales/zh.yml | 1 + 10 files changed, 16 insertions(+), 6 deletions(-) diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 2a2463e2..9a3c0917 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -163,8 +163,6 @@ cs: :heading_access_downloads_emails: "Stažené/Emaily" :heading_access_first: "První" :heading_access_last: "Poslední" - -# Not translated - :label_dmsf_updated: "DMSF updated" - :title_total_size_of_all_files: "Total size of all files under this folder" - \ No newline at end of file + :label_dmsf_updated: "DMSF změněno" + :title_total_size_of_all_files: "Celková velikost všech souborů v adresáři" + :project_module_dmsf: "DMSF" \ No newline at end of file diff --git a/config/locales/de.yml b/config/locales/de.yml index ebdad8c7..86950112 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -166,3 +166,5 @@ de: #Not translated :title_total_size_of_all_files: "Total size of all files under this folder" + :project_module_dmsf: "DMSF" + \ No newline at end of file diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index ad09c8ba..fa37fb20 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -161,4 +161,5 @@ en-GB: :heading_access_last: "Last" :label_dmsf_updated: "DMSF updated" :title_total_size_of_all_files: "Total size of all files under this folder" + :project_module_dmsf: "DMSF" \ No newline at end of file diff --git a/config/locales/en-IS.yml b/config/locales/en-IS.yml index ad09c8ba..fa37fb20 100644 --- a/config/locales/en-IS.yml +++ b/config/locales/en-IS.yml @@ -161,4 +161,5 @@ en-GB: :heading_access_last: "Last" :label_dmsf_updated: "DMSF updated" :title_total_size_of_all_files: "Total size of all files under this folder" + :project_module_dmsf: "DMSF" \ No newline at end of file diff --git a/config/locales/en.yml b/config/locales/en.yml index c814bf63..4417e02b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -165,3 +165,5 @@ en: :heading_access_last: "Last" :label_dmsf_updated: "DMSF updated" :title_total_size_of_all_files: "Total size of all files under this folder" + :project_module_dmsf: "DMSF" + \ No newline at end of file diff --git a/config/locales/es.yml b/config/locales/es.yml index 9822529c..cb3a2395 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -163,4 +163,5 @@ es: :heading_access_last: "Last" :label_dmsf_updated: "DMSF updated" :title_total_size_of_all_files: "Total size of all files under this folder" + :project_module_dmsf: "DMSF" \ No newline at end of file diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 4df9f841..86bdcf9c 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -161,4 +161,5 @@ fr: :heading_access_last: "Last" :label_dmsf_updated: "DMSF updated" :title_total_size_of_all_files: "Total size of all files under this folder" + :project_module_dmsf: "DMSF" \ No newline at end of file diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 9abd0211..d7ffe71e 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -164,3 +164,5 @@ ja: :heading_access_first: "初回アクセス" :heading_access_last: "最終アクセス" :title_total_size_of_all_files: "このフォルダにある全ファイルの合計サイズ" + :project_module_dmsf: "DMSF" + \ No newline at end of file diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 5d861947..f1541529 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -165,4 +165,5 @@ ru: :heading_access_last: "Последний" :label_dmsf_updated: "Модуль Документооборота обновлен" :title_total_size_of_all_files: "Суммарный объем файлов в каталоге" - \ No newline at end of file + :project_module_dmsf: "Документооборот" + \ No newline at end of file diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 80759eed..06e88127 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -166,4 +166,5 @@ zh: :heading_access_last: "末次" :label_dmsf_updated: "DMSF updated" :title_total_size_of_all_files: "文件夹所有文件总大小" + :project_module_dmsf: "文档管家" \ No newline at end of file