aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj/ExportDialog.strings
Commit message (Collapse)AuthorAgeFilesLines
* - Attempt more status checking before closing the MySQL connection, in an ↵rowanbeentje2010-08-301-0/+0
| | | | | | | attempt to further address http://spbug.com/l/13 - Update localisable strings
* - Replace progress indicator CoreAnimation drawing with manual shadow/fade ↵rowanbeentje2010-07-311-0/+0
| | | | | | | code; this addresses hangs (see Issue #6677) and also prevents triggering the discrete graphics chip on newer MacBook Pros. - Update localisable strings
* Change the export dialog's 'Selected Tables' option to simply 'Tables' and ↵stuconnolly2010-07-061-0/+0
| | | | update strings files.
* Update XIB strings.stuconnolly2010-07-051-0/+0
|
* Add tooltips to the export dialog's tableview.stuconnolly2010-06-301-0/+0
|
* Split the management of a table's indexes (adding and removing) to its own ↵stuconnolly2010-06-141-0/+0
| | | | controller and XIB in preparation for the UI redesign.
* - 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/+297
.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