Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/reorg/ReorgMessages.properties

Issue 9834028: Initial implementation of "Rename Local Variable" refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: LInked/inline mode for rename Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/reorg/ReorgMessages.properties
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/reorg/ReorgMessages.properties b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/reorg/ReorgMessages.properties
new file mode 100644
index 0000000000000000000000000000000000000000..3b7d9ad8381cc0aa1a227d8e48612290192c94f4
--- /dev/null
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/refactoring/reorg/ReorgMessages.properties
@@ -0,0 +1,95 @@
+###############################################################################
+# Copyright (c) 2000, 2010 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+
+CutAction_text=Cu&t
+
+JdtMoveAction_update_references_singular=Update &references to ''{0}''
+JdtMoveAction_update_references_plural=Update &references to {0} moved elements
+
+ReorgQueries_enterNewNameQuestion=Enter a new name for ''{0}'':
+ReorgQueries_nameConflictMessage=Name Conflict
+ReorgQueries_resourceWithThisNameAlreadyExists=Resource with this name already exists
+ReorgQueries_invalidNameMessage=Invalid name
+ReorgQueries_packagewithThatNameexistsMassage=Package with that name exists
+ReorgQueries_resourceExistsWithDifferentCaseMassage=Resource exists with different case
+ReorgQueries_skip_all=Skip All
+
+CopyToClipboardAction_text=&Copy
+CopyToClipboardAction_description=Copy the selected elements to the clipboard
+CopyToClipboardAction_2=Copy To Clipboard
+CopyToClipboardAction_3=Internal error. See log for details.
+CopyToClipboardAction_4=Problem Copying to Clipboard
+CopyToClipboardAction_5=There was a problem when accessing the system clipboard. Retry?
+DeleteAction_3=&Delete
+DeleteAction_4=Deletes the selected elements
+DeleteWorkingSet_Hide=&Hide
+DeleteWorkingSet_removeorhideworkingset_single=Do you want to remove the working set ''{0}'' or only hide it from the Package Explorer?
+DeleteWorkingSet_removeorhideworkingset_multiple=Do you want to remove these {0} working sets or only hide them from the Package Explorer?
+DeleteWorkingSet_Remove=&Remove
+DeleteWorkingSet_single=Delete Working Set
+DeleteWorkingSet_multiple=Delete Working Sets
+ReorgCopyAction_3=&Copy...
+ReorgCopyAction_4=Copy the selected elements
+ReorgCopyWizard_1=Copy
+ReorgMoveAction_3=&Move...
+ReorgMoveAction_4=Move the selected elements
+ReorgMoveWizard_3=Move
+ReorgMoveWizard_textual_move=Textual Move
+ReorgMoveWizard_newPackage=Cr&eate Package...
+ReorgUserInputPage_choose_destination_single=&Choose destination for ''{0}'':
+ReorgUserInputPage_choose_destination_multi=&Choose destination for {0} selected elements:
+
+RenameMethodUserInterfaceStarter_name= Rename Refactoring
+RenameMethodUserInterfaceStarter_message= {0}\n\nOK to perform the operation on this method?
+
+PasteAction_4=&Paste
+PasteAction_5=Pastes elements from the clipboard
+PasteAction_change_name=Paste
+PasteAction_projectName=_pasted_code_{0}
+PasteAction_edit_name=paste elements
+PasteAction_element_doesnot_exist=The selected element does not exist in the workspace
+PasteAction_invalid_destination=The selected element cannot be the destination of this paste operation
+PasteAction_name=Paste
+PasteAction_wrong_destination=A member of a compilation unit should be selected as the destination
+PasteAction_TextPaster_confirmOverwriting=Confirm Overwriting
+PasteAction_TextPaster_exists=''{0}'' already exists. Do you want to overwrite?
+PasteAction_cannot_selection=Cannot paste the clipboard contents into the selected elements.
+PasteAction_cannot_no_selection=Cannot paste the clipboard contents.
+PasteAction_snippet_default_package_name=snippet
+PasteAction_snippet_default_type_name=Snippet
+
+RenameLinkedMode_error_saving_editor=An error occurred while saving the editor.
+
+RenameInformationPopup_SnapTo=&Snap To
+RenameInformationPopup_snap_under_left=&Under Left
+RenameInformationPopup_snap_under_right=U&nder Right
+RenameInformationPopup_snap_over_left=&Over Left
+RenameInformationPopup_snap_over_right=O&ver Right
+RenameInformationPopup_snap_bottom_right=&Bottom Right
+RenameInformationPopup_menu=Menu
+RenameInformationPopup_RenameInWorkspace=&Refactor
+RenameInformationPopup_Preview=Pre&view...
+RenameInformationPopup_OpenDialog=&Open Rename Dialog...
+RenameInformationPopup_preferences=&Preferences...
+RenameInformationPopup_EnterNewName=Enter new name, press {0} to refactor
+RenameInformationPopup_delayJobName=delayed RenameInformationPopup
+
+# DO NOT REMOVE, used in a product, see https://bugs.eclipse.org/297392
+ReorgGroup_paste=&Paste
+
+# DO NOT REMOVE, used in a product, see https://bugs.eclipse.org/297392
+ReorgGroup_delete=&Delete
+
+# DO NOT REMOVE, used in a product, see https://bugs.eclipse.org/297392
+CutSourceReferencesToClipboardAction_cut=Cu&t
+
+# DO NOT REMOVE, used in a product
+JdtMoveAction_update_references=Update &references to the moved element(s)

Powered by Google App Engine
This is Rietveld 408576698