pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some gui strings are not being translated


From: John Darrington
Subject: Re: Some gui strings are not being translated
Date: Thu, 6 May 2010 07:29:17 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

If this patch fixes the problems, then please go ahead and commit it.

I'll try to get around to looking at the other issue soon (but I've got
a lot of private issues to deal with right now, so can't say when).

J'

On Thu, May 06, 2010 at 04:11:44AM -0300, Michel Boaventura wrote:
> Hello,
>
> There are a lot of strings that are not being translated, mainly window  
> titles. I've made a patch
> which fixes most of them.
>
> There is only one problem that I can't fix. The Data -> Sort cases is  
> being translated to Data -> Ascending.
> Looking at the source, seems like pspp is using the gtk-sort-ascending  
> object to create this entry on the menu
> (src/ui/gui/psppire-data-window.c:1453). I think that because of this,  
> even setting the translatable option to yes,
> gtk keeps translating it wrong. If this is right, it would be easier to  
> just stop using gtk-sort-ascending.
>
> Regards,
>
> Michel

     diff --git a/src/ui/gui/crosstabs.ui b/src/ui/gui/crosstabs.ui
     index e21ae80..7f0c028 100644
     --- a/src/ui/gui/crosstabs.ui
     +++ b/src/ui/gui/crosstabs.ui
     @@ -4,7 +4,7 @@
        <requires lib="psppire" version="2054.22072"/>
        <!-- interface-naming-policy toplevel-contextual -->
        <object class="PsppireDialog" id="crosstabs-dialog">
     -    <property name="title">Crosstabs</property>
     +    <property name="title" translatable="yes">Crosstabs</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox1">
     @@ -224,7 +224,7 @@
        </object>
        <object class="PsppireDialog" id="format-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Crosstabs: Format</property>
     +    <property name="title" translatable="yes">Crosstabs: Format</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox2">
     @@ -366,7 +366,7 @@
        </object>
        <object class="PsppireDialog" id="cell-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Crosstabs: Cells</property>
     +    <property name="title" translatable="yes">Crosstabs: Cells</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox3">
     @@ -427,7 +427,7 @@
        </object>
        <object class="PsppireDialog" id="stat-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Crosstabs: Statistics</property>
     +    <property name="title" translatable="yes">Crosstabs: 
Statistics</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox4">
     diff --git a/src/ui/gui/data-editor.glade b/src/ui/gui/data-editor.glade
     index 9e9bb6b..479b4b9 100644
     --- a/src/ui/gui/data-editor.glade
     +++ b/src/ui/gui/data-editor.glade
     @@ -315,7 +315,7 @@
                <widget class="GtkMenu" id="data_menu">
                  <child>
                    <widget class="GtkImageMenuItem" id="data_sort-cases">
     -                <property name="label">_Sort Cases</property>
     +                <property name="label" translatable="yes">_Sort 
Cases</property>
                      <property name="visible">True</property>
                      <property name="use_underline">True</property>
                      <property name="use_stock">True</property>
     diff --git a/src/ui/gui/descriptives.ui b/src/ui/gui/descriptives.ui
     index 62e601f..c1831db 100644
     --- a/src/ui/gui/descriptives.ui
     +++ b/src/ui/gui/descriptives.ui
     @@ -5,7 +5,7 @@
        <!-- interface-naming-policy project-wide -->
        <object class="PsppireDialog" id="descriptives-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Descriptives</property>
     +    <property name="title" translatable="yes">Descriptives</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox16">
     diff --git a/src/ui/gui/examine.ui b/src/ui/gui/examine.ui
     index 316f104..754d6e8 100644
     --- a/src/ui/gui/examine.ui
     +++ b/src/ui/gui/examine.ui
     @@ -5,7 +5,7 @@
        <!-- interface-naming-policy project-wide -->
        <object class="PsppireDialog" id="examine-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Explore</property>
     +    <property name="title" translatable="yes">Explore</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox1">
     @@ -299,7 +299,7 @@
        </object>
        <object class="PsppireDialog" id="statistics-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Explore: Statistics</property>
     +    <property name="title" translatable="yes">Explore: 
