These are constants that are used for Language definitions the reason that these may appear is because that are not being set in your language definition. Depending on your language definition you will need to add those values to the language file. the language files are located in
/administrator/components/com_rsgallery2/language Here is an example from the english.php language file.
DEFINE("_RSGALLERY_TMPL_GAL_DETAILS_OWNER", "Owner: ");
DEFINE("_RSGALLERY_TMPL_GAL_DETAILS_SIZE", "Size: ");
DEFINE("_RSGALLERY_TMPL_GAL_DETAILS_DATE", "Created: ");