code:localization
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | code:localization [2015/11/19 15:03] (current) – created michfiel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Localization ====== | ||
| + | |||
| + | |||
| + | * Base.lproj | ||
| + | * MainMenu.xib | ||
| + | * en.lproj | ||
| + | * Credits.rtf | ||
| + | * InfoPlist.strings | ||
| + | |||
| + | |||
| + | File: SysExLibrarian.strings | ||
| + | |||
| + | < | ||
| + | /* title of alert for missing file */ | ||
| + | " | ||
| + | </ | ||
| + | |||
| + | |||
| + | Implementation: | ||
| + | |||
| + | < | ||
| + | title = NSLocalizedStringFromTableInBundle(@" | ||
| + | | ||
| + | | ||
| + | " | ||
| + | </ | ||
code/localization.txt · Last modified: by michfiel
