mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
Adding a general entry for all translators plus the TP.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5106 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
5b1fb56a8f
commit
8d53aa3ad2
@ -1,3 +1,6 @@
|
|||||||
|
2015-02-01 Benno Schulenberg <bensberg@justemail.net>
|
||||||
|
* src/winio.c (do_credits): Add a general entry for all translators.
|
||||||
|
|
||||||
2015-01-13 Chris Allegretta <chrisa@asty.org>
|
2015-01-13 Chris Allegretta <chrisa@asty.org>
|
||||||
* src/files.c (open_buffer): Check here for locking and properly
|
* src/files.c (open_buffer): Check here for locking and properly
|
||||||
handle choosing to not open a file when locked instead of in
|
handle choosing to not open a file when locked instead of in
|
||||||
|
@ -3436,8 +3436,8 @@ void do_replace_highlight(bool highlight, const char *word)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef DISABLE_EXTRA
|
#ifndef DISABLE_EXTRA
|
||||||
#define CREDIT_LEN 53
|
#define CREDIT_LEN 54
|
||||||
#define XLCREDIT_LEN 8
|
#define XLCREDIT_LEN 9
|
||||||
|
|
||||||
/* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)
|
/* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)
|
||||||
* are FALSE. */
|
* are FALSE. */
|
||||||
@ -3482,6 +3482,7 @@ void do_credits(void)
|
|||||||
"Richard Kolb II",
|
"Richard Kolb II",
|
||||||
NULL, /* "The Free Software Foundation" */
|
NULL, /* "The Free Software Foundation" */
|
||||||
"Linus Torvalds",
|
"Linus Torvalds",
|
||||||
|
NULL, /* "the many translators and the TP" */
|
||||||
NULL, /* "For ncurses:" */
|
NULL, /* "For ncurses:" */
|
||||||
"Thomas Dickey",
|
"Thomas Dickey",
|
||||||
"Pavel Curtis",
|
"Pavel Curtis",
|
||||||
@ -3508,6 +3509,7 @@ void do_credits(void)
|
|||||||
N_("Brought to you by:"),
|
N_("Brought to you by:"),
|
||||||
N_("Special thanks to:"),
|
N_("Special thanks to:"),
|
||||||
N_("The Free Software Foundation"),
|
N_("The Free Software Foundation"),
|
||||||
|
N_("the many translators and the TP"),
|
||||||
N_("For ncurses:"),
|
N_("For ncurses:"),
|
||||||
N_("and anyone else we forgot..."),
|
N_("and anyone else we forgot..."),
|
||||||
N_("Thank you for using nano!")
|
N_("Thank you for using nano!")
|
||||||
|
Loading…
Reference in New Issue
Block a user