/usr/share/GNUstep/Gomoku.app/English.lproj/Localizable.strings is in gomoku.app 1.2.9-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | /* main.m */
"Info" = "Info";
"Info Panel..." = "Info Panel...";
"Set Difficulty Level..." = "Set Difficulty Level...";
"Help..." = "Help...";
"Game" = "Game";
"New Game" = "New Game";
"Miniaturize" = "Miniaturize";
"Close" = "Close";
"Windows" = "Windows";
"Arrange" = "Arrange";
"Hide" = "Hide";
"Quit" = "Quit";
/* Board.m */
"Quits" = "Quits";
"Game Over" = "Game Over";
"Great! You win!" = "Great! You win!";
"Sorry, you loose." = "Sorry, you loose.";
"Internal Error: unknown difficultyLevel" = "Internal Error: unknown difficultyLevel";
"OK" = "OK";
/* Controller.m */
"Level 0 (Trivial)" = "Level 0 (Trivial)";
"Level 1 (Beginner)" = "Level 1 (Beginner)";
"Level 2 (Easy)" = "Level 2 (Easy)";
"Level 3 (Medium)" = "Level 3 (Medium)";
"Level 4 (Advanced)" = "Level 4 (Advanced)";
"Level 5 (Difficult)" = "Level 5 (Difficult)";
"Choose Difficulty Level:" = "Choose Difficulty Level:";
"Difficulty level Panel" = "Difficulty level Panel";
"Gomoku Game"= "Gomoku Game";
|