diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-01 19:43:59 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-01 19:43:59 +0000 |
commit | 4ff8386e3dfee800591e7f856a26ccc700149b02 (patch) | |
tree | 75cd4a45ab9e0298299c821029d6066c29bfbc2b /lang/it.yml | |
parent | cb6c8bee473332dfacea8d53745eb75407877a06 (diff) | |
download | redmine-4ff8386e3dfee800591e7f856a26ccc700149b02.tar.gz redmine-4ff8386e3dfee800591e7f856a26ccc700149b02.zip |
Initial commit for svn repository management and access control:
* Identifier attribute added on Project model. Used as the unix group name for the project
* Web services (disabled by default) and scripts for repository management on a remote svn host
git-svn-id: http://redmine.rubyforge.org/svn/trunk@396 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/it.yml')
-rw-r--r-- | lang/it.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/it.yml b/lang/it.yml index c024b5fcf..d5c0f43dd 100644 --- a/lang/it.yml +++ b/lang/it.yml @@ -146,6 +146,7 @@ field_subproject: Sottoprogetto field_hours: Hours field_activity: Activity field_spent_on: Data +field_identifier: Identifier setting_app_title: Titolo applicazione setting_app_subtitle: Sottotitolo applicazione @@ -161,6 +162,7 @@ setting_text_formatting: Formattazione testo setting_wiki_compression: Compressione di storia di Wiki setting_feeds_limit: Feed content limit setting_autofetch_changesets: Autofetch SVN commits +setting_sys_api_enabled: Enable WS for repository management label_user: Utente label_user_plural: Utenti @@ -394,6 +396,7 @@ text_journal_deleted: deleted text_tip_task_begin_day: task beginning this day text_tip_task_end_day: task ending this day text_tip_task_begin_end_day: task beginning and ending this day +text_project_identifier_info: '12 characters maximum. Letters (a-z), numbers (0-9) and dashes allowed.<br />Once saved, the identifier can not be changed.' default_role_manager: Manager default_role_developper: Sviluppatore |