Searched refs:N_ (Results 1 - 25 of 175) sorted by relevance

1234567

/macosx-10.9.5/MITKerberosShim-62.1/profile/
H A Dprof_err.c7 #define N_(x) (x) macro
10 /* 000 */ N_("Profile version 0.0"),
11 /* 001 */ N_("Bad magic value in profile_node"),
12 /* 002 */ N_("Profile section not found"),
13 /* 003 */ N_("Profile relation not found"),
14 /* 004 */ N_("Attempt to add a relation to node which is not a section"),
15 /* 005 */ N_("A profile section header has a non-zero value"),
16 /* 006 */ N_("Bad linked list in profile structures"),
17 /* 007 */ N_("Bad group level in profile structures"),
18 /* 008 */ N_("Ba
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dfreesoft.c25 #define N_(Text) Text macro
27 char const free_software_msgid[] = N_("\
H A Dxmalloc.c40 #define N_(Text) Text macro
63 char const xalloc_msg_memory_exhausted[] = N_("memory exhausted");
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Derror.c42 C(LDAP_SUCCESS, N_("Success"));
43 C(LDAP_OPERATIONS_ERROR, N_("Operations error"));
44 C(LDAP_PROTOCOL_ERROR, N_("Protocol error"));
45 C(LDAP_TIMELIMIT_EXCEEDED, N_("Time limit exceeded"));
46 C(LDAP_SIZELIMIT_EXCEEDED, N_("Size limit exceeded"));
47 C(LDAP_COMPARE_FALSE, N_("Compare False"));
48 C(LDAP_COMPARE_TRUE, N_("Compare True"));
49 C(LDAP_STRONG_AUTH_NOT_SUPPORTED,N_("Authentication method not supported"));
50 C(LDAP_STRONG_AUTH_REQUIRED, N_("Strong(er) authentication required"));
52 C(LDAP_REFERRAL, N_("Referra
[all...]
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dbuiltins.c244 N_("`alias' with no arguments or with the -p option prints the list\n\
257 N_("Remove NAMEs from the list of defined aliases. If the -a option is given,\n\
266 N_("Bind a key sequence to a Readline function or a macro, or set\n\
297 N_("Exit from within a FOR, WHILE or UNTIL loop. If N is specified,\n\
304 N_("Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n\
311 N_("Run a shell builtin. This is useful when you wish to rename a\n\
320 N_("Returns the context of the current subroutine call.\n\
334 N_("Change the current directory to DIR. The variable $HOME is the\n\
350 N_("Print the current working directory. With the -P option, pwd prints\n\
358 N_("N
[all...]
H A Dcaller.c98 N_("Returns the context of the current subroutine call."),
99 N_(" "),
100 N_("Without EXPR, returns returns \"$line $filename\". With EXPR,"),
101 N_("returns \"$line $subroutine $filename\"; this extra information"),
102 N_("can be used used to provide a stack trace."),
103 N_(" "),
104 N_("The value of EXPR indicates how many call frames to go back before the"),
105 N_("current one; the top frame is frame 0."),
H A Dpushd.c579 N_("Display the list of currently remembered directories. Directories"),
580 N_("find their way onto the list with the `pushd' command; you can get"),
581 N_("back up through the list with the `popd' command."),
582 N_(" "),
583 N_("The -l flag specifies that `dirs' should not print shorthand versions"),
584 N_("of directories which are relative to your home directory. This means"),
585 N_("that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag"),
586 N_("causes `dirs' to print the directory stack with one entry per line,"),
587 N_("prepending the directory name with its position in the stack. The -p"),
588 N_("fla
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dopintl.h30 # define N_(String) gettext_noop (String) macro
32 # define N_(String) (String) macro
41 # define N_(String) (String) macro
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dtar.c331 static char const doc[] = N_("\
340 N_("The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\
366 N_("Main operation mode:"), GRID },
369 N_("list the contents of an archive"), GRID+1 },
371 N_("extract files from an archive"), GRID+1 },
374 N_("create a new archive"), GRID+1 },
376 N_("find differences between archive and file system"), GRID+1 },
379 N_("append files to the end of an archive"), GRID+1 },
381 N_("only append files newer than copy in archive"), GRID+1 },
383 N_("appen
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A D._domalloc.h1 Mac OS X  2��ATTR�N_���com.apple.quarantineq/0001;00000000;; (…)
/macosx-10.9.5/nano-11/src/
H A Dglobal.c265 const char *cancel_msg = N_("Cancel");
266 const char *get_help_msg = N_("Get Help");
267 const char *exit_msg = N_("Exit");
268 const char *whereis_msg = N_("Where Is");
269 const char *prev_page_msg = N_("Prev Page");
270 const char *next_page_msg = N_("Next Page");
271 const char *go_to_line_msg = N_("Go To Line");
274 const char *replace_msg = N_("Replace");
277 const char *whereis_next_msg = N_("WhereIs Next");
281 const char *first_line_msg = N_("Firs
[all...]
H A Drcfile.c175 rcfile_error(N_("Argument '%s' has an unterminated \""), ptr_save);
202 N_("Regex strings must begin and end with a \" character"));
227 rcfile_error(N_("Bad regex \"%s\": %s"), regex, str);
248 rcfile_error(N_("Missing syntax name"));
254 N_("Regex strings must begin and end with a \" character"));
303 rcfile_error(N_("The \"none\" syntax is reserved"));
310 N_("The \"default\" syntax must take no extensions"));
437 rcfile_error(N_("Color \"%s\" not understood.\n"
459 N_("Cannot add a color command without a syntax command"));
464 rcfile_error(N_("Missin
[all...]
/macosx-10.9.5/text_cmds-87/sort/
H A Dxalloc-die.c33 #define N_(msgid) msgid macro
/macosx-10.9.5/vim-53/src/
H A Dglobals.h1185 EXTERN char_u no_lines_msg[] INIT(= N_("--No lines in buffer--"));
1389 EXTERN char_u e_abort[] INIT(= N_("E470: Command aborted"));
1390 EXTERN char_u e_argreq[] INIT(= N_("E471: Argument required"));
1391 EXTERN char_u e_backslash[] INIT(= N_("E10: \\ should be followed by /, ? or &"));
1393 EXTERN char_u e_cmdwin[] INIT(= N_("E11: Invalid in command-line window; <CR> executes, CTRL-C quits"));
1395 EXTERN char_u e_curdir[] INIT(= N_("E12: Command not allowed from exrc/vimrc in current dir or tag search"));
1397 EXTERN char_u e_endif[] INIT(= N_("E171: Missing :endif"));
1398 EXTERN char_u e_endtry[] INIT(= N_("E600: Missing :endtry"));
1399 EXTERN char_u e_endwhile[] INIT(= N_("E170: Missing :endwhile"));
1400 EXTERN char_u e_endfor[] INIT(= N_("E17
[all...]
H A Dversion.c1111 N_("VIM - Vi IMproved"),
1113 N_("version "),
1114 N_("by Bram Moolenaar et al."),
1118 N_("Vim is open source and freely distributable"),
1120 N_("Help poor children in Uganda!"),
1121 N_("type :help iccf<Enter> for information "),
1123 N_("type :q<Enter> to exit "),
1124 N_("type :help<Enter> or <F1> for on-line help"),
1125 N_("type :help version7<Enter> for version info"),
1128 N_("Runnin
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dcopy_host_realm.c63 N_("malloc: out of memory", ""));
72 N_("malloc: out of memory", ""));
H A Dconvert_creds.c63 N_("krb524_convert_creds_kdc not supported", ""));
91 N_("krb524_convert_creds_kdc_ccache not supported", ""));
H A Dsalt-arcfour.c55 krb5_set_error_message(context, ret, N_("malloc: out of memory", ""));
72 krb5_set_error_message (context, ENOMEM, N_("malloc: out of memory", ""));
102 krb5_set_error_message(context, ret, N_("malloc: out of memory", ""));
109 N_("Password not an UCS2 string", ""));
116 N_("malloc: out of memory", ""));
124 N_("Password not an UCS2 string", ""));
140 krb5_set_error_message (context, ENOMEM, N_("malloc: out of memory", ""));
H A Drd_error.c79 krb5_set_error_message(context, ret, N_("Error from KDC: %s", ""),
94 N_("Client %s%s%s expired", ""),
101 N_("Server %s%s%s expired", ""),
108 N_("Client %s%s%s unknown", ""),
115 N_("Server %s%s%s unknown", ""),
H A Dkeytab_keyfile.c76 N_("Open ThisCell %s: %s", ""),
84 N_("No cell in ThisCell file %s", ""),
94 N_("malloc: out of memory", ""));
105 N_("No realm in ThisCell file %s", ""),
121 N_("malloc: out of memory", ""));
139 N_("malloc: out of memory", ""));
155 N_("malloc: out of memory", ""));
210 N_("keytab afs keyfile open %s failed: %s", ""),
275 N_("malloc: out of memory", ""));
340 N_("ope
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dlocalize.h28 # define N_(s) gettext_noop(s) macro
37 # define N_(s) s macro
/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashintl.h37 #define N_(msgid) msgid macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dopenat-die.c28 #define N_(msgid) msgid macro
/macosx-10.9.5/gnutar-452/gnutar/tests/
H A Dgenfile.c110 static char doc[] = N_("genfile manipulates data files for GNU paxutils test suite.\n"
125 N_("File creation options:"), GRP},
126 {"length", 'l', N_("SIZE"), 0,
127 N_("Create file of the given SIZE"), GRP+1 },
128 {"file", 'f', N_("NAME"), 0,
129 N_("Write to file NAME, instead of standard output"), GRP+1},
130 {"files-from", 'T', N_("FILE"), 0,
131 N_("Read file names from FILE"), GRP+1},
133 N_("-T reads null-terminated names"), GRP+1},
134 {"pattern", 'p', N_("PATTER
[all...]
/macosx-10.9.5/gpatch-3/patch/
H A Dxmalloc.c40 #define N_(Text) Text macro
63 char const xalloc_msg_memory_exhausted[] = N_("memory exhausted");

Completed in 302 milliseconds

1234567