rpms/policycoreutils/devel policycoreutils-gui.patch, 1.79, 1.80 policycoreutils-po.patch, 1.42, 1.43 policycoreutils.spec, 1.567, 1.568

Daniel J Walsh dwalsh at fedoraproject.org
Wed Oct 29 17:03:03 UTC 2008


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7838

Modified Files:
	policycoreutils-gui.patch policycoreutils-po.patch 
	policycoreutils.spec 
Log Message:
* Wed Oct 29 2008 Dan Walsh <dwalsh at redhat.com> 2.0.57-9
- Make GUI use translations


policycoreutils-gui.patch:

Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-gui.patch,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- policycoreutils-gui.patch	27 Oct 2008 14:11:34 -0000	1.79
+++ policycoreutils-gui.patch	29 Oct 2008 17:02:31 -0000	1.80
@@ -41,7 +41,7 @@
 +relabel:
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.57/gui/booleansPage.py
 --- nsapolicycoreutils/gui/booleansPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.57/gui/booleansPage.py	2008-10-20 15:49:52.000000000 -0400
++++ policycoreutils-2.0.57/gui/booleansPage.py	2008-10-29 12:39:48.000000000 -0400
 @@ -0,0 +1,247 @@
 +#
 +# booleansPage.py - GUI for Booleans page in system-config-securitylevel
@@ -84,7 +84,7 @@
 +##
 +## I18N
 +## 
-+PROGNAME="system-config-selinux"
++PROGNAME="policycoreutils"
 +
 +import gettext
 +gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
@@ -292,7 +292,7 @@
 +        
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.57/gui/fcontextPage.py
 --- nsapolicycoreutils/gui/fcontextPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.57/gui/fcontextPage.py	2008-10-23 14:06:23.000000000 -0400
++++ policycoreutils-2.0.57/gui/fcontextPage.py	2008-10-29 12:39:26.000000000 -0400
 @@ -0,0 +1,223 @@
 +## fcontextPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -340,7 +340,7 @@
 +##
 +## I18N
 +## 
-+PROGNAME="system-config-selinux"
++PROGNAME="policycoreutils"
 +
 +import gettext
 +gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
@@ -1473,7 +1473,7 @@
 +</glade-project>
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.py policycoreutils-2.0.57/gui/lockdown.py
 --- nsapolicycoreutils/gui/lockdown.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.57/gui/lockdown.py	2008-10-10 16:04:46.000000000 -0400
++++ policycoreutils-2.0.57/gui/lockdown.py	2008-10-29 12:39:00.000000000 -0400
 @@ -0,0 +1,382 @@
 +#!/usr/bin/python
 +#
@@ -1520,7 +1520,7 @@
 +##
 +## I18N
 +## 
-+PROGNAME="lockdown"
++PROGNAME="policycoreutils"
 +
 +import gettext
 +gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
@@ -5595,7 +5595,7 @@
 +</glade-interface>
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycoreutils-2.0.57/gui/polgen.py
 --- nsapolicycoreutils/gui/polgen.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.57/gui/polgen.py	2008-10-10 16:04:46.000000000 -0400
++++ policycoreutils-2.0.57/gui/polgen.py	2008-10-29 12:39:33.000000000 -0400
 @@ -0,0 +1,925 @@
 +#!/usr/bin/python
 +#
@@ -5643,7 +5643,7 @@
 +##
 +## I18N
 +## 
-+PROGNAME="system-config-selinux"
++PROGNAME="policycoreutils"
 +
 +import gettext
 +gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
@@ -6524,7 +6524,7 @@
 +	
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgengui.py policycoreutils-2.0.57/gui/polgengui.py
 --- nsapolicycoreutils/gui/polgengui.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.57/gui/polgengui.py	2008-10-10 16:04:46.000000000 -0400
++++ policycoreutils-2.0.57/gui/polgengui.py	2008-10-29 12:38:52.000000000 -0400
 @@ -0,0 +1,623 @@
 +#!/usr/bin/python -E
 +#
