Skip to content

Commit

Permalink
L10N: Don't translate strings that dont contain any alphabetic character
Browse files Browse the repository at this point in the history
Per 0penBrain's suggestion
  • Loading branch information
luzpaz authored and 0penBrain committed Dec 2, 2022
1 parent e7490c9 commit 3148ea6
Show file tree
Hide file tree
Showing 35 changed files with 86 additions and 86 deletions.
4 changes: 2 additions & 2 deletions src/Gui/DemoMode.ui
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>-90°</string>
<string notr="true">-90°</string>
</property>
</widget>
</item>
Expand All @@ -67,7 +67,7 @@
<item row="0" column="2">
<widget class="QLabel" name="label_4">
<property name="text">
<string>90°</string>
<string notr="true">90°</string>
</property>
</widget>
</item>
Expand Down
16 changes: 8 additions & 8 deletions src/Gui/DlgLocationAngle.ui
Original file line number Diff line number Diff line change
Expand Up @@ -94,42 +94,42 @@
</property>
<item>
<property name="text">
<string>1 °</string>
<string notr="true">1 °</string>
</property>
</item>
<item>
<property name="text">
<string>2 °</string>
<string notr="true">2 °</string>
</property>
</item>
<item>
<property name="text">
<string>5 °</string>
<string notr="true">5 °</string>
</property>
</item>
<item>
<property name="text">
<string>10 °</string>
<string notr="true">10 °</string>
</property>
</item>
<item>
<property name="text">
<string>20 °</string>
<string notr="true">20 °</string>
</property>
</item>
<item>
<property name="text">
<string>45 °</string>
<string notr="true">45 °</string>
</property>
</item>
<item>
<property name="text">
<string>90 °</string>
<string notr="true">90 °</string>
</property>
</item>
<item>
<property name="text">
<string>180 °</string>
<string notr="true">180 °</string>
</property>
</item>
</widget>
Expand Down
2 changes: 1 addition & 1 deletion src/Gui/DlgMaterialProperties.ui
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<item>
<widget class="QSpinBox" name="shininess">
<property name="suffix">
<string>%</string>
<string notr="true">%</string>
</property>
<property name="singleStep">
<number>5</number>
Expand Down
2 changes: 1 addition & 1 deletion src/Gui/DlgSettings3DView.ui
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ in the corner -- in % of height/width of viewport</string>
<number>10</number>
</property>
<property name="suffix">
<string>%</string>
<string notr="true">%</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>CornerCoordSystemSize</cstring>
Expand Down
14 changes: 7 additions & 7 deletions src/Gui/DlgSettingsUnits.ui
Original file line number Diff line number Diff line change
Expand Up @@ -78,37 +78,37 @@
</property>
<item>
<property name="text">
<string>1/2"</string>
<string notr="true">1/2"</string>
</property>
</item>
<item>
<property name="text">
<string>1/4"</string>
<string notr="true">1/4"</string>
</property>
</item>
<item>
<property name="text">
<string>1/8"</string>
<string notr="true">1/8"</string>
</property>
</item>
<item>
<property name="text">
<string>1/16"</string>
<string notr="true">1/16"</string>
</property>
</item>
<item>
<property name="text">
<string>1/32"</string>
<string notr="true">1/32"</string>
</property>
</item>
<item>
<property name="text">
<string>1/64"</string>
<string notr="true">1/64"</string>
</property>
</item>
<item>
<property name="text">
<string>1/128"</string>
<string notr="true">1/128"</string>
</property>
</item>
</widget>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Arch/Resources/ui/ArchNest.ui
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<string>A comma-separated list of angles to try and rotate the shapes</string>
</property>
<property name="text">
<string>0,90,180,270</string>
<string notr="true">0,90,180,270</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Arch/Resources/ui/preferences-arch.ui
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
to projections of hidden objects.</string>
</property>
<property name="text">
<string>30, 10</string>
<string notr="true">30, 10</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Draft/Resources/ui/TaskPanel_SetStyle.ui
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<string>The transparency of faces</string>
</property>
<property name="suffix">
<string> %</string>
<string notr="true"> %</string>
</property>
<property name="maximum">
<number>100</number>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Draft/Resources/ui/dialogHatch.ui
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<item row="3" column="1">
<widget class="QDoubleSpinBox" name="Rotation">
<property name="suffix">
<string>°</string>
<string notr="true">°</string>
</property>
<property name="maximum">
<double>359.990000000000009</double>
Expand Down
8 changes: 4 additions & 4 deletions src/Mod/Draft/Resources/ui/preferences-draftinterface.ui
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
</size>
</property>
<property name="text">
<string>`</string>
<string notr="true">`</string>
</property>
<property name="maxLength">
<number>1</number>
Expand Down Expand Up @@ -693,7 +693,7 @@
</size>
</property>
<property name="text">
<string>/</string>
<string notr="true">/</string>
</property>
<property name="maxLength">
<number>1</number>
Expand Down Expand Up @@ -781,7 +781,7 @@
</size>
</property>
<property name="text">
<string>[</string>
<string notr="true">[</string>
</property>
<property name="maxLength">
<number>1</number>
Expand Down Expand Up @@ -825,7 +825,7 @@
</size>
</property>
<property name="text">
<string>]</string>
<string notr="true">]</string>
</property>
<property name="maxLength">
<number>1</number>
Expand Down
6 changes: 3 additions & 3 deletions src/Mod/Draft/Resources/ui/preferences-draftvisual.ui
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<string>An SVG linestyle definition</string>
</property>
<property name="text">
<string>0.09,0.05</string>
<string notr="true">0.09,0.05</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
Expand Down Expand Up @@ -438,7 +438,7 @@
<string>An SVG linestyle definition</string>
</property>
<property name="text">
<string>0.09,0.05,0.02,0.05</string>
<string notr="true">0.09,0.05,0.02,0.05</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
Expand Down Expand Up @@ -481,7 +481,7 @@
<string>An SVG linestyle definition</string>
</property>
<property name="text">
<string>0.02,0.02</string>
<string notr="true">0.02,0.02</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
Expand Down
10 changes: 5 additions & 5 deletions src/Mod/Fem/Gui/Resources/ui/ElementFluid1D.ui
Original file line number Diff line number Diff line change
Expand Up @@ -618,27 +618,27 @@
<widget class="QTableWidget" name="tw_pump_characteristics">
<row>
<property name="text">
<string>1</string>
<string notr="true">1</string>
</property>
</row>
<row>
<property name="text">
<string>2</string>
<string notr="true">2</string>
</property>
</row>
<row>
<property name="text">
<string>3</string>
<string notr="true">3</string>
</property>
</row>
<row>
<property name="text">
<string>4</string>
<string notr="true">4</string>
</property>
</row>
<row>
<property name="text">
<string>5</string>
<string notr="true">5</string>
</property>
</row>
<column>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/TaskFemConstraintSpring.ui
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<item row="0" column="1">
<widget class="Gui::InputField" name="if_norm">
<property name="text">
<string>0 </string>
<string notr="true">0 </string>
</property>
<property name="unit" stdset="0">
<string notr="true"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/TaskPanelConstraintTemperature.ui
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</rect>
</property>
<property name="text">
<string>25</string>
<string notr="true">25</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/TaskPanelInitialTemperature.ui
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</rect>
</property>
<property name="text">
<string>25</string>
<string notr="true">25</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
Expand Down
4 changes: 2 additions & 2 deletions src/Mod/Fem/Gui/TaskPostScalarClip.ui
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
</sizepolicy>
</property>
<property name="text">
<string>-100000</string>
<string notr="true">-100000</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -185,7 +185,7 @@
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>0</string>
<string notr="true">0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
Expand Down
6 changes: 3 additions & 3 deletions src/Mod/Mesh/Gui/DlgSettingsMeshView.ui
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<item row="0" column="4">
<widget class="Gui::PrefSpinBox" name="spinMeshTransparency">
<property name="suffix">
<string>%</string>
<string notr="true">%</string>
</property>
<property name="maximum">
<number>100</number>
Expand Down Expand Up @@ -189,7 +189,7 @@
<item row="1" column="4">
<widget class="Gui::PrefSpinBox" name="spinLineTransparency">
<property name="suffix">
<string>%</string>
<string notr="true">%</string>
</property>
<property name="maximum">
<number>100</number>
Expand Down Expand Up @@ -372,7 +372,7 @@ to a smoother appearance.
If face angle &lt; crease angle, smooth shading is used</string>
</property>
<property name="suffix">
<string> °</string>
<string notr="true"> °</string>
</property>
<property name="maximum">
<double>180.000000000000000</double>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/OpenSCAD/Resources/ui/openscadprefs-base.ui
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
<string>Minimum angle for a fragment</string>
</property>
<property name="suffix">
<string>°</string>
<string notr="true">°</string>
</property>
<property name="minimum">
<double>0.010000000000000</double>
Expand Down
4 changes: 2 additions & 2 deletions src/Mod/Part/Gui/DlgSettings3DViewPart.ui
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<item row="0" column="1">
<widget class="Gui::PrefDoubleSpinBox" name="maxDeviation">
<property name="suffix">
<string> %</string>
<string notr="true"> %</string>
</property>
<property name="decimals">
<number>4</number>
Expand Down Expand Up @@ -91,7 +91,7 @@
<item row="1" column="1">
<widget class="Gui::PrefDoubleSpinBox" name="maxAngularDeflection">
<property name="suffix">
<string> °</string>
<string notr="true"> °</string>
</property>
<property name="decimals">
<number>2</number>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Part/Gui/DlgSettingsObjectColor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<string>The default transparency for new shapes</string>
</property>
<property name="suffix">
<string>%</string>
<string notr="true">%</string>
</property>
<property name="maximum">
<number>100</number>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Part/Gui/SectionCutting.ui
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Works only if all objects have the same values.</string>
<bool>false</bool>
</property>
<property name="toolTip">
<string>0 %</string>
<string notr="true">0 %</string>
</property>
<property name="maximum">
<number>100</number>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Path/Gui/Resources/panels/TaskPathSimulator.ui
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
</size>
</property>
<property name="text">
<string>%</string>
<string notr="true">%</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 3148ea6

Please sign in to comment.