summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-05-04 19:04:12 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-05-04 19:04:12 +0000
commit2026609e55138451345589a8ac44ca2c6869fbf3 (patch)
tree4a5f8bb7b5df8892472cdddcdc679fbea3a9609d /extensions/source/scanner
parent1eea89e9c6530d477cd30734ad29aaa5766af476 (diff)
Merge SRC630: 04.05.01 - 22:03:37 (NoBranch)
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r--extensions/source/scanner/grid.src9
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/source/scanner/grid.src b/extensions/source/scanner/grid.src
index d20220a05479..491b28539e80 100644
--- a/extensions/source/scanner/grid.src
+++ b/extensions/source/scanner/grid.src
@@ -2,9 +2,9 @@
*
* $RCSfile: grid.src,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nf $ $Date: 2000-09-27 20:25:29 $
+ * last change: $Author: hjs $ $Date: 2001-05-04 20:04:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,6 +111,7 @@ ModalDialog GRID_DIALOG
Text[ chinese_traditional ] = "w";
Text[ arabic ] = "";
Text[ turkish ] = "Tanmla";
+ Text[ catalan ] = "Definir";
};
Bitmap GRID_DIALOG_HANDLE_BMP
{
@@ -138,6 +139,7 @@ ModalDialog GRID_DIALOG
Text[ chinese_traditional ] = "uʤW@";
Text[ arabic ] = " ";
Text[ turkish ] = "Dorusal art";
+ Text[ catalan ] = "Lineal ascendente";
};
String RESET_TYPE_LINEAR_DESCENDING
{
@@ -161,6 +163,7 @@ ModalDialog GRID_DIALOG
Text[ chinese_traditional ] = "uʤU";
Text[ arabic ] = " ";
Text[ turkish ] = "Dorusal d";
+ Text[ catalan ] = "Lineal descendente";
};
String RESET_TYPE_RESET
{
@@ -184,6 +187,7 @@ ModalDialog GRID_DIALOG
Text[ chinese_traditional ] = "l";
Text[ arabic ] = " ";
Text[ turkish ] = "Asl deerler";
+ Text[ catalan ] = "Valores originales";
};
String RESET_TYPE_EXPONENTIAL
{
@@ -207,5 +211,6 @@ ModalDialog GRID_DIALOG
Text[ chinese_traditional ] = "ƦW";
Text[ arabic ] = " ";
Text[ turkish ] = "stel art";
+ Text[ catalan ] = "Exponencial aumentando";
};
};