[debian-edu-commits] debian-edu/ 52/183: Internationalize the profile-kommander script, started Dutch translation, still need to adapt the packaging to incorporate any existing localizations

Alexander Alemayhu ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.

commit 4e7615e7e54aad5387ed847d40ace2211873ec2e
Author: Bart Cornelis <cobaco at linux.be>
Date:   Thu May 5 10:17:18 2005 +0000

    Internationalize the profile-kommander script,
    started Dutch translation,
    still need to adapt the packaging to incorporate any
    existing localizations
---
 Makefile               |   5 +
 debian/changelog       |   6 +
 po/nl.po               | 357 +++++++++++++++++++++++++++++++++++++++++++++++
 po/profile-manager.pot | 371 +++++++++++++++++++++++++++++++++++++++++++++++++
 profile-manager.kmdr   |  26 +---
 5 files changed, 746 insertions(+), 19 deletions(-)

diff --git a/Makefile b/Makefile
index b5aa8db..bd29c64 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,10 @@
 documentation:
 	pod2man dh_installlisting > dh_installlisting.1
 
+pot:
+	kmdr2po profile-manager.kmdr
+	mkdir -p po/
+	mv profile-manager.po po/profile-manager.pot
+
 clean: 
 	if(test -e dh_installlisting.1); then rm dh_installlisting.1; fi;  
diff --git a/debian/changelog b/debian/changelog
index bee6885..5a02718 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+desktop-profiles (1.4.2-1) UNRELEASED; urgency=low
+
+  * Internationalized kommander gui script
+
+ -- Bart Cornelis (cobaco) <cobaco at linux.be>  Thu,  5 May 2005 12:13:04 +0200
+
 desktop-profiles (1.4.1-1) unstable; urgency=low
 
   * Guillem Jover
