systemkey-args.c.bak | systemkey-args.c.bak | |||
---|---|---|---|---|
skipping to change at line 66 | skipping to change at line 66 | |||
#define zLicenseDescrip (systemkey_tool_opt_strs+289) | #define zLicenseDescrip (systemkey_tool_opt_strs+289) | |||
#ifndef NULL | #ifndef NULL | |||
# define NULL 0 | # define NULL 0 | |||
#endif | #endif | |||
/** | /** | |||
* static const strings for systemkey-tool options | * static const strings for systemkey-tool options | |||
*/ | */ | |||
static char const systemkey_tool_opt_strs[1645] = | static char const systemkey_tool_opt_strs[1645] = | |||
/* 0 */ "systemkey-tool 3.4.4\n" | /* 0 */ "systemkey-tool 3.4.5\n" | |||
"Copyright (C) 2000-2015 Free Software Foundation, and others, all rights reserved.\n" | "Copyright (C) 2000-2015 Free Software Foundation, and others, all rights reserved.\n" | |||
"This is free software. It is licensed for use, modification an d\n" | "This is free software. It is licensed for use, modification an d\n" | |||
"redistribution under the terms of the GNU General Public Licen se,\n" | "redistribution under the terms of the GNU General Public Licen se,\n" | |||
"version 3 or later <http://gnu.org/licenses/gpl.html>\n\0" | "version 3 or later <http://gnu.org/licenses/gpl.html>\n\0" | |||
/* 289 */ "systemkey-tool is free software: you can redistribute it and/o r modify it\n" | /* 289 */ "systemkey-tool is free software: you can redistribute it and/o r modify it\n" | |||
"under the terms of the GNU General Public License as published by the Free\n" | "under the terms of the GNU General Public License as published by the Free\n" | |||
"Software Foundation, either version 3 of the License, or (at y our option)\n" | "Software Foundation, either version 3 of the License, or (at y our option)\n" | |||
"any later version.\n\n" | "any later version.\n\n" | |||
"systemkey-tool is distributed in the hope that it will be usef ul, but\n" | "systemkey-tool is distributed in the hope that it will be usef ul, but\n" | |||
"WITHOUT ANY WARRANTY; without even the implied warranty of MER CHANTABILITY\n" | "WITHOUT ANY WARRANTY; without even the implied warranty of MER CHANTABILITY\n" | |||
skipping to change at line 116 | skipping to change at line 116 | |||
/* 1285 */ "more-help\0" | /* 1285 */ "more-help\0" | |||
/* 1295 */ "output version information and exit\0" | /* 1295 */ "output version information and exit\0" | |||
/* 1331 */ "version\0" | /* 1331 */ "version\0" | |||
/* 1339 */ "SYSTEMKEY_TOOL\0" | /* 1339 */ "SYSTEMKEY_TOOL\0" | |||
/* 1354 */ "systemkey-tool - GnuTLS system key tool\n" | /* 1354 */ "systemkey-tool - GnuTLS system key tool\n" | |||
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0" | "Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0" | |||
/* 1452 */ "bugs@gnutls.org\0" | /* 1452 */ "bugs@gnutls.org\0" | |||
/* 1468 */ "\n\0" | /* 1468 */ "\n\0" | |||
/* 1470 */ "Program that allows handling user keys as stored in the system in a uniform\n" | /* 1470 */ "Program that allows handling user keys as stored in the system in a uniform\n" | |||
"way.\n\0" | "way.\n\0" | |||
/* 1552 */ "systemkey-tool 3.4.4\0" | /* 1552 */ "systemkey-tool 3.4.5\0" | |||
/* 1573 */ "systemkey-tool [options]\n" | /* 1573 */ "systemkey-tool [options]\n" | |||
"systemkey-tool --help for usage instructions.\n"; | "systemkey-tool --help for usage instructions.\n"; | |||
/** | /** | |||
* debug option description: | * debug option description: | |||
*/ | */ | |||
/** Descriptive text for the debug option */ | /** Descriptive text for the debug option */ | |||
#define DEBUG_DESC (systemkey_tool_opt_strs+906) | #define DEBUG_DESC (systemkey_tool_opt_strs+906) | |||
/** Upper-cased name for the debug option */ | /** Upper-cased name for the debug option */ | |||
#define DEBUG_NAME (systemkey_tool_opt_strs+923) | #define DEBUG_NAME (systemkey_tool_opt_strs+923) | |||
skipping to change at line 690 | skipping to change at line 690 | |||
NOTE: the strings below are segmented with respect to the source strin g | NOTE: the strings below are segmented with respect to the source strin g | |||
systemkey_tool_opt_strs. The strings above are handed off for transla tion | systemkey_tool_opt_strs. The strings above are handed off for transla tion | |||
at run time a paragraph at a time. Consequently, they are presented h ere | at run time a paragraph at a time. Consequently, they are presented h ere | |||
for translation a paragraph at a time. | for translation a paragraph at a time. | |||
ALSO: often the description for an option will reference another optio n | ALSO: often the description for an option will reference another optio n | |||
by name. These are set off with apostrophe quotes (I hope). Do not | by name. These are set off with apostrophe quotes (I hope). Do not | |||
translate option names. | translate option names. | |||
*/ | */ | |||
/* referenced via systemkey_toolOptions.pzCopyright */ | /* referenced via systemkey_toolOptions.pzCopyright */ | |||
puts(_("systemkey-tool 3.4.4\n\ | puts(_("systemkey-tool 3.4.5\n\ | |||
Copyright (C) 2000-2015 Free Software Foundation, and others, all rights re served.\n\ | Copyright (C) 2000-2015 Free Software Foundation, and others, all rights re served.\n\ | |||
This is free software. It is licensed for use, modification and\n\ | This is free software. It is licensed for use, modification and\n\ | |||
redistribution under the terms of the GNU General Public License,\n\ | redistribution under the terms of the GNU General Public License,\n\ | |||
version 3 or later <http://gnu.org/licenses/gpl.html>\n")); | version 3 or later <http://gnu.org/licenses/gpl.html>\n")); | |||
/* referenced via systemkey_toolOptions.pzCopyNotice */ | /* referenced via systemkey_toolOptions.pzCopyNotice */ | |||
puts(_("systemkey-tool is free software: you can redistribute it and/or m odify it\n\ | puts(_("systemkey-tool is free software: you can redistribute it and/or m odify it\n\ | |||
under the terms of the GNU General Public License as published by the Free\ n\ | under the terms of the GNU General Public License as published by the Free\ n\ | |||
Software Foundation, either version 3 of the License, or (at your option)\n \ | Software Foundation, either version 3 of the License, or (at your option)\n \ | |||
any later version.\n\n")); | any later version.\n\n")); | |||
skipping to change at line 750 | skipping to change at line 750 | |||
Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n")); | Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n")); | |||
/* referenced via systemkey_toolOptions.pzExplain */ | /* referenced via systemkey_toolOptions.pzExplain */ | |||
puts(_("\n")); | puts(_("\n")); | |||
/* referenced via systemkey_toolOptions.pzDetail */ | /* referenced via systemkey_toolOptions.pzDetail */ | |||
puts(_("Program that allows handling user keys as stored in the system in a uniform\n\ | puts(_("Program that allows handling user keys as stored in the system in a uniform\n\ | |||
way.\n")); | way.\n")); | |||
/* referenced via systemkey_toolOptions.pzFullVersion */ | /* referenced via systemkey_toolOptions.pzFullVersion */ | |||
puts(_("systemkey-tool 3.4.4")); | puts(_("systemkey-tool 3.4.5")); | |||
/* referenced via systemkey_toolOptions.pzFullUsage */ | /* referenced via systemkey_toolOptions.pzFullUsage */ | |||
puts(_("<<<NOT-FOUND>>>")); | puts(_("<<<NOT-FOUND>>>")); | |||
/* referenced via systemkey_toolOptions.pzShortUsage */ | /* referenced via systemkey_toolOptions.pzShortUsage */ | |||
puts(_("systemkey-tool [options]\n\ | puts(_("systemkey-tool [options]\n\ | |||
systemkey-tool --help for usage instructions.\n")); | systemkey-tool --help for usage instructions.\n")); | |||
/* LIBOPTS-MESSAGES: */ | /* LIBOPTS-MESSAGES: */ | |||
#line 67 "../autoopts.c" | #line 67 "../autoopts.c" | |||
puts(_("allocation of %d bytes failed\n")); | puts(_("allocation of %d bytes failed\n")); | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |