-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #433: Fix all localization issues
* enable PDE compiler check for missing localizations in all projects * unify PDE project settings for all plugin projects * fix missing tooltip * localize all remaining non-localized strings in plugin.xml * set translatable property in all own schemas where applicable * move all localization files to the default OSGi localization property location and remove the superfluous manifest headers
- Loading branch information
1 parent
306df36
commit 750b869
Showing
41 changed files
with
203 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
net.sf.eclipsecs.branding/.settings/org.eclipse.pde.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
resolve.requirebundle=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: Eclipse Checkstyle | ||
Bundle-Name: %Bundle-Name | ||
Bundle-SymbolicName: net.sf.eclipsecs.branding | ||
Bundle-Version: 10.6.0.qualifier | ||
Bundle-Vendor: Eclipse Checkstyle Project | ||
Bundle-Vendor: %Bundle-Vendor | ||
Automatic-Module-Name: net.sf.eclipsecs.branding |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#Properties file for net.sf.eclipsecs.branding | ||
Bundle-Name = Eclipse Checkstyle | ||
Bundle-Vendor = Eclipse Checkstyle Project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
bin.includes = META-INF/,\ | ||
about.ini,\ | ||
about.properties,\ | ||
checkstyle_small.png | ||
checkstyle_small.png,\ | ||
OSGI-INF/ |
2 changes: 2 additions & 0 deletions
2
net.sf.eclipsecs.checkstyle/.settings/org.eclipse.pde.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
resolve.requirebundle=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#Properties file for net.sf.eclipsecs.checkstyle | ||
Bundle-Name = Checkstyle Library | ||
Bundle-Vendor = Eclipse Checkstyle Project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
bin.includes = META-INF/,\ | ||
.,\ | ||
license/,\ | ||
checkstyle-10.6.0-all.jar | ||
checkstyle-10.6.0-all.jar,\ | ||
OSGI-INF/ | ||
jars.compile.order = . | ||
source.. = metadata/ | ||
javacDefaultEncoding.. = UTF-8 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
#Tue Oct 04 19:15:04 CEST 2011 | ||
eclipse.preferences.version=1 | ||
resolve.requirebundle=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
resolve.requirebundle=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
compilers.f.unresolved-features=1 | ||
compilers.f.unresolved-plugins=1 | ||
compilers.incompatible-environment=0 | ||
compilers.p.build=0 | ||
compilers.p.build.bin.includes=0 | ||
compilers.p.build.encodings=0 | ||
compilers.p.build.java.compiler=2 | ||
compilers.p.build.java.compliance=0 | ||
compilers.p.build.missing.output=2 | ||
compilers.p.build.output.library=0 | ||
compilers.p.build.source.library=0 | ||
compilers.p.build.src.includes=0 | ||
compilers.p.deprecated=2 | ||
compilers.p.discouraged-class=0 | ||
compilers.p.exec-env-too-low=1 | ||
compilers.p.internal=0 | ||
compilers.p.missing-packages=2 | ||
compilers.p.missing-version-export-package=2 | ||
compilers.p.missing-version-import-package=2 | ||
compilers.p.missing-version-require-bundle=2 | ||
compilers.p.no-required-att=0 | ||
compilers.p.no.automatic.module=0 | ||
compilers.p.not-externalized-att=0 | ||
compilers.p.service.component.without.lazyactivation=0 | ||
compilers.p.unknown-attribute=0 | ||
compilers.p.unknown-class=0 | ||
compilers.p.unknown-element=0 | ||
compilers.p.unknown-identifier=0 | ||
compilers.p.unknown-resource=0 | ||
compilers.p.unresolved-ex-points=0 | ||
compilers.p.unresolved-import=0 | ||
compilers.s.create-docs=false | ||
compilers.s.doc-folder=doc | ||
compilers.s.open-tags=1 | ||
eclipse.preferences.version=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: Eclipse Checkstyle Documentation | ||
Bundle-Name: %Bundle-Name | ||
Bundle-SymbolicName: net.sf.eclipsecs.doc;singleton:=true | ||
Bundle-Version: 10.6.0.qualifier | ||
Bundle-Vendor: Eclipse Checkstyle Project | ||
Bundle-Vendor: %Bundle-Vendor | ||
Automatic-Module-Name: net.sf.eclipsecs.doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#Properties file for net.sf.eclipsecs.doc | ||
Bundle-Name = Eclipse Checkstyle Documentation | ||
Bundle-Vendor = Eclipse Checkstyle Project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
bin.includes = META-INF/,\ | ||
docs/,\ | ||
toc.xml,\ | ||
plugin.xml | ||
plugin.xml,\ | ||
OSGI-INF/ | ||
generateSourceBundle=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
resolve.requirebundle=false |
Oops, something went wrong.