mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add comments for translators (#9510)
* Add translator comments for "special" strings * Add translator comments for some "tricky" strings
This commit is contained in:
parent
5c1b72544a
commit
625b100593
8 changed files with 30 additions and 0 deletions
|
@ -109,6 +109,7 @@ static const struct table_key table[] = {
|
|||
DEFINEKEY1(KEY_RETURN, N_("Return"))
|
||||
DEFINEKEY1(KEY_SHIFT, N_("Shift"))
|
||||
DEFINEKEY1(KEY_CONTROL, N_("Control"))
|
||||
//~ Key name, common on Windows keyboards
|
||||
DEFINEKEY1(KEY_MENU, N_("Menu"))
|
||||
DEFINEKEY1(KEY_PAUSE, N_("Pause"))
|
||||
DEFINEKEY1(KEY_CAPITAL, N_("Caps Lock"))
|
||||
|
@ -121,7 +122,9 @@ static const struct table_key table[] = {
|
|||
DEFINEKEY1(KEY_UP, N_("Up"))
|
||||
DEFINEKEY1(KEY_RIGHT, N_("Right"))
|
||||
DEFINEKEY1(KEY_DOWN, N_("Down"))
|
||||
//~ Key name
|
||||
DEFINEKEY1(KEY_SELECT, N_("Select"))
|
||||
//~ "Print screen" key
|
||||
DEFINEKEY1(KEY_PRINT, N_("Print"))
|
||||
DEFINEKEY1(KEY_EXECUT, N_("Execute"))
|
||||
DEFINEKEY1(KEY_SNAPSHOT, N_("Snapshot"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue