/** * * Copyright * 2009-2015 Jayway Products AB * 2016-2017 Föreningen Sambruk * * Licensed under AGPL, Version 3.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.gnu.org/licenses/agpl.txt * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package se.streamsource.streamflow.client.ui.workspace.cases; /** * JAVADOC */ public enum CaseResources { could_not_refresh, could_not_change_name, could_not_change_note, could_not_change_phone_number, could_not_change_email_address, could_not_change_due_on, could_not_change_description, could_not_view_details, could_not_update_field, could_not_find_contacts, could_not_find_search_criteria, // Case statuses case_status_open_icon, case_status_draft_icon, case_status_closed_icon, case_status_withresolution_closed_icon, case_status_withresolution_open_icon, case_status_on_hold_icon, case_status_draft_text, case_status_open_text, case_status_closed_text, case_status_on_hold_text, case_restricted_icon, case_unrestricted_icon, // Conversation new_conversation_topic, choose_participant, regular_expression_does_not_validate, invalidinteger, could_not_upload_file, parent, caze, subcases, choose_external_participant, could_not_change_mark_read_timeout, invalidfloat }