@@ -6564,7 +6564,7 @@
 +##
 +## I18N
 +## 
-+PROGNAME="system-config-selinux"
++PROGNAME="policycoreutils"
 +
 +import gettext
 +gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
@@ -11245,7 +11245,7 @@
 +</glade-interface>
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/system-config-selinux.py policycoreutils-2.0.57/gui/system-config-selinux.py
 --- nsapolicycoreutils/gui/system-config-selinux.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.57/gui/system-config-selinux.py	2008-10-10 16:04:46.000000000 -0400
++++ policycoreutils-2.0.57/gui/system-config-selinux.py	2008-10-29 12:38:39.000000000 -0400
 @@ -0,0 +1,187 @@
 +#!/usr/bin/python
 +#
@@ -11289,7 +11289,7 @@
 +##
 +## I18N
 +## 
-+PROGNAME="system-config-selinux"
++PROGNAME="policycoreutils"
 +
 +import gettext
 +gettext.bindtextdomain(PROGNAME, "/usr/share/locale")

policycoreutils-po.patch:

View full diff with command:
/usr/bin/cvs -f diff  -kk -u -N -r 1.42 -r 1.43 policycoreutils-po.patch
Index: policycoreutils-po.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-po.patch,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- policycoreutils-po.patch	20 Oct 2008 19:53:20 -0000	1.42
+++ policycoreutils-po.patch	29 Oct 2008 17:02:31 -0000	1.43
@@ -1,6 +1,6 @@
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/as.po policycoreutils-2.0.57/po/as.po
 --- nsapolicycoreutils/po/as.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.57/po/as.po	2008-10-20 15:51:15.000000000 -0400
++++ policycoreutils-2.0.57/po/as.po	2008-10-28 15:51:54.000000000 -0400
 @@ -1,4 +1,4 @@
 -# translation of as.po to Assamese
 +# translation of policycoreutils.HEAD.po to Assamese
@@ -1801,7 +1801,7 @@
 -#~ msgstr "স্তৰ"
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/es.po policycoreutils-2.0.57/po/es.po
 --- nsapolicycoreutils/po/es.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.57/po/es.po	2008-10-20 15:51:15.000000000 -0400
++++ policycoreutils-2.0.57/po/es.po	2008-10-28 15:51:55.000000000 -0400
 @@ -7,8 +7,8 @@
  msgstr ""
  "Project-Id-Version: policycoreutils.HEAD.es\n"
@@ -4977,7 +4977,7 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/fr.po policycoreutils-2.0.57/po/fr.po
 --- nsapolicycoreutils/po/fr.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.57/po/fr.po	2008-10-20 15:51:15.000000000 -0400
++++ policycoreutils-2.0.57/po/fr.po	2008-10-28 15:51:55.000000000 -0400
 @@ -9,15 +9,16 @@
  msgstr ""
  "Project-Id-Version: policycoreutils.HEAD.fr_modifié(1)\n"
@@ -8253,7 +8253,7 @@
 +
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/gu.po policycoreutils-2.0.57/po/gu.po
 --- nsapolicycoreutils/po/gu.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.57/po/gu.po	2008-10-20 15:51:15.000000000 -0400
++++ policycoreutils-2.0.57/po/gu.po	2008-10-28 15:51:55.000000000 -0400
 @@ -3,20 +3,22 @@
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
  #
@@ -10034,7 +10034,7 @@
 -#~ "Disabled\n"
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/it.po policycoreutils-2.0.57/po/it.po
 --- nsapolicycoreutils/po/it.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.57/po/it.po	2008-10-20 15:51:16.000000000 -0400
++++ policycoreutils-2.0.57/po/it.po	2008-10-28 15:51:55.000000000 -0400
 @@ -1,21 +1,23 @@
 -# translation of it.po to
 +# translation of it.po to Italiano
@@ -11891,7 +11891,7 @@
 -#~ "Disabilitata\n"
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ja.po policycoreutils-2.0.57/po/ja.po
 --- nsapolicycoreutils/po/ja.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.57/po/ja.po	2008-10-20 15:51:16.000000000 -0400
++++ policycoreutils-2.0.57/po/ja.po	2008-10-28 15:51:55.000000000 -0400
 @@ -1,4 +1,4 @@
 -# translation of ja.po to Japanese
 +# translation of policycoreutils.HEAD.ja.po to Japanese
@@ -13630,15 +13630,15 @@
 -#~ msgstr "前(_P)"
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/kn.po policycoreutils-2.0.57/po/kn.po
 --- nsapolicycoreutils/po/kn.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.57/po/kn.po	2008-10-20 15:51:16.000000000 -0400
++++ policycoreutils-2.0.57/po/kn.po	2008-10-28 15:51:55.000000000 -0400
 @@ -7,15 +7,15 @@
  msgstr ""
  "Project-Id-Version: policycoreutils.HEAD.kn\n"
  "Report-Msgid-Bugs-To: \n"
 -"POT-Creation-Date: 2008-09-09 13:24-0400\n"
 -"PO-Revision-Date: 2008-04-02 10:45+0530\n"
-+"POT-Creation-Date: 2008-09-30 01:17+0000\n"
-+"PO-Revision-Date: 2008-10-06 11:12+0530\n"
++"POT-Creation-Date: 2008-10-17 01:17+0000\n"
++"PO-Revision-Date: 2008-10-19 23:43+0530\n"
  "Last-Translator: Shankar Prasad <svenkate at redhat.com>\n"
  "Language-Team: Kannada <en at li.org>\n"
  "MIME-Version: 1.0\n"
@@ -13720,7 +13720,7 @@
  #, python-format
  msgid "Could not set permissive domain %s (module installation failed)"
 -msgstr ""
-+msgstr "ಅನುಮತಿ ಇರುವ ಘಟಕ %s ಅನ್ನು ಹೊಂದಿಸಲಾಗಿಲ್ಲ(ಘಟಕದ ಅನುಸ್ಥಾಪನೆ ವಿಫಲಗೊಂಡಿದೆ)"
++msgstr "ಅನುಮತಿಪೂರ್ವಕ ಡೊಮೈನ್ %s ಅನ್ನು ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ (ಘಟಕ ಅನುಸ್ಥಾಪನೆಯು ವಿಫಲಗೊಂಡಿದೆ)"
  
  #: ../semanage/seobject.py:366
  #, python-format
@@ -13989,6 +13989,15 @@
  
  #: ../newrole/newrole.c:791
  #, c-format
+@@ -1075,7 +1078,7 @@
+ #: ../newrole/newrole.c:957
+ #, c-format
+ msgid "Couldn't get default type.\n"
+-msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಬಗೆಯನ್ನು ಪಡೆದುಕೊಳ್ಳಲಾಗಿಲ್ಲ.\n"
++msgstr "ಡೀಫಾಲ್ಟ್‍  ಬಗೆಯನ್ನು ಪಡೆದುಕೊಳ್ಳಲಾಗಿಲ್ಲ.\n"
+ 
+ #: ../newrole/newrole.c:967
+ #, c-format
 @@ -1182,6 +1185,11 @@
  msgid "Unable to restore the environment, aborting\n"
  msgstr "ವಾತಾವರಣವನ್ನು ಪುನಃಸ್ಥಾಪಿಸಲಾಗಿಲ್ಲ, ಕಾರ್ಯಭಂಗ ಮಾಡಲಾಗುತ್ತಿದೆ\n"
@@ -14681,7 +14690,7 @@
 -" ಗಣಕವನ್ನು ಅನುಮತಿ ಕ್ರಮದಲ್ಲಿ ಇರಿಸಿ (setenforce 0). \n"
 -"avc ಸಂದೇಶಗಳನ್ನು ಉತ್ಪಾದಿಸಲು ಅನ್ವಯವನ್ನು ಚಲಾಯಿಸಿ/ಪುನರಾರಂಭಿಸಿ.\n"
 -"te ಕಡತಕ್ಕೆ ಹೆಚ್ಚುವರಿ ನಿಯಮಗಳನ್ನು ಉತ್ಪಾದಿಸಲು audit2allow -R ಅನ್ನು ಬಳಸಿ.\n"
-+"ಈ ಬಳಕೆದಾರನು X ಅಥವ ಟರ್ಮಿನಲ್ ಮೂಲಕ ಒಂದು ಗಣಕಕ್ಕೆ ಪ್ರವೇಶಿಸಬಲ್ಲನು.  ಪೂರ್ವನಿಯೋಜಿತವಾಗಿ ಈ "
++"ಈ ಬಳಕೆದಾರನು X ಅಥವ ಟರ್ಮಿನಲ್ ಮೂಲಕ ಒಂದು ಗಣಕಕ್ಕೆ ಪ್ರವೇಶಿಸಬಲ್ಲನು.  ಡೀಫಾಲ್ಟ್‍  ಆಗಿ ಈ "
 +"ಬಳಕೆದಾರನು setuid, networking, sudo ಹಾಗು su ಗಳಲ್ಲಿ ಯಾವುದನ್ನೂ ಹೊಂದಿರುವುದಿಲ್ಲ"
  
 -#: ../gui/polgen.glade:3106
@@ -14693,7 +14702,7 @@
 +"default this user will have  no setuid, no networking, no su, no sudo."
 +msgstr ""
 +"ಈ ಬಳಕೆದಾರನು ಒಂದು ಟರ್ಮಿನಲ್ ಅಥವ ದೂರಸ್ಥ ಪ್ರವೇಶದ ಮೂಲಕ ಒಂದು ಗಣಕಕ್ಕೆ ಪ್ರವೇಶಿಸಬಲ್ಲನು.  "
-+"ಪೂರ್ವನಿಯೋಜಿತವಾಗಿ ಈ ಬಳಕೆದಾರನು setuid, networking, sudo ಹಾಗು su ಗಳಲ್ಲಿ ಯಾವುದನ್ನೂ "
++"ಡೀಫಾಲ್ಟ್‍  ಆಗಿ ಈ ಬಳಕೆದಾರನು setuid, networking, sudo ಹಾಗು su ಗಳಲ್ಲಿ ಯಾವುದನ್ನೂ "
 +"ಹೊಂದಿರುವುದಿಲ್ಲ."
  
 -#: ../gui/polgen.glade:3179
@@ -14955,14 +14964,14 @@
 +#: ../gui/system-config-selinux.glade.h:3
 +msgid "Add File Context"
 +msgstr "ಕಡತ ಸನ್ನಿವೇಶವನ್ನು ಸೇರಿಸು"
-+
-+#: ../gui/system-config-selinux.glade.h:4
-+msgid "Add Network Port"
-+msgstr "ಜಾಲಬಂಧ ಸಂಪರ್ಕಸ್ಥಾನವನ್ನು ಸೇರಿಸು"
  
 -#: ../gui/system-config-selinux.glade:22
 -#: ../gui/system-config-selinux.glade:544
 -#: ../gui/system-config-selinux.glade:736
++#: ../gui/system-config-selinux.glade.h:4
++msgid "Add Network Port"
++msgstr "ಜಾಲಬಂಧ ಸಂಪರ್ಕಸ್ಥಾನವನ್ನು ಸೇರಿಸು"
++
 +#: ../gui/system-config-selinux.glade.h:5
  msgid "Add SELinux Login Mapping"
  msgstr "SELinux ಪ್ರವೇಶ ಮ್ಯಾಪಿಂಗನ್ನು ಸೇರಿಸು"
@@ -15176,12 +15185,12 @@
 -#: ../gui/system-config-selinux.glade:3084
 -msgid "Filter"
 -msgstr "ಶೋಧಕ(Filter)"
--
++msgstr "ಲಾಕ್‌ಡೌನ್..."
+ 
 -#: ../gui/system-config-selinux.glade:1944
 -msgid "label50"
 -msgstr ""
-+msgstr "ಲಾಕ್‌ಡೌನ್..."
- 
+-
 -#: ../gui/system-config-selinux.glade:1981
 -msgid "Add File Context"
 -msgstr "ಕಡತ ಸನ್ನಿವೇಶವನ್ನು ಸೇರಿಸು"
@@ -15244,7 +15253,7 @@
 -msgstr "ಅನುವಾದವನ್ನು ಮಾರ್ಪಡಿಸು"
 +#: ../gui/system-config-selinux.glade.h:45
 +msgid "Revert boolean setting to system default"
-+msgstr "ಬೂಲಿಯನ್ ಸಂಯೋಜನೆಯನ್ನು ಗಣಕ ಪೂರ್ವನಿಯೋಜಿತಕ್ಕೆ ಮರಳಿಸು"
++msgstr "ಬೂಲಿಯನ್ ಸಂಯೋಜನೆಯನ್ನು ಗಣಕ ಡೀಫಾಲ್ಟ್‍ ಕ್ಕೆ ಮರಳಿಸು"
  
 -#: ../gui/system-config-selinux.glade:2403
 -msgid "Delete Translation"
@@ -15297,14 +15306,14 @@
 -msgstr "ಜಾಲಬಂಧ ಸಂಪರ್ಕಸ್ಥಾನವನ್ನು ಸೇರಿಸು"
 +#: ../gui/system-config-selinux.glade.h:55
 +msgid "System Default Enforcing Mode"
-+msgstr "ಗಣಕ ಪೂರ್ವನಿಯೋಜಿತ ಒತ್ತಾಯಪೂರ್ವಕ ಕ್ರಮ"
++msgstr "ಗಣಕ ಡೀಫಾಲ್ಟ್‍  ಒತ್ತಾಯಪೂರ್ವಕ ಕ್ರಮ"
  
 -#: ../gui/system-config-selinux.glade:2759
 -msgid "Edit Network Port"
 -msgstr "ಜಾಲಬಂಧ ಸಂಪರ್ಕಸ್ಥಾನವನ್ನು ಸಂಪಾದಿಸು"
 +#: ../gui/system-config-selinux.glade.h:56
 +msgid "System Default Policy Type: "
-+msgstr "ಗಣಕ ಪೂರ್ವನಿಯೋಜಿತ ನೀತಿಯ ಬಗೆ: "
++msgstr "ಗಣಕ ಡೀಫಾಲ್ಟ್‍  ನೀತಿಯ ಬಗೆ: "
  
 -#: ../gui/system-config-selinux.glade:2775
 -msgid "Delete Network Port"
@@ -15441,7 +15450,7 @@
 -#~ "ಅಶಕ್ತಗೊಂಡ\n"
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ml.po policycoreutils-2.0.57/po/ml.po
 --- nsapolicycoreutils/po/ml.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.57/po/ml.po	2008-10-20 15:51:16.000000000 -0400
++++ policycoreutils-2.0.57/po/ml.po	2008-10-28 15:51:55.000000000 -0400
 @@ -1,3 +1,4 @@
 +# translation of policycoreutils.HEAD.ml.po to
  # translation of ml.po to
@@ -17257,7 +17266,7 @@
 -#~ "പ്രവര്‍ത്തന രഹിതം\n"
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/mr.po policycoreutils-2.0.57/po/mr.po
 --- nsapolicycoreutils/po/mr.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.57/po/mr.po	2008-10-20 15:51:16.000000000 -0400
++++ policycoreutils-2.0.57/po/mr.po	2008-10-28 15:51:55.000000000 -0400
 @@ -10,8 +10,8 @@
