-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
goga
authored and
goga
committed
Jul 9, 2023
1 parent
c17b801
commit 6dbf45b
Showing
13 changed files
with
51 additions
and
56 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
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
21 changes: 21 additions & 0 deletions
21
com.hazard157.psx24.catnote/src/com/hazard157/psx24/catnote/m5/IPsxResources.java
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,21 @@ | ||
package com.hazard157.psx24.catnote.m5; | ||
|
||
/** | ||
* Localaizable resources. | ||
* | ||
* @author hazard157 | ||
*/ | ||
@SuppressWarnings( "nls" ) | ||
interface IPsxResources { | ||
|
||
String STR_M5M_CATEGORY = "Category"; | ||
String STR_M5M_CATEGORY_D = "Note category"; | ||
|
||
String STR_M5M_NOTE = "Note"; | ||
String STR_M5M_NOTE_D = "Categorized note of specified kind"; | ||
String STR_NOTE_KIND = "Kind"; | ||
String STR_NOTE_KIND_D = "The note kind"; | ||
String STR_NOTE_CATEGORY = "Category"; | ||
String STR_NOTE_CATEGORY_D = "The note category"; | ||
|
||
} |
2 changes: 1 addition & 1 deletion
2
...ategory/NbCategoryM5LifecycleManager.java → ...note/m5/NbCategoryM5LifecycleManager.java
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
2 changes: 1 addition & 1 deletion
2
...ote/m5/note/NbNoteM5LifecycleManager.java → .../catnote/m5/NbNoteM5LifecycleManager.java
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
2 changes: 1 addition & 1 deletion
2
.../catnote/m5/notekind/NoteKindM5Model.java → ...157/psx24/catnote/m5/NoteKindM5Model.java
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
14 changes: 0 additions & 14 deletions
14
com.hazard157.psx24.catnote/src/com/hazard157/psx24/catnote/m5/category/IPsxResources.java
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
com.hazard157.psx24.catnote/src/com/hazard157/psx24/catnote/m5/note/IPsxResources.java
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
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