[Fusionforge-commits] r19060 - in trunk/src: common/docman/views common/tracker/include common/tracker/views plugins/headermenu/view/admin plugins/mantisbt/view translations

Marc-Etienne VARGENAU vargenau at fusionforge.org
Tue Feb 4 14:36:53 CET 2014


Author: vargenau
Date: 2014-02-04 14:36:53 +0100 (Tue, 04 Feb 2014)
New Revision: 19060

Modified:
   trunk/src/common/docman/views/addfile.php
   trunk/src/common/tracker/include/build_submission_form.php
   trunk/src/common/tracker/views/form-addextrafield.php
   trunk/src/plugins/headermenu/view/admin/updateLinkValue.php
   trunk/src/plugins/headermenu/view/admin/viewProjectConfiguration.php
   trunk/src/plugins/mantisbt/view/addIssue.php
   trunk/src/translations/bg.po
   trunk/src/translations/ca.po
   trunk/src/translations/de.po
   trunk/src/translations/en.po
   trunk/src/translations/es.po
   trunk/src/translations/eu.po
   trunk/src/translations/fr.po
   trunk/src/translations/fusionforge.pot
   trunk/src/translations/gl.po
   trunk/src/translations/it.po
   trunk/src/translations/ja.po
   trunk/src/translations/ko.po
   trunk/src/translations/nl.po
   trunk/src/translations/pl.po
   trunk/src/translations/pt.po
   trunk/src/translations/ru.po
   trunk/src/translations/sv.po
   trunk/src/translations/th.po
   trunk/src/translations/zh_CN.po
   trunk/src/translations/zh_TW.po
Log:
Less strings

Modified: trunk/src/common/docman/views/addfile.php
===================================================================
--- trunk/src/common/docman/views/addfile.php	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/common/docman/views/addfile.php	2014-02-04 13:36:53 UTC (rev 19060)
@@ -209,7 +209,9 @@
 				</tr>';
 	}
 	echo '	</table>';
-	echo '<span>'.utils_requiredField() .' '. _('Mandatory fields').'</span>';
+	echo '	<p>';
+	printf(_('Fields marked with %s are mandatory.'), utils_requiredField());
+	echo '	</p>';
 	echo '	<div class="docmanSubmitDiv">
 			<input type="submit" name="submit" value="'. _('Submit Information'). '" />
 		</div>

Modified: trunk/src/common/tracker/include/build_submission_form.php
===================================================================
--- trunk/src/common/tracker/include/build_submission_form.php	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/common/tracker/include/build_submission_form.php	2014-02-04 13:36:53 UTC (rev 19060)
@@ -119,7 +119,12 @@
 		</td>
 	</tr>
 
-	<tr><td colspan="2"><br/><?php echo utils_requiredField() . ' ' . _('Indicates required fields.'); ?></td></tr>
-	</table></form>
+	<tr>
+		<td colspan="2">
+			<?php printf(_('Fields marked with %s are mandatory.'), utils_requiredField()); ?>
+		</td>
+	</tr>
+	</table>
+	</form>
 <?php
 }

Modified: trunk/src/common/tracker/views/form-addextrafield.php
===================================================================
--- trunk/src/common/tracker/views/form-addextrafield.php	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/common/tracker/views/form-addextrafield.php	2014-02-04 13:36:53 UTC (rev 19060)
@@ -101,7 +101,8 @@
 	}
 	echo $GLOBALS['HTML']->listTableBottom();
 
-	echo utils_requiredField().' '._('Indicates required fields.');
+	printf(_('Fields marked with %s are mandatory.'), utils_requiredField());
+
 } else {
 	echo "\n<p class=\"warning_msg\">"._('You have not defined any custom fields')."</p>";
 }

Modified: trunk/src/plugins/headermenu/view/admin/updateLinkValue.php
===================================================================
--- trunk/src/plugins/headermenu/view/admin/updateLinkValue.php	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/plugins/headermenu/view/admin/updateLinkValue.php	2014-02-04 13:36:53 UTC (rev 19060)
@@ -103,7 +103,7 @@
     echo '<input type="submit" name="submit" value="'. _('Cancel') .'" formnovalidate="formnovalidate" />';
 	echo '</p>';
 	echo '</form>';
-	echo utils_requiredField().' '._('Indicates required fields.');
+	printf(_('Fields marked with %s are mandatory.'), utils_requiredField());
 } else {
 	$error_msg = _('Cannot retrieve value for this link:').' '.$linkId;
 	session_redirect($redirect_url.'&error_msg='.urlencode($error_msg));

Modified: trunk/src/plugins/headermenu/view/admin/viewProjectConfiguration.php
===================================================================
--- trunk/src/plugins/headermenu/view/admin/viewProjectConfiguration.php	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/plugins/headermenu/view/admin/viewProjectConfiguration.php	2014-02-04 13:36:53 UTC (rev 19060)
@@ -124,4 +124,4 @@
 echo '</td></tr></table>';
 echo '</form>';
 
-echo utils_requiredField().' '._('Indicates required fields.');
+printf(_('Fields marked with %s are mandatory.'), utils_requiredField());

Modified: trunk/src/plugins/mantisbt/view/addIssue.php
===================================================================
--- trunk/src/plugins/mantisbt/view/addIssue.php	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/plugins/mantisbt/view/addIssue.php	2014-02-04 13:36:53 UTC (rev 19060)
@@ -145,6 +145,8 @@
 	echo 	'<div align="center">';
 	echo 		'<input type="button" name="submitbutton" value="'._('Submit').'" onclick="validate();">';
 	echo 	'</div>';
-	echo	'* '._('Mandatory fields');
+	echo 	'<p>';
+	printf(_('Fields marked with %s are mandatory.'), utils_requiredField());
+	echo 	'</p>';
 	echo 	'</form>';
 }

Modified: trunk/src/translations/bg.po
===================================================================
--- trunk/src/translations/bg.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/bg.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-02-01 14:38+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -208,13 +208,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -962,11 +963,17 @@
 msgid "Status of that document"
 msgstr ""
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-msgid "Mandatory fields"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
 msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "Публикуване"
 
@@ -1062,7 +1069,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1241,7 +1248,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1446,7 +1453,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr ""
 
@@ -1661,9 +1668,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -1926,7 +1933,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2015,14 +2022,15 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 #, fuzzy
 msgid "Could Not Get Forum Object"
 msgstr "Разрешение не беше получено"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2074,7 +2082,7 @@
 msgid "Delete"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2092,35 +2100,35 @@
 msgid "Add"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 msgid "Could not get message id"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2451,7 +2459,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2589,7 +2597,7 @@
 msgstr ""
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr ""
 
@@ -2603,7 +2611,7 @@
 msgid "Invalid Message Id"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2611,7 +2619,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2622,11 +2630,11 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2634,7 +2642,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "Съобщението не е намерено"
@@ -2774,7 +2782,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr ""
@@ -2996,7 +3004,7 @@
 msgstr ""
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3455,15 +3463,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "Форуми"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr ""
 
@@ -3487,8 +3495,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 #, fuzzy
 msgid "File Release System"
 msgstr "Модул \"Пакети\""
@@ -3497,7 +3505,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "Новини"
@@ -5003,7 +5011,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5700,7 +5708,7 @@
 msgstr ""
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6204,37 +6212,37 @@
 msgstr "Грешна парола"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 msgid "Relation between artifacts"
 msgstr ""
 
@@ -6505,8 +6513,8 @@
 msgstr ""
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6538,13 +6546,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr ""
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-msgid "Indicates required fields."
-msgstr ""
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -6684,77 +6685,77 @@
 msgid "Add/Reorder choices"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "Дневникът е обновен"
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 #, fuzzy
 msgid "none"
 msgstr "Готово"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "Редактиране на ролите"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr ""
 
@@ -7757,44 +7758,44 @@
 msgid "Latest File Releases"
 msgstr "Последно издадени пакети"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "Този проект не е публикувал никакви файлове."
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "Пакет"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "Преглед на всички издадени пакети"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -14820,11 +14821,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "Регистриране"
@@ -16504,11 +16500,16 @@
 msgid "Exports Available"
 msgstr "Няма статистика"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 #, fuzzy
 msgid "Source Code"
 msgstr "Модул \"Допитвания\""
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "Информация за проекта"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19173,30 +19174,30 @@
 msgid "Help Wanted Latest Posts"
 msgstr ""
 
-#: www/people/index.php:42
-msgid "Here is a list of positions available for this project."
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
 msgstr ""
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
+#: www/people/index.php:46
+msgid "Here is a list of positions available for this project."
 msgstr ""
 
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr "Изберете обява за видите по-подробно описание."
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr "Таблото за обяви на %s е за некомерсиално ползване."
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
@@ -19206,14 +19207,14 @@
 "е публикувал може да я премахне преждевременно. (Администраторите на проекти "
 "могат винаги да публикуват отново изтекли обяви.)"
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 "През списъка от категории можете да стигнете до проекти, които се нуждаят от "
 "помощ."
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
@@ -19221,16 +19222,16 @@
 "Ако сте администратор на проект, можете да публикувате обява от страницата "
 "за администриране на проекта."
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "Последни обяви"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "още нови обяви"
 

Modified: trunk/src/translations/ca.po
===================================================================
--- trunk/src/translations/ca.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/ca.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-02-01 14:38+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -220,13 +220,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -1001,12 +1002,17 @@
 msgid "Status of that document"
 msgstr "Monitoritza aquest paquet"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-#, fuzzy
-msgid "Mandatory fields"
-msgstr "Afegeix/actualitza els camps extra"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
+msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "Tramet informació"
 
@@ -1107,7 +1113,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1298,7 +1304,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1512,7 +1518,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr ""
 
@@ -1737,9 +1743,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -2004,7 +2010,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2099,14 +2105,15 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 #, fuzzy
 msgid "Could Not Get Forum Object"
 msgstr "No s'ha pogut actualitzar elpare"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2158,7 +2165,7 @@
 msgid "Delete"
 msgstr "Suprimeix"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2176,36 +2183,36 @@
 msgid "Add"
 msgstr "Afegeix"
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 #, fuzzy
 msgid "Could not get message id"
 msgstr "No s'ha pogut obtenir permís"
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2547,7 +2554,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2686,7 +2693,7 @@
 msgstr "No s'ha pogut actualitzar elpare"
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr "Ha d'incloure un cos i un tema del missatge."
 
@@ -2701,7 +2708,7 @@
 msgid "Invalid Message Id"
 msgstr "MessageID no vàlid"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2709,7 +2716,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2720,11 +2727,11 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2732,7 +2739,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "Missatge no trobat"
@@ -2885,7 +2892,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "Notes de publicació"
@@ -3120,7 +3127,7 @@
 msgstr "Arbre de projectes"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3660,15 +3667,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "Fòrums"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr "Rastrejadors"
 
@@ -3692,8 +3699,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 msgid "File Release System"
 msgstr "Sistema de publicació de fitxers"
 
@@ -3701,7 +3708,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "Notícies"
@@ -5261,7 +5268,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5966,7 +5973,7 @@
 msgstr "Cap"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6480,37 +6487,37 @@
 msgstr "ID no vàlid"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr "Quadre de selecció"
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr "Botons de ràdio"
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr "Camp de text"
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr "Àrea de text"
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 #, fuzzy
 msgid "Relation between artifacts"
 msgstr "Suprimeix el fitxer"
@@ -6790,8 +6797,8 @@
 msgstr "Nom"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6825,14 +6832,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr "NO entreu contrasenyes o informació confidencial al vostre missatge!"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-#, fuzzy
-msgid "Indicates required fields."
-msgstr "Es requereixen tots els camps!"
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -6974,34 +6973,34 @@
 msgid "Add/Reorder choices"
 msgstr "afegeix les seleccions"
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr "No heu definit cap camp extra"
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr "Nom del camp extra"
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr "Tipus de camp extra"
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
@@ -7009,44 +7008,44 @@
 "Els camps de text i les àrees de text han de tenir definits mida/longitud "
 "màxima i files/columnes, respectivament."
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr "Mida del camp de text/Files de l'àrea de text"
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr "Longitud màxima delcamp de text/Columnes del'àrea de text"
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 msgid "Hide the default none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 #, fuzzy
 msgid "none"
 msgstr "Fet"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 #, fuzzy
 msgid "Warning: this add new custom field"
 msgstr "Error a l'inserir un camp extra"
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "Edita publicacions"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr ""
 
@@ -8082,44 +8081,44 @@
 msgid "Latest File Releases"
 msgstr "Últimes publicacions de fitxers"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "Aquest projecte no ha alliberat cap fitxer"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "Paquet"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "Monitoritza aquest paquet"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "Visualitza tots els fitxers de projecte"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -15308,11 +15307,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "Registre"
@@ -17042,11 +17036,16 @@
 msgid "Exports Available"
 msgstr "No hi ha estadístiques disponibles"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 #, fuzzy
 msgid "Source Code"
 msgstr "Font IP"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "Error durant el rebuig del grup"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19785,58 +19784,58 @@
 msgid "Help Wanted Latest Posts"
 msgstr "Últims missatges de sol·licitud d'ajuda"
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "Sistema de petició d'ajuda"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr "Aquí hi ha una llista de posicions disponibles per a aquest projecte."
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "Sistema de petició d'ajuda"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr ""
 "Feu clic els títols dels treballs per unes descripcions més detallades."
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "Últims missatges"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "últims missatges"
 
@@ -23714,6 +23713,14 @@
 msgid "No User Name Provided"
 msgstr "Nom d'usuari"
 
+#, fuzzy
+#~ msgid "Mandatory fields"
+#~ msgstr "Afegeix/actualitza els camps extra"
+
+#, fuzzy
+#~ msgid "Indicates required fields."
+#~ msgstr "Es requereixen tots els camps!"
+
 #~ msgid "Monitoring has been turned off"
 #~ msgstr "S'ha desconnectat la monitorització"
 

Modified: trunk/src/translations/de.po
===================================================================
--- trunk/src/translations/de.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/de.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2010-07-16 10:07+0200\n"
 "Last-Translator: Thorsten Glaser <t.glaser at tarent.de>\n"
 "Language-Team: german\n"
@@ -220,13 +220,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -1008,12 +1009,17 @@
 msgid "Status of that document"
 msgstr "Dieses Paket nicht länger beobachten"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-#, fuzzy
-msgid "Mandatory fields"
-msgstr "Hinzufügen/Aktualisieren Extra-Felder"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
+msgstr "Felder, die mit %s markiert sind, sind Pflichtfelder."
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "Informationen abschicken"
 
@@ -1120,7 +1126,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1311,7 +1317,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1526,7 +1532,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr "Beobachte"
 
