| | |
| | | INFO_TIME_IN_HOURS_MINUTES_SECONDS=%d hours, %d minutes, %d seconds |
| | | INFO_TIME_IN_DAYS_HOURS_MINUTES_SECONDS=%d days, %d hours, %d minutes, %d \ |
| | | seconds |
| | | INFO_ARGPARSER_USAGE=Usage: |
| | | INFO_SUBCMDPARSER_WHERE_OPTIONS_INCLUDE=Command options: |
| | | ERR_MENU_BAD_CHOICE_SINGLE=Invalid response. Please enter a valid \ |
| | | menu option |
| | |
| | | files and report the differences in LDIF format |
| | | INFO_LDIFSEARCH_TOOL_DESCRIPTION=This utility can be used to perform search \ |
| | | operations against entries contained in an LDIF file |
| | | # |
| | | # MakeLDIF tool |
| | | # |
| | | INFO_MAKELDIF_TOOL_DESCRIPTION=This utility can be used to generate LDIF \ |
| | | data based on a definition in a template file |
| | | INFO_SEED_PLACEHOLDER={seed} |
| | | INFO_PATH_PLACEHOLDER={path} |
| | | INFO_MAKELDIF_DESCRIPTION_LDIF=The path to the LDIF file to be written |
| | | INFO_MAKELDIF_DESCRIPTION_SEED=The seed to use to initialize the random \ |
| | | number generator |
| | | INFO_MAKELDIF_DESCRIPTION_HELP=Show this usage information |
| | | INFO_MAKELDIF_DESCRIPTION_RESOURCE_PATH=Path to look for \ |
| | | MakeLDIF resources (e.g., data files) |
| | | ERR_MAKELDIF_NO_SUCH_RESOURCE_DIRECTORY=The specified resource \ |
| | | directory %s could not be found |
| | | INFO_MAKELDIF_PROCESSED_N_ENTRIES=Processed %d entries |
| | | INFO_MAKELDIF_PROCESSING_COMPLETE=LDIF processing complete. %d entries \ |
| | | written |
| | | ERR_MAKELDIF_EXCEPTION_DURING_PARSE=An error occurred while \ |
| | | parsing template file : %s |
| | | ERR_MAKELDIF_UNABLE_TO_CREATE_LDIF=An error occurred while \ |
| | | attempting to open LDIF file %s for writing: %s |
| | | ERR_MAKELDIF_ERROR_WRITING_LDIF=An error occurred while writing data \ |
| | | to LDIF file %s: %s |
| | | ERR_MAKELDIF_EXCEPTION_DURING_PROCESSING=An error occurred while \ |
| | | processing : %s |
| | | ERR_CONSTANT_ARG_CANNOT_DECODE=Unable to parse a constant argument, \ |
| | | expecting name=value but got %s |