Home | History | Annotate | Download | only in i18n
      1 /*
      2  * Copyright (C) 2012 The Android Open Source Project
      3  *
      4  * Licensed under the Apache License, Version 2.0 (the "License");
      5  * you may not use this file except in compliance with the License.
      6  * You may obtain a copy of the License at
      7  *
      8  *      http://www.apache.org/licenses/LICENSE-2.0
      9  *
     10  * Unless required by applicable law or agreed to in writing, software
     11  * distributed under the License is distributed on an "AS IS" BASIS,
     12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13  * See the License for the specific language governing permissions and
     14  * limitations under the License.
     15  */
     16 package com.motorola.studio.android.installer.i18n;
     17 
     18 import org.eclipse.osgi.util.NLS;
     19 
     20 public class InstallerNLS extends NLS
     21 {
     22     static
     23     {
     24         NLS.initializeMessages("com.motorola.studio.android.installer.i18n.installerNLS", //$NON-NLS-1$
     25                 InstallerNLS.class);
     26     }
     27 
     28     public static String AbstractConfigurationPage_LoadingRepositoriesTask;
     29 
     30     public static String AcceptLicensesDialog_AcceptLicenseButton;
     31 
     32     public static String AcceptLicensesDialog_Description;
     33 
     34     public static String AcceptLicensesDialog_IUDescriptionLabel;
     35 
     36     public static String AcceptLicensesDialog_RejectLicenseButton;
     37 
     38     public static String AcceptLicensesDialog_Title;
     39 
     40     public static String ConfigurationDialog_DialogTitle;
     41 
     42     public static String P2Utilities_LoadingUnits;
     43 
     44     public static String P2Utilities_Preparing;
     45 
     46     public static String P2Utilities_PreparingEnvironment;
     47 
     48     public static String P2Utilities_ErrorDuringUpdate;
     49 
     50     public static String P2Utilities_ErrorWhileLaunchingP2Job;
     51 
     52     public static String P2Utilities_AuthenticationFailed;
     53 
     54     public static String UpdateStudio_AlreadyUpdatedInformationDialogText;
     55 
     56     public static String UpdateStudio_AlreadyUpdatedInformationDialogTitle;
     57 
     58     public static String UpdateStudio_CheckingForUpdatesJobDescription;
     59 
     60     public static String UpdateStudio_UpdateErrorText;
     61 
     62     public static String UpdateStudio_UpdateErrorTitle;
     63 
     64     public static String UpdateStudio_UpdatingStudioJobDescription;
     65 
     66     public static String UpdateStudio_MSG_RESTART_TITLE;
     67 
     68     public static String UpdateStudio_MSG_RESTART_MESSAGE;
     69 
     70     public static String UpdateStudio_UpdateAlreadyRunningTitle;
     71 
     72     public static String UpdateStudio_UpdateAlreadyRunningMsg;
     73 
     74     public static String UpdateStudio_LoadingRepositories;
     75 
     76     public static String UpdateStudioJob_UpdateErrorMessage;
     77 
     78     public static String InstallManager_Could_Not_Find_Proper_Backend;
     79 
     80     public static String P2Installer_Could_Not_Find_Proper_Backend;
     81 
     82     public static String P2Installer_Could_Not_Install_Selected_Items;
     83 
     84     public static String P2Installer_Loading_Repositories;
     85 
     86     public static String MotodevPolicy_Insufficient_Permissions_Message;
     87 
     88     public static String MotodevPolicy_Insufficient_Permissions_Title;
     89 }
     90