Statistics</property>
          <property name="modal">True</property>
          <property name="orientation">Vertical</property>
          <child internal-child="hbox">
     @@ -378,7 +378,7 @@
        </object>
        <object class="PsppireDialog" id="options-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Explore: Options</property>
     +    <property name="title" translatable="yes">Explore: Options</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox3">
     diff --git a/src/ui/gui/find.ui b/src/ui/gui/find.ui
     index d1cb203..ed226ad 100644
     --- a/src/ui/gui/find.ui
     +++ b/src/ui/gui/find.ui
     @@ -5,7 +5,7 @@
        <!-- interface-naming-policy project-wide -->
        <object class="PsppireDialog" id="find-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Find Case</property>
     +    <property name="title" translatable="yes">Find Case</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox14">
     diff --git a/src/ui/gui/frequencies.ui b/src/ui/gui/frequencies.ui
     index 55cfd7a..a83c4f6 100644
     --- a/src/ui/gui/frequencies.ui
     +++ b/src/ui/gui/frequencies.ui
     @@ -6,7 +6,7 @@
        <object class="GtkListStore" id="liststore1"/>
        <object class="PsppireDialog" id="frequencies-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Frequencies</property>
     +    <property name="title" translatable="yes">Frequencies</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox1">
     @@ -248,7 +248,7 @@
        </object>
        <object class="PsppireDialog" id="tables-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Frequencies: Frequency Tables</property>
     +    <property name="title" translatable="yes">Frequencies: Frequency 
Tables</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox6">
     @@ -505,7 +505,7 @@
        </object>
        <object class="PsppireDialog" id="charts-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Frequencies: Charts</property>
     +    <property name="title" translatable="yes">Frequencies: 
Charts</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox5">
     diff --git a/src/ui/gui/oneway.ui b/src/ui/gui/oneway.ui
     index 7381932..16334ef 100644
     --- a/src/ui/gui/oneway.ui
     +++ b/src/ui/gui/oneway.ui
     @@ -5,7 +5,7 @@
        <!-- interface-naming-policy project-wide -->
        <object class="PsppireDialog" id="oneway-anova-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">One-Way ANOVA</property>
     +    <property name="title" translatable="yes">One-Way ANOVA</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox15">
     @@ -289,7 +289,7 @@
        </object>
        <object class="PsppireDialog" id="contrasts-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">One-Way ANOVA: Contrasts</property>
     +    <property name="title" translatable="yes">One-Way ANOVA: 
Contrasts</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox2">
     diff --git a/src/ui/gui/psppire.ui b/src/ui/gui/psppire.ui
     index 2c7c341..d1075c0 100644
     --- a/src/ui/gui/psppire.ui
     +++ b/src/ui/gui/psppire.ui
     @@ -4,7 +4,7 @@
        <!-- interface-requires gtk+ 2.12 -->
        <!-- interface-naming-policy project-wide -->
        <object class="PsppireDialog" id="weight-cases-dialog">
     -    <property name="title">Weight Cases</property>
     +    <property name="title" translatable="yes">Weight Cases</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox2">
     @@ -192,7 +192,7 @@
          </child>
        </object>
        <object class="PsppireDialog" id="transpose-dialog">
     -    <property name="title">Transpose</property>
     +    <property name="title" translatable="yes">Transpose</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox1">
     @@ -380,7 +380,7 @@
        </object>
        <object class="PsppireDialog" id="split-file-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Split File</property>
     +    <property name="title" translatable="yes">Split File</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox3">
     @@ -706,7 +706,7 @@
        </object>
        <object class="PsppireDialog" id="compute-variable-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Compute Variable</property>
     +    <property name="title" translatable="yes">Compute Variable</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox5">
     @@ -1049,7 +1049,7 @@
        </object>
        <object class="PsppireDialog" id="select-cases-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Select Cases</property>
     +    <property name="title" translatable="yes">Select Cases</property>
          <property name="modal">True</property>
          <property name="orientation">Vertical</property>
          <child internal-child="hbox">
     @@ -1582,7 +1582,7 @@
        </object>
        <object class="PsppireDialog" id="comments-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Data File Comments</property>
     +    <property name="title" translatable="yes">Data File 
