This is the Romanian Translation of BugNet.
1. Unrar the files into the project folder of BugNET
2. Add the romanian language in the table:
This script is used to insert a new language row into the table that populates the drop down list
INSERT INTO [dbo].[BugNet_Languages] ([CultureCode], [CultureName], [FallbackCulture]) VALUES('ro-RO', 'Romanian (Romania)', 'ro-RO')
3. Go to Admin\Project Configuration\Languages and choose Romanian
4. Click on user\Preferences and choose Romanian again.
That's it !
Comments: added to next version
1. Unrar the files into the project folder of BugNET
2. Add the romanian language in the table:
This script is used to insert a new language row into the table that populates the drop down list
INSERT INTO [dbo].[BugNet_Languages] ([CultureCode], [CultureName], [FallbackCulture]) VALUES('ro-RO', 'Romanian (Romania)', 'ro-RO')
3. Go to Admin\Project Configuration\Languages and choose Romanian
4. Click on user\Preferences and choose Romanian again.
That's it !
Comments: added to next version