[...4402 lines suppressed...]
- #~ msgstr "Kräver värde"
- 
+-
+-#~ msgid "Requires value"
+-#~ msgstr "Kräver värde"
+-
 -#~ msgid "Invalid prefix %s"
 -#~ msgstr "Ogiltigt prefix %s"
-+#~ msgid "value"
-+#~ msgstr "värde"
-+
-+#~ msgid "You must be root to run %s."
-+#~ msgstr "Du måste vara root för att köra %s."
-+
-+#~ msgid "Other"
-+#~ msgstr "Andra"
- 
- #~ msgid "label25"
- #~ msgstr "label25"
-@@ -3400,34 +3471,12 @@
- #~ msgid "label34"
- #~ msgstr "label34"
- 
+-
+-#~ msgid "label25"
+-#~ msgstr "label25"
+-
+-#~ msgid "label26"
+-#~ msgstr "label26"
+-
+-#~ msgid "label28"
+-#~ msgstr "label28"
+-
+-#~ msgid "label30"
+-#~ msgstr "label30"
+-
+-#~ msgid "label31"
+-#~ msgstr "label31"
+-
+-#~ msgid "label32"
+-#~ msgstr "label32"
+-
+-#~ msgid "label33"
+-#~ msgstr "label33"
+-
+-#~ msgid "label34"
+-#~ msgstr "label34"
+-
 -#~ msgid "label35"
 -#~ msgstr "label35"
 -
@@ -32535,68 +33594,79 @@
 -#~ msgid "Other"
 -#~ msgstr "Andra"
 -
- #~ msgid "Files and Directories"
- #~ msgstr "Filer och katalog"
- 
-+#~ msgid "label35"
-+#~ msgstr "label35"
-+
- #~ msgid "FTP"
- #~ msgstr "FTP"
- 
-@@ -3459,6 +3508,39 @@
- #~ msgstr "MLS/MCS-nivå"
- 
- #~ msgid ""
-+#~ "Enforcing\n"
-+#~ "Permissive\n"
-+#~ "Disabled\n"
-+#~ msgstr ""
-+#~ "Upprätthållande\n"
-+#~ "Tillåtande\n"
-+#~ "Avaktiverad\n"
-+
-+#~ msgid "label37"
-+#~ msgstr "label37"
-+
-+#~ msgid "label50"
-+#~ msgstr "label50"
-+
-+#~ msgid "label38"
-+#~ msgstr "label38"
-+
-+#~ msgid "label39"
-+#~ msgstr "label39"
-+
-+#~ msgid "label41"
-+#~ msgstr "label41"
-+
-+#~ msgid "label40"
-+#~ msgstr "label40"
-+
-+#~ msgid "label42"
-+#~ msgstr "label42"
-+
-+#~ msgid "label44"
-+#~ msgstr "label44"
-+
-+#~ msgid ""
- #~ "MLS/\n"
- #~ "MCS Level"
- #~ msgstr ""
-@@ -3477,6 +3559,9 @@
- #~ msgid "range not supported on Non MLS machines"
- #~ msgstr "intervall stöds inte av icke-MLS maskiner"
- 
-+#~ msgid "You must specify a prefix"
-+#~ msgstr "Du måste ange ett prefix"
-+
- #~ msgid "Invalid value %s"
- #~ msgstr "Ogiltigt värde %s"
- 
+-#~ msgid "Files and Directories"
+-#~ msgstr "Filer och katalog"
+-
+-#~ msgid "FTP"
+-#~ msgstr "FTP"
+-
+-#~ msgid "Polyinstatiation"
+-#~ msgstr "Polyinstansiering"
+-
+-#~ msgid "Zebra"
+-#~ msgstr "Zebra"
+-
+-#~ msgid "Disable SELinux protection for ftpd daemon"
+-#~ msgstr "Avaktivera SELinux-skydd för ftpd-demonen"
+-
+-#~ msgid "Disable SELinux protection for httpd daemon"
+-#~ msgstr "Avaktivera SELinux-skydd för httpd-demonen"
+-
+-#~ msgid "Disable SELinux protection for pppd daemon"
+-#~ msgstr "Avaktivera SELinux-skydd för pppd-demonen"
+-
+-#~ msgid "Disable SELinux protection for the mozilla ppp daemon"
+-#~ msgstr "Avaktivera SELinux-skydd för mozilla ppp-demonen"
+-
+-#~ msgid "Spam Assassin"
+-#~ msgstr "Spam Assassin"
+-
+-#~ msgid "Disable SELinux protection for zebra daemon"
+-#~ msgstr "Avaktivera SELinux-skydd för zebra-demonen"
+-
+-#~ msgid "MLS/MCS Level"
+-#~ msgstr "MLS/MCS-nivå"
+-
+-#~ msgid ""
+-#~ "MLS/\n"
+-#~ "MCS Level"
+-#~ msgstr ""
+-#~ "MLS/\n"
+-#~ "MCS-nivå"
+-
+-#~ msgid "Requires 2 or more arguments"
+-#~ msgstr "Kräver 2 eller fler argument"
+-
+-#~ msgid "%s not defined"
+-#~ msgstr "%s är inte definierad"
+-
+-#~ msgid "%s not valid for %s objects\n"
+-#~ msgstr "%s inte giltig för %s objekt\n"
+-
+-#~ msgid "range not supported on Non MLS machines"
+-#~ msgstr "intervall stöds inte av icke-MLS maskiner"
+-
+-#~ msgid "Invalid value %s"
+-#~ msgstr "Ogiltigt värde %s"
+-
+-#~ msgid ""
+-#~ "In order to load this newly created policy package into the kernel,\n"
+-#~ "you are required to execute \n"
+-#~ "\n"
+-#~ "semodule -i %s.pp\n"
+-#~ "\n"
+-#~ msgstr ""
+-#~ "För att ladda detta nya policy-paket in i kärnan,\n"
+-#~ "måste du köra \n"
+-#~ "\n"
+-#~ "semodule -i %s.pp\n"
+-#~ "\n"
+-
+-#~ msgid "Options Error: %s "
+-#~ msgstr "Flaggfel: %s "
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/te.po policycoreutils-2.0.57/po/te.po
 --- nsapolicycoreutils/po/te.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.57/po/te.po	2008-10-20 15:51:17.000000000 -0400
