X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=demo%2Fplugins%2Forg.argeo.demo.i18n%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fdemo%2Fi18n%2FI18nDemoMessages.java;h=a04a8b2fb381fba2ad064f71fef766159d8c5c3a;hb=1d5afdce3e91054f07ddd3c98309c363b4cf1d46;hp=00001d5c7e91329d5e1ed543258d5dd0f48fe67b;hpb=d7c1552f4c28dc4acc25fb6214fb70d4fe67389d;p=lgpl%2Fargeo-commons.git diff --git a/demo/plugins/org.argeo.demo.i18n/src/main/java/org/argeo/demo/i18n/I18nDemoMessages.java b/demo/plugins/org.argeo.demo.i18n/src/main/java/org/argeo/demo/i18n/I18nDemoMessages.java index 00001d5c7..a04a8b2fb 100644 --- a/demo/plugins/org.argeo.demo.i18n/src/main/java/org/argeo/demo/i18n/I18nDemoMessages.java +++ b/demo/plugins/org.argeo.demo.i18n/src/main/java/org/argeo/demo/i18n/I18nDemoMessages.java @@ -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 {