@@ -1749,9 +1755,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -2016,7 +2022,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2108,14 +2114,15 @@
 msgid "Child project"
 msgstr "Kindprojekt"
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 #, fuzzy
 msgid "Could Not Get Forum Object"
 msgstr "Konnte kein Foren-Objekt einholen"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2167,7 +2174,7 @@
 msgid "Delete"
 msgstr "Löschen"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2185,37 +2192,37 @@
 msgid "Add"
 msgstr "Hinzufügen"
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 #, fuzzy
 msgid "Could not get message id"
 msgstr "Konnte keine Nachrichten-ID einholen"
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr "Datei hochgeladen"
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr "Datei nicht hochgeladen"
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr "Ungültige Erweiterung"
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 "Fehler: Problem mit der Datei im Anhang die auf den Server hochgeladen wurde"
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr "Datei erfolgreich aktualisiert"
 
@@ -2552,7 +2559,7 @@
 msgstr "Dies ist der Inhalt der wartenden Nachricht"
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2696,7 +2703,7 @@
 msgstr "Konnte das Oberforum nicht aktualisieren"
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr ""
 "Die Nachricht muss einen Hauptteil (Body) und einen Betreff beinhalten."
@@ -2712,7 +2719,7 @@
 msgid "Invalid Message Id"
 msgstr "Ungültige Mitteilungs - Identität"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2723,7 +2730,7 @@
 "Lesen und Beantworten Sie diese Nachricht hier:  \n"
 "%s"
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, fuzzy, php-format
 msgid ""
 "\n"
@@ -2740,11 +2747,11 @@
 "(Geben Sie Ihren Antworttext hier ein)\n"
 "%1$s"
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr "Mit dieser Nachricht wurde eine Datei hochgeladen."
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2757,7 +2764,7 @@
 "und besuchen Sie:  \n"
 "%s\n"
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "Nachricht nicht gefunden"
@@ -2909,7 +2916,7 @@
 "veröffentlicht."
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "Versionsanmerkungen"
@@ -3148,7 +3155,7 @@
 msgstr "Softwarefundkarte"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3666,15 +3673,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "Foren"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr "Tracker"
 
@@ -3698,8 +3705,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 msgid "File Release System"
 msgstr "Datei Freigabesystem"
 
@@ -3707,7 +3714,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "Neuigkeiten"
@@ -5250,7 +5257,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5955,7 +5962,7 @@
 msgstr "Keine"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6467,37 +6474,37 @@
 msgstr "Ungültige ArtifactExtraField ID"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr "Auswahl Box"
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr "Check Box"
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr "Radio Buttons"
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr "Textfeld"
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr "Mehrfachauswahl Box"
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr "Textbereich"
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 msgid "Relation between artifacts"
 msgstr "Beziehung zwischen Artefakten"
 
@@ -6776,8 +6783,8 @@
 msgstr "Name"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6815,13 +6822,6 @@
 "Fügen Sie keine Passwörter oder vertrauliche Informationen in Ihre Nachricht "
 "ein!"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-msgid "Indicates required fields."
-msgstr "Weist auf benötigte Felder hin."
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 msgid "Invalid Group"
@@ -6960,34 +6960,34 @@
 msgid "Add/Reorder choices"
 msgstr "Auswahl hinzufügen"
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr "Sie haben keine Extra-Felder definiert"
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr "Ein neues anpassbares Feld hinzufügen"
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr "Extrafeldname"
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr "Feld Alias"
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr "Typ des Extrafeldes"
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr "Auswahlbox Techniker/ Bearbeiter"
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
@@ -6995,45 +6995,45 @@
 "Textfelder und Textbereiche müssen jeweils Größe/Maximale Länge und Reihen/"
 "Spalten definiert haben."
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr "Textfeldgröße /Textbereich Spalten"
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr "Textfeld maximale Länge/Textbereich Spalten"
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "Kann Kennzeichen nicht löschen: %s"
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 #, fuzzy
 msgid "none"
 msgstr "Kein"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr "Warnung: Dies fügt ein neues benutzerdefiniertes Feld hinzu"
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 #, fuzzy
 msgid "Custom Field Rendering Template"
 msgstr "Rendering-Muster für ein benutzerdefiniertes Feld"
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "Versionen editieren"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr "Template löschen"
 
@@ -8083,44 +8083,44 @@
 msgid "Latest File Releases"
 msgstr "Letzte Datei-Releases"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "Dieses Projekt hat bisher keine Dateien veröffentlicht."
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "Paket"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "Dieses Paket beobachten"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "Zeige alle Projektdateien"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -15312,11 +15312,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr "Felder, die mit %s markiert sind, sind Pflichtfelder."
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "Registrieren"
@@ -17037,10 +17032,15 @@
 msgid "Exports Available"
 msgstr "Exporte verfügbar"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 msgid "Source Code"
 msgstr "Quellcode"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "Fehler beim Ablehnen der Projekt: "
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19848,23 +19848,23 @@
 msgid "Help Wanted Latest Posts"
 msgstr "Neueste Posts zu »Hilfe gesucht«"
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "Hilfe-Such-System"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr "Hier ist eine Liste der verfügbaren Positionen für dieses Projekt."
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "Hilfe-Such-System"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr "Klicke Jobtitel für eine detailiertere Beschreibung."
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
@@ -19873,7 +19873,7 @@
 "Das %s Projekthilfe-Gesucht Brett ist für nicht-kommerzielle, Freiwillige "
 "Projekt Eröffungen. Kommerzieller Gebrauch ist verboten."
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
@@ -19883,14 +19883,14 @@
 "geschlossen werden. (Projekt Administratoren können immer Neuigkeiten zu "
 "geschlossenen Eröffungen schreiben.)"
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 "Durchsuchen Sie das Kategoriemenü, um Projekte zu finden, die nach Hilfe "
 "suchen."
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
@@ -19898,17 +19898,17 @@
 "Falls Sie ein Projektadministrator sind, loggen Sie sich ein und schreiben "
 "Hilfegesuche mithilfe der Administrationsseite."
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 "Um neue Jobkateforien vorzuschlagen, schreibe eine Bitte via Support-Manager."
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "Letzten Posts"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "neuere Posts"
 
@@ -23845,6 +23845,13 @@
 msgid "No User Name Provided"
 msgstr "Kein Benutzername angegeben"
 
+#, fuzzy
+#~ msgid "Mandatory fields"
+#~ msgstr "Hinzufügen/Aktualisieren Extra-Felder"
+
+#~ msgid "Indicates required fields."
+#~ msgstr "Weist auf benötigte Felder hin."
+
 #~ msgid "Query does not exist"
 #~ msgstr "Anfrage existiert nicht"
 

Modified: trunk/src/translations/en.po
===================================================================
--- trunk/src/translations/en.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/en.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-01-13 16:27+0100\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -208,13 +208,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -954,11 +955,17 @@
 msgid "Status of that document"
 msgstr ""
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-msgid "Mandatory fields"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
 msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr ""
 
@@ -1054,7 +1061,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1230,7 +1237,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1434,7 +1441,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr ""
 
@@ -1649,9 +1656,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -1914,7 +1921,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2002,13 +2009,14 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 msgid "Could Not Get Forum Object"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2060,7 +2068,7 @@
 msgid "Delete"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2078,35 +2086,35 @@
 msgid "Add"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 msgid "Could not get message id"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2426,7 +2434,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2562,7 +2570,7 @@
 msgstr ""
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr ""
 
@@ -2576,7 +2584,7 @@
 msgid "Invalid Message Id"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2584,7 +2592,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2595,11 +2603,11 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2607,7 +2615,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 msgid "Message not found"
 msgstr ""
 
@@ -2743,7 +2751,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr ""
@@ -2958,7 +2966,7 @@
 msgstr ""
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3413,15 +3421,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr ""
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr ""
 
@@ -3445,8 +3453,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 msgid "File Release System"
 msgstr ""
 
@@ -3454,7 +3462,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr ""
@@ -4862,7 +4870,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5533,7 +5541,7 @@
 msgstr ""
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6003,37 +6011,37 @@
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 msgid "Relation between artifacts"
 msgstr ""
 
@@ -6293,8 +6301,8 @@
 msgstr ""
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6326,13 +6334,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr ""
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-msgid "Indicates required fields."
-msgstr ""
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 msgid "Invalid Group"
@@ -6466,74 +6467,74 @@
 msgid "Add/Reorder choices"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 msgid "Hide the default none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 msgid "none"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 msgid "Edit template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr ""
 
@@ -7472,44 +7473,44 @@
 msgid "Latest File Releases"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -14076,11 +14077,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr ""
@@ -15674,10 +15670,14 @@
 msgid "Exports Available"
 msgstr ""
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 msgid "Source Code"
 msgstr ""
 
+#: www/export/rss20_activity.php:196
+msgid "Error: No group selected"
+msgstr ""
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -18211,57 +18211,57 @@
 msgid "Help Wanted Latest Posts"
 msgstr ""
 
-#: www/people/index.php:42
-msgid "Here is a list of positions available for this project."
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
 msgstr ""
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
+#: www/people/index.php:46
+msgid "Here is a list of positions available for this project."
 msgstr ""
 
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr ""
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr ""
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr ""
 

Modified: trunk/src/translations/es.po
===================================================================
--- trunk/src/translations/es.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/es.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2013-02-11 13:42+0100\n"
 "Last-Translator: skymix <skymix.es at gmail.com>\n"
 "Language-Team: Spanish/Spain\n"
@@ -213,13 +213,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -984,11 +985,17 @@
 msgid "Status of that document"
 msgstr "Estado del documento"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-msgid "Mandatory fields"
-msgstr "Campos obligatorios"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
+msgstr "Campos marcados con %s son obligatorios."
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "Enviar Documento"
 
@@ -1088,7 +1095,7 @@
 msgstr "Restaurar"
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1269,7 +1276,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1475,7 +1482,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr "Monitorizar"
 
@@ -1700,9 +1707,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -1966,7 +1973,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2057,13 +2064,14 @@
 msgid "Child project"
 msgstr "Proyecto Hijo"
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 msgid "Could Not Get Forum Object"
 msgstr "No se puedo obtener el objeto Forum"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2115,7 +2123,7 @@
 msgid "Delete"
 msgstr "Borrar"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2133,35 +2141,35 @@
 msgid "Add"
 msgstr "Añadir"
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 msgid "Could not get message id"
 msgstr "No se pudo obtener el id del mensaje"
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr "Fichero subido"
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr "Fichero no subido"
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr "Extensión inválida"
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr "Error con el fichero subido en el servidor "
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr "Fichero subido con éxito"
 
@@ -2491,7 +2499,7 @@
 msgstr "Este es el contenido del mensaje pendiente"
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2631,7 +2639,7 @@
 msgstr "No se pudo actualizar el padre"
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr "Se deben añadir Contenido y Asunto al Mensaje."
 
@@ -2646,7 +2654,7 @@
 msgid "Invalid Message Id"
 msgstr "Identificador de mensaje inválido"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2657,7 +2665,7 @@
 "Leer y responder a este mensaje a: \n"
 "%s"
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2674,11 +2682,11 @@
 "(ingrese su respuesta aquí)\n"
 "%1$s"
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr "Un archivo ha sido adjuntado con este mensaje."
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2689,7 +2697,7 @@
 "Para dejar de monitorizarlo, ingrese a %s y visite: \n"
 "%s\n"
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "Mensaje no encontrado"
@@ -2847,7 +2855,7 @@
 "El proyecto %1$s (%2$s) ha publicado una nueva versión del paquete “%3$s”."
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "Notas de la Versión"
@@ -3083,7 +3091,7 @@
 msgstr "Actualizar Software Forja"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3591,15 +3599,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "Foros"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr "Peticiones"
 
@@ -3623,8 +3631,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 msgid "File Release System"
 msgstr "Sistema de Publicación de Ficheros"
 
@@ -3632,7 +3640,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "Noticias"
@@ -5147,7 +5155,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5841,7 +5849,7 @@
 msgstr "Ninguno"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6328,37 +6336,37 @@
 msgstr "ID Artefacto Incorrecto"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr "Caja de Seleccion"
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr "Casilla de Selección"
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr "Boton de opción"
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr "Campo de Texto"
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr "Casilla Multi-Selección"
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr "Area de Texto"
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 msgid "Relation between artifacts"
 msgstr "Relación entre artefactos"
 
@@ -6635,8 +6643,8 @@
 msgstr "Nombre"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6672,13 +6680,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr "¡NO INCLUYA contraseñas o información secreta en su mensaje!"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-msgid "Indicates required fields."
-msgstr "Los campos indicados son necesários."
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -6816,34 +6817,34 @@
 msgid "Add/Reorder choices"
 msgstr "añadir opciones"
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr "No ha definido ningún campo personalizado"
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr "Añadir campo personalizado"
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr "Nombre del campo personalizado"
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr "Campo alias"
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr "Tipe del campo personalizado"
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr "Caja Tipo Tecnico"
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
@@ -6851,42 +6852,42 @@
 "Campos de Texto y Areas de Texto necesitan tener Tamaño/Longitud y Columnas/"
 "Filas definidas respectivamente."
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr "Tamaño del Campo de Texto/Columnas de Texto"
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr "Maximo tamaño de Campo de Texto/Columnas de Texto"
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "No puedo poner valor por defecto: "
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 msgid "none"
 msgstr "Hecho"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr "Aviso: esto añade un campo personalizado"
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr "Plantilla de Campo Personalizado"
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 msgid "Edit template"
 msgstr "Editar plantilla"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr "Borrar plantilla"
 
@@ -7908,33 +7909,33 @@
 msgid "Latest File Releases"
 msgstr "Últimas Publicaciones de Ficheros"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "Este proyecto no ha publicado ningún fichero"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "Paquete"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "Monitorizar esta página"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "Ver todos los Ficheros del Proyecto"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 "Lista los mas recientes paquetes disponibles para descargar en una revisión."
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
@@ -7942,7 +7943,7 @@
 "Un Icono de Notas de Liberación le permite localizar los ultimos cambios y "
 "comentarios de desarolladores asociados con esta revisión."
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
@@ -7950,7 +7951,7 @@
 "Aparecerá un icono de monitorización, seleccionando este icono provocará la "
 "monitorización de este paquete."
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -14930,11 +14931,6 @@
 msgid "Activate this user immediately"
 msgstr "Activar este usuario inmediatamente"
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr "Campos marcados con %s son obligatorios."
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "Regístrese"
@@ -16602,10 +16598,15 @@
 msgid "Exports Available"
 msgstr "Disponibles Exportaciones"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 msgid "Source Code"
 msgstr "Código fuente"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "Error: No seleccionado grupo"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19320,24 +19321,24 @@
 msgid "Help Wanted Latest Posts"
 msgstr "Ultimas Publicaciones de Solicitud de Ayuda"
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "Proyectos que necesitan ayuda"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr "Aquí hay una lista de las posiciones disponibles para este proyecto."
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "Proyectos que necesitan ayuda"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr ""
 "Pulse en los títulos de los trabajos para descripciones más detalladas."
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
@@ -19346,7 +19347,7 @@
 "La Página de Búsqueda de Ayuda de ·%s es para uso no comercial, se buscan "
 "voluntarios para el proyecto. Un uso comercial estará prohibido."
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
@@ -19356,14 +19357,14 @@
 "emisor lo cierre, lo que suceda antes. (Administradores puede volver a re-"
 "publicar entradas caducadas)"
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 "Navegar a través del menu de categorias para localizar proyectos que busquen "
 "ayuda."
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
@@ -19371,17 +19372,17 @@
 "Si eres un administrador de proyectos, acceda y envie una petición de ayuda "
 "a través de su página de administrador del proyecto."
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 "Para sugerir un nuevo trabajo, envie una petición via el gestor de ayuidas."
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "Últimas historias"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "más historias recientes"
 