diff --git a/po/nl.po b/po/nl.po
new file mode 100644
index 0000000..0428db4
--- /dev/null
+++ b/po/nl.po
@@ -0,0 +1,357 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: desktop-profiles\n"
+"POT-Creation-Date: 2005-05-05 10:29+0200\n"
+"PO-Revision-Date: 2005-05-05 12:07+0100\n"
+"Last-Translator: Bart Cornelis <cobaco at linux.be>\n"
+"Language-Team: debian-l10n-dutch <debian-l10n-dutch at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: _from_rc.cc:1
+msgid "Desktop-Profile Manager"
+msgstr "Desktop-profiel Beheersprogramma"
+
+#: _from_rc.cc:2
+msgid "Drag vertically to hide/unhide the filter section"
+msgstr "Omhoog/omlaag slepen om de filter-sectie te verbergen/te voorschijn te tonen."
+
+#: _from_rc.cc:3
+msgid "Only show profiles when:"
+msgstr "Profielen enkel tonen als:"
+
+#: _from_rc.cc:4
+msgid "kind matches"
+msgstr "soort overeenkomt met"
+
+#: _from_rc.cc:5
+msgid "When checked only profiles whose 2nd (=kind) field matches the given regular expression are shown"
+msgstr ""
+
+#: _from_rc.cc:6
+msgid "requirement matches"
+msgstr "vereisten overeenkomen met"
+
+#: _from_rc.cc:7
+msgid "When checked only profiles whose 5th (=requirements) field matches the given regular expression are shown"
+msgstr ""
+
+#: _from_rc.cc:8
+#: _from_rc.cc:36
+msgid "precedence"
+msgstr "prioriteit"
+
+#: _from_rc.cc:9
+msgid "When checked only profiles whose precedence value satifies the given comparison are shown"
+msgstr ""
+
+#: _from_rc.cc:10
+msgid ">"
+msgstr ">"
+
+#: _from_rc.cc:11
+msgid ">="
+msgstr ">="
+
+#: _from_rc.cc:12
+msgid "<"
+msgstr "<"
+
+#: _from_rc.cc:13
+msgid "<="
+msgstr "<="
+
+#: _from_rc.cc:14
+msgid "<>"
+msgstr "<>"
+
+#: _from_rc.cc:15
+#: _from_rc.cc:16
+#: _from_rc.cc:27
+#: _from_rc.cc:28
+#: _from_rc.cc:29
+msgid "Takes a regular expression"
+msgstr "Dit veld aanvaard reguliere expressies"
+
+#: _from_rc.cc:17
+msgid "Takes a numerical value (may be negative)"
+msgstr "Dit veld aanvaard nummers (negatief mag)"
+
+#: _from_rc.cc:18
+msgid "requirements are met for"
+msgstr ""
+
+#: _from_rc.cc:19
+msgid "When checked only profiles whose requirements are met for the selected user are shown"
+msgstr ""
+
+#: _from_rc.cc:20
+msgid "list of user accounts on this system"
+msgstr "lijst op dit systeem gevonden gebruikers"
+
+#: _from_rc.cc:21
+msgid "name matches"
+msgstr "naam overeenkomt met"
+
+#: _from_rc.cc:22
+msgid "When checked only profiles whose 1st (=name) field matches the given regular expression are shown"
+msgstr ""
+
+#: _from_rc.cc:23
+msgid "description matches"
+msgstr "beschrijving overeenkomt met "
+
+#: _from_rc.cc:24
+msgid "When checked only profiles whose 6th (=description) field matches the given regular expression are shown"
+msgstr ""
+
+#: _from_rc.cc:25
+msgid "location matches"
+msgstr "locatie overeenkomt met"
+
+#: _from_rc.cc:26
+msgid "When checked only profiles whose 3th (=location) field matches the given regular expression are shown"
+msgstr ""
+
+#: _from_rc.cc:30
+msgid "Sort profile list on"
+msgstr "Profielen sorteren op"
+
+#: _from_rc.cc:31
+#: _from_rc.cc:38
+msgid "Shown profiles are sorted on the contents of the selected field"
+msgstr ""
+
+#: _from_rc.cc:32
+msgid "description"
+msgstr "beschrijving"
+
+#: _from_rc.cc:33
+msgid "kind"
+msgstr "soort"
+
+#: _from_rc.cc:34
+msgid "location"
+msgstr "locatie"
+
+#: _from_rc.cc:35
+msgid "name"
+msgstr "naam"
+
+#: _from_rc.cc:37
+msgid "requirements"
+msgstr "vereisten"
+
+#: _from_rc.cc:39
+msgid "List of profiles found in processed  .listing files"
+msgstr "Lijst van gevonden profielen"
+
+#: _from_rc.cc:40
+msgid "Profile Details"
+msgstr ""
+
+#: _from_rc.cc:41
+msgid "Name:"
+msgstr ""
+
+#: _from_rc.cc:42
+msgid "1st field (=name) of selected profile"
+msgstr ""
+
+#: _from_rc.cc:43
+msgid "Description:"
+msgstr ""
+
+#: _from_rc.cc:44
+msgid "6th field (=description) of selected profile"
+msgstr ""
+
+#: _from_rc.cc:45
+msgid "Kind:"
+msgstr ""
+
+#: _from_rc.cc:46
+msgid "XDG_CONFIG"
+msgstr "XDG_CONFIG"
+
+#: _from_rc.cc:47
+msgid "XDG_DATA"
+msgstr "XDG_DATA"
+
+#: _from_rc.cc:48
+msgid "KDE"
+msgstr "KDE"
+
+#: _from_rc.cc:49
+msgid "GCONF"
+msgstr "GCONF"
+
+#: _from_rc.cc:50
+msgid "GNUSTEP"
+msgstr "GNUSTEP"
+
+#: _from_rc.cc:51
+msgid "ROX"
+msgstr "ROX"
+
+#: _from_rc.cc:52
+msgid "UDE"
+msgstr "UDE"
+
+#: _from_rc.cc:53
+msgid "2nd field (=kind) of selected profile"
+msgstr ""
+
+#: _from_rc.cc:54
+msgid "Precedence:"
+msgstr ""
+
+#: _from_rc.cc:55
+msgid "4th field (=precedence value) of selected profile"
+msgstr ""
+
+#: _from_rc.cc:56
+msgid "Location(s):"
+msgstr "Locatie(s)"
+
+#: _from_rc.cc:57
+msgid "3th field of selected profile"
+msgstr ""
+
+#: _from_rc.cc:58
+msgid "Activation requirements:"
+msgstr "Vereisten voor activatie:"
+
+#: _from_rc.cc:59
+msgid "list of activation requirements (contained in the 5th field) of selected profile"
+msgstr ""
+
+#: _from_rc.cc:60
+msgid "Remove selected"
+msgstr "Geselecteerd vereiste verwijderen"
+
+#: _from_rc.cc:61
+msgid "Removes selected activation requirement from the list"
+msgstr ""
+
+#: _from_rc.cc:62
+msgid "New activation requirement:"
+msgstr ""
+
+#: _from_rc.cc:63
+msgid "When the user is"
+msgstr ""
+
+#: _from_rc.cc:64
+msgid "a member of"
+msgstr ""
+
+#: _from_rc.cc:65
+msgid "not member of "
+msgstr ""
+
+#: _from_rc.cc:66
+msgid "Your choice here determines wether the new requirement concerns membership or non-membership"
+msgstr ""
+
+#: _from_rc.cc:67
+msgid "Choose the group for which (non-)membership is needed to activate this profile"
+msgstr ""
+
+#: _from_rc.cc:68
+#: _from_rc.cc:73
+msgid "Add"
+msgstr ""
+
+#: _from_rc.cc:69
+msgid "Only activate profile for users that are (not) a member of the selected group"
+msgstr ""
+
+#: _from_rc.cc:70
+msgid "When"
+msgstr "Als"
+
+#: _from_rc.cc:71
+msgid "Enter any shell command"
+msgstr "Voer om het even wel shell-commando in"
+
+#: _from_rc.cc:72
+msgid "executes succesfully"
+msgstr "met succes uitgevoerd wordt"
+
+#: _from_rc.cc:74
+msgid "Make succesfull completion of given shell command a requirement for activation of this profile"
+msgstr "Maakt de succesvolle be"
+
+#: _from_rc.cc:75
+msgid "Deactivate profile completely"
+msgstr "Profiel volledig deactiveren"
+
+#: _from_rc.cc:76
+msgid "Adds an unsatisfiable requirement (not in any group)"
+msgstr "Voegt een niet tegemoet te komende vereiste toe (gebruiker behoort tot geen enkele groep)"
+
+#: _from_rc.cc:77
+msgid "Listed in"
+msgstr "Komt uit "
+
+#: _from_rc.cc:78
+msgid "*.listing"
+msgstr "*.listing"
+
+#: _from_rc.cc:79
+msgid "Append profile description to"
+msgstr "Profielbeschrijving toevoegen aan"
+
+#: _from_rc.cc:80
+msgid ".listing file where the profile is defined"
+msgstr "(.listing)-bestand waar de metadata van dit profiel in zit"
+
+#: _from_rc.cc:81
+msgid "Is new"
+msgstr "Is nieuw"
+
+#: _from_rc.cc:82
+msgid "Check if shown details (will) describe a new profile"
+msgstr "Vink dit aan wanneer de getoonde details een nieuw profiel (zullen) beschrijven"
+
+#: _from_rc.cc:83
+msgid ""
+"@if(isEmpty())\n"
+"@listFileCurrent.setEnabled()\n"
+"@listFileCurrent.setText(/etc/desktop-profiles/custom.listing)"
+msgstr ""
+"@if(isEmpty())\n"
+"@listFileCurrent.setEnabled()\n"
+"@listFileCurrent.setText(/etc/desktop-profiles/custom.listing)"
+
+#: _from_rc.cc:84
+msgid "Delete profile"
+msgstr "Profiel verwijderen"
+
+#: _from_rc.cc:85
+msgid "Delete profile whose details are shown"
+msgstr "Verwijder weergegeven profiel"
+
+#: _from_rc.cc:86
+msgid "Add new profile"
+msgstr "Nieuw profiel toevoegen"
+
+#: _from_rc.cc:87
+msgid "Add/Update profile whose details are shown"
+msgstr "Weergegeven profiel toevoegen/bijwerken"
+
+#: _from_rc.cc:88
+msgid "Cancel Changes"
+msgstr "Aanpassingen vergeten"
+
+#: _from_rc.cc:89
+msgid "Forget changes made to shown profile details"
+msgstr "Vergeet gemaakte aanpassingen voor het getoonde profiel"
+
diff --git a/po/profile-manager.pot b/po/profile-manager.pot
new file mode 100644
index 0000000..f15dfae
--- /dev/null
+++ b/po/profile-manager.pot
@@ -0,0 +1,371 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-05-05 10:29+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: _from_rc.cc:1
+msgid "Desktop-Profile Manager"
+msgstr ""
+
+#: _from_rc.cc:2
+msgid "Drag vertically to hide/unhide the filter section"
+msgstr ""
+
+#: _from_rc.cc:3
+msgid "Only show profiles when:"
+msgstr ""
+
+#: _from_rc.cc:4
+msgid "kind matches"
+msgstr ""
+
+#: _from_rc.cc:5
+msgid ""
+"When checked only profiles whose 2nd (=kind) field matches the given regular "
+"expression are shown"
+msgstr ""
+
+#: _from_rc.cc:6
+msgid "requirement matches"
+msgstr ""
+
+#: _from_rc.cc:7
+msgid ""
+"When checked only profiles whose 5th (=requirements) field matches the given "
+"regular expression are shown"
+msgstr ""
+
+#: _from_rc.cc:8 _from_rc.cc:36
+msgid "precedence"
+msgstr ""
+
+#: _from_rc.cc:9
+msgid ""
+"When checked only profiles whose precedence value satifies the given "
+"comparison are shown"
+msgstr ""
+
+#: _from_rc.cc:10
+msgid ">"
+msgstr ">"
+
+#: _from_rc.cc:11
+msgid ">="
+msgstr ">="
+
+#: _from_rc.cc:12
+msgid "<"
+msgstr "<"
+
+#: _from_rc.cc:13
+msgid "<="
+msgstr "<="
+
+#: _from_rc.cc:14
+msgid "<>"
+msgstr "<>"
+
+#: _from_rc.cc:15 _from_rc.cc:16 _from_rc.cc:27 _from_rc.cc:28 _from_rc.cc:29
+msgid "Takes a regular expression"
+msgstr ""
+
+#: _from_rc.cc:17
+msgid "Takes a numerical value (may be negative)"
+msgstr ""
+
+#: _from_rc.cc:18
+msgid "requirements are met for"
+msgstr ""
+
+#: _from_rc.cc:19
+msgid ""
+"When checked only profiles whose requirements are met for the selected user "
+"are shown"
+msgstr ""
+
+#: _from_rc.cc:20
+msgid "list of user accounts on this system"
+msgstr ""
+
+#: _from_rc.cc:21
+msgid "name matches"
+msgstr ""
+
+#: _from_rc.cc:22
+msgid ""
+"When checked only profiles whose 1st (=name) field matches the given regular "
+"expression are shown"
+msgstr ""
+
+#: _from_rc.cc:23
+msgid "description matches"
+msgstr ""
+
+#: _from_rc.cc:24
+msgid ""
+"When checked only profiles whose 6th (=description) field matches the given "
+"regular expression are shown"
+msgstr ""
+
+#: _from_rc.cc:25
+msgid "location matches"
+msgstr ""
+
+#: _from_rc.cc:26
+msgid ""
+"When checked only profiles whose 3th (=location) field matches the given "
+"regular expression are shown"
+msgstr ""
+
+#: _from_rc.cc:30
+msgid "Sort profile list on"
+msgstr ""
+
+#: _from_rc.cc:31 _from_rc.cc:38
+msgid "Shown profiles are sorted on the contents of the selected field"
+msgstr ""
+
+#: _from_rc.cc:32
+msgid "description"
+msgstr ""
+
+#: _from_rc.cc:33
+msgid "kind"
+msgstr ""
+
+#: _from_rc.cc:34
+msgid "location"
+msgstr ""
+
+#: _from_rc.cc:35
+msgid "name"
+msgstr ""
+
+#: _from_rc.cc:37
+msgid "requirements"
+msgstr ""
+
+#: _from_rc.cc:39
+msgid "List of profiles found in processed  .listing files"
+msgstr ""
+
+#: _from_rc.cc:40
+msgid "Profile Details"
+msgstr ""
+
+#: _from_rc.cc:41
+msgid "Name:"
+msgstr ""
+
+#: _from_rc.cc:42
+msgid "1st field (=name) of selected profile"
+msgstr ""
+
+#: _from_rc.cc:43
+msgid "Description:"
+msgstr ""
+
+#: _from_rc.cc:44
+msgid "6th field (=description) of selected profile"
+msgstr ""
+
+#: _from_rc.cc:45
+msgid "Kind:"
+msgstr ""
+
+#: _from_rc.cc:46
+msgid "XDG_CONFIG"
+msgstr "XDG_CONFIG"
+
+#: _from_rc.cc:47
+msgid "XDG_DATA"
+msgstr "XDG_DATA"
+
+#: _from_rc.cc:48
+msgid "KDE"
+msgstr "KDE"
+
+#: _from_rc.cc:49
+msgid "GCONF"
+msgstr "GCONF"
+
+#: _from_rc.cc:50
+msgid "GNUSTEP"
+msgstr "GNUSTEP"
+
+#: _from_rc.cc:51
+msgid "ROX"
+msgstr "ROX"
+
+#: _from_rc.cc:52
+msgid "UDE"
+msgstr "UDE"
+
+#: _from_rc.cc:53
+msgid "2nd field (=kind) of selected profile"
+msgstr ""
+
+#: _from_rc.cc:54
+msgid "Precedence:"
+msgstr ""
+
+#: _from_rc.cc:55
+msgid "4th field (=precedence value) of selected profile"
+msgstr ""
+
+#: _from_rc.cc:56
+msgid "Location(s):"
+msgstr ""
+
+#: _from_rc.cc:57
+msgid "3th field of selected profile"
+msgstr ""
+
+#: _from_rc.cc:58
+msgid "Activation requirements:"
+msgstr ""
+
+#: _from_rc.cc:59
+msgid ""
+"list of activation requirements (contained in the 5th field) of selected "
+"profile"
+msgstr ""
+
+#: _from_rc.cc:60
+msgid "Remove selected"
+msgstr ""
+
+#: _from_rc.cc:61
+msgid "Removes selected activation requirement from the list"
+msgstr ""
+
+#: _from_rc.cc:62
+msgid "New activation requirement:"
+msgstr ""
+
+#: _from_rc.cc:63
+msgid "When the user is"
+msgstr ""
+
+#: _from_rc.cc:64
+msgid "a member of"
+msgstr ""
+
+#: _from_rc.cc:65
+msgid "not member of "
+msgstr ""
+
+#: _from_rc.cc:66
+msgid ""
+"Your choice here determines wether the new requirement concerns membership "
+"or non-membership"
+msgstr ""
+
+#: _from_rc.cc:67
+msgid ""
+"Choose the group for which (non-)membership is needed to activate this "
+"profile"
+msgstr ""
+
+#: _from_rc.cc:68 _from_rc.cc:73
+msgid "Add"
+msgstr ""
+
+#: _from_rc.cc:69
+msgid ""
+"Only activate profile for users that are (not) a member of the selected group"
+msgstr ""
+
+#: _from_rc.cc:70
+msgid "When"
+msgstr ""
+
+#: _from_rc.cc:71
+msgid "Enter any shell command"
+msgstr ""
+
+#: _from_rc.cc:72
+msgid "executes succesfully"
+msgstr ""
+
+#: _from_rc.cc:74
+msgid ""
+"Make succesfull completion of given shell command a requirement for "
+"activation of this profile"
+msgstr ""
+
+#: _from_rc.cc:75
+msgid "Deactivate profile completely"
+msgstr ""
+
+#: _from_rc.cc:76
+msgid "Adds an unsatisfiable requirement (not in any group)"
+msgstr ""
+
+#: _from_rc.cc:77
+msgid "Listed in"
+msgstr ""
+
+#: _from_rc.cc:78
+msgid "*.listing"
+msgstr "*.listing"
+
+#: _from_rc.cc:79
+msgid "Append profile description to"
+msgstr ""
+
+#: _from_rc.cc:80
+msgid ".listing file where the profile is defined"
+msgstr ""
+
+#: _from_rc.cc:81
+msgid "Is new"
+msgstr ""
+
+#: _from_rc.cc:82
+msgid "Check if shown details (will) describe a new profile"
+msgstr ""
+
+#: _from_rc.cc:83
+msgid ""
+"@if(isEmpty())\n"
+"@listFileCurrent.setEnabled()\n"
+"@listFileCurrent.setText(/etc/desktop-profiles/custom.listing)"
+msgstr ""
+
+#: _from_rc.cc:84
+msgid "Delete profile"
+msgstr ""
+
+#: _from_rc.cc:85
+msgid "Delete profile whose details are shown"
+msgstr ""
+
+#: _from_rc.cc:86
+msgid "Add new profile"
+msgstr ""
+
+#: _from_rc.cc:87
+msgid "Add/Update profile whose details are shown"
+msgstr ""
+
+#: _from_rc.cc:88
+msgid "Cancel Changes"
+msgstr ""
+
+#: _from_rc.cc:89
+msgid "Forget changes made to shown profile details"
+msgstr ""
diff --git a/profile-manager.kmdr b/profile-manager.kmdr
index c2ec2c0..0065555 100644
--- a/profile-manager.kmdr
+++ b/profile-manager.kmdr
@@ -243,7 +243,7 @@ fi
                                                             </stringlist>
                                                         </property>
                                                         <property name="toolTip" stdset="0">
