001/* 002 * This library is part of OpenCms - 003 * the Open Source Content Management System 004 * 005 * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com) 006 * 007 * This library is free software; you can redistribute it and/or 008 * modify it under the terms of the GNU Lesser General Public 009 * License as published by the Free Software Foundation; either 010 * version 2.1 of the License, or (at your option) any later version. 011 * 012 * This library is distributed in the hope that it will be useful, 013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 015 * Lesser General Public License for more details. 016 * 017 * For further information about Alkacon Software GmbH & Co. KG, please see the 018 * company website: http://www.alkacon.com 019 * 020 * For further information about OpenCms, please see the 021 * project website: http://www.opencms.org 022 * 023 * You should have received a copy of the GNU Lesser General Public 024 * License along with this library; if not, write to the Free Software 025 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 026 */ 027 028package org.opencms.workplace.tools.accounts; 029 030import org.opencms.i18n.A_CmsMessageBundle; 031import org.opencms.i18n.I_CmsMessageBundle; 032 033/** 034 * Convenience class to access the localized messages of this OpenCms package.<p> 035 * 036 * @since 6.0.0 037 */ 038public final class Messages extends A_CmsMessageBundle { 039 040 /** Message constant for key in the resource bundle. */ 041 public static final String ERR_ACTIVATE_GROUP_1 = "ERR_ACTIVATE_GROUP_1"; 042 043 /** Message constant for key in the resource bundle. */ 044 public static final String ERR_ACTIVATE_ROLE_2 = "ERR_ACTIVATE_ROLE_2"; 045 046 /** Message constant for key in the resource bundle. */ 047 public static final String ERR_ACTIVATE_SELECTED_GROUPS_0 = "ERR_ACTIVATE_SELECTED_GROUPS_0"; 048 049 /** Message constant for key in the resource bundle. */ 050 public static final String ERR_ACTIVATE_SELECTED_USERS_0 = "ERR_ACTIVATE_SELECTED_USERS_0"; 051 052 /** Message constant for key in the resource bundle. */ 053 public static final String ERR_ACTIVATE_USER_1 = "ERR_ACTIVATE_USER_1"; 054 055 /** Message constant for key in the resource bundle. */ 056 public static final String ERR_ADD_SELECTED_GROUP_0 = "ERR_ADD_SELECTED_GROUP_0"; 057 058 /** Message constant for key in the resource bundle. */ 059 public static final String ERR_ADD_SELECTED_GROUPS_0 = "ERR_ADD_SELECTED_GROUPS_0"; 060 061 /** Message constant for key in the resource bundle. */ 062 public static final String ERR_ADD_SELECTED_ORGUNITUSER_0 = "ERR_ADD_SELECTED_ORGUNITUSER_0"; 063 064 /** Message constant for key in the resource bundle. */ 065 public static final String ERR_ADD_SELECTED_USER_0 = "ERR_ADD_SELECTED_USER_0"; 066 067 /** Message constant for key in the resource bundle. */ 068 public static final String ERR_ADD_SELECTED_USERS_0 = "ERR_ADD_SELECTED_USERS_0"; 069 070 /** Message constant for key in the resource bundle. */ 071 public static final String ERR_ADD_TO_ADMINISTRATORS_GROUP_0 = "ERR_ADD_TO_ADMINISTRATORS_GROUP_0"; 072 073 /** Message constant for key in the resource bundle. */ 074 public static final String ERR_ADD_TO_GUESTS_GROUP_0 = "ERR_ADD_TO_GUESTS_GROUP_0"; 075 076 /** Message constant for key in the resource bundle. */ 077 public static final String ERR_ADD_TO_USERS_GROUP_0 = "ERR_ADD_TO_USERS_GROUP_0"; 078 079 /** Message constant for key in the resource bundle. */ 080 public static final String ERR_ADD_USER_TO_GROUP_0 = "ERR_ADD_USER_TO_GROUP_0"; 081 082 /** Message constant for key in the resource bundle. */ 083 public static final String ERR_ADD_USER_TO_ROLE_0 = "ERR_ADD_USER_TO_ROLE_0"; 084 085 /** Message constant for key in the resource bundle. */ 086 public static final String ERR_DEACTIVATE_GROUP_1 = "ERR_DEACTIVATE_GROUP_1"; 087 088 /** Message constant for key in the resource bundle. */ 089 public static final String ERR_DEACTIVATE_INDIRECT_ROLE_2 = "ERR_DEACTIVATE_INDIRECT_ROLE_2"; 090 091 /** Message constant for key in the resource bundle. */ 092 public static final String ERR_DEACTIVATE_ROLE_2 = "ERR_DEACTIVATE_ROLE_2"; 093 094 /** Message constant for key in the resource bundle. */ 095 public static final String ERR_DEACTIVATE_SELECTED_GROUPS_0 = "ERR_DEACTIVATE_SELECTED_GROUPS_0"; 096 097 /** Message constant for key in the resource bundle. */ 098 public static final String ERR_DEACTIVATE_SELECTED_USERS_0 = "ERR_DEACTIVATE_SELECTED_USERS_0"; 099 100 /** Message constant for key in the resource bundle. */ 101 public static final String ERR_DEACTIVATE_USER_1 = "ERR_DEACTIVATE_USER_1"; 102 103 /** Message constant for key in the resource bundle. */ 104 public static final String ERR_DELETE_GROUP_1 = "ERR_DELETE_GROUP_1"; 105 106 /** Message constant for key in the resource bundle. */ 107 public static final String ERR_DELETE_ORGUNIT_1 = "ERR_DELETE_ORGUNIT_1"; 108 109 /** Message constant for key in the resource bundle. */ 110 public static final String ERR_DELETE_SELECTED_GROUPS_0 = "ERR_DELETE_SELECTED_GROUPS_0"; 111 112 /** Message constant for key in the resource bundle. */ 113 public static final String ERR_DELETE_SELECTED_USERS_0 = "ERR_DELETE_SELECTED_USERS_0"; 114 115 /** Message constant for key in the resource bundle. */ 116 public static final String ERR_DELETE_USER_1 = "ERR_DELETE_USER_1"; 117 118 /** Message constant for key in the resource bundle. */ 119 public static final String ERR_DIGEST_PASSWORD_0 = "ERR_DIGEST_PASSWORD_0"; 120 121 /** Message constant for key in the resource bundle. */ 122 public static final String ERR_EDIT_GROUP_0 = "ERR_EDIT_GROUP_0"; 123 124 /** Message constant for key in the resource bundle. */ 125 public static final String ERR_EDIT_GROUPS_0 = "ERR_EDIT_GROUPS_0"; 126 127 /** Message constant for key in the resource bundle. */ 128 public static final String ERR_EDIT_USER_0 = "ERR_EDIT_USER_0"; 129 130 /** Message constant for key in the resource bundle. */ 131 public static final String ERR_EDIT_USERS_0 = "ERR_EDIT_USERS_0"; 132 133 /** Message constant for key in the resource bundle. */ 134 public static final String ERR_FORWARDING_TO_PARENT_TOOL_0 = "ERR_FORWARDING_TO_PARENT_TOOL_0"; 135 136 /** Message constant for key in the resource bundle. */ 137 public static final String ERR_GET_EXPORT_USERS_0 = "ERR_GET_EXPORT_USERS_0"; 138 139 /** Message constant for key in the resource bundle. */ 140 public static final String ERR_ILLEGAL_ACCESS_0 = "ERR_ILLEGAL_ACCESS_0"; 141 142 /** Message constant for key in the resource bundle. */ 143 public static final String ERR_IMPORT_USER_0 = "ERR_IMPORT_USER_0"; 144 145 /** Message constant for key in the resource bundle. */ 146 public static final String ERR_INVOCATION_TARGET_0 = "ERR_INVOCATION_TARGET_0"; 147 148 /** Message constant for key in the resource bundle. */ 149 public static final String ERR_REMOVE_SELECTED_GROUP_0 = "ERR_REMOVE_SELECTED_GROUP_0"; 150 151 /** Message constant for key in the resource bundle. */ 152 public static final String ERR_REMOVE_SELECTED_GROUPS_0 = "ERR_REMOVE_SELECTED_GROUPS_0"; 153 154 /** Message constant for key in the resource bundle. */ 155 public static final String ERR_REMOVE_SELECTED_ORGUNITUSER_0 = "ERR_REMOVE_SELECTED_ORGUNITUSER_0"; 156 157 /** Message constant for key in the resource bundle. */ 158 public static final String ERR_SELECTED_FOLDER_NOT_IN_SITE_0 = "ERR_SELECTED_FOLDER_NOT_IN_SITE_0"; 159 160 /** Message constant for key in the resource bundle. */ 161 public static final String ERR_TRANSFER_GROUP_1 = "ERR_TRANSFER_GROUP_1"; 162 163 /** Message constant for key in the resource bundle. */ 164 public static final String ERR_TRANSFER_USER_1 = "ERR_TRANSFER_USER_1"; 165 166 /** Message constant for key in the resource bundle. */ 167 public static final String ERR_USERDATA_IMPORT_CSV_MISSING_NAME_0 = "ERR_USERDATA_IMPORT_CSV_MISSING_NAME_0"; 168 169 /** Message constant for key in the resource bundle. */ 170 public static final String ERR_USERDATA_IMPORT_CSV_MISSING_PASSWORD_0 = "ERR_USERDATA_IMPORT_CSV_MISSING_PASSWORD_0"; 171 172 /** Message constant for key in the resource bundle. */ 173 public static final String ERR_USERDATA_IMPORT_NO_CONTENT_0 = "ERR_USERDATA_IMPORT_NO_CONTENT_0"; 174 175 /** Message constant for key in the resource bundle. */ 176 public static final String ERR_USERGROUPS_DIRECT_GROUP_1 = "ERR_USERGROUPS_DIRECT_GROUP_1"; 177 178 /** Message constant for key in the resource bundle. */ 179 public static final String ERR_WRITE_TO_EXPORT_FILE_0 = "ERR_WRITE_TO_EXPORT_FILE_0"; 180 181 /** Message constant for key in the resource bundle. */ 182 public static final String GUI_ACCOUNTS_ADMIN_TOOL_GROUP_0 = "GUI_ACCOUNTS_ADMIN_TOOL_GROUP_0"; 183 184 /** Message constant for key in the resource bundle. */ 185 public static final String GUI_ACCOUNTS_ADMIN_TOOL_HELP_0 = "GUI_ACCOUNTS_ADMIN_TOOL_HELP_0"; 186 187 /** Message constant for key in the resource bundle. */ 188 public static final String GUI_ACCOUNTS_ADMIN_TOOL_NAME_0 = "GUI_ACCOUNTS_ADMIN_TOOL_NAME_0"; 189 190 /** Message constant for key in the resource bundle. */ 191 public static final String GUI_ADMINORGUNITS_LIST_NAME_0 = "GUI_ADMINORGUNITS_LIST_NAME_0"; 192 193 /** Message constant for key in the resource bundle. */ 194 public static final String GUI_ALL_PRINCIPAL_DEPENDENCIES_LIST_0 = "GUI_ALL_PRINCIPAL_DEPENDENCIES_LIST_0"; 195 196 /** Message constant for key in the resource bundle. */ 197 public static final String GUI_ALLDEP_LIST_COL_CREDENTIALS_0 = "GUI_ALLDEP_LIST_COL_CREDENTIALS_0"; 198 199 /** Message constant for key in the resource bundle. */ 200 public static final String GUI_ALLDEP_LIST_COL_PATH_0 = "GUI_ALLDEP_LIST_COL_PATH_0"; 201 202 /** Message constant for key in the resource bundle. */ 203 public static final String GUI_ALLDEP_LIST_COL_PERMISSIONS_0 = "GUI_ALLDEP_LIST_COL_PERMISSIONS_0"; 204 205 /** Message constant for key in the resource bundle. */ 206 public static final String GUI_ALLDEP_LIST_COL_USER_0 = "GUI_ALLDEP_LIST_COL_USER_0"; 207 208 /** Message constant for key in the resource bundle. */ 209 public static final String GUI_ALLGROUPS_ADMIN_TOOL_GROUP_0 = "GUI_ALLGROUPS_ADMIN_TOOL_GROUP_0"; 210 211 /** Message constant for key in the resource bundle. */ 212 public static final String GUI_ALLGROUPS_ADMIN_TOOL_HELP_0 = "GUI_ALLGROUPS_ADMIN_TOOL_HELP_0"; 213 214 /** Message constant for key in the resource bundle. */ 215 public static final String GUI_ALLGROUPS_ADMIN_TOOL_NAME_0 = "GUI_ALLGROUPS_ADMIN_TOOL_NAME_0"; 216 217 /** Message constant for key in the resource bundle. */ 218 public static final String GUI_ALLPERMISSIONS_TOOL_GROUP_0 = "GUI_ALLPERMISSIONS_TOOL_GROUP_0"; 219 220 /** Message constant for key in the resource bundle. */ 221 public static final String GUI_ALLPERMISSIONS_TOOL_HELP_0 = "GUI_ALLPERMISSIONS_TOOL_HELP_0"; 222 223 /** Message constant for key in the resource bundle. */ 224 public static final String GUI_ALLPERMISSIONS_TOOL_NAME_0 = "GUI_ALLPERMISSIONS_TOOL_NAME_0"; 225 226 /** Message constant for key in the resource bundle. */ 227 public static final String GUI_ALLUSERS_ADMIN_TOOL_GROUP_0 = "GUI_ALLUSERS_ADMIN_TOOL_GROUP_0"; 228 229 /** Message constant for key in the resource bundle. */ 230 public static final String GUI_ALLUSERS_ADMIN_TOOL_HELP_0 = "GUI_ALLUSERS_ADMIN_TOOL_HELP_0"; 231 232 /** Message constant for key in the resource bundle. */ 233 public static final String GUI_ALLUSERS_ADMIN_TOOL_NAME_0 = "GUI_ALLUSERS_ADMIN_TOOL_NAME_0"; 234 235 /** Message constant for key in the resource bundle. */ 236 public static final String GUI_ASSIGNUSER_ADMIN_TOOL_GROUP_0 = "GUI_ASSIGNUSER_ADMIN_TOOL_GROUP_0"; 237 238 /** Message constant for key in the resource bundle. */ 239 public static final String GUI_ASSIGNUSER_ADMIN_TOOL_HELP_0 = "GUI_ASSIGNUSER_ADMIN_TOOL_HELP_0"; 240 241 /** Message constant for key in the resource bundle. */ 242 public static final String GUI_ASSIGNUSER_ADMIN_TOOL_NAME_0 = "GUI_ASSIGNUSER_ADMIN_TOOL_NAME_0"; 243 244 /** Message constant for key in the resource bundle. */ 245 public static final String GUI_CREDENTIAL_DIRECT_0 = "GUI_CREDENTIAL_DIRECT_0"; 246 247 /** Message constant for key in the resource bundle. */ 248 public static final String GUI_CREDENTIAL_GROUP_1 = "GUI_CREDENTIAL_GROUP_1"; 249 250 /** Message constant for key in the resource bundle. */ 251 public static final String GUI_CREDENTIAL_ROLE_1 = "GUI_CREDENTIAL_ROLE_1"; 252 253 /** Message constant for key in the resource bundle. */ 254 public static final String GUI_DELETEORGUNIT_ADMIN_TOOL_GROUP_0 = "GUI_DELETEORGUNIT_ADMIN_TOOL_GROUP_0"; 255 256 /** Message constant for key in the resource bundle. */ 257 public static final String GUI_DELETEORGUNIT_ADMIN_TOOL_HELP_0 = "GUI_DELETEORGUNIT_ADMIN_TOOL_HELP_0"; 258 259 /** Message constant for key in the resource bundle. */ 260 public static final String GUI_DELETEORGUNIT_ADMIN_TOOL_NAME_0 = "GUI_DELETEORGUNIT_ADMIN_TOOL_NAME_0"; 261 262 /** Message constant for key in the resource bundle. */ 263 public static final String GUI_DEPENDENCIES_BUTTON_DELETE_0 = "GUI_DEPENDENCIES_BUTTON_DELETE_0"; 264 265 /** Message constant for key in the resource bundle. */ 266 public static final String GUI_DEPENDENCIES_BUTTON_TRANSFER_0 = "GUI_DEPENDENCIES_BUTTON_TRANSFER_0"; 267 268 /** Message constant for key in the resource bundle. */ 269 public static final String GUI_EDITGROUP_ADMIN_TOOL_GROUP_0 = "GUI_EDITGROUP_ADMIN_TOOL_GROUP_0"; 270 271 /** Message constant for key in the resource bundle. */ 272 public static final String GUI_EDITGROUP_ADMIN_TOOL_HELP_0 = "GUI_EDITGROUP_ADMIN_TOOL_HELP_0"; 273 274 /** Message constant for key in the resource bundle. */ 275 public static final String GUI_EDITGROUP_ADMIN_TOOL_NAME_0 = "GUI_EDITGROUP_ADMIN_TOOL_NAME_0"; 276 277 /** Message constant for key in the resource bundle. */ 278 public static final String GUI_EDITGROUP_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITGROUP_ADMIN_TOOL_NAVBARNAME_0"; 279 280 /** Message constant for key in the resource bundle. */ 281 public static final String GUI_EDITGROUP_DELETE_ADMIN_TOOL_GROUP_0 = "GUI_EDITGROUP_DELETE_ADMIN_TOOL_GROUP_0"; 282 283 /** Message constant for key in the resource bundle. */ 284 public static final String GUI_EDITGROUP_DELETE_ADMIN_TOOL_HELP_0 = "GUI_EDITGROUP_DELETE_ADMIN_TOOL_HELP_0"; 285 286 /** Message constant for key in the resource bundle. */ 287 public static final String GUI_EDITGROUP_DELETE_ADMIN_TOOL_NAME_0 = "GUI_EDITGROUP_DELETE_ADMIN_TOOL_NAME_0"; 288 289 /** Message constant for key in the resource bundle. */ 290 public static final String GUI_EDITGROUP_DELETE_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITGROUP_DELETE_ADMIN_TOOL_NAVBARNAME_0"; 291 292 /** Message constant for key in the resource bundle. */ 293 public static final String GUI_EDITGROUP_OVERVIEW_ADMIN_TOOL_GROUP_0 = "GUI_EDITGROUP_OVERVIEW_ADMIN_TOOL_GROUP_0"; 294 295 /** Message constant for key in the resource bundle. */ 296 public static final String GUI_EDITGROUP_OVERVIEW_ADMIN_TOOL_HELP_0 = "GUI_EDITGROUP_OVERVIEW_ADMIN_TOOL_HELP_0"; 297 298 /** Message constant for key in the resource bundle. */ 299 public static final String GUI_EDITGROUP_OVERVIEW_ADMIN_TOOL_NAME_0 = "GUI_EDITGROUP_OVERVIEW_ADMIN_TOOL_NAME_0"; 300 301 /** Message constant for key in the resource bundle. */ 302 public static final String GUI_EDITGROUP_OVERVIEW_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITGROUP_OVERVIEW_ADMIN_TOOL_NAVBARNAME_0"; 303 304 /** Message constant for key in the resource bundle. */ 305 public static final String GUI_EDITGROUP_PERMISSIONS_ADMIN_TOOL_GROUP_0 = "GUI_EDITGROUP_PERMISSIONS_ADMIN_TOOL_GROUP_0"; 306 307 /** Message constant for key in the resource bundle. */ 308 public static final String GUI_EDITGROUP_PERMISSIONS_ADMIN_TOOL_HELP_0 = "GUI_EDITGROUP_PERMISSIONS_ADMIN_TOOL_HELP_0"; 309 310 /** Message constant for key in the resource bundle. */ 311 public static final String GUI_EDITGROUP_PERMISSIONS_ADMIN_TOOL_NAME_0 = "GUI_EDITGROUP_PERMISSIONS_ADMIN_TOOL_NAME_0"; 312 313 /** Message constant for key in the resource bundle. */ 314 public static final String GUI_EDITGROUP_PERMISSIONS_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITGROUP_PERMISSIONS_ADMIN_TOOL_NAVBARNAME_0"; 315 316 /** Message constant for key in the resource bundle. */ 317 public static final String GUI_EDITGROUP_USERS_ADMIN_TOOL_GROUP_0 = "GUI_EDITGROUP_USERS_ADMIN_TOOL_GROUP_0"; 318 319 /** Message constant for key in the resource bundle. */ 320 public static final String GUI_EDITGROUP_USERS_ADMIN_TOOL_HELP_0 = "GUI_EDITGROUP_USERS_ADMIN_TOOL_HELP_0"; 321 322 /** Message constant for key in the resource bundle. */ 323 public static final String GUI_EDITGROUP_USERS_ADMIN_TOOL_NAME_0 = "GUI_EDITGROUP_USERS_ADMIN_TOOL_NAME_0"; 324 325 /** Message constant for key in the resource bundle. */ 326 public static final String GUI_EDITGROUP_USERS_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITGROUP_USERS_ADMIN_TOOL_NAVBARNAME_0"; 327 328 /** Message constant for key in the resource bundle. */ 329 public static final String GUI_EDITORGUNIT_ADMIN_TOOL_GROUP_0 = "GUI_EDITORGUNIT_ADMIN_TOOL_GROUP_0"; 330 331 /** Message constant for key in the resource bundle. */ 332 public static final String GUI_EDITORGUNIT_ADMIN_TOOL_HELP_0 = "GUI_EDITORGUNIT_ADMIN_TOOL_HELP_0"; 333 334 /** Message constant for key in the resource bundle. */ 335 public static final String GUI_EDITORGUNIT_ADMIN_TOOL_NAME_0 = "GUI_EDITORGUNIT_ADMIN_TOOL_NAME_0"; 336 337 /** Message constant for key in the resource bundle. */ 338 public static final String GUI_EDITUSER_ADMIN_TOOL_GROUP_0 = "GUI_EDITUSER_ADMIN_TOOL_GROUP_0"; 339 340 /** Message constant for key in the resource bundle. */ 341 public static final String GUI_EDITUSER_ADMIN_TOOL_HELP_0 = "GUI_EDITUSER_ADMIN_TOOL_HELP_0"; 342 343 /** Message constant for key in the resource bundle. */ 344 public static final String GUI_EDITUSER_ADMIN_TOOL_NAME_0 = "GUI_EDITUSER_ADMIN_TOOL_NAME_0"; 345 346 /** Message constant for key in the resource bundle. */ 347 public static final String GUI_EDITUSER_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITUSER_ADMIN_TOOL_NAVBARNAME_0"; 348 349 /** Message constant for key in the resource bundle. */ 350 public static final String GUI_EDITUSER_DELETE_ADMIN_TOOL_GROUP_0 = "GUI_EDITUSER_DELETE_ADMIN_TOOL_GROUP_0"; 351 352 /** Message constant for key in the resource bundle. */ 353 public static final String GUI_EDITUSER_DELETE_ADMIN_TOOL_HELP_0 = "GUI_EDITUSER_DELETE_ADMIN_TOOL_HELP_0"; 354 355 /** Message constant for key in the resource bundle. */ 356 public static final String GUI_EDITUSER_DELETE_ADMIN_TOOL_NAME_0 = "GUI_EDITUSER_DELETE_ADMIN_TOOL_NAME_0"; 357 358 /** Message constant for key in the resource bundle. */ 359 public static final String GUI_EDITUSER_DELETE_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITUSER_DELETE_ADMIN_TOOL_NAVBARNAME_0"; 360 361 /** Message constant for key in the resource bundle. */ 362 public static final String GUI_EDITUSER_GROUPS_ADMIN_TOOL_GROUP_0 = "GUI_EDITUSER_GROUPS_ADMIN_TOOL_GROUP_0"; 363 364 /** Message constant for key in the resource bundle. */ 365 public static final String GUI_EDITUSER_GROUPS_ADMIN_TOOL_HELP_0 = "GUI_EDITUSER_GROUPS_ADMIN_TOOL_HELP_0"; 366 367 /** Message constant for key in the resource bundle. */ 368 public static final String GUI_EDITUSER_GROUPS_ADMIN_TOOL_NAME_0 = "GUI_EDITUSER_GROUPS_ADMIN_TOOL_NAME_0"; 369 370 /** Message constant for key in the resource bundle. */ 371 public static final String GUI_EDITUSER_GROUPS_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITUSER_GROUPS_ADMIN_TOOL_NAVBARNAME_0"; 372 373 /** Message constant for key in the resource bundle. */ 374 public static final String GUI_EDITUSER_KILLSESSIONS_ADMIN_TOOL_GROUP_0 = "GUI_EDITUSER_KILLSESSIONS_ADMIN_TOOL_GROUP_0"; 375 376 /** Message constant for key in the resource bundle. */ 377 public static final String GUI_EDITUSER_KILLSESSIONS_ADMIN_TOOL_HELP_0 = "GUI_EDITUSER_KILLSESSIONS_ADMIN_TOOL_HELP_0"; 378 379 /** Message constant for key in the resource bundle. */ 380 public static final String GUI_EDITUSER_KILLSESSIONS_ADMIN_TOOL_NAME_0 = "GUI_EDITUSER_KILLSESSIONS_ADMIN_TOOL_NAME_0"; 381 382 /** Message constant for key in the resource bundle. */ 383 public static final String GUI_EDITUSER_KILLSESSIONS_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITUSER_KILLSESSIONS_ADMIN_TOOL_NAVBARNAME_0"; 384 385 /** Message constant for key in the resource bundle. */ 386 public static final String GUI_EDITUSER_OVERVIEW_ADMIN_TOOL_GROUP_0 = "GUI_EDITUSER_OVERVIEW_ADMIN_TOOL_GROUP_0"; 387 388 /** Message constant for key in the resource bundle. */ 389 public static final String GUI_EDITUSER_OVERVIEW_ADMIN_TOOL_HELP_0 = "GUI_EDITUSER_OVERVIEW_ADMIN_TOOL_HELP_0"; 390 391 /** Message constant for key in the resource bundle. */ 392 public static final String GUI_EDITUSER_OVERVIEW_ADMIN_TOOL_NAME_0 = "GUI_EDITUSER_OVERVIEW_ADMIN_TOOL_NAME_0"; 393 394 /** Message constant for key in the resource bundle. */ 395 public static final String GUI_EDITUSER_OVERVIEW_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITUSER_OVERVIEW_ADMIN_TOOL_NAVBARNAME_0"; 396 397 /** Message constant for key in the resource bundle. */ 398 public static final String GUI_EDITUSER_PEMMISIONS_ADMIN_TOOL_GROUP_0 = "GUI_EDITUSER_PEMMISIONS_ADMIN_TOOL_GROUP_0"; 399 400 /** Message constant for key in the resource bundle. */ 401 public static final String GUI_EDITUSER_PEMMISIONS_ADMIN_TOOL_HELP_0 = "GUI_EDITUSER_PEMMISIONS_ADMIN_TOOL_HELP_0"; 402 403 /** Message constant for key in the resource bundle. */ 404 public static final String GUI_EDITUSER_PEMMISIONS_ADMIN_TOOL_NAME_0 = "GUI_EDITUSER_PEMMISIONS_ADMIN_TOOL_NAME_0"; 405 406 /** Message constant for key in the resource bundle. */ 407 public static final String GUI_EDITUSER_PEMMISIONS_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITUSER_PEMMISIONS_ADMIN_TOOL_NAVBARNAME_0"; 408 409 /** Message constant for key in the resource bundle. */ 410 public static final String GUI_EDITUSER_SWITCH_ADMIN_TOOL_GROUP_0 = "GUI_EDITUSER_SWITCH_ADMIN_TOOL_GROUP_0"; 411 412 /** Message constant for key in the resource bundle. */ 413 public static final String GUI_EDITUSER_SWITCH_ADMIN_TOOL_HELP_0 = "GUI_EDITUSER_SWITCH_ADMIN_TOOL_HELP_0"; 414 415 /** Message constant for key in the resource bundle. */ 416 public static final String GUI_EDITUSER_SWITCH_ADMIN_TOOL_NAME_0 = "GUI_EDITUSER_SWITCH_ADMIN_TOOL_NAME_0"; 417 418 /** Message constant for key in the resource bundle. */ 419 public static final String GUI_EDITUSER_SWITCH_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITUSER_SWITCH_ADMIN_TOOL_NAVBARNAME_0"; 420 421 /** Message constant for key in the resource bundle. */ 422 public static final String GUI_EDITUSER_UNLOCK_ADMIN_TOOL_GROUP_0 = "GUI_EDITUSER_UNLOCK_ADMIN_TOOL_GROUP_0"; 423 424 /** Message constant for key in the resource bundle. */ 425 public static final String GUI_EDITUSER_UNLOCK_ADMIN_TOOL_HELP_0 = "GUI_EDITUSER_UNLOCK_ADMIN_TOOL_HELP_0"; 426 427 /** Message constant for key in the resource bundle. */ 428 public static final String GUI_EDITUSER_UNLOCK_ADMIN_TOOL_NAME_0 = "GUI_EDITUSER_UNLOCK_ADMIN_TOOL_NAME_0"; 429 430 /** Message constant for key in the resource bundle. */ 431 public static final String GUI_EDITUSER_UNLOCK_ADMIN_TOOL_NAVBARNAME_0 = "GUI_EDITUSER_UNLOCK_ADMIN_TOOL_NAVBARNAME_0"; 432 433 /** Message constant for key in the resource bundle. */ 434 public static final String GUI_EXPORTCSV_ADMIN_TOOL_GROUP_0 = "GUI_EXPORTCSV_ADMIN_TOOL_GROUP_0"; 435 436 /** Message constant for key in the resource bundle. */ 437 public static final String GUI_EXPORTCSV_ADMIN_TOOL_HELP_0 = "GUI_EXPORTCSV_ADMIN_TOOL_HELP_0"; 438 439 /** Message constant for key in the resource bundle. */ 440 public static final String GUI_EXPORTCSV_ADMIN_TOOL_NAME_0 = "GUI_EXPORTCSV_ADMIN_TOOL_NAME_0"; 441 442 /** Message constant for key in the resource bundle. */ 443 public static final String GUI_GROUP_DEPENDENCIES_DELETE_0 = "GUI_GROUP_DEPENDENCIES_DELETE_0"; 444 445 /** Message constant for key in the resource bundle. */ 446 public static final String GUI_GROUP_DEPENDENCIES_LIST_ACTION_GRP_HELP_0 = "GUI_GROUP_DEPENDENCIES_LIST_ACTION_GRP_HELP_0"; 447 448 /** Message constant for key in the resource bundle. */ 449 public static final String GUI_GROUP_DEPENDENCIES_LIST_ACTION_GRP_NAME_0 = "GUI_GROUP_DEPENDENCIES_LIST_ACTION_GRP_NAME_0"; 450 451 /** Message constant for key in the resource bundle. */ 452 public static final String GUI_GROUP_DEPENDENCIES_LIST_ACTION_RES_HELP_0 = "GUI_GROUP_DEPENDENCIES_LIST_ACTION_RES_HELP_0"; 453 454 /** Message constant for key in the resource bundle. */ 455 public static final String GUI_GROUP_DEPENDENCIES_LIST_ACTION_RES_NAME_0 = "GUI_GROUP_DEPENDENCIES_LIST_ACTION_RES_NAME_0"; 456 457 /** Message constant for key in the resource bundle. */ 458 public static final String GUI_GROUP_DEPENDENCIES_LIST_ACTION_USR_HELP_0 = "GUI_GROUP_DEPENDENCIES_LIST_ACTION_USR_HELP_0"; 459 460 /** Message constant for key in the resource bundle. */ 461 public static final String GUI_GROUP_DEPENDENCIES_LIST_ACTION_USR_NAME_0 = "GUI_GROUP_DEPENDENCIES_LIST_ACTION_USR_NAME_0"; 462 463 /** Message constant for key in the resource bundle. */ 464 public static final String GUI_GROUP_DEPENDENCIES_LIST_COLS_ICON_0 = "GUI_GROUP_DEPENDENCIES_LIST_COLS_ICON_0"; 465 466 /** Message constant for key in the resource bundle. */ 467 public static final String GUI_GROUP_DEPENDENCIES_LIST_COLS_ICON_HELP_0 = "GUI_GROUP_DEPENDENCIES_LIST_COLS_ICON_HELP_0"; 468 469 /** Message constant for key in the resource bundle. */ 470 public static final String GUI_GROUP_DEPENDENCIES_LIST_COLS_NAME_0 = "GUI_GROUP_DEPENDENCIES_LIST_COLS_NAME_0"; 471 472 /** Message constant for key in the resource bundle. */ 473 public static final String GUI_GROUP_DEPENDENCIES_LIST_COLS_PERMISSIONS_0 = "GUI_GROUP_DEPENDENCIES_LIST_COLS_PERMISSIONS_0"; 474 475 /** Message constant for key in the resource bundle. */ 476 public static final String GUI_GROUP_DEPENDENCIES_LIST_NAME_0 = "GUI_GROUP_DEPENDENCIES_LIST_NAME_0"; 477 478 /** Message constant for key in the resource bundle. */ 479 public static final String GUI_GROUP_DEPENDENCIES_NOTICE_0 = "GUI_GROUP_DEPENDENCIES_NOTICE_0"; 480 481 /** Message constant for key in the resource bundle. */ 482 public static final String GUI_GROUP_DEPENDENCIES_NOTICE_TEXT_0 = "GUI_GROUP_DEPENDENCIES_NOTICE_TEXT_0"; 483 484 /** Message constant for key in the resource bundle. */ 485 public static final String GUI_GROUP_DEPENDENCIES_SELECTED_GROUPS_0 = "GUI_GROUP_DEPENDENCIES_SELECTED_GROUPS_0"; 486 487 /** Message constant for key in the resource bundle. */ 488 public static final String GUI_GROUP_EDITOR_LABEL_FLAGS_BLOCK_0 = "GUI_GROUP_EDITOR_LABEL_FLAGS_BLOCK_0"; 489 490 /** Message constant for key in the resource bundle. */ 491 public static final String GUI_GROUP_EDITOR_LABEL_IDENTIFICATION_BLOCK_0 = "GUI_GROUP_EDITOR_LABEL_IDENTIFICATION_BLOCK_0"; 492 493 /** Message constant for key in the resource bundle. */ 494 public static final String GUI_GROUPS_ADMIN_TOOL_GROUP_0 = "GUI_GROUPS_ADMIN_TOOL_GROUP_0"; 495 496 /** Message constant for key in the resource bundle. */ 497 public static final String GUI_GROUPS_ADMIN_TOOL_HELP_0 = "GUI_GROUPS_ADMIN_TOOL_HELP_0"; 498 499 /** Message constant for key in the resource bundle. */ 500 public static final String GUI_GROUPS_ADMIN_TOOL_NAME_0 = "GUI_GROUPS_ADMIN_TOOL_NAME_0"; 501 502 /** Message constant for key in the resource bundle. */ 503 public static final String GUI_GROUPS_ADMIN_TOOL_NAVBARNAME_0 = "GUI_GROUPS_ADMIN_TOOL_NAVBARNAME_0"; 504 505 /** Message constant for key in the resource bundle. */ 506 public static final String GUI_GROUPS_DELETE_ADMIN_TOOL_GROUP_0 = "GUI_GROUPS_DELETE_ADMIN_TOOL_GROUP_0"; 507 508 /** Message constant for key in the resource bundle. */ 509 public static final String GUI_GROUPS_DELETE_ADMIN_TOOL_HELP_0 = "GUI_GROUPS_DELETE_ADMIN_TOOL_HELP_0"; 510 511 /** Message constant for key in the resource bundle. */ 512 public static final String GUI_GROUPS_DELETE_ADMIN_TOOL_NAME_0 = "GUI_GROUPS_DELETE_ADMIN_TOOL_NAME_0"; 513 514 /** Message constant for key in the resource bundle. */ 515 public static final String GUI_GROUPS_DETAIL_CHILDREN_NAME_0 = "GUI_GROUPS_DETAIL_CHILDREN_NAME_0"; 516 517 /** Message constant for key in the resource bundle. */ 518 public static final String GUI_GROUPS_DETAIL_HIDE_CHILDREN_HELP_0 = "GUI_GROUPS_DETAIL_HIDE_CHILDREN_HELP_0"; 519 520 /** Message constant for key in the resource bundle. */ 521 public static final String GUI_GROUPS_DETAIL_HIDE_CHILDREN_NAME_0 = "GUI_GROUPS_DETAIL_HIDE_CHILDREN_NAME_0"; 522 523 /** Message constant for key in the resource bundle. */ 524 public static final String GUI_GROUPS_DETAIL_HIDE_ORGUNIT_HELP_0 = "GUI_GROUPS_DETAIL_HIDE_ORGUNIT_HELP_0"; 525 526 /** Message constant for key in the resource bundle. */ 527 public static final String GUI_GROUPS_DETAIL_HIDE_ORGUNIT_NAME_0 = "GUI_GROUPS_DETAIL_HIDE_ORGUNIT_NAME_0"; 528 529 /** Message constant for key in the resource bundle. */ 530 public static final String GUI_GROUPS_DETAIL_HIDE_OTHEROU_HELP_0 = "GUI_GROUPS_DETAIL_HIDE_OTHEROU_HELP_0"; 531 532 /** Message constant for key in the resource bundle. */ 533 public static final String GUI_GROUPS_DETAIL_HIDE_OTHEROU_NAME_0 = "GUI_GROUPS_DETAIL_HIDE_OTHEROU_NAME_0"; 534 535 /** Message constant for key in the resource bundle. */ 536 public static final String GUI_GROUPS_DETAIL_HIDE_PARENT_HELP_0 = "GUI_GROUPS_DETAIL_HIDE_PARENT_HELP_0"; 537 538 /** Message constant for key in the resource bundle. */ 539 public static final String GUI_GROUPS_DETAIL_HIDE_PARENT_NAME_0 = "GUI_GROUPS_DETAIL_HIDE_PARENT_NAME_0"; 540 541 /** Message constant for key in the resource bundle. */ 542 public static final String GUI_GROUPS_DETAIL_HIDE_SET_PERM_HELP_0 = "GUI_GROUPS_DETAIL_HIDE_SET_PERM_HELP_0"; 543 544 /** Message constant for key in the resource bundle. */ 545 public static final String GUI_GROUPS_DETAIL_HIDE_SET_PERM_NAME_0 = "GUI_GROUPS_DETAIL_HIDE_SET_PERM_NAME_0"; 546 547 /** Message constant for key in the resource bundle. */ 548 public static final String GUI_GROUPS_DETAIL_HIDE_USERS_HELP_0 = "GUI_GROUPS_DETAIL_HIDE_USERS_HELP_0"; 549 550 /** Message constant for key in the resource bundle. */ 551 public static final String GUI_GROUPS_DETAIL_HIDE_USERS_NAME_0 = "GUI_GROUPS_DETAIL_HIDE_USERS_NAME_0"; 552 553 /** Message constant for key in the resource bundle. */ 554 public static final String GUI_GROUPS_DETAIL_ORGUNIT_NAME_0 = "GUI_GROUPS_DETAIL_ORGUNIT_NAME_0"; 555 556 /** Message constant for key in the resource bundle. */ 557 public static final String GUI_GROUPS_DETAIL_OTHEROU_NAME_0 = "GUI_GROUPS_DETAIL_OTHEROU_NAME_0"; 558 559 /** Message constant for key in the resource bundle. */ 560 public static final String GUI_GROUPS_DETAIL_PARENT_NAME_0 = "GUI_GROUPS_DETAIL_PARENT_NAME_0"; 561 562 /** Message constant for key in the resource bundle. */ 563 public static final String GUI_GROUPS_DETAIL_SET_PERM_NAME_0 = "GUI_GROUPS_DETAIL_SET_PERM_NAME_0"; 564 565 /** Message constant for key in the resource bundle. */ 566 public static final String GUI_GROUPS_DETAIL_SHOW_CHILDREN_HELP_0 = "GUI_GROUPS_DETAIL_SHOW_CHILDREN_HELP_0"; 567 568 /** Message constant for key in the resource bundle. */ 569 public static final String GUI_GROUPS_DETAIL_SHOW_CHILDREN_NAME_0 = "GUI_GROUPS_DETAIL_SHOW_CHILDREN_NAME_0"; 570 571 /** Message constant for key in the resource bundle. */ 572 public static final String GUI_GROUPS_DETAIL_SHOW_ORGUNIT_HELP_0 = "GUI_GROUPS_DETAIL_SHOW_ORGUNIT_HELP_0"; 573 574 /** Message constant for key in the resource bundle. */ 575 public static final String GUI_GROUPS_DETAIL_SHOW_ORGUNIT_NAME_0 = "GUI_GROUPS_DETAIL_SHOW_ORGUNIT_NAME_0"; 576 577 /** Message constant for key in the resource bundle. */ 578 public static final String GUI_GROUPS_DETAIL_SHOW_OTHEROU_HELP_0 = "GUI_GROUPS_DETAIL_SHOW_OTHEROU_HELP_0"; 579 580 /** Message constant for key in the resource bundle. */ 581 public static final String GUI_GROUPS_DETAIL_SHOW_OTHEROU_NAME_0 = "GUI_GROUPS_DETAIL_SHOW_OTHEROU_NAME_0"; 582 583 /** Message constant for key in the resource bundle. */ 584 public static final String GUI_GROUPS_DETAIL_SHOW_PARENT_HELP_0 = "GUI_GROUPS_DETAIL_SHOW_PARENT_HELP_0"; 585 586 /** Message constant for key in the resource bundle. */ 587 public static final String GUI_GROUPS_DETAIL_SHOW_PARENT_NAME_0 = "GUI_GROUPS_DETAIL_SHOW_PARENT_NAME_0"; 588 589 /** Message constant for key in the resource bundle. */ 590 public static final String GUI_GROUPS_DETAIL_SHOW_SET_PERM_HELP_0 = "GUI_GROUPS_DETAIL_SHOW_SET_PERM_HELP_0"; 591 592 /** Message constant for key in the resource bundle. */ 593 public static final String GUI_GROUPS_DETAIL_SHOW_SET_PERM_NAME_0 = "GUI_GROUPS_DETAIL_SHOW_SET_PERM_NAME_0"; 594 595 /** Message constant for key in the resource bundle. */ 596 public static final String GUI_GROUPS_DETAIL_SHOW_USERS_HELP_0 = "GUI_GROUPS_DETAIL_SHOW_USERS_HELP_0"; 597 598 /** Message constant for key in the resource bundle. */ 599 public static final String GUI_GROUPS_DETAIL_SHOW_USERS_NAME_0 = "GUI_GROUPS_DETAIL_SHOW_USERS_NAME_0"; 600 601 /** Message constant for key in the resource bundle. */ 602 public static final String GUI_GROUPS_DETAIL_USERS_NAME_0 = "GUI_GROUPS_DETAIL_USERS_NAME_0"; 603 604 /** Message constant for key in the resource bundle. */ 605 public static final String GUI_GROUPS_LIST_ACTION_ACTIVATE_CONF_0 = "GUI_GROUPS_LIST_ACTION_ACTIVATE_CONF_0"; 606 607 /** Message constant for key in the resource bundle. */ 608 public static final String GUI_GROUPS_LIST_ACTION_ACTIVATE_HELP_0 = "GUI_GROUPS_LIST_ACTION_ACTIVATE_HELP_0"; 609 610 /** Message constant for key in the resource bundle. */ 611 public static final String GUI_GROUPS_LIST_ACTION_ACTIVATE_NAME_0 = "GUI_GROUPS_LIST_ACTION_ACTIVATE_NAME_0"; 612 613 /** Message constant for key in the resource bundle. */ 614 public static final String GUI_GROUPS_LIST_ACTION_DEACTIVATE_CONF_0 = "GUI_GROUPS_LIST_ACTION_DEACTIVATE_CONF_0"; 615 616 /** Message constant for key in the resource bundle. */ 617 public static final String GUI_GROUPS_LIST_ACTION_DEACTIVATE_HELP_0 = "GUI_GROUPS_LIST_ACTION_DEACTIVATE_HELP_0"; 618 619 /** Message constant for key in the resource bundle. */ 620 public static final String GUI_GROUPS_LIST_ACTION_DEACTIVATE_NAME_0 = "GUI_GROUPS_LIST_ACTION_DEACTIVATE_NAME_0"; 621 622 /** Message constant for key in the resource bundle. */ 623 public static final String GUI_GROUPS_LIST_ACTION_DELETE_HELP_0 = "GUI_GROUPS_LIST_ACTION_DELETE_HELP_0"; 624 625 /** Message constant for key in the resource bundle. */ 626 public static final String GUI_GROUPS_LIST_ACTION_DELETE_NAME_0 = "GUI_GROUPS_LIST_ACTION_DELETE_NAME_0"; 627 628 /** Message constant for key in the resource bundle. */ 629 public static final String GUI_GROUPS_LIST_ACTION_EDIT_HELP_0 = "GUI_GROUPS_LIST_ACTION_EDIT_HELP_0"; 630 631 /** Message constant for key in the resource bundle. */ 632 public static final String GUI_GROUPS_LIST_ACTION_EDIT_NAME_0 = "GUI_GROUPS_LIST_ACTION_EDIT_NAME_0"; 633 634 /** Message constant for key in the resource bundle. */ 635 public static final String GUI_GROUPS_LIST_ACTION_USERS_HELP_0 = "GUI_GROUPS_LIST_ACTION_USERS_HELP_0"; 636 637 /** Message constant for key in the resource bundle. */ 638 public static final String GUI_GROUPS_LIST_ACTION_USERS_NAME_0 = "GUI_GROUPS_LIST_ACTION_USERS_NAME_0"; 639 640 /** Message constant for key in the resource bundle. */ 641 public static final String GUI_GROUPS_LIST_AVAILABLE_HELP_0 = "GUI_GROUPS_LIST_AVAILABLE_HELP_0"; 642 643 /** Message constant for key in the resource bundle. */ 644 public static final String GUI_GROUPS_LIST_AVAILABLE_NAME_0 = "GUI_GROUPS_LIST_AVAILABLE_NAME_0"; 645 646 /** Message constant for key in the resource bundle. */ 647 public static final String GUI_GROUPS_LIST_COLS_ACTIVATE_0 = "GUI_GROUPS_LIST_COLS_ACTIVATE_0"; 648 649 /** Message constant for key in the resource bundle. */ 650 public static final String GUI_GROUPS_LIST_COLS_ACTIVATE_HELP_0 = "GUI_GROUPS_LIST_COLS_ACTIVATE_HELP_0"; 651 652 /** Message constant for key in the resource bundle. */ 653 public static final String GUI_GROUPS_LIST_COLS_DELETE_0 = "GUI_GROUPS_LIST_COLS_DELETE_0"; 654 655 /** Message constant for key in the resource bundle. */ 656 public static final String GUI_GROUPS_LIST_COLS_DELETE_HELP_0 = "GUI_GROUPS_LIST_COLS_DELETE_HELP_0"; 657 658 /** Message constant for key in the resource bundle. */ 659 public static final String GUI_GROUPS_LIST_COLS_DESCRIPTION_0 = "GUI_GROUPS_LIST_COLS_DESCRIPTION_0"; 660 661 /** Message constant for key in the resource bundle. */ 662 public static final String GUI_GROUPS_LIST_COLS_EDIT_0 = "GUI_GROUPS_LIST_COLS_EDIT_0"; 663 664 /** Message constant for key in the resource bundle. */ 665 public static final String GUI_GROUPS_LIST_COLS_EDIT_HELP_0 = "GUI_GROUPS_LIST_COLS_EDIT_HELP_0"; 666 667 /** Message constant for key in the resource bundle. */ 668 public static final String GUI_GROUPS_LIST_COLS_ICON_0 = "GUI_GROUPS_LIST_COLS_ICON_0"; 669 670 /** Message constant for key in the resource bundle. */ 671 public static final String GUI_GROUPS_LIST_COLS_ICON_HELP_0 = "GUI_GROUPS_LIST_COLS_ICON_HELP_0"; 672 673 /** Message constant for key in the resource bundle. */ 674 public static final String GUI_GROUPS_LIST_COLS_NAME_0 = "GUI_GROUPS_LIST_COLS_NAME_0"; 675 676 /** Message constant for key in the resource bundle. */ 677 public static final String GUI_GROUPS_LIST_COLS_ORGUNIT_0 = "GUI_GROUPS_LIST_COLS_ORGUNIT_0"; 678 679 /** Message constant for key in the resource bundle. */ 680 public static final String GUI_GROUPS_LIST_COLS_PARENT_0 = "GUI_GROUPS_LIST_COLS_PARENT_0"; 681 682 /** Message constant for key in the resource bundle. */ 683 public static final String GUI_GROUPS_LIST_COLS_STATE_0 = "GUI_GROUPS_LIST_COLS_STATE_0"; 684 685 /** Message constant for key in the resource bundle. */ 686 public static final String GUI_GROUPS_LIST_COLS_STATE_HELP_0 = "GUI_GROUPS_LIST_COLS_STATE_HELP_0"; 687 688 /** Message constant for key in the resource bundle. */ 689 public static final String GUI_GROUPS_LIST_COLS_USERS_0 = "GUI_GROUPS_LIST_COLS_USERS_0"; 690 691 /** Message constant for key in the resource bundle. */ 692 public static final String GUI_GROUPS_LIST_COLS_USERS_HELP_0 = "GUI_GROUPS_LIST_COLS_USERS_HELP_0"; 693 694 /** Message constant for key in the resource bundle. */ 695 public static final String GUI_GROUPS_LIST_DEFACTION_ADD_HELP_0 = "GUI_GROUPS_LIST_DEFACTION_ADD_HELP_0"; 696 697 /** Message constant for key in the resource bundle. */ 698 public static final String GUI_GROUPS_LIST_DEFACTION_ADD_NAME_0 = "GUI_GROUPS_LIST_DEFACTION_ADD_NAME_0"; 699 700 /** Message constant for key in the resource bundle. */ 701 public static final String GUI_GROUPS_LIST_DEFACTION_EDIT_HELP_0 = "GUI_GROUPS_LIST_DEFACTION_EDIT_HELP_0"; 702 703 /** Message constant for key in the resource bundle. */ 704 public static final String GUI_GROUPS_LIST_DEFACTION_EDIT_NAME_0 = "GUI_GROUPS_LIST_DEFACTION_EDIT_NAME_0"; 705 706 /** Message constant for key in the resource bundle. */ 707 public static final String GUI_GROUPS_LIST_DEFACTION_REMOVE_HELP_0 = "GUI_GROUPS_LIST_DEFACTION_REMOVE_HELP_0"; 708 709 /** Message constant for key in the resource bundle. */ 710 public static final String GUI_GROUPS_LIST_DEFACTION_REMOVE_NAME_0 = "GUI_GROUPS_LIST_DEFACTION_REMOVE_NAME_0"; 711 712 /** Message constant for key in the resource bundle. */ 713 public static final String GUI_GROUPS_LIST_DIRECT_HELP_0 = "GUI_GROUPS_LIST_DIRECT_HELP_0"; 714 715 /** Message constant for key in the resource bundle. */ 716 public static final String GUI_GROUPS_LIST_DIRECT_NAME_0 = "GUI_GROUPS_LIST_DIRECT_NAME_0"; 717 718 /** Message constant for key in the resource bundle. */ 719 public static final String GUI_GROUPS_LIST_INDIRECT_HELP_0 = "GUI_GROUPS_LIST_INDIRECT_HELP_0"; 720 721 /** Message constant for key in the resource bundle. */ 722 public static final String GUI_GROUPS_LIST_INDIRECT_NAME_0 = "GUI_GROUPS_LIST_INDIRECT_NAME_0"; 723 724 /** Message constant for key in the resource bundle. */ 725 public static final String GUI_GROUPS_LIST_MACTION_ACTIVATE_CONF_0 = "GUI_GROUPS_LIST_MACTION_ACTIVATE_CONF_0"; 726 727 /** Message constant for key in the resource bundle. */ 728 public static final String GUI_GROUPS_LIST_MACTION_ACTIVATE_HELP_0 = "GUI_GROUPS_LIST_MACTION_ACTIVATE_HELP_0"; 729 730 /** Message constant for key in the resource bundle. */ 731 public static final String GUI_GROUPS_LIST_MACTION_ACTIVATE_NAME_0 = "GUI_GROUPS_LIST_MACTION_ACTIVATE_NAME_0"; 732 733 /** Message constant for key in the resource bundle. */ 734 public static final String GUI_GROUPS_LIST_MACTION_ADD_CONF_0 = "GUI_GROUPS_LIST_MACTION_ADD_CONF_0"; 735 736 /** Message constant for key in the resource bundle. */ 737 public static final String GUI_GROUPS_LIST_MACTION_ADD_HELP_0 = "GUI_GROUPS_LIST_MACTION_ADD_HELP_0"; 738 739 /** Message constant for key in the resource bundle. */ 740 public static final String GUI_GROUPS_LIST_MACTION_ADD_NAME_0 = "GUI_GROUPS_LIST_MACTION_ADD_NAME_0"; 741 742 /** Message constant for key in the resource bundle. */ 743 public static final String GUI_GROUPS_LIST_MACTION_DEACTIVATE_CONF_0 = "GUI_GROUPS_LIST_MACTION_DEACTIVATE_CONF_0"; 744 745 /** Message constant for key in the resource bundle. */ 746 public static final String GUI_GROUPS_LIST_MACTION_DEACTIVATE_HELP_0 = "GUI_GROUPS_LIST_MACTION_DEACTIVATE_HELP_0"; 747 748 /** Message constant for key in the resource bundle. */ 749 public static final String GUI_GROUPS_LIST_MACTION_DEACTIVATE_NAME_0 = "GUI_GROUPS_LIST_MACTION_DEACTIVATE_NAME_0"; 750 751 /** Message constant for key in the resource bundle. */ 752 public static final String GUI_GROUPS_LIST_MACTION_DELETE_CONF_0 = "GUI_GROUPS_LIST_MACTION_DELETE_CONF_0"; 753 754 /** Message constant for key in the resource bundle. */ 755 public static final String GUI_GROUPS_LIST_MACTION_DELETE_HELP_0 = "GUI_GROUPS_LIST_MACTION_DELETE_HELP_0"; 756 757 /** Message constant for key in the resource bundle. */ 758 public static final String GUI_GROUPS_LIST_MACTION_DELETE_NAME_0 = "GUI_GROUPS_LIST_MACTION_DELETE_NAME_0"; 759 760 /** Message constant for key in the resource bundle. */ 761 public static final String GUI_GROUPS_LIST_MACTION_REMOVE_CONF_0 = "GUI_GROUPS_LIST_MACTION_REMOVE_CONF_0"; 762 763 /** Message constant for key in the resource bundle. */ 764 public static final String GUI_GROUPS_LIST_MACTION_REMOVE_HELP_0 = "GUI_GROUPS_LIST_MACTION_REMOVE_HELP_0"; 765 766 /** Message constant for key in the resource bundle. */ 767 public static final String GUI_GROUPS_LIST_MACTION_REMOVE_NAME_0 = "GUI_GROUPS_LIST_MACTION_REMOVE_NAME_0"; 768 769 /** Message constant for key in the resource bundle. */ 770 public static final String GUI_GROUPS_LIST_NAME_0 = "GUI_GROUPS_LIST_NAME_0"; 771 772 /** Message constant for key in the resource bundle. */ 773 public static final String GUI_GROUPS_TRANSFER_LIST_ACTION_TRANSFER_HELP_0 = "GUI_GROUPS_TRANSFER_LIST_ACTION_TRANSFER_HELP_0"; 774 775 /** Message constant for key in the resource bundle. */ 776 public static final String GUI_GROUPS_TRANSFER_LIST_ACTION_TRANSFER_NAME_0 = "GUI_GROUPS_TRANSFER_LIST_ACTION_TRANSFER_NAME_0"; 777 778 /** Message constant for key in the resource bundle. */ 779 public static final String GUI_GROUPS_TRANSFER_LIST_COLS_TRANSFER_0 = "GUI_GROUPS_TRANSFER_LIST_COLS_TRANSFER_0"; 780 781 /** Message constant for key in the resource bundle. */ 782 public static final String GUI_GROUPS_TRANSFER_LIST_COLS_TRANSFER_HELP_0 = "GUI_GROUPS_TRANSFER_LIST_COLS_TRANSFER_HELP_0"; 783 784 /** Message constant for key in the resource bundle. */ 785 public static final String GUI_GROUPS_TRANSFER_LIST_DEFACTION_TRANSFER_HELP_0 = "GUI_GROUPS_TRANSFER_LIST_DEFACTION_TRANSFER_HELP_0"; 786 787 /** Message constant for key in the resource bundle. */ 788 public static final String GUI_GROUPS_TRANSFER_LIST_DEFACTION_TRANSFER_NAME_0 = "GUI_GROUPS_TRANSFER_LIST_DEFACTION_TRANSFER_NAME_0"; 789 790 /** Message constant for key in the resource bundle. */ 791 public static final String GUI_GROUPS_TRANSFER_LIST_NAME_0 = "GUI_GROUPS_TRANSFER_LIST_NAME_0"; 792 793 /** Message constant for key in the resource bundle. */ 794 public static final String GUI_GROUPS_TRANSFER_NOTICE_0 = "GUI_GROUPS_TRANSFER_NOTICE_0"; 795 796 /** Message constant for key in the resource bundle. */ 797 public static final String GUI_GROUPS_TRANSFER_NOTICE_TEXT_0 = "GUI_GROUPS_TRANSFER_NOTICE_TEXT_0"; 798 799 /** Message constant for key in the resource bundle. */ 800 public static final String GUI_GROUPUSERS_LIST_NAME_0 = "GUI_GROUPUSERS_LIST_NAME_0"; 801 802 /** Message constant for key in the resource bundle. */ 803 public static final String GUI_IMEXPORT_ADMIN_TOOL_GROUP_0 = "GUI_IMEXPORT_ADMIN_TOOL_GROUP_0"; 804 805 /** Message constant for key in the resource bundle. */ 806 public static final String GUI_IMEXPORT_ADMIN_TOOL_HELP_0 = "GUI_IMEXPORT_ADMIN_TOOL_HELP_0"; 807 808 /** Message constant for key in the resource bundle. */ 809 public static final String GUI_IMEXPORT_ADMIN_TOOL_NAME_0 = "GUI_IMEXPORT_ADMIN_TOOL_NAME_0"; 810 811 /** Message constant for key in the resource bundle. */ 812 public static final String GUI_IMPORTCSV_ADMIN_TOOL_GROUP_0 = "GUI_IMPORTCSV_ADMIN_TOOL_GROUP_0"; 813 814 /** Message constant for key in the resource bundle. */ 815 public static final String GUI_IMPORTCSV_ADMIN_TOOL_HELP_0 = "GUI_IMPORTCSV_ADMIN_TOOL_HELP_0"; 816 817 /** Message constant for key in the resource bundle. */ 818 public static final String GUI_IMPORTCSV_ADMIN_TOOL_NAME_0 = "GUI_IMPORTCSV_ADMIN_TOOL_NAME_0"; 819 820 /** Message constant for key in the resource bundle. */ 821 public static final String GUI_IMPORTLISTCSV_ADMIN_TOOL_NAME_0 = "GUI_IMPORTLISTCSV_ADMIN_TOOL_NAME_0"; 822 823 /** Message constant for key in the resource bundle. */ 824 public static final String GUI_IMPORTLISTCSV_ALREADY_EXISTS_0 = "GUI_IMPORTLISTCSV_ALREADY_EXISTS_0"; 825 826 /** Message constant for key in the resource bundle. */ 827 public static final String GUI_IMPORTLISTCSV_DETAIL_HIDE_REASON_HELP_0 = "GUI_IMPORTLISTCSV_DETAIL_HIDE_REASON_HELP_0"; 828 829 /** Message constant for key in the resource bundle. */ 830 public static final String GUI_IMPORTLISTCSV_DETAIL_HIDE_REASON_NAME_0 = "GUI_IMPORTLISTCSV_DETAIL_HIDE_REASON_NAME_0"; 831 832 /** Message constant for key in the resource bundle. */ 833 public static final String GUI_IMPORTLISTCSV_DETAIL_REASON_NAME_0 = "GUI_IMPORTLISTCSV_DETAIL_REASON_NAME_0"; 834 835 /** Message constant for key in the resource bundle. */ 836 public static final String GUI_IMPORTLISTCSV_DETAIL_SHOW_REASON_HELP_0 = "GUI_IMPORTLISTCSV_DETAIL_SHOW_REASON_HELP_0"; 837 838 /** Message constant for key in the resource bundle. */ 839 public static final String GUI_IMPORTLISTCSV_DETAIL_SHOW_REASON_NAME_0 = "GUI_IMPORTLISTCSV_DETAIL_SHOW_REASON_NAME_0"; 840 841 /** Message constant for key in the resource bundle. */ 842 public static final String GUI_IMPORTLISTCSV_IMPORT_LABEL_HINT_TEXT_0 = "GUI_IMPORTLISTCSV_IMPORT_LABEL_HINT_TEXT_0"; 843 844 /** Message constant for key in the resource bundle. */ 845 public static final String GUI_IMPORTLISTCSV_LIST_COLS_PASSWORD_0 = "GUI_IMPORTLISTCSV_LIST_COLS_PASSWORD_0"; 846 847 /** Message constant for key in the resource bundle. */ 848 public static final String GUI_IMPORTLISTCSV_LIST_COLS_VAIDATION_0 = "GUI_IMPORTLISTCSV_LIST_COLS_VAIDATION_0"; 849 850 /** Message constant for key in the resource bundle. */ 851 public static final String GUI_IMPORTLISTCSV_LIST_MACTION_SELECT_HELP_0 = "GUI_IMPORTLISTCSV_LIST_MACTION_SELECT_HELP_0"; 852 853 /** Message constant for key in the resource bundle. */ 854 public static final String GUI_IMPORTLISTCSV_LIST_MACTION_SELECT_NAME_0 = "GUI_IMPORTLISTCSV_LIST_MACTION_SELECT_NAME_0"; 855 856 /** Message constant for key in the resource bundle. */ 857 public static final String GUI_IMPORTLISTCSV_LIST_NAME_0 = "GUI_IMPORTLISTCSV_LIST_NAME_0"; 858 859 /** Message constant for key in the resource bundle. */ 860 public static final String GUI_IMPORTLISTCSV_VALID_USER_0 = "GUI_IMPORTLISTCSV_VALID_USER_0"; 861 862 /** Message constant for key in the resource bundle. */ 863 public static final String GUI_NEWGROUP_ADMIN_TOOL_GROUP_0 = "GUI_NEWGROUP_ADMIN_TOOL_GROUP_0"; 864 865 /** Message constant for key in the resource bundle. */ 866 public static final String GUI_NEWGROUP_ADMIN_TOOL_HELP_0 = "GUI_NEWGROUP_ADMIN_TOOL_HELP_0"; 867 868 /** Message constant for key in the resource bundle. */ 869 public static final String GUI_NEWGROUP_ADMIN_TOOL_NAME_0 = "GUI_NEWGROUP_ADMIN_TOOL_NAME_0"; 870 871 /** Message constant for key in the resource bundle. */ 872 public static final String GUI_NEWORGUNIT_ADMIN_TOOL_GROUP_0 = "GUI_NEWORGUNIT_ADMIN_TOOL_GROUP_0"; 873 874 /** Message constant for key in the resource bundle. */ 875 public static final String GUI_NEWORGUNIT_ADMIN_TOOL_HELP_0 = "GUI_NEWORGUNIT_ADMIN_TOOL_HELP_0"; 876 877 /** Message constant for key in the resource bundle. */ 878 public static final String GUI_NEWORGUNIT_ADMIN_TOOL_NAME_0 = "GUI_NEWORGUNIT_ADMIN_TOOL_NAME_0"; 879 880 /** Message constant for key in the resource bundle. */ 881 public static final String GUI_NEWUSER_ADMIN_TOOL_GROUP_0 = "GUI_NEWUSER_ADMIN_TOOL_GROUP_0"; 882 883 /** Message constant for key in the resource bundle. */ 884 public static final String GUI_NEWUSER_ADMIN_TOOL_HELP_0 = "GUI_NEWUSER_ADMIN_TOOL_HELP_0"; 885 886 /** Message constant for key in the resource bundle. */ 887 public static final String GUI_NEWUSER_ADMIN_TOOL_NAME_0 = "GUI_NEWUSER_ADMIN_TOOL_NAME_0"; 888 889 /** Message constant for key in the resource bundle. */ 890 public static final String GUI_NOTGROUPUSERS_LIST_NAME_0 = "GUI_NOTGROUPUSERS_LIST_NAME_0"; 891 892 /** Message constant for key in the resource bundle. */ 893 public static final String GUI_NOTORGUNITUSERS_LIST_NAME_0 = "GUI_NOTORGUNITUSERS_LIST_NAME_0"; 894 895 /** Message constant for key in the resource bundle. */ 896 public static final String GUI_NOTROLEUSERS_LIST_NAME_0 = "GUI_NOTROLEUSERS_LIST_NAME_0"; 897 898 /** Message constant for key in the resource bundle. */ 899 public static final String GUI_NOTUSERGROUPS_LIST_NAME_0 = "GUI_NOTUSERGROUPS_LIST_NAME_0"; 900 901 /** Message constant for key in the resource bundle. */ 902 public static final String GUI_ORGUNIT_ACTION_DELETE_CONF_1 = "GUI_ORGUNIT_ACTION_DELETE_CONF_1"; 903 904 /** Message constant for key in the resource bundle. */ 905 public static final String GUI_ORGUNIT_ACTION_DELETE_NAME_0 = "GUI_ORGUNIT_ACTION_DELETE_NAME_0"; 906 907 /** Message constant for key in the resource bundle. */ 908 public static final String GUI_ORGUNIT_ADMIN_TOOL_DISABLED_DELETE_HELP_0 = "GUI_ORGUNIT_ADMIN_TOOL_DISABLED_DELETE_HELP_0"; 909 910 /** Message constant for key in the resource bundle. */ 911 public static final String GUI_ORGUNIT_ADMIN_TOOL_DISABLED_EDIT_HELP_0 = "GUI_ORGUNIT_ADMIN_TOOL_DISABLED_EDIT_HELP_0"; 912 913 /** Message constant for key in the resource bundle. */ 914 public static final String GUI_ORGUNIT_ADMIN_TOOL_NAME_0 = "GUI_ORGUNIT_ADMIN_TOOL_NAME_0"; 915 916 /** Message constant for key in the resource bundle. */ 917 public static final String GUI_ORGUNIT_EDITOR_LABEL_CONTENT_BLOCK_0 = "GUI_ORGUNIT_EDITOR_LABEL_CONTENT_BLOCK_0"; 918 919 /** Message constant for key in the resource bundle. */ 920 public static final String GUI_ORGUNIT_EDITOR_LABEL_FLAGS_BLOCK_0 = "GUI_ORGUNIT_EDITOR_LABEL_FLAGS_BLOCK_0"; 921 922 /** Message constant for key in the resource bundle. */ 923 public static final String GUI_ORGUNIT_EDITOR_LABEL_IDENTIFICATION_BLOCK_0 = "GUI_ORGUNIT_EDITOR_LABEL_IDENTIFICATION_BLOCK_0"; 924 925 /** Message constant for key in the resource bundle. */ 926 public static final String GUI_ORGUNIT_MGMT_ADMIN_TOOL_GROUP_0 = "GUI_ORGUNIT_MGMT_ADMIN_TOOL_GROUP_0"; 927 928 /** Message constant for key in the resource bundle. */ 929 public static final String GUI_ORGUNIT_MGMT_ADMIN_TOOL_HELP_0 = "GUI_ORGUNIT_MGMT_ADMIN_TOOL_HELP_0"; 930 931 /** Message constant for key in the resource bundle. */ 932 public static final String GUI_ORGUNIT_MGMT_ADMIN_TOOL_NAME_0 = "GUI_ORGUNIT_MGMT_ADMIN_TOOL_NAME_0"; 933 934 /** Message constant for key in the resource bundle. */ 935 public static final String GUI_ORGUNIT_RESOURCES_LIST_NAME_0 = "GUI_ORGUNIT_RESOURCES_LIST_NAME_0"; 936 937 /** Message constant for key in the resource bundle. */ 938 public static final String GUI_ORGUNITS_DETAIL_GROUPS_NAME_0 = "GUI_ORGUNITS_DETAIL_GROUPS_NAME_0"; 939 940 /** Message constant for key in the resource bundle. */ 941 public static final String GUI_ORGUNITS_DETAIL_HIDE_GROUPS_HELP_0 = "GUI_ORGUNITS_DETAIL_HIDE_GROUPS_HELP_0"; 942 943 /** Message constant for key in the resource bundle. */ 944 public static final String GUI_ORGUNITS_DETAIL_HIDE_GROUPS_NAME_0 = "GUI_ORGUNITS_DETAIL_HIDE_GROUPS_NAME_0"; 945 946 /** Message constant for key in the resource bundle. */ 947 public static final String GUI_ORGUNITS_DETAIL_HIDE_RESOURCES_HELP_0 = "GUI_ORGUNITS_DETAIL_HIDE_RESOURCES_HELP_0"; 948 949 /** Message constant for key in the resource bundle. */ 950 public static final String GUI_ORGUNITS_DETAIL_HIDE_RESOURCES_NAME_0 = "GUI_ORGUNITS_DETAIL_HIDE_RESOURCES_NAME_0"; 951 952 /** Message constant for key in the resource bundle. */ 953 public static final String GUI_ORGUNITS_DETAIL_HIDE_USERS_HELP_0 = "GUI_ORGUNITS_DETAIL_HIDE_USERS_HELP_0"; 954 955 /** Message constant for key in the resource bundle. */ 956 public static final String GUI_ORGUNITS_DETAIL_HIDE_USERS_NAME_0 = "GUI_ORGUNITS_DETAIL_HIDE_USERS_NAME_0"; 957 958 /** Message constant for key in the resource bundle. */ 959 public static final String GUI_ORGUNITS_DETAIL_RESOURCES_NAME_0 = "GUI_ORGUNITS_DETAIL_RESOURCES_NAME_0"; 960 961 /** Message constant for key in the resource bundle. */ 962 public static final String GUI_ORGUNITS_DETAIL_SHOW_GROUPS_HELP_0 = "GUI_ORGUNITS_DETAIL_SHOW_GROUPS_HELP_0"; 963 964 /** Message constant for key in the resource bundle. */ 965 public static final String GUI_ORGUNITS_DETAIL_SHOW_GROUPS_NAME_0 = "GUI_ORGUNITS_DETAIL_SHOW_GROUPS_NAME_0"; 966 967 /** Message constant for key in the resource bundle. */ 968 public static final String GUI_ORGUNITS_DETAIL_SHOW_RESOURCES_HELP_0 = "GUI_ORGUNITS_DETAIL_SHOW_RESOURCES_HELP_0"; 969 970 /** Message constant for key in the resource bundle. */ 971 public static final String GUI_ORGUNITS_DETAIL_SHOW_RESOURCES_NAME_0 = "GUI_ORGUNITS_DETAIL_SHOW_RESOURCES_NAME_0"; 972 973 /** Message constant for key in the resource bundle. */ 974 public static final String GUI_ORGUNITS_DETAIL_SHOW_USERS_HELP_0 = "GUI_ORGUNITS_DETAIL_SHOW_USERS_HELP_0"; 975 976 /** Message constant for key in the resource bundle. */ 977 public static final String GUI_ORGUNITS_DETAIL_SHOW_USERS_NAME_0 = "GUI_ORGUNITS_DETAIL_SHOW_USERS_NAME_0"; 978 979 /** Message constant for key in the resource bundle. */ 980 public static final String GUI_ORGUNITS_DETAIL_USERS_NAME_0 = "GUI_ORGUNITS_DETAIL_USERS_NAME_0"; 981 982 /** Message constant for key in the resource bundle. */ 983 public static final String GUI_ORGUNITS_LIST_ACTION_DELETE_NAME_0 = "GUI_ORGUNITS_LIST_ACTION_DELETE_NAME_0"; 984 985 /** Message constant for key in the resource bundle. */ 986 public static final String GUI_ORGUNITS_LIST_ACTION_EDIT_NAME_0 = "GUI_ORGUNITS_LIST_ACTION_EDIT_NAME_0"; 987 988 /** Message constant for key in the resource bundle. */ 989 public static final String GUI_ORGUNITS_LIST_ACTION_GROUP_NAME_0 = "GUI_ORGUNITS_LIST_ACTION_GROUP_NAME_0"; 990 991 /** Message constant for key in the resource bundle. */ 992 public static final String GUI_ORGUNITS_LIST_ACTION_OVERVIEW_NAME_0 = "GUI_ORGUNITS_LIST_ACTION_OVERVIEW_NAME_0"; 993 994 /** Message constant for key in the resource bundle. */ 995 public static final String GUI_ORGUNITS_LIST_ACTION_USER_NAME_0 = "GUI_ORGUNITS_LIST_ACTION_USER_NAME_0"; 996 997 /** Message constant for key in the resource bundle. */ 998 public static final String GUI_ORGUNITS_LIST_COLS_DELETE_0 = "GUI_ORGUNITS_LIST_COLS_DELETE_0"; 999 1000 /** Message constant for key in the resource bundle. */ 1001 public static final String GUI_ORGUNITS_LIST_COLS_DELETE_HELP_0 = "GUI_ORGUNITS_LIST_COLS_DELETE_HELP_0"; 1002 1003 /** Message constant for key in the resource bundle. */ 1004 public static final String GUI_ORGUNITS_LIST_COLS_DESCRIPTION_0 = "GUI_ORGUNITS_LIST_COLS_DESCRIPTION_0"; 1005 1006 /** Message constant for key in the resource bundle. */ 1007 public static final String GUI_ORGUNITS_LIST_COLS_EDIT_0 = "GUI_ORGUNITS_LIST_COLS_EDIT_0"; 1008 1009 /** Message constant for key in the resource bundle. */ 1010 public static final String GUI_ORGUNITS_LIST_COLS_EDIT_HELP_0 = "GUI_ORGUNITS_LIST_COLS_EDIT_HELP_0"; 1011 1012 /** Message constant for key in the resource bundle. */ 1013 public static final String GUI_ORGUNITS_LIST_COLS_GROUP_0 = "GUI_ORGUNITS_LIST_COLS_GROUP_0"; 1014 1015 /** Message constant for key in the resource bundle. */ 1016 public static final String GUI_ORGUNITS_LIST_COLS_GROUP_HELP_0 = "GUI_ORGUNITS_LIST_COLS_GROUP_HELP_0"; 1017 1018 /** Message constant for key in the resource bundle. */ 1019 public static final String GUI_ORGUNITS_LIST_COLS_NAME_0 = "GUI_ORGUNITS_LIST_COLS_NAME_0"; 1020 1021 /** Message constant for key in the resource bundle. */ 1022 public static final String GUI_ORGUNITS_LIST_COLS_OVERVIEW_0 = "GUI_ORGUNITS_LIST_COLS_OVERVIEW_0"; 1023 1024 /** Message constant for key in the resource bundle. */ 1025 public static final String GUI_ORGUNITS_LIST_COLS_OVERVIEW_HELP_0 = "GUI_ORGUNITS_LIST_COLS_OVERVIEW_HELP_0"; 1026 1027 /** Message constant for key in the resource bundle. */ 1028 public static final String GUI_ORGUNITS_LIST_COLS_USER_0 = "GUI_ORGUNITS_LIST_COLS_USER_0"; 1029 1030 /** Message constant for key in the resource bundle. */ 1031 public static final String GUI_ORGUNITS_LIST_COLS_USER_HELP_0 = "GUI_ORGUNITS_LIST_COLS_USER_HELP_0"; 1032 1033 /** Message constant for key in the resource bundle. */ 1034 public static final String GUI_ORGUNITS_LIST_DEFACTION_OVERVIEW_HELP_0 = "GUI_ORGUNITS_LIST_DEFACTION_OVERVIEW_HELP_0"; 1035 1036 /** Message constant for key in the resource bundle. */ 1037 public static final String GUI_ORGUNITS_LIST_DEFACTION_OVERVIEW_NAME_0 = "GUI_ORGUNITS_LIST_DEFACTION_OVERVIEW_NAME_0"; 1038 1039 /** Message constant for key in the resource bundle. */ 1040 public static final String GUI_ORGUNITS_LIST_MACTION_DELETE_CONF_0 = "GUI_ORGUNITS_LIST_MACTION_DELETE_CONF_0"; 1041 1042 /** Message constant for key in the resource bundle. */ 1043 public static final String GUI_ORGUNITS_LIST_MACTION_DELETE_HELP_0 = "GUI_ORGUNITS_LIST_MACTION_DELETE_HELP_0"; 1044 1045 /** Message constant for key in the resource bundle. */ 1046 public static final String GUI_ORGUNITS_LIST_MACTION_DELETE_NAME_0 = "GUI_ORGUNITS_LIST_MACTION_DELETE_NAME_0"; 1047 1048 /** Message constant for key in the resource bundle. */ 1049 public static final String GUI_ORGUNITUSERS_BUTTON_CANCEL_0 = "GUI_ORGUNITUSERS_BUTTON_CANCEL_0"; 1050 1051 /** Message constant for key in the resource bundle. */ 1052 public static final String GUI_ORGUNITUSERS_BUTTON_CONFIRM_0 = "GUI_ORGUNITUSERS_BUTTON_CONFIRM_0"; 1053 1054 /** Message constant for key in the resource bundle. */ 1055 public static final String GUI_ORGUNITUSERS_LIST_AVAILABLE_HELP_0 = "GUI_ORGUNITUSERS_LIST_AVAILABLE_HELP_0"; 1056 1057 /** Message constant for key in the resource bundle. */ 1058 public static final String GUI_ORGUNITUSERS_LIST_AVAILABLE_NAME_0 = "GUI_ORGUNITUSERS_LIST_AVAILABLE_NAME_0"; 1059 1060 /** Message constant for key in the resource bundle. */ 1061 public static final String GUI_ORGUNITUSERS_LIST_COLS_STATE_0 = "GUI_ORGUNITUSERS_LIST_COLS_STATE_0"; 1062 1063 /** Message constant for key in the resource bundle. */ 1064 public static final String GUI_ORGUNITUSERS_LIST_COLS_STATE_HELP_0 = "GUI_ORGUNITUSERS_LIST_COLS_STATE_HELP_0"; 1065 1066 /** Message constant for key in the resource bundle. */ 1067 public static final String GUI_ORGUNITUSERS_LIST_DEFACTION_ADD_HELP_0 = "GUI_ORGUNITUSERS_LIST_DEFACTION_ADD_HELP_0"; 1068 1069 /** Message constant for key in the resource bundle. */ 1070 public static final String GUI_ORGUNITUSERS_LIST_DEFACTION_ADD_NAME_0 = "GUI_ORGUNITUSERS_LIST_DEFACTION_ADD_NAME_0"; 1071 1072 /** Message constant for key in the resource bundle. */ 1073 public static final String GUI_ORGUNITUSERS_LIST_DEFACTION_REMOVE_HELP_0 = "GUI_ORGUNITUSERS_LIST_DEFACTION_REMOVE_HELP_0"; 1074 1075 /** Message constant for key in the resource bundle. */ 1076 public static final String GUI_ORGUNITUSERS_LIST_DEFACTION_REMOVE_NAME_0 = "GUI_ORGUNITUSERS_LIST_DEFACTION_REMOVE_NAME_0"; 1077 1078 /** Message constant for key in the resource bundle. */ 1079 public static final String GUI_ORGUNITUSERS_LIST_DISABLED_DELETE_HELP_0 = "GUI_ORGUNITUSERS_LIST_DISABLED_DELETE_HELP_0"; 1080 1081 /** Message constant for key in the resource bundle. */ 1082 public static final String GUI_ORGUNITUSERS_LIST_INORGUNIT_HELP_0 = "GUI_ORGUNITUSERS_LIST_INORGUNIT_HELP_0"; 1083 1084 /** Message constant for key in the resource bundle. */ 1085 public static final String GUI_ORGUNITUSERS_LIST_INORGUNIT_NAME_0 = "GUI_ORGUNITUSERS_LIST_INORGUNIT_NAME_0"; 1086 1087 /** Message constant for key in the resource bundle. */ 1088 public static final String GUI_ORGUNITUSERS_LIST_MACTION_ADD_HELP_0 = "GUI_ORGUNITUSERS_LIST_MACTION_ADD_HELP_0"; 1089 1090 /** Message constant for key in the resource bundle. */ 1091 public static final String GUI_ORGUNITUSERS_LIST_MACTION_ADD_NAME_0 = "GUI_ORGUNITUSERS_LIST_MACTION_ADD_NAME_0"; 1092 1093 /** Message constant for key in the resource bundle. */ 1094 public static final String GUI_ORGUNITUSERS_LIST_MACTION_REMOVE_HELP_0 = "GUI_ORGUNITUSERS_LIST_MACTION_REMOVE_HELP_0"; 1095 1096 /** Message constant for key in the resource bundle. */ 1097 public static final String GUI_ORGUNITUSERS_LIST_MACTION_REMOVE_NAME_0 = "GUI_ORGUNITUSERS_LIST_MACTION_REMOVE_NAME_0"; 1098 1099 /** Message constant for key in the resource bundle. */ 1100 public static final String GUI_ORGUNITUSERS_LIST_NAME_0 = "GUI_ORGUNITUSERS_LIST_NAME_0"; 1101 1102 /** Message constant for key in the resource bundle. */ 1103 public static final String GUI_OVERVIEWACCMAN_ADMIN_TOOL_HELP_0 = "GUI_OVERVIEWACCMAN_ADMIN_TOOL_HELP_0"; 1104 1105 /** Message constant for key in the resource bundle. */ 1106 public static final String GUI_OVERVIEWACCMAN_ADMIN_TOOL_NAME_0 = "GUI_OVERVIEWACCMAN_ADMIN_TOOL_NAME_0"; 1107 1108 /** Message constant for key in the resource bundle. */ 1109 public static final String GUI_OVERVIEWACCMAN_ADMIN_TOOL_NAVBARNAME_0 = "GUI_OVERVIEWACCMAN_ADMIN_TOOL_NAVBARNAME_0"; 1110 1111 /** Message constant for key in the resource bundle. */ 1112 public static final String GUI_OVERVIEWORGUNIT_ADMIN_TOOL_GROUP_0 = "GUI_OVERVIEWORGUNIT_ADMIN_TOOL_GROUP_0"; 1113 1114 /** Message constant for key in the resource bundle. */ 1115 public static final String GUI_OVERVIEWORGUNIT_ADMIN_TOOL_HELP_0 = "GUI_OVERVIEWORGUNIT_ADMIN_TOOL_HELP_0"; 1116 1117 /** Message constant for key in the resource bundle. */ 1118 public static final String GUI_OVERVIEWORGUNIT_ADMIN_TOOL_NAME_0 = "GUI_OVERVIEWORGUNIT_ADMIN_TOOL_NAME_0"; 1119 1120 /** Message constant for key in the resource bundle. */ 1121 public static final String GUI_OVERVIEWROLE_ADMIN_TOOL_HELP_0 = "GUI_OVERVIEWROLE_ADMIN_TOOL_HELP_0"; 1122 1123 /** Message constant for key in the resource bundle. */ 1124 public static final String GUI_OVERVIEWROLE_ADMIN_TOOL_NAME_0 = "GUI_OVERVIEWROLE_ADMIN_TOOL_NAME_0"; 1125 1126 /** Message constant for key in the resource bundle. */ 1127 public static final String GUI_OVERVIEWROLE_ADMIN_TOOL_NAVBARNAME_0 = "GUI_OVERVIEWROLE_ADMIN_TOOL_NAVBARNAME_0"; 1128 1129 /** Message constant for key in the resource bundle. */ 1130 public static final String GUI_PARENTORGUNIT_ADMIN_TOOL_GROUP_0 = "GUI_PARENTORGUNIT_ADMIN_TOOL_GROUP_0"; 1131 1132 /** Message constant for key in the resource bundle. */ 1133 public static final String GUI_PARENTORGUNIT_ADMIN_TOOL_HELP_0 = "GUI_PARENTORGUNIT_ADMIN_TOOL_HELP_0"; 1134 1135 /** Message constant for key in the resource bundle. */ 1136 public static final String GUI_PARENTORGUNIT_ADMIN_TOOL_NAME_0 = "GUI_PARENTORGUNIT_ADMIN_TOOL_NAME_0"; 1137 1138 /** Message constant for key in the resource bundle. */ 1139 public static final String GUI_PERMISSION_COLUMN_OVERWRITE_0 = "GUI_PERMISSION_COLUMN_OVERWRITE_0"; 1140 1141 /** Message constant for key in the resource bundle. */ 1142 public static final String GUI_ROLE_OVERVIEW_LABEL_IDENTIFICATION_BLOCK_0 = "GUI_ROLE_OVERVIEW_LABEL_IDENTIFICATION_BLOCK_0"; 1143 1144 /** Message constant for key in the resource bundle. */ 1145 public static final String GUI_ROLEEDIT_DETAIL_DESCRIPTION_NAME_0 = "GUI_ROLEEDIT_DETAIL_DESCRIPTION_NAME_0"; 1146 1147 /** Message constant for key in the resource bundle. */ 1148 public static final String GUI_ROLEEDIT_DETAIL_HIDE_DESCRIPTION_HELP_0 = "GUI_ROLEEDIT_DETAIL_HIDE_DESCRIPTION_HELP_0"; 1149 1150 /** Message constant for key in the resource bundle. */ 1151 public static final String GUI_ROLEEDIT_DETAIL_HIDE_DESCRIPTION_NAME_0 = "GUI_ROLEEDIT_DETAIL_HIDE_DESCRIPTION_NAME_0"; 1152 1153 /** Message constant for key in the resource bundle. */ 1154 public static final String GUI_ROLEEDIT_DETAIL_SHOW_DESCRIPTION_HELP_0 = "GUI_ROLEEDIT_DETAIL_SHOW_DESCRIPTION_HELP_0"; 1155 1156 /** Message constant for key in the resource bundle. */ 1157 public static final String GUI_ROLEEDIT_DETAIL_SHOW_DESCRIPTION_NAME_0 = "GUI_ROLEEDIT_DETAIL_SHOW_DESCRIPTION_NAME_0"; 1158 1159 /** Message constant for key in the resource bundle. */ 1160 public static final String GUI_ROLEEDIT_LIST_ACTION_ACTIVATE_HELP_0 = "GUI_ROLEEDIT_LIST_ACTION_ACTIVATE_HELP_0"; 1161 1162 /** Message constant for key in the resource bundle. */ 1163 public static final String GUI_ROLEEDIT_LIST_ACTION_ACTIVATE_NAME_0 = "GUI_ROLEEDIT_LIST_ACTION_ACTIVATE_NAME_0"; 1164 1165 /** Message constant for key in the resource bundle. */ 1166 public static final String GUI_ROLEEDIT_LIST_ACTION_DEACTIVATE_HELP_0 = "GUI_ROLEEDIT_LIST_ACTION_DEACTIVATE_HELP_0"; 1167 1168 /** Message constant for key in the resource bundle. */ 1169 public static final String GUI_ROLEEDIT_LIST_ACTION_DEACTIVATE_NAME_0 = "GUI_ROLEEDIT_LIST_ACTION_DEACTIVATE_NAME_0"; 1170 1171 /** Message constant for key in the resource bundle. */ 1172 public static final String GUI_ROLEEDIT_LIST_ACTION_EDIT_NAME_0 = "GUI_ROLEEDIT_LIST_ACTION_EDIT_NAME_0"; 1173 1174 /** Message constant for key in the resource bundle. */ 1175 public static final String GUI_ROLEEDIT_LIST_COLS_ACTIVATE_0 = "GUI_ROLEEDIT_LIST_COLS_ACTIVATE_0"; 1176 1177 /** Message constant for key in the resource bundle. */ 1178 public static final String GUI_ROLEEDIT_LIST_COLS_ACTIVATE_HELP_0 = "GUI_ROLEEDIT_LIST_COLS_ACTIVATE_HELP_0"; 1179 1180 /** Message constant for key in the resource bundle. */ 1181 public static final String GUI_ROLEEDIT_LIST_COLS_DEPENDENCY_0 = "GUI_ROLEEDIT_LIST_COLS_DEPENDENCY_0"; 1182 1183 /** Message constant for key in the resource bundle. */ 1184 public static final String GUI_ROLEEDIT_LIST_COLS_EDIT_0 = "GUI_ROLEEDIT_LIST_COLS_EDIT_0"; 1185 1186 /** Message constant for key in the resource bundle. */ 1187 public static final String GUI_ROLEEDIT_LIST_COLS_EDIT_HELP_0 = "GUI_ROLEEDIT_LIST_COLS_EDIT_HELP_0"; 1188 1189 /** Message constant for key in the resource bundle. */ 1190 public static final String GUI_ROLEEDIT_LIST_COLS_ICON_0 = "GUI_ROLEEDIT_LIST_COLS_ICON_0"; 1191 1192 /** Message constant for key in the resource bundle. */ 1193 public static final String GUI_ROLEEDIT_LIST_COLS_ICON_HELP_0 = "GUI_ROLEEDIT_LIST_COLS_ICON_HELP_0"; 1194 1195 /** Message constant for key in the resource bundle. */ 1196 public static final String GUI_ROLEEDIT_LIST_COLS_NAME_0 = "GUI_ROLEEDIT_LIST_COLS_NAME_0"; 1197 1198 /** Message constant for key in the resource bundle. */ 1199 public static final String GUI_ROLEEDIT_LIST_DEFACTION_OVERVIEW_HELP_0 = "GUI_ROLEEDIT_LIST_DEFACTION_OVERVIEW_HELP_0"; 1200 1201 /** Message constant for key in the resource bundle. */ 1202 public static final String GUI_ROLEEDIT_LIST_DEFACTION_OVERVIEW_NAME_0 = "GUI_ROLEEDIT_LIST_DEFACTION_OVERVIEW_NAME_0"; 1203 1204 /** Message constant for key in the resource bundle. */ 1205 public static final String GUI_ROLEEDIT_LIST_ICON_HELP_0 = "GUI_ROLEEDIT_LIST_ICON_HELP_0"; 1206 1207 /** Message constant for key in the resource bundle. */ 1208 public static final String GUI_ROLEEDIT_LIST_ICON_NAME_0 = "GUI_ROLEEDIT_LIST_ICON_NAME_0"; 1209 1210 /** Message constant for key in the resource bundle. */ 1211 public static final String GUI_ROLEEDIT_LIST_MACTION_ACTIVATE_HELP_0 = "GUI_ROLEEDIT_LIST_MACTION_ACTIVATE_HELP_0"; 1212 1213 /** Message constant for key in the resource bundle. */ 1214 public static final String GUI_ROLEEDIT_LIST_MACTION_ACTIVATE_NAME_0 = "GUI_ROLEEDIT_LIST_MACTION_ACTIVATE_NAME_0"; 1215 1216 /** Message constant for key in the resource bundle. */ 1217 public static final String GUI_ROLEEDIT_LIST_MACTION_DEACTIVATE_HELP_0 = "GUI_ROLEEDIT_LIST_MACTION_DEACTIVATE_HELP_0"; 1218 1219 /** Message constant for key in the resource bundle. */ 1220 public static final String GUI_ROLEEDIT_LIST_MACTION_DEACTIVATE_NAME_0 = "GUI_ROLEEDIT_LIST_MACTION_DEACTIVATE_NAME_0"; 1221 1222 /** Message constant for key in the resource bundle. */ 1223 public static final String GUI_ROLEEDIT_LIST_NAME_0 = "GUI_ROLEEDIT_LIST_NAME_0"; 1224 1225 /** Message constant for key in the resource bundle. */ 1226 public static final String GUI_ROLES_ADMIN_TOOL_GROUP_0 = "GUI_ROLES_ADMIN_TOOL_GROUP_0"; 1227 1228 /** Message constant for key in the resource bundle. */ 1229 public static final String GUI_ROLES_ADMIN_TOOL_HELP_0 = "GUI_ROLES_ADMIN_TOOL_HELP_0"; 1230 1231 /** Message constant for key in the resource bundle. */ 1232 public static final String GUI_ROLES_ADMIN_TOOL_NAME_0 = "GUI_ROLES_ADMIN_TOOL_NAME_0"; 1233 1234 /** Message constant for key in the resource bundle. */ 1235 public static final String GUI_ROLES_ADMIN_TOOL_NAVBARNAME_0 = "GUI_ROLES_ADMIN_TOOL_NAVBARNAME_0"; 1236 1237 /** Message constant for key in the resource bundle. */ 1238 public static final String GUI_ROLES_DETAIL_DESCRIPTION_NAME_0 = "GUI_ROLES_DETAIL_DESCRIPTION_NAME_0"; 1239 1240 /** Message constant for key in the resource bundle. */ 1241 public static final String GUI_ROLES_DETAIL_HIDE_DESCRIPTION_HELP_0 = "GUI_ROLES_DETAIL_HIDE_DESCRIPTION_HELP_0"; 1242 1243 /** Message constant for key in the resource bundle. */ 1244 public static final String GUI_ROLES_DETAIL_HIDE_DESCRIPTION_NAME_0 = "GUI_ROLES_DETAIL_HIDE_DESCRIPTION_NAME_0"; 1245 1246 /** Message constant for key in the resource bundle. */ 1247 public static final String GUI_ROLES_DETAIL_HIDE_PATH_HELP_0 = "GUI_ROLES_DETAIL_HIDE_PATH_HELP_0"; 1248 1249 /** Message constant for key in the resource bundle. */ 1250 public static final String GUI_ROLES_DETAIL_HIDE_PATH_NAME_0 = "GUI_ROLES_DETAIL_HIDE_PATH_NAME_0"; 1251 1252 /** Message constant for key in the resource bundle. */ 1253 public static final String GUI_ROLES_DETAIL_HIDE_USERS_HELP_0 = "GUI_ROLES_DETAIL_HIDE_USERS_HELP_0"; 1254 1255 /** Message constant for key in the resource bundle. */ 1256 public static final String GUI_ROLES_DETAIL_HIDE_USERS_NAME_0 = "GUI_ROLES_DETAIL_HIDE_USERS_NAME_0"; 1257 1258 /** Message constant for key in the resource bundle. */ 1259 public static final String GUI_ROLES_DETAIL_PATH_NAME_0 = "GUI_ROLES_DETAIL_PATH_NAME_0"; 1260 1261 /** Message constant for key in the resource bundle. */ 1262 public static final String GUI_ROLES_DETAIL_SHOW_DESCRIPTION_HELP_0 = "GUI_ROLES_DETAIL_SHOW_DESCRIPTION_HELP_0"; 1263 1264 /** Message constant for key in the resource bundle. */ 1265 public static final String GUI_ROLES_DETAIL_SHOW_DESCRIPTION_NAME_0 = "GUI_ROLES_DETAIL_SHOW_DESCRIPTION_NAME_0"; 1266 1267 /** Message constant for key in the resource bundle. */ 1268 public static final String GUI_ROLES_DETAIL_SHOW_PATH_HELP_0 = "GUI_ROLES_DETAIL_SHOW_PATH_HELP_0"; 1269 1270 /** Message constant for key in the resource bundle. */ 1271 public static final String GUI_ROLES_DETAIL_SHOW_PATH_NAME_0 = "GUI_ROLES_DETAIL_SHOW_PATH_NAME_0"; 1272 1273 /** Message constant for key in the resource bundle. */ 1274 public static final String GUI_ROLES_DETAIL_SHOW_USERS_HELP_0 = "GUI_ROLES_DETAIL_SHOW_USERS_HELP_0"; 1275 1276 /** Message constant for key in the resource bundle. */ 1277 public static final String GUI_ROLES_DETAIL_SHOW_USERS_NAME_0 = "GUI_ROLES_DETAIL_SHOW_USERS_NAME_0"; 1278 1279 /** Message constant for key in the resource bundle. */ 1280 public static final String GUI_ROLES_DETAIL_USERS_NAME_0 = "GUI_ROLES_DETAIL_USERS_NAME_0"; 1281 1282 /** Message constant for key in the resource bundle. */ 1283 public static final String GUI_ROLES_LIST_COLS_DESCRIPTION_0 = "GUI_ROLES_LIST_COLS_DESCRIPTION_0"; 1284 1285 /** Message constant for key in the resource bundle. */ 1286 public static final String GUI_ROLES_LIST_COLS_ICON_0 = "GUI_ROLES_LIST_COLS_ICON_0"; 1287 1288 /** Message constant for key in the resource bundle. */ 1289 public static final String GUI_ROLES_LIST_COLS_ICON_HELP_0 = "GUI_ROLES_LIST_COLS_ICON_HELP_0"; 1290 1291 /** Message constant for key in the resource bundle. */ 1292 public static final String GUI_ROLES_LIST_COLS_NAME_0 = "GUI_ROLES_LIST_COLS_NAME_0"; 1293 1294 /** Message constant for key in the resource bundle. */ 1295 public static final String GUI_ROLEUSER_ADMIN_TOOL_GROUP_0 = "GUI_ROLEUSER_ADMIN_TOOL_GROUP_0"; 1296 1297 /** Message constant for key in the resource bundle. */ 1298 public static final String GUI_ROLEUSER_ADMIN_TOOL_HELP_0 = "GUI_ROLEUSER_ADMIN_TOOL_HELP_0"; 1299 1300 /** Message constant for key in the resource bundle. */ 1301 public static final String GUI_ROLEUSER_ADMIN_TOOL_NAME_0 = "GUI_ROLEUSER_ADMIN_TOOL_NAME_0"; 1302 1303 /** Message constant for key in the resource bundle. */ 1304 public static final String GUI_ROLEUSER_ADMIN_TOOL_NAVBARNAME_0 = "GUI_ROLEUSER_ADMIN_TOOL_NAVBARNAME_0"; 1305 1306 /** Message constant for key in the resource bundle. */ 1307 public static final String GUI_ROLEUSERS_ADMIN_TOOL_GROUP_0 = "GUI_ROLEUSERS_ADMIN_TOOL_GROUP_0"; 1308 1309 /** Message constant for key in the resource bundle. */ 1310 public static final String GUI_ROLEUSERS_ADMIN_TOOL_HELP_0 = "GUI_ROLEUSERS_ADMIN_TOOL_HELP_0"; 1311 1312 /** Message constant for key in the resource bundle. */ 1313 public static final String GUI_ROLEUSERS_ADMIN_TOOL_NAME_0 = "GUI_ROLEUSERS_ADMIN_TOOL_NAME_0"; 1314 1315 /** Message constant for key in the resource bundle. */ 1316 public static final String GUI_ROLEUSERS_ADMIN_TOOL_NAVBARNAME_0 = "GUI_ROLEUSERS_ADMIN_TOOL_NAVBARNAME_0"; 1317 1318 /** Message constant for key in the resource bundle. */ 1319 public static final String GUI_ROLEUSERS_EDIT_DISABLED_HELP_0 = "GUI_ROLEUSERS_EDIT_DISABLED_HELP_0"; 1320 1321 /** Message constant for key in the resource bundle. */ 1322 public static final String GUI_ROLEUSERS_LIST_DEFACTION_REMOVE_HELP_0 = "GUI_ROLEUSERS_LIST_DEFACTION_REMOVE_HELP_0"; 1323 1324 /** Message constant for key in the resource bundle. */ 1325 public static final String GUI_ROLEUSERS_LIST_DISABLED_ACTION_HELP_0 = "GUI_ROLEUSERS_LIST_DISABLED_ACTION_HELP_0"; 1326 1327 /** Message constant for key in the resource bundle. */ 1328 public static final String GUI_ROLEUSERS_LIST_NAME_0 = "GUI_ROLEUSERS_LIST_NAME_0"; 1329 1330 /** Message constant for key in the resource bundle. */ 1331 public static final String GUI_SUBORGUNITS_LIST_NAME_0 = "GUI_SUBORGUNITS_LIST_NAME_0"; 1332 1333 /** Message constant for key in the resource bundle. */ 1334 public static final String GUI_USER_ADDINFO_ADMIN_TOOL_GROUP_0 = "GUI_USER_ADDINFO_ADMIN_TOOL_GROUP_0"; 1335 1336 /** Message constant for key in the resource bundle. */ 1337 public static final String GUI_USER_ADDINFO_ADMIN_TOOL_HELP_0 = "GUI_USER_ADDINFO_ADMIN_TOOL_HELP_0"; 1338 1339 /** Message constant for key in the resource bundle. */ 1340 public static final String GUI_USER_ADDINFO_ADMIN_TOOL_NAME_0 = "GUI_USER_ADDINFO_ADMIN_TOOL_NAME_0"; 1341 1342 /** Message constant for key in the resource bundle. */ 1343 public static final String GUI_USER_ALLINFO_ADMIN_TOOL_GROUP_0 = "GUI_USER_ALLINFO_ADMIN_TOOL_GROUP_0"; 1344 1345 /** Message constant for key in the resource bundle. */ 1346 public static final String GUI_USER_ALLINFO_ADMIN_TOOL_HELP_0 = "GUI_USER_ALLINFO_ADMIN_TOOL_HELP_0"; 1347 1348 /** Message constant for key in the resource bundle. */ 1349 public static final String GUI_USER_ALLINFO_ADMIN_TOOL_NAME_0 = "GUI_USER_ALLINFO_ADMIN_TOOL_NAME_0"; 1350 1351 /** Message constant for key in the resource bundle. */ 1352 public static final String GUI_USER_DEPENDENCIES_DELETE_0 = "GUI_USER_DEPENDENCIES_DELETE_0"; 1353 1354 /** Message constant for key in the resource bundle. */ 1355 public static final String GUI_USER_DEPENDENCIES_LIST_ACTION_ICON_HELP_0 = "GUI_USER_DEPENDENCIES_LIST_ACTION_ICON_HELP_0"; 1356 1357 /** Message constant for key in the resource bundle. */ 1358 public static final String GUI_USER_DEPENDENCIES_LIST_ACTION_ICON_NAME_0 = "GUI_USER_DEPENDENCIES_LIST_ACTION_ICON_NAME_0"; 1359 1360 /** Message constant for key in the resource bundle. */ 1361 public static final String GUI_USER_DEPENDENCIES_LIST_COLS_CREATED_0 = "GUI_USER_DEPENDENCIES_LIST_COLS_CREATED_0"; 1362 1363 /** Message constant for key in the resource bundle. */ 1364 public static final String GUI_USER_DEPENDENCIES_LIST_COLS_ICON_0 = "GUI_USER_DEPENDENCIES_LIST_COLS_ICON_0"; 1365 1366 /** Message constant for key in the resource bundle. */ 1367 public static final String GUI_USER_DEPENDENCIES_LIST_COLS_LASTMODIFIED_0 = "GUI_USER_DEPENDENCIES_LIST_COLS_LASTMODIFIED_0"; 1368 1369 /** Message constant for key in the resource bundle. */ 1370 public static final String GUI_USER_DEPENDENCIES_LIST_COLS_NAME_0 = "GUI_USER_DEPENDENCIES_LIST_COLS_NAME_0"; 1371 1372 /** Message constant for key in the resource bundle. */ 1373 public static final String GUI_USER_DEPENDENCIES_LIST_COLS_PERMISSIONS_0 = "GUI_USER_DEPENDENCIES_LIST_COLS_PERMISSIONS_0"; 1374 1375 /** Message constant for key in the resource bundle. */ 1376 public static final String GUI_USER_DEPENDENCIES_LIST_NAME_0 = "GUI_USER_DEPENDENCIES_LIST_NAME_0"; 1377 1378 /** Message constant for key in the resource bundle. */ 1379 public static final String GUI_USER_DEPENDENCIES_NOTICE_0 = "GUI_USER_DEPENDENCIES_NOTICE_0"; 1380 1381 /** Message constant for key in the resource bundle. */ 1382 public static final String GUI_USER_DEPENDENCIES_NOTICE_TEXT_0 = "GUI_USER_DEPENDENCIES_NOTICE_TEXT_0"; 1383 1384 /** Message constant for key in the resource bundle. */ 1385 public static final String GUI_USER_DEPENDENCIES_SELECTED_USERS_0 = "GUI_USER_DEPENDENCIES_SELECTED_USERS_0"; 1386 1387 /** Message constant for key in the resource bundle. */ 1388 public static final String GUI_USER_EDITOR_LABEL_ADDITIONALINFO_BLOCK_0 = "GUI_USER_EDITOR_LABEL_ADDITIONALINFO_BLOCK_0"; 1389 1390 /** Message constant for key in the resource bundle. */ 1391 public static final String GUI_USER_EDITOR_LABEL_ADDRESS_BLOCK_0 = "GUI_USER_EDITOR_LABEL_ADDRESS_BLOCK_0"; 1392 1393 /** Message constant for key in the resource bundle. */ 1394 public static final String GUI_USER_EDITOR_LABEL_AUTHENTIFICATION_BLOCK_0 = "GUI_USER_EDITOR_LABEL_AUTHENTIFICATION_BLOCK_0"; 1395 1396 /** Message constant for key in the resource bundle. */ 1397 public static final String GUI_USER_EDITOR_LABEL_IDENTIFICATION_BLOCK_0 = "GUI_USER_EDITOR_LABEL_IDENTIFICATION_BLOCK_0"; 1398 1399 /** Message constant for key in the resource bundle. */ 1400 public static final String GUI_USER_EDITOR_LABEL_READONLY_BLOCK_0 = "GUI_USER_EDITOR_LABEL_READONLY_BLOCK_0"; 1401 1402 /** Message constant for key in the resource bundle. */ 1403 public static final String GUI_USER_EDITOR_LABEL_SELECTEDINFO_BLOCK_0 = "GUI_USER_EDITOR_LABEL_SELECTEDINFO_BLOCK_0"; 1404 1405 /** Message constant for key in the resource bundle. */ 1406 public static final String GUI_USER_EDITOR_LABEL_SETTINGS_BLOCK_0 = "GUI_USER_EDITOR_LABEL_SETTINGS_BLOCK_0"; 1407 1408 /** Message constant for key in the resource bundle. */ 1409 public static final String GUI_USER_EDITOR_LABEL_STARTUPSETTINGS_BLOCK_0 = "GUI_USER_EDITOR_LABEL_STARTUPSETTINGS_BLOCK_0"; 1410 1411 /** Message constant for key in the resource bundle. */ 1412 public static final String GUI_USER_EDITOR_NO_ROLE_0 = "GUI_USER_EDITOR_NO_ROLE_0"; 1413 1414 /** Message constant for key in the resource bundle. */ 1415 public static final String GUI_USER_SENDEMAIL_ADMIN_TOOL_GROUP_0 = "GUI_USER_SENDEMAIL_ADMIN_TOOL_GROUP_0"; 1416 1417 /** Message constant for key in the resource bundle. */ 1418 public static final String GUI_USER_SENDEMAIL_ADMIN_TOOL_HELP_0 = "GUI_USER_SENDEMAIL_ADMIN_TOOL_HELP_0"; 1419 1420 /** Message constant for key in the resource bundle. */ 1421 public static final String GUI_USER_SENDEMAIL_ADMIN_TOOL_NAME_0 = "GUI_USER_SENDEMAIL_ADMIN_TOOL_NAME_0"; 1422 1423 /** Message constant for key in the resource bundle. */ 1424 public static final String GUI_USERDATA_DOWNLOAD_LABEL_HINT_CLICK_0 = "GUI_USERDATA_DOWNLOAD_LABEL_HINT_CLICK_0"; 1425 1426 /** Message constant for key in the resource bundle. */ 1427 public static final String GUI_USERDATA_DOWNLOAD_LABEL_HINT_TEXT_0 = "GUI_USERDATA_DOWNLOAD_LABEL_HINT_TEXT_0"; 1428 1429 /** Message constant for key in the resource bundle. */ 1430 public static final String GUI_USERDATA_EXPORT_LABEL_GROUPS_BLOCK_0 = "GUI_USERDATA_EXPORT_LABEL_GROUPS_BLOCK_0"; 1431 1432 /** Message constant for key in the resource bundle. */ 1433 public static final String GUI_USERDATA_EXPORT_LABEL_HINT_BLOCK_0 = "GUI_USERDATA_EXPORT_LABEL_HINT_BLOCK_0"; 1434 1435 /** Message constant for key in the resource bundle. */ 1436 public static final String GUI_USERDATA_EXPORT_LABEL_HINT_TEXT_0 = "GUI_USERDATA_EXPORT_LABEL_HINT_TEXT_0"; 1437 1438 /** Message constant for key in the resource bundle. */ 1439 public static final String GUI_USERDATA_EXPORT_LABEL_ROLES_BLOCK_0 = "GUI_USERDATA_EXPORT_LABEL_ROLES_BLOCK_0"; 1440 1441 /** Message constant for key in the resource bundle. */ 1442 public static final String GUI_USERDATA_IMPORT_LABEL_DATA_BLOCK_0 = "GUI_USERDATA_IMPORT_LABEL_DATA_BLOCK_0"; 1443 1444 /** Message constant for key in the resource bundle. */ 1445 public static final String GUI_USERDATA_IMPORT_LABEL_HINT_BLOCK_0 = "GUI_USERDATA_IMPORT_LABEL_HINT_BLOCK_0"; 1446 1447 /** Message constant for key in the resource bundle. */ 1448 public static final String GUI_USERDATA_IMPORT_LABEL_HINT_TEXT_0 = "GUI_USERDATA_IMPORT_LABEL_HINT_TEXT_0"; 1449 1450 /** Message constant for key in the resource bundle. */ 1451 public static final String GUI_USERGROUPS_LIST_ACTION_STATE_DISABLED_HELP_0 = "GUI_USERGROUPS_LIST_ACTION_STATE_DISABLED_HELP_0"; 1452 1453 /** Message constant for key in the resource bundle. */ 1454 public static final String GUI_USERGROUPS_LIST_ACTION_STATE_DISABLED_NAME_0 = "GUI_USERGROUPS_LIST_ACTION_STATE_DISABLED_NAME_0"; 1455 1456 /** Message constant for key in the resource bundle. */ 1457 public static final String GUI_USERGROUPS_LIST_NAME_0 = "GUI_USERGROUPS_LIST_NAME_0"; 1458 1459 /** Message constant for key in the resource bundle. */ 1460 public static final String GUI_USERROLES_LIST_NAME_0 = "GUI_USERROLES_LIST_NAME_0"; 1461 1462 /** Message constant for key in the resource bundle. */ 1463 public static final String GUI_USERS_ADMIN_TOOL_GROUP_0 = "GUI_USERS_ADMIN_TOOL_GROUP_0"; 1464 1465 /** Message constant for key in the resource bundle. */ 1466 public static final String GUI_USERS_ADMIN_TOOL_HELP_0 = "GUI_USERS_ADMIN_TOOL_HELP_0"; 1467 1468 /** Message constant for key in the resource bundle. */ 1469 public static final String GUI_USERS_ADMIN_TOOL_NAME_0 = "GUI_USERS_ADMIN_TOOL_NAME_0"; 1470 1471 /** Message constant for key in the resource bundle. */ 1472 public static final String GUI_USERS_ADMIN_TOOL_NAVBARNAME_0 = "GUI_USERS_ADMIN_TOOL_NAVBARNAME_0"; 1473 1474 /** Message constant for key in the resource bundle. */ 1475 public static final String GUI_USERS_DELETE_ADMIN_TOOL_GROUP_0 = "GUI_USERS_DELETE_ADMIN_TOOL_GROUP_0"; 1476 1477 /** Message constant for key in the resource bundle. */ 1478 public static final String GUI_USERS_DELETE_ADMIN_TOOL_HELP_0 = "GUI_USERS_DELETE_ADMIN_TOOL_HELP_0"; 1479 1480 /** Message constant for key in the resource bundle. */ 1481 public static final String GUI_USERS_DELETE_ADMIN_TOOL_NAME_0 = "GUI_USERS_DELETE_ADMIN_TOOL_NAME_0"; 1482 1483 /** Message constant for key in the resource bundle. */ 1484 public static final String GUI_USERS_DETAIL_ADDRESS_NAME_0 = "GUI_USERS_DETAIL_ADDRESS_NAME_0"; 1485 1486 /** Message constant for key in the resource bundle. */ 1487 public static final String GUI_USERS_DETAIL_GROUPS_NAME_0 = "GUI_USERS_DETAIL_GROUPS_NAME_0"; 1488 1489 /** Message constant for key in the resource bundle. */ 1490 public static final String GUI_USERS_DETAIL_HIDE_ADDRESS_HELP_0 = "GUI_USERS_DETAIL_HIDE_ADDRESS_HELP_0"; 1491 1492 /** Message constant for key in the resource bundle. */ 1493 public static final String GUI_USERS_DETAIL_HIDE_ADDRESS_NAME_0 = "GUI_USERS_DETAIL_HIDE_ADDRESS_NAME_0"; 1494 1495 /** Message constant for key in the resource bundle. */ 1496 public static final String GUI_USERS_DETAIL_HIDE_GROUPS_HELP_0 = "GUI_USERS_DETAIL_HIDE_GROUPS_HELP_0"; 1497 1498 /** Message constant for key in the resource bundle. */ 1499 public static final String GUI_USERS_DETAIL_HIDE_GROUPS_NAME_0 = "GUI_USERS_DETAIL_HIDE_GROUPS_NAME_0"; 1500 1501 /** Message constant for key in the resource bundle. */ 1502 public static final String GUI_USERS_DETAIL_HIDE_ORGUNIT_DESC_HELP_0 = "GUI_USERS_DETAIL_HIDE_ORGUNIT_DESC_HELP_0"; 1503 1504 /** Message constant for key in the resource bundle. */ 1505 public static final String GUI_USERS_DETAIL_HIDE_ORGUNIT_DESC_NAME_0 = "GUI_USERS_DETAIL_HIDE_ORGUNIT_DESC_NAME_0"; 1506 1507 /** Message constant for key in the resource bundle. */ 1508 public static final String GUI_USERS_DETAIL_HIDE_ORGUNIT_HELP_0 = "GUI_USERS_DETAIL_HIDE_ORGUNIT_HELP_0"; 1509 1510 /** Message constant for key in the resource bundle. */ 1511 public static final String GUI_USERS_DETAIL_HIDE_ORGUNIT_NAME_0 = "GUI_USERS_DETAIL_HIDE_ORGUNIT_NAME_0"; 1512 1513 /** Message constant for key in the resource bundle. */ 1514 public static final String GUI_USERS_DETAIL_HIDE_OTHEROU_HELP_0 = "GUI_USERS_DETAIL_HIDE_OTHEROU_HELP_0"; 1515 1516 /** Message constant for key in the resource bundle. */ 1517 public static final String GUI_USERS_DETAIL_HIDE_OTHEROU_NAME_0 = "GUI_USERS_DETAIL_HIDE_OTHEROU_NAME_0"; 1518 1519 /** Message constant for key in the resource bundle. */ 1520 public static final String GUI_USERS_DETAIL_HIDE_ROLES_HELP_0 = "GUI_USERS_DETAIL_HIDE_ROLES_HELP_0"; 1521 1522 /** Message constant for key in the resource bundle. */ 1523 public static final String GUI_USERS_DETAIL_HIDE_ROLES_NAME_0 = "GUI_USERS_DETAIL_HIDE_ROLES_NAME_0"; 1524 1525 /** Message constant for key in the resource bundle. */ 1526 public static final String GUI_USERS_DETAIL_ORGUNIT_DESC_NAME_0 = "GUI_USERS_DETAIL_ORGUNIT_DESC_NAME_0"; 1527 1528 /** Message constant for key in the resource bundle. */ 1529 public static final String GUI_USERS_DETAIL_ORGUNIT_NAME_0 = "GUI_USERS_DETAIL_ORGUNIT_NAME_0"; 1530 1531 /** Message constant for key in the resource bundle. */ 1532 public static final String GUI_USERS_DETAIL_OTHEROU_NAME_0 = "GUI_USERS_DETAIL_OTHEROU_NAME_0"; 1533 1534 /** Message constant for key in the resource bundle. */ 1535 public static final String GUI_USERS_DETAIL_ROLES_NAME_0 = "GUI_USERS_DETAIL_ROLES_NAME_0"; 1536 1537 /** Message constant for key in the resource bundle. */ 1538 public static final String GUI_USERS_DETAIL_SHOW_ADDRESS_HELP_0 = "GUI_USERS_DETAIL_SHOW_ADDRESS_HELP_0"; 1539 1540 /** Message constant for key in the resource bundle. */ 1541 public static final String GUI_USERS_DETAIL_SHOW_ADDRESS_NAME_0 = "GUI_USERS_DETAIL_SHOW_ADDRESS_NAME_0"; 1542 1543 /** Message constant for key in the resource bundle. */ 1544 public static final String GUI_USERS_DETAIL_SHOW_GROUPS_HELP_0 = "GUI_USERS_DETAIL_SHOW_GROUPS_HELP_0"; 1545 1546 /** Message constant for key in the resource bundle. */ 1547 public static final String GUI_USERS_DETAIL_SHOW_GROUPS_NAME_0 = "GUI_USERS_DETAIL_SHOW_GROUPS_NAME_0"; 1548 1549 /** Message constant for key in the resource bundle. */ 1550 public static final String GUI_USERS_DETAIL_SHOW_ORGUNIT_DESC_HELP_0 = "GUI_USERS_DETAIL_SHOW_ORGUNIT_DESC_HELP_0"; 1551 1552 /** Message constant for key in the resource bundle. */ 1553 public static final String GUI_USERS_DETAIL_SHOW_ORGUNIT_DESC_NAME_0 = "GUI_USERS_DETAIL_SHOW_ORGUNIT_DESC_NAME_0"; 1554 1555 /** Message constant for key in the resource bundle. */ 1556 public static final String GUI_USERS_DETAIL_SHOW_ORGUNIT_HELP_0 = "GUI_USERS_DETAIL_SHOW_ORGUNIT_HELP_0"; 1557 1558 /** Message constant for key in the resource bundle. */ 1559 public static final String GUI_USERS_DETAIL_SHOW_ORGUNIT_NAME_0 = "GUI_USERS_DETAIL_SHOW_ORGUNIT_NAME_0"; 1560 1561 /** Message constant for key in the resource bundle. */ 1562 public static final String GUI_USERS_DETAIL_SHOW_OTHEROU_HELP_0 = "GUI_USERS_DETAIL_SHOW_OTHEROU_HELP_0"; 1563 1564 /** Message constant for key in the resource bundle. */ 1565 public static final String GUI_USERS_DETAIL_SHOW_OTHEROU_NAME_0 = "GUI_USERS_DETAIL_SHOW_OTHEROU_NAME_0"; 1566 1567 /** Message constant for key in the resource bundle. */ 1568 public static final String GUI_USERS_DETAIL_SHOW_ROLES_HELP_0 = "GUI_USERS_DETAIL_SHOW_ROLES_HELP_0"; 1569 1570 /** Message constant for key in the resource bundle. */ 1571 public static final String GUI_USERS_DETAIL_SHOW_ROLES_NAME_0 = "GUI_USERS_DETAIL_SHOW_ROLES_NAME_0"; 1572 1573 /** Message constant for key in the resource bundle. */ 1574 public static final String GUI_USERS_LIST_ACTION_ACTIVATE_CONF_0 = "GUI_USERS_LIST_ACTION_ACTIVATE_CONF_0"; 1575 1576 /** Message constant for key in the resource bundle. */ 1577 public static final String GUI_USERS_LIST_ACTION_ACTIVATE_HELP_0 = "GUI_USERS_LIST_ACTION_ACTIVATE_HELP_0"; 1578 1579 /** Message constant for key in the resource bundle. */ 1580 public static final String GUI_USERS_LIST_ACTION_ACTIVATE_NAME_0 = "GUI_USERS_LIST_ACTION_ACTIVATE_NAME_0"; 1581 1582 /** Message constant for key in the resource bundle. */ 1583 public static final String GUI_USERS_LIST_ACTION_DEACTIVATE_CONF_0 = "GUI_USERS_LIST_ACTION_DEACTIVATE_CONF_0"; 1584 1585 /** Message constant for key in the resource bundle. */ 1586 public static final String GUI_USERS_LIST_ACTION_DEACTIVATE_HELP_0 = "GUI_USERS_LIST_ACTION_DEACTIVATE_HELP_0"; 1587 1588 /** Message constant for key in the resource bundle. */ 1589 public static final String GUI_USERS_LIST_ACTION_DEACTIVATE_NAME_0 = "GUI_USERS_LIST_ACTION_DEACTIVATE_NAME_0"; 1590 1591 /** Message constant for key in the resource bundle. */ 1592 public static final String GUI_USERS_LIST_ACTION_DELETE_HELP_0 = "GUI_USERS_LIST_ACTION_DELETE_HELP_0"; 1593 1594 /** Message constant for key in the resource bundle. */ 1595 public static final String GUI_USERS_LIST_ACTION_DELETE_NAME_0 = "GUI_USERS_LIST_ACTION_DELETE_NAME_0"; 1596 1597 /** Message constant for key in the resource bundle. */ 1598 public static final String GUI_USERS_LIST_ACTION_EDIT_HELP_0 = "GUI_USERS_LIST_ACTION_EDIT_HELP_0"; 1599 1600 /** Message constant for key in the resource bundle. */ 1601 public static final String GUI_USERS_LIST_ACTION_EDIT_NAME_0 = "GUI_USERS_LIST_ACTION_EDIT_NAME_0"; 1602 1603 /** Message constant for key in the resource bundle. */ 1604 public static final String GUI_USERS_LIST_ACTION_GROUPS_HELP_0 = "GUI_USERS_LIST_ACTION_GROUPS_HELP_0"; 1605 1606 /** Message constant for key in the resource bundle. */ 1607 public static final String GUI_USERS_LIST_ACTION_GROUPS_NAME_0 = "GUI_USERS_LIST_ACTION_GROUPS_NAME_0"; 1608 1609 /** Message constant for key in the resource bundle. */ 1610 public static final String GUI_USERS_LIST_ACTION_ROLE_HELP_0 = "GUI_USERS_LIST_ACTION_ROLE_HELP_0"; 1611 1612 /** Message constant for key in the resource bundle. */ 1613 public static final String GUI_USERS_LIST_ACTION_ROLE_NAME_0 = "GUI_USERS_LIST_ACTION_ROLE_NAME_0"; 1614 1615 /** Message constant for key in the resource bundle. */ 1616 public static final String GUI_USERS_LIST_ACTION_SWITCH_CONF_0 = "GUI_USERS_LIST_ACTION_SWITCH_CONF_0"; 1617 1618 /** Message constant for key in the resource bundle. */ 1619 public static final String GUI_USERS_LIST_ACTION_SWITCH_HELP_0 = "GUI_USERS_LIST_ACTION_SWITCH_HELP_0"; 1620 1621 /** Message constant for key in the resource bundle. */ 1622 public static final String GUI_USERS_LIST_ACTION_SWITCH_NAME_0 = "GUI_USERS_LIST_ACTION_SWITCH_NAME_0"; 1623 1624 /** Message constant for key in the resource bundle. */ 1625 public static final String GUI_USERS_LIST_AVAILABLE_HELP_0 = "GUI_USERS_LIST_AVAILABLE_HELP_0"; 1626 1627 /** Message constant for key in the resource bundle. */ 1628 public static final String GUI_USERS_LIST_AVAILABLE_NAME_0 = "GUI_USERS_LIST_AVAILABLE_NAME_0"; 1629 1630 /** Message constant for key in the resource bundle. */ 1631 public static final String GUI_USERS_LIST_COLS_ACTIVATE_0 = "GUI_USERS_LIST_COLS_ACTIVATE_0"; 1632 1633 /** Message constant for key in the resource bundle. */ 1634 public static final String GUI_USERS_LIST_COLS_ACTIVATE_HELP_0 = "GUI_USERS_LIST_COLS_ACTIVATE_HELP_0"; 1635 1636 /** Message constant for key in the resource bundle. */ 1637 public static final String GUI_USERS_LIST_COLS_DELETE_0 = "GUI_USERS_LIST_COLS_DELETE_0"; 1638 1639 /** Message constant for key in the resource bundle. */ 1640 public static final String GUI_USERS_LIST_COLS_DELETE_HELP_0 = "GUI_USERS_LIST_COLS_DELETE_HELP_0"; 1641 1642 /** Message constant for key in the resource bundle. */ 1643 public static final String GUI_USERS_LIST_COLS_EDIT_0 = "GUI_USERS_LIST_COLS_EDIT_0"; 1644 1645 /** Message constant for key in the resource bundle. */ 1646 public static final String GUI_USERS_LIST_COLS_EDIT_HELP_0 = "GUI_USERS_LIST_COLS_EDIT_HELP_0"; 1647 1648 /** Message constant for key in the resource bundle. */ 1649 public static final String GUI_USERS_LIST_COLS_EMAIL_0 = "GUI_USERS_LIST_COLS_EMAIL_0"; 1650 1651 /** Message constant for key in the resource bundle. */ 1652 public static final String GUI_USERS_LIST_COLS_FULLNAME_0 = "GUI_USERS_LIST_COLS_FULLNAME_0"; 1653 1654 /** Message constant for key in the resource bundle. */ 1655 public static final String GUI_USERS_LIST_COLS_GROUPS_0 = "GUI_USERS_LIST_COLS_GROUPS_0"; 1656 1657 /** Message constant for key in the resource bundle. */ 1658 public static final String GUI_USERS_LIST_COLS_GROUPS_HELP_0 = "GUI_USERS_LIST_COLS_GROUPS_HELP_0"; 1659 1660 /** Message constant for key in the resource bundle. */ 1661 public static final String GUI_USERS_LIST_COLS_ICON_0 = "GUI_USERS_LIST_COLS_ICON_0"; 1662 1663 /** Message constant for key in the resource bundle. */ 1664 public static final String GUI_USERS_LIST_COLS_ICON_HELP_0 = "GUI_USERS_LIST_COLS_ICON_HELP_0"; 1665 1666 /** Message constant for key in the resource bundle. */ 1667 public static final String GUI_USERS_LIST_COLS_LASTLOGIN_0 = "GUI_USERS_LIST_COLS_LASTLOGIN_0"; 1668 1669 /** Message constant for key in the resource bundle. */ 1670 public static final String GUI_USERS_LIST_COLS_LOGIN_0 = "GUI_USERS_LIST_COLS_LOGIN_0"; 1671 1672 /** Message constant for key in the resource bundle. */ 1673 public static final String GUI_USERS_LIST_COLS_ORGUNIT_0 = "GUI_USERS_LIST_COLS_ORGUNIT_0"; 1674 1675 /** Message constant for key in the resource bundle. */ 1676 public static final String GUI_USERS_LIST_COLS_ROLE_0 = "GUI_USERS_LIST_COLS_ROLE_0"; 1677 1678 /** Message constant for key in the resource bundle. */ 1679 public static final String GUI_USERS_LIST_COLS_ROLE_HELP_0 = "GUI_USERS_LIST_COLS_ROLE_HELP_0"; 1680 1681 /** Message constant for key in the resource bundle. */ 1682 public static final String GUI_USERS_LIST_COLS_STATE_0 = "GUI_USERS_LIST_COLS_STATE_0"; 1683 1684 /** Message constant for key in the resource bundle. */ 1685 public static final String GUI_USERS_LIST_COLS_STATE_HELP_0 = "GUI_USERS_LIST_COLS_STATE_HELP_0"; 1686 1687 /** Message constant for key in the resource bundle. */ 1688 public static final String GUI_USERS_LIST_COLS_SWITCH_0 = "GUI_USERS_LIST_COLS_SWITCH_0"; 1689 1690 /** Message constant for key in the resource bundle. */ 1691 public static final String GUI_USERS_LIST_COLS_SWITCH_HELP_0 = "GUI_USERS_LIST_COLS_SWITCH_HELP_0"; 1692 1693 /** Message constant for key in the resource bundle. */ 1694 public static final String GUI_USERS_LIST_COLS_USERNAME_0 = "GUI_USERS_LIST_COLS_USERNAME_0"; 1695 1696 /** Message constant for key in the resource bundle. */ 1697 public static final String GUI_USERS_LIST_DEFACTION_ADD_HELP_0 = "GUI_USERS_LIST_DEFACTION_ADD_HELP_0"; 1698 1699 /** Message constant for key in the resource bundle. */ 1700 public static final String GUI_USERS_LIST_DEFACTION_ADD_NAME_0 = "GUI_USERS_LIST_DEFACTION_ADD_NAME_0"; 1701 1702 /** Message constant for key in the resource bundle. */ 1703 public static final String GUI_USERS_LIST_DEFACTION_EDIT_HELP_0 = "GUI_USERS_LIST_DEFACTION_EDIT_HELP_0"; 1704 1705 /** Message constant for key in the resource bundle. */ 1706 public static final String GUI_USERS_LIST_DEFACTION_EDIT_NAME_0 = "GUI_USERS_LIST_DEFACTION_EDIT_NAME_0"; 1707 1708 /** Message constant for key in the resource bundle. */ 1709 public static final String GUI_USERS_LIST_DEFACTION_REMOVE_HELP_0 = "GUI_USERS_LIST_DEFACTION_REMOVE_HELP_0"; 1710 1711 /** Message constant for key in the resource bundle. */ 1712 public static final String GUI_USERS_LIST_DEFACTION_REMOVE_NAME_0 = "GUI_USERS_LIST_DEFACTION_REMOVE_NAME_0"; 1713 1714 /** Message constant for key in the resource bundle. */ 1715 public static final String GUI_USERS_LIST_INGROUP_HELP_0 = "GUI_USERS_LIST_INGROUP_HELP_0"; 1716 1717 /** Message constant for key in the resource bundle. */ 1718 public static final String GUI_USERS_LIST_INGROUP_NAME_0 = "GUI_USERS_LIST_INGROUP_NAME_0"; 1719 1720 /** Message constant for key in the resource bundle. */ 1721 public static final String GUI_USERS_LIST_INROLE_HELP_0 = "GUI_USERS_LIST_INROLE_HELP_0"; 1722 1723 /** Message constant for key in the resource bundle. */ 1724 public static final String GUI_USERS_LIST_INROLE_INDIRECT_HELP_0 = "GUI_USERS_LIST_INROLE_INDIRECT_HELP_0"; 1725 1726 /** Message constant for key in the resource bundle. */ 1727 public static final String GUI_USERS_LIST_INROLE_INDIRECT_NAME_0 = "GUI_USERS_LIST_INROLE_INDIRECT_NAME_0"; 1728 1729 /** Message constant for key in the resource bundle. */ 1730 public static final String GUI_USERS_LIST_INROLE_NAME_0 = "GUI_USERS_LIST_INROLE_NAME_0"; 1731 1732 /** Message constant for key in the resource bundle. */ 1733 public static final String GUI_USERS_LIST_INROLE_OTHEROU_HELP_0 = "GUI_USERS_LIST_INROLE_OTHEROU_HELP_0"; 1734 1735 /** Message constant for key in the resource bundle. */ 1736 public static final String GUI_USERS_LIST_INROLE_OTHEROU_NAME_0 = "GUI_USERS_LIST_INROLE_OTHEROU_NAME_0"; 1737 1738 /** Message constant for key in the resource bundle. */ 1739 public static final String GUI_USERS_LIST_MACTION_ACTIVATE_CONF_0 = "GUI_USERS_LIST_MACTION_ACTIVATE_CONF_0"; 1740 1741 /** Message constant for key in the resource bundle. */ 1742 public static final String GUI_USERS_LIST_MACTION_ACTIVATE_HELP_0 = "GUI_USERS_LIST_MACTION_ACTIVATE_HELP_0"; 1743 1744 /** Message constant for key in the resource bundle. */ 1745 public static final String GUI_USERS_LIST_MACTION_ACTIVATE_NAME_0 = "GUI_USERS_LIST_MACTION_ACTIVATE_NAME_0"; 1746 1747 /** Message constant for key in the resource bundle. */ 1748 public static final String GUI_USERS_LIST_MACTION_ADD_CONF_0 = "GUI_USERS_LIST_MACTION_ADD_CONF_0"; 1749 1750 /** Message constant for key in the resource bundle. */ 1751 public static final String GUI_USERS_LIST_MACTION_ADD_HELP_0 = "GUI_USERS_LIST_MACTION_ADD_HELP_0"; 1752 1753 /** Message constant for key in the resource bundle. */ 1754 public static final String GUI_USERS_LIST_MACTION_ADD_NAME_0 = "GUI_USERS_LIST_MACTION_ADD_NAME_0"; 1755 1756 /** Message constant for key in the resource bundle. */ 1757 public static final String GUI_USERS_LIST_MACTION_DEACTIVATE_CONF_0 = "GUI_USERS_LIST_MACTION_DEACTIVATE_CONF_0"; 1758 1759 /** Message constant for key in the resource bundle. */ 1760 public static final String GUI_USERS_LIST_MACTION_DEACTIVATE_HELP_0 = "GUI_USERS_LIST_MACTION_DEACTIVATE_HELP_0"; 1761 1762 /** Message constant for key in the resource bundle. */ 1763 public static final String GUI_USERS_LIST_MACTION_DEACTIVATE_NAME_0 = "GUI_USERS_LIST_MACTION_DEACTIVATE_NAME_0"; 1764 1765 /** Message constant for key in the resource bundle. */ 1766 public static final String GUI_USERS_LIST_MACTION_DELETE_CONF_0 = "GUI_USERS_LIST_MACTION_DELETE_CONF_0"; 1767 1768 /** Message constant for key in the resource bundle. */ 1769 public static final String GUI_USERS_LIST_MACTION_DELETE_HELP_0 = "GUI_USERS_LIST_MACTION_DELETE_HELP_0"; 1770 1771 /** Message constant for key in the resource bundle. */ 1772 public static final String GUI_USERS_LIST_MACTION_DELETE_NAME_0 = "GUI_USERS_LIST_MACTION_DELETE_NAME_0"; 1773 1774 /** Message constant for key in the resource bundle. */ 1775 public static final String GUI_USERS_LIST_MACTION_REMOVE_CONF_0 = "GUI_USERS_LIST_MACTION_REMOVE_CONF_0"; 1776 1777 /** Message constant for key in the resource bundle. */ 1778 public static final String GUI_USERS_LIST_MACTION_REMOVE_HELP_0 = "GUI_USERS_LIST_MACTION_REMOVE_HELP_0"; 1779 1780 /** Message constant for key in the resource bundle. */ 1781 public static final String GUI_USERS_LIST_MACTION_REMOVE_NAME_0 = "GUI_USERS_LIST_MACTION_REMOVE_NAME_0"; 1782 1783 /** Message constant for key in the resource bundle. */ 1784 public static final String GUI_USERS_LIST_NAME_0 = "GUI_USERS_LIST_NAME_0"; 1785 1786 /** Message constant for key in the resource bundle. */ 1787 public static final String GUI_USERS_TRANSFER_LIST_ACTION_TRANSFER_HELP_0 = "GUI_USERS_TRANSFER_LIST_ACTION_TRANSFER_HELP_0"; 1788 1789 /** Message constant for key in the resource bundle. */ 1790 public static final String GUI_USERS_TRANSFER_LIST_ACTION_TRANSFER_NAME_0 = "GUI_USERS_TRANSFER_LIST_ACTION_TRANSFER_NAME_0"; 1791 1792 /** Message constant for key in the resource bundle. */ 1793 public static final String GUI_USERS_TRANSFER_LIST_COLS_TRANSFER_0 = "GUI_USERS_TRANSFER_LIST_COLS_TRANSFER_0"; 1794 1795 /** Message constant for key in the resource bundle. */ 1796 public static final String GUI_USERS_TRANSFER_LIST_COLS_TRANSFER_HELP_0 = "GUI_USERS_TRANSFER_LIST_COLS_TRANSFER_HELP_0"; 1797 1798 /** Message constant for key in the resource bundle. */ 1799 public static final String GUI_USERS_TRANSFER_LIST_DEFACTION_TRANSFER_HELP_0 = "GUI_USERS_TRANSFER_LIST_DEFACTION_TRANSFER_HELP_0"; 1800 1801 /** Message constant for key in the resource bundle. */ 1802 public static final String GUI_USERS_TRANSFER_LIST_DEFACTION_TRANSFER_NAME_0 = "GUI_USERS_TRANSFER_LIST_DEFACTION_TRANSFER_NAME_0"; 1803 1804 /** Message constant for key in the resource bundle. */ 1805 public static final String GUI_USERS_TRANSFER_LIST_NAME_0 = "GUI_USERS_TRANSFER_LIST_NAME_0"; 1806 1807 /** Message constant for key in the resource bundle. */ 1808 public static final String GUI_USERS_TRANSFER_NOTICE_0 = "GUI_USERS_TRANSFER_NOTICE_0"; 1809 1810 /** Message constant for key in the resource bundle. */ 1811 public static final String GUI_USERS_TRANSFER_NOTICE_TEXT_0 = "GUI_USERS_TRANSFER_NOTICE_TEXT_0"; 1812 1813 /** Message constant for key in the resource bundle. */ 1814 public static final String GUI_USERSORGUNIT_ADMIN_TOOL_GROUP_0 = "GUI_USERSORGUNIT_ADMIN_TOOL_GROUP_0"; 1815 1816 /** Message constant for key in the resource bundle. */ 1817 public static final String GUI_USERSORGUNIT_ADMIN_TOOL_HELP_0 = "GUI_USERSORGUNIT_ADMIN_TOOL_HELP_0"; 1818 1819 /** Message constant for key in the resource bundle. */ 1820 public static final String GUI_USERSORGUNIT_ADMIN_TOOL_NAME_0 = "GUI_USERSORGUNIT_ADMIN_TOOL_NAME_0"; 1821 1822 /** Message constant for key in the resource bundle. */ 1823 public static final String GUI_VIRTUAL_GROUP_DISABLED_EDITION_HELP_0 = "GUI_VIRTUAL_GROUP_DISABLED_EDITION_HELP_0"; 1824 1825 /** Message constant for key in the resource bundle. */ 1826 public static final String GUI_WEBOUS_LIST_ACTION_OVERVIEW_NAME_0 = "GUI_WEBOUS_LIST_ACTION_OVERVIEW_NAME_0"; 1827 1828 /** Name of the used resource bundle. */ 1829 private static final String BUNDLE_NAME = "org.opencms.workplace.tools.accounts.messages"; 1830 1831 /** Static instance member. */ 1832 private static final I_CmsMessageBundle INSTANCE = new Messages(); 1833 1834 /** 1835 * Hides the public constructor for this utility class.<p> 1836 */ 1837 private Messages() { 1838 1839 // hide the constructor 1840 } 1841 1842 /** 1843 * Returns an instance of this localized message accessor.<p> 1844 * 1845 * @return an instance of this localized message accessor 1846 */ 1847 public static I_CmsMessageBundle get() { 1848 1849 return INSTANCE; 1850 } 1851 1852 /** 1853 * Returns the bundle name for this OpenCms package.<p> 1854 * 1855 * @return the bundle name for this OpenCms package 1856 */ 1857 public String getBundleName() { 1858 1859 return BUNDLE_NAME; 1860 } 1861 1862}