@@ -23217,6 +23218,12 @@
 msgid "No User Name Provided"
 msgstr "No ha proporcionado el nombre de usuario"
 
+#~ msgid "Mandatory fields"
+#~ msgstr "Campos obligatorios"
+
+#~ msgid "Indicates required fields."
+#~ msgstr "Los campos indicados son necesários."
+
 #~ msgid "Displaying results %1$d‒%2$d."
 #~ msgstr "Mostrando resultados %1$d‒%2$d."
 

Modified: trunk/src/translations/eu.po
===================================================================
--- trunk/src/translations/eu.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/eu.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-02-19 23:28+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -224,13 +224,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -1017,11 +1018,17 @@
 msgid "Status of that document"
 msgstr "Orri hau monitorizatu"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-msgid "Mandatory fields"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
 msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "Dokumentua bidali"
 
@@ -1124,7 +1131,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1314,7 +1321,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1530,7 +1537,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr ""
 
@@ -1756,9 +1763,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -2023,7 +2030,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2118,14 +2125,15 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 #, fuzzy
 msgid "Could Not Get Forum Object"
 msgstr "Ezin dut mezu nagusia eguneratu"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2177,7 +2185,7 @@
 msgid "Delete"
 msgstr "Ezabatu"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2195,36 +2203,36 @@
 msgid "Add"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 #, fuzzy
 msgid "Could not get message id"
 msgstr "Ezin duzu baimena lortu"
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2565,7 +2573,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2705,7 +2713,7 @@
 msgstr "Ezin dut mezu nagusia eguneratu"
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr "Edukia eta gaia gehitu behar zaizkio mezuari."
 
@@ -2720,7 +2728,7 @@
 msgid "Invalid Message Id"
 msgstr "Mezu ID baliogabea"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2728,7 +2736,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2739,11 +2747,11 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2751,7 +2759,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "Mezua ez da aurkitu"
@@ -2908,7 +2916,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "Bertsioaren oharrak"
@@ -3145,7 +3153,7 @@
 msgstr "Proiektuen mapa"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3675,15 +3683,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "Foroak"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr ""
 
@@ -3707,8 +3715,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 #, fuzzy
 msgid "File Release System"
 msgstr "Fitxeroak argitaratzeko sistema erabili"
@@ -3717,7 +3725,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "Albisteak"
@@ -5270,7 +5278,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5977,7 +5985,7 @@
 msgstr "Bat ere ez"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6496,37 +6504,37 @@
 msgstr "ID baliogabea"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 #, fuzzy
 msgid "Relation between artifacts"
 msgstr "Ezabatu artefaktua"
@@ -6807,8 +6815,8 @@
 msgstr "Izena"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6842,14 +6850,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr "¡Ez erabili pasahitzik edo informazio sekreturik zure mezuan!"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-#, fuzzy
-msgid "Indicates required fields."
-msgstr "¡Eremu guztiak derrigorrezkoak dira!"
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -6992,77 +6992,77 @@
 msgid "Add/Reorder choices"
 msgstr "gehitu aukerak"
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr "Ez duzu eremu pertsonalizaturik zehaztu"
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr "Gehitu eremu pertsonalizatu berria"
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr "Eremu pertsonalizatu izena"
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr "Eremu ezizena"
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr "Eremu pertsonalizatu mota"
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "Rzin da sistema taldea ezabatu"
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 #, fuzzy
 msgid "none"
 msgstr "Egina"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "Bertsioa editatu"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr "Ezabatu txantiloia"
 
@@ -8092,44 +8092,44 @@
 msgid "Latest File Releases"
 msgstr "Fitxeroen azken argitalpenak"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "Proiektu honek ez du oraindik fitxerorik argitaratu"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "Pakete"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "Orri hau monitorizatu"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "Proiektuaren fitxero guztiak ikusi"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -15274,11 +15274,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "Erregistratu hadi"
@@ -16999,11 +16994,16 @@
 msgid "Exports Available"
 msgstr "Estatistikak ez daude eskuragarri"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 #, fuzzy
 msgid "Source Code"
 msgstr "Jatorrizko IP-a"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "Akatsa taldetik baztertzerakoanError durante el rechazo de grupo"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19724,57 +19724,57 @@
 msgid "Help Wanted Latest Posts"
 msgstr "Laguntza eskaeren azken argitalpenak"
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "Laguntza behar duten proiektuak"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr "Hemen proiektu honetan eskuragarri dauden posizioen zerrenda dago."
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "Laguntza behar duten proiektuak"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr "Lanen izenburuan sakatu deskribapen zehatzagoak irakurtzeko."
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "Azken ekarpenak"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "Ekarpen berri gehiago"
 
@@ -23629,6 +23629,10 @@
 msgstr "Ez da erabiltzaile-izenik eman"
 
 #, fuzzy
+#~ msgid "Indicates required fields."
+#~ msgstr "¡Eremu guztiak derrigorrezkoak dira!"
+
+#, fuzzy
 #~ msgid "This user is not a member of any projects."
 #~ msgstr "Garatzaile hau ez inungo proiektuko kidea."
 

Modified: trunk/src/translations/fr.po
===================================================================
--- trunk/src/translations/fr.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/fr.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2013-06-03 17:17+0100\n"
 "Last-Translator: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent."
 "com>\n"
@@ -210,13 +210,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -964,11 +965,17 @@
 msgid "Status of that document"
 msgstr "État de ce document"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-msgid "Mandatory fields"
-msgstr "Champs obligatoires"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
+msgstr "Les champs marqués avec %s sont obligatoires."
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "Soumettre les informations"
 
@@ -1066,7 +1073,7 @@
 msgstr "Restaurer"
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1247,7 +1254,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1453,7 +1460,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr "Surveiller"
 
@@ -1672,9 +1679,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -1937,7 +1944,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2026,13 +2033,14 @@
 msgid "Child project"
 msgstr "Projet fils"
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 msgid "Could Not Get Forum Object"
 msgstr "Erreur lors de la création de l'objet Forum"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2084,7 +2092,7 @@
 msgid "Delete"
 msgstr "Supprimer"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2102,35 +2110,35 @@
 msgid "Add"
 msgstr "Ajouter"
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 msgid "Could not get message id"
 msgstr "Erreur lors de la récupération de l'identifiant de message"
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr "Fichier publié"
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr "Fichier non publié"
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr "Extension invalide"
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr "Un problème est survenu avec la pièce jointe envoyée sur le serveur"
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr "Fichier publié avec succès"
 
@@ -2454,7 +2462,7 @@
 msgstr "Voici le contenu du message en attente"
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2596,7 +2604,7 @@
 msgstr "Échec lors de la mise à jour du parent"
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr ""
 "Erreur : un message de forum doit contenir un sujet et un corps de message."
@@ -2611,7 +2619,7 @@
 msgid "Invalid Message Id"
 msgstr "Identifiant de message invalide"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2622,7 +2630,7 @@
 "Pour lire ce message en détail et y répondre :\n"
 "%s"
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, fuzzy, php-format
 msgid ""
 "\n"
@@ -2639,11 +2647,11 @@
 "(tapez votre réponse ici)\n"
 "%1$s"
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr "Un fichier a été joint à ce message."
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2654,7 +2662,7 @@
 "Pour interrompre la surveillance, connectez-vous à %s et suivez ce lien :\n"
 "%s\n"
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 msgid "Message not found"
 msgstr "Message non trouvé"
 
@@ -2798,7 +2806,7 @@
 "Le projet %1$s (%2$s) a publié une nouvelle version de son paquet « %3$s »."
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "Notes de version"
@@ -3030,7 +3038,7 @@
 msgstr "Mettre à jour le logiciel de la Forge"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3537,15 +3545,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "Forums"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr "Outils de suivi"
 
@@ -3569,8 +3577,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 msgid "File Release System"
 msgstr "Système de publication de fichiers"
 
@@ -3578,7 +3586,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "Annonces"
@@ -5061,7 +5069,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5751,7 +5759,7 @@
 msgstr "Aucun(e)"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6238,37 +6246,37 @@
 msgstr "Numéro d'ArtifactExtraField invalide"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr "Liste déroulante"
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr "Cases à cocher"
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr "Boutons radio"
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr "Champ texte"
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr "Liste déroulante à sélection multiple"
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr "Zone de texte"
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 msgid "Relation between artifacts"
 msgstr "Relation entre éléments"
 
@@ -6548,8 +6556,8 @@
 msgstr "Nom"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6585,13 +6593,6 @@
 "N'entrez SURTOUT PAS de mot de passe ou d'informations confidentielles dans "
 "vos messages !"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-msgid "Indicates required fields."
-msgstr "Indique les champs requis."
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 msgid "Invalid Group"
@@ -6727,34 +6728,34 @@
 msgid "Add/Reorder choices"
 msgstr "Ajouter ou réordonner des éléments"
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr "Vous n'avez pas défini de champ supplémentaire"
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr "Ajouter un nouveau champ supplémentaire"
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr "Nom du champ supplémentaire"
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr "Alias du champ"
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr "Type de champ supplémentaire"
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr "Type de boîte : technicien"
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
@@ -6762,42 +6763,42 @@
 "Les champs texte et les zones de textes ont besoin d'avoir une taille/"
 "longueur maximale et le nombre de lignes/colonnes respectivement définis."
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr "Taille du champ texte/Lignes de la zone de texte"
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr "Longueur maximale du champ texte/Colonne de la zone de texte"
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "Erreur lors du réglage de la valeur par défaut : "
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 msgid "none"
 msgstr "Aucun"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr "Attention : ceci ajoute un nouveau champ supplémentaire"
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr "Modèle de rendu de champ supplémentaire"
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 msgid "Edit template"
 msgstr "Modifier le modèle"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr "Supprimer le modèle"
 
@@ -7804,32 +7805,32 @@
 msgid "Latest File Releases"
 msgstr "Derniers fichiers publiés"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "Ce projet n'a pas encore publié de fichier"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "Paquet"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "Surveiller ce paquet"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "Voir tous les fichiers du projet"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr "Liste des paquets les plus récents disponibles au téléchargement."
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
@@ -7837,14 +7838,14 @@
 "Une icône de Notes de Publication donne une liste des derniers changements "
 "et des commentaires des développeurs sur une révision."
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 "L'icône de supervision permet de déclencher la surveillance d'un paquet."
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -14788,11 +14789,6 @@
 msgid "Activate this user immediately"
 msgstr "Activer cet utilisateur immédiatement"
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr "Les champs marqués avec %s sont obligatoires."
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "S'inscrire"
@@ -16450,10 +16446,15 @@
 msgid "Exports Available"
 msgstr "Exports disponibles"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 msgid "Source Code"
 msgstr "Code source"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "Erreur lors du refus d'un projet : "
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19240,23 +19241,23 @@
 msgid "Help Wanted Latest Posts"
 msgstr "Derniers envois de demande d'aide"
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "Les projets ayant besoin d'aide"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr "Voici une liste de fonctions possibles dans ce projet."
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "Les projets ayant besoin d'aide"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr "Cliquez sur les noms de « métiers » pour plus d'informations."
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
@@ -19265,7 +19266,7 @@
 "Le système d'annonces de %s permet de publier des postes pour des "
 "volontaires. Toute utilisation commerciale est interdite."
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
@@ -19276,14 +19277,14 @@
 "administrateurs de projets peuvent toujours soumettre une nouvelle fois les "
 "offres qui ont expiré.)"
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 "Naviguez dans le menu des catégories pour trouver des projets qui "
 "recherchent votre aide."
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
@@ -19291,18 +19292,18 @@
 "Si vous êtes administrateur de projet, identifiez-vous et soumettez des "
 "demandes d'aide à travers l'interface d'administration de votre projet."
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 "Pour suggérer de nouvelles catégories, soumettez votre demande via le "
 "gestionnaire de support."
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "Dernières demandes"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "Encore ..."
 
@@ -23130,6 +23131,12 @@
 msgid "No User Name Provided"
 msgstr "Aucun nom d'utilisateur n'a été fourni"
 
+#~ msgid "Mandatory fields"
+#~ msgstr "Champs obligatoires"
+
+#~ msgid "Indicates required fields."
+#~ msgstr "Indique les champs requis."
+
 #~ msgid "Displaying results %1$d‒%2$d."
 #~ msgstr "Affichage des résultats %1$d‒%2$d."
 

Modified: trunk/src/translations/fusionforge.pot
===================================================================
--- trunk/src/translations/fusionforge.pot	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/fusionforge.pot	2014-02-04 13:36:53 UTC (rev 19060)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -208,13 +208,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -954,11 +955,17 @@
 msgid "Status of that document"
 msgstr ""
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-msgid "Mandatory fields"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
 msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr ""
 
@@ -1054,7 +1061,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1230,7 +1237,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1434,7 +1441,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr ""
 
@@ -1649,9 +1656,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -1914,7 +1921,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2002,13 +2009,14 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 msgid "Could Not Get Forum Object"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2060,7 +2068,7 @@
 msgid "Delete"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2078,35 +2086,35 @@
 msgid "Add"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 msgid "Could not get message id"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2426,7 +2434,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2562,7 +2570,7 @@
 msgstr ""
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr ""
 
@@ -2576,7 +2584,7 @@
 msgid "Invalid Message Id"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2584,7 +2592,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2595,11 +2603,11 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2607,7 +2615,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 msgid "Message not found"
 msgstr ""
 
@@ -2743,7 +2751,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr ""
@@ -2958,7 +2966,7 @@
 msgstr ""
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3413,15 +3421,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr ""
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr ""
 
@@ -3445,8 +3453,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 msgid "File Release System"
 msgstr ""
 
@@ -3454,7 +3462,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr ""
@@ -4860,7 +4868,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5531,7 +5539,7 @@
 msgstr ""
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6001,37 +6009,37 @@
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 msgid "Relation between artifacts"
 msgstr ""
 
