Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIText.java')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIText.java107
1 files changed, 106 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIText.java b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIText.java
index 95bc859992..f126cd7138 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIText.java
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIText.java
@@ -205,24 +205,39 @@ public class UIText extends NLS {
public static String RepositoryRemotePropertySource_PushLabel;
/** */
- public static String RepositoryRemotePropertySource_RemoteUrlLabel;
+ public static String RepositoryRemotePropertySource_RemoteFetchURL_label;
+
+ /** */
+ public static String RepositoryRemotePropertySource_RemotePushUrl_label;
/** */
public static String RepositorySearchDialog_BrowseButton;
/** */
+ public static String RepositorySearchDialog_DeepSearch_button;
+
+ /** */
public static String RepositorySearchDialog_DirectoryLabel;
/** */
public static String RepositorySearchDialog_ErrorHeader;
/** */
+ public static String RepositorySearchDialog_RepositoriesFound_message;
+
+ /** */
+ public static String RepositorySearchDialog_ScanningForRepositories_message;
+
+ /** */
public static String RepositorySearchDialog_SearchButton;
/** */
public static String RepositorySearchDialog_SearchRepositoriesHeader;
/** */
+ public static String RepositorySearchDialog_ToggleSelection_button;
+
+ /** */
public static String RepositorySelectionPage_BrowseLocalFile;
/** */
@@ -1224,6 +1239,96 @@ public class UIText extends NLS {
/** */
public static String Track_see_log;
+ /** */
+ public static String RepositoriesView_ActionCanceled_Message;
+
+ /** */
+ public static String RepositoriesView_Add_Button;
+
+ /** */
+ public static String RepositoriesView_AddRepository_MenuItem;
+
+ /** */
+ public static String RepositoriesView_AddRepository_Tooltip;
+
+ /** */
+ public static String RepositoriesView_Branches_Nodetext;
+
+ /** */
+ public static String RepositoriesView_Checking_Message;
+
+ /** */
+ public static String RepositoriesView_CheckOut_MenuItem;
+
+ /** */
+ public static String RepositoriesView_Clone_Tooltip;
+
+ /** */
+ public static String RepositoriesView_ConfigureFetchMenu;
+
+ /** */
+ public static String RepositoriesView_ConfigurePushMenu;
+
+ /** */
+ public static String RepositoriesView_ConfirmDeleteRemoteHeader;
+
+ /** */
+ public static String RepositoriesView_ConfirmDeleteRemoteMessage;
+
+ /** */
+ public static String RepositoriesView_ConfirmProjectDeletion_Question;
+
+ /** */
+ public static String RepositoriesView_ConfirmProjectDeletion_WindowTitle;
+
+ /** */
+ public static String RepositoriesView_Error_WindowTitle;
+
+ /** */
+ public static String RepositoriesView_ErrorHeader;
+
+ /** */
+ public static String RepositoriesView_ExistingProjects_Nodetext;
+
+ /** */
+ public static String RepositoriesView_Import_Button;
+
+ /** */
+ public static String RepositoriesView_ImportExistingProjects_MenuItem;
+
+ /** */
+ public static String RepositoriesView_ImportProject_MenuItem;
+
+ /** */
+ public static String RepositoriesView_ImportRepository_MenuItem;
+
+ /** */
+ public static String RepositoriesView_LinkWithSelection_action;
+
+ /** */
+ public static String RepositoriesView_NewRemoteMenu;
+
+ /** */
+ public static String RepositoriesView_OpenInTextEditor_menu;
+
+ /** */
+ public static String RepositoriesView_OpenPropertiesMenu;
+
+ /** */
+ public static String RepositoriesView_Refresh_Button;
+
+ /** */
+ public static String RepositoriesView_RemotesNodeText;
+
+ /** */
+ public static String RepositoriesView_Remove_MenuItem;
+
+ /** */
+ public static String RepositoriesView_RemoveRemoteMenu;
+
+ /** */
+ public static String RepositoriesView_WorkingDir_treenode;
+
static {
initializeMessages("org.eclipse.egit.ui.uitext", UIText.class); //$NON-NLS-1$
}

Back to the top