++++ policycoreutils-2.0.57/po/te.po	2008-10-28 15:51:56.000000000 -0400
 @@ -1,21 +1,22 @@
 -# translation of new_policycoreutils.HEAD.te.po to Telugu
 +# translation of te.po to Telugu
@@ -34380,7 +35450,7 @@
 -#~ "అచేతనమైన\n"
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_TW.po policycoreutils-2.0.57/po/zh_TW.po
 --- nsapolicycoreutils/po/zh_TW.po	2008-09-22 13:25:06.000000000 -0400
-+++ policycoreutils-2.0.57/po/zh_TW.po	2008-10-20 15:51:18.000000000 -0400
++++ policycoreutils-2.0.57/po/zh_TW.po	2008-10-28 15:51:57.000000000 -0400
 @@ -10,8 +10,8 @@
  msgstr ""
  "Project-Id-Version: policycoreutils.HEAD\n"


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.567
retrieving revision 1.568
diff -u -r1.567 -r1.568
--- policycoreutils.spec	29 Oct 2008 13:46:44 -0000	1.567
+++ policycoreutils.spec	29 Oct 2008 17:02:32 -0000	1.568
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.57
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -193,6 +193,9 @@
 fi
 
 %changelog
+* Wed Oct 29 2008 Dan Walsh <dwalsh at redhat.com> 2.0.57-9
+- Make GUI use translations
+
 * Wed Oct 29 2008 Dan Walsh <dwalsh at redhat.com> 2.0.57-8
 - Fix typo in man page
 




More information about the fedora-extras-commits mailing list