-                                                            <string>When checked only profiles whose 5th (=kind) field matches the given regular expression are shown</string>
+                                                            <string>When checked only profiles whose 2nd (=kind) field matches the given regular expression are shown</string>
                                                         </property>
                                                     </widget>
                                                     <spacer>
@@ -299,7 +299,7 @@ fi
                                                     </stringlist>
                                                 </property>
                                                 <property name="toolTip" stdset="0">
-                                                    <string>When checked only profiles whose 4th (=requirements) field matches the given regular expression are shown</string>
+                                                    <string>When checked only profiles whose 5th (=requirements) field matches the given regular expression are shown</string>
                                                 </property>
                                             </widget>
                                             <widget class="QLayoutWidget">
@@ -362,9 +362,6 @@ fi
                                                         <property name="toolTip" stdset="0">
                                                             <string>When checked only profiles whose precedence value satifies the given comparison are shown</string>
                                                         </property>
-                                                        <property name="whatsThis" stdset="0">
-                                                            <string></string>
-                                                        </property>
                                                     </widget>
                                                     <widget class="ComboBox">
                                                         <item>
@@ -434,9 +431,6 @@ fi
                                                 <property name="name">
                                                     <cstring>kindRegexp</cstring>
                                                 </property>
-                                                <property name="text">
-                                                    <string></string>
-                                                </property>
                                                 <property name="associations" stdset="0">
                                                     <stringlist>
                                                         <string>@widgetText</string>