@@ -6291,8 +6299,8 @@
 msgstr ""
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6324,13 +6332,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr ""
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-msgid "Indicates required fields."
-msgstr ""
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 msgid "Invalid Group"
@@ -6464,74 +6465,74 @@
 msgid "Add/Reorder choices"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 msgid "Hide the default none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 msgid "none"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 msgid "Edit template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr ""
 
@@ -7470,44 +7471,44 @@
 msgid "Latest File Releases"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -14064,11 +14065,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr ""
@@ -15662,10 +15658,14 @@
 msgid "Exports Available"
 msgstr ""
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 msgid "Source Code"
 msgstr ""
 
+#: www/export/rss20_activity.php:196
+msgid "Error: No group selected"
+msgstr ""
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -18199,57 +18199,57 @@
 msgid "Help Wanted Latest Posts"
 msgstr ""
 
-#: www/people/index.php:42
-msgid "Here is a list of positions available for this project."
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
 msgstr ""
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
+#: www/people/index.php:46
+msgid "Here is a list of positions available for this project."
 msgstr ""
 
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr ""
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr ""
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr ""
 

Modified: trunk/src/translations/gl.po
===================================================================
--- trunk/src/translations/gl.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/gl.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-09-21 10:21+0100\n"
 "Last-Translator: José Manuel Castroagudín Silva <chavescesures at gmail.com>\n"
 "Language-Team: Galician <g11n at mancomun.org>\n"
@@ -223,13 +223,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -1013,12 +1014,17 @@
 msgid "Status of that document"
 msgstr "Deixar de monitorizar este paquete"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-#, fuzzy
-msgid "Mandatory fields"
-msgstr "Xestionar campos personalizados"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
+msgstr "Os campos marcados con %s son obrigados."
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "enviar información"
 
@@ -1125,7 +1131,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1319,7 +1325,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1535,7 +1541,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr "Monitorizar "
 
@@ -1762,9 +1768,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -2029,7 +2035,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2125,13 +2131,14 @@
 msgid "Child project"
 msgstr "Proxecto fillo"
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 msgid "Could Not Get Forum Object"
 msgstr "Non se puido obter o obxecto de foro"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2183,7 +2190,7 @@
 msgid "Delete"
 msgstr "Eliminar"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2201,35 +2208,35 @@
 msgid "Add"
 msgstr "Engadir "
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 msgid "Could not get message id"
 msgstr "Non se puido obter o identificador da mensaxe"
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr "Cargouse o ficheiro"
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr "Non se cargou o ficheiro"
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr "Extensión non válida"
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr "Produciuse un erro, houbo un problema co anexo cargado no servidor"
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr "O ficheiro actualizouse correctamente"
 
@@ -2568,7 +2575,7 @@
 msgstr "Este é o contido da mensaxe pendente"
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2709,7 +2716,7 @@
 msgstr "Non se pode actualizar a mensaxe superior "
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr "Debe incluír o contido e o asunto da mensaxe."
 
@@ -2724,7 +2731,7 @@
 msgid "Invalid Message Id"
 msgstr "O ID da mensaxe non é válido"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2735,7 +2742,7 @@
 "Lea e responda a esta mensaxe en: \n"
 "%s"
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, fuzzy, php-format
 msgid ""
 "\n"
@@ -2752,11 +2759,11 @@
 "(Introduza a súa resposta aquí)\n"
 "%1$s"
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr "Subiuse un ficheiro con esta mensaxe."
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2767,7 +2774,7 @@
 "Para deixar de monitorizalo, conéctese a %s e visite: \n"
 "%s\n"
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "Non se atopou a mensaxe"
@@ -2924,7 +2931,7 @@
 msgstr "O proxecto %1$s (%2$s) publicou unha nova versión do paquete “%3$s”."
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "Notas da publicación"
@@ -3163,7 +3170,7 @@
 msgstr "Árbore de proxectos"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3693,15 +3700,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "Foros "
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr "Rexistros "
 
@@ -3725,8 +3732,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 msgid "File Release System"
 msgstr "Sistema de liberación de ficheiros"
 
@@ -3734,7 +3741,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "Novas "
@@ -5290,7 +5297,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5999,7 +6006,7 @@
 msgstr "Ningún"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6513,37 +6520,37 @@
 msgstr "ID non válido"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr "Caixa de selección"
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr "Caixa de verificación"
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr "Botóns de radio "
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr "Campo de texto"
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr "Caixa de múltiplas seleccións"
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr "Área de texto"
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 msgid "Relation between artifacts"
 msgstr "Relación entre artefactos"
 
@@ -6825,8 +6832,8 @@
 msgstr "Nome"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6862,13 +6869,6 @@
 msgstr ""
 "NON introduza contrasinais nin información confidencial na súa mensaxe!"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-msgid "Indicates required fields."
-msgstr "Indica campos obrigados."
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -7008,34 +7008,34 @@
 msgid "Add/Reorder choices"
 msgstr "Engadir opcións"
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr "Non definiu ningún campo personalizado"
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr "Engadir novo campo personalizado"
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr "Nome de campo personalizado"
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr "Alias do campo"
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr "Tipo de campo personalizado"
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr "Técnico de tipo de caixas"
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
@@ -7043,43 +7043,43 @@
 "Os campos de text e as áreas de texto deben ter tamaño/tamaño máximo e "
 "columnas/filas definidas, respectivamente."
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr "Tamaño do campo de texto / filas da área de texto"
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr "Tamaño máximo do campo de texto / columnas da área de texto"
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "Non se pode eliminar a etiqueta: %s"
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 msgid "none"
 msgstr "Ningún"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr "Aviso: isto engade un novo campo personalizado"
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr "Modelo para amosar o campo personalizado"
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "Editar as publicacións "
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr "Eliminar modelo"
 
@@ -8131,44 +8131,44 @@
 msgid "Latest File Releases"
 msgstr "Últimas publicacións de ficheiros"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "Este proxecto aínda non publicou ningún ficheiro"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "Paquete "
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "Monitorizar este paquete"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "Ver todos os ficheiros do proxecto "
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -15430,11 +15430,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr "Os campos marcados con %s son obrigados."
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "Rexistrar"
@@ -17160,11 +17155,16 @@
 msgid "Exports Available"
 msgstr "As estatísticas non están dispoñíbeis"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 #, fuzzy
 msgid "Source Code"
 msgstr "IP de orixe"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "Produciuse un error ao rexeitar o grupo "
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19940,58 +19940,58 @@
 msgid "Help Wanted Latest Posts"
 msgstr "Últimas mensaxes en solicitudes de axuda"
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "Sistema de solicitudes de axuda"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr "Esta é unha lista de postos dispoñíbeis neste proxecto."
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "Sistema de solicitudes de axuda"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr ""
 "Prema nos títulos dos traballos para obter descricións máis detalladas."
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "Últimas publicacións"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "Máis publicacións anteriores"
 
@@ -23887,6 +23887,13 @@
 msgid "No User Name Provided"
 msgstr "Non se introduciu un nome de usuario"
 
+#, fuzzy
+#~ msgid "Mandatory fields"
+#~ msgstr "Xestionar campos personalizados"
+
+#~ msgid "Indicates required fields."
+#~ msgstr "Indica campos obrigados."
+
 #~ msgid "Query does not exist"
 #~ msgstr "A consulta non existe "
 

Modified: trunk/src/translations/it.po
===================================================================
--- trunk/src/translations/it.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/it.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2010-10-06 15:06+0200\n"
 "Last-Translator: Reinhard Spisser <reinhard.spisser at fiditalia.it>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -223,13 +223,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -1017,12 +1018,17 @@
 msgid "Status of that document"
 msgstr "Tieni sotto controllo questo package"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-#, fuzzy
-msgid "Mandatory fields"
-msgstr "Gestisci campi personalizzati"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
+msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "Invia informazioni"
 
@@ -1128,7 +1134,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1322,7 +1328,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1539,7 +1545,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr "Notifica"
 
@@ -1766,9 +1772,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -2033,7 +2039,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2130,14 +2136,15 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 #, fuzzy
 msgid "Could Not Get Forum Object"
 msgstr "Non ho potuto aggiornare il messaggio superiore"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2189,7 +2196,7 @@
 msgid "Delete"
 msgstr "Rimuovi"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2207,36 +2214,36 @@
 msgid "Add"
 msgstr "Aggiungi"
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 #, fuzzy
 msgid "Could not get message id"
 msgstr "Impossibile ottenere il permesso."
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr "Effettuato l'upload del file"
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr "Non è stato effettuato l'upload del file"
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr "Estensione non valida"
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr "Errore, problema con l'upload del file"
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr "Effettuato l'upload del file"
 
@@ -2578,7 +2585,7 @@
 msgstr "Questo è il contenuto del messaggio in attesa di approvazione"
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2717,7 +2724,7 @@
 msgstr "Impossibile aggiornare il messaggio padre"
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr "Deve includere un oggetto e il contenuto."
 
@@ -2732,7 +2739,7 @@
 msgid "Invalid Message Id"
 msgstr "ID messaggio non valido"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2743,7 +2750,7 @@
 "Leggi questo messaggio e rispondi a: \n"
 "%s"
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, fuzzy, php-format
 msgid ""
 "\n"
@@ -2759,11 +2766,11 @@
 "(inserisci qui la tua risposta)\n"
 "%1$s"
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr "Un file è stato caricato con questo messaggio."
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2774,7 +2781,7 @@
 "Per terminare la notifica, fai il login a %s e vai alla pagina: \n"
 "%s\n"
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "Messaggio non trovato"
@@ -2933,7 +2940,7 @@
 "“%3$s”."
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "Note di rilascio"
@@ -3174,7 +3181,7 @@
 msgstr "Mappa del software Trove"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3701,15 +3708,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "Forum"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr "Tracker"
 
@@ -3733,8 +3740,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 #, fuzzy
 msgid "File Release System"
 msgstr "Usa il sistema per i rilasci di file"
@@ -3743,7 +3750,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "Notizie"
@@ -5300,7 +5307,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -6008,7 +6015,7 @@
 msgstr "Nessuno"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6524,37 +6531,37 @@
 msgstr "ID non valido"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr "Casella di selezione (Select)"
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr "Check Box"
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr "Radio buttons"
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr "Campo testo"
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr "Casella di scelta multipla (multi-select)"
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr "Area di testo"
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 #, fuzzy
 msgid "Relation between artifacts"
 msgstr "Rimuovi template"
@@ -6837,8 +6844,8 @@
 msgstr "Nome"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6872,14 +6879,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr "NON inserire password o informazioni confidenziali nel tuo messaggio!"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-#, fuzzy
-msgid "Indicates required fields."
-msgstr "Tutti i campi sono richiesti!"
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -7021,34 +7020,34 @@
 msgid "Add/Reorder choices"
 msgstr "aggiungi scelte"
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr "Non sono stati definiti campi personalizzati"
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr "Aggiungi nuovo campo personalizzato"
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr "Nome campo personalizzato"
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr "Alias del campo"
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr "Tipo del campo personalizzato"
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
@@ -7056,45 +7055,45 @@
 "Per i tipi campo testo e area di testo è necessario definire rispettivamente "
 "una dimensione/dimensione massima e il numero di righe/colonne."
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr "Dimensione campo testo/righe area testo"
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr "Lunghezza massima campo testo/colonne area testo"
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "Impossibile aggiungere database"
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 #, fuzzy
 msgid "none"
 msgstr "Fatto"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 #, fuzzy
 msgid "Warning: this add new custom field"
 msgstr "Errore durante l'inserimento di un campo personalizzato"
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr "Template per la visualizzazione del campo personalizzato"
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "Modifica rilasci"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr "Rimuovi template"
 
@@ -8139,44 +8138,44 @@
 msgid "Latest File Releases"
 msgstr "Ultimi rilasci"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "Questo progetto non ha rilasciato alcun file"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "Pacchetto"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "Tieni sotto controllo questo package"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "Visualizza tutti i file"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -15326,11 +15325,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "Registra"
@@ -17057,11 +17051,16 @@
 msgid "Exports Available"
 msgstr "Statistiche non disponibili"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 #, fuzzy
 msgid "Source Code"
 msgstr "Indirizzo IP"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "Errore durante la fase di rigetto del progetto"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19790,24 +19789,24 @@
 msgid "Help Wanted Latest Posts"
 msgstr "Ultimi inserimenti"
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "Sistema per la ricerca di aiuto"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr ""
 "Di seguito è elencato un elenco di posizioni disponibili per il progetto."
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "Sistema per la ricerca di aiuto"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr "Seleziona il titolo delle posizioni per maggiori informazioni."
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
@@ -19816,7 +19815,7 @@
 "I progetti in ricerca di aiuto di %s sono disponibile per progetti non "
 "commerciali. Non è consentito un uso commerciale."
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
@@ -19826,12 +19825,12 @@
 "chiusa la posizione. Gli amministratori di progetto possono ri-postare "
 "posizioni scadute."
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr "Consulta i menu di categoria per trovare i progetti in cerca di aiuto."
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
@@ -19839,18 +19838,18 @@
 "Se sei un amministratore di progetto, fai il login e inserisci le tue "
 "richieste d'aiuto tramite la tua pagina di amminstrazione progetto."
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 "Per suggerire ulteriori categorie, sottoponi una richiesta tramite il "
 "support manager."
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "Ultimi inserimenti"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "inserimenti più recenti"
 
@@ -23738,6 +23737,14 @@
 msgid "No User Name Provided"
 msgstr "Non è stato inserito alcun file"
 
+#, fuzzy
+#~ msgid "Mandatory fields"
+#~ msgstr "Gestisci campi personalizzati"
+
+#, fuzzy
+#~ msgid "Indicates required fields."
+#~ msgstr "Tutti i campi sono richiesti!"
+
 #~ msgid "Query does not exist"
 #~ msgstr "La query non esiste"
 

Modified: trunk/src/translations/ja.po
===================================================================
--- trunk/src/translations/ja.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/ja.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-01-15 14:05+0100\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -224,13 +224,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -1013,11 +1014,17 @@
 msgid "Status of that document"
 msgstr "ストップモニタリング"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-msgid "Mandatory fields"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
 msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "情報送信"
 
@@ -1120,7 +1127,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1310,7 +1317,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1523,7 +1530,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr ""
 
@@ -1747,9 +1754,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -2014,7 +2021,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2109,14 +2116,15 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 #, fuzzy
 msgid "Could Not Get Forum Object"
 msgstr "パーミッションが取得できません。"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2168,7 +2176,7 @@
 msgid "Delete"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2186,36 +2194,36 @@
 msgid "Add"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 #, fuzzy
 msgid "Could not get message id"
 msgstr "パーミッションが取得できません。"
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2554,7 +2562,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2693,7 +2701,7 @@
 msgstr ""
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr ""
 
