mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +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
|
# Mathed b0rkage means these don't work properly
|
||||||
OptSubmenu "Table|T" "edit_tabular"
|
OptSubmenu "Table|T" "edit_tabular"
|
||||||
OptSubmenu "Math|M" "edit_math"
|
OptSubmenu "Math|M" "edit_math"
|
||||||
OptSubmenu "Rows & Cols|C" "tabular_features"
|
OptSubmenu "Rows & Columns|C" "tabular_features"
|
||||||
Separator
|
Separator
|
||||||
OptItem "Increase List Depth|I" "depth-increment"
|
OptItem "Increase List Depth|I" "depth-increment"
|
||||||
OptItem "Decrease List Depth|D" "depth-decrement"
|
OptItem "Decrease List Depth|D" "depth-decrement"
|
||||||
|
@ -134,7 +134,7 @@ Toolbar "math" "Math"
|
|||||||
Item "Insert { }" "math-delim { }"
|
Item "Insert { }" "math-delim { }"
|
||||||
Separator
|
Separator
|
||||||
Item "Insert matrix" "math-matrix 2 2"
|
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 row" "tabular-feature append-row"
|
||||||
Item "Add column" "tabular-feature append-column"
|
Item "Add column" "tabular-feature append-column"
|
||||||
Item "Delete row" "tabular-feature delete-row"
|
Item "Delete row" "tabular-feature delete-row"
|
||||||
|
@ -317,7 +317,7 @@ bool Converters::convert(Buffer const * buffer,
|
|||||||
Alert::error(_("Cannot convert file"),
|
Alert::error(_("Cannot convert file"),
|
||||||
bformat(_("No information for converting %1$s "
|
bformat(_("No information for converting %1$s "
|
||||||
"format files to %2$s.\n"
|
"format files to %2$s.\n"
|
||||||
"Try defining a convertor in the preferences."),
|
"Define a convertor in the preferences."),
|
||||||
from_format, to_format));
|
from_format, to_format));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -645,8 +645,8 @@ bool LyX::queryUserLyXDir(bool explicit_userdir)
|
|||||||
"It is needed to keep your own configuration."),
|
"It is needed to keep your own configuration."),
|
||||||
package().user_support()),
|
package().user_support()),
|
||||||
1, 0,
|
1, 0,
|
||||||
_("&Create directory."),
|
_("&Create directory"),
|
||||||
_("&Exit LyX."))) {
|
_("&Exit LyX"))) {
|
||||||
lyxerr << _("No user LyX directory. Exiting.") << endl;
|
lyxerr << _("No user LyX directory. Exiting.") << endl;
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
@ -826,8 +826,8 @@ int parse_help(string const &, string const &)
|
|||||||
_("Usage: lyx [ command line switches ] [ name.lyx ... ]\n"
|
_("Usage: lyx [ command line switches ] [ name.lyx ... ]\n"
|
||||||
"Command line switches (case sensitive):\n"
|
"Command line switches (case sensitive):\n"
|
||||||
"\t-help summarize LyX usage\n"
|
"\t-help summarize LyX usage\n"
|
||||||
"\t-userdir dir try to set user directory to dir\n"
|
"\t-userdir dir set user directory to dir\n"
|
||||||
"\t-sysdir dir try to set system 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-geometry WxH+X+Y set geometry of the main window\n"
|
||||||
"\t-dbg feature[,feature]...\n"
|
"\t-dbg feature[,feature]...\n"
|
||||||
" select the features to debug.\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 "
|
lyxerr << bformat(_("Unable to determine the system directory "
|
||||||
"having searched\n"
|
"having searched\n"
|
||||||
"\t%1$s\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 "
|
"set the environment variable LYX_DIR_14x to "
|
||||||
"the LyX system directory containing the file "
|
"the LyX system directory containing the file "
|
||||||
"`chkconfig.ltx'."),
|
"`chkconfig.ltx'."),
|
||||||
|
Loading…
Reference in New Issue
Block a user