Comments</property>
          <property name="modal">True</property>
          <property name="orientation">Vertical</property>
          <child internal-child="hbox">
     @@ -1700,7 +1700,7 @@
        </object>
        <object class="PsppireDialog" id="select-cases-range-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Select Cases: Range</property>
     +    <property name="title" translatable="yes">Select Cases: 
Range</property>
          <property name="modal">True</property>
          <property name="orientation">Vertical</property>
          <child internal-child="hbox">
     @@ -1805,7 +1805,7 @@
        </object>
        <object class="PsppireDialog" id="type-and-label-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Compute Variable: Type and Label</property>
     +    <property name="title" translatable="yes">Compute Variable: Type and 
Label</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox9">
     @@ -2085,7 +2085,7 @@
        </object>
        <object class="PsppireDialog" id="goto-case-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Goto Case</property>
     +    <property name="title" translatable="yes">Goto Case</property>
          <property name="modal">True</property>
          <property name="orientation">Vertical</property>
          <child internal-child="hbox">
     @@ -2146,7 +2146,7 @@
        </object>
        <object class="PsppireDialog" id="select-cases-random-sample-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Select Cases: Random Sample</property>
     +    <property name="title" translatable="yes">Select Cases: Random 
Sample</property>
          <property name="modal">True</property>
          <property name="orientation">Vertical</property>
          <child internal-child="hbox">
     diff --git a/src/ui/gui/rank.ui b/src/ui/gui/rank.ui
     index 7b95f2c..3dc0d28 100644
     --- a/src/ui/gui/rank.ui
     +++ b/src/ui/gui/rank.ui
     @@ -5,7 +5,7 @@
        <!-- interface-naming-policy toplevel-contextual -->
        <object class="PsppireDialog" id="rank-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Rank Cases</property>
     +    <property name="title" translatable="yes">Rank Cases</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox1">
     @@ -343,7 +343,7 @@
        </object>
        <object class="PsppireDialog" id="rank-types-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Rank Cases: Types</property>
     +    <property name="title" translatable="yes">Rank Cases: Types</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox2">
     @@ -622,7 +622,7 @@
        </object>
        <object class="PsppireDialog" id="ties-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Rank Cases: Ties</property>
     +    <property name="title" translatable="yes">Rank Cases: Ties</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox3">
     diff --git a/src/ui/gui/recode.ui b/src/ui/gui/recode.ui
     index c573dba..af5ebef 100644
     --- a/src/ui/gui/recode.ui
     +++ b/src/ui/gui/recode.ui
     @@ -689,7 +689,7 @@
        </object>
        <object class="PsppireDialog" id="recode-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Recode into Same Variables</property>
     +    <property name="title" translatable="yes">Recode into Same 
Variables</property>
          <property name="modal">True</property>
          <property name="orientation">Tabular</property>
          <child internal-child="hbox">
     diff --git a/src/ui/gui/regression.ui b/src/ui/gui/regression.ui
     index 61561f3..7c454b7 100644
     --- a/src/ui/gui/regression.ui
     +++ b/src/ui/gui/regression.ui
     @@ -4,7 +4,7 @@
        <requires lib="psppire" version="2054.17080"/>
        <!-- interface-naming-policy project-wide -->
        <object class="PsppireDialog" id="regression-dialog">
     -    <property name="title">Regression</property>
     +    <property name="title" translatable="yes">Regression</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox1">
     @@ -233,7 +233,7 @@
        </object>
        <object class="PsppireDialog" id="save-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Regression: Save</property>
     +    <property name="title" translatable="yes">Regression: Save</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox2">
     @@ -295,7 +295,7 @@
        </object>
        <object class="PsppireDialog" id="statistics-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Regression: Statistics</property>
     +    <property name="title" translatable="yes">Regression: 