@@ -2708,7 +2716,7 @@
 msgid "Invalid Message Id"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2716,7 +2724,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2727,11 +2735,11 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2739,7 +2747,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "調査報告は見つかりません"
@@ -2893,7 +2901,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr ""
@@ -3122,7 +3130,7 @@
 msgstr "ソフトマップ"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3607,15 +3615,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "フォーラム"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr ""
 
@@ -3639,8 +3647,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 #, fuzzy
 msgid "File Release System"
 msgstr "クイックリリースシステム"
@@ -3649,7 +3657,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "ニュース"
@@ -5158,7 +5166,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5852,7 +5860,7 @@
 msgstr ""
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6352,37 +6360,37 @@
 msgstr "無効なオペレーション"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 msgid "Relation between artifacts"
 msgstr ""
 
@@ -6654,8 +6662,8 @@
 msgstr ""
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6687,13 +6695,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr ""
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-msgid "Indicates required fields."
-msgstr ""
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -6832,75 +6833,75 @@
 msgid "Add/Reorder choices"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 msgid "Hide the default none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 msgid "none"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "ニューリリース"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr ""
 
@@ -7905,44 +7906,44 @@
 msgid "Latest File Releases"
 msgstr "最新ファイルリリース"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "このプロジェクトはファイルをひとつもリリースしていません。"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -14919,11 +14920,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "登録"
@@ -16597,11 +16593,16 @@
 msgid "Exports Available"
 msgstr ""
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 #, fuzzy
 msgid "Source Code"
 msgstr "タスクマネージャ"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "パーミッションが取得できません。"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19226,57 +19227,57 @@
 msgid "Help Wanted Latest Posts"
 msgstr ""
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "プロジェクトが協力者を求めています。"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr ""
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "プロジェクトが協力者を求めています。"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr ""
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr ""
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr ""
 

Modified: trunk/src/translations/ko.po
===================================================================
--- trunk/src/translations/ko.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/ko.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -221,13 +221,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -1008,11 +1009,17 @@
 msgid "Status of that document"
 msgstr "이 패키지를 모니터링하기"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-msgid "Mandatory fields"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
 msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "제출 정보"
 
@@ -1115,7 +1122,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1302,7 +1309,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1517,7 +1524,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr ""
 
@@ -1743,9 +1750,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -2010,7 +2017,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2105,13 +2112,14 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 msgid "Could Not Get Forum Object"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2163,7 +2171,7 @@
 msgid "Delete"
 msgstr "삭제"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2181,36 +2189,36 @@
 msgid "Add"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 #, fuzzy
 msgid "Could not get message id"
 msgstr "권한을 가져올 수 없습니다."
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2550,7 +2558,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2690,7 +2698,7 @@
 msgstr ""
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr ""
 
@@ -2706,7 +2714,7 @@
 msgid "Invalid Message Id"
 msgstr "유효하지 않은 이메일 주소"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2714,7 +2722,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2725,11 +2733,11 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2737,7 +2745,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "글이 없습니다."
@@ -2889,7 +2897,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "릴리즈 노트"
@@ -3117,7 +3125,7 @@
 msgstr "소프트웨어 맵"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3640,15 +3648,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "게시판"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr ""
 
@@ -3672,8 +3680,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 #, fuzzy
 msgid "File Release System"
 msgstr "파일 릴리즈 시스템 사용"
@@ -3682,7 +3690,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "뉴스"
@@ -5171,7 +5179,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5865,7 +5873,7 @@
 msgstr "없음"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6369,37 +6377,37 @@
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 #, fuzzy
 msgid "Relation between artifacts"
 msgstr "파일 삭제하기"
@@ -6673,8 +6681,8 @@
 msgstr "이름"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6707,14 +6715,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr "메시지에 비밀번호나 기밀 정보를 입력하지 마십시오!"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-#, fuzzy
-msgid "Indicates required fields."
-msgstr "모든 칸을 채워야 합니다!"
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -6854,77 +6854,77 @@
 msgid "Add/Reorder choices"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "대량 갱신"
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 #, fuzzy
 msgid "none"
 msgstr "완료"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "릴리즈 편집"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr ""
 
@@ -7931,44 +7931,44 @@
 msgid "Latest File Releases"
 msgstr "최근 파일 릴리즈"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "이 프로젝트는 아직 릴리즈한 파일이 없습니다."
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "패키지"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "이 패키지를 모니터링하기"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "프로젝트 파일 모두 보기"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -14939,11 +14939,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "등록하기"
@@ -16611,10 +16606,15 @@
 msgid "Exports Available"
 msgstr "통계 자료가 없습니다."
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 msgid "Source Code"
 msgstr ""
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "그룹 거부 오류"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19287,57 +19287,57 @@
 msgid "Help Wanted Latest Posts"
 msgstr ""
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "도움이 필요한 프로젝트"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr ""
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "도움이 필요한 프로젝트"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr ""
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr ""
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr ""
 
@@ -23074,6 +23074,10 @@
 msgstr "사용자ID"
 
 #, fuzzy
+#~ msgid "Indicates required fields."
+#~ msgstr "모든 칸을 채워야 합니다!"
+
+#, fuzzy
 #~ msgid "New category description (255 characters max)"
 #~ msgstr "검색어 (최대 255글자)"
 

Modified: trunk/src/translations/nl.po
===================================================================
--- trunk/src/translations/nl.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/nl.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-02-01 14:36+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -222,13 +222,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -1009,12 +1010,17 @@
 msgid "Status of that document"
 msgstr "Monitor deze bundel"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-#, fuzzy
-msgid "Mandatory fields"
-msgstr "Extra velden toevoegen/aanpassen"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
+msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "Document submitten"
 
@@ -1117,7 +1123,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1308,7 +1314,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1524,7 +1530,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr ""
 
@@ -1750,9 +1756,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -2017,7 +2023,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2112,14 +2118,15 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 #, fuzzy
 msgid "Could Not Get Forum Object"
 msgstr "Kon de gevraagde bewerking niet uitvoeren"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2171,7 +2178,7 @@
 msgid "Delete"
 msgstr "Wissen"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2189,36 +2196,36 @@
 msgid "Add"
 msgstr "Toevoegen"
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 #, fuzzy
 msgid "Could not get message id"
 msgstr "Geen toestemming gekregen."
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2562,7 +2569,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2701,7 +2708,7 @@
 msgstr "Kan parent niet aanpassen"
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr "Berichttekst en -onderwerp verplicht."
 
@@ -2716,7 +2723,7 @@
 msgid "Invalid Message Id"
 msgstr "Ongeldig bericht ID"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2724,7 +2731,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2735,11 +2742,11 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2747,7 +2754,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "Bericht niet gevonden"
@@ -2900,7 +2907,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "Release Notes"
@@ -3139,7 +3146,7 @@
 msgstr "Trove software overzicht"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3671,15 +3678,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "Forums"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr "Trackers"
 
@@ -3703,8 +3710,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 #, fuzzy
 msgid "File Release System"
 msgstr "Gebruik bestandopleveringssysteem"
@@ -3713,7 +3720,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "Nieuws"
@@ -5265,7 +5272,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5972,7 +5979,7 @@
 msgstr "Geen"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6486,37 +6493,37 @@
 msgstr "Ongeldig ID"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr "Selectbox"
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr "Radiobuttons"
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr "Tekstveld"
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr "Tekstgebied"
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 #, fuzzy
 msgid "Relation between artifacts"
 msgstr "Verwijder deze taak"
@@ -6796,8 +6803,8 @@
 msgstr "Naam"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6831,14 +6838,6 @@
 msgstr ""
 "Vermeld GEEN wachtwoorden of vertrouwelijke informatie in je boodschap!"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-#, fuzzy
-msgid "Indicates required fields."
-msgstr "Alle velden zijn verplicht!"
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -6980,34 +6979,34 @@
 msgid "Add/Reorder choices"
 msgstr "keuze toevoegen"
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr "Je hebt geen enkel extra veld gedefinieerd"
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr "Extra veldnaam"
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr "Type extra veld"
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
@@ -7015,45 +7014,45 @@
 "Tekstvelden en tekstgebieden dienen gespecificeerde grootte/maximumlengte "
 "resp. rijen/kolommen te hebben."
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr "Tekstveldgrootte/Tekstgebied rijen"
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr "Maximum tekstveldlengte/Tekstgebied kolommen"
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "Bewerk een enquête"
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 #, fuzzy
 msgid "none"
 msgstr "Klaar"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 #, fuzzy
 msgid "Warning: this add new custom field"
 msgstr "Fout bij het invoegen van een extra veld"
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "Release bewerken"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr ""
 
@@ -8096,44 +8095,44 @@
 msgid "Latest File Releases"
 msgstr "Meest recente release-versies"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "Dit project heeft nog geen bestanden gepubliceerd."
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "Bundel"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "Monitor deze bundel"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "Bekijk alle project bestanden"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -15327,11 +15326,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "Registreer"
@@ -17060,11 +17054,16 @@
 msgid "Exports Available"
 msgstr "Geen statistieken beschikbaar"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 #, fuzzy
 msgid "Source Code"
 msgstr "Source IP"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "Fout bij groep weigering"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19795,23 +19794,23 @@
 msgid "Help Wanted Latest Posts"
 msgstr "Hulp gevraagd - meest recente oproepen"
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "Systeemhulp gevraagd"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr "Hier is een lijst met openstaande functies voor dit project."
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "Systeemhulp gevraagd"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr "Klik op vacaturebeschrijving voor meer gedetailleerde beschrijvingen."
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
@@ -19820,7 +19819,7 @@
 "De %s Projecthulp Gevraagd pagina is voor niet-commerciële, vrijwillige "
 "project vacatures. Commercieel gebruik is niet toegestaan."
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
@@ -19830,14 +19829,14 @@
 "gesloten door de indiener. (Project beheerders kunnen vervallen vacatures "
 "altijd opnieuw indienen.)"
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 "Blader door het categorie menu om naar projecten te zoeken die je hulp "
 "kunnen gebruiken."
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
@@ -19845,18 +19844,18 @@
 "Als je een project beheerder bent, log dan in, en dien Hulp Gevraagd "
 "verzoeken via de project beheer pagina in."
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 "Om nieuwe vacature categorieën in te dienen moet je een verzoek aan de "
 "vacature beheerder doen."
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "Meest recente berichten"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "nog meer recente berichten"
 
@@ -23766,6 +23765,14 @@
 msgstr "Gebruikersnaam"
 
 #, fuzzy
+#~ msgid "Mandatory fields"
+#~ msgstr "Extra velden toevoegen/aanpassen"
+
+#, fuzzy
+#~ msgid "Indicates required fields."
+#~ msgstr "Alle velden zijn verplicht!"
+
+#, fuzzy
 #~ msgid "You must supply a first name."
 #~ msgstr "Je moet een voornaam invullen"
 

Modified: trunk/src/translations/pl.po
===================================================================
--- trunk/src/translations/pl.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/pl.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-10-06 16:20+0200\n"
 "Last-Translator: Roland Mas <lolando at debian.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -209,13 +209,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -958,11 +959,17 @@
 msgid "Status of that document"
 msgstr ""
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-msgid "Mandatory fields"
-msgstr ""
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
+msgstr "Pola oznaczone na %s są wymagne."
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr ""
 
@@ -1059,7 +1066,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1237,7 +1244,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1441,7 +1448,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr ""
 
@@ -1656,9 +1663,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -1921,7 +1928,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2010,13 +2017,14 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 msgid "Could Not Get Forum Object"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2068,7 +2076,7 @@
 msgid "Delete"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2086,35 +2094,35 @@
 msgid "Add"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 msgid "Could not get message id"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2437,7 +2445,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2573,7 +2581,7 @@
 msgstr ""
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr ""
 
@@ -2587,7 +2595,7 @@
 msgid "Invalid Message Id"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2595,7 +2603,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2606,11 +2614,11 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2618,7 +2626,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 msgid "Message not found"
 msgstr ""
 
@@ -2754,7 +2762,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "Uwagi do wydania"
@@ -2969,7 +2977,7 @@
 msgstr ""
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3430,15 +3438,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr ""
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr ""
 
@@ -3462,8 +3470,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 msgid "File Release System"
 msgstr ""
 
@@ -3471,7 +3479,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr ""
@@ -4879,7 +4887,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5555,7 +5563,7 @@
 msgstr ""
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6026,37 +6034,37 @@
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 msgid "Relation between artifacts"
 msgstr ""
 
@@ -6316,8 +6324,8 @@
 msgstr ""
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6349,13 +6357,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr ""
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-msgid "Indicates required fields."
-msgstr ""
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 msgid "Invalid Group"
@@ -6489,74 +6490,74 @@
 msgid "Add/Reorder choices"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 msgid "Hide the default none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 msgid "none"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 msgid "Edit template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr ""
 
@@ -7496,44 +7497,44 @@
 msgid "Latest File Releases"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -14133,11 +14134,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr "Pola oznaczone na %s są wymagne."
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "Zarejestruj"
@@ -15736,10 +15732,14 @@
 msgid "Exports Available"
 msgstr ""
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 msgid "Source Code"
 msgstr ""
 
+#: www/export/rss20_activity.php:196
+msgid "Error: No group selected"
+msgstr ""
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -18286,57 +18286,57 @@
 msgid "Help Wanted Latest Posts"
 msgstr ""
 
-#: www/people/index.php:42
-msgid "Here is a list of positions available for this project."
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
 msgstr ""
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
+#: www/people/index.php:46
+msgid "Here is a list of positions available for this project."
 msgstr ""
 
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr ""
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr ""
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr ""
 

Modified: trunk/src/translations/pt.po
===================================================================
--- trunk/src/translations/pt.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/pt.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-02-01 14:35+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -209,13 +209,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -959,11 +960,17 @@
 msgid "Status of that document"
 msgstr ""
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-msgid "Mandatory fields"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
 msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "Enviar Informações"
 
@@ -1059,7 +1066,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1237,7 +1244,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1441,7 +1448,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr ""
 
@@ -1656,9 +1663,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -1921,7 +1928,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2010,13 +2017,14 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 msgid "Could Not Get Forum Object"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2068,7 +2076,7 @@
 msgid "Delete"
 msgstr "Deletar"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2086,36 +2094,36 @@
 msgid "Add"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 #, fuzzy
 msgid "Could not get message id"
 msgstr "Não pude obter a permissão."
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2441,7 +2449,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2578,7 +2586,7 @@
 msgstr "Não Pude Atualizar o Principal"
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr "Precisa Incluir Um Corpo de Mensagem e um Assunto."
 
