-
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.
Prepare for moving undo support to this lib
- Loading branch information
1 parent
95db5d4
commit e8837d0
Showing
3 changed files
with
25 additions
and
0 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
11 changes: 11 additions & 0 deletions
11
src/main/resources/properties/MsliUndoableActions.properties
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,11 @@ | ||
# The file MsliUndoableActions.properties is the default shared resource bundle | ||
# for undoable actions. | ||
# | ||
# As Meyer Sound primarily develops in the USA, American English is the default. | ||
# | ||
# This file may be partially overridden with variants for UK, Canada, etc. | ||
undoableAction.cut.presentationName = Cut | ||
undoableAction.delete.presentationName = Delete | ||
undoableAction.move.presentationName = Move | ||
undoableAction.paste.presentationName = Paste | ||
undoableAction.rotate.presentationName = Rotate |
9 changes: 9 additions & 0 deletions
9
src/main/resources/properties/MsliUndoableActions_sp.properties
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,9 @@ | ||
# The file MsliUndoableActions_sp.properties is the shared resource bundle | ||
# for undoable actions, for all Spanish-speaking locales. It overrides most, | ||
# if not all, of the resources in the default bundle, and in turn may be | ||
# overridden by country-specific variants. | ||
undoableAction.cut.presentationName = corte | ||
undoableAction.delete.presentationName = suprima | ||
undoableAction.move.presentationName = movimiento | ||
undoableAction.paste.presentationName = pegue | ||
undoableAction.rotate.presentationName = rotación |