]> git.pld-linux.org Git - packages/bacula-web.git/commitdiff
- pl, some cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 14 Mar 2007 15:04:10 +0000 (15:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-web.spec -> 1.3

bacula-web.spec

index b9338fc6951f2b9325a87321b8d506b910f765a6..ab2c9b6e3165255a93fea42eaf8b005273ea341e 100644 (file)
@@ -20,8 +20,14 @@ computers.
 
 Sets of various Bacula GUIs.
 
+%description -l pl.UTF-8
+Bacula przychodzi nocą i wysysa żywotny ekstrakt z komputerów.
+
+Zbiór różnych graficzych interfejsów do Baculi.
+
 %package bimagemgr
 Summary:       A utility to monitor and burn file backups to CDR
+Summary(pl.UTF-8):     Narzędzie do monitorowania i wypalania kopii zapasowych na CDR
 Group:         Networking/Utilities
 Requires(post):        sed >= 4.0
 Requires(post,preun):  /sbin/chkconfig
@@ -37,66 +43,83 @@ Requires:   perl-DBI
 %description bimagemgr
 A utility to monitor and burn file backups to CDR.
 
+%description bimagemgr -l pl.UTF-8
+Narzędzie do monitorowania i wypalania kopii zapasowych na CDR.
+
 %package web
 Summary:       Bacula web base structure
+Summary(pl.UTF-8):     Struktura bazowa WWW dla Baculi
 Group:         Networking/Utilities
 Requires(post):        sed >= 4.0
-Requires:      %{name}-common = %{epoch}:%{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
 Obsoletes:     bacula-updatedb
 
 %description web
-Bacula - It comes by night and sucks the vital essence from your
-computers.
-
 Base structure for Bacula web apps.
 
+%description web -l pl.UTF-8
+Struktura bazowa WWW dla Baculi.
+
 %package libweb
 Summary:       Bacula web library
+Summary(pl.UTF-8):     Biblioteka WWW Baculi
 Group:         Networking/Utilities
 Requires(post):        sed >= 4.0
-Requires:      %{name}-common = %{epoch}:%{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
 
 %description libweb
-Bacula - It comes by night and sucks the vital essence from your
-computers.
-
 Bacula web library.
 
+%description libweb -l pl.UTF-8
+Biblioteka WWW Baculi.
+
 %package brestore
-Summary:       A restoration GUI in Perl/GTK
+Summary:       A restoration GUI in Perl/GTK+
+Summary(pl.UTF-8):     GUI do odzyskiwania danych w Perlu/GTK+
 Group:         Networking/Utilities
 Requires(post):        sed >= 4.0
-Requires:      %{name}-common = %{epoch}:%{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
 
 %description brestore
-Bacula - It comes by night and sucks the vital essence from your
-computers.
-
-A restoration GUI for bacula, we developed a simple Perl/GTK GUI.
-
-It has the following features :
-    - Direct SQL access to the database for good performance
-    - Fast Time Navigation (switch almost instantaneously between the
-      different versions of a directory, by changing the date from a list)
-    - Possibility to choose a selected file, then browse all its available
-      versions, and see directly if these versions are online in a library
-      or not
-    - Simple restoration by the generation of a BSR file
-    - Works with either PostgreSQL or MySQL
-
+A restoration GUI for Bacula developed using Perl/GTK+.
+
+It has the following features:
+ - Direct SQL access to the database for good performance
+ - Fast Time Navigation (switch almost instantaneously between the
+   different versions of a directory, by changing the date from a list)
+ - Possibility to choose a selected file, then browse all its available
+   versions, and see directly if these versions are online in a library
+   or not
+ - Simple restoration by the generation of a BSR file
+ - Works with either PostgreSQL or MySQL
+
+%description brestore -l pl.UTF-8
+GUI do odzyskiwania danych dla Baculi stworzone z użyciem Perla/GTK+.
+
+Ma następujące możliwości:
+ - bezpośredni dostęp SQL do bazy danych dla uzyskania dobrej
+   wydajności
+ - szybką nawigację w czasie (prawie natychmiastowe przełączanie
+   między różnymi wersjami katalogu poprzez zmianę daty z listy)
+ - możliwość wyboru zaznaczonego pliku, a następnie przeglądanie
+   dostępnych wersji i oglądanie bezpośrednio, czy wersje są w
+   bibliotece
+ - proste odzyskiwanie poprzez generowanie pliku BSR
+ - działa z PostgreSQL-em lub MySQL-em
 
 %package bweb
 Summary:       A Bacula web interface
+Summary(pl.UTF-8):     Interfejs WWW do Baculi
 Group:         Networking/Utilities
 Requires(post):        sed >= 4.0
-Requires:      %{name}-common = %{epoch}:%{version}-%{release}
+Requires:      %{name}-common = %{version}-%{release}
 
 %description bweb
-Bacula - It comes by night and sucks the vital essence from your
-computers.
-
 A Bacula web interface.
 
+%description bweb -l pl.UTF-8
+Interfejs WWW do Baculi.
+
 %prep
 %setup -q -a 1
 
@@ -106,7 +129,6 @@ A Bacula web interface.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.136465 seconds and 4 git commands to generate.