@@ -2593,7 +2601,7 @@
 msgid "Invalid Message Id"
 msgstr "Enviar Mensagem"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2601,7 +2609,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2612,11 +2620,11 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2624,7 +2632,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "Mensagem Não Encontrada"
@@ -2774,7 +2782,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "Notas de Liberação"
@@ -2993,7 +3001,7 @@
 msgstr ""
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3457,15 +3465,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "Fóruns"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr ""
 
@@ -3489,8 +3497,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 msgid "File Release System"
 msgstr "Sistema de Liberação de Arquivos"
 
@@ -3498,7 +3506,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "Notícias"
@@ -4933,7 +4941,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5612,7 +5620,7 @@
 msgstr "Nenhum"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6088,37 +6096,37 @@
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 msgid "Relation between artifacts"
 msgstr ""
 
@@ -6386,8 +6394,8 @@
 msgstr "Nome"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6421,13 +6429,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr "NÃO informe senhas ou informações confidenciais em sua mensagem!"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-msgid "Indicates required fields."
-msgstr ""
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -6564,74 +6565,74 @@
 msgid "Add/Reorder choices"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 msgid "Hide the default none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 msgid "none"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 msgid "Edit template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr ""
 
@@ -7579,44 +7580,44 @@
 msgid "Latest File Releases"
 msgstr "Últimas Versões de Arquivos"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "Esse Projeto Não Liberou Nenhum Arquivo"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "Pacote"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "Monitorar esse pacote"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "Ver Todos os Arquivos de Projeto"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -14230,11 +14231,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "Registrar"
@@ -15855,10 +15851,15 @@
 msgid "Exports Available"
 msgstr ""
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 msgid "Source Code"
 msgstr ""
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "Erro criando objeto de grupo"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -18483,57 +18484,57 @@
 msgid "Help Wanted Latest Posts"
 msgstr "Últimas Postagens de Solicitação de Ajuda"
 
-#: www/people/index.php:42
-msgid "Here is a list of positions available for this project."
-msgstr "Aqui está uma lista de posições disponíveis para esse projeto."
-
-#: www/people/index.php:49 www/people/index.php:58
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
 msgid "Help Wanted System"
 msgstr "Sistema de Solicitação de Ajuda"
 
-#: www/people/index.php:49
+#: www/people/index.php:46
+msgid "Here is a list of positions available for this project."
+msgstr "Aqui está uma lista de posições disponíveis para esse projeto."
+
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr "Clique nos títulos dos trabalhos para descrições mais detalhadas."
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "Últimas postagens"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "postagens mais antigas"
 
@@ -22410,9 +22411,6 @@
 #~ msgid "Artifact Monitoring Deactivated"
 #~ msgstr "Monitoramento Desativado"
 
-#~ msgid "Error creating group object"
-#~ msgstr "Erro criando objeto de grupo"
-
 #~ msgid "Virtual Host:"
 #~ msgstr "Host Virtual:"
 

Modified: trunk/src/translations/ru.po
===================================================================
--- trunk/src/translations/ru.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/ru.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-02-18 16:52+0100\n"
 "Last-Translator: Aleksey Bragin <aleksey at reactos.org>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -224,13 +224,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -1021,12 +1022,17 @@
 msgid "Status of that document"
 msgstr "Взять на контроль этот пакет"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-#, fuzzy
-msgid "Mandatory fields"
-msgstr "Управлять спец полями"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
+msgstr "Поля, помеченные %s обязательны."
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "Отправить"
 
@@ -1133,7 +1139,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1325,7 +1331,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1541,7 +1547,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr "Информировать"
 
@@ -1768,9 +1774,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -2035,7 +2041,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2131,14 +2137,15 @@
 msgid "Child project"
 msgstr "Дочерний проект"
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 #, fuzzy
 msgid "Could Not Get Forum Object"
 msgstr "Невозможно получение группы проекта"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2190,7 +2197,7 @@
 msgid "Delete"
 msgstr "Удалить"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2208,35 +2215,35 @@
 msgid "Add"
 msgstr "Добавить"
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 msgid "Could not get message id"
 msgstr "Нет идентификатора сообщения"
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr "Файл загружен"
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr "Файл не загружен"
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr "Некорректное расширение"
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr "Проблема при получении прикрепленной части сервером"
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr "Файл успешно обновлен"
 
@@ -2573,7 +2580,7 @@
 msgstr "Содержимое незаконченного сообщения"
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2714,7 +2721,7 @@
 msgstr "Невозможно обновить структуру"
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr "Должен иметь тему и содержать текст сообщения."
 
@@ -2729,7 +2736,7 @@
 msgid "Invalid Message Id"
 msgstr "неправильный идентификатор письма"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2737,7 +2744,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2748,12 +2755,12 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 #, fuzzy
 msgid "A file has been uploaded with this message."
 msgstr "Файл должен быть указан на этой странице."
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2761,7 +2768,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "Сообщение не найдено"
@@ -2918,7 +2925,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "Примечания к релизу"
@@ -3154,7 +3161,7 @@
 msgstr "Карта категорий хранилища"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3679,15 +3686,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "Форумы"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr "Трекеры"
 
@@ -3711,8 +3718,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 msgid "File Release System"
 msgstr "Система выпуска файла"
 
@@ -3720,7 +3727,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "Новости"
@@ -5300,7 +5307,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -6008,7 +6015,7 @@
 msgstr "Нет"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6526,37 +6533,37 @@
 msgstr "Неверный указатель"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr "Выделено"
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr "Отмечено"
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr "Клавиши сообщений "
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr "Поле текста"
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr "Комбинированный ввод"
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr "Область текста"
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 #, fuzzy
 msgid "Relation between artifacts"
 msgstr "Удалить образец"
@@ -6842,8 +6849,8 @@
 msgstr "Имя"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6879,14 +6886,6 @@
 "НИКОГДА не указывайте ваши пароли или прочую конфеденциальную информацию в "
 "почте"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-#, fuzzy
-msgid "Indicates required fields."
-msgstr "Заполните все необходимые поля"
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -7029,77 +7028,77 @@
 msgid "Add/Reorder choices"
 msgstr "добавить выбор"
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr "Вы не указали поля выделений"
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr "Добавить новое поле"
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr "Название нового поля"
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr "Альяс поля"
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr "Тип выделенного поля"
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr "Техничесский отдел"
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr ""
 "Поля и области текста должны иметь установленный размер по высоте и ширине."
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr "Текстовое поле. Размер / количество строк"
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr "Текстовое поле, максимальная длинна текста / ширина колонок"
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "Нельзя удалять системные группы"
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 msgid "none"
 msgstr "нет"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr "Внимание! Это добавит новое поле"
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr "Шаблон представляемого поля"
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "Редактирование"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr "Удалить тему"
 
@@ -8150,44 +8149,44 @@
 msgid "Latest File Releases"
 msgstr "Последние файл-релизы"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "Проект не выпустил ниодного файла"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "Пакет"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "Взять на контроль этот пакет"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "Список всех файлов проекта"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -15514,11 +15513,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr "Поля, помеченные %s обязательны."
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "Регистрация"
@@ -17258,11 +17252,16 @@
 msgid "Exports Available"
 msgstr "Нет доступной статистики"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 #, fuzzy
 msgid "Source Code"
 msgstr "Источник из %1$s"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "Ошибка отказа группе"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -20039,58 +20038,58 @@
 msgid "Help Wanted Latest Posts"
 msgstr "Свежие объявления о поиске вакансий для проектов"
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "Служба поиска вакансий"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr "Список вакантных позиций для этого проекта"
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "Служба поиска вакансий"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr ""
 "Для детального ознакомления с типом работы выберите интересующий Вас пункт"
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "Последние записи"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "другие последние записи"
 
@@ -23999,6 +23998,14 @@
 msgid "No User Name Provided"
 msgstr "Имя участника обязательно"
 
+#, fuzzy
+#~ msgid "Mandatory fields"
+#~ msgstr "Управлять спец полями"
+
+#, fuzzy
+#~ msgid "Indicates required fields."
+#~ msgstr "Заполните все необходимые поля"
+
 #~ msgid "Query does not exist"
 #~ msgstr "Запрос не существует"
 

Modified: trunk/src/translations/sv.po
===================================================================
--- trunk/src/translations/sv.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/sv.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-07-19 01:41+0200\n"
 "Last-Translator: Martin Bagge <brother at bsnet.se>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -221,13 +221,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -1009,11 +1010,17 @@
 msgid "Status of that document"
 msgstr "Bevaka detta paket"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-msgid "Mandatory fields"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
 msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "Lämna information"
 
@@ -1115,7 +1122,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1305,7 +1312,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1521,7 +1528,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr ""
 
@@ -1745,9 +1752,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -2012,7 +2019,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2107,13 +2114,14 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 msgid "Could Not Get Forum Object"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2165,7 +2173,7 @@
 msgid "Delete"
 msgstr "Ta bort"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2183,36 +2191,36 @@
 msgid "Add"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 #, fuzzy
 msgid "Could not get message id"
 msgstr "Fick ingen rättighet"
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2552,7 +2560,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2690,7 +2698,7 @@
 msgstr "Kunde inte uppdatera förälder"
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr "Måste innehålla ett meddelande och rubrik."
 
@@ -2705,7 +2713,7 @@
 msgid "Invalid Message Id"
 msgstr "Ogiltigt meddelande-id"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2716,7 +2724,7 @@
 "Läs och svara på detta meddelande: \n"
 "%s"
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, fuzzy, php-format
 msgid ""
 "\n"
@@ -2733,11 +2741,11 @@
 "(fyll i ditt svar här)\n"
 "%1$s"
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr "En fil har laddats upp med detta meddelande."
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2745,7 +2753,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "Hittar inte inlägget"
@@ -2893,7 +2901,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "Utgåvonoteringar"
@@ -3120,7 +3128,7 @@
 msgstr "Resurskartan"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3642,15 +3650,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "Forum"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr ""
 
@@ -3674,8 +3682,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 #, fuzzy
 msgid "File Release System"
 msgstr "Använd filutgåvosystemet"
@@ -3684,7 +3692,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "Nyheter"
@@ -5200,7 +5208,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5903,7 +5911,7 @@
 msgstr "Inget"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6410,37 +6418,37 @@
 msgstr "Ogiltigt ID"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 msgid "Relation between artifacts"
 msgstr ""
 
@@ -6718,8 +6726,8 @@
 msgstr "Namn"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6752,14 +6760,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr "SKRIV INTE lösenord eller hemlig information i ditt meddelande!"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-#, fuzzy
-msgid "Indicates required fields."
-msgstr "Alla fält är obligatoriska!"
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -6900,77 +6900,77 @@
 msgid "Add/Reorder choices"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "Mass uppdatering"
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 #, fuzzy
 msgid "none"
 msgstr "Klar"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "Redigera utgåvor"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr ""
 
@@ -7983,44 +7983,44 @@
 msgid "Latest File Releases"
 msgstr "Senaste filutgåvorna"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "Detta projekt har inte släppt några filer"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "Paket"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "Bevaka detta paket"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "Visa alla projektfiler"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -15073,11 +15073,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "Registrera"
@@ -16782,11 +16777,16 @@
 msgid "Exports Available"
 msgstr "Ingen statistik tillgänglig"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 #, fuzzy
 msgid "Source Code"
 msgstr "Source IP"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "Fel vid gruppavslag"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19489,57 +19489,57 @@
 msgid "Help Wanted Latest Posts"
 msgstr "Hjälp Önskas, senaste poster"
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "Hjälp Önskas, system"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr "Här är en lista över tillgängliga positioner i detta projekt."
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "Hjälp Önskas, system"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr "Klicka på jobbtitlar för en mer detaljerad beskrivning."
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "Senaste poster"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "fler Senaste poster"
 
@@ -23377,6 +23377,10 @@
 msgstr "Användarenamn"
 
 #, fuzzy
+#~ msgid "Indicates required fields."
+#~ msgstr "Alla fält är obligatoriska!"
+
+#, fuzzy
 #~ msgid "You must supply a last name."
 #~ msgstr "Du måste ange ett användarnamn"
 

Modified: trunk/src/translations/th.po
===================================================================
--- trunk/src/translations/th.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/th.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2013-06-03 17:16+0100\n"
 "Last-Translator: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent."
 "com>\n"
@@ -209,13 +209,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -956,11 +957,17 @@
 msgid "Status of that document"
 msgstr ""
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-msgid "Mandatory fields"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
 msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr ""
 
@@ -1056,7 +1063,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1232,7 +1239,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1436,7 +1443,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr ""
 
@@ -1651,9 +1658,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -1916,7 +1923,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2004,13 +2011,14 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 msgid "Could Not Get Forum Object"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2062,7 +2070,7 @@
 msgid "Delete"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2080,35 +2088,35 @@
 msgid "Add"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 msgid "Could not get message id"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2429,7 +2437,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2565,7 +2573,7 @@
 msgstr ""
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr ""
 
@@ -2579,7 +2587,7 @@
 msgid "Invalid Message Id"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2587,7 +2595,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2598,11 +2606,11 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2610,7 +2618,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 msgid "Message not found"
 msgstr ""
 
@@ -2746,7 +2754,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr ""
@@ -2961,7 +2969,7 @@
 msgstr ""
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3415,15 +3423,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr ""
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr ""
 
@@ -3447,8 +3455,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 msgid "File Release System"
 msgstr ""
 
@@ -3456,7 +3464,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr ""
@@ -4862,7 +4870,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5533,7 +5541,7 @@
 msgstr ""
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6003,37 +6011,37 @@
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr ""
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 msgid "Relation between artifacts"
 msgstr ""
 
@@ -6293,8 +6301,8 @@
 msgstr ""
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6326,13 +6334,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr ""
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-msgid "Indicates required fields."
-msgstr ""
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 msgid "Invalid Group"
@@ -6466,74 +6467,74 @@
 msgid "Add/Reorder choices"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 msgid "Hide the default none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 msgid "none"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 msgid "Warning: this add new custom field"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 msgid "Edit template"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr ""
 
@@ -7472,44 +7473,44 @@
 msgid "Latest File Releases"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -14049,11 +14050,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr ""
@@ -15643,10 +15639,14 @@
 msgid "Exports Available"
 msgstr ""
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 msgid "Source Code"
 msgstr ""
 
+#: www/export/rss20_activity.php:196
+msgid "Error: No group selected"
+msgstr ""
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -18169,57 +18169,57 @@
 msgid "Help Wanted Latest Posts"
 msgstr ""
 
-#: www/people/index.php:42
-msgid "Here is a list of positions available for this project."
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
 msgstr ""
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
+#: www/people/index.php:46
+msgid "Here is a list of positions available for this project."
 msgstr ""
 
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr ""
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr ""
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr ""
 

