Lines Matching defs:gettext

39 #define gettext(s) s
120 fprintf( stderr, gettext("usage: %s [options]\n"), ldaptool_progname );
121 fprintf( stderr, gettext("options:\n") );
123 fprintf( stderr, gettext(" -c\t\tcontinuous mode (do not stop on errors)\n") );
124 fprintf( stderr, gettext(" -A\t\tdisplay non-ASCII values in conjunction with -v\n") );
125 fprintf( stderr, gettext(" -f file\tread modifications from file (default: standard input)\n") );
127 fprintf( stderr, gettext(" -a\t\tadd entries\n") );
129 fprintf( stderr, gettext(" -b\t\tread values that start with / from files (for bin attrs)\n") );
130 fprintf( stderr, gettext(" -F\t\tforce application of all changes, regardless of\n") );
131 fprintf( stderr, gettext(" \t\treplica lines\n") );
132 fprintf( stderr, gettext(" -e rejfile\tsave rejected entries in \"rejfile\"\n") );
133 fprintf( stderr, gettext(" -B suffix\tbulk import to \"suffix\"\n"));
134 fprintf( stderr, gettext(" -q\t\tbe quiet when adding/modifying entries\n") );
136 fprintf( stderr, gettext(" -r\t\treplace values\n"));
137 fprintf( stderr, gettext(" -l nb-connections\tnumber of LDAP connections\n"));
196 gettext("output error (output might be incomplete)") );
213 gettext("output error (output might be incomplete)") );
220 gettext("output error (output might be incomplete)") );
278 fprintf(stderr, gettext("Error: unable to service "
340 fprintf( stderr, gettext("Cannot open error file \"%s\" - "
347 fprintf( rfp, gettext("# Error: %s\n"), ldap_err2string( rc ));
370 fprintf(stderr, gettext("Error: unable to service "
490 fprintf( stderr, gettext("%s: invalid format (line %d of entry: %s)\n"),
492 fprintf( stderr, gettext("%s: line contents: (%s)\n"),
523 fprintf( stderr, gettext("%s: LDIF version %d is not supported;"
529 printf( gettext("Processing a version %d LDIF file...\n"),
540 printf( gettext("%s: skipping change record: no dn: line\n"),
551 printf( gettext("%s: skipping change record for entry: %s\n\t(LDAP host/port does not match replica: lines)\n"),
571 fprintf( stderr, gettext("Unable to parse %s\n"), ctrl_value);
604 gettext("%s: unknown %s \"%s\" (line %d of entry: %s)\n"),
617 fprintf(stderr, gettext("%s: Missing changetype operation specification.\n\tThe dn line must be followed by \"changetype: operation\"\n\t(unless ldapmodify is called with -a option)\n\twhere operation is add|delete|modify|modrdn|moddn|rename\n\t\"%s\" is not a valid changetype operation specification\n\t(line %d of entry %s)\n"),
643 fprintf(stderr, gettext("%s: Invalid parameter \"%s\" specified for changetype modify (line %d of entry %s)\n"),
655 gettext("%s: newrdn value missing (line %d of entry: %s)\n"),
670 fprintf( stderr, gettext("%s: expecting \"%s:\" but saw \"%s:\" (line %d of entry %s)\n"),
697 gettext("%s: missing 0 or 1 (line %d of entry: %s)\n"),
708 fprintf( stderr, gettext("%s: expecting \"%s:\" but saw \"%s:\" (line %d of entry %s)\n"),
716 gettext("%s: extra lines at end (line %d of entry %s)\n"),
850 fprintf( stderr, gettext("%s: missing value on line %d (attr is %s)\n"),
868 fprintf(stderr, gettext("%s: Invalid parameter specified for changetype modify (line %d of entry %s)\n"),
968 printf(gettext("%s: value: %s vlen: %d\n"), "ldapmodify", value, vlen);
992 fprintf( stderr, gettext("%s: no attributes to change or add (entry %s)\n"),
1000 printf( gettext("%s %s:\n"), op == LDAP_MOD_REPLACE ?
1001 gettext("replace") : op == LDAP_MOD_ADD ?
1002 gettext("add") : gettext("delete"), pmods[ i ]->mod_type );
1011 printf( gettext("\tNOT ASCII (%ld bytes)\n"), bvp->bv_len );
1022 printf( gettext("%sadding new entry %s\n"),
1025 printf( gettext("%smodifying entry %s\n"),
1043 printf(gettext("ldap_add: Unable to complete "
1050 printf(gettext("ldap_add: LDAP_BUSY returned "
1103 printf( gettext("modify complete\n") );
1126 printf( gettext("%sdeleting entry %s\n"), ldaptool_not ? "!" : "", dn );
1130 printf( gettext("delete complete") );
1154 gettext("new RDN: %s (do not keep existing values)\n"):
1155 gettext("new RDN: %s (keep existing values)\n"));
1158 gettext("new RDN: %s, new parent %s ( do not keep existing values)\n"):
1159 gettext("new RDN: %s, new parent %s ( keep existing values)\n"));
1163 printf( gettext("%smodifying RDN of entry %s%s\n"),
1165 gettext(" and/or moving it beneath a new parent\n") );
1171 printf( gettext("rename completed\n") );