summaryrefslogtreecommitdiff
path: root/svx/source/dialog/ruler.src
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/ruler.src')
-rw-r--r--svx/source/dialog/ruler.src137
1 files changed, 137 insertions, 0 deletions
diff --git a/svx/source/dialog/ruler.src b/svx/source/dialog/ruler.src
new file mode 100644
index 000000000000..4d0218f525ee
--- /dev/null
+++ b/svx/source/dialog/ruler.src
@@ -0,0 +1,137 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+#include <svx/dialogs.hrc>
+#include "ruler.hrc"
+
+Menu RID_SVXMN_RULER
+{
+ ItemList =
+ {
+ MenuItem
+ {
+ Identifier = ID_MM ;
+ Checkable = TRUE ;
+ Text [ en-US ] = "Millimeter" ;
+ };
+ MenuItem
+ {
+ Identifier = ID_CM ;
+ Checkable = TRUE ;
+ Text [ en-US ] = "Centimeter" ;
+ };
+ MenuItem
+ {
+ Identifier = ID_M ;
+ Checkable = TRUE ;
+ Text [ en-US ] = "Meter" ;
+ };
+ MenuItem
+ {
+ Identifier = ID_KM ;
+ Checkable = TRUE ;
+ Text [ en-US ] = "Kilometer" ;
+ };
+ MenuItem
+ {
+ Identifier = ID_INCH ;
+ Checkable = TRUE ;
+ Text [ en-US ] = "Inch" ;
+ };
+ MenuItem
+ {
+ Identifier = ID_FOOT ;
+ Checkable = TRUE ;
+ /* ### ACHTUNG: Neuer Text in Resource? Fuß : Fu˜ */
+ /* ### ACHTUNG: Neuer Text in Resource? Fuß : Fu˜ */
+ Text [ en-US ] = "Foot" ;
+ };
+ MenuItem
+ {
+ Identifier = ID_MILE ;
+ Checkable = TRUE ;
+ Text [ en-US ] = "Miles" ;
+ };
+ MenuItem
+ {
+ Identifier = ID_POINT ;
+ Checkable = TRUE ;
+ Text [ en-US ] = "Point" ;
+ };
+ MenuItem
+ {
+ Identifier = ID_PICA ;
+ Checkable = TRUE ;
+ Text [ en-US ] = "Pica" ;
+ };
+ };
+};
+String RID_SVXSTR_RULER_TAB_LEFT
+{
+ Text [ en-US ] = "Left" ;
+};
+String RID_SVXSTR_RULER_TAB_RIGHT
+{
+ Text [ en-US ] = "Right" ;
+};
+String RID_SVXSTR_RULER_TAB_DECIMAL
+{
+ Text [ en-US ] = "Decimal" ;
+};
+String RID_SVXSTR_RULER_TAB_CENTER
+{
+ Text [ en-US ] = "Center" ;
+};
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+