Modified: trunk/src/translations/zh_CN.po
===================================================================
--- trunk/src/translations/zh_CN.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/zh_CN.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2010-10-06 15:07+0200\n"
 "Last-Translator: 邱承 <qiucheng1 at sina.com>\n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -224,13 +224,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -1018,12 +1019,17 @@
 msgid "Status of that document"
 msgstr "订阅这个软件包"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-#, fuzzy
-msgid "Mandatory fields"
-msgstr "管理订制栏位"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
+msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "提交信息"
 
@@ -1129,7 +1135,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1319,7 +1325,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1535,7 +1541,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr "监视"
 
@@ -1762,9 +1768,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -2029,7 +2035,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2124,14 +2130,15 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 #, fuzzy
 msgid "Could Not Get Forum Object"
 msgstr "无法更新上层文章"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2183,7 +2190,7 @@
 msgid "Delete"
 msgstr "删除"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2201,36 +2208,36 @@
 msgid "Add"
 msgstr "添加"
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 #, fuzzy
 msgid "Could not get message id"
 msgstr "无法获得权限"
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2572,7 +2579,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2711,7 +2718,7 @@
 msgstr "无法更新上层文章"
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr "必须包括文章标题和内容"
 
@@ -2726,7 +2733,7 @@
 msgid "Invalid Message Id"
 msgstr "非法的消息ID"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2736,7 +2743,7 @@
 "\n"
 "在%s处阅读和回复本消息"
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, fuzzy, php-format
 msgid ""
 "\n"
@@ -2752,11 +2759,11 @@
 "(您的回复输入在此)\n"
 "%1$s"
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr "在本消息中一个文件已被上传。"
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2766,7 +2773,7 @@
 "你由于被选举出来监控这个论坛而接收到本邮件。如果想要停止监控这个论坛,请登"
 "录%s并访问:%s\n"
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "没发现文章"
@@ -2922,7 +2929,7 @@
 msgstr "项目 %1$s(%2$s)已发布一个新的版本包 “%3$s”。"
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "发布记录"
@@ -3160,7 +3167,7 @@
 msgstr "软件地图"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3658,15 +3665,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "讨论区"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr "跟踪者"
 
@@ -3690,8 +3697,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 msgid "File Release System"
 msgstr "文件发布系统"
 
@@ -3699,7 +3706,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "新闻"
@@ -5254,7 +5261,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5964,7 +5971,7 @@
 msgstr "无"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6482,37 +6489,37 @@
 msgstr "无效的编号"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr "Select Box"
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr "Check Box"
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr "Radio Buttons"
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr "Text Field"
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr "Multi-Select Box"
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr "Text Area"
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 #, fuzzy
 msgid "Relation between artifacts"
 msgstr "删除样板"
@@ -6792,8 +6799,8 @@
 msgstr "名称"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6825,14 +6832,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr "不要输入密码或机密资料在您的消息中!"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-#, fuzzy
-msgid "Indicates required fields."
-msgstr "所有项都必须填写!"
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -6973,78 +6972,78 @@
 msgid "Add/Reorder choices"
 msgstr "添加选择"
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr "您没有定义任何的订制栏位"
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr "添加新订制栏位"
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr "订制栏位名称"
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr "栏位别名"
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr "订制栏位类型"
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr "Text Fields 与 Text Areas 需要各自有大小/最大长度和列数/行数的定义。"
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr "Text Field 大小/Text Area 列数"
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr "Text Field 最大长度/Text Area 行数"
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "无法增加数据库分类"
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 #, fuzzy
 msgid "none"
 msgstr "完成"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 #, fuzzy
 msgid "Warning: this add new custom field"
 msgstr "错误插入一个订制栏位"
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr "订制栏位表现样板"
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "编辑发布"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr "删除样板"
 
@@ -8080,44 +8079,44 @@
 msgid "Latest File Releases"
 msgstr "最新发布项目"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "该项目没有发布任何文件"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "软件包"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "订阅这个软件包"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "浏览全部文件"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -15277,11 +15276,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "注册"
@@ -16998,11 +16992,16 @@
 msgid "Exports Available"
 msgstr "没有统计信息"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 #, fuzzy
 msgid "Source Code"
 msgstr "来源 IP"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "拒绝群组时发生错误"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19695,57 +19694,57 @@
 msgid "Help Wanted Latest Posts"
 msgstr "寻求协助最新文章"
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "需要帮助的系统"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr "以下是这个项目能够提供的工作列表"
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "需要帮助的系统"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr "点击工作标题来获得更详细的描述"
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "最新的文章"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "更多最新的文章"
 
@@ -23581,6 +23580,14 @@
 msgid "No User Name Provided"
 msgstr "帐号"
 
+#, fuzzy
+#~ msgid "Mandatory fields"
+#~ msgstr "管理订制栏位"
+
+#, fuzzy
+#~ msgid "Indicates required fields."
+#~ msgstr "所有项都必须填写!"
+
 #~ msgid "Query does not exist"
 #~ msgstr "查询不存在"
 

Modified: trunk/src/translations/zh_TW.po
===================================================================
--- trunk/src/translations/zh_TW.po	2014-02-03 14:28:09 UTC (rev 19059)
+++ trunk/src/translations/zh_TW.po	2014-02-04 13:36:53 UTC (rev 19060)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: FusionForge 5.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-31 17:05+0100\n"
+"POT-Creation-Date: 2014-02-04 14:35+0100\n"
 "PO-Revision-Date: 2009-02-01 14:34+0100\n"
 "Last-Translator: \n"
 "Language-Team: FusionForge team <fusionforge-general at lists.fusionforge.org>\n"
@@ -224,13 +224,14 @@
 #: common/forum/Forum.class.php:606 common/forum/Forum.class.php:632
 #: common/forum/Forum.class.php:640 common/forum/Forum.class.php:648
 #: common/forum/Forum.class.php:656 common/forum/Forum.class.php:664
-#: common/forum/Forum.class.php:672 common/forum/ForumHTML.class.php:58
-#: common/forum/ForumHTML.class.php:68 common/forum/ForumHTML.class.php:69
-#: common/forum/ForumHTML.class.php:70 common/forum/ForumHTML.class.php:73
-#: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumHTML.class.php:523 common/forum/ForumHTML.class.php:527
-#: common/forum/ForumHTML.class.php:587 common/forum/ForumHTML.class.php:590
-#: common/forum/ForumMessage.class.php:666 common/frs/FRSFile.class.php:187
+#: common/forum/Forum.class.php:672 common/forum/ForumFactory.class.php:158
+#: common/forum/ForumHTML.class.php:58 common/forum/ForumHTML.class.php:68
+#: common/forum/ForumHTML.class.php:69 common/forum/ForumHTML.class.php:70
+#: common/forum/ForumHTML.class.php:73 common/forum/ForumHTML.class.php:209
+#: common/forum/ForumHTML.class.php:267 common/forum/ForumHTML.class.php:523
+#: common/forum/ForumHTML.class.php:527 common/forum/ForumHTML.class.php:587
+#: common/forum/ForumHTML.class.php:590
+#: common/forum/ForumMessage.class.php:667 common/frs/FRSFile.class.php:187
 #: common/frs/FRSFile.class.php:440 common/frs/FRSPackage.class.php:295
 #: common/include/Error.class.php:206 common/include/exit.php:80
 #: common/include/Group.class.php:2634 common/include/Group.class.php:2635
@@ -1018,12 +1019,17 @@
 msgid "Status of that document"
 msgstr "訂閱這個集合"
 
-#: common/docman/views/addfile.php:212 plugins/mantisbt/view/addIssue.php:148
-#, fuzzy
-msgid "Mandatory fields"
-msgstr "管理訂製欄位"
+#: common/docman/views/addfile.php:213
+#: common/tracker/include/build_submission_form.php:124
+#: common/tracker/views/form-addextrafield.php:104
+#: plugins/headermenu/view/admin/updateLinkValue.php:106
+#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
+#: plugins/mantisbt/view/addIssue.php:149 www/account/register.php:275
+#, php-format
+msgid "Fields marked with %s are mandatory."
+msgstr ""
 
-#: common/docman/views/addfile.php:214
+#: common/docman/views/addfile.php:216
 msgid "Submit Information"
 msgstr "送出資訊"
 
@@ -1129,7 +1135,7 @@
 msgstr ""
 
 #: common/docman/views/editdocgroup.php:71
-#: common/forum/AttachManager.class.php:149
+#: common/forum/AttachManager.class.php:147
 #: common/forum/ForumAdmin.class.php:68
 #: common/tracker/views/form-addextrafield.php:54
 #: common/tracker/views/form-addextrafield.php:77
@@ -1319,7 +1325,7 @@
 #: common/tracker/ArtifactExtraField.class.php:351
 #: common/tracker/include/ArtifactTypeHtml.class.php:335
 #: common/tracker/views/form-addextrafieldoption.php:109
-#: common/tracker/views/form-addextrafield.php:131
+#: common/tracker/views/form-addextrafield.php:132
 #: common/tracker/views/form-updateextrafieldelement.php:65
 #: common/widget/Widget_ProjectLatestDocuments.class.php:76
 #: cronjobs/send_pending_items_mail.php:80
@@ -1535,7 +1541,7 @@
 #: common/docman/views/listfile.php:366 common/tracker/actions/detail.php:54
 #: common/tracker/actions/mod-limited.php:63 common/tracker/actions/mod.php:68
 #: common/tracker/include/ArtifactTypeHtml.class.php:76
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:94
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:95
 msgid "Monitor"
 msgstr "監視"
 
@@ -1762,9 +1768,9 @@
 #: common/tracker/views/form-addcanned.php:69
 #: common/tracker/views/form-addcanned.php:74
 #: common/tracker/views/form-addextrafieldoption.php:103
-#: common/tracker/views/form-addextrafield.php:114
-#: common/tracker/views/form-addextrafield.php:118
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:115
+#: common/tracker/views/form-addextrafield.php:119
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-customizelist.php:127
 #: common/tracker/views/form-deleteextrafieldelement.php:61
 #: common/tracker/views/form-updatecanned.php:43
@@ -2029,7 +2035,7 @@
 #: common/tracker/include/ArtifactHtml.class.php:147
 #: common/tracker/include/ArtifactTypeHtml.class.php:379
 #: common/widget/Widget_ProjectLatestDocuments.class.php:73
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:88
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:89
 #: plugins/contribtracker/common/ContribTrackerPlugin.class.php:111
 #: plugins/contribtracker/www/index.php:42
 #: plugins/contribtracker/www/project_admin.php:289
@@ -2124,14 +2130,15 @@
 msgid "Child project"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:144 www/forum/admin/index.php:327
+#: common/forum/AttachManager.class.php:142
+#: common/forum/AttachManager.class.php:155 www/forum/admin/index.php:327
 #: www/forum/admin/index.php:333 www/forum/admin/index.php:398
 #: www/forum/admin/monitor.php:41
 #, fuzzy
 msgid "Could Not Get Forum Object"
 msgstr "無法更新上層文章"
 
-#: common/forum/AttachManager.class.php:150
+#: common/forum/AttachManager.class.php:148
 #: common/forum/ForumAdmin.class.php:69 common/forum/ForumAdmin.class.php:334
 #: common/tracker/actions/admin-tracker.php:75
 #: common/tracker/actions/deleteartifact.php:57
@@ -2183,7 +2190,7 @@
 msgid "Delete"
 msgstr "刪除"
 
-#: common/forum/AttachManager.class.php:164
+#: common/forum/AttachManager.class.php:162
 #: common/tracker/views/form-customizelist.php:133
 #: common/widget/WidgetLayoutManager.class.php:540
 #: common/widget/WidgetLayoutManager.class.php:567
@@ -2201,36 +2208,36 @@
 msgid "Add"
 msgstr "新增"
 
-#: common/forum/AttachManager.class.php:181
-#: common/forum/AttachManager.class.php:267
-#: common/forum/AttachManager.class.php:323
+#: common/forum/AttachManager.class.php:179
+#: common/forum/AttachManager.class.php:265
+#: common/forum/AttachManager.class.php:321
 #, fuzzy
 msgid "Could not get message id"
 msgstr "無法獲得許可權"
 
-#: common/forum/AttachManager.class.php:197
-#: common/forum/AttachManager.class.php:287
-#: common/forum/AttachManager.class.php:309
-#: common/forum/AttachManager.class.php:343
+#: common/forum/AttachManager.class.php:195
+#: common/forum/AttachManager.class.php:285
+#: common/forum/AttachManager.class.php:307
+#: common/forum/AttachManager.class.php:341
 msgid "File uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:199
-#: common/forum/AttachManager.class.php:290
-#: common/forum/AttachManager.class.php:313
-#: common/forum/AttachManager.class.php:346
+#: common/forum/AttachManager.class.php:197
+#: common/forum/AttachManager.class.php:288
+#: common/forum/AttachManager.class.php:311
+#: common/forum/AttachManager.class.php:344
 msgid "File not uploaded"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:235
+#: common/forum/AttachManager.class.php:233
 msgid "Invalid Extension"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:243
+#: common/forum/AttachManager.class.php:241
 msgid "Error, problem with the attachment file uploaded into the server"
 msgstr ""
 
-#: common/forum/AttachManager.class.php:310
+#: common/forum/AttachManager.class.php:308
 msgid "File Updated Successfully"
 msgstr ""
 
@@ -2574,7 +2581,7 @@
 msgstr ""
 
 #: common/forum/ForumHTML.class.php:209 common/forum/ForumHTML.class.php:267
-#: common/forum/ForumMessage.class.php:666
+#: common/forum/ForumMessage.class.php:667
 #: common/tracker/include/ArtifactHtml.class.php:148
 #: common/tracker/include/ArtifactTypeHtml.class.php:380
 #: www/activity/index.php:266 www/forum/message.php:126
@@ -2713,7 +2720,7 @@
 msgstr "無法更新上層文章"
 
 #: common/forum/ForumMessage.class.php:357
-#: common/forum/ForumMessage.class.php:801
+#: common/forum/ForumMessage.class.php:802
 msgid "Error: a forum message must include a message body and a subject."
 msgstr "必須包括文章標題和內容"
 
@@ -2728,7 +2735,7 @@
 msgid "Invalid Message Id"
 msgstr "無效的文章編號"
 
-#: common/forum/ForumMessage.class.php:658
+#: common/forum/ForumMessage.class.php:659
 #, php-format
 msgid ""
 "\n"
@@ -2736,7 +2743,7 @@
 "%s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:660
+#: common/forum/ForumMessage.class.php:661
 #, php-format
 msgid ""
 "\n"
@@ -2747,11 +2754,11 @@
 "%1$s"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:671
+#: common/forum/ForumMessage.class.php:672
 msgid "A file has been uploaded with this message."
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:682
+#: common/forum/ForumMessage.class.php:683
 #, php-format
 msgid ""
 "You are receiving this email because you elected to monitor this forum.\n"
