This file is indexed.

/usr/share/GNUstep/Gomoku.app/Spanish.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" = "Información";

"Info Panel..." = "Panel de Información...";

"Set Difficulty Level..." = "Elegir nivel de dificultad...";

"Help..." = "Ayuda...";

"Game" = "Juego";

"New Game" = "Nueva partida";

"Miniaturize" = "Miniaturizar";

"Close" = "Cerrar";

"Windows" = "Ventanas";

"Arrange" = "Ordenar";

"Hide" = "Ocultar";

"Quit" = "Salir";


/* Board.m */

"Quits" = "Empate";

"Game Over" = "Fin del juego";

"Great! You win!" = "¡Bien! ¡Ha ganado!";

"Sorry, you loose." = "Lo siento, ha perdido.";

"Internal Error: unknown difficultyLevel" = "Error interno: Nivel de dificultad desconocido";

"OK" = "Aceptar";


/* Controller.m */

"Level 0 (Trivial)" = "Nivel 0 (Trivial)";

"Level 1 (Beginner)" = "Nivel 1 (Principiante)";

"Level 2 (Easy)" = "Nivel 2 (Fácil)"; 

"Level 3 (Medium)" = "Nivel 3 (Medio)"; 

"Level 4 (Advanced)" = "Nivel 4 (Avanzado)"; 

"Level 5 (Difficult)" = "Nivel 5 (Difícil)"; 

"Choose Difficulty Level:" = "Elija nivel de dificultad";

"Difficulty level Panel" = "Panel de nivel de dificultad";

"Gomoku Game"= "Juego del Gomoku";