indexdialog.src (81d089ae) indexdialog.src (857d5cbe)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 181 unchanged lines hidden (view full) ---

190
191String STR_LOGICAL_INDEX_NAME
192{
193 Text [ en-US ] = "index";
194};
195
196Image IMG_PKEYICON
197{
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 181 unchanged lines hidden (view full) ---

190
191String STR_LOGICAL_INDEX_NAME
192{
193 Text [ en-US ] = "index";
194};
195
196Image IMG_PKEYICON
197{
198 ImageBitmap = Bitmap { File = "pkey.bmp"; };
198 ImageBitmap = Bitmap { File = "pkey.png"; };
199 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
200};
201Image IMG_PKEYICON_SCH
202{
199 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
200};
201Image IMG_PKEYICON_SCH
202{
203 ImageBitmap = Bitmap { File = "pkey_sch.bmp"; };
203 ImageBitmap = Bitmap { File = "pkey_sch.png"; };
204 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
205};
206
207ErrorBox ERR_NEED_INDEX_FIELDS
208{
209 Title [ en-US ] = "Save Index";
210
211 Message [ en-US ] = "The index must contain at least one field.";

--- 24 unchanged lines hidden ---
204 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
205};
206
207ErrorBox ERR_NEED_INDEX_FIELDS
208{
209 Title [ en-US ] = "Save Index";
210
211 Message [ en-US ] = "The index must contain at least one field.";

--- 24 unchanged lines hidden ---