@@ -2759,7 +2766,7 @@
 "%s\n"
 msgstr ""
 
-#: common/forum/ForumMessage.class.php:825
+#: common/forum/ForumMessage.class.php:826
 #, fuzzy
 msgid "Message not found"
 msgstr "沒發現文章"
@@ -2915,7 +2922,7 @@
 msgstr ""
 
 #: common/frs/FRSRelease.class.php:294
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:130
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:131
 #: www/frs/admin/qrs.php:244 www/frs/shownotes.php:78
 msgid "Release Notes"
 msgstr "釋出記錄"
@@ -3148,7 +3155,7 @@
 msgstr "軟體地圖"
 
 #: common/include/forge_events.php:39
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:85
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:86
 #: plugins/mantisbt/view/admin/editVersion.php:61
 #: plugins/mantisbt/view/admin/viewVersion.php:49
 #: plugins/mantisbt/view/roadmap.php:100 plugins/mantisbt/view/roadmap.php:149
@@ -3670,15 +3677,15 @@
 #: common/widget/Widget_MyMonitoredForums.class.php:138
 #: plugins/blocks/www/index.php:151
 #: plugins/quota_management/www/quota_project.php:87
-#: www/export/rss20_activity.php:153
+#: www/export/rss20_activity.php:155
 msgid "Forums"
 msgstr "討論區"
 
 #: common/include/group_section_texts.php:30
 #: common/reporting/report_utils.php:698
 #: common/widget/Widget_MyArtifacts.class.php:291
-#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:120
-#: www/export/rss20_activity.php:131 www/reporting/toolspie.php:65
+#: plugins/blocks/www/index.php:152 www/export/rss20_activity.php:122
+#: www/export/rss20_activity.php:133 www/reporting/toolspie.php:65
 msgid "Trackers"
 msgstr "追蹤者"
 
@@ -3702,8 +3709,8 @@
 
 #: common/include/group_section_texts.php:33
 #: common/widget/Widget_MyMonitoredFp.class.php:119
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:168
-#: www/export/rss20_activity.php:142
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:169
+#: www/export/rss20_activity.php:144
 #, fuzzy
 msgid "File Release System"
 msgstr "使用檔案發佈系統"
@@ -3712,7 +3719,7 @@
 #: common/include/Navigation.class.php:528 plugins/blocks/www/index.php:157
 #: plugins/quota_management/www/quota_project.php:74
 #: www/activity/index.php:114 www/activity/index.php:311
-#: www/admin/index.php:191 www/export/rss20_activity.php:164
+#: www/admin/index.php:191 www/export/rss20_activity.php:166
 #: www/news/index.php:34
 msgid "News"
 msgstr "新聞"
@@ -5265,7 +5272,7 @@
 #: common/tracker/include/build_submission_form.php:118
 #: common/tracker/views/form-addcanned.php:78
 #: common/tracker/views/form-addextrafieldoption.php:112
-#: common/tracker/views/form-addextrafield.php:150
+#: common/tracker/views/form-addextrafield.php:151
 #: common/tracker/views/form-adminroadmap.php:234
 #: common/tracker/views/form-clonetracker.php:59
 #: common/tracker/views/form-edittemplate.php:24
@@ -5976,7 +5983,7 @@
 msgstr "無"
 
 #: common/tracker/actions/format_csv.php:84
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:91
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:92
 #: plugins/mantisbt/view/viewNote.php:42 www/pm/csv.php:93
 #: www/pm/format_csv.php:86
 msgid "Notes"
@@ -6494,37 +6501,37 @@
 msgstr "無效的編號"
 
 #: common/tracker/ArtifactExtraField.class.php:345
-#: common/tracker/views/form-addextrafield.php:124
+#: common/tracker/views/form-addextrafield.php:125
 msgid "Select Box"
 msgstr "下拉選單"
 
 #: common/tracker/ArtifactExtraField.class.php:346
-#: common/tracker/views/form-addextrafield.php:125
+#: common/tracker/views/form-addextrafield.php:126
 msgid "Check Box"
 msgstr "核選區塊"
 
 #: common/tracker/ArtifactExtraField.class.php:347
-#: common/tracker/views/form-addextrafield.php:126
+#: common/tracker/views/form-addextrafield.php:127
 msgid "Radio Buttons"
 msgstr "單選區塊"
 
 #: common/tracker/ArtifactExtraField.class.php:348
-#: common/tracker/views/form-addextrafield.php:127
+#: common/tracker/views/form-addextrafield.php:128
 msgid "Text Field"
 msgstr "文字區塊"
 
 #: common/tracker/ArtifactExtraField.class.php:349
-#: common/tracker/views/form-addextrafield.php:128
+#: common/tracker/views/form-addextrafield.php:129
 msgid "Multi-Select Box"
 msgstr "多選區塊"
 
 #: common/tracker/ArtifactExtraField.class.php:350
-#: common/tracker/views/form-addextrafield.php:129
+#: common/tracker/views/form-addextrafield.php:130
 msgid "Text Area"
 msgstr "多行文字"
 
 #: common/tracker/ArtifactExtraField.class.php:352
-#: common/tracker/views/form-addextrafield.php:134
+#: common/tracker/views/form-addextrafield.php:135
 #, fuzzy
 msgid "Relation between artifacts"
 msgstr "刪除樣板"
@@ -6803,8 +6810,8 @@
 msgstr "名稱"
 
 #: common/tracker/include/ArtifactTypeHtml.class.php:381
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:97
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:146
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:98
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:147
 #: plugins/mantisbt/view/viewAttachment.php:56
 #: plugins/mediawiki/www/plugin_admin.php:177 www/new/index.php:118
 msgid "Download"
@@ -6836,14 +6843,6 @@
 msgid "DO NOT enter passwords or confidential information in your message!"
 msgstr "不要輸入密碼或機密資料在您的訊息中!"
 
-#: common/tracker/include/build_submission_form.php:122
-#: common/tracker/views/form-addextrafield.php:104
-#: plugins/headermenu/view/admin/updateLinkValue.php:106
-#: plugins/headermenu/view/admin/viewProjectConfiguration.php:127
-#, fuzzy
-msgid "Indicates required fields."
-msgstr "所有項都必須填寫!"
-
 #: common/tracker/Roadmap.class.php:75
 #: common/tracker/RoadmapFactory.class.php:68
 #, fuzzy
@@ -6984,78 +6983,78 @@
 msgid "Add/Reorder choices"
 msgstr "新增選擇"
 
-#: common/tracker/views/form-addextrafield.php:106
+#: common/tracker/views/form-addextrafield.php:107
 msgid "You have not defined any custom fields"
 msgstr "您沒有定義任何的訂製欄位"
 
-#: common/tracker/views/form-addextrafield.php:109
+#: common/tracker/views/form-addextrafield.php:110
 msgid "Add New Custom Field"
 msgstr "新增新訂製欄位"
 
-#: common/tracker/views/form-addextrafield.php:114
+#: common/tracker/views/form-addextrafield.php:115
 #: common/tracker/views/form-updateextrafield.php:49
 msgid "Custom Field Name"
 msgstr "訂製欄位名稱"
 
-#: common/tracker/views/form-addextrafield.php:118
+#: common/tracker/views/form-addextrafield.php:119
 #: common/tracker/views/form-updateextrafield.php:93
 msgid "Field alias"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:123
+#: common/tracker/views/form-addextrafield.php:124
 #: common/tracker/views/form-updateextrafield.php:42
 msgid "Type of custom field"
 msgstr "訂製欄位類型"
 
-#: common/tracker/views/form-addextrafield.php:133
+#: common/tracker/views/form-addextrafield.php:134
 msgid "Box type technician"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:136
+#: common/tracker/views/form-addextrafield.php:137
 msgid ""
 "Text Fields and Text Areas need to have Size/Maxlength and Rows/Cols "
 "defined, respectively."
 msgstr "文字區塊與多行文字需要各自有大小/最大長度和列數/行數的定義。"
 
-#: common/tracker/views/form-addextrafield.php:137
+#: common/tracker/views/form-addextrafield.php:138
 msgid "Text Field Size/Text Area Rows"
 msgstr "文字區塊大小/多行文字列數"
 
-#: common/tracker/views/form-addextrafield.php:139
+#: common/tracker/views/form-addextrafield.php:140
 msgid "Text Field Maxlength/Text Area Columns"
 msgstr "文字區塊最大長度/多行文字行數"
 
-#: common/tracker/views/form-addextrafield.php:141
+#: common/tracker/views/form-addextrafield.php:142
 #: common/tracker/views/form-updateextrafield.php:80
 #, fuzzy
 msgid "Hide the default none value"
 msgstr "編輯一個問卷"
 
-#: common/tracker/views/form-addextrafield.php:143
+#: common/tracker/views/form-addextrafield.php:144
 #: common/tracker/views/form-updateextrafield.php:86
 msgid "Label for the none value"
 msgstr ""
 
-#: common/tracker/views/form-addextrafield.php:144
+#: common/tracker/views/form-addextrafield.php:145
 #, fuzzy
 msgid "none"
 msgstr "完成"
 
-#: common/tracker/views/form-addextrafield.php:147
+#: common/tracker/views/form-addextrafield.php:148
 #, fuzzy
 msgid "Warning: this add new custom field"
 msgstr "錯誤插入一個訂製欄位"
 
-#: common/tracker/views/form-addextrafield.php:155
+#: common/tracker/views/form-addextrafield.php:156
 msgid "Custom Field Rendering Template"
 msgstr "訂製欄位表現樣板"
 
-#: common/tracker/views/form-addextrafield.php:158
+#: common/tracker/views/form-addextrafield.php:159
 #, fuzzy
 msgid "Edit template"
 msgstr "編輯發佈"
 
-#: common/tracker/views/form-addextrafield.php:159
+#: common/tracker/views/form-addextrafield.php:160
 msgid "Delete template"
 msgstr "刪除樣板"
 
@@ -8091,44 +8090,44 @@
 msgid "Latest File Releases"
 msgstr "最新發佈專案"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:75
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:76
 msgid "This Project Has Not Released Any Files"
 msgstr "該專案沒有發佈任何檔案"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:82
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:83
 #: www/frs/reporting/downloads.php:107 www/frs/reporting/downloads.php:197
 #: www/snippet/add_snippet_to_package.php:127
 msgid "Package"
 msgstr "集合"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:138
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:139
 #: www/frs/index.php:136
 msgid "Monitor this package"
 msgstr "訂閱這個集合"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:157
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:158
 msgid "View All Project Files"
 msgstr "瀏覽全部檔案"
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:172
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:173
 msgid ""
 "List the most recent packages available for download along with their "
 "revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:174
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:175
 msgid ""
 "A Release Notes icon allows you to see the latest changes and developers "
 "comments associated with this revision."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:176
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:177
 msgid ""
 "Then comes the monitor icon, selecting this icon will cause this package to "
 "be monitored for you."
 msgstr ""
 
-#: common/widget/Widget_ProjectLatestFileReleases.class.php:178
+#: common/widget/Widget_ProjectLatestFileReleases.class.php:179
 msgid ""
 "Anytime the project development team posts a new release, you will be "
 "automatically notified via e-mail. All monitored File Releases are listed in "
@@ -15304,11 +15303,6 @@
 msgid "Activate this user immediately"
 msgstr ""
 
-#: www/account/register.php:275
-#, php-format
-msgid "Fields marked with %s are mandatory."
-msgstr ""
-
 #: www/account/register.php:278
 msgid "Register"
 msgstr "註冊"
@@ -17022,11 +17016,16 @@
 msgid "Exports Available"
 msgstr "沒有統計資訊"
 
-#: www/export/rss20_activity.php:109 www/register/index.php:245
+#: www/export/rss20_activity.php:111 www/register/index.php:245
 #, fuzzy
 msgid "Source Code"
 msgstr "來源 IP"
 
+#: www/export/rss20_activity.php:196
+#, fuzzy
+msgid "Error: No group selected"
+msgstr "拒絕群組時發生錯誤"
+
 #: www/export/rss20_docman.php:78
 msgid "Please supply a Group ID with the request."
 msgstr ""
@@ -19717,57 +19716,57 @@
 msgid "Help Wanted Latest Posts"
 msgstr "尋求協助最新文章"
 
-#: www/people/index.php:42
+#: www/people/index.php:42 www/people/index.php:53 www/people/index.php:62
+msgid "Help Wanted System"
+msgstr "需要幫助的系統"
+
+#: www/people/index.php:46
 msgid "Here is a list of positions available for this project."
 msgstr "以下是這個專案能夠提供的工作列表"
 
-#: www/people/index.php:49 www/people/index.php:58
-msgid "Help Wanted System"
-msgstr "需要幫助的系統"
-
-#: www/people/index.php:49
+#: www/people/index.php:53
 msgid " as "
 msgstr ""
 
-#: www/people/index.php:52
+#: www/people/index.php:56
 msgid "Click job titles for more detailed descriptions."
 msgstr "點擊工作標題來獲得更詳細的描述"
 
-#: www/people/index.php:61
+#: www/people/index.php:65
 #, php-format
 msgid ""
 "The %s Project Help Wanted board is for non-commercial, project volunteer "
 "openings. Commercial use is prohibited."
 msgstr ""
 
-#: www/people/index.php:65
+#: www/people/index.php:69
 msgid ""
 "Project listings remain live for two weeks, or until closed by the poster, "
 "whichever comes first. (Project administrators may always re-post expired "
 "openings.)"
 msgstr ""
 
-#: www/people/index.php:69
+#: www/people/index.php:73
 msgid ""
 "Browse through the category menu to find projects looking for your help."
 msgstr ""
 
-#: www/people/index.php:73
+#: www/people/index.php:77
 msgid ""
 "If you're a project admin, log in and submit help wanted requests through "
 "your project administration page."
 msgstr ""
 
-#: www/people/index.php:77
+#: www/people/index.php:81
 msgid ""
 "To suggest new job categories, submit a request via the support manager."
 msgstr ""
 
-#: www/people/index.php:82
+#: www/people/index.php:86
 msgid "Last posts"
 msgstr "最新的文章"
 
-#: www/people/index.php:91
+#: www/people/index.php:95
 msgid "more latest posts"
 msgstr "更多最新的文章"
 
@@ -23597,6 +23596,14 @@
 msgid "No User Name Provided"
 msgstr "帳號"
 
+#, fuzzy
+#~ msgid "Mandatory fields"
+#~ msgstr "管理訂製欄位"
+
+#, fuzzy
+#~ msgid "Indicates required fields."
+#~ msgstr "所有項都必須填寫!"
+
 #~ msgid "Query does not exist"
 #~ msgstr "查詢不存在"
 




More information about the Fusionforge-commits mailing list