Statistics</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox3">
     diff --git a/src/ui/gui/roc.ui b/src/ui/gui/roc.ui
     index a3aee25..74bd815 100644
     --- a/src/ui/gui/roc.ui
     +++ b/src/ui/gui/roc.ui
     @@ -4,7 +4,7 @@
        <!-- interface-requires gtk+ 2.12 -->
        <!-- interface-naming-policy project-wide -->
        <object class="PsppireDialog" id="roc-dialog">
     -    <property name="title">ROC Curve</property>
     +    <property name="title" translatable="yes">ROC Curve</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox1">
     diff --git a/src/ui/gui/sort.ui b/src/ui/gui/sort.ui
     index 19f8b71..096340e 100644
     --- a/src/ui/gui/sort.ui
     +++ b/src/ui/gui/sort.ui
     @@ -5,7 +5,7 @@
        <!-- interface-naming-policy project-wide -->
        <object class="PsppireDialog" id="sort-cases-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Sort Cases</property>
     +    <property name="title" translatable="yes">Sort Cases</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox4">
     diff --git a/src/ui/gui/t-test.ui b/src/ui/gui/t-test.ui
     index d8c2511..1a763ae 100644
     --- a/src/ui/gui/t-test.ui
     +++ b/src/ui/gui/t-test.ui
     @@ -5,7 +5,7 @@
        <!-- interface-naming-policy project-wide -->
        <object class="PsppireDialog" id="t-test-independent-samples-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Independent-Samples T Test</property>
     +    <property name="title" translatable="yes">Independent-Samples T 
Test</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox15">
     @@ -228,7 +228,7 @@
        </object>
        <object class="PsppireDialog" id="define-groups-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Define Groups</property>
     +    <property name="title" translatable="yes">Define Groups</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox2">
     @@ -417,7 +417,7 @@
        </object>
        <object class="PsppireDialog" id="options-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Options</property>
     +    <property name="title" translatable="yes">Options</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox3">
     @@ -526,7 +526,7 @@
        </object>
        <object class="PsppireDialog" id="t-test-one-sample-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">One - Sample T Test</property>
     +    <property name="title" translatable="yes">One - Sample T 
Test</property>
          <property name="modal">True</property>
          <property name="orientation">Tabular</property>
          <child internal-child="hbox">
     @@ -701,7 +701,7 @@
        </object>
        <object class="PsppireDialog" id="t-test-paired-samples-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Paired Samples T Test</property>
     +    <property name="title" translatable="yes">Paired Samples T 
Test</property>
          <property name="modal">True</property>
          <child internal-child="hbox">
            <object class="GtkHBox" id="dialog-hbox6">
     diff --git a/src/ui/gui/variable-info.ui b/src/ui/gui/variable-info.ui
     index c0f038c..b8f66fe 100644
     --- a/src/ui/gui/variable-info.ui
     +++ b/src/ui/gui/variable-info.ui
     @@ -5,7 +5,7 @@
        <!-- interface-naming-policy project-wide -->
        <object class="PsppireDialog" id="variable-info-dialog">
          <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
     -    <property name="title">Variables</property>
     +    <property name="title" translatable="yes">Variables</property>
          <property name="modal">True</property>
          <property name="slidable">True</property>
          <child internal-child="hbox">

     _______________________________________________
     pspp-dev mailing list
     address@hidden
     http://lists.gnu.org/mailman/listinfo/pspp-dev


-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]