aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj/DatabaseProcessList.strings
Commit message (Collapse)AuthorAgeFilesLines
* - Fix a number of warnings for DBView.xib by moving some 10.6-only code ↵rowanbeentje2011-05-081-0/+0
| | | | | | | from a #ifndef SP_REFACTOR/#else/#endif to just a #ifdef SP_REFACTOR/<protocol declaration>/#endif, and remarking a few items as IBOutlets - Update localisable strings
* - Consolidate structure and content row editing cancellation code into a ↵rowanbeentje2010-09-161-0/+0
| | | | | | | | | | single function in each class - Tweak NSTableView subclasses to catch presses of the Escape key and ask the class to abort row editing. This makes Esc key behaviour much more consistent, and allows cancelling/reverting edits made via the mouse (eg checkboxes, dropdowns, enums), or after the cell editing has finished but the row is still selected. - Remove debug - Update localisable strings
* - Update localisable stringsrowanbeentje2010-06-301-0/+0
| | | | | | - Fix a casting issue preventing release/dist builds - Remove a line of old debug
* - Update the nib localisation postprocessor to output strings files in the ↵rowanbeentje2010-06-121-0/+0
| | | | | | | original format they were read using - Convert the .strings files to UTF16
* - Implement the Wil shipley/Golden % Braeburn localisation method for ↵rowanbeentje2010-06-121-0/+129
.xibs; add a build stage to Release/Dist builds which generates .strings files for each nib, and swizzle nib loading to automatically translate strings based on any localised .strings files - Fix the genstring stage of the build script and move it to Release/Dist builds only - Update Localizable.strings to match latest code