OSDN Git Service

Merge branch 'develop' into macos-develop
[hengbandforosx/hengbandosx.git] / src / cocoa / en.lproj / Localizable.strings
1 /* Alert text for generic warning */
2 "Warning" = "Warning";
3
4 /* Alert text for missing resources */
5 "Error.MissingResources" = "Missing Resources";
6
7 /* Alert informative message for missing Angband lib/ folder */
8 "Error.MissingAngbandLib" = "Hengband was unable to find required resources and must quit. Please send a bug report to \"hengband-dev@lists.sourceforge.jp\".";
9
10 /* Alert text for failed tile set load */
11 "Error.TileSetLoadFailed" = "Failed to Load Tile Set";
12
13 /* Alert informative message for failed tile set load */
14 "Error.TileSetRevertToASCII" = "Could not load the tile set.  Switched back to ASCII.";
15
16 /* Quit */
17 "Label.Quit" = "Quit";