summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStanislav Horacek <stanislav.horacek@gmail.com>2015-05-23 10:40:41 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-05-24 14:16:32 -0500
commitf4cc15e4d6acae5f9c7fd73a9bf0d8f44088e2fe (patch)
tree6c3e7134131eff9647379f125271259357076045 /svx
parent383b82ef8e2c36415cf1039885bef4d44db412ac (diff)
mark numbers as untranslatable
Change-Id: I5c7c2c5bb0ce615d4dda8a634517b627b7d49df6 Reviewed-on: https://gerrit.libreoffice.org/15871 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org> (cherry picked from commit 4ed06e7af5bc18e65c564339d26d2678abe4f69c)
Diffstat (limited to 'svx')
-rw-r--r--svx/uiconfig/ui/docking3deffects.ui16
-rw-r--r--svx/uiconfig/ui/dockingcolorreplace.ui6
-rw-r--r--svx/uiconfig/ui/dockingfontwork.ui6
3 files changed, 14 insertions, 14 deletions
diff --git a/svx/uiconfig/ui/docking3deffects.ui b/svx/uiconfig/ui/docking3deffects.ui
index e03535633cc9..de26767d1753 100644
--- a/svx/uiconfig/ui/docking3deffects.ui
+++ b/svx/uiconfig/ui/docking3deffects.ui
@@ -357,7 +357,7 @@
<object class="GtkSpinButton" id="scaleddepth:0%">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">0</property>
+ <property name="text" translatable="no">0</property>
<property name="adjustment">adjustment2</property>
</object>
<packing>
@@ -369,7 +369,7 @@
<object class="GtkSpinButton" id="angle:0.0°">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">0</property>
+ <property name="text" translatable="no">0</property>
<property name="adjustment">adjustment3</property>
<property name="digits">1</property>
</object>
@@ -382,7 +382,7 @@
<object class="GtkSpinButton" id="depth:0.00cm">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">0</property>
+ <property name="text" translatable="no">0</property>
<property name="adjustment">adjustment4</property>
<property name="digits">2</property>
</object>
@@ -454,7 +454,7 @@
<object class="GtkSpinButton" id="hori">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">0</property>
+ <property name="text" translatable="no">0</property>
<property name="adjustment">adjustment5</property>
</object>
<packing>
@@ -493,7 +493,7 @@
<object class="GtkSpinButton" id="veri">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">0</property>
+ <property name="text" translatable="no">0</property>
<property name="adjustment">adjustment5</property>
</object>
<packing>
@@ -908,7 +908,7 @@
<object class="GtkSpinButton" id="slant:0°">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">0.0</property>
+ <property name="text" translatable="no">0.0</property>
<property name="adjustment">adjustment6</property>
</object>
<packing>
@@ -972,7 +972,7 @@
<object class="GtkSpinButton" id="focal:0.00cm">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">2</property>
+ <property name="text" translatable="no">2</property>
<property name="adjustment">adjustment7</property>
<property name="digits">2</property>
</object>
@@ -985,7 +985,7 @@
<object class="GtkSpinButton" id="distance:0.00cm">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">2</property>
+ <property name="text" translatable="no">2</property>
<property name="adjustment">adjustment7</property>
<property name="digits">2</property>
</object>
diff --git a/svx/uiconfig/ui/dockingcolorreplace.ui b/svx/uiconfig/ui/dockingcolorreplace.ui
index e88b6aa21f49..e9536129bf86 100644
--- a/svx/uiconfig/ui/dockingcolorreplace.ui
+++ b/svx/uiconfig/ui/dockingcolorreplace.ui
@@ -181,7 +181,7 @@
<object class="GtkSpinButton" id="tol2:0%">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">10</property>
+ <property name="text" translatable="no">10</property>
<property name="adjustment">adjustment1</property>
<property name="value">10</property>
</object>
@@ -196,7 +196,7 @@
<object class="GtkSpinButton" id="tol3:0%">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">10</property>
+ <property name="text" translatable="no">10</property>
<property name="adjustment">adjustment1</property>
<property name="value">10</property>
</object>
@@ -211,7 +211,7 @@
<object class="GtkSpinButton" id="tol4:0%">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="text" translatable="yes">10</property>
+ <property name="text" translatable="no">10</property>
<property name="adjustment">adjustment1</property>
<property name="value">10</property>
</object>
diff --git a/svx/uiconfig/ui/dockingfontwork.ui b/svx/uiconfig/ui/dockingfontwork.ui
index 8f8a777dc620..382f26925937 100644
--- a/svx/uiconfig/ui/dockingfontwork.ui
+++ b/svx/uiconfig/ui/dockingfontwork.ui
@@ -252,7 +252,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Indent</property>
- <property name="text" translatable="yes">0.00</property>
+ <property name="text" translatable="no">0.00</property>
<property name="adjustment">adjustment1</property>
<property name="digits">2</property>
</object>
@@ -375,7 +375,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Distance X</property>
- <property name="text" translatable="yes">0.00</property>
+ <property name="text" translatable="no">0.00</property>
<property name="adjustment">adjustment1</property>
<property name="digits">2</property>
</object>
@@ -413,7 +413,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Distance Y</property>
- <property name="text" translatable="yes">0</property>
+ <property name="text" translatable="no">0</property>
<property name="adjustment">adjustment1</property>
<property name="digits">2</property>
</object>