aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-i18n-en-plugin
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-75 rename i18n bundles to l10n bundlesSimon Brandhof2011-07-29750-5899/+0
| | | | | | | Article from the W3C : Localization refers to the adaptation of a product, application or document content to meet the language, cultural and other requirements of a specific target market (a "locale"). Internationalization is the design and development of a product, application or document content that enables easy localization for target audiences that vary in culture, region, or language.
* SONAR-75 Improve i18n APISimon Brandhof2011-07-293-41/+4
| | | | | | - The extension point LanguagePack is not required anymore - No error logs when rule description is not available in all locales - Increase code coverage and decrease complexity
* SONAR-75 fix l10n bundleSimon Brandhof2011-07-281-1/+1
|
* Fix label of metric commented_out_code_linesSimon Brandhof2011-07-281-1/+1
|
* Fix english l10nEvgeny Mandrikov2011-07-281-1/+1
|
* SONAR-2600,SONAR-2601 Replace STARTTLS by SSL and describe all SMTP settingsEvgeny Mandrikov2011-07-281-1/+9
|
* SONAR-2607 Should be only one dispatcher - ↵Evgeny Mandrikov2011-07-271-2/+1
| | | | ChangesInReviewAssignedToMeOrCreatedByMe
* SONAR-2547 support i18nSimon Brandhof2011-07-271-1/+24
|
* SONAR-2596,SONAR-2601 Improve UI for email notificationsEvgeny Mandrikov2011-07-271-2/+2
| | | | | | * Replace 'Send Test Email' by 'Test Configuration' * Replace 'Send' by 'Send test email' * Apply CSS styles
* SONAR-2596,SONAR-2601 UI for email notificationsEvgeny Mandrikov2011-07-261-0/+28
| | | | | | | * Add email configuration to sidebar menu * I18n for email and notifications settings * Email configuration properties must be secured * Rename sonar-email-plugin to sonar-email-notifications-plugin
* SONAR-2589 add missing bundles in drilldown pagesSimon Brandhof2011-07-261-5/+9
|
* SONAR-75 support alert thresholdsSimon Brandhof2011-07-261-2/+5
|
* SONAR-2591: push english translations of checkstyle, pmd and findbugs rulesFreddy Mallet2011-07-251-1/+1
|
* SONAR-2591: push english translations of checkstyle, pmd and findbugs rulesFreddy Mallet2011-07-25733-0/+4513
|
* SONAR-75 add rule severities (thanks to David Festal's patch)David Festal2011-07-251-0/+12
|
* Various minor improvements of UISimon Brandhof2011-07-221-2/+1
| | | | | | | - Rename the sidebar section 'SYSTEM' to 'CONFIGURATION' - Change the violations drilldown header in order to be consistent with all other pages - Remove the link 'Plugins' from footer (useless with Update Center) - Add a title to manual measures page
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-211-12/+152
| | | | | | - Add I18n to quality profiles - Add I18n to rules configuration - Add I18n to alerts
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-211-0/+24
| | | | | | - Add I18n to session messages (log in, log out, ...) - Add I18n to flash notices - Add I18n to cloud page - Add I18n to maintenance page
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-201-0/+29
| | | | | | - Fix small bug on filter columns - Add I18n on violation drilldown - Add I18n on violation timemachine
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-201-0/+42
| | | | | - Add I18n for events in dashboards - Add I18n for dependencies
* SONAR-2628 Add a page to manage manual measuressimonbrandhof2011-07-191-0/+1
|
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-191-19/+116
| | | - Add I18n to widgets
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-191-0/+35
| | | | | - Add I18n to dashboard page - Add I18n to dashboards management
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-181-0/+23
| | | - Add I18n for components page
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-181-5/+35
| | | | | | - Add I18n for reviews - Add I18n for markdown - Add I18n for user auto-suggest field
* Fix line-endings and mode bitsEvgeny Mandrikov2011-07-185-71/+73
|
* SONAR-2589 Modification of web ruby templates to use bundlesFabrice Bellingard2011-07-151-7/+49
| | | | | - Added i18n to core tabs of the resource viewer (coverage, source, violations)
* SONAR-2591 API : translation mechanism of rule descriptionsFabrice Bellingard2011-07-151-0/+17
| | | - Add translation for rule params
* SONAR-2591 API : translation mechanism of rule descriptionsFabrice Bellingard2011-07-1414-1/+141
| | | | | | - Added mechanism to look for rule descriptions in HTML files - Put all the rule names and descriptions of Squid Java in the English Pack using this system
* Update license headersFabrice Bellingard2011-07-142-4/+2
|
* SONAR-2589 Creation of a I18n English PackFabrice Bellingard2011-07-135-0/+727
- Creation of the plugin - Modification the I18nManager to read keys from this plugin in the first place