aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/Localizable.strings
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate all localizable content in the Resources/ directory and only use ↵stuconnolly2010-03-171-0/+0
| | | | Interfaces/ for XIBs. This addresses the first point on issue #593.
* Update Localizable.strings by running genstrings and remove the use of ↵stuconnolly2010-03-141-0/+0
| | | | multiple comments for the same string.
* Localise SPExtendedTableInfo.m and remove use of multiple comments for ↵stuconnolly2010-03-031-0/+0
| | | | localised strings.
* Localize delete relation context menu item, update Localizable.strings and ↵stuconnolly2010-02-061-0/+0
| | | | use of multiple keys.
* Menu item label.stuconnolly2010-01-061-0/+0
|
* Forgot to update Localizable.strings for r1568.stuconnolly2009-11-241-0/+0
|
* Update Localizable.strings and remove multiple keys for a single item.stuconnolly2009-11-181-0/+0
|
* Bunch of improvements to the query console, including:stuconnolly2009-11-141-0/+0
| | | | | | | | | | | | | - New connection column (been meaning to add this for a while) - Display table view column headers - Enable table view text cell line truncating - Allow table view columns to be re-ordered - The table view now respects the display table view vertical grid lines preference - Support for including the connection when saving messages to a file - Support for showing/hiding the connection column - Increase table view row height to match that of all others - Display message time stamps using the user's system wide medium time format
* Make the 'insufficient connection details' dialogs sheets.stuconnolly2009-11-111-0/+0
|
* Forgot to update Localizable.strings for dialog changes in r1501. Also ↵stuconnolly2009-11-111-0/+0
| | | | update README.txt.
* When removing a field or index, use its name in the dialog message.stuconnolly2009-11-091-0/+0
|
* Interface labeling.stuconnolly2009-10-211-0/+0
|
* Bring Localizable.strings up to date.stuconnolly2009-10-151-0/+0
|
* - Add copy create syntax button to the create syntax sheet.stuconnolly2009-10-011-0/+0
| | | | | | - Fix the Growl notification prefs message as well as making the dialog a sheet. - Re-run genstrings to update localizable.strings and also remove use of multiple comments for a single string.
* Update Localizable.strings by running genstrings and remove use of multiple ↵stuconnolly2009-08-281-0/+0
| | | | comments for a single string.
* - Add BWToolkit Framework to allow for better control over some UI elementsavenjamin2009-06-231-0/+0
| | | | | | | - Add TABLE INFORMATION toggle button - shows/hides pane - Used new UI elements in Copy Table Syntax HUD window - Misc other changes - NOTE: more splitview changes to be made
* Fix missing Growl Notification prefs alert messageavenjamin2009-06-181-0/+0
|
* Implementation of enhancement #273: Allow user to truncate table by right ↵stuconnolly2009-06-151-0/+0
| | | | clicking.
* Forgot to update Localizable.strings for redesigned table info pane.stuconnolly2009-05-271-0/+0
|
* Add most of the improvements made to the rename table sheet to the duplicate ↵stuconnolly2009-05-181-0/+0
| | | | table sheet.
* Show alert when enabling Growl Notifications to let the user know about ↵avenjamin2009-05-181-0/+0
| | | | changing notifications in System Preferences.
* Add the ability to rename tables. This could potentially be enhanced to ↵stuconnolly2009-05-171-0/+0
| | | | allowing renaming views, which is supported as of MySQL version 5.0.14, but requires some version detection to take place.
* - attempt fix for alert issues when deleting tables, etc. mtvee2009-05-151-0/+12
| | | | - localize relations view dialogs
* - added ability to view function and procedures and preliminary ability to ↵mtvee2009-05-131-0/+0
| | | | input same via the editor
* Improve warning dialogs when removing table fields and indexes. Part of ↵stuconnolly2009-05-121-0/+0
| | | | issue #192.
* Improve warning dialogs when removing table rows. Part of issue #192.stuconnolly2009-05-111-0/+0
|
* - Update delete table and database warning messages to be more user friendly ↵stuconnolly2009-04-171-0/+0
| | | | | | | | (issue #192). - Also make these messages have a style of critical to indicate the potential loss of data as a result of performing the operation. - Updated Localizable.strings to accommodate new dialog messages.
* Spelling error in Flush Privilege's success message. Issue #123avenjamin2008-12-221-0/+0
|
* MERGED r262:266 from branches/stuart02 to trunk to include new project ↵stuconnolly2008-12-101-0/+0
structure.