blob: 8c877989bb25b7e7512015b981c2869ee2b374fc [file] [log] [blame]
#########################################
# Copyright (c) 2011, the Dart project authors
# All Rights Reserved.
#########################################
AboutDartDialog_about_image=icons/dart_about_140_160.png
AboutDartDialog_copyright=Copyright \u00A9 2011 - @BUILDYEAR@, the Dart project authors
AboutDartDialog_copyright_line2=All Rights Reserved.
AboutDartDialog_product_label=Dart Editor
AboutDartDialog_title_text=About Dart Editor
AboutDartDialog_version_string_prefix=Dart Editor version
SortMembersMessageDialog_dialog_title=Sort Members
SortMembersMessageDialog_description=The order of the sort may be configured on the <a>Members Sort Order</a> preference page.
SortMembersMessageDialog_link_tooltip=Show the members sort order preferences.
SortMembersMessageDialog_do_not_sort_fields_label=Do not sort vars and initializers
SortMembersMessageDialog_sort_all_label=&Sort all members
SortMembersMessageDialog_sort_warning_label=Reordering of vars and initializers can result in semantic and runtime changes due to different initialization and persistence order.