mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 21:55:29 +00:00
2006-04-01 Michael Gerz <michael.gerz@teststep.org>
* lib/ui/stdmenus.ui: * lib/ui/stdtoolbars.ui: * src/converter.C * src/lyx_main.C * src/support/package.C.in: tiny changes to text messages git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13545 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
845bc7272f
commit
2243967c46
@ -95,7 +95,7 @@ Menuset
|
||||
# Mathed b0rkage means these don't work properly
|
||||
OptSubmenu "Table|T" "edit_tabular"
|
||||
OptSubmenu "Math|M" "edit_math"
|
||||
OptSubmenu "Rows & Cols|C" "tabular_features"
|
||||
OptSubmenu "Rows & Columns|C" "tabular_features"
|
||||
Separator
|
||||
OptItem "Increase List Depth|I" "depth-increment"
|
||||
OptItem "Decrease List Depth|D" "depth-decrement"
|
||||
|
@ -134,7 +134,7 @@ Toolbar "math" "Math"
|
||||
Item "Insert { }" "math-delim { }"
|
||||
Separator
|
||||
Item "Insert matrix" "math-matrix 2 2"
|
||||
Item "Insert cases" "math-insert \cases"
|
||||
Item "Insert cases environment" "math-insert \cases"
|
||||
Item "Add row" "tabular-feature append-row"
|
||||
Item "Add column" "tabular-feature append-column"
|
||||
Item "Delete row" "tabular-feature delete-row"
|
||||
|
@ -317,7 +317,7 @@ bool Converters::convert(Buffer const * buffer,
|
||||
Alert::error(_("Cannot convert file"),
|
||||
bformat(_("No information for converting %1$s "
|
||||
"format files to %2$s.\n"
|
||||
"Try defining a convertor in the preferences."),
|
||||
"Define a convertor in the preferences."),
|
||||
from_format, to_format));
|
||||
return false;
|
||||
}
|
||||
|
@ -645,8 +645,8 @@ bool LyX::queryUserLyXDir(bool explicit_userdir)
|
||||
"It is needed to keep your own configuration."),
|
||||
package().user_support()),
|
||||
1, 0,
|
||||
_("&Create directory."),
|
||||
_("&Exit LyX."))) {
|
||||
_("&Create directory"),
|
||||
_("&Exit LyX"))) {
|
||||
lyxerr << _("No user LyX directory. Exiting.") << endl;
|
||||
exit(1);
|
||||
}
|
||||
@ -826,8 +826,8 @@ int parse_help(string const &, string const &)
|
||||
_("Usage: lyx [ command line switches ] [ name.lyx ... ]\n"
|
||||
"Command line switches (case sensitive):\n"
|
||||
"\t-help summarize LyX usage\n"
|
||||
"\t-userdir dir try to set user directory to dir\n"
|
||||
"\t-sysdir dir try to set system directory to dir\n"
|
||||
"\t-userdir dir set user directory to dir\n"
|
||||
"\t-sysdir dir set system directory to dir\n"
|
||||
"\t-geometry WxH+X+Y set geometry of the main window\n"
|
||||
"\t-dbg feature[,feature]...\n"
|
||||
" select the features to debug.\n"
|
||||
|
@ -545,7 +545,7 @@ get_system_support_dir(string const & abs_binary,
|
||||
lyxerr << bformat(_("Unable to determine the system directory "
|
||||
"having searched\n"
|
||||
"\t%1$s\n"
|
||||
"Try the '-sysdir' command line parameter or "
|
||||
"Use the '-sysdir' command line parameter or "
|
||||
"set the environment variable LYX_DIR_14x to "
|
||||
"the LyX system directory containing the file "
|
||||
"`chkconfig.ltx'."),
|
||||
|
Loading…
Reference in New Issue
Block a user