AdabasNewDb.src (14516f1f) AdabasNewDb.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

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

338 Text[ en-US ] = "Backup file information";
339};
340
341 Text[ en-US ] = "Create New Adabas D Database";
342};
343
344Image CHECK_GREEN
345{
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

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

338 Text[ en-US ] = "Backup file information";
339};
340
341 Text[ en-US ] = "Create New Adabas D Database";
342};
343
344Image CHECK_GREEN
345{
346 ImageBitmap = Bitmap { File = "nu07.bmp"; };
346 ImageBitmap = Bitmap { File = "nu07.png"; };
347 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
348};
349Image UNCHECK_RED
350{
347 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
348};
349Image UNCHECK_RED
350{
351 ImageBitmap = Bitmap { File = "nu08.bmp"; };
351 ImageBitmap = Bitmap { File = "nu08.png"; };
352 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
353};
354Image DEFAULT_BLUE
355{
352 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
353};
354Image DEFAULT_BLUE
355{
356 ImageBitmap = Bitmap { File = "nu09.bmp"; };
356 ImageBitmap = Bitmap { File = "nu09.png"; };
357 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
358};
359/* Fehlermeldungen beim Erstellen einer Adabas DB */
360
361String STR_ADABAS_NO_PARAM_SET
362{
363 Text[ en-US ] = "No entry could be written in the configuration file.";
364};

--- 87 unchanged lines hidden ---
357 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
358};
359/* Fehlermeldungen beim Erstellen einer Adabas DB */
360
361String STR_ADABAS_NO_PARAM_SET
362{
363 Text[ en-US ] = "No entry could be written in the configuration file.";
364};

--- 87 unchanged lines hidden ---