Skip to content

Commit

Permalink
Fix wrong usage of Localization.lang for menu entries
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Aug 8, 2016
1 parent 42e6aff commit cb37296
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 42 deletions.
14 changes: 7 additions & 7 deletions src/main/java/net/sf/jabref/gui/keyboard/KeyBindingCategory.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
public enum KeyBindingCategory {

FILE(
Localization.lang("File")),
Localization.menuTitle("File")),
EDIT(
Localization.lang("Edit")),
Localization.menuTitle("Edit")),
SEARCH(
Localization.lang("Search")),
Localization.menuTitle("Search")),
VIEW(
Localization.lang("View")),
Localization.menuTitle("View")),
BIBTEX(
Localization.lang("BibTeX")),
Localization.menuTitle("BibTeX")),
QUALITY(
Localization.lang("Quality")),
Localization.menuTitle("Quality")),
TOOLS(
Localization.lang("Tools"));
Localization.menuTitle("Tools"));

private final String name;

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_da.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1667,8 +1667,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

Get_fulltext=

Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/l10n/JabRef_de.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2381,9 +2381,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=Schnellzugriffe_zurücksetzten
BibTeX=BibTeX
Tools=Werkzeuge


Audio_CD=Audio_CD
British_patent=Britisches_Patent
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2242,8 +2242,6 @@ Message=Message

MathSciNet_Review=MathSciNet_Review
Reset_Bindings=Reset_Bindings
BibTeX=BibTeX
Tools=Tools

Decryption_not_supported.=Decryption_not_supported.

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1569,8 +1569,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

Get_fulltext=

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_fa.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2349,8 +2349,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

Get_fulltext=

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1612,8 +1612,6 @@ BibTeX_key=
Message=
MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

BibTeX_key=Clef_BibTeX
Message=Message
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_in.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1588,8 +1588,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

Get_fulltext=

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_it.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1688,8 +1688,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

Get_fulltext=

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_ja.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2329,8 +2329,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

booktitle_ends_with_'conference_on'=「conference_on」で終わるbooktitle
BibTeX_key=BibTeX鍵
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_nl.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2361,8 +2361,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

Get_fulltext=

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_no.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2757,8 +2757,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

Get_fulltext=

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_pt_BR.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1583,8 +1583,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

Get_fulltext=

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_ru.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2329,8 +2329,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

Get_fulltext=

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_sv.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1529,8 +1529,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

BibTeX_key=BibTeX-nyckel
Message=Meddelande
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_tr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1602,8 +1602,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

BibTeX_key=BibTeX_anahtarı
Message=Mesaj
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_vi.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2353,8 +2353,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

Get_fulltext=

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/l10n/JabRef_zh.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1595,8 +1595,6 @@ Message=

MathSciNet_Review=
Reset_Bindings=
BibTeX=
Tools=

Get_fulltext=

Expand Down

0 comments on commit cb37296

Please sign in to comment.