forked from GitHub/gf-core
added code for visualization of the sematic graph in the app. The code is there but the menu item for activating it is not there yet since the functionality is not complete
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<string name="open_image">Opening</string>
|
||||
<string name="mic_input">Speech Input</string>
|
||||
<string name="keyboard_input">Keyboard Input</string>
|
||||
<string name="semantic_graph">Semantic Graph</string>
|
||||
<string name="help">Help</string>
|
||||
<string name="global_preferences_key">org.grammaticalframework.ui.android.GLOBAL_PREFERENCES</string>
|
||||
|
||||
@@ -24,4 +25,7 @@
|
||||
<!-- Labels for subtype -->
|
||||
<string name="normalKeyboardMode">normalKeyboardMode</string>
|
||||
<string name="internalKeyboardMode">internalKeyboardMode</string>
|
||||
|
||||
<string name="search_hint">Search word:</string>
|
||||
<string name="search_description">Search for words in the lexicon</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user