g_sd_admin_client_strings = {
	s: function(o) { return typeof(this[o] == "string") ? this[o] : o; }

	, dlg_close:						"Close"

	, dlgrespicker_title_image:			"Select Image"
	, dlgrespicker_title_file:			"Select File"
	, dlgrespicker_import_image:		"Import Image"
	, dlgrespicker_import_file:			"Import File"
	, dlgrespicker_search:				"Search"
	, dlgrespicker_defaultsearchtext:	"Enter word to search for"
	, dlgrespicker_selectfile:			"Select File"
	, dlgrespicker_hit:					"hit"
	, dlgrespicker_hits:				"hits"
	, dlgrespicker_searchedfor:			"Searched for"
	, dlgrespicker_pixels:				"pixels"
	, dlgrespicker_dbfailed:			"The file upload was successful, but an error occurred when the database was being updated. Please try again later."
	, dlgrespicker_uploadfailed:		"The file upload failed, please check that the file is not corrupt and that the size of the file does not exceed the limit of your server."
	, dlgrespicker_uploadtypemismatch:	"The file upload was successful, but the file you uploaded is not selectable here."
};
