aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj/ExportDialog.strings
Commit message (Collapse)AuthorAgeFilesLines
* Update strings filesMax2015-04-051-0/+0
| | | | (Mainly to trigger a rebuild)
* - Remove BWToolKit from the project, using ibtool to strip out plugin ↵rowanbeentje2012-08-031-0/+0
| | | | dependencies now that all BW custom elements have been removed; remove last references and build steps.
* * Fixes some strings that were not really localizable the way they were ↵dmoagx2011-08-261-0/+0
| | | | constructed.
* * Fixes most parts of #1006 (Translation of file names)dmoagx2011-05-101-0/+0
| | | | * Update strings files
* Apply a tweaked version of a patch by Aaron Linville ↵rowanbeentje2010-12-051-0/+0
| | | | | | | | | | (http://www.linville.org/) to handle table linking in .dot exports on case-insensitive servers: - Adds a new checkbox on the .dot export interface controlling the case sensitivty of link handling - Improve .dot export to use lowercase link references when the option is enabled, fixing .dot exports of table relations of table names with uppercase characters on case-insensitive servers - Check the server's case-sensitivity setting and use that to control the checkbox when using the export interface to select .dot export This addresses Issue #920.
* Fix build errors.stuconnolly2010-11-091-0/+0
|
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-0/+0
| | | | | | | | - Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it. - Fix some spacing issues on the export dialog. - Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes. - Update strings files.
* - 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