]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - demo/plugins/org.argeo.demo.i18n/src/main/java/org/argeo/demo/i18n/I18nDemoMessages.java
Introduce check-osgi profile
[lgpl/argeo-commons.git] / demo / plugins / org.argeo.demo.i18n / src / main / java / org / argeo / demo / i18n / I18nDemoMessages.java
index 00001d5c7e91329d5e1ed543258d5dd0f48fe67b..a04a8b2fb381fba2ad064f71fef766159d8c5c3a 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Mathieu Baudier
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.demo.i18n;
 
 import org.eclipse.osgi.util.NLS;
@@ -14,11 +29,28 @@ public class I18nDemoMessages extends NLS {
 
        private static final String BUNDLENAME = I18nDemoPlugin.ID + ".messages"; // $NON-NLS−1$
 
+       // Errors & warnings
+       public String OpenDialog_Title;
+       public String OpenDialog_Message;
+
+       // Commands
+
+       // Editor
        public String SimpleMultitabEditor_MultiSectionPageTitle;
        public String SimpleMultitabEditor_SimplePageTitle;
-       public String MultiSelectionPage_DescriptionSectionTitle;
-       public String MultiSelectionPage_DetailsSectionTitle;
-       public String testLbl;
+
+       // Pages
+       public String MultiSectionPage_DescriptionSectionTitle;
+       public String MultiSectionPage_DescriptionSectionTxt;
+       public String MultiSectionPage_DetailsSectionTitle;
+       public String MultiSectionPage_PopupTitle;
+       public String MultiSectionPage_PopupText;
+       public String SimplePage_DescriptionTxt;
+
+       // Buttons
+       public String MultiSectionPage_Btn1Lbl;
+       public String MultiSectionPage_Btn2Lbl;
+       public String MultiSectionPage_Btn3Lbl;
 
        // Code that enable handling of concurrent multi sessions locales
        static {