query.src (430a148e) query.src (2d18be12)
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

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

366
367String STR_QUERY_SAVEMODIFIED
368{
369 Text [ en-US ] = "$object$ has been changed.\nDo you want to save the changes?" ;
370};
371
372String STR_ERROR_PARSING_STATEMENT
373{
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

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

366
367String STR_QUERY_SAVEMODIFIED
368{
369 Text [ en-US ] = "$object$ has been changed.\nDo you want to save the changes?" ;
370};
371
372String STR_ERROR_PARSING_STATEMENT
373{
374 Text [ en-US ] = "$object$ is based on an SQL command which could not be parsed."
375 "(except \"SQL command\", which doesn't make sense here) will be inserted.";
374 Text [ en-US ] = "$object$ is based on an SQL command which could not be parsed.";
376};
377
378String STR_INFO_OPENING_IN_SQL_VIEW
379{
375};
376
377String STR_INFO_OPENING_IN_SQL_VIEW
378{
380 Text [ en-US ] = "$object$ will be opened in SQL view."
381 "(except \"SQL command\", which doesn't make sense here) will be inserted.";
379 Text [ en-US ] = "$object$ will be opened in SQL view.";
382};
383
384Resource RSC_QUERY_OBJECT_TYPE
385{
386 String 1
387 {
388 Text [ en-US ] = "The table view";
389 };

--- 19 unchanged lines hidden ---
380};
381
382Resource RSC_QUERY_OBJECT_TYPE
383{
384 String 1
385 {
386 Text [ en-US ] = "The table view";
387 };

--- 19 unchanged lines hidden ---