summaryrefslogtreecommitdiff
path: root/src/plugins/preflighting.samplecheckers.findviewbyid.ui/src/com/motorolamobility/preflighting/samplechecker/findviewbyid/quickfix/i18n/messages.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/preflighting.samplecheckers.findviewbyid.ui/src/com/motorolamobility/preflighting/samplechecker/findviewbyid/quickfix/i18n/messages.properties')
-rw-r--r--src/plugins/preflighting.samplecheckers.findviewbyid.ui/src/com/motorolamobility/preflighting/samplechecker/findviewbyid/quickfix/i18n/messages.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/preflighting.samplecheckers.findviewbyid.ui/src/com/motorolamobility/preflighting/samplechecker/findviewbyid/quickfix/i18n/messages.properties b/src/plugins/preflighting.samplecheckers.findviewbyid.ui/src/com/motorolamobility/preflighting/samplechecker/findviewbyid/quickfix/i18n/messages.properties
new file mode 100644
index 0000000..09ab88a
--- /dev/null
+++ b/src/plugins/preflighting.samplecheckers.findviewbyid.ui/src/com/motorolamobility/preflighting/samplechecker/findviewbyid/quickfix/i18n/messages.properties
@@ -0,0 +1,6 @@
+FindViewByIdMarkerResolution_Description=findViewById should be called outside loop codes for performance improvement.
+FindViewByIdMarkerResolution_Error_Aplying_Changes=Error applying changes:
+FindViewByIdMarkerResolution_Error_Could_Not_Fix_Code=An error has occurred while trying to fix the problem. Try Running the appValidator again and don't made any changes to the code.
+FindViewByIdMarkerResolution_Error_Msg_Title=Marker resolution fail.
+FindViewByIdMarkerResolution_Error_Unable_To_Open_Editor=Unable to open editor or bring it to front for Java file while trying to generate code from layout xml file
+FindViewByIdMarkerResolution_Label=Move findViewById call outside the loop block