@@ -463,12 +457,6 @@ fi
                                                 <property name="name">
                                                     <cstring>precedenceRegexp</cstring>
                                                 </property>
-                                                <property name="text">
-                                                    <string></string>
-                                                </property>
-                                                <property name="inputMask">
-                                                    <string></string>
-                                                </property>
                                                 <property name="associations" stdset="0">
                                                     <stringlist>
                                                         <string>@widgetText</string>
@@ -758,7 +746,7 @@ fi
                                                             </stringlist>
                                                         </property>
                                                         <property name="toolTip" stdset="0">
-                                                            <string>When checked only profiles whose 2nd (=location) field matches the given regular expression are shown</string>
+                                                            <string>When checked only profiles whose 3th (=location) field matches the given regular expression are shown</string>
                                                         </property>
                                                     </widget>
                                                     <spacer>
@@ -1202,7 +1190,7 @@ fi
                                         </stringlist>
                                     </property>
                                     <property name="toolTip" stdset="0">
-                                        <string>5th field (=kind) of selected profile</string>
+                                        <string>2nd field (=kind) of selected profile</string>
                                     </property>
                                 </widget>
                             </hbox>
@@ -1245,7 +1233,7 @@ fi
                                         </stringlist>
                                     </property>
                                     <property name="toolTip" stdset="0">
-                                        <string>3th field (=precedence value) of selected profile</string>
+                                        <string>4th field (=precedence value) of selected profile</string>
                                     </property>
                                 </widget>
                             </hbox>
@@ -1290,7 +1278,7 @@ fi
                                         </stringlist>
                                     </property>
                                     <property name="toolTip" stdset="0">
-                                        <string>2nd field of selected profile</string>
+                                        <string>3th field of selected profile</string>
                                     </property>
                                 </widget>
                             </hbox>
@@ -1383,7 +1371,7 @@ for_each_requirement "$REQS" 'echo'
                                         </stringlist>
                                     </property>
                                     <property name="toolTip" stdset="0">
-                                        <string>list of activation requirements (contained in the 4th field) of selected profile</string>
+                                        <string>list of activation requirements (contained in the 5th field) of selected profile</string>
                                     </property>
                                 </widget>
                                 <widget class="ExecButton">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git



More information about the debian-edu-commits mailing list