aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj/DataMigrationDialog.strings
Commit message (Collapse)AuthorAgeFilesLines
* Update strings filesMax2015-04-051-0/+0
| | | | (Mainly to trigger a rebuild)
* - 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.
* - Add support for SSH identity files (public keys) in custom locationsrowanbeentje2010-09-081-0/+0
| | | | | | - Update localisable strings - Fix initial window position
* - Fix incomplete argument logic when deleting multiple rows without indexes ↵rowanbeentje2010-09-051-0/+0
| | | | | | | | (now rolled into argumentForRow: for centralised logic), addressing Issue #791 - Update table row count at bottom of window when deleting rows in the content view - Update localisable strings
* - 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/+186
.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