tweaks: add two more translator hints
Этот коммит содержится в:
родитель
ca6281e821
Коммит
9d9ae8dc76
@ -851,6 +851,7 @@ void shortcut_init(void)
|
||||
/* TRANSLATORS: This starts a backward search. */
|
||||
N_("Where Was"), WITHORSANS(wherewas_gist), TOGETHER, VIEW);
|
||||
add_to_funcs(do_findprevious, MMAIN|MHELP|MBROWSER,
|
||||
/* TRANSLATORS: This refers to searching the preceding occurrence. */
|
||||
N_("Previous"), WITHORSANS(findprev_gist), TOGETHER, VIEW);
|
||||
add_to_funcs(do_findnext, MMAIN|MHELP|MBROWSER,
|
||||
N_("Next"), WITHORSANS(findnext_gist), BLANKAFTER, VIEW);
|
||||
|
@ -2058,6 +2058,7 @@ void titlebar(const char *path)
|
||||
/* Figure out the path, prefix and state strings. */
|
||||
#ifdef ENABLE_COLOR
|
||||
if (currmenu == MLINTER) {
|
||||
/* TRANSLATORS: The next four are "labels" in the title bar. */
|
||||
prefix = _("Linting --");
|
||||
path = openfile->filename;
|
||||
} else
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user