--- system-config-samba-1.2.50.orig/debian/control +++ system-config-samba-1.2.50/debian/control @@ -0,0 +1,15 @@ +Source: system-config-samba +Section: admin +Priority: optional +Maintainer: Soren Hansen +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), dpatch, intltool, python-central (>= 0.5.6) +Standards-Version: 3.7.2 +XS-Python-Version: current + +Package: system-config-samba +Architecture: all +Depends: ${python:Depends}, samba, python-libuser +XB-Python-Version: ${python:Versions} +Description: GUI for managing samba shares and users + system-config-samba is a graphical user interface for creating, + modifying, and deleting samba shares and users. --- system-config-samba-1.2.50.orig/debian/pyversions +++ system-config-samba-1.2.50/debian/pyversions @@ -0,0 +1 @@ +current --- system-config-samba-1.2.50.orig/debian/system-config-samba.8 +++ system-config-samba-1.2.50/debian/system-config-samba.8 @@ -0,0 +1,25 @@ +.\" Hey, EMACS: -*- nroff -*- +.TH SYSTEM-CONFIG-SAMBA 8 "Jun 12, 2007" +.SH NAME +system-config-samba \- GUI for managing Samba shares and users +.SH SYNOPSIS +.B system-config-samba +.SH DESCRIPTION +This manual page documents briefly the +.B system-config-samba +command. +.PP +.B system-config-samba +is a program that provides a graphical interface for managing Samba users and shares. +.SH SEE ALSO +.BR samba (7) +.br +The program is fully documented at +.nh +.I file:///usr/share/doc/system-config-samba/index.html +.hy +.SH AUTHOR +redhat-config-samba was written by Brent Fox . +.PP +This manual page was written by Soren Hansen , +for Ubuntu (but may be used by others). --- system-config-samba-1.2.50.orig/debian/system-config-samba.install +++ system-config-samba-1.2.50/debian/system-config-samba.install @@ -0,0 +1 @@ +debian/tmp/usr --- system-config-samba-1.2.50.orig/debian/patches/04_desktop.dpatch +++ system-config-samba-1.2.50/debian/patches/04_desktop.dpatch @@ -0,0 +1,24 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 06_desktop.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fix desktop file + +@DPATCH@ +diff -urNad system-config-samba-1.2.50~/system-config-samba.desktop.in system-config-samba-1.2.50/system-config-samba.desktop.in +--- system-config-samba-1.2.50~/system-config-samba.desktop.in 2007-09-01 13:38:33.000000000 +0200 ++++ system-config-samba-1.2.50/system-config-samba.desktop.in 2007-09-01 13:39:24.842305381 +0200 +@@ -1,9 +1,11 @@ + [Desktop Entry] ++Version=1.0 ++Encoding=UTF-8 + _Name=Samba + _Comment=Create, modify, and delete samba shares + Categories=System;Settings; +-Icon=system-config-samba.png +-Exec=/usr/bin/system-config-samba ++Icon=system-config-samba ++Exec=gksu system-config-samba + Type=Application + StartupNotify=true + Terminal=false --- system-config-samba-1.2.50.orig/debian/patches/00list +++ system-config-samba-1.2.50/debian/patches/00list @@ -0,0 +1,5 @@ +01_interpreter_path_fix +02_get_rid_of_rhpl +03_sysvrc +04_desktop +05_fixperms --- system-config-samba-1.2.50.orig/debian/patches/01_interpreter_path_fix.dpatch +++ system-config-samba-1.2.50/debian/patches/01_interpreter_path_fix.dpatch @@ -0,0 +1,25 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_interpreter_path_fix.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fix broken python interpreter path + +@DPATCH@ +diff -urNad system-config-samba-1.2.35~/src/samba-share.py system-config-samba-1.2.35/src/samba-share.py +--- system-config-samba-1.2.35~/src/samba-share.py 2004-03-22 22:00:09.000000000 +0100 ++++ system-config-samba-1.2.35/src/samba-share.py 2007-05-31 10:23:38.260243333 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/python2 ++#!/usr/bin/python + + ## samba-share.py - Contains the startup script for system-config-samba + ## Copyright (C) 2004 Red Hat, Inc. +diff -urNad system-config-samba-1.2.35~/src/system-config-samba.py system-config-samba-1.2.35/src/system-config-samba.py +--- system-config-samba-1.2.35~/src/system-config-samba.py 2004-10-10 00:50:14.000000000 +0200 ++++ system-config-samba-1.2.35/src/system-config-samba.py 2007-05-31 10:23:18.759132028 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/python2 ++#!/usr/bin/python + + ## system-config-samba.py - Contains the startup script for system-config-samba + ## Copyright (C) 2002, 2003 Red Hat, Inc. --- system-config-samba-1.2.50.orig/debian/patches/05_fixperms.dpatch +++ system-config-samba-1.2.50/debian/patches/05_fixperms.dpatch @@ -0,0 +1,35 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 05_fixperms.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad system-config-samba-1.2.50~/Makefile system-config-samba-1.2.50/Makefile +--- system-config-samba-1.2.50~/Makefile 2007-09-01 13:44:37.000000000 +0200 ++++ system-config-samba-1.2.50/Makefile 2007-09-01 13:47:07.326916809 +0200 +@@ -41,16 +41,17 @@ + mkdir -p $(DESTDIR)/usr/share/pixmaps + mkdir -p $(DESTDIR)/usr/share/applications + mkdir -p $(DESTDIR)/usr/share/icons/hicolor/48x48/apps +- install src/*.py src/smb.conf.template $(DESTDIR)$(PKGDATADIR) ++ install -m 644 src/*.py src/smb.conf.template $(DESTDIR)$(PKGDATADIR) + for py in src/*.py ; do \ + sed -e s,@VERSION@,$(VERSION),g $${py} > $(DESTDIR)$(PKGDATADIR)/`basename $${py}` ; \ + done +- install src/*.glade $(DESTDIR)$(PKGDATADIR) +- install $(PKGNAME).pam $(DESTDIR)$(PAMD_DIR)/$(PKGNAME) +- install $(PKGNAME).console $(DESTDIR)$(SECURITY_DIR)/$(PKGNAME) +- install pixmaps/*.png $(DESTDIR)$(PKGIMAGEDIR) +- install pixmaps/${PKGNAME}.png $(DESTDIR)/usr/share/icons/hicolor/48x48/apps +- install ${PKGNAME}.desktop $(DESTDIR)/usr/share/applications/${PKGNAME}.desktop ++ for py in sambaoptionscheck.py samba-share.py system-config-samba.py ; do \ ++ chmod 755 $(DESTDIR)$(PKGDATADIR)/$${py} ; \ ++ done ++ install -m 644 src/*.glade $(DESTDIR)$(PKGDATADIR) ++ install -m 644 pixmaps/*.png $(DESTDIR)$(PKGIMAGEDIR) ++ install -m 644 pixmaps/${PKGNAME}.png $(DESTDIR)/usr/share/icons/hicolor/48x48/apps ++ install -m 644 ${PKGNAME}.desktop $(DESTDIR)/usr/share/applications/${PKGNAME}.desktop + ln -sf consolehelper $(DESTDIR)/usr/bin/$(PKGNAME) + for d in $(SUBDIRS); do \ + (cd $$d; $(MAKE) DESTDIR=$(DESTDIR) MANDIR=$(MANDIR) install) \ --- system-config-samba-1.2.50.orig/debian/patches/03_sysvrc.dpatch +++ system-config-samba-1.2.50/debian/patches/03_sysvrc.dpatch @@ -0,0 +1,60 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_sysvrc.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad system-config-samba-1.2.50~/src/sambaBackend.py system-config-samba-1.2.50/src/sambaBackend.py +--- system-config-samba-1.2.50~/src/sambaBackend.py 2007-09-01 15:04:13.585689391 +0200 ++++ system-config-samba-1.2.50/src/sambaBackend.py 2007-09-01 15:04:25.405865338 +0200 +@@ -30,46 +30,11 @@ + + class SambaBackend: + +- def nmbIsService (self): +- # Check if nmb is its own service +- s = os.system ('/sbin/chkconfig --list nmb >& /dev/null') +- if s == 0: +- return True +- else: +- return False +- + def isSambaRunning (self): +- services = [ ('smb', 'smbd') ] +- +- if self.nmbIsService (): +- services.append ( ('nmb', 'nmbd') ) +- +- for service, procname in services: +- fd = os.popen ('LC_MESSAGES=C /sbin/service %s status' % service) +- lines = fd.readlines () +- fd.close () +- +- for line in lines: +- if string.find (line, procname) >= 0: +- if not string.find (line, 'running') > 0: +- return False +- +- return True ++ return os.path.exists('/var/run/samba/smbd.pid') + + def startSamba(self): +- services = ['smb'] +- +- if self.nmbIsService (): +- services.append ('nmb') +- +- for service in services: +- os.system ('/sbin/service %s start > /dev/null' % service) ++ os.system ('/usr/sbin/invoke-rc.d samba start > /dev/null') + + def restartSamba(self): +- services = ['smb'] +- +- if self.nmbIsService (): +- services.append ('nmb') +- +- for service in services: +- os.system ('/sbin/service %s restart > /dev/null' % service) ++ os.system ('/usr/sbin/invoke-rc.d samba restart > /dev/null') --- system-config-samba-1.2.50.orig/debian/patches/02_get_rid_of_rhpl.dpatch +++ system-config-samba-1.2.50/debian/patches/02_get_rid_of_rhpl.dpatch @@ -0,0 +1,133 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_get_rid_of_rhpl.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad system-config-samba-1.2.35~/src/addUserWin.py system-config-samba-1.2.35/src/addUserWin.py +--- system-config-samba-1.2.35~/src/addUserWin.py 2005-04-01 17:35:37.000000000 +0200 ++++ system-config-samba-1.2.35/src/addUserWin.py 2007-05-31 15:34:48.824218138 +0200 +@@ -24,8 +24,8 @@ + ## + ## I18N + ## +-from rhpl.translate import _, N_ +-import rhpl.translate as translate ++from gettext import gettext as _ ++import gettext as translate + domain = 'system-config-samba' + translate.textdomain (domain) + gtk.glade.bindtextdomain(domain) +diff -urNad system-config-samba-1.2.35~/src/basicPreferencesWin.py system-config-samba-1.2.35/src/basicPreferencesWin.py +--- system-config-samba-1.2.35~/src/basicPreferencesWin.py 2005-04-01 17:35:37.000000000 +0200 ++++ system-config-samba-1.2.35/src/basicPreferencesWin.py 2007-05-31 15:34:48.824218138 +0200 +@@ -26,8 +26,8 @@ + ## + ## I18N + ## +-from rhpl.translate import _, N_ +-import rhpl.translate as translate ++from gettext import gettext as _ ++import gettext as translate + domain = 'system-config-samba' + translate.textdomain (domain) + gtk.glade.bindtextdomain(domain) +diff -urNad system-config-samba-1.2.35~/src/mainWindow.py system-config-samba-1.2.35/src/mainWindow.py +--- system-config-samba-1.2.35~/src/mainWindow.py 2006-03-29 15:13:29.000000000 +0200 ++++ system-config-samba-1.2.35/src/mainWindow.py 2007-05-31 15:34:48.824218138 +0200 +@@ -33,8 +33,8 @@ + ## + ## I18N + ## +-from rhpl.translate import _, N_ +-import rhpl.translate as translate ++from gettext import gettext as _ ++import gettext as translate + domain = 'system-config-samba' + translate.textdomain (domain) + gtk.glade.bindtextdomain(domain) +diff -urNad system-config-samba-1.2.35~/src/samba-share.py system-config-samba-1.2.35/src/samba-share.py +--- system-config-samba-1.2.35~/src/samba-share.py 2004-03-22 22:00:09.000000000 +0100 ++++ system-config-samba-1.2.35/src/samba-share.py 2007-05-31 15:34:48.824218138 +0200 +@@ -28,8 +28,8 @@ + ## + ## I18N + ## +-from rhpl.translate import _, N_ +-import rhpl.translate as translate ++from gettext import gettext as _ ++import gettext as translate + translate.textdomain ("system-config-samba") + + TRUE = 1 +diff -urNad system-config-samba-1.2.35~/src/sambaBackend.py system-config-samba-1.2.35/src/sambaBackend.py +--- system-config-samba-1.2.35~/src/sambaBackend.py 2004-03-05 00:55:01.000000000 +0100 ++++ system-config-samba-1.2.35/src/sambaBackend.py 2007-05-31 15:34:48.824218138 +0200 +@@ -23,8 +23,8 @@ + ## + ## I18N + ## +-from rhpl.translate import _, N_ +-import rhpl.translate as translate ++from gettext import gettext as _ ++import gettext as translate + domain = 'system-config-samba' + translate.textdomain (domain) + +diff -urNad system-config-samba-1.2.35~/src/sambaParser.py system-config-samba-1.2.35/src/sambaParser.py +--- system-config-samba-1.2.35~/src/sambaParser.py 2005-04-01 17:35:37.000000000 +0200 ++++ system-config-samba-1.2.35/src/sambaParser.py 2007-05-31 15:34:48.824218138 +0200 +@@ -28,8 +28,8 @@ + ## + ## I18N + ## +-from rhpl.translate import _, N_ +-import rhpl.translate as translate ++from gettext import gettext as _ ++import gettext as translate + domain = 'system-config-samba' + translate.textdomain (domain) + +diff -urNad system-config-samba-1.2.35~/src/sambaUserData.py system-config-samba-1.2.35/src/sambaUserData.py +--- system-config-samba-1.2.35~/src/sambaUserData.py 2005-04-01 17:35:37.000000000 +0200 ++++ system-config-samba-1.2.35/src/sambaUserData.py 2007-05-31 15:34:48.824218138 +0200 +@@ -24,8 +24,8 @@ + ## + ## I18N + ## +-from rhpl.translate import _, N_ +-import rhpl.translate as translate ++from gettext import gettext as _ ++import gettext as translate + domain = 'system-config-samba' + translate.textdomain (domain) + gtk.glade.bindtextdomain(domain) +diff -urNad system-config-samba-1.2.35~/src/sambaUserWin.py system-config-samba-1.2.35/src/sambaUserWin.py +--- system-config-samba-1.2.35~/src/sambaUserWin.py 2005-04-01 17:35:37.000000000 +0200 ++++ system-config-samba-1.2.35/src/sambaUserWin.py 2007-05-31 15:34:48.824218138 +0200 +@@ -26,8 +26,8 @@ + ## + ## I18N + ## +-from rhpl.translate import _, N_ +-import rhpl.translate as translate ++from gettext import gettext as _ ++import gettext as translate + domain = 'system-config-samba' + translate.textdomain (domain) + gtk.glade.bindtextdomain(domain) +diff -urNad system-config-samba-1.2.35~/src/shareWindow.py system-config-samba-1.2.35/src/shareWindow.py +--- system-config-samba-1.2.35~/src/shareWindow.py 2005-04-01 17:35:37.000000000 +0200 ++++ system-config-samba-1.2.35/src/shareWindow.py 2007-05-31 15:34:48.824218138 +0200 +@@ -28,8 +28,8 @@ + ## + ## I18N + ## +-from rhpl.translate import _, N_ +-import rhpl.translate as translate ++from gettext import gettext as _ ++import gettext as translate + domain = 'system-config-samba' + translate.textdomain (domain) + gtk.glade.bindtextdomain(domain) --- system-config-samba-1.2.50.orig/debian/copyright +++ system-config-samba-1.2.50/debian/copyright @@ -0,0 +1,40 @@ +This package was debianized by Soren Hansen on +Thu, 31 May 2007 08:59:20 +0200. + +It was downloaded from http://mirrors.dotsrc.org/fedora/6/source/SRPMS/system-config-samba-1.2.35-1.1.src.rpm + +Upstream Author: + + Brent Fox + +Copyright: + +src/samba-share.py: + Copyright (C) 2004 Red Hat, Inc. + Copyright (C) 2004 Brent Fox + +All other files: + Copyright (C) 2002, 2003 Red Hat, Inc. + Copyright (C) 2002, 2003 Brent Fox + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +For the full license, please see `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2007, Soren Hansen and +is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. --- system-config-samba-1.2.50.orig/debian/changelog +++ system-config-samba-1.2.50/debian/changelog @@ -0,0 +1,6 @@ +system-config-samba (1.2.50-0ubuntu1) gutsy; urgency=low + + * Initial release + + -- Soren Hansen Sat, 01 Sep 2007 13:47:34 +0200 + --- system-config-samba-1.2.50.orig/debian/pycompat +++ system-config-samba-1.2.50/debian/pycompat @@ -0,0 +1 @@ +2 --- system-config-samba-1.2.50.orig/debian/system-config-samba.docs +++ system-config-samba-1.2.50/debian/system-config-samba.docs @@ -0,0 +1 @@ +doc/* --- system-config-samba-1.2.50.orig/debian/compat +++ system-config-samba-1.2.50/debian/compat @@ -0,0 +1 @@ +5 --- system-config-samba-1.2.50.orig/debian/system-config-samba.manpages +++ system-config-samba-1.2.50/debian/system-config-samba.manpages @@ -0,0 +1 @@ +debian/system-config-samba.8 --- system-config-samba-1.2.50.orig/debian/rules +++ system-config-samba-1.2.50/debian/rules @@ -0,0 +1,38 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/dpatch.mk +include /usr/share/dpatch/dpatch.make + +DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/ +DEB_MAKE_CLEAN_TARGET := clean +# system-config-samba doesn't use distutils +DEB_PYTHON_SETUP_CMD := /dev/null + +clean:: + make -C po clean + +binary-install/system-config-samba:: + dh_desktop + dh_icons + +install/system-config-samba:: + rm debian/tmp/usr/bin/system-config-samba + rmdir debian/tmp/usr/bin + install -d debian/tmp/usr/sbin/ + ln -s /usr/share/system-config-samba/system-config-samba.py debian/tmp/usr/sbin/system-config-samba + +# Temporary rule until the author starts being more "upstream"-ish and publishes the tarballs directly +get-orig-source:: + test -f system-config-samba.spec && mv system-config-samba.spec system-config-samba.spec.tmp + + wget http://koji.fedoraproject.org/packages/system-config-samba/1.2.50/1.fc8/src/system-config-samba-1.2.50-1.fc8.src.rpm + rpm2cpio *.src.rpm | cpio -i + bunzip2 -c system-config-samba-*.tar.bz2 | gzip -c > `basename system-config-samba*.bz2 .bz2`.gz + rm system-config-samba-*.src.rpm system-config-samba-*.bz2 system-config-samba.spec + + test -f system-config-samba.spec.tmp && mv system-config-samba.spec.tmp system-config-samba.spec + --- system-config-samba-1.2.50.orig/po/sr.po +++ system-config-samba-1.2.50/po/sr.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-17 12:25-0500\n" "Last-Translator: Igor Miletic \n" "Language-Team: Serbian (sr) \n" @@ -271,7 +271,7 @@ msgstr "Не могу да прочитам %s. Програм ће сада изаћи." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Не могу да запишем у %s. Гасим програм сада." @@ -285,7 +285,7 @@ msgid "You do not have permission to execute %s." msgstr "Немате дозволу да извршите %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Немате дозволу да пишете у %s. Гасим програм сада." --- system-config-samba-1.2.50.orig/po/ka.po +++ system-config-samba-1.2.50/po/ka.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: package\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2004-03-23 15:59-0500\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -266,7 +266,7 @@ msgstr "" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "" @@ -280,7 +280,7 @@ msgid "You do not have permission to execute %s." msgstr "" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/da.po +++ system-config-samba-1.2.50/po/da.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: da\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-05-10 16:11+0200\n" "Last-Translator: Keld Simonsen \n" "Language-Team: \n" @@ -274,7 +274,7 @@ msgstr "Kan ikke læse %s. Programmet bliver nu afsluttet." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Kan ikke skrive til %s. Programmet bliver nu afsluttet." @@ -288,7 +288,7 @@ msgid "You do not have permission to execute %s." msgstr "Du har ikke lov at udføre %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Du har ikke lov at skrive på %s. Programmet bliver nu afsluttet." --- system-config-samba-1.2.50.orig/po/hi.po +++ system-config-samba-1.2.50/po/hi.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2006-11-27 11:31+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" @@ -273,7 +273,7 @@ msgstr "%s को पढ़ नहीं सकते. कार्यक्रम अब निकल जाएगा." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s को लिख नहीं सकते. कार्यक्रम अब निकल जाएगा." @@ -287,7 +287,7 @@ msgid "You do not have permission to execute %s." msgstr "%s को पढ़ने की अनुमति आपको नहीं है." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "%s को लिखने की अनुमति क्या आपको नहीं है. कार्यक्रम अब निर्गत हो जाएगा." --- system-config-samba-1.2.50.orig/po/ur.po +++ system-config-samba-1.2.50/po/ur.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2004-03-23 15:59-0500\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -266,7 +266,7 @@ msgstr "" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "" @@ -280,7 +280,7 @@ msgid "You do not have permission to execute %s." msgstr "" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/ta.po +++ system-config-samba-1.2.50/po/ta.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: ta\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-18 16:17+0530\n" "Last-Translator: I felix \n" "Language-Team: Tamil \n" @@ -280,7 +280,7 @@ msgstr "%s ஐ வாசிக்க இயலாது. இப்போது நிரல் வெளியேறுகிறது." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s ஐ எழுத இயலாது. இப்போது நிரல் வெளியேறுகிறது." @@ -294,7 +294,7 @@ msgid "You do not have permission to execute %s." msgstr "உங்களுக்கு %sஐ இயக்க அனுமதி இல்லை." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "உங்களுக்கு %sஐ எழுதுவதற்கு அனுமதி இல்லை. இப்போது நிரல் வெளியேறுகிறது." --- system-config-samba-1.2.50.orig/po/ku.po +++ system-config-samba-1.2.50/po/ku.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2004-03-23 15:59-0500\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -266,7 +266,7 @@ msgstr "" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "" @@ -280,7 +280,7 @@ msgid "You do not have permission to execute %s." msgstr "" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/ro.po +++ system-config-samba-1.2.50/po/ro.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ro\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-02-05 21:39+0200\n" "Last-Translator: Mircea Daniel \n" "Language-Team: \n" @@ -272,7 +272,7 @@ msgstr "Nu am putut citi %s. Programul se va opri." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Nu am putut scrie %s. Programul se va opri." @@ -286,7 +286,7 @@ msgid "You do not have permission to execute %s." msgstr "Nu aveţi permisiune pentru a citi %s" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Nu aveţi permisiune scrie a citi %s. Programul se va opri." --- system-config-samba-1.2.50.orig/po/bn_IN.po +++ system-config-samba-1.2.50/po/bn_IN.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2006-09-26 11:57+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali India\n" @@ -302,7 +302,7 @@ msgstr "%s পড়া সম্ভব হয়নি। প্রোগ্রাম এখন বন্ধ করা হবে।" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s-এ লেখা সম্ভব হয়নি। প্রোগ্রাম এখন বন্ধ করা হবে।" @@ -316,7 +316,7 @@ msgid "You do not have permission to execute %s." msgstr "%s পড়ার জন্য প্রয়োজনীয় অনুমতি আপনার নেই।" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "%s-এ লেখার জন্য প্রয়োজনীয় অনুমতি আপনার নেই। প্রোগ্রাম এখন বন্ধ করা হবে।" --- system-config-samba-1.2.50.orig/po/is.po +++ system-config-samba-1.2.50/po/is.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: system-config-samba 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-24 15:12+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: Icelandic \n" @@ -271,7 +271,7 @@ msgstr "Get ekki lesið %s. Forritið mun nú hætta." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Get ekki ritað í %s. Forritið mun nú hætta." @@ -285,7 +285,7 @@ msgid "You do not have permission to execute %s." msgstr "Þú hefur ekki heimildir til að keyra %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Þú hefur ekki réttindi til að skrifa í %s. Forritið mun nú hætta." --- system-config-samba-1.2.50.orig/po/cy.po +++ system-config-samba-1.2.50/po/cy.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: system-config-samba.cy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2004-09-28 14:46+0100\n" "Last-Translator: Alan Cox \n" "Language-Team: Cymraeg \n" @@ -276,7 +276,7 @@ msgstr "Methu darllen %s. Bydd y raglen yn gorffen nawr." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Methu ysgrifennu i %s. Bydd y raglen yn gorffen nawr." @@ -290,7 +290,7 @@ msgid "You do not have permission to execute %s." msgstr "Nid oes gennych ganiatâd i ddarllen %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/pt_BR.po +++ system-config-samba-1.2.50/po/pt_BR.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: pt_BR\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-17 14:47-0300\n" "Last-Translator: Igor Pires Soares \n" "Language-Team: Brazilian Portuguese \n" @@ -280,7 +280,7 @@ msgstr "Não foi possível ler %s. O programa terminará agora." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Não foi possível escrever em %s. O programa terminará agora." @@ -294,7 +294,7 @@ msgid "You do not have permission to execute %s." msgstr "Você não tem permissão para executar %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/si.po +++ system-config-samba-1.2.50/po/si.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: si\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-06-18 17:57+0530\n" "Last-Translator: Danishka Navin \n" "Language-Team: Sinhala \n" @@ -277,7 +277,7 @@ msgstr "%s කියවීමට නොහැක. වැඩසටහන දැන් නික්මෙනු ඇත." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s වෙත ලිවිය නොහැක. වැඩසටහන දැන් නික්මෙනු ඇත." @@ -291,7 +291,7 @@ msgid "You do not have permission to execute %s." msgstr "ඔබ හට %s ක්‍රියාතමක කිරීීමට අවසර නැත." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "%s වෙත ලිවීමට ඔබ හට අවසර නැත. වැඩසටහන දැන් නික්මෙනු ඇත." --- system-config-samba-1.2.50.orig/po/zh_CN.po +++ system-config-samba-1.2.50/po/zh_CN.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: zh_CN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2005-08-05 14:52+1000\n" "Last-Translator: Leah Liu \n" "Language-Team: Chinese, Simplified \n" @@ -274,7 +274,7 @@ msgstr "无法读取 %s。程序现将退出。" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "无法写入 %s。程序现将退出。" @@ -288,7 +288,7 @@ msgid "You do not have permission to execute %s." msgstr "您没有读取 %s 的权限。" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "您没有写入 %s 的权限。程序现将退出。" --- system-config-samba-1.2.50.orig/po/sv.po +++ system-config-samba-1.2.50/po/sv.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-17 15:05-0400\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -272,7 +272,7 @@ msgstr "Kan inte läsa %s. Programmet kommer nu att avslutas." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Kan inte skriva till %s. Programmet kommer nu att avslutas." @@ -286,7 +286,7 @@ msgid "You do not have permission to execute %s." msgstr "Du har inte rätt att köra %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/hr.po +++ system-config-samba-1.2.50/po/hr.po @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: system-config-samba 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-18 06:36+0100\n" "Last-Translator: Renato Pavicic \n" "Language-Team: Renato Pavicic \n" "Language-Team: \n" @@ -271,7 +271,7 @@ msgstr "Cannot read %s. Program will now exit." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Cannot write to %s. Program will now exit." @@ -285,7 +285,7 @@ msgid "You do not have permission to execute %s." msgstr "You do not have permission to execute %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "You do not have permission to write to %s. Program will now exit." --- system-config-samba-1.2.50.orig/po/uk.po +++ system-config-samba-1.2.50/po/uk.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2005-04-08 17:27+0200\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -271,7 +271,7 @@ msgstr "Не вдається прочитати %s. Завершення." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Не вдається записати у %s. Програма завершується." @@ -285,7 +285,7 @@ msgid "You do not have permission to execute %s." msgstr "У вас немає прав для читання %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "У вас немає прав для запису %s. Програма завершується." --- system-config-samba-1.2.50.orig/po/es.po +++ system-config-samba-1.2.50/po/es.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-18 08:50-0300\n" "Last-Translator: Domingo Becker \n" "Language-Team: Spanish \n" @@ -276,7 +276,7 @@ msgstr "No se puede leer %s. El programa se cerrará." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "No se puede escribir en %s. El programa se cerrará." @@ -290,7 +290,7 @@ msgid "You do not have permission to execute %s." msgstr "No tiene permiso para ejecutar %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "No posee permiso para escribir %s. El programa se cerrará." --- system-config-samba-1.2.50.orig/po/mk.po +++ system-config-samba-1.2.50/po/mk.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2005-04-25 00:04+0200\n" "Last-Translator: Tomislav Markovski \n" "Language-Team: Macedonian \n" @@ -275,7 +275,7 @@ msgstr "Не можам да прочитам %s. Ќе излезам од програмата." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Не можам да запишам во %s. Ја напуштам програмата." @@ -289,7 +289,7 @@ msgid "You do not have permission to execute %s." msgstr "Немате пермисии за читање на %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Немате дозвола за запишување на %s. Ја напуштам програмата." --- system-config-samba-1.2.50.orig/po/te.po +++ system-config-samba-1.2.50/po/te.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: te1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2006-11-03 13:15+0530\n" "Last-Translator: \n" "Language-Team: \n" @@ -272,7 +272,7 @@ msgstr "%sని చదవలేము. పరిక్రమం ప్రస్తుతం ఉంది." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%sకి రాయలేము. పరిక్రమం ప్రస్తుతం ఉంది." @@ -286,7 +286,7 @@ msgid "You do not have permission to execute %s." msgstr "%sని చదవటానికి మీరు అనుమతిని కలిగిలేరు." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "%sకి రాయటానికి మీరు అనుమతిని కలిగిలేరు. పరిక్రమం ప్రస్తుతం ఉంది." --- system-config-samba-1.2.50.orig/po/system-config-samba.pot +++ system-config-samba-1.2.50/po/system-config-samba.pot @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -267,7 +267,7 @@ msgstr "" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "" @@ -281,7 +281,7 @@ msgid "You do not have permission to execute %s." msgstr "" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/it.po +++ system-config-samba-1.2.50/po/it.po @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: it\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-06-09 21:15+0200\n" "Last-Translator: Francesco Tombolini \n" "Language-Team: Italiano \n" @@ -283,7 +283,7 @@ msgstr "Impossibile leggere %s. Il programma verr chiuso." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Impossibile scrivere su %s. Il programma verr chiuso." @@ -297,7 +297,7 @@ msgid "You do not have permission to execute %s." msgstr "Non si ha il permesso di eseguire %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Non si ha il permesso di scrivere su %s. Il programma verr chiuso." --- system-config-samba-1.2.50.orig/po/mr.po +++ system-config-samba-1.2.50/po/mr.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: mr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2006-11-24 00:24+0530\n" "Last-Translator: Rahul Bhalerao \n" "Language-Team: Marathi\n" @@ -276,7 +276,7 @@ msgstr "%s वाचता येत नाही. कार्यक्रम आता बाहेर पडेल." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s वर लिहिता येत नाही. कार्यक्रम आता बाहेर पडेल." @@ -290,7 +290,7 @@ msgid "You do not have permission to execute %s." msgstr "%s वाचण्यासाठी तुम्हास परवानगी नाही." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "%s वर लिहिण्यासाठी तुम्हास परवानगी नाही. कार्यक्रम आता बाहेर पडेल." --- system-config-samba-1.2.50.orig/po/pa.po +++ system-config-samba-1.2.50/po/pa.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: pa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2005-03-18 09:53+0530\n" "Last-Translator: Amanpreet Singh Alam[ਆਲਮ] \n" "Language-Team: Punjabi \n" @@ -297,7 +297,7 @@ msgstr "%s ਨੂੰ ਪੜਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ। ਕਾਰਜ ਹੁਣ ਖਤਮ ਹੋ ਰਿਹਾ ਹੈ।" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s ਤੇ ਲਿਖਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ। ਕਾਰਜ ਹੁਣ ਖਤਮ ਹੋ ਰਿਹਾ ਹੈ।" @@ -311,7 +311,7 @@ msgid "You do not have permission to execute %s." msgstr "ਤੁਹਾਨੂੰ %s ਨੂੰ ਪੜਨ ਦਾ ਅਧਿਕਾਰ ਨਹੀਂ ਹੈ।" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "ਤੁਹਾਨੂੰ %s ਤੇ ਲਿਖਣ ਦੀ ਇਜ਼ਾਜਤ ਨਹੀਂ ਹੈ। ਕਾਰਜ ਹੁਣ ਬੰਦ ਹੋ ਰਿਹਾ ਹੈ।" --- system-config-samba-1.2.50.orig/po/et.po +++ system-config-samba-1.2.50/po/et.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: et\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2005-07-27 17:00+0200\n" "Last-Translator: Allan Sims \n" "Language-Team: Estonian \n" @@ -275,7 +275,7 @@ msgstr "Ei saa lugeda %s. Programm lõpetab." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Ei saa kirjutada %s. Programm lõpetab." @@ -289,7 +289,7 @@ msgid "You do not have permission to execute %s." msgstr "Sul ei ole õigusi %s lugemiseks." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Sul ei ole õigusi %s kirjutamiseks. Programm lõpetab." --- system-config-samba-1.2.50.orig/po/sk.po +++ system-config-samba-1.2.50/po/sk.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2005-04-04 19:43+0200\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -274,7 +274,7 @@ msgstr "Nepodarilo sa prečítač %s. Program teraz skončí." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Nepodarilo sa zapísať do %s. Program teraz skončí." @@ -288,7 +288,7 @@ msgid "You do not have permission to execute %s." msgstr "Nemáte právo na čítanie %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Nemáte právo zápisu do %s. Program teraz skončí." --- system-config-samba-1.2.50.orig/po/or.po +++ system-config-samba-1.2.50/po/or.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-17 21:28+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" @@ -278,7 +278,7 @@ msgstr "%s କୁ ପଢି ପାରୁନାହିଁ, ପ୍ରୋଗ୍ରାମ ଟି ବର୍ତ୍ତମାନ ପ୍ରସ୍ଥାନ କରିବ" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s ରେ ଲେଖି ପାରୁନାହିଁ, ପ୍ରୋଗ୍ରାମ ଟି ବର୍ତ୍ତମାନ ପ୍ରସ୍ଥାନ କରିବ" @@ -292,7 +292,7 @@ msgid "You do not have permission to execute %s." msgstr "%s କୁ ନିଷ୍ପାଦନ କରିବା ପାଇଁ ଆପଣଙ୍କ ପାଖରେ ଅନୁମତି ନାହିଁ।" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "%s ରେ ଲେଖିବା ପାଇଁ ଆପଣଙ୍କ ପାଖରେ ଅନୁମତି ନାହିଁ, ପ୍ରୋଗ୍ରାମ ଟି ବର୍ତ୍ତମାନ ପ୍ରସ୍ଥାନ କରିବ" --- system-config-samba-1.2.50.orig/po/as.po +++ system-config-samba-1.2.50/po/as.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: as\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-17 20:58+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese \n" @@ -274,7 +274,7 @@ msgstr "%s পঢ়িব নোৱাৰি । কাৰ্য্যক্ৰমে এতিয়া প্ৰস্থান কৰিব ।" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s লৈ লিখিব নোৱাৰি । কাৰ্য্যক্ৰমে এতিয়া প্ৰস্থান কৰিব ।" @@ -288,7 +288,7 @@ msgid "You do not have permission to execute %s." msgstr "%s চলাব'লৈ আপোনাৰ অনুমতি নাই ।" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "%s লৈ লিখাৰ অনুমতি আপোনাৰ নাই । কাৰ্য্যক্ৰমে এতিয়া প্ৰস্থান কৰিব ।" --- system-config-samba-1.2.50.orig/po/hy.po +++ system-config-samba-1.2.50/po/hy.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2005-05-06 12:36+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -266,7 +266,7 @@ msgstr "" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "" @@ -280,7 +280,7 @@ msgid "You do not have permission to execute %s." msgstr "" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/sl.po +++ system-config-samba-1.2.50/po/sl.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: sl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2004-04-04 15:56+0200\n" "Last-Translator: Rok Papez \n" "Language-Team: slovenščina \n" @@ -285,7 +285,7 @@ msgstr "Ni moč brati %s. Program se bo zdaj končal." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Ni moč pisati v %s. Program se bo zdaj končal." @@ -299,7 +299,7 @@ msgid "You do not have permission to execute %s." msgstr "Nimate dovoljenja za branje %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Nimate dovoljenja za pisanje v %s. Program se bo zdaj končal." --- system-config-samba-1.2.50.orig/po/de.po +++ system-config-samba-1.2.50/po/de.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-18 07:58+1000\n" "Last-Translator: PGP-KeyID: 0x037FD3CF \n" "Language-Team: \n" @@ -282,7 +282,7 @@ msgstr "%s konnte nicht gelesen werden. Das Programm wird beendet." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Es konnte nicht auf %s geschrieben werden. Das Programm wird beendet." @@ -296,7 +296,7 @@ msgid "You do not have permission to execute %s." msgstr "Sie haben keine Berechtigung, %s auszuführen." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Sie haben keine Schreibberechtigung für %s. Das Programm wird beendet." --- system-config-samba-1.2.50.orig/po/bs.po +++ system-config-samba-1.2.50/po/bs.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: bs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-01-24 17:25+0100\n" "Last-Translator: Adnan Hodzic \n" "Language-Team: Bosnian \n" @@ -272,7 +272,7 @@ msgstr "Nije moguće pročitati %s. Program će prekinuti s radom." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Nije moguće zapisati u %s. Program će prekinuti s radom." @@ -286,7 +286,7 @@ msgid "You do not have permission to execute %s." msgstr "Nemate dopuštenja za čitanje %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Nemate dopuštenja za pisanje u %s. Program će prekinuti s radom." --- system-config-samba-1.2.50.orig/po/my.po +++ system-config-samba-1.2.50/po/my.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2005-12-22 17:11+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -266,7 +266,7 @@ msgstr "" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "" @@ -280,7 +280,7 @@ msgid "You do not have permission to execute %s." msgstr "" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/bg.po +++ system-config-samba-1.2.50/po/bg.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-19 02:29+0300\n" "Last-Translator: Doncho N. Gunchev \n" "Language-Team: Bulgarian \n" @@ -274,7 +274,7 @@ msgstr "Не може да се чете от %s. Програмата ще излезе." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Не може да се пише в %s. Програмата ще излезе." @@ -288,7 +288,7 @@ msgid "You do not have permission to execute %s." msgstr "Нямате права за изпълнение на %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Нямате права за запис в %s. Програмата ще излезе." --- system-config-samba-1.2.50.orig/po/lo.po +++ system-config-samba-1.2.50/po/lo.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: redhat-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2004-08-27 17:45+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -266,7 +266,7 @@ msgstr "" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "" @@ -280,7 +280,7 @@ msgid "You do not have permission to execute %s." msgstr "" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/ru.po +++ system-config-samba-1.2.50/po/ru.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-24 11:39+0300\n" "Last-Translator: \n" "Language-Team: Russian \n" @@ -278,7 +278,7 @@ msgstr "Не удается прочитать %s. Выход." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Не удается записать в %s. Выход." @@ -292,7 +292,7 @@ msgid "You do not have permission to execute %s." msgstr "У вас нет прав для выполнения %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "У вас нет прав для записи в %s. Выход." --- system-config-samba-1.2.50.orig/po/ko.po +++ system-config-samba-1.2.50/po/ko.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: ko\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2005-07-25 13:53+1000\n" "Last-Translator: Michelle Ji Yeen Kim \n" "Language-Team: Korean\n" @@ -275,7 +275,7 @@ msgstr "다음을 읽지 못했습니다: %s. 프로그램을 종료합니다." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s에 쓰지 못했습니다. 프로그램을 종료합니다." @@ -289,7 +289,7 @@ msgid "You do not have permission to execute %s." msgstr "%s 파일을 읽을 수 있는 권한이 없습니다." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "%s 파일을 쓸 수 있는 권한이 없습니다. 프로그램을 종료합니다." --- system-config-samba-1.2.50.orig/po/sq.po +++ system-config-samba-1.2.50/po/sq.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2004-03-23 15:59-0500\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -266,7 +266,7 @@ msgstr "" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "" @@ -280,7 +280,7 @@ msgid "You do not have permission to execute %s." msgstr "" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/pt.po +++ system-config-samba-1.2.50/po/pt.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-18 10:45+0100\n" "Last-Translator: Pedro Morais \n" "Language-Team: pt \n" @@ -274,7 +274,7 @@ msgstr "Não foi possível ler %s. O programa vai terminar." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Não foi possível escrever em %s. O programa vai terminar." @@ -288,7 +288,7 @@ msgid "You do not have permission to execute %s." msgstr "Não tem permissões para executar o %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Não tem permissões para escrever em %s. O programa vai terminar." --- system-config-samba-1.2.50.orig/po/kn.po +++ system-config-samba-1.2.50/po/kn.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2006-11-29 16:32+0530\n" "Last-Translator: shankar prasad \n" "Language-Team: kannada\n" @@ -274,7 +274,7 @@ msgstr "%s ಓದಲು ಆಗುತ್ತಿಲ್ಲ. ಪ್ರೋಗ್ರಾಂ ಈಗ ನಿರ್ಗಮಿಸುತ್ತದೆ." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s ಗೆ ಬರೆಯಲು ಆಗುತ್ತಿಲ್ಲ. ಪ್ರೋಗ್ರಾಂ ಈಗ ನಿರ್ಗಮಿಸುತ್ತದೆ." @@ -288,7 +288,7 @@ msgid "You do not have permission to execute %s." msgstr "%s ಓದಲು ನಿಮಗೆ ಅನುಮತಿ ಇಲ್ಲ." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "%s ಗೆ ಬರೆಯಲು ನಿಮಗೆ ಅನುಮತಿ ಇಲ್ಲ. ಪ್ರೋಗ್ರಾಂ ಈಗ ನಿರ್ಗಮಿಸುತ್ತದೆ." --- system-config-samba-1.2.50.orig/po/no.po +++ system-config-samba-1.2.50/po/no.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: system-config-network 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2004-03-13 14:44+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -281,7 +281,7 @@ msgstr "Kan ikke lese %s. Programmet vil nå avslutte." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Kan ikke skrive til %s. Programmet vil nå avslutte." @@ -295,7 +295,7 @@ msgid "You do not have permission to execute %s." msgstr "Du har ikke rettigheter til å lese %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Du har ikke rettigheter til å skrive %s. Programmet vil nå avslutte." --- system-config-samba-1.2.50.orig/po/fr.po +++ system-config-samba-1.2.50/po/fr.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-08-28 14:12+0200\n" "Last-Translator: Alain PORTAL \n" "Language-Team: Français \n" @@ -80,7 +80,8 @@ #. There's no realm server, so complain #: ../src/basicPreferencesWin.py:234 msgid "Please enter a kerberos realm when using ADS authentication." -msgstr "Veuillez saisir un domaine Kerberos pour utiliser l'authentification ADS." +msgstr "" +"Veuillez saisir un domaine Kerberos pour utiliser l'authentification ADS." #: ../src/basicPreferencesWin.py:264 msgid "You must specify a workgroup." @@ -245,7 +246,8 @@ #: ../src/mainWindow.py:397 msgid "The Samba service is not currently running. Do you wish to start it?" -msgstr "Le service Samba n'est pas en cours d'exécution. Voulez-vous le lancer ?" +msgstr "" +"Le service Samba n'est pas en cours d'exécution. Voulez-vous le lancer ?" #: ../src/mainWindow.py:453 #, python-format @@ -279,7 +281,7 @@ msgstr "Impossible de lire %s. Le programme sera maintenant arrêté." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Impossible d'écrire dans %s. Le programme sera maintenant arrêté." @@ -295,7 +297,7 @@ msgid "You do not have permission to execute %s." msgstr "Vous n'êtes pas autorisé à exécuter %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" @@ -650,5 +652,8 @@ "Some lines couldn't be understood while reading the configuration file /etc/" "samba/smb.conf. These may be unknown configuration directives for Samba " "plugins but could also be configuration errors." -msgstr "Certaines lignes du fichier de configuration /etc/samba/smb.conf n'ont pu être interprétées. Celles-ci peuvent être des directives de configurations inconnues pour des greffons Samba, mais peuvent également être des erreurs de configuration." - +msgstr "" +"Certaines lignes du fichier de configuration /etc/samba/smb.conf n'ont pu " +"être interprétées. Celles-ci peuvent être des directives de configurations " +"inconnues pour des greffons Samba, mais peuvent également être des erreurs " +"de configuration." --- system-config-samba-1.2.50.orig/po/ja.po +++ system-config-samba-1.2.50/po/ja.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: ja\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-05-03 21:40+0900\n" "Last-Translator: Hyu_gabaru Ryu_ichi \n" "Language-Team: Japanese \n" @@ -277,7 +277,7 @@ msgstr "%s を読み取れません。プログラムはここで終了します。" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s へ書き込みできません。プログラムはここで終了します。" @@ -291,7 +291,7 @@ msgid "You do not have permission to execute %s." msgstr "%s を実行する権限がありません。" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "%s に書き込む権限がありません。プログラムはここで終了します。" --- system-config-samba-1.2.50.orig/po/ar.po +++ system-config-samba-1.2.50/po/ar.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: ar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2006-02-05 21:45+0300\n" "Last-Translator: \n" "Language-Team: \n" @@ -276,7 +276,7 @@ msgstr "لا يمكن قراءة %s. سيقوم البرنامج بالخروج الآن." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "لا يمكن الكتابة إلى %s. سيقوم البرنامج بالخروج الآن." @@ -290,7 +290,7 @@ msgid "You do not have permission to execute %s." msgstr "ليست لديك صلاحية لقراءة %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "ليست لديك صلاحية الكتابة إلى %s. سيقوم البرنامج بالخروج الآن." --- system-config-samba-1.2.50.orig/po/id.po +++ system-config-samba-1.2.50/po/id.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: system-config-samba 1.2.21-1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-20 15:31+0700\n" "Last-Translator: Erwien Samantha Y \n" "Language-Team: Linux Indonesia \n" @@ -277,7 +277,7 @@ msgstr "Tidak dapat membaca %s. Program akan keluar sekarang." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Tidak dapat menulis ke %s. Program akan keluar sekarang." @@ -291,7 +291,7 @@ msgid "You do not have permission to execute %s." msgstr "Anda tidak punya hak akses untuk membaca %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/sr@Latn.po +++ system-config-samba-1.2.50/po/sr@Latn.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-17 12:25-0500\n" "Last-Translator: Igor Miletic \n" "Language-Team: Serbian (sr) \n" @@ -271,7 +271,7 @@ msgstr "Ne mogu da pročitam %s. Program će sada izaći." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Ne mogu da zapišem u %s. Gasim program sada." @@ -285,7 +285,7 @@ msgid "You do not have permission to execute %s." msgstr "Nemate dozvolu da izvršite %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Nemate dozvolu da pišete u %s. Gasim program sada." --- system-config-samba-1.2.50.orig/po/ca.po +++ system-config-samba-1.2.50/po/ca.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-22 00:54+0100\n" "Last-Translator: Josep Puigdemont \n" "Language-Team: Catalan \n" @@ -273,7 +273,7 @@ msgstr "No s'ha pogut llegir %s. L'aplicació sortirà." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "No s'ha pogut escriure a %s. L'aplicació sortirà." @@ -287,7 +287,7 @@ msgid "You do not have permission to execute %s." msgstr "No teniu permisos per a executar %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "No teniu permisos per escriure a %s. L'aplicació sortirà." --- system-config-samba-1.2.50.orig/po/bn.po +++ system-config-samba-1.2.50/po/bn.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2005-04-17 09:22+0600\n" "Last-Translator: Samia Niamatullah \n" "Language-Team: bangla \n" @@ -332,7 +332,7 @@ msgstr "%s পড়া সম্ভব হয় নি। প্রোগ্রাম এখন বন্ধ করা হবে।" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s এ লেখা সম্ভব হয় নি। প্রোগ্রাম এখন বন্ধ করা হবে।" @@ -346,7 +346,7 @@ msgid "You do not have permission to execute %s." msgstr "%s পড়ার জন্য প্রয়োজনীয় অনুমতি আপনার নেই।" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "%s এ লেখার জন্য প্রয়োজনীয় অনুমতি আপনার নেই। প্রোগ্রাম এখন বন্ধ করা হবে।" --- system-config-samba-1.2.50.orig/po/vi.po +++ system-config-samba-1.2.50/po/vi.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: system-config-samba VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2003-10-18 19:37+0700\n" "Last-Translator: pclouds \n" "Language-Team: GnomeVI \n" @@ -285,7 +285,7 @@ msgstr "Không thể đọc %s. Chương trình sẽ kết thúc ngay." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Không thể ghi %s. Chương trình sẽ kết thúc ngay." @@ -299,7 +299,7 @@ msgid "You do not have permission to execute %s." msgstr "Bạn không có quyền đọc %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Bạn không có quyền ghi %s. Chương trình kết thúc ngay." --- system-config-samba-1.2.50.orig/po/cs.po +++ system-config-samba-1.2.50/po/cs.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: system-config-samba VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-17 17:18+0100\n" "Last-Translator: Milan Kerslager \n" "Language-Team: Czech \n" @@ -271,7 +271,7 @@ msgstr "Nemohu číst %s. Program bude ukončen." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Nemohu zapisovat do %s. Program bude ukončen." @@ -285,7 +285,7 @@ msgid "You do not have permission to execute %s." msgstr "Nemáte oprávnění spustit %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Nemáte oprávnění zapisovat do %s. Program bude ukončen." --- system-config-samba-1.2.50.orig/po/gu.po +++ system-config-samba-1.2.50/po/gu.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-18 11:09+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -278,7 +278,7 @@ msgstr "%s વાંચી શકતા નથી. કાર્યક્રમ હવે બંધ થઈ જશે." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s પર લખી શકતા નથી. કાર્યક્રમ હવે બંધ થઈ જશે." @@ -292,7 +292,7 @@ msgid "You do not have permission to execute %s." msgstr "તમારી પાસે %s ચલાવવાની પરવાનગી નથી." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "તમારી પાસે %s લખવા માટેની પરવાનગીઓ નથી. કાર્યક્રમ હવે બંધ થઈ જશે." --- system-config-samba-1.2.50.orig/po/pl.po +++ system-config-samba-1.2.50/po/pl.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: pl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-06-10 17:27+0200\n" "Last-Translator: Tom Berner \n" "Language-Team: Polish \n" @@ -270,7 +270,7 @@ msgstr "Nie można odczytać %s. Program zakończy działanie." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Nie można zapisać %s. Program zakończy działanie." @@ -284,7 +284,7 @@ msgid "You do not have permission to execute %s." msgstr "Nie masz uprawnień do wykonania %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Nie masz uprawnień do zapisu %s. Program zakończy działanie." --- system-config-samba-1.2.50.orig/po/fi.po +++ system-config-samba-1.2.50/po/fi.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-17 19:22+0300\n" "Last-Translator: Ville-Pekka Vainio \n" "Language-Team: Finnish \n" @@ -275,7 +275,7 @@ msgstr "Ei voida lukea %s. Ohjelma suljetaan." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Ei voida kirjoittaa %s. Ohjelma suljetaan." @@ -289,7 +289,7 @@ msgid "You do not have permission to execute %s." msgstr "Ei oikeuksia toiminnon %s suorittamiseen." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Ei kirjoitusoikeuksia tiedostoon %s. Ohjelma suljetaan." --- system-config-samba-1.2.50.orig/po/hu.po +++ system-config-samba-1.2.50/po/hu.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: hu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-17 16:40+0200\n" "Last-Translator: Gábor Szentiványi \n" "Language-Team: hu \n" @@ -275,7 +275,7 @@ msgstr "%s olvasása nem sikerült. A program futása befejeződik." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Nem sikerült írni ide: %s. A program futása befejeződik." @@ -289,7 +289,7 @@ msgid "You do not have permission to execute %s." msgstr "Nincs jogosultsága %s végrehajtásához." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Nincs írási jogosultsága ehhez: %s. A program futása befejeződik. " --- system-config-samba-1.2.50.orig/po/el.po +++ system-config-samba-1.2.50/po/el.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2006-06-12 21:29+0300\n" "Last-Translator: Dimitrios Michelinakis \n" "Language-Team: Greek\n" @@ -274,7 +274,7 @@ msgstr "Αδυναμία ανάγνωσης του %s. Το πρόγραμμα θα τερματιστεί αμέσως." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Αδυναμία ανάγνωσης του %s. Το πρόγραμμα θα τερματιστεί αμέσως." @@ -288,7 +288,7 @@ msgid "You do not have permission to execute %s." msgstr "Δεν έχετε δικαίωμα ανάγνωσης στο %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/he.po +++ system-config-samba-1.2.50/po/he.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2005-08-09 21:12+0200\n" "Last-Translator: David R \n" "Language-Team: none\n" @@ -271,7 +271,7 @@ msgstr ".התוכנית תיסגר כעת. %s אין אפשרות לקרוא מ" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr ".התוכנית תיסגר כעת. %s אין אפשרות לכתוב אל" @@ -285,7 +285,7 @@ msgid "You do not have permission to execute %s." msgstr ".%s אין הרשאות לקרוא מ" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr ".התוכנית תיסגר כעת. %s אין הרשאות לכתוב אל" --- system-config-samba-1.2.50.orig/po/nb.po +++ system-config-samba-1.2.50/po/nb.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: system-config-network 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-26 23:34+0100\n" "Last-Translator: Espen A. Stefansen \n" "Language-Team: Norwegian \n" @@ -270,7 +270,7 @@ msgstr "Kan ikke lese %s. Programmet vil nå avslutte." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Kan ikke skrive til %s. Programmet vil nå avslutte." @@ -284,7 +284,7 @@ msgid "You do not have permission to execute %s." msgstr "Du har ikke rettigheter til å kjøre %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Du har ikke rettigheter til å skrive %s. Programmet vil nå avslutte." --- system-config-samba-1.2.50.orig/po/ml.po +++ system-config-samba-1.2.50/po/ml.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-05-28 14:41+0530\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam \n" @@ -275,7 +275,7 @@ msgstr "%s വായിക്കുവാന്‍ കഴിയുന്നില്ല. പ്രോഗ്രാമില്‍ നിന്നും ഇപ്പോള്‍ പുറത്ത് പോകും." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%sലേക്ക് എഴുതുവാന്‍ കഴിയുന്നില്ല. പ്രോഗ്രാമില്‍ നിന്നും ഇപ്പോള്‍ പുറത്ത് പോകും." @@ -289,7 +289,7 @@ msgid "You do not have permission to execute %s." msgstr "നിങ്ങള്‍ക്ക് %s ഉപയോഗിക്കുവാനതിനുളള അനുവാദമില്ല." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "നിങ്ങള്‍ക്ക് %sലേക്ക് എഴുതുവാനുളള അനുവാദമില്ല. പ്രോഗ്രാമില്‍ നിന്നും ഇപ്പോള്‍ പുറത്ത് പോകും" --- system-config-samba-1.2.50.orig/po/nl.po +++ system-config-samba-1.2.50/po/nl.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-04-18 22:57+0200\n" "Last-Translator: Peter van Egdom \n" "Language-Team: Dutch \n" @@ -279,7 +279,7 @@ msgstr "Kan %s niet lezen. Het programma sluit nu af." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Kan niet schrijven naar %s. Het programma sluit nu af." @@ -293,7 +293,7 @@ msgid "You do not have permission to execute %s." msgstr "U hebt geen toegangsrechten om %s uit te voeren." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/po/lv.po +++ system-config-samba-1.2.50/po/lv.po @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2006-04-24 15:33+0200\n" "Last-Translator: Jānis Stočka \n" "Language-Team: JAST \n" @@ -271,7 +271,7 @@ msgstr "Nevar nolasīt %s. Programma darbu izbeidz." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Nevar ierakstīt %s. Programma darbu izbeidz." @@ -285,7 +285,7 @@ msgid "You do not have permission to execute %s." msgstr "Jums nav atļaujas nolasīt %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "Jums nav atļaujas rakstīt %s. Programma darbu izbeidz." --- system-config-samba-1.2.50.orig/po/tr.po +++ system-config-samba-1.2.50/po/tr.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: tr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2004-03-18 00:25+0200\n" "Last-Translator: Nilgün Belma Bugüner \n" "Language-Team: Turkish \n" @@ -285,7 +285,7 @@ msgstr "%s okunamıyor. Programdan çıkılıyor." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "%s yazılamıyor. Programdan çıkılıyor." @@ -299,7 +299,7 @@ msgid "You do not have permission to execute %s." msgstr "İzinleriniz %s okumak için yetersiz." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "İzinleriniz %s e yazmak için yetersiz. Programdan çıkılıyor." --- system-config-samba-1.2.50.orig/po/zh_TW.po +++ system-config-samba-1.2.50/po/zh_TW.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: zh_TW\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2005-08-05 14:52+1000\n" "Last-Translator: Leah Liu \n" "Language-Team: Chinese, Simplified \n" @@ -278,7 +278,7 @@ msgstr "無法讀取 %s。 程式即將關閉。" #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "無法寫入到 %s。 程式即將關閉。" @@ -292,7 +292,7 @@ msgid "You do not have permission to execute %s." msgstr "您沒有權限讀取 %s。" -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "您沒有權限寫入 %s。 程式即將關閉。" --- system-config-samba-1.2.50.orig/po/ms.po +++ system-config-samba-1.2.50/po/ms.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: system-config-samba\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-28 10:53+0200\n" +"POT-Creation-Date: 2007-09-01 15:04+0200\n" "PO-Revision-Date: 2007-05-13 00:19+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan \n" "Language-Team: Malay \n" @@ -273,7 +273,7 @@ msgstr "Tidak dapat membaca %s. Program akan keluar." #: ../src/sambaParser.py:341 ../src/sambaParser.py:351 -#: ../src/sambaUserData.py:99 +#: ../src/sambaUserData.py:99 ../src/sambaUserData.py:124 #, python-format msgid "Cannot write to %s. Program will now exit." msgstr "Tidak dapat menulis ke %s . Program akan keluar." @@ -287,7 +287,7 @@ msgid "You do not have permission to execute %s." msgstr "Anda tidak mempunyai keizinan untuk melaksanakan %s." -#: ../src/sambaUserData.py:109 +#: ../src/sambaUserData.py:109 ../src/sambaUserData.py:134 #, python-format msgid "You do not have permission to write to %s. Program will now exit." msgstr "" --- system-config-samba-1.2.50.orig/src/sambaUserData.py +++ system-config-samba-1.2.50/src/sambaUserData.py @@ -88,6 +88,31 @@ user_dict[string.strip(tokens[0])] = line return user_dict + def writeSmbPasswdFile(self): + path = '/etc/samba/smbpasswd' + if os.access(path, os.W_OK) == 1: + fd = open(path, 'w') + elif os.access(path, os.F_OK) == 0: + fd = open(path, 'w') + else: + dlg = gtk.MessageDialog(self.ParentClass.main_window, 0, gtk.MESSAGE_WARNING, gtk.BUTTONS_OK, + (_("Cannot write to %s. Program will now exit." % path))) + dlg.set_position(gtk.WIN_POS_CENTER) + dlg.set_modal(True) + dlg.set_icon(mainWindow.iconPixbuf) + dlg.run() + dlg.destroy() + if gtk.__dict__.has_key ("main_quit"): + gtk.main_quit () + else: + gtk.mainquit() + raise RuntimeError, (_("You do not have permission to write to %s. Program will now exit." % path)) + + for line in self.samba_passwd_file: + fd.write(line) + + fd.close() + def writeSmbUsersFile(self): path = '/etc/samba/smbusers' if os.access(path, os.W_OK) == 1: