diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-16 10:15:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-16 10:15:19 +0000 |
commit | abb0b15407b33cbe50dc263474631c5bfcf2bd5f (patch) | |
tree | 422896e7c0096762f52ed108f450bf15f85a415d /lang/en.yml | |
parent | 384a444cee694c7a8fcaeb91b421164ac255ac56 (diff) | |
download | redmine-abb0b15407b33cbe50dc263474631c5bfcf2bd5f.tar.gz redmine-abb0b15407b33cbe50dc263474631c5bfcf2bd5f.zip |
Added translation support for project modules names and a few other strings.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1151 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/en.yml')
-rw-r--r-- | lang/en.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/en.yml b/lang/en.yml index c0b986238..509fe4252 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -206,6 +206,15 @@ setting_protocol: Protocol setting_per_page_options: Objects per page options setting_user_format: Users display format +project_module_issue_tracking: Issue tracking +project_module_time_tracking: Time tracking +project_module_news: News +project_module_documents: Documents +project_module_files: Files +project_module_wiki: Wiki +project_module_repository: Repository +project_module_boards: Boards + label_user: User label_user_plural: Users label_user_new: New user @@ -477,6 +486,9 @@ label_change_properties: Change properties label_general: General label_more: More label_scm: SCM +label_plugins: Plugins +label_ldap_authentication: LDAP authentication +label_downloads_abbr: D/L button_login: Login button_submit: Submit @@ -514,6 +526,7 @@ button_change_password: Change password button_copy: Copy button_annotate: Annotate button_update: Update +button_configure: Configure status_active: active status_registered: registered @@ -551,6 +564,9 @@ text_load_default_configuration: Load the default configuration text_status_changed_by_changeset: Applied in changeset %s. text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' text_select_project_modules: 'Select modules to enable for this project:' +text_default_administrator_account_changed: Default administrator account changed +text_file_repository_writable: File repository writable +text_rmagick_available: RMagick available (optional) default_role_manager: Manager default_role_developper: Developer |