summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";
};
};