summaryrefslogtreecommitdiff
path: root/forms/source/resource
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 15:55:53 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 15:55:53 +0000
commit89de529832f5691446fd80ea9763d108af1f694b (patch)
treedaab1e0270b22e38fb940cb6dadd562b883b49d5 /forms/source/resource
parent577b19e3be95809da34a8ed7c26680ecfe2ea30f (diff)
INTEGRATION: CWS dba22a (1.46.124); FILE MERGED
2006/11/22 14:59:34 fs 1.46.124.1: #i71860# some new strings
Diffstat (limited to 'forms/source/resource')
-rw-r--r--forms/source/resource/strings.src35
1 files changed, 33 insertions, 2 deletions
diff --git a/forms/source/resource/strings.src b/forms/source/resource/strings.src
index fb065db0ed62..bc08b5a04ae8 100644
--- a/forms/source/resource/strings.src
+++ b/forms/source/resource/strings.src
@@ -4,9 +4,9 @@
*
* $RCSfile: strings.src,v $
*
- * $Revision: 1.46 $
+ * $Revision: 1.47 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 13:18:23 $
+ * last change: $Author: rt $ $Date: 2006-12-01 16:55:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -164,3 +164,34 @@ String RID_STR_LABEL_OF
Text [ de ] = "von";
Text [ en-US ] = "of";
};
+
+String RID_STR_QUERY_SAVE_MODIFIED_ROW
+{
+ Text [ de ] = "Der Inhalt des aktuellen Formulars wurde geändert.\nSollen die Änderungen gespeichert werden?";
+ Text [ en-US ] = "The content of the current form has been modified.\nDo you want to save your changes?";
+};
+String RID_STR_COULD_NOT_SET_ORDER
+{
+ Text [ de ] = "Fehler beim Setzen der Sortier-Kriterien";
+ Text [ en-US ] = "Error setting the sort criteria";
+};
+String RID_STR_COULD_NOT_SET_FILTER
+{
+ Text [ de ] = "Fehler beim Setzen der Filter-Kriterien";
+ Text [ en-US ] = "Error setting the filter criteria";
+};
+String RID_STR_FEATURE_REQUIRES_PARAMETERS
+{
+ Text [ de ] = "Zum Ausführen dieser Funktion werden Parameter benötigt.";
+ Text [ en-US ] = "To execute this function, parameters are needed.";
+};
+String RID_STR_FEATURE_NOT_EXECUTABLE
+{
+ Text [ de ] = "Diese Funktion kann nicht ausgeführt werden, sondern dient nur der Statusabfrage.";
+ Text [ en-US ] = "This function cannot be executed, but is only for status queries.";
+};
+String RID_STR_FEATURE_UNKNOWN
+{
+ Text [ de ] = "Unbekannte Funktion.";
+ Text [ en-US ] = "Unknown function.";
+};