/usr/share/GNUstep/Gomoku.app/Swedish.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..." = "Imformations Panel...";
"Set Difficulty Level..." = "Sätt Svårighetsgrad...";
"Help..." = "Hjälp...";
"Game" = "Spel";
"New Game" = "Nytt Parti";
"Miniaturize" = "Miniatyrisera";
"Close" = "Stäng";
"Windows" = "Fönster";
"Arrange" = "Sida vid Sida";
"Hide" = "Göm";
"Quit" = "Stäng";
/* Board.m */
"Quits" = "Oavgjort";
"Game Over" = "Spelet slut";
"Great! You win!" = "Utmärkt! Du vann!";
"Sorry, you loose." = "Ledsen, men du förlorade.";
"Internal Error: unknown difficultyLevel" = "Internt fel: okänd svårighetsgrad";
"OK" = "OK";
/* Controller.m */
"Level 0 (Trivial)" = "Nivå 0 (Trivial)";
"Level 1 (Beginner)" = "Nivå 1 (Nybörjare)";
"Level 2 (Easy)" = "Nivå 2 (Lätt)";
"Level 3 (Medium)" = "Nivå 3 (Medel)";
"Level 4 (Advanced)" = "Nivå 4 (Avancerad)";
"Level 5 (Difficult)" = "Nivå 5 (Svår)";
"Choose Difficulty Level:" = "Välj Svårighetsgrad";
"Difficulty level Panel" = "Svårighetsgrad";
"Gomoku Game"= "Gomoku Spel";
|